1 /* |
|
2 * Copyright (c) 2006-2006 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: Localization strings for Project ProfilesGsTonesPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 /* |
|
20 The syntax of a logical name entry in this file is the following: |
|
21 |
|
22 // d:context description (line 1) |
|
23 // d:context description (line N) |
|
24 // l:layout id |
|
25 // w: |
|
26 // r:release information |
|
27 // |
|
28 #define qtn_<?feature_or_application>_?freetext "?text" |
|
29 |
|
30 where |
|
31 "qtn_" starts a logical name. Note: "text_" has been used in |
|
32 old logical names, but is deprecated. |
|
33 "?feature/application" is 2-5 lower-case characters and/or numbers |
|
34 identifying the larger context of the display text. |
|
35 "?freetext" is the free text portion of the logical name. |
|
36 It may contain only lower-case letters ('a' to 'z'), numbers |
|
37 ('0' to '9'), and the underscore ('_'). The total length of |
|
38 the logical name does must not exceed 50 characters. |
|
39 "d:" Starts a description line clarifying the entry's context with |
|
40 information like: |
|
41 - Is a word a verb in imperative or is it a noun? (For instance, |
|
42 what does "Set" mean?) |
|
43 - What will replace %U (unicode text parameter) or %N (number |
|
44 parameter) included in texts? (For instance, is it a phone |
|
45 number or an e-mail address?) |
|
46 "l:" Starts a layout id information (one line). |
|
47 "P" and "No" are symbols in LAF's information table |
|
48 - "P" is parent pane or current pane |
|
49 - "No" is reference number in table |
|
50 "r:" Starts a release information: one line indicating in which |
|
51 S60 release the text was used for the first time. |
|
52 |
|
53 */ |
|
54 |
|
55 |
|
56 // d:List pane text in General Settings Personalisation view. |
|
57 // l:list_setting_pane_t1 |
|
58 // r:3.1u |
|
59 // |
|
60 #define qtn_set_pers_tones "Tones" |
|
61 |
|
62 // d:Title pane text in General Settings Tones view. |
|
63 // l:title_pane_t2/opt9 |
|
64 // r:3.1u |
|
65 // |
|
66 #define qtn_set_title_pers_tones "Tones" |
|
67 |
|
68 // d:List pane text for calendar alert tone in General Settings Tones view. |
|
69 // l:list_setting_pane_t1 |
|
70 // r:3.1u |
|
71 // |
|
72 #define qtn_profiles_calendar_tone "Calendar alert tone" |
|
73 |
|
74 // d:List pane text for clock alert tone in General Settings Tones view. |
|
75 // l:list_setting_pane_t1 |
|
76 // r:3.1u |
|
77 // |
|
78 #define qtn_profiles_clock_tone "Clock alert tone" |
|
79 |
|
80 //d:Default tone selection choice in alarm tone list for Calendar and Clock |
|
81 //l:list_set_graphic_pane_t1 |
|
82 // |
|
83 #define qtn_tc_no_personal_tone "Default tone" |
|
84 |
|
85 //d: Notification about updating of Tones View when the active profile is |
|
86 //d: changed. |
|
87 //l: popup_note_window |
|
88 #define qtn_profiles_info_tones_view_updated "Active profile changed. View updated." |
|
89 |
|
90 // LOC STRINGS FOR HAC HEARING AID SETTING |
|
91 |
|
92 // d:List pane text for hearing aid setting in General Settings Tones view. |
|
93 // l:list_setting_pane_t1 |
|
94 // r:3.1 |
|
95 // |
|
96 #define qtn_set_audio_hac_mode "T-coil hearing aid mode" |
|
97 |
|
98 //d: Profile GS Tones View Settings Item Edit - setting selection data |
|
99 //l: list_set_graphic_pane_t1 |
|
100 //r:3.1 |
|
101 #define qtn_set_audio_hac_mode_on "On" |
|
102 |
|
103 //d: Profile GS Tones View Settings Item Edit - setting selection data |
|
104 //l: list_set_graphic_pane_t1 |
|
105 //r:3.1 |
|
106 #define qtn_set_audio_hac_mode_off "Off" |
|
107 |
|
108 // End of File |
|
109 |
|