summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2001-03-14 08:54:34 +0000
committerGregor Hartmann <gh@openoffice.org>2001-03-14 08:54:34 +0000
commit34cd4a6bed7327b62e552c64c48c170206051825 (patch)
tree70192b6be5f91728450d369d14063c9426c6ec08 /basic
parentb93401c4f402b0ffd6b1a2ab9db6f2f7f186c00f (diff)
#83317#Changed errormessage
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/svtmsg.src40
1 files changed, 20 insertions, 20 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src
index 912fcedafa60..4670fdd124a8 100644
--- a/basic/source/app/svtmsg.src
+++ b/basic/source/app/svtmsg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: svtmsg.src,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: avy $ $Date: 2001-03-09 20:19:29 $
+ * last change: $Author: gh $ $Date: 2001-03-14 09:54:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1308,25 +1308,25 @@ String S_BUTTONID_REQUIRED
};
String S_UNKNOWN_TYPE
{
- Text = "Unbekannter Objekttyp ($Arg1) aus UId";
- Text[ english_us ] = "Unknown object type ($Arg1) from UId";
- Text[ portuguese ] = "Tipo de objecto ($Arg1) desconhecido deste UId";
- Text[ russian ] = "Unknown object type ($Arg1) from UId";
- Text[ greek ] = "Unknown object type ($Arg1) from UId";
- Text[ dutch ] = "Onbekend objecttype ($Arg1) uit UId";
- Text[ french ] = "Type d'objet ($Arg1) inconnu pour cet UId";
- Text[ spanish ] = "Tipo de objeto ($Arg1) desconocido por su UId";
- Text[ italian ] = "Unknown object type ($Arg1) from UId";
- Text[ danish ] = "Unknown object type ($Arg1) from UId";
- Text[ swedish ] = "Unknown object type ($Arg1) from UId";
- Text[ polish ] = "Unknown object type ($Arg1) from UId";
+ Text = "Unbekannter Objekttyp ($Arg1) aus UId oder Methode '($Arg2)' nicht unterstützt";
+ Text[ english_us ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ portuguese ] = "Tipo de objecto ($Arg1) desconhecido deste UId($Arg2)";
+ Text[ russian ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ greek ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ dutch ] = "Onbekend objecttype ($Arg1) uit UId($Arg2)";
+ Text[ french ] = "Type d'objet ($Arg1) inconnu pour cet UId($Arg2)";
+ Text[ spanish ] = "Tipo de objeto ($Arg1) desconocido por su UId($Arg2)";
+ Text[ italian ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ danish ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ swedish ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ polish ] = "Unknown object type ($Arg1) from UId($Arg2)";
Text[ portuguese_brazilian ] = "dummytext";
- Text[ japanese ] = "Unknown object type ($Arg1) from UId";
- Text[ korean ] = "UId·ÎºÎÅÍÀÇ ¾Ë·ÁÁ®¡¡ÀÖÁö¾ÊÀº¡¡°³Ã¼ ŸÀÔ ($Arg1)";
- Text[ chinese_simplified ] = "Unknown object type ($Arg1) from UId";
- Text[ chinese_traditional ] = "Unknown object type ($Arg1) from UId";
- Text[ arabic ] = "Unknown object type ($Arg1) from UId";
- Text[ turkish ] = "Unknown object type ($Arg1) from UId";
+ Text[ japanese ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ korean ] = "UId·ÎºÎÅÍÀÇ ¾Ë·ÁÁ®¡¡ÀÖÁö¾ÊÀº¡¡°³Ã¼ ŸÀÔ ($Arg1)($Arg2)";
+ Text[ chinese_simplified ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ chinese_traditional ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ arabic ] = "Unknown object type ($Arg1) from UId($Arg2)";
+ Text[ turkish ] = "Unknown object type ($Arg1) from UId($Arg2)";
};
String S_UNPACKING_STORAGE_FAILED
{