diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-29 16:20:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-29 16:20:21 +0000 |
commit | b23e53087266dbfa789e5093409cdf1025e3a1d6 (patch) | |
tree | 3f8c55b1de453323bf7f57a563579da4ec8841f1 /dbaccess/source/ui/browser | |
parent | 4ba969483a3dda6a09fbe9d44ef4aafd120048cc (diff) |
INTEGRATION: CWS mergem8 (1.14.8); FILE MERGED
2003/04/29 08:33:50 gh 1.14.8.2: final merge for Beta2
2003/04/14 15:03:36 gh 1.14.8.1: merging all languages
Diffstat (limited to 'dbaccess/source/ui/browser')
-rw-r--r-- | dbaccess/source/ui/browser/bcommon.src | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/dbaccess/source/ui/browser/bcommon.src b/dbaccess/source/ui/browser/bcommon.src index ebeac3de53a3..12d49b603593 100644 --- a/dbaccess/source/ui/browser/bcommon.src +++ b/dbaccess/source/ui/browser/bcommon.src @@ -2,9 +2,9 @@ * * $RCSfile: bcommon.src,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2003-03-19 17:52:12 $ + * last change: $Author: hr $ $Date: 2003-04-29 17:20:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,7 @@ String RID_STR_QRY_TITLE Text [ ENGLISH ] = "Query #" ; Text [ english_us ] = "Query #" ; Text [ portuguese ] = "Consulta #" ; - Text [ portuguese_brazilian ] = "Abfrage #" ; + Text [ portuguese_brazilian ] = "Consulta #" ; Text [ swedish ] = "Skning #" ; Text [ danish ] = "Foresprgsel #" ; Text [ italian ] = "Ricerca #" ; @@ -86,11 +86,14 @@ String RID_STR_QRY_TITLE Text[ korean ] = "쿼리 #"; Text[ chinese_traditional ] = "查詢 #"; Text[ arabic ] = " #"; - Text[ turkish ] = "Sorgu #"; + Text[ turkish ] = "Sogrulama #"; Text[ language_user1 ] = " "; Text[ catalan ] = "Consulta #"; Text[ finnish ] = "Kysely #"; Text[ thai ] = "แบบสอบถาม #"; + Text[ czech ] = "Dotaz #"; + Text[ hebrew ] = "Abfrage #"; + Text[ hindi ] = "जानकारी #"; }; String RID_STR_TBL_TITLE { @@ -98,7 +101,7 @@ String RID_STR_TBL_TITLE Text [ ENGLISH ] = "Table #" ; Text [ english_us ] = "Table #" ; Text [ portuguese ] = "Tabela #" ; - Text [ portuguese_brazilian ] = "Tabelle #" ; + Text [ portuguese_brazilian ] = "Tabela #" ; Text [ swedish ] = "Tabell #" ; Text [ danish ] = "Tabel #" ; Text [ italian ] = "Tabella #" ; @@ -120,6 +123,9 @@ String RID_STR_TBL_TITLE Text[ catalan ] = "Taula #"; Text[ finnish ] = "Taulu #"; Text[ thai ] = "ตาราง #"; + Text[ czech ] = "Tabulka #"; + Text[ hebrew ] = "Tabelle #"; + Text[ hindi ] = "सारणी #"; }; @@ -137,3 +143,17 @@ String RID_STR_TBL_TITLE + + + + + + + + + + + + + + |