From c678dc5309741097d9b0265f03dd279a8794d256 Mon Sep 17 00:00:00 2001 From: Laurent BP Date: Sat, 16 Dec 2017 00:17:40 +0100 Subject: tdf#114088 tdf#113795 Improve Writer templates Main topic was to add Title in meta.xml to get names of templates localized Additionnal improvements: Businesscard-with-logo - set Title in meta.xml - remove configuration2 (update manifest.xml) - remove unused font - remove user defined styles - insert field Name instead of Name - remove language dependant information - links that need to be updated at the begining Modern business letter serif - remove configuration2 and settings.xml (update manifest.xml) - remove language dependant information Modern_business_letter_sans_serif - replace Open Sans font with Noto Sans - remove unused font - remove configuration2 and settings.xml (update manifest.xml) - remove language dependant information CV - set Title in meta.xml - remove unused font - remove configuration2 and settings.xml (update manifest.xml) - remove language dependant information Resume - remove unused font - remove configuration2 and settings.xml (update manifest.xml) - remove language dependant information - ODF validator does not accept 0in as first value of style:border-line-width-bottom, but seems valid in ODF 1.2 http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#property-style_border-line-width-bottom Default - set Title in meta.xml - add thumbnail.png (update manifest.xml) - remove language dependant information Modern - set Title in meta.xml - add thumbnail.png (update manifest.xml) - remove language dependant information Synchronize Templates names in strings.hxx Change-Id: I417c8398b0002a26e2f84d7efdaeddc0576f9a8c Reviewed-on: https://gerrit.libreoffice.org/46580 Tested-by: Jenkins Reviewed-by: Gabor Kelemen Tested-by: Gabor Kelemen (cherry picked from commit de14f0487118d8ea15db54d94c44d7bd28833c82) Reviewed-on: https://gerrit.libreoffice.org/47008 Reviewed-by: Yousuf Philips --- sfx2/inc/strings.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sfx2') diff --git a/sfx2/inc/strings.hxx b/sfx2/inc/strings.hxx index fe7f3d7b15d4..1e319b266e50 100644 --- a/sfx2/inc/strings.hxx +++ b/sfx2/inc/strings.hxx @@ -15,20 +15,20 @@ // Do not translate STR_TEMPLATE_NAME*_DEF names!! #define STR_TEMPLATE_NAME1_DEF "Alizarin" #define STR_TEMPLATE_NAME2_DEF "Beehive" -#define STR_TEMPLATE_NAME3_DEF "Blue_Curve" -#define STR_TEMPLATE_NAME4_DEF "Blueprint_Plans" +#define STR_TEMPLATE_NAME3_DEF "Blue Curve" +#define STR_TEMPLATE_NAME4_DEF "Blueprint Plans" #define STR_TEMPLATE_NAME5_DEF "Bright Blue" -#define STR_TEMPLATE_NAME6_DEF "Classy_Red" +#define STR_TEMPLATE_NAME6_DEF "Classy Red" #define STR_TEMPLATE_NAME7_DEF "DNA" #define STR_TEMPLATE_NAME8_DEF "Focus" #define STR_TEMPLATE_NAME9_DEF "Forestbird" #define STR_TEMPLATE_NAME10_DEF "Impress" #define STR_TEMPLATE_NAME11_DEF "Inspiration" #define STR_TEMPLATE_NAME12_DEF "Lights" -#define STR_TEMPLATE_NAME13_DEF "LushGreen" +#define STR_TEMPLATE_NAME13_DEF "Lush Green" #define STR_TEMPLATE_NAME14_DEF "Metropolis" #define STR_TEMPLATE_NAME15_DEF "Midnightblue" -#define STR_TEMPLATE_NAME16_DEF "Nature_Illustration" +#define STR_TEMPLATE_NAME16_DEF "Nature Illustration" #define STR_TEMPLATE_NAME17_DEF "Pencil" #define STR_TEMPLATE_NAME18_DEF "Piano" #define STR_TEMPLATE_NAME19_DEF "Portfolio" @@ -42,7 +42,7 @@ #define STR_TEMPLATE_NAME27_DEF "Modern" #define STR_TEMPLATE_NAME28_DEF "Modern business letter sans-serif" #define STR_TEMPLATE_NAME29_DEF "Modern business letter serif" -#define STR_TEMPLATE_NAME30_DEF "Businesscard-with-logo" +#define STR_TEMPLATE_NAME30_DEF "Businesscard with logo" #define SFX_ST_EDIT "..." -- cgit