summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 12:54:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 12:54:31 +0000
commit0b92899ef1d5dcb571c3794a27e7881e788dc068 (patch)
tree2de40789d140ac1b7b1cc5f6a4edd0c8673a942e /wizards/source/formwizard
parenteabfb2f66b5002e984ee5b5eab3573982dd93e03 (diff)
INTEGRATION: CWS dbwizardpp3 (1.72.22); FILE MERGED
2006/04/03 13:35:22 bc 1.72.22.2: #i44812# resource modified 2006/03/28 16:26:10 bc 1.72.22.1: #i44812#storing of new form modified
Diffstat (limited to 'wizards/source/formwizard')
-rw-r--r--wizards/source/formwizard/dbwizres.src16
1 files changed, 14 insertions, 2 deletions
diff --git a/wizards/source/formwizard/dbwizres.src b/wizards/source/formwizard/dbwizres.src
index 18b272c91efa..a36e0e460348 100644
--- a/wizards/source/formwizard/dbwizres.src
+++ b/wizards/source/formwizard/dbwizres.src
@@ -4,9 +4,9 @@
*
* $RCSfile: dbwizres.src,v $
*
- * $Revision: 1.72 $
+ * $Revision: 1.73 $
*
- * last change: $Author: hr $ $Date: 2005-12-28 17:26:41 $
+ * last change: $Author: vg $ $Date: 2006-04-07 13:54:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -766,6 +766,12 @@ String RID_DB_FORM_WIZARD_START + 97
Text [ en-US ] = "Set the name of the form";
};
+String RID_DB_FORM_WIZARD_START + 98
+{
+ Text [ de ] = "Ein Formular mit dem Namen '%FORMNAME' existiert bereits.\nBitte wählen Sie einen neuen Namen.";
+ Text [ en-US ] = "A form with the name '%FORMNAME' already exists.\nChoose another name.";
+};
+
// ============================================================================
@@ -1957,6 +1963,12 @@ String RID_DB_TABLE_WIZARD_START + 50
Text [ en-US] = "Schema of the table";
};
+String RID_DB_TABLE_WIZARD_START + 51
+{
+ Text [ de ] = "Das Feld '%FIELDNAME' existiert bereits.";
+ Text [ en-US] = "The field '%FIELDNAME' already exists.";
+};
+
// ============================================================================