|
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: Localised strings defined in MCE spec for Template Editor. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 //d:Title of List of templates. |
|
21 //l:title_pane_t2/opt12 |
|
22 // |
|
23 #define qtn_mce_title_temp "Templates" |
|
24 |
|
25 //d:Open selected template |
|
26 //l:list_single_pane_t1_cp2 |
|
27 // |
|
28 #define qtn_mce_open "Open" |
|
29 |
|
30 //d:Delete template. |
|
31 //l:list_single_pane_t1_cp2 |
|
32 // |
|
33 #define qtn_mce_delete "Delete" |
|
34 |
|
35 //d:Create a new template. |
|
36 //l:list_single_pane_t1_cp2 |
|
37 // |
|
38 #define qtn_mce_org_new "New template" |
|
39 |
|
40 //d:Delete single template confirmation query. |
|
41 //d:Max length of this string is 256 because this is used from TBUF256. |
|
42 //l:popup_note_window |
|
43 // |
|
44 #define qtn_query_common_conf_delete_te "Delete template?" |
|
45 |
|
46 //d:Delete multiple templates confirmation query. |
|
47 //d:Max length of this string is 256 because this is used from TBUF256. |
|
48 //l:popup_note_window |
|
49 // |
|
50 #define qtn_query_common_conf_delete_ts "Delete %N templates?" |
|
51 |
|
52 //d:A wait note text in deleting single template. |
|
53 //d:Max length of this string is 256 because this is used from TBUF256. |
|
54 //l:popup_note_wait_window |
|
55 // |
|
56 #define qtn_mce_wait_delete_temp "Deleting template" |
|
57 |
|
58 //d:A wait note text in deleting single template. |
|
59 //d:Max length of this string is 256 because this is used from TBUF256. |
|
60 //l:popup_note_wait_window |
|
61 // |
|
62 #define qtn_mce_wait_delete_templates "Deleting template %0N of %1N" |
|
63 |
|
64 //d:In case there are no templates on a list, this is seen at main pane. |
|
65 //d:Max length of this string is 80 because this is used from TBUF80. |
|
66 //l:main_list_empty_pane |
|
67 // |
|
68 #define qtn_mce_no_templates "No templates" |
|
69 |
|
70 //d:1st default template as a factory setting. |
|
71 //l:list_single_pane_t1 |
|
72 // |
|
73 #define text_sms_temp_1 "Please call" |
|
74 |
|
75 //d:2nd default template as a factory setting. |
|
76 //l:list_single_pane_t1 |
|
77 // |
|
78 #define text_sms_temp_2 "I'm at home. Please call" |
|
79 |
|
80 //d:3rd default template as a factory setting. |
|
81 //l:list_single_pane_t1 |
|
82 // |
|
83 #define text_sms_temp_3 "I'm at work. Please call" |
|
84 |
|
85 //d:4th default template as a factory setting. |
|
86 //l:list_single_pane_t1 |
|
87 // |
|
88 #define text_sms_temp_4 "I'm in a meeting, call me later at" |
|
89 |
|
90 //d:5th default template as a factory setting. |
|
91 //l:list_single_pane_t1 |
|
92 // |
|
93 #define text_sms_temp_5 "Meeting is cancelled" |
|
94 |
|
95 //d:6th default template as a factory setting. |
|
96 //l:list_single_pane_t1 |
|
97 // |
|
98 #define text_sms_temp_6 "I am late. I will be there at" |
|
99 |
|
100 //d:7th default template as a factory setting. |
|
101 //l:list_single_pane_t1 |
|
102 // |
|
103 #define text_sms_temp_7 "See you in" |
|
104 |
|
105 //d:8th default template as a factory setting. |
|
106 //l:list_single_pane_t1 |
|
107 // |
|
108 #define text_sms_temp_8 "See you at" |
|
109 |
|
110 //d:9th default template as a factory setting. |
|
111 //l:list_single_pane_t1 |
|
112 // |
|
113 #define text_sms_temp_9 "Sorry, I can't help you on this." |
|
114 |
|
115 //d:10th default template as a factory setting. |
|
116 //l:list_single_pane_t1 |
|
117 // |
|
118 #define text_sms_temp_10 "I will be arriving at" |
|
119 |
|
120 // End of File |