|
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 MceSettings. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // ============================================================= |
|
22 // Selectable Default E-mail account |
|
23 // ============================================================= |
|
24 |
|
25 // d: Setting list item, static part. |
|
26 // d: Selecting this opens a list of e-mail accounts to be selected as default mailbox. |
|
27 // l: list_setting_pane_t1 |
|
28 // |
|
29 #define qtn_mce_settings_mail_default "Default mailbox" |
|
30 |
|
31 // d: Heading text for text setting editor popup view. This view is opened when the setting (qtn_mce_settings_mail_rm_in_use) |
|
32 // d: is selected. The user can select a default e-mail account. |
|
33 // l: main_pane_set_t1 |
|
34 // |
|
35 #define qtn_mce_settings_mail_title_titledefault "Default mailbox" |
|
36 |
|
37 // d: List query, heading. When creating a new e-mail user can choose a mailbox to be used for sending. |
|
38 // d: This is shown e.g. after selecting 'Create message' -> 'E-mail' . |
|
39 // d: The default mailbox "%U (default)" (qtn_mce_popup_default_email) is one of the items in the list query. |
|
40 // l: heading_pane_t1 |
|
41 // |
|
42 #define qtn_mail_mailboxlist_choose "Choose:" |
|
43 |
|
44 // d: Options list item. Default e-mail in the list of e-mail accounts. When creating new e-mail, all configured email accounts are |
|
45 // d: listed in a popup menu (where user can select an account to be used) before email editor is opened. |
|
46 // d: %U is replaced with default email account name. |
|
47 // l: list_single_pane_t1_cp2 |
|
48 // |
|
49 #define qtn_mce_popup_default_email "%U (default)" |
|
50 |
|
51 // d: Options list item. User can configure new IMAP/POP mailbox. |
|
52 // d: Opens mailbox configuration view where user can set protocol (IMAP/POP), own email address etc. for new mailbox. |
|
53 // l: list_single_pane_t1_cp2 |
|
54 // |
|
55 #define qtn_mce_settings_email_default_options_new "New mailbox" |
|
56 |
|
57 // End of File |