summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 11:49:24 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 11:49:24 +0000
commit682d532f62d7dbf3060e23b018b4e482ff53ebe0 (patch)
tree64befd15a8f9c06480e9f059f7f869c134745028 /sw/source/ui/chrdlg
parentc29d6a7a4a9a723521365a2d24ea95e5c0ec8b9a (diff)
INTEGRATION: CWS mergede01 (1.24.618); FILE MERGED
2007/03/20 14:40:11 ihi 1.24.618.1: #i72301# Remove German
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r--sw/source/ui/chrdlg/swbreak.src26
1 files changed, 2 insertions, 24 deletions
diff --git a/sw/source/ui/chrdlg/swbreak.src b/sw/source/ui/chrdlg/swbreak.src
index 70bb1b0f1bb5..77cd195c9235 100644
--- a/sw/source/ui/chrdlg/swbreak.src
+++ b/sw/source/ui/chrdlg/swbreak.src
@@ -4,9 +4,9 @@
*
* $RCSfile: swbreak.src,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:51:59 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 12:49:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,7 +45,6 @@ ModalDialog DLG_BREAK
SVLook = TRUE ;
Size = MAP_APPFONT ( 161 , 114 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Umbruch einfgen : Umbruch einfgen */
- Text [ de ] = "Umbruch einfügen" ;
Text [ en-US ] = "Insert Break" ;
Moveable = TRUE ;
OKButton BT_OK
@@ -74,48 +73,38 @@ ModalDialog DLG_BREAK
{
Pos = MAP_APPFONT ( 12 , 15 ) ;
Size = MAP_APPFONT ( 63 , 10 ) ;
- Text [ de ] = "~Zeilenumbruch" ;
Text [ en-US ] = "~Line break" ;
TabStop = TRUE ;
Group = TRUE ;
- Text [ x-comment ] = " ";
};
RadioButton RB_PAGE
{
Pos = MAP_APPFONT ( 12 , 39 ) ;
Size = MAP_APPFONT ( 63 , 10 ) ;
- Text [ de ] = "~Seitenumbruch" ;
Text [ en-US ] = "~Page break" ;
TabStop = TRUE ;
Check = TRUE ;
- Text [ x-comment ] = " ";
};
RadioButton RB_COL
{
Pos = MAP_APPFONT ( 12 , 27 ) ;
Size = MAP_APPFONT ( 69 , 10 ) ;
- Text [ de ] = "S~paltenumbruch" ;
Text [ en-US ] = "~Column break" ;
TabStop = TRUE ;
- Text [ x-comment ] = " ";
};
FixedLine FL_BREAK
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 93 , 8 ) ;
- Text [ de ] = "Art" ;
Text [ en-US ] = "Type" ;
- Text [ x-comment ] = " ";
};
FixedText FT_COLL
{
Pos = MAP_APPFONT ( 12 , 51 ) ;
Size = MAP_APPFONT ( 69 , 8 ) ;
- Text [ de ] = "~Vorlage" ;
Text [ en-US ] = "~Style" ;
Group = TRUE ;
Left = TRUE ;
- Text [ x-comment ] = " ";
};
ListBox LB_COLL
{
@@ -124,28 +113,18 @@ ModalDialog DLG_BREAK
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
- StringList [ de ] =
- {
- < "[Ohne]" ; > ;
- };
StringList [ en-US ] =
{
< "[None]" ; > ;
};
- StringList [ x-comment ] =
- {
- < " " ; > ;
- };
};
CheckBox CB_PAGENUM
{
Pos = MAP_APPFONT ( 12 , 79 ) ;
Size = MAP_APPFONT ( 84 , 10 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Seitennummer ~ndern : Seitennummer ~ndern */
- Text [ de ] = "Seitennummer ~ändern" ;
Text [ en-US ] = "Change page ~number" ;
TabStop = TRUE ;
- Text [ x-comment ] = " ";
};
NumericField ED_PAGENUM
{
@@ -162,7 +141,6 @@ ModalDialog DLG_BREAK
First = 1 ;
Last = 9999 ;
};
- Text [ x-comment ] = " ";
};