sfx2/inc/sfx2/templatelocnames.hrc | 12 ----- sfx2/source/doc/templatelocnames.src | 82 ++++++----------------------------- 2 files changed, 17 insertions(+), 77 deletions(-)
New commits: commit e61575aed4c544cacf2bcd68114e2b732da9417e Author: Petr Mladek <[email protected]> Date: Wed Jul 4 12:23:56 2012 +0200 update list of localized template names Change-Id: I2b9f4adc8396344343e59e09e1e884c0254f2a88 diff --git a/sfx2/inc/sfx2/templatelocnames.hrc b/sfx2/inc/sfx2/templatelocnames.hrc index 6b5a76d..94566cd 100644 --- a/sfx2/inc/sfx2/templatelocnames.hrc +++ b/sfx2/inc/sfx2/templatelocnames.hrc @@ -25,7 +25,7 @@ * instead of those above. */ -#define NUM_TEMPLATE_NAMES 15 +#define NUM_TEMPLATE_NAMES 10 #define TEMPL_LOC_OFFSET 2190 #define STR_TEMPLATE_NAME1_DEF (TEMPL_LOC_OFFSET + 1) @@ -38,11 +38,6 @@ #define STR_TEMPLATE_NAME8_DEF (TEMPL_LOC_OFFSET + 8) #define STR_TEMPLATE_NAME9_DEF (TEMPL_LOC_OFFSET + 9) #define STR_TEMPLATE_NAME10_DEF (TEMPL_LOC_OFFSET + 10) -#define STR_TEMPLATE_NAME11_DEF (TEMPL_LOC_OFFSET + 11) -#define STR_TEMPLATE_NAME12_DEF (TEMPL_LOC_OFFSET + 12) -#define STR_TEMPLATE_NAME13_DEF (TEMPL_LOC_OFFSET + 13) -#define STR_TEMPLATE_NAME14_DEF (TEMPL_LOC_OFFSET + 14) -#define STR_TEMPLATE_NAME15_DEF (TEMPL_LOC_OFFSET + 15) #define STR_TEMPLATE_NAME1 (TEMPL_LOC_OFFSET + 51) #define STR_TEMPLATE_NAME2 (TEMPL_LOC_OFFSET + 52) @@ -54,8 +49,3 @@ #define STR_TEMPLATE_NAME8 (TEMPL_LOC_OFFSET + 58) #define STR_TEMPLATE_NAME9 (TEMPL_LOC_OFFSET + 59) #define STR_TEMPLATE_NAME10 (TEMPL_LOC_OFFSET + 60) -#define STR_TEMPLATE_NAME11 (TEMPL_LOC_OFFSET + 61) -#define STR_TEMPLATE_NAME12 (TEMPL_LOC_OFFSET + 62) -#define STR_TEMPLATE_NAME13 (TEMPL_LOC_OFFSET + 63) -#define STR_TEMPLATE_NAME14 (TEMPL_LOC_OFFSET + 64) -#define STR_TEMPLATE_NAME15 (TEMPL_LOC_OFFSET + 65) diff --git a/sfx2/source/doc/templatelocnames.src b/sfx2/source/doc/templatelocnames.src index eba33c8..6c0f563 100644 --- a/sfx2/source/doc/templatelocnames.src +++ b/sfx2/source/doc/templatelocnames.src @@ -30,22 +30,22 @@ // Do not translate STR_TEMPLATE_NAME*_DEF names!! String STR_TEMPLATE_NAME1_DEF { - Text = "Blueprint Plans" ; + Text = "Abstract Green" ; }; String STR_TEMPLATE_NAME2_DEF { - Text = "Bright Blue" ; + Text = "Abstract Red" ; }; String STR_TEMPLATE_NAME3_DEF { - Text = "Clean Inspiration" ; + Text = "Abstract Yellow" ; }; String STR_TEMPLATE_NAME4_DEF { - Text = "Cuba Libre" ; + Text = "Bright Blue" ; }; String STR_TEMPLATE_NAME5_DEF @@ -55,74 +55,50 @@ String STR_TEMPLATE_NAME5_DEF String STR_TEMPLATE_NAME6_DEF { - Text = "Green Typography" ; + Text = "Inspiration" ; }; String STR_TEMPLATE_NAME7_DEF { - Text = "Hexagons" ; + Text = "Lush Green" ; }; String STR_TEMPLATE_NAME8_DEF { - Text = "Lush Green" ; + Text = "Metropolis" ; }; String STR_TEMPLATE_NAME9_DEF { - Text = "Metropolis" ; + Text = "Sunset" ; }; String STR_TEMPLATE_NAME10_DEF { - Text = "Portfolio" ; -}; - -String STR_TEMPLATE_NAME11_DEF -{ - Text = "Progress" ; -}; - -String STR_TEMPLATE_NAME12_DEF -{ - Text = "Red Typography" ; -}; - -String STR_TEMPLATE_NAME13_DEF -{ - Text = "Three Notes" ; -}; - -String STR_TEMPLATE_NAME14_DEF -{ Text = "Vintage" ; }; -String STR_TEMPLATE_NAME15_DEF -{ - Text = "Violet Typography" ; -}; ///////////////////////////////////////////////// String STR_TEMPLATE_NAME1 { - Text [ en-US ] = "Blueprint Plans" ; + Text [ en-US ] = "Abstract Green" ; }; String STR_TEMPLATE_NAME2 { - Text [ en-US ] = "Bright Blue" ; + Text [ en-US ] = "Abstract Red" ; }; String STR_TEMPLATE_NAME3 { - Text [ en-US ] = "Clean Inspiration" ; + Text [ en-US ] = "Abstract Yellow" ; }; String STR_TEMPLATE_NAME4 { - Text [ en-US ] = "Cuba Libre" ; + Text [ en-US ] = "Bright Blue" ; }; String STR_TEMPLATE_NAME5 @@ -132,51 +108,25 @@ String STR_TEMPLATE_NAME5 String STR_TEMPLATE_NAME6 { - Text [ en-US ] = "Green Typography" ; + Text [ en-US ] = "Inspiration" ; }; String STR_TEMPLATE_NAME7 { - Text [ en-US ] = "Hexagons" ; + Text [ en-US ] = "Lush Green" ; }; String STR_TEMPLATE_NAME8 { - Text [ en-US ] = "Lush Green" ; + Text [ en-US ] = "Metropolis" ; }; String STR_TEMPLATE_NAME9 { - Text [ en-US ] = "Metropolis" ; + Text [ en-US ] = "Sunset" ; }; String STR_TEMPLATE_NAME10 { - Text [ en-US ] = "Portfolio" ; -}; - -String STR_TEMPLATE_NAME11 -{ - Text [ en-US ] = "Progress" ; -}; - -String STR_TEMPLATE_NAME12 -{ - Text [ en-US ] = "Red Typography" ; -}; - -String STR_TEMPLATE_NAME13 -{ - Text [ en-US ] = "Three Notes" ; -}; - -String STR_TEMPLATE_NAME14 -{ Text [ en-US ] = "Vintage" ; }; - -String STR_TEMPLATE_NAME15 -{ - Text [ en-US ] = "Violet Typography" ; -}; - _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
