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
This commit is contained in:
parent
eabfb2f66b
commit
0b92899ef1
1 changed files with 14 additions and 2 deletions
|
@ -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.";
|
||||
};
|
||||
|
||||
|
||||
|
||||
// ============================================================================
|
||||
|
|
Loading…
Reference in a new issue