|
1 /* |
|
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * Imum localisation |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // |
|
21 // SMTP MTM UI Progress Texts |
|
22 // |
|
23 |
|
24 // d: Progress note text when sending one email |
|
25 // l: popup_note_wait_window |
|
26 // |
|
27 #define qtn_outbox_wait_sending "Sending email" |
|
28 |
|
29 // d: Progress note text when sending many email |
|
30 // d: %0N for current message index |
|
31 // d: %1N for total number or messages to be sent |
|
32 // l: popup_note_wait_window |
|
33 // |
|
34 #define qtn_outbox_wait_sending_many "Sending email %0N of %1N" |
|
35 |
|
36 // d: Progress note when fetching attachment |
|
37 // l: popup_note_wait_window |
|
38 // |
|
39 #define qtn_mail_wait_fetch_atta "Fetching attachment" |
|
40 |
|
41 // d: |
|
42 // l: popup_note_window |
|
43 // |
|
44 #define qtn_mce_info_mailbox_closed "%U closed automatically. It's been idle for specified time." |
|
45 |
|
46 |
|
47 // d: Progress note when deleting many messages |
|
48 // l: popup_note_wait_window |
|
49 // |
|
50 #define qtn_mce_wait_delete_many "Deleting email %0N of %1N" |
|
51 |
|
52 // d: Progress note when deleting one email |
|
53 // d: Note: If deleting one email is fast enough this note does not appear |
|
54 // l: popup_note_wait_window |
|
55 // |
|
56 #define qtn_mce_wait_delete "Deleting email" |
|
57 |
|
58 // d: Progress note when deleting one email LOCALLY |
|
59 // d: Note: If deleting one email is fast enough this note does not appear |
|
60 // l: popup_note_wait_window |
|
61 // |
|
62 #define qtn_mce_wait_delete_msg "Deleting message content locally" |
|
63 |
|
64 // d: Progress note when deleting many messages LOCALLY |
|
65 // d: Note: If deleting is fast enough this note does not appear |
|
66 // l: popup_note_wait_window |
|
67 // |
|
68 #define qtn_mce_wait_delete_many_msg "Deleting content of message %0N of %1N locally" |
|
69 |
|
70 |
|
71 // d: Progress note text when fetching many messages |
|
72 // d: %0N for current message index |
|
73 // d: %1N for total number or messages to be fetched |
|
74 // l: popup_note_wait_window |
|
75 // |
|
76 #define qtn_mce_progress_fetch_many "Fetching email %0N of %1N" |
|
77 |
|
78 // d: Progress note text when fetching one message |
|
79 // l: popup_note_wait_window |
|
80 // |
|
81 #define qtn_mce_progress_fetch "Fetching email" |
|
82 |
|
83 // d: Progress note when connecting to mailbox. |
|
84 // d: %U replaced by access point name given by user |
|
85 // l: popup_note_wait_window |
|
86 // |
|
87 #define qtn_ics_conct_note_txt "Connecting via %U" |
|
88 |
|
89 // d: Progress note when connecting to mailbox. |
|
90 // d: %U replaced by mailbox name given by user. |
|
91 // l: popup_note_wait_window |
|
92 // |
|
93 #define qtn_mce_progress_connecting "Connecting into %U" |
|
94 |
|
95 // d: Progress note when closing connection to mailbox i.e disconnecting |
|
96 // l: popup_note_wait_window |
|
97 // |
|
98 #define qtn_ics_wnote_disconn_from_netw "Disconnecting" |
|
99 |
|
100 // d: Query to fetch mail when trying to open not fetched mail |
|
101 // l: popup_note_window |
|
102 // |
|
103 #define qtn_mce_quest_message_not_fethe "Message not fetched. Fetch now?" |
|
104 |
|
105 // d: Query to fetch mail when trying to copy not fetched mail to local folder |
|
106 // l: popup_note_window |
|
107 // |
|
108 #define qtn_mce_quest_fetch_message "Message needs to be fetched before copying. Fetch now?" |
|
109 |
|
110 // d: Query to fetch mail when trying to copy not fetched mails to local folder |
|
111 // l: popup_note_window |
|
112 // |
|
113 #define qtn_mce_quest_fetch_messages "Messages needs to be fetched before copying. Fetch now?" |
|
114 |
|
115 // d: Progress note when connection to mailbox is opened and |
|
116 // d: inbox headers are updated. |
|
117 // l: popup_note_wait_window |
|
118 // |
|
119 #define qtn_mce_wait_updating_inbox "Updating inbox" |
|
120 |
|
121 // d: Progress note when copying many messages from mailbox to phone |
|
122 // d: i.e. To Inbox or Documents or Folder under Documents |
|
123 // l: popup_note_wait_window |
|
124 // |
|
125 #define qtn_mce_wait_copy_many "Copying email %0N of %1N" |
|
126 |
|
127 // d: Progress note when copying one message from mailbox to phone |
|
128 // d: i.e. To Inbox or Documents or Folder under Documents |
|
129 // l: popup_note_wait_window |
|
130 // |
|
131 #define qtn_mce_wait_copy "Copying email" |
|
132 |
|
133 // d: Progress note when undeleting one message |
|
134 // l: popup_note_wait_window |
|
135 // |
|
136 #define qtn_mce_wait_undelete "Undeleting message" |
|
137 |
|
138 // d: Progress note when undeleting many messages |
|
139 // l: popup_note_wait_window |
|
140 // |
|
141 #define qtn_mce_wait_undeletes "Undeleting message %0N of %1N" |
|
142 |
|
143 // d: In Message info dialog, mail type |
|
144 // l: list_single_heading_pane_t1_cp2 |
|
145 // |
|
146 #define qtn_mail_msginfo_mail "Mail" |
|
147 |
|
148 // d: Mail settings item |
|
149 // l: list_setting_pane_t1 |
|
150 // |
|
151 #define qtn_mce_settings_mail_rm_name "Remote mailbox name" |
|
152 |
|
153 // d: Progress note text when deleting mailbox. |
|
154 // d: %U replaced by mailbox name given by user. |
|
155 // l: popup_note_wait_window |
|
156 // |
|
157 #define qtn_mce_wait_delete_mail "Deleting %U" |
|
158 |
|
159 // d: Mail settings item |
|
160 // l: list_setting_pane_t1 |
|
161 // |
|
162 #define qtn_mce_settings_mail_iap "Access point in use" |
|
163 |
|
164 // d: Mail settings item |
|
165 // l: list_setting_pane_t1 |
|
166 // |
|
167 #define qtn_mce_settings_mail_address "Own mail address" |
|
168 |
|
169 // d: Mail settings item |
|
170 // l: list_setting_pane_t1 |
|
171 // |
|
172 #define qtn_mce_settings_mail_send "Send message" |
|
173 |
|
174 // d: Mail settings item |
|
175 // l: list_setting_pane_t1 |
|
176 // |
|
177 #define qtn_mce_settings_mail_copy_to "Copy to own mail address" |
|
178 |
|
179 // d: Mail settings item |
|
180 // l: list_setting_pane_t1 |
|
181 // |
|
182 #define qtn_mce_settings_mail_sig_file "Signature file" |
|
183 |
|
184 // d: Mail settings item |
|
185 // l: list_setting_pane_t1 |
|
186 // |
|
187 #define qtn_mce_settings_mail_own_name "Own name" |
|
188 |
|
189 // d: Mail settings item |
|
190 // l: list_setting_pane_t1 |
|
191 // |
|
192 #define qtn_mce_settings_mail_user_name "User name" |
|
193 |
|
194 // d: Mail settings item |
|
195 // l: list_setting_pane_t1 |
|
196 // |
|
197 #define qtn_mce_settings_mail_password "Password" |
|
198 |
|
199 // d: Mail settings item |
|
200 // l: list_setting_pane_t1 |
|
201 // |
|
202 #define qtn_mce_settings_mail_protocol "Protocol" |
|
203 |
|
204 // d: Mail settings item |
|
205 // l: list_setting_pane_t1 |
|
206 // |
|
207 #define qtn_mce_settings_mail_security "Security" |
|
208 |
|
209 // d: Mail settings item |
|
210 // l: list_setting_pane_t1 |
|
211 // |
|
212 #define qtn_mce_settings_mail_apop "A pop" |
|
213 |
|
214 // d: Mail settings item to send mail immediately |
|
215 // l: list_set_graphic_pane_t1 |
|
216 // |
|
217 #define qtn_mce_settings_mail_immedi "Immediately" |
|
218 |
|
219 // d: Mail settings item to send mail during next connection |
|
220 // l: list_set_graphic_pane_t1 |
|
221 // |
|
222 #define qtn_mce_settings_mail_next "During next connection" |
|
223 |
|
224 // d: Mail settings item displayed when signature is added to mail |
|
225 // l: list_set_graphic_pane_t1 |
|
226 // |
|
227 #define qtn_mce_settings_mail_signa_yes "Yes" |
|
228 |
|
229 // d: Mail settings item displayed when signature is not added to mail |
|
230 // l: list_set_graphic_pane_t1 |
|
231 // |
|
232 #define qtn_mce_settings_mail_signa_no "No" |
|
233 |
|
234 // d: Mail settings item select protocol is POP3 |
|
235 // l: list_set_graphic_pane_t1 |
|
236 // |
|
237 #define qtn_mce_settings_mail_pop3 "POP3" |
|
238 |
|
239 // d: Mail settings item select protocol is IMAP4 |
|
240 // l: list_set_graphic_pane_t1 |
|
241 // |
|
242 #define qtn_mce_settings_mail_imap4 "IMAP4" |
|
243 |
|
244 // d: Mail settings item copy to own added is on |
|
245 // l: list_set_graphic_pane_t1 |
|
246 // |
|
247 #define qtn_mce_settings_mail_copy_yes "Yes" |
|
248 |
|
249 // d: Mail settings item copy to own added is not on |
|
250 // l: list_set_graphic_pane_t1 |
|
251 // |
|
252 #define qtn_mce_settings_mail_copy_no "No" |
|
253 |
|
254 // d: Mail settings item apop is on |
|
255 // l: list_set_graphic_pane_t1 |
|
256 // |
|
257 #define qtn_mce_settings_mail_apop_on "On" |
|
258 |
|
259 // d: Mail settings item apop is not on |
|
260 // l: list_set_graphic_pane_t1 |
|
261 // |
|
262 #define qtn_mce_settings_mail_apop_off "Off" |
|
263 |
|
264 // d: Mail settings item security is not on |
|
265 // l: list_set_graphic_pane_t1 |
|
266 // |
|
267 #define qtn_mce_settings_mail_secur_off "Off" |
|
268 |
|
269 // d: Mail settings item |
|
270 // l: list_set_graphic_pane_t1 |
|
271 // |
|
272 #define qtn_mce_settings_mail_fetch_all "All" |
|
273 |
|
274 // d: Mail settings item |
|
275 // l: list_set_graphic_pane_t1 |
|
276 // |
|
277 #define qtn_mce_settings_mail_fetch_ud "User defined" |
|
278 |
|
279 |
|
280 // d: Mail settings item |
|
281 // l: list_set_graphic_pane_t1 |
|
282 // |
|
283 #define qtn_mce_settings_alwaysconnected "Always on" |
|
284 |
|
285 // d: Mail settings item |
|
286 // l: list_set_graphic_pane_t1 |
|
287 // |
|
288 #define qtn_mce_settings_onlyinhome "Only in home network" |
|
289 |
|
290 // d: Mail settings item |
|
291 // l: list_set_graphic_pane_t1 |
|
292 // |
|
293 #define qtn_mce_settings_notenabled "Off" |
|
294 |
|
295 // d: Mail settings item |
|
296 // l: list_set_graphic_pane_1 |
|
297 // |
|
298 //#define qtn_mce_settings_newindicator_on "On" |
|
299 |
|
300 // d: Mail settings item |
|
301 // l: list_set_graphic_pane_1 |
|
302 // |
|
303 //#define qtn_mce_settings_newindicator_off "Off" |
|
304 |
|
305 |
|
306 // d: Mail auto-update day chedule. All days selected |
|
307 // l: list_setting_pane_t1 |
|
308 // |
|
309 #define qtn_mce_settings_always_alldays "All" |
|
310 |
|
311 // d: Mail auto-update day chedule. Less than all days selected |
|
312 // l: list_set_graphic_pane_t1 |
|
313 // |
|
314 #define qtn_mce_settings_always_seldays "Selected days" |
|
315 |
|
316 // d: Mail sub setting dialog item |
|
317 // l: list_double_pane_t1 |
|
318 // |
|
319 #define qtn_mce_settings_connsettings "Connection settings" |
|
320 |
|
321 // d: Mail sub setting dialog item |
|
322 // l: list_double_pane_t1 |
|
323 // |
|
324 #define qtn_mce_settings_usersettings "User preferences" |
|
325 |
|
326 // d: Mail sub setting dialog item |
|
327 // l: list_double_pane_t1 |
|
328 // |
|
329 #define qtn_mce_settings_conntimes "Automatic retrieval" |
|
330 |
|
331 // d: Mail settings item |
|
332 // l: list_set_graphic_pane_t1 |
|
333 // |
|
334 #define qtn_mce_settings_always_between "Between hours" |
|
335 |
|
336 // d: Mail settings item |
|
337 // l: list_setting_pane_t1 |
|
338 // |
|
339 #define qtn_mce_settings_always_online "E-mail retrieval" |
|
340 |
|
341 // d: Mail settings item |
|
342 // l: list_setting_pane_t1 |
|
343 // |
|
344 #define qtn_mce_settings_always_hours "Update hours" |
|
345 |
|
346 // d: Mail settings item |
|
347 // l: list_setting_pane_t1 |
|
348 // |
|
349 #define qtn_mce_settings_always_days "Update days" |
|
350 |
|
351 // d: Radio button selection for all days in email settings |
|
352 // l: list_set_graphic_pane_t1 |
|
353 // |
|
354 #define qtn_mce_settings_always_allhours "All day" |
|
355 |
|
356 // d: Radio button selection for user defined hours |
|
357 // l: list_set_graphic_pane_t1 |
|
358 // |
|
359 #define qtn_mce_settings_always_between2 "%0U - %1U" |
|
360 |
|
361 // d: Title text for "from" time field in between times query |
|
362 // l: popup_query_data_window |
|
363 // |
|
364 #define qtn_mce_settings_always_from "From:" |
|
365 |
|
366 // d: Title text for "to" time field in between times query |
|
367 // l: popup_query_data_window |
|
368 // |
|
369 #define qtn_mce_settings_always_to "To:" |
|
370 |
|
371 |
|
372 // d: Mail setting item for update interval |
|
373 // l: list_setting_pane_t1 |
|
374 // |
|
375 // |
|
376 #define qtn_mce_settings_always_interval "Update interval" |
|
377 |
|
378 // d: Mail settings item update interval |
|
379 // l: list_set_graphic_pane_t1 |
|
380 // |
|
381 #define qtn_mce_settings_always_5min "5 minutes" |
|
382 |
|
383 // d: Mail settings item update interval |
|
384 // l: list_set_graphic_pane_t1 |
|
385 // |
|
386 #define qtn_mce_settings_always_15min "15 minutes" |
|
387 |
|
388 // d: Mail settings item update interval |
|
389 // l: list_set_graphic_pane_t1 |
|
390 // |
|
391 #define qtn_mce_settings_always_30min "30 minutes" |
|
392 |
|
393 // d: Mail settings item update interval |
|
394 // l: list_set_graphic_pane_t1 |
|
395 // |
|
396 #define qtn_mce_settings_always_60min "1 hour" |
|
397 |
|
398 // d: Mail settings item update interval |
|
399 // l: list_set_graphic_pane_t1 |
|
400 // |
|
401 #define qtn_mce_settings_always_2hours "2 hours" |
|
402 |
|
403 // d: Mail settings item update interval |
|
404 // l: list_set_graphic_pane_t1 |
|
405 // |
|
406 #define qtn_mce_settings_always_4hours "4 hours" |
|
407 |
|
408 |
|
409 // d: Mail settings item update interval |
|
410 // l: list_set_graphic_pane_t1 |
|
411 // |
|
412 #define qtn_mce_settings_always_6hours "6 hours" |
|
413 |
|
414 //d:When user tries to enable alwaysonline and max amount of mailboxes are activated already |
|
415 //l:popup_note_window |
|
416 // |
|
417 #define qtn_mce_settings_always_maxlimit "Maximum amount of mailboxes already set as automatically updated." |
|
418 |
|
419 //d:When user tries to enable alwaysonline and mailbox has no password, this note is shown |
|
420 //l:popup_note_window |
|
421 // |
|
422 #define qtn_mce_settings_always_promptmail_srvr_pswd "Fill in the incoming server's username and password to enable Automatic retrieval settings." |
|
423 |
|
424 //d:When Automatic update is enabled and user tries to remove mailbox password, this is shown |
|
425 //l:popup_note_window |
|
426 // |
|
427 #define qtn_mce_always_changeprompt "Password and username has to be filled in case Automatic retrieval are enabled. Set the Automatic retrieval to \"Off\"?" |
|
428 |
|
429 // d: Query note which is shown when user tries to enter email settings and it is connected |
|
430 // d: Yes will disconnect and enter the settings, no does nothing |
|
431 // l: popup_note_window |
|
432 // |
|
433 #define qtn_mce_mailset_discon "Disconnect the mailbox to be able to edit settings?" |
|
434 |
|
435 // d: Command in options list in Mce. |
|
436 // d: Menu item to open and change settings item. |
|
437 // l: list_single_pane_t1_cp2 |
|
438 // |
|
439 #define qtn_mce_settings_change "Change" |
|
440 |
|
441 // d: Command in options list in Mce. |
|
442 // d: Menu item to open and change settings item. |
|
443 // l: list_single_pane_t1_cp2 |
|
444 // |
|
445 #define qtn_mce_settings_edit "Edit" |
|
446 |
|
447 // d: Information note if user try to change protocol when editing old remote mailbox. |
|
448 // l: popup_note_window |
|
449 // |
|
450 #define qtn_mce_settings_no_protocol "Unable to edit mailbox type once selected. Define new mailbox." |
|
451 |
|
452 // d: Information note if user tries to close own email address setting page when not valid email added. |
|
453 // l: popup_note_window |
|
454 // |
|
455 #define qtn_mce_error_missing_character "Invalid Email address" |
|
456 |
|
457 // d: Filled to mailbox settings to inform user what settings MUST be filled. |
|
458 // l: list_set_graphic_pane_t1 |
|
459 // |
|
460 #define qtn_mce_settings_compulsory "compulsory" |
|
461 |
|
462 // d: Command in options list in Mce. |
|
463 // d: Opens Message info dialog |
|
464 // d: Visible when one message selected. |
|
465 // l: list_single_pane_t1_cp2 |
|
466 // |
|
467 #define qtn_mce_info "Message info" |
|
468 |
|
469 // d: Information note when user is trying to delete mailbox when connection is on. |
|
470 // l: popup_note_window |
|
471 // |
|
472 #define qtn_mce_settings_mail_no_delete "Unable to delete mailbox while connecting or already online" |
|
473 |
|
474 // d: Information note when user is trying to edit mailbox |
|
475 // d: when connection is being established. |
|
476 // l: popup_note_window |
|
477 // |
|
478 #define qtn_mce_settings_mail_no_edit "Unable to edit settings while connection is being established" |
|
479 |
|
480 // d: Confirmation query when user is trying to delete last mailbox. |
|
481 // d: %U replaced by remote mailbox name |
|
482 // l: popup_note_window |
|
483 // |
|
484 #define qtn_mce_settings_mail_quest_del "%U mailbox is the only one. Are you sure to delete?" |
|
485 |
|
486 // d: Confirmation query when user is trying to delete mailbox which is set to be default |
|
487 // d: %U replaced by remote mailbox name |
|
488 // l: popup_note_window |
|
489 // |
|
490 #define qtn_mce_settings_mail_quest_d "%U mailbox is in use. Are you sure to delete?" |
|
491 |
|
492 // d: Title for list query to select new default mailbox after old default is deleted. |
|
493 // l: heading_pane_t1 |
|
494 // |
|
495 #define qtn_mce_settings_mail_list_rm "Select mailbox in use:" |
|
496 |
|
497 // d: Title for email delete query, when deleting one email from remote mailbox |
|
498 // l: heading_pane_t1 |
|
499 // |
|
500 #define qtn_mce_pop_up_delete "Delete message from:" |
|
501 |
|
502 // d: Title for email delete query, when deleting more than one email from remote mailbox |
|
503 // l: heading_pane_t1 |
|
504 // |
|
505 #define qtn_mce_pop_up_delete_many "Delete %N messages:" |
|
506 |
|
507 // d: Item to delete messages only locally |
|
508 // l: list_single_pane_t1_cp2 |
|
509 // |
|
510 #define qtn_mce_pop_up_locally "Locally" |
|
511 |
|
512 // d: Item to delete messages from server |
|
513 // l: list_single_pane_t1_cp2 |
|
514 // |
|
515 #define qtn_mce_pop_up_server "From server" |
|
516 |
|
517 // d: Status of the message in Outbox |
|
518 // l: list_double_graphic_pane_t2 |
|
519 // |
|
520 #define qtn_mce_outbox_status_sending "Sending" |
|
521 |
|
522 // d: Status of the message in Outbox |
|
523 // l: list_double_graphic_pane_t2 |
|
524 // |
|
525 #define qtn_mce_outbox_status_waiting "Waiting" |
|
526 |
|
527 // d: Status of the message in Outbox |
|
528 // l: list_double_graphic_pane_t2 |
|
529 // |
|
530 #define qtn_mce_outbox_status_suspended "Suspended" |
|
531 |
|
532 // d: Status of the message in Outbox |
|
533 // l: list_double_graphic_pane_t2 |
|
534 // |
|
535 #define qtn_mce_outbox_status_queued "Queued" |
|
536 |
|
537 // d: Status of the message in Outbox |
|
538 // l: list_double_graphic_pane_t2 |
|
539 // |
|
540 #define qtn_mce_outbox_status_failed "Failed" |
|
541 |
|
542 // d: Query text to confirm if user wants to define new remote mailbox. |
|
543 // l: popup_note_window |
|
544 // |
|
545 #define qtn_mce_conf_no_mailboxes "No Remote mailboxes defined.\nDo you want to define it now?" |
|
546 |
|
547 // d: Submenu item in mce application to write email message. |
|
548 // l: list_single_popup_submenu_pane_t1 |
|
549 // |
|
550 #define qtn_mce_inbox_write_email "Email" |
|
551 |
|
552 // d: Popup query item in mce application to write email message. |
|
553 // l: list_single_pane_t1_cp2 |
|
554 // |
|
555 #define qtn_mce_pop_up_email "Email" |
|
556 |
|
557 // d: Settings dialog item in mce application to edit email settings. |
|
558 // l: list_double_pane_t1 |
|
559 // |
|
560 #define qtn_mce_settings_mail "Email" |
|
561 |
|
562 // d: Title text for mailbox username query |
|
563 // l: popup_query_data_window_t3/opt2 |
|
564 // |
|
565 #define qtn_mce_rm_prompt_username " Mailbox user name:" |
|
566 |
|
567 // d: Title text for mailbox password query |
|
568 // l: popup_query_data_window |
|
569 // |
|
570 #define qtn_mce_rm_prompt_password "Mailbox password:" |
|
571 |
|
572 // d: Shown when username or password are invalid. Used with locked email settings. |
|
573 // l: popup_note_window |
|
574 // w: |
|
575 // r: 3.2 |
|
576 // |
|
577 #define qtn_mbxs_err_locked_conn_settings "Connection refused by server. Please contact your service administrator." |
|
578 |
|
579 // d: Query text to confirm to fetch even when mail to be fetched includes large attachments. |
|
580 // d: This query is displayed if some mail includes attachment larger than 300kb. |
|
581 // l: popup_note_window |
|
582 // |
|
583 #define qtn_mce_conf_large_attachment "Some attachments are large (over 300kb). Are you sure to fetch them?" |
|
584 |
|
585 // d: Query text to confirm to undelete selected mail |
|
586 // l: popup_note_window |
|
587 // |
|
588 #define qtn_query_common_conf_undelete "Undelete?\nmessage" |
|
589 |
|
590 // d: Query text to confirm to undelete more than 1 mails |
|
591 // d: %N filled with number of mails to be undeleted. |
|
592 // l: popup_note_window |
|
593 // |
|
594 #define qtn_query_common_conf_undeletes "Undelete?\n%N messages" |
|
595 |
|
596 // d:When user deletes email only from phone, this note is shown |
|
597 // l:popup_note_window |
|
598 // |
|
599 #define qtn_mce_info_delete_from_phone "Message title will remain on the phone" |
|
600 |
|
601 // d:When Automatic update is enabled this note is shown |
|
602 // l:popup_note_window |
|
603 // |
|
604 #define qtn_mce_settings_mail_enabling_cost "Enabling Automatic retrieval may increase your monthly phone bill." |
|
605 |
|
606 // d: Mail settings item |
|
607 // l: list_setting_pane_t1 |
|
608 // |
|
609 #define qtn_mce_settings_folder_subscriptions "Subscribe folders" |
|
610 |
|
611 // d: Displayed when opened empty folder subscription list |
|
612 // l: main_list_empty_pane |
|
613 // |
|
614 #define qtn_mce_settings_mail_subs_empty_text "Folder list not updated" |
|
615 |
|
616 |
|
617 // d: Command in options list |
|
618 // d: Menu item which opens a folder |
|
619 // l: list_single_pane_t1_cp2 |
|
620 // |
|
621 #define qtn_mce_settings_open "Open" |
|
622 |
|
623 // d: Command in options list |
|
624 // d: Menu item which subscribes a folder |
|
625 // l: list_single_pane_t1_cp2 |
|
626 // |
|
627 #define qtn_mce_settings_mail_update_subs "Subscribe" |
|
628 |
|
629 // d: Command in options list |
|
630 // d: Menu item which unsubscribes a folder |
|
631 // l: list_single_pane_t1_cp2 |
|
632 // |
|
633 #define qtn_mce_settings_mail_update_unsubs "Unsubscribe" |
|
634 |
|
635 // d: Command in options list |
|
636 // d: Menu item which updates folder list |
|
637 // l: list_single_pane_t1_cp2 |
|
638 // |
|
639 #define qtn_mce_settings_mail_updatefolders "Update folder list" |
|
640 |
|
641 //d:When user open subscription list, this note is displayed |
|
642 //l:popup_note_window |
|
643 // |
|
644 #define qtn_mce_settings_mail_update_now "Connect and update folder list from server?" |
|
645 |
|
646 //d:This note is shown when user is subscribing a folder which has subfolders |
|
647 //l:popup_note_window |
|
648 // |
|
649 #define qtn_mce_settings_mail_update_subf "Do you want to subscribe all subfolders also?" |
|
650 |
|
651 //d:This note is shown when user is unsubscribing a folder which has subfolders |
|
652 //l:popup_note_window |
|
653 // |
|
654 #define qtn_mce_settings_mail_update_unsubf "Do you want to unsubscribe all subfolders also?" |
|
655 |
|
656 // d: Progress note when updating folder list |
|
657 // l: popup_note_wait_window |
|
658 // |
|
659 #define qtn_mce_settings_mail_update_search "Updating folder list" |
|
660 |
|
661 // d: Mail settings item |
|
662 // l: list_setting_pane_t1 |
|
663 // |
|
664 #define qtn_mce_settings_mail_filter "Retrieved parts" |
|
665 |
|
666 // d: Mail settings item |
|
667 // l: list_set_graphic_pane_t1 |
|
668 // |
|
669 #define qtn_mce_settings_mail_fetch_head "Only header" |
|
670 |
|
671 // d: Mail settings item |
|
672 // l: list_set_graphic_pane_t1 |
|
673 // |
|
674 #define qtn_mce_settings_mail_fetch_body "Total mail body" |
|
675 |
|
676 // d: Mail settings item |
|
677 // l: list_set_graphic_pane_t1 |
|
678 // |
|
679 #define qtn_mce_settings_mail_fetch_bodyatt "Body and attachment" |
|
680 |
|
681 // d: Mail settings item |
|
682 // l: list_set_graphic_pane_t1 |
|
683 // |
|
684 #define qtn_mce_settings_mail_fetch_less_value "Less than %N (KB)" |
|
685 |
|
686 // ---------------------------------------------------------------------------- |
|
687 // Wizard strings |
|
688 // ---------------------------------------------------------------------------- |
|
689 // |
|
690 |
|
691 // MENU |
|
692 |
|
693 // d: Shown in mail settings creation in options menu |
|
694 // l: control_pane_t1/opt7 |
|
695 // w: |
|
696 // r: 3.0 |
|
697 // |
|
698 #define qtn_mbxs_settings_mail_newbox_startwiz "Start" |
|
699 |
|
700 // d: Shown in mail settings creation in options menu |
|
701 // l: control_pane_t1/opt7 |
|
702 // w: |
|
703 // r: 3.0 |
|
704 // |
|
705 #define qtn_mbxs_settings_mail_newbox_exitwiz "Exit" |
|
706 |
|
707 // DIALOGS |
|
708 |
|
709 // d: Note to be shown when cancelling the wizard |
|
710 // l: popup_note_window |
|
711 // w: |
|
712 // r: 3.0 |
|
713 // |
|
714 #define qtn_mbxs_settings_new_box_exit_query "Incomplete mailbox details. Mailbox will be deleted. Exit anyway?" |
|
715 |
|
716 // NEW |
|
717 |
|
718 // d: Softkey to finish the mailbox settings |
|
719 // l: popup_note_window |
|
720 // w: |
|
721 // r: 3.0 |
|
722 // |
|
723 #define qtn_mbxs_settings_mail_newbox_name_qry "Please insert a mailbox name." |
|
724 |
|
725 // d: Softkey to finish the mailbox settings |
|
726 // l: popup_note_window |
|
727 // w: |
|
728 // r: 3.0 |
|
729 // |
|
730 #define qtn_mbxs_settings_mail_newbox_rename_qry "Please rename, this name already in use." |
|
731 |
|
732 // d: Softkey to finish the mailbox settings |
|
733 // l: popup_note_window |
|
734 // w: |
|
735 // r: 3.0 |
|
736 // |
|
737 #define qtn_mbxs_settings_mail_srvr_prompt "Please, insert proper server name." |
|
738 |
|
739 // d: Softkey to finish the mailbox settings |
|
740 // l: popup_note_window |
|
741 // w: |
|
742 // r: 3.0 |
|
743 // |
|
744 #define qtn_mce_settings_mail_all_mails_fet "When automatic retrieval is enabled, all mails are fetched to mailbox" |
|
745 |
|
746 // d: Softkey to finish the mailbox settings |
|
747 // l: popup_note_window |
|
748 // w: |
|
749 // r: 3.0 |
|
750 // |
|
751 #define qtn_mce_settings_mail_all_mails_fet2 "When automatic retrieval is enabled, all mails are fetched to mailbox. Continue?" |
|
752 |
|
753 // d: Softkey to finish the mailbox settings |
|
754 // l: popup_note_window |
|
755 // w: |
|
756 // r: 3.0 |
|
757 // |
|
758 #define qtn_mce_new_mail_in_mailbox "Could not update mailbox %U. Check mailbox settings." |
|
759 |
|
760 // d: When user tries to enable alwaysonline and access point prompts password, this note is shown |
|
761 // l: popup_note_window |
|
762 // w: |
|
763 // r: 3.0 |
|
764 // |
|
765 #define qtn_mce_settings_always_promptacc "Set the used accesspoint not to prompt password to enable the Automatic retrieval settings." |
|
766 |
|
767 // d: |
|
768 // l: popup_note_window |
|
769 // w: |
|
770 // r: 3.0 |
|
771 // |
|
772 #define qtn_mce_settings_always_define_ap "The access point in Connection settings has to be defined to enable the Automatic retrieval settings." |
|
773 |
|
774 // RADIOBUTTONS |
|
775 |
|
776 // d: Shown in wizard as a radio button |
|
777 // l: list_set_graphic_pane_t1 |
|
778 // |
|
779 #define qtn_netw_sett_iap_pref_prompt "Always ask" |
|
780 |
|
781 // d: Shown in wizard as a radio button |
|
782 // l: list_set_graphic_pane_t1 |
|
783 // |
|
784 #define qtn_set_cmd_new_ap "Create new" |
|
785 |
|
786 |
|
787 // d: Shown in wizard as a radio button |
|
788 // l: list_set_graphic_pane_t1 |
|
789 // w: |
|
790 // r: 3.0 |
|
791 // |
|
792 #define qtn_mbxs_settings_mail_sec_ssltls "SSL/TLS" |
|
793 |
|
794 // TITLES |
|
795 |
|
796 // d: Wizard item |
|
797 // l: list_setting_pane_t1 |
|
798 // |
|
799 #define qtn_mce_settings_mail_sending_h "Outgoing mail server" |
|
800 |
|
801 // d: Wizard item |
|
802 // l: list_setting_pane_t1 |
|
803 // |
|
804 #define qtn_mce_settings_mail_receiving "Incoming mail server" |
|
805 |
|
806 // SOFTKEYS |
|
807 |
|
808 // d: Softkey to move forward in mailbox settings |
|
809 // l: control_pane_t1/opt7 |
|
810 // w: |
|
811 // r: 3.0 |
|
812 // |
|
813 #define text_softkey_next "Next" |
|
814 |
|
815 // d: Softkey to finish the mailbox settings |
|
816 // l: control_pane_t1/opt7 |
|
817 // w: |
|
818 // r: 3.0 |
|
819 // |
|
820 #define text_softkey_finished "Finished" |
|
821 |
|
822 // ---------------------------------------------------------------------------- |
|
823 // Settings dialog strings |
|
824 // ---------------------------------------------------------------------------- |
|
825 // |
|
826 |
|
827 // MENU |
|
828 |
|
829 // DIALOGS |
|
830 |
|
831 // RADIOBUTTONS |
|
832 |
|
833 // d: Shown in mailbox settings as a radio button |
|
834 // l: list_set_graphic_pane_t1 |
|
835 // |
|
836 #define qtn_mce_mail_notification_off "Off" |
|
837 |
|
838 // d: Shown in mailbox settings as a radio button |
|
839 // l: list_set_graphic_pane_t1 |
|
840 // |
|
841 #define qtn_mce_mail_notifications_auto "Receive and update" |
|
842 |
|
843 // d: Shown in mailbox settings as a radio button |
|
844 // l: list_set_graphic_pane_t1 |
|
845 // |
|
846 #define qtn_mce_settings_email_indicator_on "On" |
|
847 |
|
848 // d: Shown in mailbox settings as a radio button |
|
849 // l: list_set_graphic_pane_t1 |
|
850 // |
|
851 #define qtn_mce_settings_email_indicator_off "Off" |
|
852 |
|
853 // d: Shown in mailbox settings as a radio button |
|
854 // l: list_set_graphic_pane_t1 |
|
855 // |
|
856 #define qtn_mail_dowl_ctrl_del_limit_yes "Yes" |
|
857 |
|
858 // d: Shown in mailbox settings as a radio button |
|
859 // l: list_set_graphic_pane_t1 |
|
860 // |
|
861 #define qtn_mail_dowl_ctrl_del_limit_no "No" |
|
862 |
|
863 // d: Shown in mailbox settings as a radio button |
|
864 // l: list_setting_pane_t1 |
|
865 // w: |
|
866 // r: 3.0 |
|
867 // |
|
868 #define qtn_mbxs_settings_mail_port "Port" |
|
869 |
|
870 // d: Shown in mailbox settings as a radio button |
|
871 // l: list_set_graphic_pane_t1 |
|
872 // w: |
|
873 // r: 3.0 |
|
874 // |
|
875 #define qtn_mbxs_settings_mail_port_userdef "User defined" |
|
876 |
|
877 // d: Shown in mailbox settings as a radio button |
|
878 // l: list_setting_pane_t1 |
|
879 // w: |
|
880 // r: 3.0 |
|
881 // |
|
882 #define qtn_mbxs_settings_def_encode "Default encoding" |
|
883 |
|
884 // d: Shown in mailbox settings as a radio button |
|
885 // l: list_set_graphic_pane_t1 |
|
886 // |
|
887 #define qtn_wrnls_sett_defenc_automatic "Automatic" |
|
888 |
|
889 // d: Shown in mailbox settings as a radio button |
|
890 // l: list_set_graphic_pane_t1 |
|
891 // |
|
892 #define qtn_mbxs_sett_defenc_utf8 "Unicode" |
|
893 |
|
894 // d: Shown in mailbox settings as menu title |
|
895 // l: list_setting_pane_t1 |
|
896 // |
|
897 #define qtn_mail_downl_ctrl_retr_limit "Emails to retrieve" |
|
898 |
|
899 // d: Shown in mailbox settings as menu title |
|
900 // l: list_setting_pane_t1 |
|
901 // |
|
902 #define qtn_mail_downl_ctrl_del_limit "Hide msgs. over limit" |
|
903 |
|
904 // TITLES |
|
905 |
|
906 // d: Shown in mailbox settings as menu title |
|
907 // l: list_setting_pane_t1 |
|
908 // |
|
909 #define qtn_mail_settings_downl_ctrl "Download control" |
|
910 |
|
911 // d: Shown in mailbox settings as menu title |
|
912 // l: list_setting_pane_t1 |
|
913 // |
|
914 #define qtn_mce_settings_mail_notifications "E-mail notifications" |
|
915 |
|
916 // d: Shown in mailbox settings as menu title |
|
917 // l: list_setting_pane_t1 |
|
918 // |
|
919 #define qtn_mce_settings_mail_indicators "New mail indicators" |
|
920 |
|
921 // d: Shown in mailbox settings as menu title |
|
922 // l: list_set_graphic_pane_t1 |
|
923 // |
|
924 #define qtn_mail_downl_ctrl_retr_inbox "Inbox" |
|
925 |
|
926 // d: Shown in mailbox settings as menu title |
|
927 // l: list_set_graphic_pane_t1 |
|
928 // |
|
929 #define qtn_mail_downl_ctrl_retr_subfldrs "Subfolders" |
|
930 |
|
931 // d: Shown in mailbox settings as menu title |
|
932 // l: list_set_graphic_pane_t1 |
|
933 // |
|
934 #define qtn_mce_settings_mail_fetch_lessmail "Less than (kB)" |
|
935 |
|
936 // d: Shown in mailbox settings as menu title |
|
937 // l: list_setting_pane_t1 |
|
938 // |
|
939 #define qtn_mce_settings_mail_incoming "Incoming Settings" |
|
940 |
|
941 // d: Shown in mailbox settings as menu title |
|
942 // l: list_setting_pane_t1 |
|
943 // |
|
944 #define qtn_mce_settings_mail_outgoing "Outgoing Settings" |
|
945 |
|
946 // Note! |
|
947 // qtn_options_send_via_email defined in avkon.loc |
|
948 |
|
949 // d: Shown in mailbox settings as menu title |
|
950 // l: list_set_graphic_pane_t1 |
|
951 // |
|
952 #define qtn_mail_down_ctrl_fetch_amount_prompt "No. of e-mails" |
|
953 |
|
954 // d: Note to be shown to the user, when email address hasn't been typed |
|
955 // l: popup_note_window |
|
956 // w: |
|
957 // r: 3.0 |
|
958 // |
|
959 #define qtn_mbxs_setting_mail_newbox_addr_qry "Please insert your e-mail address." |
|
960 |
|
961 // d: Note to be shown to the user, when protocol is not selected |
|
962 // l: popup_note_window |
|
963 // w: |
|
964 // r: 3.0 |
|
965 // |
|
966 #define qtn_mbxs_setting_mail_newbox_ap_qry "Please select the protocol to be used." |
|
967 |
|
968 // d: Note shown, when AO is on and Mail Notifications are attempted to show |
|
969 // l: popup_note_window |
|
970 // w: |
|
971 // r: 3.0 |
|
972 // |
|
973 #define qtn_mbxs_settings_aol_off_qry "Please turn E-mail retrieval \"Off\" to enable E-mail notifications." |
|
974 |
|
975 // d: Shown in mailbox settings as menu title |
|
976 // l: list_setting_pane_t1 |
|
977 // w: |
|
978 // r: 3.0 |
|
979 // |
|
980 #define qtn_mbxs_settings_mail_folderpath "IMAP4 folder path" |
|
981 |
|
982 // d: Shown in mailbox settings as menu title |
|
983 // l: list_setting_pane_t1 |
|
984 // w: |
|
985 // r: 3.0 |
|
986 // |
|
987 #define qtn_mbxs_settings_mail_newbox_def_iap "Define Access Point:" |
|
988 |
|
989 // d: Shown in mailbox settings as menu title |
|
990 // d: %0N is replaced by the current page number |
|
991 // d: %1N is replaced by the total number of pages |
|
992 // l: navi_text_pane_t1 |
|
993 // w: |
|
994 // r: 3.0 |
|
995 // |
|
996 #define qtn_mbxs_settings_mail_newbox_pages "Pages %0N / %1N" |
|
997 |
|
998 // d: Shown in mailbox settings |
|
999 // l: popup_note_window |
|
1000 // w: |
|
1001 // r: 3.0 |
|
1002 // |
|
1003 #define qtn_mbxs_settings_mail_newbox_srvr_qry "Please insert the entire hostname." |
|
1004 |
|
1005 // d: Shown in mailbox settings |
|
1006 // l: list_set_graphic_pane_t1 |
|
1007 // w: |
|
1008 // r: 3.0 |
|
1009 // |
|
1010 #define qtn_mbxs_settings_mail_port_def "Default" |
|
1011 |
|
1012 // d: Shown in mailbox settings |
|
1013 // l: popup_note_window |
|
1014 // w: |
|
1015 // r: 3.0 |
|
1016 // |
|
1017 #define qtn_mbxs_settings_mail_save_pswrd_qry "Save password to mailbox settings?" |
|
1018 |
|
1019 // POPUPS |
|
1020 |
|
1021 // d: Shown in wizard as popup |
|
1022 // l: popup_info_list_pane_t1 |
|
1023 // w: |
|
1024 // r: 3.0 |
|
1025 // |
|
1026 #define qtn_mbxs_settings_newbox_txt1 "This creating mailbox guide will help you define the necessary settings for a new mailbox. After completing each setting, press Next to continue." |
|
1027 |
|
1028 // d: Shown in wizard as popup |
|
1029 // l: popup_preview_text_window/opt5 |
|
1030 // w: |
|
1031 // r: 3.0 |
|
1032 // |
|
1033 #define qtn_mbxs_settings_newbox_txt2 "To select the Internet Protocol used to transfer your e-mail, scroll to IMAP4 or POP3 and press the scroll key. Press Next to continue." |
|
1034 |
|
1035 // d: Shown in wizard as popup |
|
1036 // l: popup_preview_text_window/opt5 |
|
1037 // w: |
|
1038 // r: 3.0 |
|
1039 // |
|
1040 #define qtn_mbxs_settings_newbox_txt3 "Key in the e-mail address of your remote mailbox. Press Next to continue." |
|
1041 |
|
1042 // d: Shown in wizard as popup |
|
1043 // l: popup_preview_text_window/opt5 |
|
1044 // w: |
|
1045 // r: 3.0 |
|
1046 // |
|
1047 #define qtn_mbxs_settings_newbox_txt4 "Key in the IP address or Host name of the server that receives your e-mail. Press Next to continue." |
|
1048 |
|
1049 // d: Shown in wizard as popup |
|
1050 // l: popup_preview_text_window/opt5 |
|
1051 // w: |
|
1052 // r: 3.0 |
|
1053 // |
|
1054 #define qtn_mbxs_settings_newbox_txt5 "Key in the IP address or Host name of the operator server that sends your e-mail." |
|
1055 |
|
1056 // d: Shown in wizard as popup |
|
1057 // l: popup_preview_text_window/opt5 |
|
1058 // w: |
|
1059 // r: 3.0 |
|
1060 // |
|
1061 #define qtn_mbxs_settings_newbox_txt7 "Key in the mailbox name that appears as a folder in the Messaging main view." |
|
1062 |
|
1063 // d: Shown as popup |
|
1064 // l: popup_note_window |
|
1065 // w: |
|
1066 // r: 3.0 |
|
1067 // |
|
1068 #define qtn_mbxs_settings_oma_off_qry "Please turn E-mail notifications \"Off\" to enable E-mail retrieval." |
|
1069 |
|
1070 // d: Shown as popup |
|
1071 // l: popup_note_window |
|
1072 // w: |
|
1073 // r: 3.0 |
|
1074 // |
|
1075 #define qtn_mbxs_settings_oma_promptmail "Fill in the incoming mailserver's username and password to enable Mail Message Notifications." |
|
1076 |
|
1077 // d: Shown in Unix path def |
|
1078 // l: list_set_graphic_pane_t1 |
|
1079 // w: |
|
1080 // r: 3.0 |
|
1081 // |
|
1082 #define qtn_mbxs_settings_unixpath "Unix path" |
|
1083 |
|
1084 // d: Shown in Mail size def |
|
1085 // l: list_setting_pane_t1 |
|
1086 // w: |
|
1087 // r: 3.0 |
|
1088 // |
|
1089 #define qtn_mce_settings_mail_fetch_lessmail_prompt "Less than (kB)" |
|
1090 |
|
1091 // d: Default text for new mailbox |
|
1092 // l: title_pane_t2/opt12 |
|
1093 // w: |
|
1094 // r: 3.0 |
|
1095 // |
|
1096 #define qtn_mbxs_settings_mail_new "New mailbox" |
|
1097 |
|
1098 // d: Shown in mailbox completed |
|
1099 // l: popup_note_window |
|
1100 // w: |
|
1101 // r: 3.0 |
|
1102 // |
|
1103 #define qtn_mbxs_settings_mail_newbox_final "Mailbox completed. For more, see E-mail settings." |
|
1104 |
|
1105 // d: Shown in HTML mails presentation def |
|
1106 // l: list_set_graphic_pane_t1 |
|
1107 // |
|
1108 #define qtn_mail_settings_shown_html_yes "Show as HTML" |
|
1109 |
|
1110 // d: Shown in HTML mails presentation def |
|
1111 // l: list_set_graphic_pane_t1 |
|
1112 // |
|
1113 #define qtn_mail_settings_shown_html_no "Show as text" |
|
1114 |
|
1115 // d: Shown in HTML mails presentation def |
|
1116 // l: list_setting_pane_t1 |
|
1117 // |
|
1118 #define qtn_mail_settings_shown_html "Show HTML mails" |
|
1119 |
|
1120 // d: Shown when receiving server is not found |
|
1121 // l: popup_note_window |
|
1122 // w: |
|
1123 // r: 3.1 |
|
1124 // |
|
1125 #define qtn_mail_err_no_in_srvr "Receiving server not found. See Mailbox's settings." |
|
1126 |
|
1127 // d: Mail settings item |
|
1128 // l: list_setting_pane_t1 |
|
1129 // w: |
|
1130 // r: 3.1 |
|
1131 // |
|
1132 #define qtn_mbxs_settings_def_replyto "Reply-to address" |
|
1133 |
|
1134 // d: 'Reply-to' setting field value when there is no data. |
|
1135 // l: list_set_graphic_pane_t1 |
|
1136 // r: 5.0 |
|
1137 // |
|
1138 #define qtn_mail_settings_replyto_none "None" |
|
1139 |
|
1140 // d: Mail settings item |
|
1141 // l: list_setting_pane_t1 |
|
1142 // w: |
|
1143 // r: 3.2 |
|
1144 |
|
1145 #define qtn_mce_settings_mail_delete "Delete Mail" |
|
1146 |
|
1147 // d: Mail deletion always ask |
|
1148 // l: list_set_graphic_pane_t1 |
|
1149 // w: |
|
1150 // r: 3.2 |
|
1151 |
|
1152 #define qtn_mce_settings_mail_del_ask "Always ask" |
|
1153 |
|
1154 // d: Mail deletion from phone only |
|
1155 // l: list_set_graphic_pane_t1 |
|
1156 // w: |
|
1157 // r: 3.2 |
|
1158 |
|
1159 #define qtn_mce_settings_mail_del_phone "From phone only" |
|
1160 |
|
1161 // d: Mail deletion from phone and server |
|
1162 // l: list_set_graphic_pane_t1 |
|
1163 // w: |
|
1164 // r: 3.2 |
|
1165 |
|
1166 #define qtn_mce_settings_mail_del_server "From server and phone" |
|
1167 |
|
1168 // d: deleting many mails from phone query |
|
1169 // l: popup_note_window |
|
1170 // w: |
|
1171 // r: 3.2 |
|
1172 |
|
1173 #define qtn_mbxs_conf_mail_del_phone "Delete %N mails from phone?" |
|
1174 |
|
1175 // d: Deleting many mails from server query |
|
1176 // l: popup_note_window |
|
1177 // w: |
|
1178 // r: 3.2 |
|
1179 |
|
1180 #define qtn_mbxs_conf_mail_del_server "Delete %N mails from server?" |
|
1181 |
|
1182 //d: radio button popup menu text |
|
1183 //l: list_set_graphic_pane_t1 |
|
1184 //w: |
|
1185 //r: 3.2 |
|
1186 // |
|
1187 #define qtn_netw_conset_sett_default_connection "Default Connection" |
|
1188 |
|
1189 //d: Security setting is set to 'on' with Start TLS |
|
1190 //l: list_set_graphic_pane_t1 |
|
1191 //w: |
|
1192 //r: 3.2 |
|
1193 // |
|
1194 #define qtn_mbxs_settings_mail_sec_starttls "STARTTLS" |
|
1195 |
|
1196 // d: Shown in wizard as popup |
|
1197 // l: popup_preview_text_window/opt6 |
|
1198 // w: |
|
1199 // r: 5.0 |
|
1200 // |
|
1201 #define qtn_mbxs_settings_newbox_txt6v3 "Select \"Default connection\" to use always default connection to send or retrieve e-mail, or select network connection from the list." |
|
1202 |
|
1203 // End of File |