User: vg Date: 2008-08-19 09:54:17+0000 Modified: dba/dbaccess/source/core/resource/strings.src
Log: INTEGRATION: CWS dba31a (1.55.42); FILE MERGED 2008/07/07 12:23:48 oj 1.55.42.2: #i85664# error message corrected for queries 2008/06/05 13:04:53 oj 1.55.42.1: #i55805# localized error message 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.55&r2=1.56 Delta lines: +9 -0 ------------------- --- strings.src 2008-04-10 13:05:16+0000 1.55 +++ strings.src 2008-08-19 09:54:14+0000 1.56 @@ -189,6 +189,11 @@ Text [ en-US ] = "There exists no table named \"$table$\"."; }; +String RID_STR_QUERY_DOES_NOT_EXIST +{ + Text [ en-US ] = "There exists no query named \"$table$\"."; +}; + String RID_STR_CONFLICTING_NAMES { 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."; @@ -229,4 +234,8 @@ { Text [ en-US ] = "The object already is, with a different name, part of the container."; }; +String RID_STR_NAME_NOT_FOUND +{ + Text [ en-US ] = "Unable to find the document '$name$'."; +}; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
