INTEGRATION: CWS dba18 (1.42.58); FILE MERGED

2004/10/15 07:07:09 fs 1.42.58.2: #i24021# finalized strings
2004/10/14 12:12:14 fs 1.42.58.1: #i24021# +STR_EXPLAIN_STRINGCONVERSION_ERROR (not yet finalized by linguistic review)
This commit is contained in:
Oliver Bolte 2004-11-17 13:50:18 +00:00
parent 2374449e12
commit e776a71fb2

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sqlmessage.src,v $
*
* $Revision: 1.42 $
* $Revision: 1.43 $
*
* last change: $Author: hjs $ $Date: 2004-06-26 17:32:00 $
* last change: $Author: obo $ $Date: 2004-11-17 14:50:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -194,3 +194,9 @@ ModalDialog DLG_SQLEXCEPTIONCHAIN
Text [ en-US ] = "Error code";
};
};
String STR_EXPLAN_STRINGCONVERSION_ERROR
{
Text [ de ] = "Ein häufiger Grund für diesen Fehler ist eine ungeignete Zeichensatz-Einstellung für die Sprache Ihrer Datenbank. Überprüfen Sie diese Einstellung unter Bearbeiten - Datenbank - Eigenschaften.";
Text [ en-US ] = "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties.";
};