diff options
author | Oliver Specht <os@openoffice.org> | 2001-06-01 10:12:04 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-06-01 10:12:04 +0000 |
commit | bdcc42b3ffbee3d7a15589cc6d9c01552fe7c297 (patch) | |
tree | 2d55ec842d97c74f0e273540749b2fbd3c4d0ba6 /sw/source/ui/envelp/label.src | |
parent | 88e9759680ffba1b8d492cab38b4c82acde8c6f5 (diff) |
#87733# user defined: use '()' instead of '[]' to be inserted first
Diffstat (limited to 'sw/source/ui/envelp/label.src')
-rw-r--r-- | sw/source/ui/envelp/label.src | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/sw/source/ui/envelp/label.src b/sw/source/ui/envelp/label.src index 6b15d3246d87..eee7adab4dbe 100644 --- a/sw/source/ui/envelp/label.src +++ b/sw/source/ui/envelp/label.src @@ -2,9 +2,9 @@ * * $RCSfile: label.src,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: fme $ $Date: 2001-06-01 10:53:31 $ + * last change: $Author: os $ $Date: 2001-06-01 11:12:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -749,29 +749,29 @@ String STR_DOC_TITLE }; String STR_CUSTOM { - Text = "[Benutzer]" ; - Text [ English ] = "[Custom]" ; - Text [ norwegian ] = "[Custom]" ; - Text [ italian ] = "[Utente]" ; - Text [ portuguese_brazilian ] = "[Pessoal]" ; - Text [ portuguese ] = "[Utilizador]" ; - Text [ finnish ] = "[Kyttjn mrittm]" ; - Text [ danish ] = "[Bruger]" ; - Text [ french ] = "[Personnalis]" ; - Text [ swedish ] = "[Anvndare]" ; - Text [ dutch ] = "[Gebruiker] " ; - Text [ spanish ] = "[Usuario]" ; - Text [ english_us ] = "[User-defined]" ; - Text[ chinese_simplified ] = "[ʹ]"; - Text[ russian ] = "[]"; - Text[ polish ] = "[Uytkownik]"; - Text[ japanese ] = "[հް]"; - Text[ greek ] = "[]"; - Text[ korean ] = "[]"; - Text[ chinese_traditional ] = "[ϥΪ]"; - Text[ arabic ] = "[]"; - Text[ turkish ] = "[Kullanc tanml]"; - Text[ catalan ] = "[Usuario]"; + Text = "(Benutzer)" ; + Text [ English ] = "(Custom)" ; + Text [ norwegian ] = "(Custom)" ; + Text [ italian ] = "(Utente)" ; + Text [ portuguese_brazilian ) = "(Pessoal)" ; + Text [ portuguese ] = "(Utilizador)" ; + Text [ finnish ] = "(Kyttjn mrittm)" ; + Text [ danish ] = "(Bruger)" ; + Text [ french ] = "(Personnalis)" ; + Text [ swedish ] = "(Anvndare)" ; + Text [ dutch ] = "(Gebruiker) " ; + Text [ spanish ] = "(Usuario)" ; + Text [ english_us ] = "(User-defined)" ; + Text[ chinese_simplified ] = "(ʹ)"; + Text[ russian ] = "()"; + Text[ polish ] = "(Uytkownik)"; + Text[ japanese ] = "(հް)"; + Text[ greek ] = "()"; + Text[ korean ] = "()"; + Text[ chinese_traditional ] = "(ϥΪ)"; + Text[ arabic ] = "()"; + Text[ turkish ] = "(Kullanc tanml)"; + Text[ catalan ] = "(Usuario)"; }; /********************************************************************/ TabPage TP_VISITING_CARDS |