summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/headerfooterdlg.src
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:32:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:32:48 +0000
commita0043f0b064728a488e3d6fb9196f2d6847b1992 (patch)
tree68e56f9d8273ac4507b78918cbeaf8ff3af61374 /sd/source/ui/dlg/headerfooterdlg.src
parent7ab2ae745928b448319355c9509ca610ee65bb09 (diff)
INTEGRATION: CWS encup (1.3.340); FILE MERGED
2005/04/29 15:55:01 ihi 1.3.340.1: #i40603# German strings now UTF8 encoded
Diffstat (limited to 'sd/source/ui/dlg/headerfooterdlg.src')
-rw-r--r--sd/source/ui/dlg/headerfooterdlg.src18
1 files changed, 9 insertions, 9 deletions
diff --git a/sd/source/ui/dlg/headerfooterdlg.src b/sd/source/ui/dlg/headerfooterdlg.src
index f026570e6232..41e0f15d1b3d 100644
--- a/sd/source/ui/dlg/headerfooterdlg.src
+++ b/sd/source/ui/dlg/headerfooterdlg.src
@@ -4,9 +4,9 @@
*
* $RCSfile: headerfooterdlg.src,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 04:02:42 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:32:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,7 @@ TabDialog RID_SD_DLG_HEADERFOOTER
OutputSize = TRUE;
SVLook = TRUE;
Size = MAP_APPFONT( DLG_WIDTH, DLG_HEIGHT );
- Text [ de ] = "Kopf- und Fußzeile";
+ Text [ de ] = "Kopf- und Fußzeile";
Text [ en-US ] = "Header and Footer";
Moveable = TRUE;
Closeable = TRUE;
@@ -72,7 +72,7 @@ TabDialog RID_SD_DLG_HEADERFOOTER
{
Identifier = RID_SD_TABPAGE_HEADERFOOTER_NOTESHANDOUT;
PageResID = RID_SD_TABPAGE_HEADERFOOTER;
- Text [ de ] = "Notizblätter und Handzettel";
+ Text [ de ] = "Notizblätter und Handzettel";
Text [ en-US ] = "Notes and Handouts";
};
};
@@ -127,7 +127,7 @@ TabPage RID_SD_TABPAGE_HEADERFOOTER
Pos = MAP_APPFONT ( C2, Y1 + SPACE_Y + RSC_CD_CHECKBOX_HEIGHT + 1 );
Size = MAP_APPFONT ( W2, RSC_CD_FIXEDTEXT_HEIGHT );
TabStop = TRUE ;
- Text [ de ] = "Text für die Kopfzeile";
+ Text [ de ] = "Text für die Kopfzeile";
Text [ en-US ] = "Header text";
};
@@ -220,7 +220,7 @@ TabPage RID_SD_TABPAGE_HEADERFOOTER
Pos = MAP_APPFONT ( C1, Y3 + SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT );
Size = MAP_APPFONT ( W1 - C1, RSC_CD_CHECKBOX_HEIGHT );
TabStop = TRUE ;
- Text [ de ] = "Fußzeile";
+ Text [ de ] = "Fußzeile";
Text [ en-US ] = "Footer";
};
@@ -229,7 +229,7 @@ TabPage RID_SD_TABPAGE_HEADERFOOTER
Pos = MAP_APPFONT ( C2, Y3 + 2 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT + 1 );
Size = MAP_APPFONT ( W2, RSC_CD_FIXEDTEXT_HEIGHT );
TabStop = TRUE ;
- Text [ de ] = "Text für die Fußzeile";
+ Text [ de ] = "Text für die Fußzeile";
Text [ en-US ] = "Footer text";
};
@@ -280,7 +280,7 @@ TabPage RID_SD_TABPAGE_HEADERFOOTER
Pos = MAP_APPFONT ( TAB_WIDTH - 7 * SPACE_X - PUSHBUTTON_WIDTH, RSC_SP_TBPG_INNERBORDER_TOP );
Size = MAP_APPFONT ( PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
TabStop = TRUE ;
- Text [ de ] = "Für alle Übernehmen";
+ Text [ de ] = "Für alle Übernehmen";
Text [ en-US ] = "Apply to All";
};
@@ -289,7 +289,7 @@ TabPage RID_SD_TABPAGE_HEADERFOOTER
Pos = MAP_APPFONT ( TAB_WIDTH - 7 * SPACE_X - PUSHBUTTON_WIDTH, RSC_SP_TBPG_INNERBORDER_TOP + RSC_CD_PUSHBUTTON_HEIGHT + SPACE_Y );
Size = MAP_APPFONT ( PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
TabStop = TRUE ;
- Text [ de ] = "Übernehmen";
+ Text [ de ] = "Ãœbernehmen";
Text [ en-US ] = "Apply";
};