summaryrefslogtreecommitdiff
path: root/padmin/source/padialog.src
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-08-27 10:24:04 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-08-27 10:24:04 +0000
commitcd570e40ab3ed2842a75fd23eb0295d639f6559a (patch)
treef140fbfa8e9329fd092db1193b497a4e7e1fcd68 /padmin/source/padialog.src
parentd476fe8c2d4f5c5a84b9609cfb92f75077b7a484 (diff)
#101710# add: error messages for failed driver removal
Diffstat (limited to 'padmin/source/padialog.src')
-rw-r--r--padmin/source/padialog.src16
1 files changed, 14 insertions, 2 deletions
diff --git a/padmin/source/padialog.src b/padmin/source/padialog.src
index b1eace0c9ce1..e0d824726968 100644
--- a/padmin/source/padialog.src
+++ b/padmin/source/padialog.src
@@ -2,9 +2,9 @@
*
* $RCSfile: padialog.src,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: rt $ $Date: 2002-06-10 15:24:38 $
+ * last change: $Author: pl $ $Date: 2002-08-27 11:24:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2295,6 +2295,18 @@ String RID_QUERY_DRIVERUSED
Text[ thai ] = "มีเครื่องพิมพ์ที่ใช้ไดร้ฟ์เวอร์ \"%s\"อยู่ คุณต้องการเอาออกหรือไม่? จะเอาเครื่องพิมพ์ที่มีลักษณะเช่นเดียวกันออกด้วย";
};
+String RID_ERR_REMOVESGENPRT
+{
+ Text = "Der Treiber \"%s\" wird immer gebraucht und kann daher nicht entfernt werden.";
+ Text [ English ] = "The driver \"%s\" is always needed and can therefore not be removed.";
+};
+
+String RID_ERR_REMOVEDRIVERFAILED
+{
+ Text = "Der Treiber \"%s1\" konnte nicht entfernt werden. Das Lschen der Datei\n\n%s2\n\nist fehlgeschlagen.";
+ Text [ English ] = "The driver \"%s1\" could not be removed. Removing the file\n\n%s2\n\nwas not possible.";
+};
+
String RID_ERR_REMOVEDEFAULTDRIVER
{
Text = "Der Treiber \"%s\" wird von Ihrem Standarddrucker verwendet. Deshalb kann er nicht entfernt werden.";