User: kz Date: 06/02/28 02:37:03 Modified: /dba/dbaccess/source/ui/misc/ dbumiscres.src
Log: INTEGRATION: CWS evo2fixes (1.70.44); FILE MERGED 2006/02/20 13:04:32 mmeeks 1.70.44.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by: fr Add Evo G/W, LDAP backends to UI. File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: dbumiscres.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/dbumiscres.src?r1=1.70&r2=1.71 Delta lines: +21 -3 -------------------- --- dbumiscres.src 19 Dec 2005 17:18:13 -0000 1.70 +++ dbumiscres.src 28 Feb 2006 10:37:01 -0000 1.71 @@ -109,7 +109,15 @@ }; String STR_EVOLUTION { - Text ="sdbc:address:evolution"; + Text ="sdbc:address:evolution:local"; + }; + String STR_EVOLUTION_GROUPWISE + { + Text ="sdbc:address:evolution:groupwise"; + }; + String STR_EVOLUTION_LDAP + { + Text ="sdbc:address:evolution:ldap"; }; String STR_KAB { @@ -201,8 +209,18 @@ }; String STR_EVOLUTION { - Text [ de ] = "Evolution Adressbuch"; - Text[ en-US ] = "Evolution Address Book"; + Text [ de ] = "Evolution Local Adressbuch"; + Text[ en-US ] = "Evolution Local"; + }; + String STR_EVOLUTION_GROUPWISE + { + Text [ de ] = "Groupwise Adressbuch"; + Text[ en-US ] = "Groupwise"; + }; + String STR_EVOLUTION_LDAP + { + Text [ de ] = "Evolution LDAP Adressbuch"; + Text[ en-US ] = "Evolution LDAP"; }; String STR_KAB { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
