diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-06-08 20:43:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-06-08 20:43:40 +0000 |
commit | 4b837ec8530298deefc8f50354c84e3b6b773948 (patch) | |
tree | c7a79cfe7dd9258a0eddd5454478034f2136ca6c /goodies | |
parent | 6023636a4a3cd54ae57677e078d8de7c1d0f6c10 (diff) |
Merge SRC633: 08.06.01 - 23:43:59
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/eps/dlgeps.src | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/goodies/source/filter.vcl/eps/dlgeps.src b/goodies/source/filter.vcl/eps/dlgeps.src index e7bf94c36cfd..8c0986ad2076 100644 --- a/goodies/source/filter.vcl/eps/dlgeps.src +++ b/goodies/source/filter.vcl/eps/dlgeps.src @@ -2,9 +2,9 @@ * * $RCSfile: dlgeps.src,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2001-06-01 19:23:28 $ + * last change: $Author: kz $ $Date: 2001-06-08 21:43:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -469,7 +469,7 @@ ModalDialog DLG_EXPORT_EPS Text[ english_us ] = "Text settings"; Text[ portuguese ] = "Configurao de texto"; Text[ russian ] = " "; - Text[ greek ] = "TextMode"; + Text[ greek ] = " "; Text[ dutch ] = "Tekstinstellingen"; Text[ french ] = "Paramtres de texte"; Text[ spanish ] = "Configuracin de texto"; @@ -526,8 +526,8 @@ ModalDialog DLG_EXPORT_EPS }; StringList [ greek ] = { - < "Glyph Outlines immer exportieren" ; > ; - < "Glyph Outlines niemals exportieren" ; > ; + < " Glyph Outlines" ; > ; + < " Glyph Outlines" ; > ; }; StringList [ dutch ] = { @@ -636,3 +636,4 @@ ModalDialog DLG_EXPORT_EPS Text[ finnish ] = "EPS-vientiasetukset"; Text[ catalan ] = "Opciones Exportacin EPS"; }; + |