diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-01-26 19:39:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-01-26 19:39:04 +0000 |
commit | d51903359f4053ea292fb1d80d1f5c9dc13fe3d2 (patch) | |
tree | 680e8cf7397a1f3ddecae8e3faf347de6da6f1a1 /svx/source/dialog/chardlg.src | |
parent | ebf317e8e983026c2f3f3201640a9b15b679b1e6 (diff) |
Merge SWT614: 26.01.01 - 21:38:04
Diffstat (limited to 'svx/source/dialog/chardlg.src')
-rw-r--r-- | svx/source/dialog/chardlg.src | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/svx/source/dialog/chardlg.src b/svx/source/dialog/chardlg.src index 31cfb0d3d9b3..36b79b1873bc 100644 --- a/svx/source/dialog/chardlg.src +++ b/svx/source/dialog/chardlg.src @@ -2,9 +2,9 @@ * * $RCSfile: chardlg.src,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: pb $ $Date: 2001-01-24 14:44:58 $ + * last change: $Author: kz $ $Date: 2001-01-26 20:39:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -495,7 +495,7 @@ TabPage RID_SVXPAGE_CHAR_STD Text[ russian ] = ""; Text[ polish ] = "P~odkrel"; Text[ japanese ] = "(~U)"; - Text[ chinese_traditional ] = "Uu(~U)"; + Text[ chinese_traditional ] = "u(~U)"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = "(~U)"; @@ -1653,7 +1653,7 @@ TabPage RID_SVXPAGE_CHAR_EXT Text[ russian ] = ""; Text[ polish ] = "Podkrelenie"; Text[ japanese ] = ""; - Text[ chinese_traditional ] = "Uu(~D)"; + Text[ chinese_traditional ] = "u(~D)"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = ""; @@ -2088,7 +2088,7 @@ TabPage RID_SVXPAGE_CHAR_EXT Text [ norwegian ] = "Stri~ke through Style" ; Text [ italian ] = "Stile ~barrato" ; Text [ portuguese_brazilian ] = "Estilo Ris~cado" ; - Text [ portuguese ] = "~Traado" ; + Text [ portuguese ] = "~Rasurado" ; Text [ finnish ] = "~Yliviivaustapa" ; Text [ danish ] = "Gennemstreget" ; Text [ french ] = "~Barr" ; @@ -2429,7 +2429,7 @@ TabPage RID_SVXPAGE_CHAR_NAME Text[ greek ] = " "; Text[ dutch ] = "Lettertype voor westelijke tekst"; Text[ french ] = "Police pour texte occidental"; - Text[ spanish ] = "Fuente para codificacin occidental"; + Text[ spanish ] = "Fuente para texto occidental"; Text[ italian ] = "Tipo di carattere occidentale"; Text[ danish ] = "Schriftart fr westlichen Text"; Text[ swedish ] = "Teckensnitt fr vstlig text"; @@ -2722,7 +2722,7 @@ TabPage RID_SVXPAGE_CHAR_NAME Text[ greek ] = " "; Text[ dutch ] = "Lettertype voor Asiatische tekst"; Text[ french ] = "Police pour texte asiatique"; - Text[ spanish ] = "Fuente para codificacin asitica"; + Text[ spanish ] = "Fuente para texto asitico"; Text[ italian ] = "Tipo di carattere asiatico"; Text[ danish ] = "Schriftart fr asiatischen Text"; Text[ swedish ] = "Teckensnitt fr asiatisk text"; @@ -3620,7 +3620,7 @@ TabPage RID_SVXPAGE_CHAR_EFFECTS Size = MAP_APPFONT( 68, 10 ); Text = "~Durchstreichung"; Text [ english_us ] = "Strikethrough" ; - Text[ portuguese ] = "~Traado"; + Text[ portuguese ] = "~Rasurado"; Text[ russian ] = ""; Text[ greek ] = "~ "; Text[ dutch ] = "~Doorhalen"; @@ -3856,7 +3856,7 @@ TabPage RID_SVXPAGE_CHAR_EFFECTS Pos = MAP_APPFONT( 6, 57 ); Size = MAP_APPFONT( 68, 10 ); Text = "~Betonungszeichen"; - Text [ english_us ] = "Stress character" ; + Text [ english_us ] = "Emp~hasis mark" ; Text[ portuguese ] = "Caracteres de a~centuao"; Text[ russian ] = " "; Text[ greek ] = " "; @@ -3929,8 +3929,8 @@ TabPage RID_SVXPAGE_CHAR_EFFECTS StringList [ french ] = { < "(Sans)" ; default ; > ; - < "" ; default ; > ; - < "." ; default ; > ; + < "Point" ; default ; > ; + < "Cercle" ; default ; > ; }; StringList [ spanish ] = { @@ -3971,8 +3971,8 @@ TabPage RID_SVXPAGE_CHAR_EFFECTS StringList [ japanese ] = { < "(Ȃ)" ; default ; > ; - < "" ; default ; > ; - < "." ; default ; > ; + < "ޯ" ; default ; > ; + < "ؾ" ; default ; > ; }; StringList [ korean ] = { @@ -4986,7 +4986,7 @@ TabPage RID_SVXPAGE_CHAR_POSITION }; StringList [ chinese_traditional ] = { - < "Э" ; Default ; > ; + < "з" ; Default ; > ; < "w" ; Default ; > ; < "U" ; Default ; > ; }; @@ -5173,7 +5173,7 @@ TabPage RID_SVXPAGE_CHAR_TWOLINES Text[ chinese_simplified ] = "һеĿռ"; Text[ chinese_traditional ] = "Τ@檺ŶJr"; Text[ turkish ] = "Two lines each line"; - Text[ arabic ] = "Two lines each line"; + Text[ arabic ] = " "; }; FixedLine FL_ENCLOSE { @@ -5219,7 +5219,7 @@ TabPage RID_SVXPAGE_CHAR_TWOLINES Text[ japanese ] = "JL"; Text[ korean ] = "Beginning character"; Text[ chinese_simplified ] = "ʼַ"; - Text[ chinese_traditional ] = "}lr"; + Text[ chinese_traditional ] = "_lr"; Text[ turkish ] = "Beginning character"; Text[ arabic ] = " "; }; |