summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/sdrcelldlg.src
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:35:33 +0200
commit14c0e038c9c33dc59cbf6e5ec81d36779f28b004 (patch)
treee5b40e3d8f175480994f751156193454b83a044c /cui/source/dialogs/sdrcelldlg.src
parent9cb07807ca3a8c3c53a7d5241258aab2b4e4305b (diff)
Clean non English strings in the code
we do translation differently.
Diffstat (limited to 'cui/source/dialogs/sdrcelldlg.src')
-rw-r--r--cui/source/dialogs/sdrcelldlg.src6
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/dialogs/sdrcelldlg.src b/cui/source/dialogs/sdrcelldlg.src
index ebb5126d76fb..ce0211c1912d 100644
--- a/cui/source/dialogs/sdrcelldlg.src
+++ b/cui/source/dialogs/sdrcelldlg.src
@@ -33,7 +33,6 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 289 , 176 ) ;
- Text [ de ] = "Zellen formatieren" ;
Text [ en-US ] = "Format Cells" ;
Moveable = TRUE ;
Closeable = TRUE ;
@@ -48,28 +47,24 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG
{
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";
};
};
@@ -96,7 +91,6 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG
{
Pos = MAP_APPFONT ( 169 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ de ] = "Zurück" ;
Text [ en-US ] = "Return" ;
TabStop = TRUE ;
};