Tag: cws_dev300_dba31b
User: oj      
Date: 2008-08-20 07:27:59+0000
Modified:
   dba/connectivity/source/inc/resource/adabas_res.hrc
   dba/connectivity/source/inc/resource/common_res.hrc
   dba/connectivity/source/inc/resource/file_res.hrc
   dba/connectivity/source/inc/resource/hsqldb_res.hrc
   dba/connectivity/source/inc/resource/macab_res.hrc
   dba/connectivity/source/inc/resource/mozab_res.hrc

Log:
 #i53067# localize str

File Changes:

Directory: /dba/connectivity/source/inc/resource/
=================================================

File [changed]: adabas_res.hrc
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/resource/adabas_res.hrc?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +6 -6
-------------------
--- adabas_res.hrc      2008-08-15 08:33:28+0000        1.1.2.1
+++ adabas_res.hrc      2008-08-20 07:27:56+0000        1.1.2.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: adabas_res.hrc,v $
- * $Revision: 1.1.2.1 $
+ * $Revision: 1.1.2.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -45,7 +45,7 @@
 #define STR_INVALID_USER_DESCRIPTOR_ERROR       ( STR_ADABAS_BASE +  6 )
 #define STR_INVALID_VIEW_DESCRIPTOR_ERROR       ( STR_ADABAS_BASE +  7 )
 #define STR_VIEW_NO_COMMAND_ERROR               ( STR_ADABAS_BASE +  8 )
-
+#define STR_USER_NO_DELETE                      ( STR_ADABAS_BASE +  9 )
 
 #endif // CONNECTIVITY_RESOURCE_ADABAS_HRC
 

File [changed]: common_res.hrc
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/resource/common_res.hrc?r1=1.3.56.1&r2=1.3.56.2
Delta lines:  +3 -1
-------------------
--- common_res.hrc      2008-08-15 08:32:51+0000        1.3.56.1
+++ common_res.hrc      2008-08-20 07:27:56+0000        1.3.56.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: common_res.hrc,v $
- * $Revision: 1.3.56.1 $
+ * $Revision: 1.3.56.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -67,5 +67,7 @@
 #define STR_INVALID_INDEX                       ( STR_COMMON_BASE + 26 )
 #define STR_UNSUPPORTED_FUNCTION                ( STR_COMMON_BASE + 27 )
 #define STR_UNSUPPORTED_FEATURE                 ( STR_COMMON_BASE + 28 )
+#define STR_UNKNOWN_COLUMN_NAME                 ( STR_COMMON_BASE + 29 )
+#define STR_INVALID_PARA_COUNT                  ( STR_COMMON_BASE + 30 )
 
 #endif // CONNECTIVITY_RESOURCE_COMMON_HRC

File [changed]: file_res.hrc
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/resource/file_res.hrc?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +4 -5
-------------------
--- file_res.hrc        2008-08-15 08:34:01+0000        1.1.2.1
+++ file_res.hrc        2008-08-20 07:27:56+0000        1.1.2.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: file_res.hrc,v $
- * $Revision: 1.1.2.1 $
+ * $Revision: 1.1.2.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -34,19 +34,18 @@
 #include "resource/conn_shared_res.hrc"
 #include "resource/common_res.hrc"
 // ============================================================================
-// = the calc driver's resource strings
+// = the file driver's resource strings
 // ============================================================================
 
 #define STR_QUERY_COMPLEX_COUNT         ( STR_FILE_BASE +    0 )
 #define STR_QUERY_INVALID_BETWEEN       ( STR_FILE_BASE +    1 )
 #define STR_TABLE_READONLY              ( STR_FILE_BASE +    2 )
 #define STR_DELETE_ROW                  ( STR_FILE_BASE +    3 )
-#define STR_INVALID_PARA_COUNT          ( STR_FILE_BASE +    4 )
+#define STR_NO_VALID_FILE_URL           ( STR_FILE_BASE +    4 )
 #define STR_QUERY_MORE_TABLES           ( STR_FILE_BASE +    5 )
 #define STR_QUERY_NO_TABLE              ( STR_FILE_BASE +    6 )
 #define STR_QUERY_NO_COLUMN             ( STR_FILE_BASE +    7 )
 #define STR_QUERY_FUNCTION_NOT_SUPPORTED ( STR_FILE_BASE +    8 )
 
-
 #endif // CONNECTIVITY_RESOURCE_FILE_HRC
 

File [changed]: hsqldb_res.hrc
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/resource/hsqldb_res.hrc?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +7 -4
-------------------
--- hsqldb_res.hrc      2008-08-15 08:34:13+0000        1.1.2.1
+++ hsqldb_res.hrc      2008-08-20 07:27:56+0000        1.1.2.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: hsqldb_res.hrc,v $
- * $Revision: 1.1.2.1 $
+ * $Revision: 1.1.2.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -40,6 +40,9 @@
 
 #define STR_NO_STROAGE          ( STR_HSQLDB_BASE +    0 )
 #define STR_INVALID_FILE_URL    ( STR_HSQLDB_BASE +    1 )
+#define STR_NO_TABLE_CONTAINER      ( STR_HSQLDB_BASE +    2 )
+#define STR_NO_TABLE_EDITOR_DIALOG  ( STR_HSQLDB_BASE +    3 )
+#define STR_NO_TABLENAME            ( STR_HSQLDB_BASE +    4 )
 
 #endif // CONNECTIVITY_RESOURCE_HSQLDB_HRC
 

File [changed]: macab_res.hrc
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/resource/macab_res.hrc?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +3 -2
-------------------
--- macab_res.hrc       2008-08-15 08:34:31+0000        1.1.2.1
+++ macab_res.hrc       2008-08-20 07:27:56+0000        1.1.2.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: macab_res.hrc,v $
- * $Revision: 1.1.2.1 $
+ * $Revision: 1.1.2.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -38,6 +38,7 @@
 // ============================================================================
 
 #define STR_NO_TABLE                    ( STR_MACAB_BASE +    0 )
+#define STR_NO_MAC_OS_FOUND             ( STR_MACAB_BASE +    1 )
 
 #endif // CONNECTIVITY_RESOURCE_MACAB_HRC
 

File [changed]: mozab_res.hrc
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/resource/mozab_res.hrc?r1=1.3.56.1&r2=1.3.56.2
Delta lines:  +3 -1
-------------------
--- mozab_res.hrc       2008-08-15 08:32:51+0000        1.3.56.1
+++ mozab_res.hrc       2008-08-20 07:27:56+0000        1.3.56.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: mozab_res.hrc,v $
- * $Revision: 1.3.56.1 $
+ * $Revision: 1.3.56.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -67,6 +67,8 @@
 #define STR_CAN_NOT_CANCEL_ROW_UPDATE       ( STR_MOZAB_BASE +   25 )
 #define STR_CAN_NOT_CREATE_ROW              ( STR_MOZAB_BASE +   26 )
 #define STR_QUERY_AT_LEAST_ONE_TABLES       ( STR_MOZAB_BASE +   27 )
+#define STR_NO_COUNT_SUPPORT                ( STR_MOZAB_BASE +   28 )
+#define STR_STMT_TYPE_NOT_SUPPORTED         ( STR_MOZAB_BASE +   29 )
 
 
 #endif // CONNECTIVITY_RESOURCE_MOZAB_HRC




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

Reply via email to