diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-01-12 19:20:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-01-12 19:20:55 +0000 |
commit | cbd26a173c61ac77f08bfe154645e7e25ea2ef26 (patch) | |
tree | abe28b94328677fbdb875811b138bdbf8c754d74 /basic | |
parent | b1749ecb7985d0893df63368b604ee442f67c289 (diff) |
Merge SWT614: 12.01.01 - 21:20:28
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/basic.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/app/basic.src b/basic/source/app/basic.src index 11302a1e7d3f..bcef5f877098 100644 --- a/basic/source/app/basic.src +++ b/basic/source/app/basic.src @@ -2,9 +2,9 @@ * * $RCSfile: basic.src,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2000-12-08 17:39:56 $ + * last change: $Author: kz $ $Date: 2001-01-12 20:20:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -725,11 +725,11 @@ ErrorBox IDS_PATTERNNOTFOUND { TITLE [ english_us ] = "StarBasic Error"; MESSAGE = "Suchbegriff nicht gefunden!"; MESSAGE [ english_us ] = "Search key not found!"; - MESSAGE[ portuguese ] = "Impossvel encontrar expresso procurada!"; + MESSAGE[ portuguese ] = "Erro StarBasic"; MESSAGE[ russian ] = "Search key not found!"; MESSAGE[ greek ] = "Search key not found!"; MESSAGE[ dutch ] = "Zoekbegrip niet gevonden!"; - MESSAGE[ french ] = "lment recherch introuvable !"; + MESSAGE[ french ] = "Terme recherch introuvable !"; MESSAGE[ spanish ] = "No se encontr el trmino buscado!"; MESSAGE[ italian ] = "Impossibile trovare chiave di ricerca."; MESSAGE[ danish ] = "Search key not found!"; @@ -741,7 +741,7 @@ ErrorBox IDS_PATTERNNOTFOUND { MESSAGE[ chinese_simplified ] = "Search key not found!"; MESSAGE[ chinese_traditional ] = "Search key not found!"; MESSAGE[ arabic ] = "Search term not found!"; - Title[ portuguese ] = "StarBasic-Fehler"; + Title[ portuguese ] = "StarBasic-Fehler!"; Title[ russian ] = "StarBasic-Fehler"; Title[ greek ] = "StarBasic Error"; Title[ dutch ] = "StarBasic-Fehler"; |