diff options
author | Oliver Specht <os@openoffice.org> | 2001-03-12 13:58:48 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-03-12 13:58:48 +0000 |
commit | 82b1cd123282ff87fa757eab0328dc7eb25edfd9 (patch) | |
tree | d52dd85150ef254ccf562f32192b8120135d2ca6 /svx/source/dialog/chardlg.src | |
parent | 18cdaff49b21f4e79431910f12915ee545330f3b (diff) |
emphasis mark list box completed (again)
Diffstat (limited to 'svx/source/dialog/chardlg.src')
-rw-r--r-- | svx/source/dialog/chardlg.src | 126 |
1 files changed, 10 insertions, 116 deletions
diff --git a/svx/source/dialog/chardlg.src b/svx/source/dialog/chardlg.src index d6bd2498ca9a..995d65553f64 100644 --- a/svx/source/dialog/chardlg.src +++ b/svx/source/dialog/chardlg.src @@ -2,9 +2,9 @@ * * $RCSfile: chardlg.src,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: kz $ $Date: 2001-03-09 20:39:10 $ + * last change: $Author: os $ $Date: 2001-03-12 14:58:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3884,126 +3884,20 @@ TabPage RID_SVXPAGE_CHAR_EFFECTS DropDown = TRUE; StringList = { + < "(keins)" ; default ; > ; + < "Punkt" ; default ; > ; + < "Kreis" ; default ; > ; + < "Scheibe" ; default ; > ; + < "Akzent" ; default ; > ; + }; + StringList [English] = + { < "(None)" ; default ; > ; < "Dot" ; default ; > ; < "Circle" ; default ; > ; < "Disc" ; default ; > ; < "Accent" ; default ; > ; }; - StringList [ language_user1 ] = - { - < "(Ohne)" ; default ; > ; - < "Dot" ; default ; > ; - < "Circle" ; default ; > ; - }; - StringList [ english_us ] = - { - < "(None)" ; default ; > ; - < "Dot" ; default ; > ; - < "Circle" ; default ; > ; - }; - StringList [ portuguese ] = - { - < "(sem)" ; default ; > ; - < "Ponto" ; default ; > ; - < "Crculo" ; default ; > ; - }; - StringList [ russian ] = - { - < "()" ; default ; > ; - < "" ; default ; > ; - < "" ; default ; > ; - }; - StringList [ greek ] = - { - < "()" ; default ; > ; - < "" ; default ; > ; - < "" ; default ; > ; - }; - StringList [ dutch ] = - { - < "(Zonder)" ; default ; > ; - < "Punt" ; default ; > ; - < "Cirkel" ; default ; > ; - }; - StringList [ french ] = - { - < "(Sans)" ; default ; > ; - < "Point" ; default ; > ; - < "Cercle" ; default ; > ; - }; - StringList [ spanish ] = - { - < "(Sin)" ; default ; > ; - < "Dot" ; default ; > ; - < "Crculo" ; default ; > ; - }; - StringList [ italian ] = - { - < "(senza)" ; default ; > ; - < "dot" ; default ; > ; - < "cerchio" ; default ; > ; - }; - StringList [ danish ] = - { - < "(Ohne)" ; default ; > ; - < "" ; default ; > ; - < "." ; default ; > ; - }; - StringList [ swedish ] = - { - < "(Ingen)" ; default ; > ; - < "Punkt" ; default ; > ; - < "Cirkel" ; default ; > ; - }; - StringList [ polish ] = - { - < "(Brak)" ; default ; > ; - < "Kropka" ; default ; > ; - < "Kko" ; default ; > ; - }; - StringList [ portuguese_brazilian ] = - { - < "(Ohne)" ; default ; > ; - < "" ; default ; > ; - < "." ; default ; > ; - }; - StringList [ japanese ] = - { - < "(Ȃ)" ; default ; > ; - < "ޯ" ; default ; > ; - < "ݰ" ; default ; > ; - }; - StringList [ korean ] = - { - < "()" ; default ; > ; - < "?" ; default ; > ; - < "." ; default ; > ; - }; - StringList [ chinese_simplified ] = - { - < "()" ; default ; > ; - < "" ; default ; > ; - < "Բ" ; default ; > ; - }; - StringList [ chinese_traditional ] = - { - < "(L)" ; default ; > ; - < "I" ; default ; > ; - < "" ; default ; > ; - }; - StringList [ turkish ] = - { - < "(Ohne)" ; default ; > ; - < "" ; default ; > ; - < "." ; default ; > ; - }; - StringList [ arabic ] = - { - < "()" ; default ; > ; - < "" ; default ; > ; - < "" ; default ; > ; - }; }; FixedText FT_POSITION { |