Kaydet (Commit) 0120ff31 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS evoab (1.36.2.1.20); FILE MERGED

2003/05/26 18:15:29 fs 1.36.2.1.20.3: RESYNC: (1.36.2.1-1.38); FILE MERGED
2003/04/10 07:40:28 fs 1.36.2.1.20.2: #108648# (on behalf of bjia@openoffice.org) grouping of the radio buttons
2003/04/04 16:14:59 fs 1.36.2.1.20.1: #108648# (checkin on behalf of bjia@openoffice.org): added support for evolution address book
üst 418675c6
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: abspilot.src,v $ * $RCSfile: abspilot.src,v $
* *
* $Revision: 1.38 $ * $Revision: 1.39 $
* *
* last change: $Author: hr $ $Date: 2003-04-29 17:42:52 $ * last change: $Author: vg $ $Date: 2003-06-02 08:03:26 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -191,7 +191,6 @@ TabPage RID_PAGE_SELECTABTYPE ...@@ -191,7 +191,6 @@ TabPage RID_PAGE_SELECTABTYPE
Text = "Mozilla / Netscape"; Text = "Mozilla / Netscape";
Text [ english ] = "Mozilla / Netscape"; Text [ english ] = "Mozilla / Netscape";
Text [ english_us ] = "Mozilla / Netscape"; Text [ english_us ] = "Mozilla / Netscape";
Group = TRUE;
Text[ portuguese ] = "Mozilla / Netscape 6.x"; Text[ portuguese ] = "Mozilla / Netscape 6.x";
Text[ russian ] = " Mozilla / Netscape 6.x"; Text[ russian ] = " Mozilla / Netscape 6.x";
Text[ greek ] = "Mozilla / Netscape"; Text[ greek ] = "Mozilla / Netscape";
...@@ -216,9 +215,38 @@ TabPage RID_PAGE_SELECTABTYPE ...@@ -216,9 +215,38 @@ TabPage RID_PAGE_SELECTABTYPE
Text[ thai ] = "Mozilla / Netscape"; Text[ thai ] = "Mozilla / Netscape";
Text[ hindi ] = "Mozilla / Netscape 6.x"; Text[ hindi ] = "Mozilla / Netscape 6.x";
}; };
RadioButton RB_EVOLUTION
{
Pos = MAP_APPFONT ( 15, 79 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
Text = "Evolution";
Text [ english ] = "Evolution";
Text [ english_us ] = "Evolution";
Group = TRUE;
Text[ portuguese ] = "Evolution";
Text[ russian ] = "Evolution";
Text[ greek ] = "Evolution";
Text[ dutch ] = "Evolution";
Text[ french ] = "Evolution";
Text[ spanish ] = "Evolution";
Text[ finnish ] = "Evolution";
Text[ italian ] = "Evolution";
Text[ danish ] = "Evolution";
Text[ swedish ] = "Evolution";
Text[ polish ] = "Evolution";
Text[ portuguese_brazilian ] = "Evolution";
Text[ japanese ] = "Evolution";
Text[ korean ] = "Evolution";
Text[ chinese_simplified ] = "Evolution";
Text[ chinese_traditional ] = "Evolution";
Text[ turkish ] = "Evolution";
Text[ arabic ] = "Evolution";
Text[ catalan ] = "Evolution";
};
RadioButton RB_LDAP RadioButton RB_LDAP
{ {
Pos = MAP_APPFONT ( 15, 79 ) ; Pos = MAP_APPFONT ( 15, 90 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ; Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
Text = "LDAP Adress-Bestand"; Text = "LDAP Adress-Bestand";
...@@ -250,7 +278,7 @@ TabPage RID_PAGE_SELECTABTYPE ...@@ -250,7 +278,7 @@ TabPage RID_PAGE_SELECTABTYPE
}; };
RadioButton RB_OUTLOOK RadioButton RB_OUTLOOK
{ {
Pos = MAP_APPFONT ( 15, 90 ) ; Pos = MAP_APPFONT ( 15, 101 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ; Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
Text = "Outlook Adressbuch"; Text = "Outlook Adressbuch";
...@@ -282,7 +310,7 @@ TabPage RID_PAGE_SELECTABTYPE ...@@ -282,7 +310,7 @@ TabPage RID_PAGE_SELECTABTYPE
}; };
RadioButton RB_OUTLOOKEXPRESS RadioButton RB_OUTLOOKEXPRESS
{ {
Pos = MAP_APPFONT ( 15,101 ) ; Pos = MAP_APPFONT ( 15,112 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ; Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
Text = "Windows System-Adressbuch"; Text = "Windows System-Adressbuch";
...@@ -314,7 +342,7 @@ TabPage RID_PAGE_SELECTABTYPE ...@@ -314,7 +342,7 @@ TabPage RID_PAGE_SELECTABTYPE
}; };
RadioButton RB_OTHER RadioButton RB_OTHER
{ {
Pos = MAP_APPFONT ( 15, 112 ) ; Pos = MAP_APPFONT ( 15, 123 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ; Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
Text = "andere externe Datenquelle"; Text = "andere externe Datenquelle";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment