merge the formfield patch from ooo-build
[ooovba.git] / extensions / source / abpilot / abspilot.src
bloba4b2003e216ab4f4b250924b835c1820efb561a6
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: abspilot.src,v $
10  * $Revision: 1.61 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef EXTENSIONS_ABPRESID_HRC
32 #include "abpresid.hrc"
33 #endif
35 //........................................................................
36 ModalDialog RID_DLG_ADDRESSBOOKSOURCEPILOT
38     Text [ en-US ] = "Address Book Data Source Wizard" ;
40     HelpId = HID_ABSPILOT;
42     OutputSize          = TRUE ;
43     SVLook                      = TRUE ;
44     Moveable            = TRUE ;
45     Closeable           = TRUE ;
46     Hide                        = TRUE;
48     String STR_SELECT_ABTYPE
49     {
50         Text [ en-US ] = "Address book type";
51     };
53     String STR_INVOKE_ADMIN_DIALOG
54     {
55         Text [ en-US ] = "Connection Settings";
56     };
58     String STR_TABLE_SELECTION
59     {
60         Text [ en-US ] = "Table selection";
61     };
63     String STR_MANUAL_FIELD_MAPPING
64     {
65         Text [ en-US ] = "Field Assignment";
66     };
68     String STR_FINAL_CONFIRM
69     {
70         Text [ en-US ] = "Data Source Title";
71     };
74 //........................................................................
75 TabPage RID_PAGE_SELECTABTYPE
77     SVLook      = TRUE ;
78     Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
80     FixedText FT_TYPE_HINTS
81     {
82         Pos             = MAP_APPFONT ( BORDER_X, 9 ) ;
83         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 40 ) ;
84         WordBreak = TRUE;
86         Text [ en-US ] = "%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n\nThis wizard helps you create the data source.";
87     };
89     FixedLine FL_TYPE
90     {
91         Pos             = MAP_APPFONT ( 7, 56 ) ;
92         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 14, 8 ) ;
94         Text [ en-US ] = "Please select the type of your external address book:";
95     };
97     RadioButton RB_EVOLUTION
98      {
99          Size   = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
100         Text [ en-US ] = "Evolution";
101     };
102     RadioButton RB_EVOLUTION_GROUPWISE
103      {
104          Size   = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
105         Text [ en-US ] = "Groupwise";
106     };
107     RadioButton RB_EVOLUTION_LDAP
108      {
109          Size   = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
110         Text [ en-US ] = "Evolution LDAP";
111     };
112     RadioButton RB_MORK
113     {
114         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
115         Text [ en-US ] = "Mozilla / Netscape";
116     };
117     RadioButton RB_THUNDERBIRD
118     {
119         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
120         Text [ en-US ] = "Thunderbird";
121     };
122     RadioButton RB_KAB
123      {
124          Size   = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
125         Text [ en-US ] = "KDE address book";
126     };
127     RadioButton RB_MACAB
128     {
129         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
130         Text [ en-US ] = "Mac OS X address book";
131     };
132     RadioButton RB_LDAP
133     {
134         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
135         Text [ en-US ] = "LDAP address data";
136     };
137     RadioButton RB_OUTLOOK
138     {
139         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
140         Text [ en-US ] = "Outlook address book";
141     };
142     RadioButton RB_OUTLOOKEXPRESS
143     {
144         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
145         Text [ en-US ] = "Windows system address book";
146     };
147     RadioButton RB_OTHER
148     {
149         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
150         Text [ en-US ] = "Other external data source";
151     };
154 //........................................................................
155 TabPage RID_PAGE_ADMININVOKATION
157     SVLook      = TRUE ;
158     Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
160     FixedText FT_ADMINEXPLANATION
161     {
162         Pos             = MAP_APPFONT ( BORDER_X, 9 ) ;
163         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 48 ) ;
164         WordBreak = TRUE;
166         Text [ en-US ] = "To set up the new data source, additional information is required.\n\nClick the following button to open another dialog in which you then enter the necessary information.";
167     };
169     PushButton PB_INVOKE_ADMIN_DIALOG
170     {
171         Pos             = MAP_APPFONT ( ( WINDOW_SIZE_X - BUTTON_SIZE_X ) / 2, 60 ) ;
172         Size    = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
174         Text [ en-US ] = "Settings";
175     };
177     FixedText FT_ERROR
178     {
179         Pos             = MAP_APPFONT ( BORDER_X, WINDOW_SIZE_Y - HEADER_SIZE_Y - 7 - 48 ) ;
180         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 48 ) ;
181         WordBreak = TRUE;
182         Hide = TRUE;
184         Text [ en-US ] = "The connection to the data source could not be established.\nBefore you proceed, please check the settings made, or (on the previous page) choose another address data source type.";
185     };
188 //........................................................................
189 TabPage RID_PAGE_TABLESELECTION_AB
191     SVLook      = TRUE ;
192     Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
194     FixedText FL_TOOMUCHTABLES
195     {
196         Pos             = MAP_APPFONT ( BORDER_X, 9 ) ;
197         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 24 ) ;
198         WordBreak = TRUE;
200         Text [ en-US ] = "The external data source you have chosen contains more than one address book.\nPlease select the one you mainly want to work with:";
201     };
203     ListBox LB_TABLELIST
204     {
205         Pos             = MAP_APPFONT ( BORDER_X, 36 ) ;
206         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 50 ) ;
207         SVLook = TRUE;
208         Sort = TRUE;
209         DropDown = FALSE;
210         AutoHScroll = TRUE;
211         Border = TRUE;
212     };
215 //........................................................................
216 TabPage RID_PAGE_FIELDMAPPING
218     SVLook      = TRUE ;
219     Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
221     FixedText FT_FIELDASSIGMENTEXPL
222     {
223         Pos             = MAP_APPFONT ( BORDER_X, 9 ) ;
224         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 72 ) ;
225         WordBreak = TRUE;
227         Text [ en-US ] = "To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n\nFor instance, you could have stored the e-mail addresses in a field named \"email\", or \"E-mail\" or \"EM\" - or something completely different.\n\nClick the button below to open another dialog where you can enter the settings for your data source.";
228     };
230     PushButton PB_INVOKE_FIELDS_DIALOG
231     {
232         Pos             = MAP_APPFONT ( ( WINDOW_SIZE_X - BUTTON_SIZE_X ) / 2, 84 ) ;
233         Size    = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
235         Text [ en-US ] = "Field Assignment";
236     };
238     FixedText FT_ASSIGNEDFIELDS
239     {
240         Pos             = MAP_APPFONT ( BORDER_X, WINDOW_SIZE_Y - HEADER_SIZE_Y - 7 - 32 ) ;
241         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 32 ) ;
242         WordBreak = TRUE;
243     };
246 //........................................................................
247 TabPage RID_PAGE_FINAL
249     SVLook      = TRUE ;
250     Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
252     FixedText FT_FINISH_EXPL
253     {
254         Pos             = MAP_APPFONT ( BORDER_X, 9 ) ;
255         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 40 ) ;
256         WordBreak = TRUE;
258         Text [ en-US ] = "That was all the information necessary to integrate your address data into %PRODUCTNAME.\n\nNow, just enter the name under which you want to register the data source in %PRODUCTNAME.";
259     };
260     
261     FixedText FT_LOCATION
262     {
263         Pos             = MAP_APPFONT ( BORDER_X, 53 ) ;
264         Size    = MAP_APPFONT ( 50, 8 ) ;
265         Group = TRUE;
267         Text [ en-US ] = "Location";
268     };
269     
270     ComboBox CBB_LOCATION
271     {
272         Pos             = MAP_APPFONT ( BORDER_X , 64 ) ;
273         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 53 - BORDER_X - BORDER_X, 12) ;
274         SVLook = TRUE;
275         Border = TRUE;
276         DropDown = TRUE ;
277         AutoHScroll = TRUE ;
278     };
279     
280     PushButton PB_BROWSE
281     {
282         Pos             = MAP_APPFONT ( WINDOW_SIZE_X - 50 - BORDER_X  , 63 ) ;
283         Size    = MAP_APPFONT ( 50, 14) ;
284         SVLook = TRUE;
285         Group = FALSE;
286         
287         Text [ en-US ] = "Browse...";
288     };
290     CheckBox CB_REGISTER_DS
291     {
292         Pos             = MAP_APPFONT ( BORDER_X, 82 ) ;
293         Size    = MAP_APPFONT ( WINDOW_SIZE_X - BORDER_X - BORDER_X, 8) ;
294         SVLook = TRUE;
295         Group = TRUE;
296         
297         Text [ en-US ] = "Make this address book available to all modules in %PRODUCTNAME.";
298     };
299     FixedText FT_NAME_EXPL
300     {
301         Pos             = MAP_APPFONT ( BORDER_X + 10, 93 ) ;
302         Size    = MAP_APPFONT ( WINDOW_SIZE_X - BORDER_X - BORDER_X - 10, 8 ) ;
304         Text [ en-US ] = "Address book name";
305     };
307     Edit ET_DATASOURCENAME
308     {
309         Pos             = MAP_APPFONT ( BORDER_X + 10, 104 ) ;
310         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 56 - BORDER_X - BORDER_X - 10, 12) ;
311         SVLook = TRUE;
312         Border = TRUE;
313     };
315     FixedText FT_DUPLICATENAME
316     {
317         Pos             = MAP_APPFONT ( BORDER_X + 10, WINDOW_SIZE_Y - HEADER_SIZE_Y - 7 - 24 ) ;
318         Size    = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 24) ;
319         WordBreak = TRUE;
320         Hide = TRUE;
321         Group = FALSE;
323         Text [ en-US ] = "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one.";
324     };
327 //........................................................................
328 ErrorBox RID_ERR_NEEDTYPESELECTION
330     Buttons = WB_OK;
332     Message [ en-US ] = "Please select a type of address book.";
335 //........................................................................
336 QueryBox RID_QRY_NOTABLES
338     Buttons = WB_YES_NO;
339     DefButton = WB_DEF_NO;
341     Message [ en-US ] = "The data source does not contain any tables.\nDo you want to set it up as an address data source, anyway?";
344 //........................................................................
345 String RID_STR_DEFAULT_NAME
347     Text [ en-US ] = "Addresses";
350 String RID_STR_ADMINDIALOGTITLE
352     Text [ en-US ] = "Create Address Data Source";
355 String RID_STR_NOCONNECTION
357     Text [ en-US ] = "The connection could not be established.";
360 String RID_STR_PLEASECHECKSETTINGS
362     Text [ en-US ] = "Please check the settings made for the data source.";
365 String RID_STR_FIELDDIALOGTITLE
367     Text [ en-US ] = "Address Data - Field Assignment";
370 String RID_STR_NOFIELDSASSIGNED
372     Text [ en-US ] = "There are no fields assigned at this time.\nYou can either assign fields now or do so later by first choosing:\n\"File - Template - Address Book Source...\"";
375 //........................................................................
376 Bitmap BMP_HEADERIMAGE
378     file = "addresspilot.bmp";