User: hr      
Date: 2006/08/15 03:47:26

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

Log:
 INTEGRATION: CWS dba30 (1.48.16); FILE MERGED
 2006/07/19 12:26:28 fs 1.48.16.2: RESYNC: (1.48-1.49); FILE MERGED
 2005/12/22 12:50:12 fs 1.48.16.1: localize the error message telling about a 
non-existent table. Encountered during investigating issue #i59594#

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.49&r2=1.50
Delta lines:  +7 -0
-------------------
--- strings.src 10 Jul 2006 15:18:05 -0000      1.49
+++ strings.src 15 Aug 2006 10:47:23 -0000      1.50
@@ -224,6 +224,13 @@
        Text [ de ] ="Die Datei \"$file$\" existiert nicht.";
        Text[ en-US ] = "The file \"$file$\" does not exist.";
 };
+
+String RID_STR_TABLE_DOES_NOT_EXIST
+{
+    Text [ de ] = "Es existiert keine Tabelle \"$table$\".";
+    Text [ en-US ] = "There exists no table named \"$table$\".";
+};
+
 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.";




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

Reply via email to