|
1 /* |
|
2 * Copyright (c) 2002 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 * This file contains the localised strings for Mce. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // LOCALISATION STRINGS |
|
22 |
|
23 // d: Command in options list in Mce. |
|
24 // d: Opens currently selected item. |
|
25 // l: list_single_pane_t1_cp2 |
|
26 // |
|
27 #define qtn_mce_open "Open" |
|
28 |
|
29 // d: Command in options list in Mce. |
|
30 // d: Opens submenu of different message types |
|
31 // l: list_single_pane_t1_cp2/opt3 |
|
32 // |
|
33 #define qtn_mce_write "Write message" |
|
34 |
|
35 // d: Command in options list in Mce. |
|
36 // d: Opens connection to remote mailbox. |
|
37 // d: Visible when remote mailbox selected. |
|
38 // l: list_single_pane_t1_cp2 |
|
39 // |
|
40 #define qtn_mce_connect "Connect" |
|
41 |
|
42 // d: Command in options list in Mce. |
|
43 // d: Closes connection to remote mailbox. |
|
44 // d: Visible if connection to remote mailbox is on. |
|
45 // l: list_single_pane_t1_cp2 |
|
46 // |
|
47 #define qtn_mce_rm_close "Close connection" |
|
48 |
|
49 // d: Opens "Fetch" submenu if remote mailbox connection is on and user has |
|
50 // d: opened the remote mailbox view. |
|
51 // l: list_single_pane_t1_cp2/opt3 |
|
52 // |
|
53 #define qtn_mce_rm_fetch "Retrieve mail" |
|
54 |
|
55 // d: Command in options list in Mce main view. |
|
56 // d: Launches Cellular broadcast application. |
|
57 // l: list_single_pane_t1_cp2 |
|
58 // |
|
59 #define qtn_mce_cb "Cell broadcast" |
|
60 |
|
61 // d: Command in options list in Mce main view. |
|
62 // d: Launches USSD editor application. |
|
63 // l: list_single_pane_t1_cp2 |
|
64 // |
|
65 #define qtn_mce_service_command_editor "Service command editor" |
|
66 |
|
67 // d: Command in options list in Mce. |
|
68 // d: Launches Settings dialog. |
|
69 // l: list_single_pane_t1_cp2 |
|
70 // |
|
71 #define qtn_mce_settings "Settings" |
|
72 |
|
73 // d: Command in options list in Mce. |
|
74 // d: Exits Mce application. |
|
75 // l: list_single_pane_t1_cp2 |
|
76 // |
|
77 #define qtn_mce_exit "Exit" |
|
78 |
|
79 // d: Command in options list in Mce. |
|
80 // d: Deletes selected item(s). |
|
81 // l: list_single_pane_t1_cp2 |
|
82 // |
|
83 #define qtn_mce_delete "Delete" |
|
84 |
|
85 // d: Command in options list in Mce. |
|
86 // d: Undeletes selected mail message(s). |
|
87 // l: list_single_pane_t1_cp2 |
|
88 // |
|
89 #define qtn_mce_undelete "Undelete" |
|
90 |
|
91 // d: Command in options list in Mce. |
|
92 // d: Moves selected message(s). |
|
93 // d: Launches Folder selection dialog first and if that is accepted |
|
94 // d: moves selected messages. |
|
95 // l: list_single_pane_t1_cp2 |
|
96 // |
|
97 #define qtn_mce_move "Move" |
|
98 |
|
99 // d: Command in options list in Mce. |
|
100 // d: Only available in Outbox to cancel sending of the message(s) and |
|
101 // d: move them back to Drafts folder for editing |
|
102 // l: list_single_pane_t1_cp2 |
|
103 // |
|
104 #define qtn_mce_move_to_drafts "Move to Drafts" |
|
105 |
|
106 // d: Command in options list in Mce. |
|
107 // d: Copies selected message(s). Same functionality as Move. |
|
108 // l: list_single_pane_t1_cp2 |
|
109 // |
|
110 #define qtn_mce_copy "Copy" |
|
111 |
|
112 // d: Query text to confirm to delete one message. |
|
113 // d: Filled to qtn_query_common_conf_delete string. |
|
114 // l: popup_note_window |
|
115 // |
|
116 #define qtn_query_common_conf_delete_me "Delete message?" |
|
117 |
|
118 // d: Query text to confirm to delete more than one messages. |
|
119 // d: Filled to qtn_query_common_conf_delete string. |
|
120 // l: popup_note_window |
|
121 // |
|
122 #define qtn_query_common_conf_delete_ms "Delete %N messages?" |
|
123 |
|
124 // d: Mce application name, visible in title pane |
|
125 // l: title_pane_t2/opt12 |
|
126 // |
|
127 #define qtn_mce_title_messages "Messages" |
|
128 |
|
129 //d: Mce application long name, for application shell list |
|
130 //l: list_single_large_graphic_pane_t1 |
|
131 // |
|
132 #define qtn_apps_messaging_list "Messages" |
|
133 |
|
134 //d: Mce application short name, for application shell grid |
|
135 //l: cell_app_pane_t1 |
|
136 // |
|
137 #define qtn_apps_messaging_grid "Messages" |
|
138 |
|
139 |
|
140 // d: Displayed when opened empty folder. |
|
141 // l: main_list_empty_pane |
|
142 // |
|
143 #define qtn_mce_no_messages "No messages" |
|
144 |
|
145 // d: Displayed when opened empty remote mailbox. |
|
146 // l: main_list_empty_pane |
|
147 // |
|
148 #define qtn_mce_no_mail "No e-mails" |
|
149 |
|
150 // d: Main view list item. When selected opens the unified editor. |
|
151 // l: list_double_large_graphic_pane_t1 |
|
152 // |
|
153 #define qtn_mce_list_write "Write message" |
|
154 |
|
155 // d: Displayed in mce main view if no remote mailboxes defined. |
|
156 // d: If selected opens remote mailbox settings dialog to define |
|
157 // d: new remote mailbox. |
|
158 // l: list_double_large_graphic_pane_t1 |
|
159 // |
|
160 #define qtn_mce_mailbox "Mailbox" |
|
161 |
|
162 // d: Displayed as the second line of Mailbox item if no remote mailboxes defined. |
|
163 // l: list_double_large_graphic_pane_t2 |
|
164 // |
|
165 #define qtn_mce_no_mailboxes_defined "Create new" |
|
166 |
|
167 // d: Mce main view list item. If selected opens delivery reports view. |
|
168 // l: list_double_large_graphic_pane_t1 |
|
169 // |
|
170 #define qtn_mce_dr "Delivery reports" |
|
171 |
|
172 // d: Displayed as the second line for delivery reports item in Mce main view |
|
173 // l: list_double_large_graphic_pane_t2 |
|
174 // |
|
175 #define qtn_mce_delivery_information "Delivery information" |
|
176 |
|
177 // d: Title of the list query to select folder to move messages. |
|
178 // l: heading_pane_t1 |
|
179 // |
|
180 #define qtn_mce_move_move_to "Move to:" |
|
181 |
|
182 // d: Title of the list query to select folder to copy messages. |
|
183 // l: heading_pane_t1 |
|
184 // |
|
185 #define qtn_mce_copy_copy_to "Copy to:" |
|
186 |
|
187 // d: Opens list handling submenu (Mark, Unmark, Mark all, Unmark all). |
|
188 // l: list_single_pane_t1_cp2/opt3 |
|
189 // |
|
190 #define qtn_mce_edit "Mark/Unmark" |
|
191 |
|
192 // d: Submenu item to fetch all the new messages in remote mailbox. |
|
193 // d: Visible only when remote mailbox is opened and connection on. |
|
194 // l: list_single_popup_submenu_pane_t1 |
|
195 // |
|
196 #define qtn_mce_rm_fetch_new "New" |
|
197 |
|
198 // d: Submenu item to fetch selected messages in remote mailbox. |
|
199 // d: Visible only when remote mailbox is opened and connection on. |
|
200 // l: list_single_popup_submenu_pane_t1 |
|
201 // |
|
202 #define qtn_mce_rm_fetch_selected "Selected" |
|
203 |
|
204 // d: Submenu item to fetch all the messages in remote mailbox. |
|
205 // d: Visible only when remote mailbox is opened and connection on. |
|
206 // l: list_single_popup_submenu_pane_t1 |
|
207 // |
|
208 #define qtn_mce_rm_fetch_all "All" |
|
209 |
|
210 // d: Submenu item to mark selected item. |
|
211 // l: list_single_popup_submenu_pane_t1 |
|
212 // |
|
213 #define qtn_mce_mark "Mark" |
|
214 |
|
215 // d: Submenu item to unmark selected item. |
|
216 // l: list_single_popup_submenu_pane_t1 |
|
217 // |
|
218 #define qtn_mce_unmark "Unmark" |
|
219 |
|
220 // d: Submenu item to mark all items. |
|
221 // l: list_single_popup_submenu_pane_t1 |
|
222 // |
|
223 #define qtn_mce_mark_all "Mark all" |
|
224 |
|
225 // d: Submenu item to unmark all items. |
|
226 // l: list_single_popup_submenu_pane_t1 |
|
227 // |
|
228 #define qtn_mce_unmark_all "Unmark all" |
|
229 |
|
230 // d: Submenu item to create new folder under "Documents" |
|
231 // l: list_single_pane_t1_cp2 |
|
232 // |
|
233 #define qtn_mce_org_new_folder "New folder" |
|
234 |
|
235 // d: Submenu item to rename selected folder. Visible only if folder selected. |
|
236 // l: list_single_pane_t1_cp2 |
|
237 // |
|
238 #define qtn_mce_org_rename_folder "Rename folder" |
|
239 |
|
240 // d: Query text to confirm if user wants to define new remote mailbox. |
|
241 // d: Query dialog cannot divide this to many lines. Bug in query dialog? |
|
242 // l: popup_note_window |
|
243 // |
|
244 #define qtn_mce_conf_no_mailboxes "No Remote mailboxes defined.\nDo you want to define it now?" |
|
245 |
|
246 |
|
247 // d: Query text to confirm to create online remote mailbox connection. |
|
248 // l: popup_note_window |
|
249 // |
|
250 #define qtn_mce_conf_connect_to_server "Connect to server?" |
|
251 |
|
252 // d: Command in options list in Mce's outbox. |
|
253 // d: Suspends sending of the message. |
|
254 // d: Visible when message is not suspended. |
|
255 // l: list_single_pane_t1_cp2 |
|
256 // |
|
257 #define qtn_mce_suspend "Suspend" |
|
258 |
|
259 // d: Command in options list in Mce's outbox. |
|
260 // d: Starts sending of the message. |
|
261 // d: Visible when message is not being sent. |
|
262 // l: list_single_pane_t1_cp2 |
|
263 // |
|
264 #define qtn_mce_start "Start" |
|
265 |
|
266 // d: Query to make sure user wants to exit mce application if mailbox connection is on. |
|
267 // d: Also informs user that connection to mailbox is closed if mce application is closed. |
|
268 // d: This query is shown if only one mailbox connected. |
|
269 // l: popup_note_window |
|
270 // |
|
271 #define qtn_mce_connection_on "Exiting will disconnect active mailbox connection. Exit anyway?" |
|
272 |
|
273 // d: Query to make sure user wants to exit mce application if mailbox connection is on. |
|
274 // d: Also informs user that connection to mailbox is closed if mce application is closed. |
|
275 // d: This query is shown if more than one mailbox connected. |
|
276 // l: popup_note_window |
|
277 // |
|
278 #define qtn_mce_connection_on_many "Exiting will disconnect active mailbox connections. Exit anyway?" |
|
279 |
|
280 // d: Title of the query for user to selected mailbox to close. |
|
281 // l: heading_pane_t1 |
|
282 // |
|
283 #define qtn_mce_list_close "Close connection into:" |
|
284 |
|
285 // d: Displayed in title pane when delivery reports open |
|
286 // l: title_pane_t2/opt12 |
|
287 // |
|
288 #define qtn_mce_sent_dr "Delivery reports" |
|
289 |
|
290 // d:Displayed in message list to show how many messages folder has. |
|
291 // l:list_double_graphic_pane_t2 |
|
292 // w: |
|
293 // r:5.0 |
|
294 // |
|
295 #define qtn_mce_number_no_messages "No messages" |
|
296 |
|
297 // d: Displayed in message list to show how many messages folder has. |
|
298 // l: list_double_graphic_pane_t2 |
|
299 // |
|
300 #define qtn_mce_doc_amount "1 Message" |
|
301 |
|
302 // d: Displayed in message list to show how many messages folder has. |
|
303 // d: Is this ok for 0 (zero) messages? |
|
304 // l: list_double_graphic_pane_t2 |
|
305 // |
|
306 #define qtn_mce_doc_amount_many "%N Messages" |
|
307 |
|
308 // d: Displayed in message list to show how many templates folder has. |
|
309 // l: list_double_graphic_pane_t2 |
|
310 // |
|
311 #define qtn_mce_doc_amount_temp "1 Template" |
|
312 |
|
313 // d: Displayed in message list to show how many templates folder has. |
|
314 // d: Is this ok for 0 (zero) templates? |
|
315 // l: list_double_graphic_pane_t2 |
|
316 // |
|
317 #define qtn_mce_doc_amount_temps "%N Templates" |
|
318 |
|
319 // d: Displayed in main list view to show how many messages folder has. |
|
320 // l: list_double_large_graphic_pane_t2 |
|
321 // r: 5.0 |
|
322 // |
|
323 #define qtn_mce_number_one_message "1 Message" |
|
324 |
|
325 // d: Displayed in main list view to show how many messages folder has. |
|
326 // l: list_double_large_graphic_pane_t2 |
|
327 // r: 5.0 |
|
328 // |
|
329 #define qtn_mce_number_of_msgs "%N Messages" |
|
330 |
|
331 //d:In case user has selected to use Delivery reports but "No log" is selected |
|
332 //d:from Log settings to deny using logs, than delivery reports can’t also be |
|
333 //d:seen. User is informed about this with information note. |
|
334 //l:popup_note_window |
|
335 // |
|
336 #define qtn_mce_dr_log_no_reports "No delivery reports. \"No log\" -setting is in use in Log application" |
|
337 |
|
338 //d:After note’s time-out is ended or user interrupts the note, Delivery |
|
339 //d:reports folder is opened and <qtn_mce_sent_dr_no_reports> "No reports" |
|
340 //d:string is seen in the beginning of a list. |
|
341 //l:main_list_empty_pane |
|
342 // |
|
343 #define qtn_mce_sent_dr_no_reports "No reports" |
|
344 |
|
345 // d: List item in Settings dialog. |
|
346 // d. When selected opens CBS settings dialog. |
|
347 // l: list_double_pane_t1 |
|
348 // |
|
349 #define qtn_mce_title_settings_cb "Cell Broadcast" |
|
350 |
|
351 //d: Menu item in Delivery reports view. Creates call to the phone number shown. |
|
352 //l: list_single_pane_t1_cp2 |
|
353 // |
|
354 #define qtn_mce_call "Call" |
|
355 |
|
356 // d: Progress note when deleting folder from Documents. |
|
357 // d: %U filled with folder name |
|
358 // l: popup_note_wait_window |
|
359 // |
|
360 #define qtn_mce_wait_delete_folder "Deleting %U" |
|
361 |
|
362 // d: Command in options list in Mce. |
|
363 // d: Sorts mail messages |
|
364 // l: list_single_pane_t1_cp2/opt3 |
|
365 // |
|
366 #define qtn_mce_rm_sort_messages "Sort messages by" |
|
367 // d: Command in sort suboptions list in Mce. |
|
368 // d: Sorts by date |
|
369 // l: list_single_popup_submenu_pane_t1 |
|
370 // |
|
371 #define qtn_mce_rm_sort_date "Date" |
|
372 // d: Command in sort suboptions list in Mce. |
|
373 // d: Sorts by subject |
|
374 // l: list_single_popup_submenu_pane_t1 |
|
375 // |
|
376 #define qtn_mce_rm_sort_subject "Subject" |
|
377 // d: Command in sort suboptions list in Mce. |
|
378 // d: Sorts by sender |
|
379 // l: list_single_popup_submenu_pane_t1 |
|
380 // |
|
381 #define qtn_mce_rm_sort_sender "Sender" |
|
382 // d: Command in sort suboptions list in Mce. |
|
383 // d: Sorts by recipient |
|
384 // l: list_single_popup_submenu_pane_t1 |
|
385 // |
|
386 #define qtn_mce_rm_sort_recipient "Recipient" |
|
387 |
|
388 // d: Command in options list in Mce. |
|
389 // d: Replies to the received message |
|
390 // l: list_single_pane_t1_cp2/opt3 |
|
391 // |
|
392 #define qtn_mce_reply "Reply" |
|
393 |
|
394 // d: Command in options list in Mce. |
|
395 // d: Marks as read the selected mail messages |
|
396 // l: list_single_pane_t1_cp2 |
|
397 // |
|
398 #define qtn_mce_rm_mark_read "Mark as read" |
|
399 |
|
400 // d: Command in options list in Mce. |
|
401 // d: Marks as unread the selected mail messages |
|
402 // l: list_single_pane_t1_cp2 |
|
403 // |
|
404 #define qtn_mce_rm_mark_unread "Mark as unread" |
|
405 |
|
406 // d: information note, when MMC is not accessible |
|
407 // l: popup_note_window |
|
408 // |
|
409 #define qtn_memc_mce_note2 "Memory card is not accessible! Messages are stored to phone memory." |
|
410 |
|
411 // d: information note, when selected memory is not accessible |
|
412 // l: popup_note_window |
|
413 // |
|
414 #define qtn_mce_memory_not_accessible "Unable to access selected memory. Messages will be stored to phone memory." |
|
415 |
|
416 // d: Query text to confirm mail connection. |
|
417 // d: This is asked when always remote mailbox is not connected. |
|
418 // l: popup_note_window |
|
419 // |
|
420 #define qtn_mce_settings_always_lasttime "Last time connected to mailbox at %U. Connect now?" |
|
421 |
|
422 // d: Query text to confirm mail connection. |
|
423 // d: This is asked when always remote mailbox is not connected. |
|
424 // l: popup_note_window |
|
425 // |
|
426 #define qtn_mce_settings_always_lasttime2 "Mailbox connected on %0U at %1U. Connect now?" |
|
427 |
|
428 // d: Displayed in remote mailbox to show how many folders and messages folder has. |
|
429 // d: Is this ok for 0 (zero) messages? |
|
430 // l: list_double_graphic_pane_t2 |
|
431 // |
|
432 #define qtn_mce_mailbox_amount_folder_mail "%0N folder, %1N mail" |
|
433 |
|
434 // d: Displayed in remote mailbox to show how many folders and messages folder has. |
|
435 // d: Is this ok for 0 (zero) messages? |
|
436 // l: list_double_graphic_pane_t2 |
|
437 // |
|
438 #define qtn_mce_mailbox_amount_folders_mail "%0N folders, %1N mail" |
|
439 |
|
440 // d: Displayed in remote mailbox to show how many folders and messages folder has. |
|
441 // d: Is this ok for 0 (zero) messages? |
|
442 // l: list_double_graphic_pane_t2 |
|
443 // |
|
444 #define qtn_mce_mailbox_amount_folder_mails "%0N folder, %1N mails" |
|
445 |
|
446 // d: Displayed in remote mailbox to show how many folders and messages folder has. |
|
447 // d: Is this ok for 0 (zero) messages? |
|
448 // l: list_double_graphic_pane_t2 |
|
449 // |
|
450 #define qtn_mce_mailbox_amount_folders_mails "%0N folders, %1N mails" |
|
451 |
|
452 //d:Separates folder icons in navipane when subfolders are browsed. |
|
453 //d: |
|
454 //l:list_cale_time_pane_t2/opt10 |
|
455 // |
|
456 #define qtn_memc_main_separator "\\" |
|
457 |
|
458 //d:End character for navipane when subfolders are browsed beyond the maximum |
|
459 //d:navigation depth |
|
460 //l:list_cale_time_pane_t2/opt10 |
|
461 // |
|
462 #define qtn_memc_main_end "..." |
|
463 |
|
464 // d: information note, when mms notifications cannot be moved |
|
465 // l: popup_note_window |
|
466 // |
|
467 #define qtn_mms_info_cannot_move_notif "Multimedia notifications cannot be moved" |
|
468 |
|
469 // d: Command in options list in Mce. |
|
470 // d: Opens remote mailbox settings |
|
471 // l: list_single_pane_t1_cp2 |
|
472 // |
|
473 #define qtn_mce_mail_settings "Mail settings" |
|
474 |
|
475 // d: Displayed when several mms notifications delete fails |
|
476 // d: |
|
477 // l: popup_note_window |
|
478 // |
|
479 #define qtn_mms_info_remote_del_failed_many "Could not delete %0N/%1N messages from MMbox" |
|
480 |
|
481 // d: Displayed when one mms notification delete fails |
|
482 // d: |
|
483 // l: popup_note_window |
|
484 #define qtn_mms_info_remote_del_failed "Could not delete message from MMbox" |
|
485 |
|
486 // d: Command in sort suboptions list in Mce. |
|
487 // d: Sorts by type |
|
488 // l: list_single_popup_submenu_pane_t1 |
|
489 // |
|
490 #define qtn_mce_rm_sort_type "Message type" |
|
491 |
|
492 //d: Command in options list in mce. |
|
493 //d: Info pop-up note telling that the mail messages cannot be copied/moved between the folders. |
|
494 //l: popup_note_window |
|
495 //w: |
|
496 //r:3.1 |
|
497 // |
|
498 #define qtn_mce_info_cannot_move "Mail messages can not be moved" |
|
499 |
|
500 // d: Command in options list in Mce. |
|
501 // d: Forwards to the sent message |
|
502 // l: list_single_pane_t1_cp2 |
|
503 // w: |
|
504 // r: 3.2 |
|
505 // |
|
506 #define qtn_mce_forward "Forward" |
|
507 |
|
508 // d: Message sender text. |
|
509 // d: Text is shown when sender is unknown |
|
510 // l: list_double_graphic_pane_t1 |
|
511 // w: |
|
512 // r: 3.2 |
|
513 // |
|
514 #define qtn_mce_push_inbox_sender_unkw "Unknown" |
|
515 |
|
516 // d: Submenu item to mark all read items. |
|
517 // d: mark all read msgs |
|
518 // l: list_single_popup_submenu_pane_t1 |
|
519 // w: |
|
520 // r: 5.0 |
|
521 // |
|
522 #define qtn_options_list_mark_read "Mark read msgs" |
|
523 |
|
524 // d:Mce settings is opened from Messaging Centre and |
|
525 // d:Settings cannot be opened from General Settings simultaneously |
|
526 // l:popup_note_window |
|
527 // r:5.0 |
|
528 // |
|
529 #define qtn_mce_note_settings_open_gs "Cannot access settings. Settings already open in General Settings." |
|
530 |
|
531 // d: Displayed in one row message list subtitle to show a day of the week. |
|
532 // l: list_single_2heading_msg_pane_t1/opt2 |
|
533 // w: |
|
534 // r: 5.0 |
|
535 // |
|
536 #define qtn_msg_list_subtitle_today "Today %U" |
|
537 |
|
538 // d: Displayed in one row message list subtitle to show a day of the week. |
|
539 // l: list_single_2heading_msg_pane_t1/opt2 |
|
540 // w: |
|
541 // r: 5.0 |
|
542 // |
|
543 #define qtn_msg_list_subtitle_yesterday "Yesterday %U" |
|
544 |
|
545 // d: Displayed in one row message list subtitle to show a day of the week. |
|
546 // l: list_single_2heading_msg_pane_t1/opt2 |
|
547 // w: |
|
548 // r: 5.0 |
|
549 // |
|
550 #define qtn_msg_list_subtitle_monday "Monday %U" |
|
551 |
|
552 // d: Displayed in one row message list subtitle to show a day of the week. |
|
553 // l: list_single_2heading_msg_pane_t1/opt2 |
|
554 // w: |
|
555 // r: 5.0 |
|
556 // |
|
557 #define qtn_msg_list_subtitle_tuesday "Tuesday %U" |
|
558 |
|
559 // d: Displayed in one row message list subtitle to show a day of the week. |
|
560 // l: list_single_2heading_msg_pane_t1/opt2 |
|
561 // w: |
|
562 // r: 5.0 |
|
563 // |
|
564 #define qtn_msg_list_subtitle_wednesday "Wednesday %U" |
|
565 |
|
566 // d: Displayed in one row message list subtitle to show a day of the week. |
|
567 // l: list_single_2heading_msg_pane_t1/opt2 |
|
568 // w: |
|
569 // r: 5.0 |
|
570 // |
|
571 #define qtn_msg_list_subtitle_thursday "Thursday %U" |
|
572 |
|
573 // d: Displayed in one row message list subtitle to show a day of the week. |
|
574 // l: list_single_2heading_msg_pane_t1/opt2 |
|
575 // w: |
|
576 // r: 5.0 |
|
577 // |
|
578 #define qtn_msg_list_subtitle_friday "Friday %U" |
|
579 |
|
580 // d: Displayed in one row message list subtitle to show a day of the week. |
|
581 // l: list_single_2heading_msg_pane_t1/opt2 |
|
582 // w: |
|
583 // r: 5.0 |
|
584 // |
|
585 #define qtn_msg_list_subtitle_saturday "Saturday %U" |
|
586 |
|
587 // d: Displayed in one row message list subtitle to show a day of the week. |
|
588 // l: list_single_2heading_msg_pane_t1/opt2 |
|
589 // w: |
|
590 // r: 5.0 |
|
591 // |
|
592 #define qtn_msg_list_subtitle_sunday "Sunday %U" |
|
593 |
|
594 // d: Displayed in one row message list subtitle for messages older than week. |
|
595 // l: list_single_2heading_msg_pane_t1/opt2 |
|
596 // w: |
|
597 // r: 5.0 |
|
598 // |
|
599 #define qtn_msg_list_subtitle_last_week "Last week" |
|
600 |
|
601 // d: Displayed in one row message list subtitle for messages older than two weeks. |
|
602 // l: list_single_2heading_msg_pane_t1/opt2 |
|
603 // w: |
|
604 // r: 5.0 |
|
605 // |
|
606 #define qtn_msg_list_subtitle_older "Older" |
|
607 |
|
608 // d: Command in options list in Mce. |
|
609 // d: Expands hierachical list item when subtitle row is selected |
|
610 // d: Visible if subtitle row is selected and item is not already expanded. |
|
611 // l: list_single_pane_t1_cp2 |
|
612 // w: |
|
613 // r: 5.0 |
|
614 // |
|
615 #define qtn_options_expand "Expand" |
|
616 |
|
617 // d: Command in options list in Mce. |
|
618 // d: Collapses hierachical list item |
|
619 // d: Visible if subtitle is already expanded. |
|
620 // l: list_single_pane_t1_cp2 |
|
621 // w: |
|
622 // r: 5.0 |
|
623 // |
|
624 #define qtn_options_collapse "Collapse" |
|
625 |
|
626 // d: Command in permanent tool bar in Inbox |
|
627 // l: popup_preview_text_window_t1 |
|
628 // r: 5.0 |
|
629 #define qtn_mce_inbox_tb_tooltip_reply "Reply" |
|
630 |
|
631 // d: Command in permanent tool bar in Inbox |
|
632 // l: popup_preview_text_window_t1 |
|
633 // r: 5.0 |
|
634 #define qtn_mce_inbox_tb_tooltip_delete "Delete" |
|
635 |
|
636 // d: Command in permanent tool bar in Inbox |
|
637 // l: popup_preview_text_window_t1 |
|
638 // r: 5.0 |
|
639 #define qtn_mce_inbox_tb_tooltip_new "Create new message" |
|
640 |
|
641 // d: Command in permanent tool bar in Mailbox Inbox |
|
642 // l: popup_preview_text_window_t1 |
|
643 // r: 5.0 |
|
644 #define qtn_mce_mail_tb_tooltip_reply "Reply" |
|
645 |
|
646 // d: Command in permanent tool bar in Mailbox Inbox |
|
647 // l: popup_preview_text_window_t1 |
|
648 // r: 5.0 |
|
649 #define qtn_mce_mail_tb_tooltip_delete "Delete" |
|
650 |
|
651 // d: Command in permanent tool bar in Mailbox Inbox |
|
652 // l: popup_preview_text_window_t1 |
|
653 // r: 5.0 |
|
654 #define qtn_mce_mail_tb_tooltip_new "Create new email" |
|
655 |
|
656 // d: Command in options menu to mark a unread message as read. |
|
657 // l: list_single_pane_t1_cp2 |
|
658 // r: 5.0 |
|
659 #define qtn_mce_rm_mark_read_message "Mark msg. as read" |
|
660 |
|
661 // d: Command in options menu to mark a read message as unread. |
|
662 // l: list_single_pane_t1_cp2 |
|
663 // r: 5.0 |
|
664 #define qtn_mce_rm_mark_unread_message "Mark msg. as unread" |
|
665 |
|
666 // d: Command in options menu to mark more than one unread messages as read. |
|
667 // l: list_single_pane_t1_cp2 |
|
668 // r: 5.0 |
|
669 #define qtn_mce_rm_mark_read_messages "Mark msgs. as read" |
|
670 |
|
671 // d: Command in options menu to mark more than one read messages as unread. |
|
672 // l: list_single_pane_t1_cp2 |
|
673 // r: 5.0 |
|
674 #define qtn_mce_rm_mark_unread_messages "Mark msgs. as unread" |
|
675 |
|
676 // d: Command in options menu to mark more than one unread emails as read. |
|
677 // l: list_single_pane_t1_cp2 |
|
678 // r: 5.0 |
|
679 #define qtn_mce_rm_mark_read_emails "Mark e-mails as read" |
|
680 |
|
681 // d: Command in options menu to mark more than one read emails as unread. |
|
682 // l: list_single_pane_t1_cp2 |
|
683 // r: 5.0 |
|
684 #define qtn_mce_rm_mark_unread_emails "Mark e-mails as unread" |
|
685 |
|
686 // d: Mailbox folder information when one row list in use |
|
687 // l: list_single_2heading_msg_pane_t3/opt5 |
|
688 // r: 5.0 |
|
689 #define qtn_mce_mailbox_amount_mail_1row "1 e-mail" |
|
690 |
|
691 // d: Mailbox folder information when one row list in use |
|
692 // l: list_single_2heading_msg_pane_t3/opt5 |
|
693 // r: 5.0 |
|
694 #define qtn_mce_mailbox_amount_mails_1row "%N e-mails" |
|
695 |
|
696 // d: Synch mailbox inbox folder when one row list in use |
|
697 // l: list_single_2heading_msg_pane_t3/opt5 |
|
698 // r: 5.0 |
|
699 #define qtn_mce_sync_inbox_1row "Inbox" |
|
700 |
|
701 // d: Synch mailbox inbox folder when one row list in use |
|
702 // l: list_single_2heading_msg_pane_t3/opt5 |
|
703 // r: 5.0 |
|
704 #define qtn_mce_sync_sent_1row "Sent" |
|
705 |
|
706 // d: Synch mailbox Outbox folder when one row list in use |
|
707 // l: list_single_2heading_msg_pane_t3/opt5 |
|
708 // r: 5.0 |
|
709 #define qtn_mce_sync_outbox_1row "Outbox" |
|
710 |
|
711 // d: Message amount info for folders when one row list in use |
|
712 // l: list_single_2heading_msg_pane_t3/opt5 |
|
713 // r: 5.0 |
|
714 #define qtn_mce_doc_amount_1row "1 message" |
|
715 |
|
716 // d: Message amount info for folders when one row list in use |
|
717 // l: list_single_2heading_msg_pane_t3/opt5 |
|
718 // r: 5.0 |
|
719 #define qtn_mce_doc_amount_many_1row "%N messages" |
|
720 |
|
721 // d: Additional info for template folder when one row list in use |
|
722 // l: list_single_2heading_msg_pane_t3/opt5 |
|
723 // r: 5.0 |
|
724 #define qtn_mce_doc_amount_temp_1row "1 template" |
|
725 |
|
726 // d: Additional info for template folder when one row list in use |
|
727 // l: list_single_2heading_msg_pane_t3/opt5 |
|
728 // r: 5.0 |
|
729 #define qtn_mce_doc_amount_temps_1row "%N templates" |
|
730 |
|
731 // d: Templates folder name when one row list in use |
|
732 // l: list_single_2heading_msg_pane_t2/opt5 |
|
733 // r: 5.0 |
|
734 #define qtn_mce_doc_temp_folder_1row "Templates" |
|
735 |
|
736 |
|
737 //d: Command in options list in Conversation List view. |
|
738 //d: to set the default view to be launched when a new message is arrived |
|
739 //l: list_single_pane_t1_cp2 |
|
740 //r: 9.2 |
|
741 #define qtn_cv_opt_def_view "Message Viewing Style" |
|
742 |
|
743 |
|
744 //d: Command in option menu "Default View" submenu. |
|
745 //d: open the Conversations application from new message notifications. |
|
746 //l: list_single_popup_submenu_pane_t1/opt1 |
|
747 //r: 9.2 |
|
748 #define qtn_cv_opt_sub_conv "Conversations" |
|
749 |
|
750 |
|
751 //d: Command in option menu "Default View" submenu. |
|
752 //d: open the Inbox from new message notifications. |
|
753 //l: list_single_popup_submenu_pane_t1/opt1 |
|
754 //r: 9.2 |
|
755 #define qtn_cv_opt_sub_inbox "Inbox" |
|
756 |
|
757 |
|
758 //d: Information note. |
|
759 //d: Note shown when user sets Inbox as default view. |
|
760 //l: popup_note_window |
|
761 //r: 9.2 |
|
762 #define qtn_cv_info_inbox_used "New message notification will open Inbox" |
|
763 |
|
764 |
|
765 //d: Information note. |
|
766 //d: Note shown when user sets Conversation as default view. |
|
767 //l: popup_note_window |
|
768 //r: 9.2 |
|
769 #define qtn_cv_info_conv_used "New message notification will open Conversations" |
|
770 |
|
771 // End of File |