diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 14:21:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 14:21:16 +0000 |
commit | e2d0beee25921915e420b9a4588cd1cded5b7c94 (patch) | |
tree | e5bd4812152e2d7de42330e14467b6abbacea9f0 /sfx2/source/appl/newhelp.src | |
parent | e292f10e6bf0fee3c3451c9501173d985d1dac2b (diff) |
INTEGRATION: CWS encup (1.91.26); FILE MERGED
2005/04/29 16:07:27 ihi 1.91.26.1: #i40603# German strings now UTF8 encoded
Diffstat (limited to 'sfx2/source/appl/newhelp.src')
-rw-r--r-- | sfx2/source/appl/newhelp.src | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sfx2/source/appl/newhelp.src b/sfx2/source/appl/newhelp.src index e9d413883ab6..c346ed1df20f 100644 --- a/sfx2/source/appl/newhelp.src +++ b/sfx2/source/appl/newhelp.src @@ -4,9 +4,9 @@ * * $RCSfile: newhelp.src,v $ * - * $Revision: 1.92 $ + * $Revision: 1.93 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:45:41 $ + * last change: $Author: hr $ $Date: 2005-09-23 15:21:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -151,7 +151,7 @@ TabPage TP_HELP_SEARCH { Pos = MAP_APPFONT ( 6, 34 ) ; Size = MAP_APPFONT ( 128 , 10 ) ; - Text [ de ] = "~Nur ganze Wörter" ; + Text [ de ] = "~Nur ganze Wörter" ; Text [ en-US ] = "~Complete words only"; }; CheckBox CB_SCOPE @@ -322,7 +322,7 @@ String STR_HELP_BUTTON_PREV }; String STR_HELP_BUTTON_NEXT { - Text [ de ] = "Nächste Seite"; + Text [ de ] = "Nächste Seite"; Text [ en-US ] = "Next Page"; }; String STR_HELP_BUTTON_PRINT @@ -332,7 +332,7 @@ String STR_HELP_BUTTON_PRINT }; String STR_HELP_BUTTON_ADDBOOKMARK { - Text [ de ] = "Lesezeichen hinzufügen..."; + Text [ de ] = "Lesezeichen hinzufügen..."; Text [ en-US ] = "Add to Bookmarks..."; }; String STR_HELP_BUTTON_SEARCHDIALOG @@ -357,7 +357,7 @@ String STR_HELP_FIRST_HTML }; String STR_HELP_MENU_TEXT_SELECTION_MODE { - Text [ de ] = "Text auswählen"; + Text [ de ] = "Text auswählen"; Text [ en-US ] = "Select Text"; }; String STR_HELP_MENU_TEXT_COPY @@ -368,7 +368,7 @@ String STR_HELP_MENU_TEXT_COPY ModalDialog DLG_HELP_ADDBOOKMARK { Size = MAP_APPFONT ( 208 , 43 ) ; - Text [ de ] = "Lesezeichen hinzufügen" ; + Text [ de ] = "Lesezeichen hinzufügen" ; Text [ en-US ] = "Add to Bookmarks"; MOVEABLE = TRUE ; CLOSEABLE = TRUE ; @@ -445,7 +445,7 @@ Menu MENU_HELP_BOOKMARKS { Identifier = MID_DELETE ; HelpId = HID_HELP_BOOKMARKS_DELETE; - Text [ de ] = "Löschen" ; + Text [ de ] = "Löschen" ; Text [ en-US ] = "Delete"; }; }; |