summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/inc/ttmsg.hrc6
-rw-r--r--basic/source/app/ttmsg.src11
2 files changed, 9 insertions, 8 deletions
diff --git a/basic/inc/ttmsg.hrc b/basic/inc/ttmsg.hrc
index 3e7074566708..d81acf9c9ac3 100644
--- a/basic/inc/ttmsg.hrc
+++ b/basic/inc/ttmsg.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: ttmsg.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:07 $
+ * last change: $Author: gh $ $Date: 2000-12-06 16:13:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@
#define S_UNKNOWN_METHOD ( TT_START + 22 )
#define S_INCLUDE_FILE_WARNINGS_DETECTED ( TT_START + 23 )
#define S_NO_INCLUDE_FILE_WARNINGS_DETECTED ( TT_START + 24 )
-
+#define S_UNPACKING_STORAGE_FAILED ( TT_START + 25 )
// Stings
diff --git a/basic/source/app/ttmsg.src b/basic/source/app/ttmsg.src
index 3e0f841bc409..d85f34ba7368 100644
--- a/basic/source/app/ttmsg.src
+++ b/basic/source/app/ttmsg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: ttmsg.src,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: nf $ $Date: 2000-12-06 11:05:44 $
+ * last change: $Author: gh $ $Date: 2000-12-06 16:13:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -623,11 +623,12 @@ String S_UNKNOWN_METHOD
Text[ arabic ] = "Unknown method '($Arg1)' to ($Arg2)";
Text[ turkish ] = "Unknown method on object :($Arg1).($Arg2)";
};
-/*
-String
+String S_UNPACKING_STORAGE_FAILED
{
- Text = ;
+ Text = "Entpacken der Storage \"($Arg1)\" nach \"($Arg2)\" ist fehlgeschlagen";
+ Text[ english_us ] = "Unpacking Storage \"($Arg1)\" to \"($Arg2)\" failed";
};
+/*
String
{
Text = ;