summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/misc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 14:37:04 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 14:37:04 +0000
commit536d62a368d42d6b871b4a23f619e2792862976c (patch)
tree3bb6799e5ff7e6c86d4bd5cd7e04f2bf864295ff /dbaccess/source/ui/misc
parentINTEGRATION: CWS qiq (1.44.2); FILE MERGED (diff)
downloadcore-536d62a368d42d6b871b4a23f619e2792862976c.tar.gz
core-536d62a368d42d6b871b4a23f619e2792862976c.zip
INTEGRATION: CWS qiq (1.45.18); FILE MERGED
2006/05/18 09:18:00 fs 1.45.18.1: #i51143# dbumiscres.src
Diffstat (limited to 'dbaccess/source/ui/misc')
-rw-r--r--dbaccess/source/ui/misc/WizardPages.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/misc/WizardPages.src b/dbaccess/source/ui/misc/WizardPages.src
index e787c0ccdc4d..ef5c63d4e420 100644
--- a/dbaccess/source/ui/misc/WizardPages.src
+++ b/dbaccess/source/ui/misc/WizardPages.src
@@ -4,9 +4,9 @@
*
* $RCSfile: WizardPages.src,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: vg $ $Date: 2006-03-31 12:15:47 $
+ * last change: $Author: obo $ $Date: 2006-07-10 15:37:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -603,10 +603,10 @@ ErrorBox ERROR_INVALID_TABLE_NAME
Buttons = WB_OK;
Message [ en-US ] = "This table name is not valid in the current database.";
};
-String STR_ERR_DUPL_TABLENAME
+String STR_SUGGEST_APPEND_TABLE_DATA
{
- Text [ de ] = "Der Tabellenname \'$name$\' existiert bereits.\nSie können einen neuen Namen angeben\noder die Daten an die existierende Tabelle anhängen." ;
- Text [ en-US ] = "The table name \'$name$\' already exists.\nYou may enter a new name\nor append the data to the existing table." ;
+ Text [ de ] = "Wählen Sie die Option 'Daten anhängen' auf der ersten Seite, um Daten an eine existierende Tabellen anzuhängen.";
+ Text [ en-US ] = "Choose the option 'Append data' on the first page to append data to an existing table.";
};
ErrorBox ERROR_INVALID_TABLE_NAME_LENGTH