diff options
author | Jan Iversen <jani@apache.org> | 2013-04-08 15:32:57 +0000 |
---|---|---|
committer | Jan Iversen <jani@apache.org> | 2013-04-08 15:32:57 +0000 |
commit | 551fe0714a688ef563d4ab67e1fb55a23698b8f2 (patch) | |
tree | 2ca0ce390934a3c22d4215aa2e0a7511c373d88a /sd | |
parent | 81c3404d82cb72b9d183e2b38034334e9b65fd22 (diff) |
removed all non en-US messages incl. x-comment, to enable correct translation.
corrected a few problems where en-US was dublicated.
NO code/makefile changes
Notes
Notes:
prefer: 14c0e038c9c33dc59cbf6e5ec81d36779f28b004
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/glob.src | 2 | ||||
-rw-r--r-- | sd/source/ui/app/toolbox.src | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/celltempl.src | 4 |
3 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/core/glob.src b/sd/source/core/glob.src index 3f124c8b2b00..da60d1d052e4 100644 --- a/sd/source/core/glob.src +++ b/sd/source/core/glob.src @@ -347,9 +347,7 @@ String STR_MEDIAOBJECTBARSHELL String STR_TABLEOBJECTBARSHELL { - Text [ de ] = "Tabelle" ; Text [ en-US ] = "Table" ; - Text [ x-comment ] = " "; }; String STR_POWERPOINT_IMPORT diff --git a/sd/source/ui/app/toolbox.src b/sd/source/ui/app/toolbox.src index 9f8c66643f15..8f5f96492b96 100644 --- a/sd/source/ui/app/toolbox.src +++ b/sd/source/ui/app/toolbox.src @@ -42,6 +42,5 @@ String RID_DRAW_MEDIA_TOOLBOX String RID_DRAW_TABLE_TOOLBOX { - TEXT [ de ] = "Tabelle" ; Text [ en-US ] = "Table" ; }; diff --git a/sd/source/ui/dlg/celltempl.src b/sd/source/ui/dlg/celltempl.src index e7cd04017140..eaa2842257c2 100644 --- a/sd/source/ui/dlg/celltempl.src +++ b/sd/source/ui/dlg/celltempl.src @@ -45,28 +45,24 @@ TabDialog TAB_CELL_TEMPLATE { Identifier = RID_SVXPAGE_CHAR_NAME ; PageResID = RID_SVXPAGE_CHAR_NAME ; - Text [ de ] = "Schrift" ; Text [ en-US ] = "Font" ; }; PageItem { Identifier = RID_SVXPAGE_CHAR_EFFECTS ; PageResID = RID_SVXPAGE_CHAR_EFFECTS ; - Text [ de ] = "Schrifteffekt" ; Text [ en-US ] = "Font Effects" ; }; PageItem { Identifier = RID_SVXPAGE_BORDER; PageResID = RID_SVXPAGE_BORDER; - Text [ de ] = "Umrandung" ; Text [ en-US ] = "Borders" ; }; PageItem { Identifier = RID_SVXPAGE_AREA; PageResID = RID_SVXPAGE_AREA; - Text [ de ] = "Hintergrund"; Text [ en-US ] = "Background"; }; }; |