diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-01-23 12:49:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-01-23 12:49:53 +0000 |
commit | f0a135d7a8c230eda0325bb7255c7cea810b841a (patch) | |
tree | db7c0578a72e22638dd4978fda64e707d0ccab8b /basic | |
parent | ba55b697aa3744634c0ff73880e6ab3f0b22992c (diff) |
Merge SWT614: 23.01.01 - 14:49:33
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/ttmsg.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/app/ttmsg.src b/basic/source/app/ttmsg.src index e1401ab8064a..b6b302ec639c 100644 --- a/basic/source/app/ttmsg.src +++ b/basic/source/app/ttmsg.src @@ -2,9 +2,9 @@ * * $RCSfile: ttmsg.src,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2001-01-12 20:19:41 $ + * last change: $Author: kz $ $Date: 2001-01-23 13:49:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -429,7 +429,7 @@ String S_WARNINGS_DETECTED { Text = "** ($Arg1) Warnungen aufgetreten"; Text[ english_us ] = "** ($Arg1) warnings occurred"; - Text[ portuguese ] = "** ($Arg1): erros ocorridos"; + Text[ portuguese ] = "** ($Arg1): advertncias ocorridos"; Text[ russian ] = "** ($Arg1) warnings occurred"; Text[ greek ] = "** ($Arg1) warnings occurred"; Text[ dutch ] = "** ($Arg1) waarschuwingen weergegeven"; @@ -561,7 +561,7 @@ String S_RETURNED_VALUE_ID_MISSMATCH { Text = "Returnwert Empfangen aber andere Id erwartet"; Text[ english_us ] = "Return value received but different Id expected"; - Text[ portuguese ] = "Recebido o valor Return, mas espera-se outro ID"; + Text[ portuguese ] = "Recebido o valor Return, mas necessrio outro ID"; Text[ russian ] = "Return value received but different Id expected"; Text[ greek ] = "Return value received but different Id expected"; Text[ dutch ] = "Retourwaarde ontvangen echter andere Id verwacht"; |