diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-05-10 04:09:51 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-05-10 04:09:51 +0000 |
commit | f47a4a26cc91035b6344a28431e14d0bedb067b5 (patch) | |
tree | ed6df142d5dbdfc80c18db057713e8e3ec760785 /svtools/source/control | |
parent | 99469cd0be0c80a301e537b87c5332eb3b8aea7f (diff) |
Merge SRC631: 10.05.01 - 07:09:34 (NoBranch)
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/ctrlbox.src | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/svtools/source/control/ctrlbox.src b/svtools/source/control/ctrlbox.src index feb21e7746f0..812543414578 100644 --- a/svtools/source/control/ctrlbox.src +++ b/svtools/source/control/ctrlbox.src @@ -2,9 +2,9 @@ * * $RCSfile: ctrlbox.src,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2001-05-04 19:07:41 $ + * last change: $Author: hjs $ $Date: 2001-05-10 05:09:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,7 @@ String STR_SVT_AUTOMATIC_COLOR Text[ turkish ] = "Automatic"; Text[ arabic ] = ""; Text[ catalan ] = "Automatic"; + Text[ finnish ] = "Automatisch"; }; /* @@ -136,6 +137,7 @@ String STR_SVT_COLLATE_NORMAL Text[ turkish ] = "Normal"; Text[ arabic ] = ""; Text[ catalan ] = "Normal"; + Text[ finnish ] = "Normal"; }; String STR_SVT_COLLATE_CHARSET @@ -162,6 +164,7 @@ String STR_SVT_COLLATE_CHARSET Text[ turkish ] = "Character Set"; Text[ arabic ] = " "; Text[ catalan ] = "Character Set"; + Text[ finnish ] = "Charset"; }; String STR_SVT_COLLATE_DICTIONARY @@ -188,6 +191,7 @@ String STR_SVT_COLLATE_DICTIONARY Text[ turkish ] = "Dictionary"; Text[ arabic ] = "Dictionary"; Text[ catalan ] = "Dictionary"; + Text[ finnish ] = "Dictionary"; }; String STR_SVT_COLLATE_PINYIN @@ -214,6 +218,7 @@ String STR_SVT_COLLATE_PINYIN Text[ turkish ] = "Pinyin"; Text[ arabic ] = "Pinyin"; Text[ catalan ] = "Pinyin"; + Text[ finnish ] = "Pinyin"; }; String STR_SVT_COLLATE_STROKE @@ -240,6 +245,7 @@ String STR_SVT_COLLATE_STROKE Text[ turkish ] = "Stroke"; Text[ arabic ] = "Stroke"; Text[ catalan ] = "Stroke"; + Text[ finnish ] = "Stroke"; }; String STR_SVT_COLLATE_RADICAL @@ -266,6 +272,7 @@ String STR_SVT_COLLATE_RADICAL Text[ turkish ] = "Radical"; Text[ arabic ] = "Radical"; Text[ catalan ] = "Radical"; + Text[ finnish ] = "Radical"; }; String STR_SVT_COLLATE_ZHUYIN @@ -292,6 +299,7 @@ String STR_SVT_COLLATE_ZHUYIN Text[ turkish ] = "Zhuyin"; Text[ arabic ] = "Zhuyin"; Text[ catalan ] = "Zhuyin"; + Text[ finnish ] = "Zhuyin"; }; |