User: obo     
Date: 2006/07/10 08:18:08

Modified:
   dba/dbaccess/source/core/resource/strings.src

Log:
 INTEGRATION: CWS qiq (1.48.118); FILE MERGED
 2006/07/04 08:24:30 fs 1.48.118.5: minor typo
 2006/07/03 19:48:48 fs 1.48.118.4: #i51143# warning when trying to obtain 
columns for a query whose statement does not produce a result set
 2006/06/09 11:54:57 fs 1.48.118.3: #i51143# +RID_STR_COMMAND_LEADING_TO_ERROR
 2006/05/11 11:26:07 fs 1.48.118.2: #i51143#
 2006/05/10 14:25:01 fs 1.48.118.1: #i51143# RID_STR_CONFLICTING_NAMES

File Changes:

Directory: /dba/dbaccess/source/core/resource/
==============================================

File [changed]: strings.src
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/resource/strings.src?r1=1.48&r2=1.49
Delta lines:  +20 -1
--------------------
--- strings.src 23 Sep 2005 14:09:22 -0000      1.48
+++ strings.src 10 Jul 2006 15:18:05 -0000      1.49
@@ -97,7 +97,7 @@
 String RID_STR_ONLY_QUERY
 {
        Text [ de ] = "Der gesetzte Befehl ist kein SELECT-Befehl.\nEs sind nur 
Abfragen erlaubt.";
-       Text [ en-US ] = "The given command is not a SELECT statement.\n Only 
queries are allowed.";    
+       Text [ en-US ] = "The given command is not a SELECT statement.\nOnly 
queries are allowed.";     
 };
 String RID_STR_NO_VALUE_CHANGED
 {
@@ -223,4 +223,23 @@
 {
        Text [ de ] ="Die Datei \"$file$\" existiert nicht.";
        Text[ en-US ] = "The file \"$file$\" does not exist.";
+};
+String RID_STR_CONFLICTING_NAMES
+{
+    Text [ de ] = "Die Datenbank enthält Tabellen, deren Namen mit den Namen 
von existierenden Abfragen kollidieren. Um alle Tabellen und Abfragen voll 
nutzen zu können, stellen Sie sicher, dass sie unterschiedliche Namen haben.";
+    Text [ en-US ] = "There are tables in the database whose names conflict 
with the names of existing queries. To make full use of all queries and tables, 
make sure they have distinct names.";
+};
+
+String RID_STR_COMMAND_LEADING_TO_ERROR
+{
+    Text [ de ] = "Das SQL-Kommando, welches zu diesem Fehler führte, 
ist:\n\n$command$";
+    Text [ en-US ] = "The SQL command leading to this error is:\n\n$command$";
+
+    Text [ x-comment ] = "$command$ is a placeholder, please preserve it.";
+};
+
+String RID_STR_STATEMENT_WITHOUT_RESULT_SET
+{
+    Text [ de ] = "Das SQL-Kommando beschreibt keine Ergebnismenge.";
+    Text [ de ] = "The SQL command does not describe a result set.";
 };




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to