diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-08-07 10:58:04 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-08-07 10:58:04 +0000 |
commit | 23278766e252ea975832a38605d7b830d485b986 (patch) | |
tree | 91c2e7a35c15a064c131bfe12b70f52296b32ddc /wizards/source/template | |
parent | 66c1f00ce816f53e83780383e4b5d1a36e9d81ab (diff) |
#88067# resources for newsletter dialog added
Diffstat (limited to 'wizards/source/template')
-rw-r--r-- | wizards/source/template/template.src | 59 |
1 files changed, 57 insertions, 2 deletions
diff --git a/wizards/source/template/template.src b/wizards/source/template/template.src index 7468c73c7274..ff227bddbed1 100644 --- a/wizards/source/template/template.src +++ b/wizards/source/template/template.src @@ -2,9 +2,9 @@ * * $RCSfile: template.src,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: kz $ $Date: 2001-07-14 02:05:21 $ + * last change: $Author: bc $ $Date: 2001-08-07 11:58:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,6 +70,7 @@ #define CorrespondenceDialog 1303 #define CorrespondenceFields 1350 #define TextField 1400 +#define Newsletter 1450 // -------------------------------------------------------------------- String SAMPLES @@ -1449,6 +1450,60 @@ String TextField Text[ finnish ] = "Benutzerdatenfeld ist nicht definiert!"; }; +String Newsletter +{ + Text = "Allgemeines Layout"; + Text[English] = "General Layout"; + Text[ english_us ] = "General Layout"; + Text[ language_user1 ] = "berschrift fr Optionsgruppe im Initialdialog fr die Zeitungsvorlage"; +}; + + +String Newsletter + 1 +{ + Text = "Standard Layout"; + Text[English] = "Standard Layout"; + Text[ english_us ] = "Standard Layout"; + Text[ language_user1 ] = "Layout Option im Initialdialog fr die Zeitungsvorlage"; +}; +String Newsletter + 2 +{ + Text = "Festschrift"; + Text[English] = "Party Layout"; + Text[ english_us ] = "Party Layout"; + Text[ language_user1 ] = "Layout Option im Initialdialog fr die Zeitungsvorlage"; +}; +String Newsletter + 3 +{ + Text = "Prospekt Layout"; + Text[English] = "Brochure Layout"; + Text[ english_us ] = "Brochure Layout"; + Text[ language_user1 ] = "Layout Option im Initialdialog fr die Zeitungsvorlage"; +}; + +String Newsletter + 10 +{ + Text = "Format"; + Text[English] = "Format"; + Text[ english_us ] = "Format"; + Text[ language_user1 ] = "berschrift fr Optionsgruppe im Initialdialog fr die Zeitungsvorlage"; +}; + +String Newsletter + 11 +{ + Text = "Einseitig"; + Text[English] = "Single sided"; + Text[ english_us ] = "Single sided"; + Text[ language_user1 ] = "'Format' Option im Initialdialog fr die Zeitungsvorlage"; +}; + +String Newsletter + 12 +{ + Text = "Doppelseitig"; + Text[English] = "double sided"; + Text[ english_us ] = "double sided"; + Text[ language_user1 ] = "'Format' Option im Initialdialog fr die Zeitungsvorlage"; +}; |