|
1 /* |
|
2 * Copyright (c) 2005 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: Logical Strings definition for BLID Satellite Info |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <bldvariant.hrh> |
|
20 |
|
21 /** |
|
22 * Default (implementation English) Resource localisation file. |
|
23 */ |
|
24 |
|
25 // LOCALISATION STRINGS |
|
26 |
|
27 //d:Heading pane for satellite |
|
28 //d:data pop-up window |
|
29 //l:heading_pane_t1 |
|
30 // |
|
31 #define qtn_blid_note_sat_heading "Satellite signals:" |
|
32 |
|
33 //d:Text to be displayed in satellite info list box |
|
34 //d:when satellite data is unavailable |
|
35 //l:main_list_empty_pane/opt1 |
|
36 //w: |
|
37 //r:3.0 |
|
38 // |
|
39 #define qtn_blid_note_no_satellite_data "No satellite data available" |
|
40 |
|
41 //d:Text when GPS is not connected |
|
42 //l:popup_note_window |
|
43 //w: |
|
44 //r:3.0 |
|
45 // |
|
46 #define qtn_blid_note_no_gps "Connect GPS" |
|
47 |
|
48 //d:Text for satellite id for both |
|
49 //d:signal strength and graphical views |
|
50 //l:compass_pane_t4/opt2 |
|
51 //w: |
|
52 //r:3.2 |
|
53 // |
|
54 #define qtn_blid_satellite_id "%N" |
|
55 |
|
56 //d:Command text to change view in the satellite dialog |
|
57 //l:control_pane_t1/opt7 |
|
58 //w: |
|
59 //r:3.2 |
|
60 // |
|
61 #define qtn_blid_sat_change_view "Change" |
|
62 |
|
63 //d:Point of the Navigation |
|
64 //d:character(North) |
|
65 //l:compass_pane_t4/opt2 |
|
66 //r: 3.2 |
|
67 // |
|
68 #define qtn_blid_sat_symbol_north "N" |
|
69 |
|
70 //d:Point of the Navigation |
|
71 //d:character(South) |
|
72 //l:compass_pane_t4/opt2 |
|
73 //r: 3.2 |
|
74 // |
|
75 #define qtn_blid_sat_symbol_south "S" |
|
76 |
|
77 //d:Point of the Navigation |
|
78 //d:character(West) |
|
79 //l:compass_pane_t4/opt2 |
|
80 //r: 3.2 |
|
81 // |
|
82 #define qtn_blid_sat_symbol_west "W" |
|
83 |
|
84 //d:Point of the Navigation |
|
85 //d:character(East) |
|
86 //l:compass_pane_t4/opt2 |
|
87 //r: 3.2 |
|
88 // |
|
89 #define qtn_blid_sat_symbol_east "E" |
|
90 |
|
91 |
|
92 //d:Heading pane for satellite signal strength view |
|
93 //d:data pop-up window |
|
94 //l:heading_pane_t1 |
|
95 //r: 3.2 |
|
96 // |
|
97 #define qtn_blid_sat_heading_signals "Signal strengths:" |
|
98 |
|
99 //d:Heading pane for satellite graphical view |
|
100 //d:data pop-up window |
|
101 //l:heading_pane_t1 |
|
102 //r: 3.2 |
|
103 // |
|
104 #define qtn_blid_sat_heading_graphic "Satellite display:" |
|
105 |
|
106 //d:Heading pane for compass view |
|
107 //d:data pop-up window |
|
108 //l:heading_pane_t1 |
|
109 //r: 3.2 |
|
110 // |
|
111 #define qtn_blid_sat_heading_compass "Compass view:" |
|
112 |
|
113 //d:Point of the Compass |
|
114 //d:character(West) |
|
115 //l:blid_firmament_pane_t1/opt1 |
|
116 //r: 3.2 |
|
117 // |
|
118 #define qtn_blid_sat_compass_west "W" |
|
119 |
|
120 //d:Point of the Compass |
|
121 //d:character(East) |
|
122 //l:blid_firmament_pane_t2/opt1 |
|
123 //r: 3.2 |
|
124 // |
|
125 #define qtn_blid_sat_compass_east "E" |
|
126 |
|
127 //d:Point of the Compass |
|
128 //d:character(North) |
|
129 //l:blid_firmament_pane_t3/opt1 |
|
130 //r: 3.2 |
|
131 // |
|
132 #define qtn_blid_sat_compass_north "N" |
|
133 |
|
134 //d:Point of the Compass |
|
135 //d:character(South) |
|
136 //l:blid_firmament_pane_t4/opt1 |
|
137 //r: 3.2 |
|
138 // |
|
139 #define qtn_blid_sat_compass_south "S" |
|
140 |
|
141 //d:Altitude String in Compass View |
|
142 //d:data pop-up window |
|
143 //l:popup_blid_sat_info2_window_t5 |
|
144 //r: 3.2 |
|
145 // |
|
146 #define qtn_blid_sat_compass_altitude "Altitude:" |
|
147 |
|
148 //d:Speed String in Compass View |
|
149 //d:data pop-up window |
|
150 //l:popup_blid_sat_info2_window_t7 |
|
151 //r: 3.2 |
|
152 // |
|
153 #define qtn_blid_sat_compass_speed "Speed:" |
|
154 |
|
155 //d:Direction String in Compass View |
|
156 //d:data pop-up window |
|
157 //l:popup_blid_sat_info2_window_t9 |
|
158 //r: 3.2 |
|
159 // |
|
160 #define qtn_blid_sat_compass_direction "Direction:" |
|
161 |
|
162 //d:Metric Format for Speed in Compass View |
|
163 //d:Format(Metric) |
|
164 //l:popup_blid_sat_info2_window_t8 |
|
165 //r: 3.2 |
|
166 // |
|
167 #define qtn_blid_sat_compass_speed_kmph "%0U km/h" |
|
168 |
|
169 //d:Imperial Format for Speed in Compass View |
|
170 //d:Format(Imperial) |
|
171 //l:popup_blid_sat_info2_window_t8 |
|
172 //r: 3.2 |
|
173 // |
|
174 #define qtn_blid_sat_compass_speed_mph "%0U mph" |
|
175 |
|
176 //d:Metric Format for length in Compass View |
|
177 //d:Format(Metric) |
|
178 //popup_blid_sat_info2_window_t6 |
|
179 //r: 3.2 |
|
180 // |
|
181 #define qtn_blid_sat_compass_altitude_meter "%0N m" |
|
182 |
|
183 //d:Imperial Format for length in Compass View |
|
184 //d:Format(Imperial) |
|
185 //l:popup_blid_sat_info2_window_t6 |
|
186 //r: 3.2 |
|
187 // |
|
188 #define qtn_blid_sat_compass_altitude_feet "%0N ft" |
|
189 |
|
190 //d:Degree Format in Compass View |
|
191 //d:Format(Degree) |
|
192 //l:popup_blid_sat_info2_window_t10 |
|
193 //r: 3.2 |
|
194 // |
|
195 #define qtn_blid_sat_degree "%0N°" |
|
196 |
|
197 //d:Type of Fix in Compass View |
|
198 //d:2D String |
|
199 //l:popup_blid_sat_info2_window_t11 |
|
200 //r: 3.2 |
|
201 // |
|
202 #define qtn_blid_sat_compass_2d "2D" |
|
203 |
|
204 //d:Type of Fix in Compass View |
|
205 //d:3D String |
|
206 //l:popup_blid_sat_info2_window_t11 |
|
207 //r: 3.2 |
|
208 // |
|
209 #define qtn_blid_sat_compass_3d "3D" |