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: Localisation file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 // l: param specified in Series_60_3_0_QVGA_Portrait_Application_LAF_Document_1.0.pdf |
|
22 |
|
23 //d:----------------------------------------------------------- |
|
24 //d:APPLICATION TITLES |
|
25 //d:----------------------------------------------------------- |
|
26 |
|
27 //d:Title of the application on the title pane |
|
28 //l:title_pane_t2/opt9 |
|
29 //w: |
|
30 //r:3.1 |
|
31 #define qtn_fota_title "Download" |
|
32 |
|
33 //d:Updating progress bar |
|
34 //l:popup_note_wait_window |
|
35 //w: |
|
36 //r:3.1 |
|
37 #define qtn_fota_wait_downloading "Downloading" |
|
38 |
|
39 //d:Updating progress bar |
|
40 //l:popup_note_wait_window |
|
41 //w: |
|
42 //r:3.1 |
|
43 #define qtn_fota_wait_installing "Updating..." |
|
44 |
|
45 //d:restarting note after updating |
|
46 //l:popup_note_window |
|
47 //w: |
|
48 //r:3.1 |
|
49 #define qtn_fota_restarting_phone "Restarting phone" |
|
50 |
|
51 |
|
52 //d:radio button item to display 1 hour |
|
53 //l:list_set_graphic_pane_t1 |
|
54 //w: |
|
55 //r:3.2 |
|
56 #define qtn_fota_reminder_1_hour "1 hour" |
|
57 |
|
58 //d:radio button item to display 4 hour |
|
59 //l:list_set_graphic_pane_t1 |
|
60 //w: |
|
61 //r:3.2 |
|
62 #define qtn_fota_reminder_4_hours "4 hours" |
|
63 |
|
64 //d:radio button item to display 1 day |
|
65 //l:list_set_graphic_pane_t1 |
|
66 //w: |
|
67 //r:3.2 |
|
68 #define qtn_fota_reminder_1_day "1 day" |
|
69 |
|
70 //d:radio button item to display 3 days |
|
71 //l:list_set_graphic_pane_t1 |
|
72 //w: |
|
73 //r:3.2 |
|
74 #define qtn_fota_reminder_3_days "3 days" |
|
75 |
|
76 //d:radio button item to display no remainder |
|
77 //l:list_set_graphic_pane_t1 |
|
78 //w: |
|
79 //r:3.2 |
|
80 #define qtn_fota_no_reminder "No reminder" |
|
81 |
|
82 //d:Title of the radio button setting page on the title pane |
|
83 //l:title_pane_t2/opt9 |
|
84 //w: |
|
85 //r:3.2 |
|
86 #define qtn_apps_dm_title "Device Manager" |
|
87 |
|
88 |
|
89 //d:Title of the radio button setting page, placed on control itself |
|
90 //l:list_setting_pane_t1 |
|
91 //w: |
|
92 //r:3.2 |
|
93 #define qtn_fota_reminder_setting "Remind after" |
|
94 |
|
95 |
|
96 //d:radio button item to display 1 minute |
|
97 //l:list_set_graphic_pane_t1 |
|
98 //w: |
|
99 //r:5.0 |
|
100 #define qtn_fota_reminder_1_minute "1 minute" |
|
101 |
|
102 //d:radio button item to display %N minutes |
|
103 //l:list_set_graphic_pane_t1 |
|
104 //w: |
|
105 //r:5.0 |
|
106 #define qtn_fota_reminder_minutes "%N minutes" |
|
107 |
|
108 //d:radio button item to display %N hours |
|
109 //l:list_set_graphic_pane_t1 |
|
110 //w: |
|
111 //r:5.0 |
|
112 #define qtn_fota_reminder_hours "%N hours" |
|
113 |
|
114 //d:radio button item to display %N days |
|
115 //l:list_set_graphic_pane_t1 |
|
116 //w: |
|
117 //r:5.0 |
|
118 #define qtn_fota_reminder_days "%N days" |
|
119 |
|
120 //d:Progress bar shown during decryption operation |
|
121 //l:popup_note_wait_window |
|
122 //w: |
|
123 //r:5.2 |
|
124 #define qtn_fota_decrypting_encrypt_process "Decrypting" |
|
125 |
|
126 //d:Progress bar shown during encryption operation |
|
127 //l:popup_note_wait_window |
|
128 //w: |
|
129 //r:5.2 |
|
130 #define qtn_fota_encrypting_encrypt_process "Encrypting" |
|
131 |
|
132 // End of File |
|