summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/dbumiscres.src
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 11:46:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 11:46:20 +0000
commit74cae545b373f15e39192ce32c4b278c7d3ee9c9 (patch)
tree088528db5283a9c797a5cdcd05391ff59b5ea7ca /dbaccess/source/ui/misc/dbumiscres.src
parent86cdd0f02c4500dfc9c48f101cc3fb7028923d6a (diff)
INTEGRATION: CWS mozab05 (1.65.14); FILE MERGED
2005/01/31 08:27:55 windly 1.65.14.3: RESYNC: (1.65-1.66); FILE MERGED 2005/01/14 10:39:08 windly 1.65.14.2: #i20088# add browse support 2004/12/03 10:26:06 windly 1.65.14.1: #i20088# add ThunderBird address book type to database wizward
Diffstat (limited to 'dbaccess/source/ui/misc/dbumiscres.src')
-rw-r--r--dbaccess/source/ui/misc/dbumiscres.src15
1 files changed, 12 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/dbumiscres.src b/dbaccess/source/ui/misc/dbumiscres.src
index ffdaf1240b22..b639e826fcaf 100644
--- a/dbaccess/source/ui/misc/dbumiscres.src
+++ b/dbaccess/source/ui/misc/dbumiscres.src
@@ -2,9 +2,9 @@
*
* $RCSfile: dbumiscres.src,v $
*
-* $Revision: 1.66 $
+* $Revision: 1.67 $
*
-* last change: $Author: kz $ $Date: 2005-01-21 17:20:34 $
+* last change: $Author: vg $ $Date: 2005-02-21 12:46:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,7 +115,11 @@ Resource RSC_DATASOURCE_TYPES
};
String STR_MOZILLA
{
- Text ="sdbc:address:mozilla";
+ Text ="sdbc:address:mozilla:";
+ };
+ String STR_THUNDERBIRD
+ {
+ Text ="sdbc:address:thunderbird:";
};
String STR_LDAP
{
@@ -226,6 +230,11 @@ Resource RSC_DATASOURCE_TYPE_UINAMES
{
Text [ de ] = "Interne Datenbank";
Text[ en-US ] = "Embedded database";
+ };
+ String STR_THUNDERBIRD
+ {
+ Text [ de ] = "Thunderbird Adressbuch";
+ Text[ en-US ] = "Thunderbird Address Book";
};
};