summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2002-10-25 08:09:59 +0000
committerMikhail Voitenko <mav@openoffice.org>2002-10-25 08:09:59 +0000
commit2fe2bdc2d4e2499bdec6f6e4c0fc2e287ebe374a (patch)
tree96199cecb384ab82d6ae5d4972d1bc1e4b2a16d6 /uui
parent85758ef2e7dc7de11ea1c2b4ed1aa201a999ad57 (diff)
#102386# handle NameClashException
Diffstat (limited to 'uui')
-rw-r--r--uui/source/ids.src10
1 files changed, 8 insertions, 2 deletions
diff --git a/uui/source/ids.src b/uui/source/ids.src
index 6be4bb0212ec..ce36f87f5d0d 100644
--- a/uui/source/ids.src
+++ b/uui/source/ids.src
@@ -2,9 +2,9 @@
*
* $RCSfile: ids.src,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: kz $ $Date: 2002-09-05 15:06:37 $
+ * last change: $Author: mav $ $Date: 2002-10-25 09:09:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,6 +201,12 @@ Resource RID_UUI_ERRHDL
Text[ catalan ] = "$(ARG1) does already exist";
};
+ String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
+ {
+ Text = "Ziel existiert bereits";
+ Text[english] = "Target does already exist";
+ };
+
String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
{
Text = "Die Daten von $(ARG1) haben eine inkorrekte Prfsumme";