|
1 /* |
|
2 * Copyright (c) 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 file Location Triggering Management Plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 /** |
|
20 * Default (implementation English) Resource localisation file. |
|
21 */ |
|
22 |
|
23 // LOCALISATION STRINGS |
|
24 |
|
25 //d: Title pane text for Location Triggering Management settings |
|
26 //l: title_pane_t2/opt9 |
|
27 //r: 9.1tb |
|
28 // |
|
29 #define qtn_loctr_title_text_lt "Location triggering" |
|
30 |
|
31 //d: List box Settings item for Triggering |
|
32 //l: list_setting_pane_t1 |
|
33 //r: 9.1tb |
|
34 // |
|
35 #define qtn_loctr_list_lbl_triggering "Triggering" |
|
36 |
|
37 //d: Settings value for Triggering, Indicates the Location Triggering is On |
|
38 //l: list_set_graphic_pane_t1 |
|
39 //r: 9.1tb |
|
40 // |
|
41 #define qtn_loctr_list_value_trigger_on "On" |
|
42 |
|
43 //d: Settings value for Triggering, Indicates the Location Triggering is Off |
|
44 //l: list_set_graphic_pane_t1 |
|
45 //r: 9.1tb |
|
46 // |
|
47 #define qtn_loctr_list_value_trigger_off "Off" |
|
48 |
|
49 //d: Confirmatiom message when triggering mechanism is set to OFF |
|
50 //d: there are active triggers |
|
51 //l: popup_note_window |
|
52 //r: 9.1tb |
|
53 // |
|
54 #define qtn_loctr_note_turnoff "There are active triggers. Turn off anyway" |
|
55 |
|
56 //d: List box Settings item when no Active triggers exist |
|
57 //l: list_setting_pane_t1 |
|
58 //r: 9.1tb |
|
59 // |
|
60 #define qtn_loctr_list_no_active_trigger "No Active triggers exist" |
|
61 |
|
62 //d: List box Settings item when Active triggers exist |
|
63 //l: list_setting_pane_t1 |
|
64 //r: 9.1tb |
|
65 // |
|
66 #define qtn_loctr_list_active_trigger "%N Active triggers exist" |
|
67 |
|
68 //d: List box Settings item when 1 Active trigger exist |
|
69 //l: list_setting_pane_t1 |
|
70 //r: 9.1tb |
|
71 // |
|
72 #define qtn_loctr_one_active_trigger "1 Active trigger exist" |
|
73 |
|
74 //d: Middle soft Key string when the focus is on Active triggers. |
|
75 //l: control_pane_t3/opt7 |
|
76 //r: 9.1tb |
|
77 // |
|
78 #define qtn_msk_loctr_info "Info" |
|
79 |
|
80 //d: Menu Item to show info about the Active triggers |
|
81 //l: list_single_pane_t1_cp2 |
|
82 //r: 9.1tb |
|
83 // |
|
84 #define qtn_options_loctr_info "Info" |
|
85 |
|
86 //d: Menu Item for Clear all the Triggers |
|
87 //l: list_single_pane_t1_cp2 |
|
88 //r: 9.1tb |
|
89 // |
|
90 #define qtn_options_loctr_clear_triggers "Clear triggers" |
|
91 |
|
92 //d: Text to display in Message Query, if there are active triggers |
|
93 //l: popup_info_list_pane_t1 |
|
94 //r: 9.1tb |
|
95 // |
|
96 #define qtn_loctr_info_popup_text "There are active location triggers. Individual triggers can be managed in applications where created. All active triggers can be cleared from options menu." |
|
97 |
|
98 //d: Confirmation String to Clear all Triggers |
|
99 //l: popup_note_window/opt1 |
|
100 //r: 9.1tb |
|
101 // |
|
102 #define qtn_loctr_note_cleartriggers "Clear all active triggers" |
|
103 |
|
104 // End of file |