|
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 all the string resources for the module Imum. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 // RESOURCE IDENTIFIER |
|
22 // INCLUDES |
|
23 // CONSTANTS |
|
24 // MACROS |
|
25 // RESOURCE DEFINITIONS |
|
26 |
|
27 // COMMON |
|
28 RESOURCE RSS_SIGNATURE |
|
29 { |
|
30 } |
|
31 |
|
32 // COMDBUTILS |
|
33 |
|
34 // Message fetching |
|
35 |
|
36 RESOURCE TBUF256 r_email_retrieve_no_diskspace_text |
|
37 { |
|
38 buf = qtn_memlo_not_enough_memory; |
|
39 } |
|
40 |
|
41 RESOURCE TBUF r_email_retrieve_1_text |
|
42 { |
|
43 buf = qtn_mce_quest_message_not_fethe; |
|
44 } |
|
45 |
|
46 RESOURCE TBUF r_email_retrieve_reply_fwd_text |
|
47 { |
|
48 buf = qtn_mce_quest_message_not_fethe; |
|
49 } |
|
50 |
|
51 RESOURCE TBUF r_email_fetch_message_before_copy_query |
|
52 { |
|
53 buf = qtn_mce_quest_fetch_message; |
|
54 } |
|
55 |
|
56 RESOURCE TBUF r_email_fetch_messages_before_copy_query |
|
57 { |
|
58 buf = qtn_mce_quest_fetch_messages; |
|
59 } |
|
60 |
|
61 RESOURCE TBUF r_email_big_attachment_to_fetch |
|
62 { |
|
63 buf = qtn_mce_conf_large_attachment; |
|
64 } |
|
65 |
|
66 RESOURCE TBUF r_email_undelete_message_query |
|
67 { |
|
68 buf = qtn_query_common_conf_undelete; |
|
69 } |
|
70 |
|
71 RESOURCE TBUF r_email_undelete_many_messages_query |
|
72 { |
|
73 buf = qtn_query_common_conf_undeletes; |
|
74 } |
|
75 |
|
76 RESOURCE NUMBER_INT32 r_email_fetch_attachment_query_limit |
|
77 { |
|
78 value = 300; |
|
79 } |
|
80 RESOURCE TBUF r_imum_delete_many_mails_server_query |
|
81 { |
|
82 buf = qtn_mbxs_conf_mail_del_server; |
|
83 } |
|
84 |
|
85 RESOURCE TBUF r_imum_delete_many_mails_phone_query |
|
86 { |
|
87 buf = qtn_mbxs_conf_mail_del_phone; |
|
88 } |
|
89 |
|
90 RESOURCE TBUF r_imum_error_locked_settigns |
|
91 { |
|
92 buf = qtn_mbxs_err_locked_conn_settings; |
|
93 } |
|
94 |
|
95 // |
|
96 // Connection Operation. |
|
97 // |
|
98 RESOURCE TBUF r_email_connecting_via_iap |
|
99 { |
|
100 buf=qtn_ics_conct_note_txt; |
|
101 } |
|
102 |
|
103 RESOURCE TBUF r_email_disconnect |
|
104 { |
|
105 buf=qtn_ics_wnote_disconn_from_netw; |
|
106 } |
|
107 |
|
108 RESOURCE TBUF r_imas_settings_dialog_updating_folderlist |
|
109 { |
|
110 buf = qtn_mce_settings_mail_update_search; |
|
111 } |
|
112 |
|
113 RESOURCE TBUF80 r_email_svcdelop_dialog_title |
|
114 { |
|
115 buf = qtn_mce_wait_delete_mail; |
|
116 } |
|
117 |
|
118 // End of File |