summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2012-01-02 22:35:33 +0200
committerLior Kaplan <kaplanlior@gmail.com>2012-01-02 22:37:38 +0200
commit2650c803fa62bbf9d4138ead30de5ba3a2896856 (patch)
tree170c1187b42a8abb71dea143be8a04c7f6c71ee6 /sd
parentd80b56d94e00df4c509b5171ac5180246d81aa64 (diff)
Clean non English strings in the code
we do translation differently. (cherry picked from commit 14c0e038c9c33dc59cbf6e5ec81d36779f28b004)
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/celltempl.src4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/celltempl.src b/sd/source/ui/dlg/celltempl.src
index 4bdd02a799c2..9ee4b9c38f51 100644
--- a/sd/source/ui/dlg/celltempl.src
+++ b/sd/source/ui/dlg/celltempl.src
@@ -49,28 +49,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";
};
};