19
|
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: Profiles application localisation strings.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
// LOCALISATION STRINGS
|
|
21 |
|
|
22 |
//d: Application title (app grid view)
|
|
23 |
//l: cell_app_pane_t1
|
|
24 |
#define qtn_apps_mode_grid "Profiles"
|
|
25 |
|
|
26 |
//d: Application title (app list view)
|
|
27 |
//l: list_single_large_graphic_pane_t1
|
|
28 |
#define qtn_apps_mode_list "Profiles"
|
|
29 |
|
|
30 |
//d: Profile Title Pane text (in Profile Main dialog)
|
|
31 |
//l: title_pane_t2/opt9
|
|
32 |
#define qtn_mode_profiles "Profiles"
|
|
33 |
|
|
34 |
//d: Profile settings list item for ringing tone selection
|
|
35 |
//l: list_setting_pane_t1
|
|
36 |
#define qtn_mode_ringing_tone "Ringing tone"
|
|
37 |
|
|
38 |
//d: Profile settings list item for line 1 ringing tone selection
|
|
39 |
//l: list_setting_pane_t1
|
|
40 |
#define qtn_mode_line1_tone "Line 1 ringing tone"
|
|
41 |
|
|
42 |
//d: Profile settings list item for line 2 ringing tone selection
|
|
43 |
//l: list_setting_pane_t1
|
|
44 |
#define qtn_mode_line2_tone "Line 2 ringing tone"
|
|
45 |
|
|
46 |
//d: Profile settings list item for Video telephone tone selection
|
|
47 |
//d: Added to 2.common wk 30.
|
|
48 |
//l: list_setting_pane_t1
|
|
49 |
#define qtn_mode_vt_tone "Video Call tone"
|
|
50 |
|
|
51 |
// d:Error note shown when a tone can't be set
|
|
52 |
// d:because tone maximum file size is exceeded.
|
|
53 |
// l:popup_note_window
|
|
54 |
// r:3.1
|
|
55 |
#define qtn_profiles_tone_maxsize_error "Unable to use tone. File size exceeds %N kB."
|
|
56 |
|
|
57 |
//d: Profile settings list item for ringing type
|
|
58 |
//l: list_setting_pane_t1
|
|
59 |
#define qtn_mode_ringing_type_2 "Ringing type"
|
|
60 |
|
|
61 |
//d: Profile settings list item for ringing volume
|
|
62 |
//l: list_setting_pane_t1
|
|
63 |
#define qtn_mode_ringing_volume "Ringing volume"
|
|
64 |
|
|
65 |
//d: Profile settings list item for Media volume
|
|
66 |
//l: list_setting_pane_t1
|
|
67 |
#define qtn_profiles_media_volume "Media volume"
|
|
68 |
|
|
69 |
//d: Profile settings list item for message alert tone
|
|
70 |
//l: list_setting_pane_t1
|
|
71 |
#define qtn_mode_message_tone "Message alert tone"
|
|
72 |
|
|
73 |
//d: Profile settings list item for vibrating alert
|
|
74 |
//l: list_setting_pane_t1
|
|
75 |
#define qtn_mode_vibrating_alert "Vibrating alert"
|
|
76 |
|
|
77 |
//d: Profile settings list item for email vibrating alert
|
|
78 |
//l: list_setting_pane_t1
|
|
79 |
#define qtn_profiles_email_vibra "Email Vibrating alert"
|
|
80 |
|
|
81 |
//d: Profile settings list item for keypad tones
|
|
82 |
//l: list_setting_pane_t1
|
|
83 |
#define qtn_mode_keypad_volume "Keypad tones"
|
|
84 |
|
|
85 |
//d: Profile settings list item for warning and game tones
|
|
86 |
//l: list_setting_pane_t1
|
|
87 |
#define qtn_mode_warning_game "Warning and game tones"
|
|
88 |
|
|
89 |
//d: Profile settings list item alert for setting
|
|
90 |
//l: list_setting_pane_t1
|
|
91 |
#define qtn_mode_alert_for "Alert for"
|
|
92 |
|
|
93 |
//d: Profile settings list item for profile name
|
|
94 |
//l: list_setting_pane_t1
|
|
95 |
#define qtn_mode_sett_profile_name "Profile name"
|
|
96 |
|
|
97 |
//d: Profile Settings Item Edit - setting selection data
|
|
98 |
//l: list_set_graphic_pane_t1
|
|
99 |
#define qtn_tc_ringing "Ringing"
|
|
100 |
|
|
101 |
//d: Profile Settings Item Edit - setting selection data
|
|
102 |
//l: list_set_graphic_pane_t1
|
|
103 |
#define qtn_tc_ascending "Ascending"
|
|
104 |
|
|
105 |
//d: Profile Settings Item Edit - setting selection data
|
|
106 |
//l: list_set_graphic_pane_t1
|
|
107 |
#define qtn_tc_ring_once "Ring once"
|
|
108 |
|
|
109 |
//d: Profile Settings Item Edit - setting selection data
|
|
110 |
//l: list_set_graphic_pane_t1
|
|
111 |
#define qtn_tc_beep_once "Beep once"
|
|
112 |
|
|
113 |
//d: Profile Settings Item Edit - setting selection data
|
|
114 |
//l: list_set_graphic_pane_t1
|
|
115 |
#define qtn_tc_silent "Silent"
|
|
116 |
|
|
117 |
//d: Profile Settings Item Edit - setting selection data
|
|
118 |
//l: list_set_graphic_pane_t1
|
|
119 |
//r:2.8
|
|
120 |
#define qtn_mode_warning_game_on "On"
|
|
121 |
|
|
122 |
//d: Profile Settings Item Edit - setting selection data
|
|
123 |
//l: list_set_graphic_pane_t1
|
|
124 |
//r:2.8
|
|
125 |
#define qtn_mode_warning_game_off "Off"
|
|
126 |
|
|
127 |
// LOC STRINGS FOR KEYPAD VOLUME
|
|
128 |
|
|
129 |
//d: Profile Settings Item Edit - setting selection data
|
|
130 |
//l: list_set_graphic_pane_t1
|
|
131 |
//r:3.0
|
|
132 |
#define qtn_tc_keypad_off "Off"
|
|
133 |
|
|
134 |
//d: Profile Settings Item Edit - setting selection data
|
|
135 |
//l: list_set_graphic_pane_t1
|
|
136 |
#define qtn_tc_keypad_quiet "Level 1"
|
|
137 |
|
|
138 |
//d: Profile Settings Item Edit - setting selection data
|
|
139 |
//l: list_set_graphic_pane_t1
|
|
140 |
#define qtn_tc_keypad_medium "Level 2"
|
|
141 |
|
|
142 |
//d: Profile Settings Item Edit - setting selection data
|
|
143 |
//l: list_set_graphic_pane_t1
|
|
144 |
#define qtn_tc_keypad_loud "Level 3"
|
|
145 |
|
|
146 |
//d: Profile Settings Item Edit - setting selection data
|
|
147 |
//l: list_set_graphic_pane_t1
|
|
148 |
#define qtn_tc_all_callers "All callers"
|
|
149 |
|
|
150 |
//d: Profile Settings Item Edit - setting selection data
|
|
151 |
//l: list_set_graphic_pane_t1
|
|
152 |
#define qtn_tc_several_groups "Several groups"
|
|
153 |
|
|
154 |
//d: Message alert tone "None"
|
|
155 |
//l: list_single_graphic_pane_t1_cp2
|
|
156 |
#define qtn_tc_none "None"
|
|
157 |
|
|
158 |
//d: Profile Name Existing Notification Message
|
|
159 |
//l: popup_note_window
|
|
160 |
#define qtn_mode_rename_error "A profile with that name already exists"
|
|
161 |
|
|
162 |
//d: Max Volume Level Notification Message
|
|
163 |
//l: popup_note_window
|
|
164 |
#define qtn_tc_ringing_level_warning "Select maximum volume for ringing tone?"
|
|
165 |
|
|
166 |
//d: Options Menu
|
|
167 |
//l: list_single_pane_t1_cp2
|
|
168 |
#define qtn_mode_change "Change"
|
|
169 |
|
|
170 |
//d: Options Menu
|
|
171 |
//l: list_single_pane_t1_cp2
|
|
172 |
#define qtn_mode_activate "Activate"
|
|
173 |
|
|
174 |
//d: Options Menu
|
|
175 |
//l: list_single_pane_t1_cp2
|
|
176 |
#define qtn_mode_personalise "Personalise"
|
|
177 |
|
|
178 |
//d: File list dialog header
|
|
179 |
//l: heading_pane_t1
|
|
180 |
#define qtn_tc_popup_heading "Select tone: "
|
|
181 |
|
|
182 |
// LOC STRINGS FOR DYNAMIC PROFILES
|
|
183 |
|
|
184 |
//d: Options menu item for creating a new profile
|
|
185 |
//l: list_single_pane_t1_cp2
|
|
186 |
#define qtn_profiles_options_create_new "Create new profile"
|
|
187 |
|
|
188 |
//d: Options menu item for deleting a user created profile
|
|
189 |
//l: list_single_pane_t1_cp2
|
|
190 |
#define qtn_profiles_options_delete "Delete a profile"
|
|
191 |
|
|
192 |
//d: Error note when user tries to delete currently active (selected) profile.
|
|
193 |
//l: popup_note_window
|
|
194 |
#define qtn_profiles_delete_error "Profile in use, cannot delete"
|
|
195 |
|
|
196 |
//d: Error note when user has created maximum number of user created profiles
|
|
197 |
//d: and tries to create one more.
|
|
198 |
//l: popup_note_window
|
|
199 |
#define qtn_profiles_error_maximum "Maximum number of profiles exceeded"
|
|
200 |
|
|
201 |
//d: Confirmation query for deleting a user created profile
|
|
202 |
//l: popup_note_window
|
|
203 |
#define qtn_profiles_conf_delete "Delete profile?"
|
|
204 |
|
|
205 |
// LOC STRINGS FOR TIMED PROFILE
|
|
206 |
|
|
207 |
//d: Options menu item for timed profile feature
|
|
208 |
//l: list_single_pane_t1_cp2
|
|
209 |
#define qtn_profiles_options_timed "Timed"
|
|
210 |
|
|
211 |
//d: A query window where user enters the time when the profile expires
|
|
212 |
//l: popup_query_data_window
|
|
213 |
#define qtn_profiles_setting_expiry_time "Profile expires"
|
|
214 |
|
|
215 |
//d: Information note which shows how much time is left until profile expires
|
|
216 |
//d: 1 hour, 1 minute
|
|
217 |
//l: popup_note_window
|
|
218 |
#define qtn_profiles_conf_singular "Time left until profile expires:\n%0N hour and %1N minute"
|
|
219 |
|
|
220 |
//d: Information note which shows how much time is left until profile expires
|
|
221 |
//d: N hours, N minutes
|
|
222 |
//l: popup_note_window
|
|
223 |
#define qtn_profiles_conf_plural "Time left until profile expires:\n%0N hours and %1N minutes"
|
|
224 |
|
|
225 |
//d: Information note which shows how much time is left until profile expires
|
|
226 |
//d: 1 hour, N minutes
|
|
227 |
//l: popup_note_window
|
|
228 |
#define qtn_profiles_conf_hour_sev_min "Time left until profile expires:\n%0N hour and %1N minutes"
|
|
229 |
|
|
230 |
//d: Information note which shows how much time is left until profile expires
|
|
231 |
//d: N hours, 1 minute
|
|
232 |
//l: popup_note_window
|
|
233 |
#define qtn_profiles_conf_sev_hours_min "Time left until profile expires:\n%0N hours and %1N minute"
|
|
234 |
|
|
235 |
//d: Error note shown if active profile is being timed
|
|
236 |
//l: popup_note_window
|
|
237 |
//w:
|
|
238 |
//r:3.2
|
|
239 |
#define qtn_profiles_error_timing_active_profile "Timing currently active profile is not allowed."
|
|
240 |
|
|
241 |
|
|
242 |
// LOC STRING FOR E-MAIL ALERT TONE
|
|
243 |
|
|
244 |
//d: Profile settings list item for e-mail alert tone
|
|
245 |
//l: list_setting_pane_t1
|
|
246 |
#define qtn_profiles_e_mail_tone "E-Mail alert tone"
|
|
247 |
|
|
248 |
// LOC STRINGS FOR TTS RINGINGTONE
|
|
249 |
|
|
250 |
//d: Profile Settings list item for Text-to-Speech ringingtone
|
|
251 |
//l: list_setting_pane_t1
|
|
252 |
//w:
|
|
253 |
//r:3.0
|
|
254 |
#define qtn_mode_tts_ringing_tone "Say caller’s name"
|
|
255 |
|
|
256 |
//d: Profile Settings Item Edit - setting selection data
|
|
257 |
//l: list_set_graphic_pane_t1
|
|
258 |
//w:
|
|
259 |
//r:3.0
|
|
260 |
#define qtn_mode_tts_ringing_tone_on "On"
|
|
261 |
|
|
262 |
//d: Profile Settings Item Edit - setting selection data
|
|
263 |
//l: list_set_graphic_pane_t1
|
|
264 |
//w:
|
|
265 |
//r:3.0
|
|
266 |
#define qtn_mode_tts_ringing_tone_off "Off"
|
|
267 |
|
|
268 |
// LOC STRINGS FOR VIBRA SETTING
|
|
269 |
|
|
270 |
//d: Profile Settings Item Edit - setting selection data
|
|
271 |
//l: list_set_graphic_pane_t1
|
|
272 |
//r:3.0
|
|
273 |
#define qtn_mode_vibrating_alert_on "On"
|
|
274 |
|
|
275 |
//d: Profile Settings Item Edit - setting selection data
|
|
276 |
//l: list_set_graphic_pane_t1
|
|
277 |
//r:3.0
|
|
278 |
#define qtn_mode_vibrating_alert_off "Off"
|
|
279 |
|
|
280 |
//d: Profile Settings Item Edit - setting selection data
|
|
281 |
//l: list_set_graphic_pane_t1
|
|
282 |
//r:3.0
|
|
283 |
#define qtn_mode_email_vibra_on "On"
|
|
284 |
|
|
285 |
//d: Profile Settings Item Edit - setting selection data
|
|
286 |
//l: list_set_graphic_pane_t1
|
|
287 |
//r:3.0
|
|
288 |
#define qtn_mode_email_vibra_off "Off"
|
|
289 |
|
|
290 |
// LOC STRINGS FOR POC SETTING
|
|
291 |
|
|
292 |
//d: Profile settings list item for PTT ringing tone selection
|
|
293 |
//l: list_setting_pane_t1
|
|
294 |
//w:
|
|
295 |
//r:3.1
|
|
296 |
#define qtn_poc_profile_ringing_tone "PTT ringing tone"
|
|
297 |
|
|
298 |
//d: Profile settings list item for PTT status
|
|
299 |
//l: list_setting_pane_t1
|
|
300 |
//w:
|
|
301 |
//r:3.1
|
|
302 |
#define qtn_poc_profile_status "PTT status"
|
|
303 |
|
|
304 |
//d: Profile Settings Item Edit - setting selection data
|
|
305 |
//l: list_set_graphic_pane_t1
|
|
306 |
//w:
|
|
307 |
//r:3.1
|
|
308 |
#define qtn_poc_profile_status_active "Active"
|
|
309 |
|
|
310 |
//d: Profile Settings Item Edit - setting selection data
|
|
311 |
//l: list_set_graphic_pane_t1
|
|
312 |
//w:
|
|
313 |
//r:3.1
|
|
314 |
#define qtn_poc_profile_status_silent "Silent"
|
|
315 |
|
|
316 |
//d: Profile Settings Item Edit - setting selection data
|
|
317 |
//l: list_set_graphic_pane_t1
|
|
318 |
//w:
|
|
319 |
//r:3.1
|
|
320 |
#define qtn_poc_profile_status_dnd "Do not Disturb"
|
|
321 |
|
|
322 |
// LOC STRINGS FOR AUDIO FILE EXISTENCE CHECK
|
|
323 |
|
|
324 |
//d: Tone file not found Confirmation Note text
|
|
325 |
//d: %U name of the file
|
|
326 |
//l: popup_note_window
|
|
327 |
//r:3.1
|
|
328 |
#define qtn_profiles_confirm_ringtone_found "%U file cannot be found. Default tone is used instead."
|
|
329 |
|
|
330 |
// LOC STRINGS FOR 3D RINGINGTONE
|
|
331 |
|
|
332 |
//d: Profile settings list item for 3d effect
|
|
333 |
//l: list_setting_pane_t1
|
|
334 |
//r:5.0
|
|
335 |
#define qtn_profiles_tone_3d_effect "Ringing 3-D effect"
|
|
336 |
|
|
337 |
//d: Profile Settings Item Edit - setting selection data
|
|
338 |
//l: list_set_graphic_pane_t1
|
|
339 |
//r:5.0
|
|
340 |
#define qtn_profiles_3d_effect_off "Off"
|
|
341 |
|
|
342 |
//d: Profile Settings Item Edit - setting selection data
|
|
343 |
//l: list_set_graphic_pane_t1
|
|
344 |
//r:5.0
|
|
345 |
#define qtn_profiles_3d_effect_circle "Circle"
|
|
346 |
|
|
347 |
//d: Profile Settings Item Edit - setting selection data
|
|
348 |
//l: list_set_graphic_pane_t1
|
|
349 |
//r:5.0
|
|
350 |
#define qtn_profiles_3d_effect_flyby "Flyby"
|
|
351 |
|
|
352 |
//d: Profile Settings Item Edit - setting selection data
|
|
353 |
//l: list_set_graphic_pane_t1
|
|
354 |
//r:5.0
|
|
355 |
#define qtn_profiles_3d_effect_zig_zag "Zig-Zag"
|
|
356 |
|
|
357 |
//d: Profile Settings Item Edit - setting selection data
|
|
358 |
//l: list_set_graphic_pane_t1
|
|
359 |
//r:5.0
|
|
360 |
#define qtn_profiles_3d_effect_random_walk "Random walk"
|
|
361 |
|
|
362 |
//d: Profile Settings Item Edit - setting selection data
|
|
363 |
//l: list_set_graphic_pane_t1
|
|
364 |
//r:5.0
|
|
365 |
#define qtn_profiles_3d_effect_chaos "Chaos"
|
|
366 |
|
|
367 |
//d: Profile Settings Item Edit - setting selection data
|
|
368 |
//l: list_set_graphic_pane_t1
|
|
369 |
//r:5.0
|
|
370 |
#define qtn_profiles_3d_effect_stereo_widening "Stereo widening"
|
|
371 |
|
|
372 |
//d: Profile settings list item for 3d echo
|
|
373 |
//l: list_setting_pane_t1
|
|
374 |
//r:5.0
|
|
375 |
#define qtn_profiles_tone_3d_echo "Ringing 3-D echo"
|
|
376 |
|
|
377 |
//d: Profile Settings Item Edit - setting selection data
|
|
378 |
//l: list_set_graphic_pane_t1
|
|
379 |
//r:5.0
|
|
380 |
#define qtn_profiles_3d_echo_off "Off"
|
|
381 |
|
|
382 |
//d: Profile Settings Item Edit - setting selection data
|
|
383 |
//l: list_set_graphic_pane_t1
|
|
384 |
//r:5.0
|
|
385 |
#define qtn_profiles_3d_echo_living_room "Living room"
|
|
386 |
|
|
387 |
//d: Profile Settings Item Edit - setting selection data
|
|
388 |
//l: list_set_graphic_pane_t1
|
|
389 |
//r:5.0
|
|
390 |
#define qtn_profiles_3d_echo_cave "Cave"
|
|
391 |
|
|
392 |
//d: Profile Settings Item Edit - setting selection data
|
|
393 |
//l: list_set_graphic_pane_t1
|
|
394 |
//r:5.0
|
|
395 |
#define qtn_profiles_3d_echo_stone_corridor "Stone Corridor"
|
|
396 |
|
|
397 |
//d: Profile Settings Item Edit - setting selection data
|
|
398 |
//l: list_set_graphic_pane_t1
|
|
399 |
//r:5.0
|
|
400 |
#define qtn_profiles_3d_echo_forest "Forest"
|
|
401 |
|
|
402 |
//d: Profile Settings Item Edit - setting selection data
|
|
403 |
//l: list_set_graphic_pane_t1
|
|
404 |
//r:5.0
|
|
405 |
#define qtn_profiles_3d_echo_sewer_pipe "Sewer pipe"
|
|
406 |
|
|
407 |
//d: Profile Settings Item Edit - setting selection data
|
|
408 |
//l: list_set_graphic_pane_t1
|
|
409 |
//r:5.0
|
|
410 |
#define qtn_profiles_3d_echo_underwater "Underwater"
|
|
411 |
|
|
412 |
// LOC STRINGS FOR AUDIO AND TACTILE FEEDBACK
|
|
413 |
|
|
414 |
//d: Profile settings list item for tactile feedback
|
|
415 |
//l: list_setting_pane_t1
|
|
416 |
//r:5.0
|
|
417 |
#define qtn_mode_tactile_feedback "Tactile feedback"
|
|
418 |
|
|
419 |
//d: Profile Settings Item Edit - setting selection data
|
|
420 |
//l: list_set_graphic_pane_t1
|
|
421 |
//r:5.0
|
|
422 |
#define qtn_mode_tactile_feedback_off "Off"
|
|
423 |
|
|
424 |
//d: Profile Settings Item Edit - setting selection data
|
|
425 |
//l: list_set_graphic_pane_t1
|
|
426 |
//r:5.0
|
|
427 |
#define qtn_mode_tactile_feedback_level1 "Level 1"
|
|
428 |
|
|
429 |
//d: Profile Settings Item Edit - setting selection data
|
|
430 |
//l: list_set_graphic_pane_t1
|
|
431 |
//r:5.0
|
|
432 |
#define qtn_mode_tactile_feedback_level2 "Level 2"
|
|
433 |
|
|
434 |
//d: Profile Settings Item Edit - setting selection data
|
|
435 |
//l: list_set_graphic_pane_t1
|
|
436 |
//r:5.0
|
|
437 |
#define qtn_mode_tactile_feedback_level3 "Level 3"
|
|
438 |
|
|
439 |
//d: Profile settings list item for tactile feedback
|
|
440 |
//l: list_setting_pane_t1
|
|
441 |
//r:5.0
|
|
442 |
#define qtn_mode_audio_feedback "Audio feedback"
|
|
443 |
|
|
444 |
//d: Profile Settings Item Edit - setting selection data
|
|
445 |
//l: list_set_graphic_pane_t1
|
|
446 |
//r:5.0
|
|
447 |
#define qtn_mode_audio_feedback_off "Off"
|
|
448 |
|
|
449 |
//d: Profile Settings Item Edit - setting selection data
|
|
450 |
//l: list_set_graphic_pane_t1
|
|
451 |
//r:5.0
|
|
452 |
#define qtn_mode_audio_feedback_level1 "Level 1"
|
|
453 |
|
|
454 |
//d: Profile Settings Item Edit - setting selection data
|
|
455 |
//l: list_set_graphic_pane_t1
|
|
456 |
//r:5.0
|
|
457 |
#define qtn_mode_audio_feedback_level2 "Level 2"
|
|
458 |
|
|
459 |
//d: Profile Settings Item Edit - setting selection data
|
|
460 |
//l: list_set_graphic_pane_t1
|
|
461 |
//r:5.0
|
|
462 |
#define qtn_mode_audio_feedback_level3 "Level 3"
|
|
463 |
|
|
464 |
// Power save mode
|
|
465 |
|
|
466 |
// d:Error note shown when editing is blocked because of power save mode
|
|
467 |
// l:popup_note_window
|
|
468 |
// r:5.0
|
|
469 |
#define qtn_power_saving_protected_settings_infonote "Power saving is active. Unable to edit."
|
|
470 |
|
|
471 |
// End of File
|