diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-29 15:24:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-29 15:24:29 +0000 |
commit | 9f264d170d5bc31edc667ce91f5888f7b527af46 (patch) | |
tree | 6e38d033e68963bd88dbb714821247fd6a4b77bf /sw/source/ui/table/colwd.src | |
parent | dfe772b307c574a0aef13842f6d1c69dd5afcd9d (diff) |
INTEGRATION: CWS mergem8 (1.10.4.4.4.7.6.3.2.1.54); FILE MERGED
2003/04/29 08:26:41 gh 1.10.4.4.4.7.6.3.2.1.54.2: final merge for Beta2
2003/04/14 14:47:04 gh 1.10.4.4.4.7.6.3.2.1.54.1: merging all languages
Diffstat (limited to 'sw/source/ui/table/colwd.src')
-rw-r--r-- | sw/source/ui/table/colwd.src | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/sw/source/ui/table/colwd.src b/sw/source/ui/table/colwd.src index 17f35aba157c..46b5431a86db 100644 --- a/sw/source/ui/table/colwd.src +++ b/sw/source/ui/table/colwd.src @@ -2,9 +2,9 @@ * * $RCSfile: colwd.src,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:44:29 $ + * last change: $Author: hr $ $Date: 2003-04-29 16:24:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ ModalDialog DLG_COL_WIDTH Text [ ENGLISH ] = "Column width" ; Text [ norwegian ] = "Bredde p kolonne " ; Text [ italian ] = "Larghezza colonna" ; - Text [ portuguese_brazilian ] = "Largura da coluna" ; + Text [ portuguese_brazilian ] = "Largura da Coluna" ; Text [ portuguese ] = "Largura da coluna" ; Text [ finnish ] = "Sarakkeen leveys" ; Text [ danish ] = "Kolonnebredde" ; @@ -123,7 +123,7 @@ ModalDialog DLG_COL_WIDTH Left = TRUE ; Text[ chinese_simplified ] = "宽度(~W)"; Text[ russian ] = ""; - Text[ polish ] = "Szer."; + Text[ polish ] = "~Szeroko"; Text[ japanese ] = "幅(~W)"; Text[ chinese_traditional ] = "寬度(~W)"; Text[ arabic ] = ""; @@ -133,6 +133,9 @@ ModalDialog DLG_COL_WIDTH Text[ language_user1 ] = " "; Text[ catalan ] = "~Amplada"; Text[ thai ] = "ความ~กว้าง"; + Text[ czech ] = "Šířka"; + Text[ hebrew ] = "רוחב"; + Text[ hindi ] = "~चौडाई"; }; MetricField ED_WIDTH { @@ -181,6 +184,9 @@ ModalDialog DLG_COL_WIDTH Text[ language_user1 ] = " "; Text[ catalan ] = "Llargada"; Text[ thai ] = "ความกว้าง"; + Text[ czech ] = "Šířka"; + Text[ hebrew ] = "רוחב"; + Text[ hindi ] = "चौड़ाई"; }; FixedText FT_COL { @@ -202,7 +208,7 @@ ModalDialog DLG_COL_WIDTH Left = TRUE ; Text[ chinese_simplified ] = "栏(~C)"; Text[ russian ] = ""; - Text[ polish ] = "Kolumna"; + Text[ polish ] = "~Kolumna"; Text[ japanese ] = "列(~C)"; Text[ chinese_traditional ] = "欄(~C)"; Text[ arabic ] = ""; @@ -212,6 +218,9 @@ ModalDialog DLG_COL_WIDTH Text[ language_user1 ] = " "; Text[ catalan ] = "~Columna"; Text[ thai ] = "~คอลัมน์"; + Text[ czech ] = "Sloupec"; + Text[ hebrew ] = "~Spalte"; + Text[ hindi ] = "~स्तंभ"; }; NumericField ED_COL { @@ -237,6 +246,9 @@ ModalDialog DLG_COL_WIDTH Text[ language_user1 ] = " "; Text[ catalan ] = "Amplada de la columna"; Text[ thai ] = "ความกว้างคอลัมน์"; + Text[ czech ] = "Šířka sloupce"; + Text[ hebrew ] = "Spaltenbreite"; + Text[ hindi ] = "स्तंभ चौड़ाई"; }; @@ -254,3 +266,12 @@ ModalDialog DLG_COL_WIDTH + + + + + + + + + |