diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-06-29 20:37:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-06-29 20:37:55 +0000 |
commit | 3ca2471849253fe3b30d0c037ecafc72ef657031 (patch) | |
tree | 93ecdc93f6db78efb1c1ef8d9495a9f663af4007 | |
parent | f4983559bde7e92cc93ddaf79650db9aabc15019 (diff) |
Merge SRC633: 29.06.01 - 23:36:53
-rw-r--r-- | basic/source/classes/sb.src | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/classes/sb.src b/basic/source/classes/sb.src index a64096ed6648..839ed407e5ec 100644 --- a/basic/source/classes/sb.src +++ b/basic/source/classes/sb.src @@ -2,9 +2,9 @@ * * $RCSfile: sb.src,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: kz $ $Date: 2001-06-13 21:45:40 $ + * last change: $Author: kz $ $Date: 2001-06-29 21:37:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2315,7 +2315,7 @@ Resource RID_BASIC_START Text [ italian ] = "L'oggetto indicato non supporta l'attuale schema regionale" ; Text [ portuguese_brazilian ] = "Object doesn't support current locale setting" ; Text [ portuguese ] = "O objecto indicado no suporta a configurao local actual" ; - Text [ french ] = "L'objet indiqu ne supporte pas les paramtres rgionaux slectionns" ; + Text [ french ] = "L'objet indiqu ne supporte pas l'environnement linguistique actuel." ; Text [ dutch ] = "De huidige lokale instellingen worden niet ondersteund door het aangegeven object" ; Text [ spanish ] = "La configuracin local actual no es apoyada por el objeto dado" ; Text [ danish ] = "Det aktuelle omrdeskema understttes ikke af det angivne objekt" ; @@ -3866,3 +3866,4 @@ String ERRCODE_BASMGR_UNLOADLIB & ERRCODE_RES_MASK }; + |