Kaydet (Commit) 70c7cb7c authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dba205a (1.67.4); FILE MERGED

2006/07/20 11:02:56 fs 1.67.4.1: #i67383# make placeholders in the error strings unique / remove unused error strings
üst eae0f62d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: fmstring.src,v $ * $RCSfile: fmstring.src,v $
* *
* $Revision: 1.67 $ * $Revision: 1.68 $
* *
* last change: $Author: obo $ $Date: 2006-07-10 14:56:42 $ * last change: $Author: ihi $ $Date: 2006-08-28 15:01:34 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -550,12 +550,6 @@ String RID_STR_SVT_SQL_SYNTAX_ERROR ...@@ -550,12 +550,6 @@ String RID_STR_SVT_SQL_SYNTAX_ERROR
Text [ de ] = "Syntaxfehler im SQL-Ausdruck" ; Text [ de ] = "Syntaxfehler im SQL-Ausdruck" ;
Text [ en-US ] = "Syntax error in SQL statement" ; Text [ en-US ] = "Syntax error in SQL statement" ;
}; };
String RID_STR_SVT_SQL_SYNTAX_ERROR_BEFORE
{
/* ### ACHTUNG: Neuer Text in Resource? Syntaxfehler im SQL-Ausdruck : Fehlerhafte Syntax */
Text [ de ] = "bevor \"#\" Ausdruck." ;
Text [ en-US ] = "before \"#\" expression.";
};
String RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE String RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE
{ {
...@@ -569,12 +563,6 @@ String RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE ...@@ -569,12 +563,6 @@ String RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE
Text [ en-US ] = "LIKE cannot be used with this field."; Text [ en-US ] = "LIKE cannot be used with this field.";
}; };
String RID_STR_SVT_SQL_SYNTAX_NO_NUM
{
Text [ de ] = "Das Feld kann nicht mit einer Zeichenkette verglichen werden.";
Text [ en-US ] = "The field cannot be compared with a string.";
};
String RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID String RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID
{ {
Text [ de ] = "Der eingegebene Wert ist kein gültiges Datum. Bitte geben Sie ein Datum in einem gültigen Format ein, z.B. TT.MM.JJ."; Text [ de ] = "Der eingegebene Wert ist kein gültiges Datum. Bitte geben Sie ein Datum in einem gültigen Format ein, z.B. TT.MM.JJ.";
...@@ -613,8 +601,8 @@ String RID_STR_SVT_SQL_CYCLIC_SUB_QUERIES ...@@ -613,8 +601,8 @@ String RID_STR_SVT_SQL_CYCLIC_SUB_QUERIES
}; };
String RID_STR_SVT_SQL_SYNTAX_COLUMN String RID_STR_SVT_SQL_SYNTAX_COLUMN
{ {
Text [ de ] = "Die Spalte \"#\" ist in der Tabelle \"#\" unbekannt."; Text [ de ] = "Die Spalte \"#1\" ist in der Tabelle \"#2\" unbekannt.";
Text [ en-US ] = "The column \"#\" is unknown in the table \"#\"."; Text [ en-US ] = "The column \"#1\" is unknown in the table \"#2\".";
}; };
String RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID String RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment