summaryrefslogtreecommitdiff
path: root/uui/source/ids.src
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-08-21 07:35:29 +0000
committerStephan Bergmann <sb@openoffice.org>2001-08-21 07:35:29 +0000
commit4eb629ce0081816ec3b3c22efd70b2b50b500d06 (patch)
treeebd7086f6e3b99a8c9d63b57a99196627ff21639 /uui/source/ids.src
parent40052c59e39614a1dca9742b120984c211cc83b1 (diff)
#89890# Improved handling of DEVICE_NOT_READY errors.
Diffstat (limited to 'uui/source/ids.src')
-rw-r--r--uui/source/ids.src30
1 files changed, 24 insertions, 6 deletions
diff --git a/uui/source/ids.src b/uui/source/ids.src
index 7b8127a84b0e..e1b23250dce4 100644
--- a/uui/source/ids.src
+++ b/uui/source/ids.src
@@ -2,9 +2,9 @@
*
* $RCSfile: ids.src,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2001-08-17 20:06:46 $
+ * last change: $Author: sb $ $Date: 2001-08-21 08:35:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,7 @@
//
// Miscellaneous Resources
//
-// $Author: rt $ $Date: 2001-08-17 20:06:46 $ $Revision: 1.27 $
+// $Author: sb $ $Date: 2001-08-21 08:35:29 $ $Revision: 1.28 $
//============================================================================
#define __RSC
@@ -443,10 +443,10 @@ Resource RID_UUI_ERRHDL
Text[ catalan ] = "Action not allowed: $(ARG1) is the current directory";
};
// IOErrorCode_DEVICE_NOT_READY = 10,
- String ( ERRCODE_UUI_IO_DEVICENOTREADY & ERRCODE_RES_MASK )
+ String ( ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK )
{
- Text = "Das Gert (Laufwerk) $(ARG1) ist nicht bereit" ;
- Text [ english ] = "The Device (drive) $(ARG1) is not ready" ;
+ Text = "$(ARG1) ist nicht bereit" ;
+ Text [ english ] = "$(ARG1) is not ready" ;
Text[ english_us ] = "The device (drive) $(ARG1) is not ready";
Text[ portuguese ] = "O dispositivo (unidade) $(ARG1) no est preparado.";
Text[ russian ] = " () $(ARG1) ";
@@ -1205,5 +1205,23 @@ Resource RID_UUI_ERRHDL
Text = "Die zu der Partnerschaft $(ARG1) gespeicherten Daten sind defekt";
Text[english] = "The data associated with the partnership $(ARG1) are corrupted";
};
+
+ String (ERRCODE_UUI_IO_NOTREADY_VOLUME & ERRCODE_RES_MASK)
+ {
+ Text = "Laufwerk $(ARG1) ist nicht bereit";
+ Text [ english ] = "Volume $(ARG1) is not ready";
+ };
+
+ String (ERRCODE_UUI_IO_NOTREADY_REMOVABLE & ERRCODE_RES_MASK)
+ {
+ Text = "$(ARG1) ist nicht bereit; bitte legen Sie ein Speichermedium ein";
+ Text [ english ] = "$(ARG1) is not ready; please insert a storage medium";
+ };
+
+ String (ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE & ERRCODE_RES_MASK)
+ {
+ Text = "Laufwerk $(ARG1) ist nicht bereit; bitte legen Sie ein Speichermedium ein";
+ Text [ english ] = "Volume $(ARG1) is not ready; please insert a storage medium";
+ };
};