1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: abspilot.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef EXTENSIONS_ABPRESID_HRC
32 #include "abpresid.hrc"
35 //........................................................................
36 ModalDialog RID_DLG_ADDRESSBOOKSOURCEPILOT
38 Text [ en-US ] = "Address Book Data Source Wizard" ;
40 HelpId = HID_ABSPILOT;
48 String STR_SELECT_ABTYPE
50 Text [ en-US ] = "Address book type";
53 String STR_INVOKE_ADMIN_DIALOG
55 Text [ en-US ] = "Connection Settings";
58 String STR_TABLE_SELECTION
60 Text [ en-US ] = "Table selection";
63 String STR_MANUAL_FIELD_MAPPING
65 Text [ en-US ] = "Field Assignment";
68 String STR_FINAL_CONFIRM
70 Text [ en-US ] = "Data Source Title";
74 //........................................................................
75 TabPage RID_PAGE_SELECTABTYPE
78 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
80 FixedText FT_TYPE_HINTS
82 Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
83 Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 40 ) ;
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.";
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:";
97 RadioButton RB_EVOLUTION
99 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
100 Text [ en-US ] = "Evolution";
102 RadioButton RB_EVOLUTION_GROUPWISE
104 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
105 Text [ en-US ] = "Groupwise";
107 RadioButton RB_EVOLUTION_LDAP
109 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
110 Text [ en-US ] = "Evolution LDAP";
114 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
115 Text [ en-US ] = "Mozilla / Netscape";
117 RadioButton RB_THUNDERBIRD
119 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
120 Text [ en-US ] = "Thunderbird";
124 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
125 Text [ en-US ] = "KDE address book";
129 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
130 Text [ en-US ] = "Mac OS X address book";
134 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
135 Text [ en-US ] = "LDAP address data";
137 RadioButton RB_OUTLOOK
139 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
140 Text [ en-US ] = "Outlook address book";
142 RadioButton RB_OUTLOOKEXPRESS
144 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
145 Text [ en-US ] = "Windows system address book";
149 Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
150 Text [ en-US ] = "Other external data source";
154 //........................................................................
155 TabPage RID_PAGE_ADMININVOKATION
158 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
160 FixedText FT_ADMINEXPLANATION
162 Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
163 Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 48 ) ;
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.";
169 PushButton PB_INVOKE_ADMIN_DIALOG
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";
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 ) ;
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.";
188 //........................................................................
189 TabPage RID_PAGE_TABLESELECTION_AB
192 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
194 FixedText FL_TOOMUCHTABLES
196 Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
197 Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 24 ) ;
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:";
205 Pos = MAP_APPFONT ( BORDER_X, 36 ) ;
206 Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 50 ) ;
215 //........................................................................
216 TabPage RID_PAGE_FIELDMAPPING
219 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
221 FixedText FT_FIELDASSIGMENTEXPL
223 Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
224 Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 72 ) ;
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.";
230 PushButton PB_INVOKE_FIELDS_DIALOG
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";
238 FixedText FT_ASSIGNEDFIELDS
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 ) ;
246 //........................................................................
247 TabPage RID_PAGE_FINAL
250 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
252 FixedText FT_FINISH_EXPL
254 Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
255 Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 40 ) ;
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.";
261 FixedText FT_LOCATION
263 Pos = MAP_APPFONT ( BORDER_X, 53 ) ;
264 Size = MAP_APPFONT ( 50, 8 ) ;
267 Text [ en-US ] = "Location";
270 ComboBox CBB_LOCATION
272 Pos = MAP_APPFONT ( BORDER_X , 64 ) ;
273 Size = MAP_APPFONT ( WINDOW_SIZE_X - 53 - BORDER_X - BORDER_X, 12) ;
282 Pos = MAP_APPFONT ( WINDOW_SIZE_X - 50 - BORDER_X , 63 ) ;
283 Size = MAP_APPFONT ( 50, 14) ;
287 Text [ en-US ] = "Browse...";
290 CheckBox CB_REGISTER_DS
292 Pos = MAP_APPFONT ( BORDER_X, 82 ) ;
293 Size = MAP_APPFONT ( WINDOW_SIZE_X - BORDER_X - BORDER_X, 8) ;
297 Text [ en-US ] = "Make this address book available to all modules in %PRODUCTNAME.";
299 FixedText FT_NAME_EXPL
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";
307 Edit ET_DATASOURCENAME
309 Pos = MAP_APPFONT ( BORDER_X + 10, 104 ) ;
310 Size = MAP_APPFONT ( WINDOW_SIZE_X - 56 - BORDER_X - BORDER_X - 10, 12) ;
315 FixedText FT_DUPLICATENAME
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) ;
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.";
327 //........................................................................
328 ErrorBox RID_ERR_NEEDTYPESELECTION
332 Message [ en-US ] = "Please select a type of address book.";
335 //........................................................................
336 QueryBox RID_QRY_NOTABLES
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";