diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-06-13 20:45:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-06-13 20:45:40 +0000 |
commit | a5804bfc57bf80e68a563050535948d6fbda19ba (patch) | |
tree | 9faa8062e480329146c0347642b9c9e74907a749 /basic | |
parent | 8320b450501d9d9184287e0f3d2362fec211f5ce (diff) |
Merge SRC633: 13.06.01 - 23:46:16
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sb.src | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/basic/source/classes/sb.src b/basic/source/classes/sb.src index 22010e7c513c..a64096ed6648 100644 --- a/basic/source/classes/sb.src +++ b/basic/source/classes/sb.src @@ -2,9 +2,9 @@ * * $RCSfile: sb.src,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: rt $ $Date: 2001-06-08 21:44:31 $ + * last change: $Author: kz $ $Date: 2001-06-13 21:45:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -562,7 +562,7 @@ Resource RID_BASIC_START Text[ dutch ] = "Sub- of functieprocedure niet gedefinieerd"; Text[ chinese_simplified ] = "ûжֹ̻"; Text[ greek ] = " (Sub) (Function)"; - Text[ korean ] = "ǵ ν Ǵ ν"; + Text[ korean ] = "ǵ ν Ǵ ν"; Text[ turkish ] = "Alt yordam ya da ilev yordam tanmlanmad"; Text[ language_user1 ] = " "; Text[ catalan ] = "Procedimiento de funcin o subordinado no definido"; @@ -1383,7 +1383,7 @@ Resource RID_BASIC_START Text[ dutch ] = "Geen enkele applicatie antwoordt op DDE-verbindingsoproep"; Text[ chinese_simplified ] = "ûκӦóӦ DDE "; Text[ greek ] = " DDE"; - Text[ korean ] = "DDE ӿû ϴ α "; + Text[ korean ] = "DDE ӿû ϴ α "; Text[ turkish ] = "Hibir uygulama DDE balant talebine yant vermiyor"; Text[ language_user1 ] = " "; Text[ catalan ] = "No responde ninguna aplicacin a la conexin DDE deseada"; @@ -2771,7 +2771,7 @@ Resource RID_BASIC_START Text[ dutch ] = "Onverwacht symbool: $(ARG1)"; Text[ chinese_simplified ] = "ͼ꣺$(ARG1)"; Text[ greek ] = " : $(ARG1)"; - Text[ korean ] = "䱸 ȣ : $(ARG1)"; + Text[ korean ] = "䱸 ȣ : $(ARG1)"; Text[ turkish ] = "Beklenmeyen simge: $(ARG1)"; Text[ language_user1 ] = " "; Text[ catalan ] = "Smbolo inesperado: $(ARG1)"; @@ -3603,7 +3603,7 @@ Resource RID_BASIC_START Text [ portuguese_brazilian ] = "Not implemented in VBScript" ; Text [ portuguese ] = "Excepo $(ARG1)" ; Text [ french ] = "Exception $(ARG1)" ; - Text [ dutch ] = "Bevindt zich niet in VBScript" ; + Text [ dutch ] = "Er is een exceptie opgetreden $Arg1)" ; Text [ spanish ] = "Ha ocurrido la excepcin $(ARG1)" ; Text [ danish ] = "Ikke indeholdt i VB-script" ; Text [ swedish ] = "Det har uppsttt ett undantag $(ARG1)" ; @@ -3615,7 +3615,7 @@ Resource RID_BASIC_START Text[ japanese ] = "O܂ $(ARG1)"; Text[ chinese_traditional ] = "oͤ@Ӳ`~ $(ARG1)"; Text[ arabic ] = "VB script "; - Text[ dutch ] = "Bevindt zich niet in VBScript"; + Text[ dutch ] = "Er is een exceptie opgetreden $Arg1)"; Text[ chinese_simplified ] = "һ쳣Ĵ $(ARG1)"; Text[ greek ] = " $(ARG1)"; Text[ korean ] = "VB ũƮԵǾ ʽϴ."; @@ -3865,3 +3865,4 @@ String ERRCODE_BASMGR_UNLOADLIB & ERRCODE_RES_MASK Text[ finnish ] = "Kirjastoa ei voitu poistaa muistista."; }; + |