diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-02-09 19:11:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-02-09 19:11:26 +0000 |
commit | 2c2222c88903065401f6840301ad93d818d3f0ca (patch) | |
tree | a77665efd903b0527213f99525234cab3580cac3 /basic | |
parent | b9fca8e20ac80efbb235194478ac9802340101d1 (diff) |
Merge SWT614: 09.02.01 - 21:11:08
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/basmsg.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/app/basmsg.src b/basic/source/app/basmsg.src index b81033c082bc..088db8ffa073 100644 --- a/basic/source/app/basmsg.src +++ b/basic/source/app/basmsg.src @@ -2,9 +2,9 @@ * * $RCSfile: basmsg.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2000-11-15 20:37:05 $ + * last change: $Author: kz $ $Date: 2001-02-09 20:11:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ String S_PROG_START Text[ polish ] = "Uruchomienie programu: ($Arg1); ($Arg2)"; Text[ portuguese_brazilian ] = "Programmstart: ($Arg1); ($Arg2)"; Text[ japanese ] = "Program start: ($Arg1); ($Arg2)"; - Text[ korean ] = "Programmstart: ($Arg1); ($Arg2)"; + Text[ korean ] = "���������: ($Arg1); ($Arg2)"; Text[ chinese_simplified ] = "Program start: ($Arg1); ($Arg2)"; Text[ chinese_traditional ] = "Program start: ($Arg1); ($Arg2)"; Text[ arabic ] = "Program start: ($Arg1); ($Arg2)"; @@ -122,7 +122,7 @@ String S_WARNING_PREFIX { Text = "Warnung: "; Text[ english_us ] = "Warning: "; - Text[ portuguese ] = "Aviso: "; + Text[ portuguese ] = "Advert�ncia: "; Text[ russian ] = "��������������: "; Text[ greek ] = "Warning: "; Text[ dutch ] = "Waarschuwing: "; |