|
1 /* |
|
2 * Copyright (c) 2008 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 locbtnotifier |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // Localization Strings for Bluetooth Notifiers |
|
20 |
|
21 //d: GPS antenna connected dialog text |
|
22 //l: popup_note_window |
|
23 //w: |
|
24 //r: 5.1 |
|
25 // |
|
26 #define qtn_loc_psy_ext_antenna_connected "GPS antenna connected" |
|
27 |
|
28 //d: GPS antenna disconnected dialog text |
|
29 //l: popup_note_window |
|
30 //w: |
|
31 //r: 5.1 |
|
32 // |
|
33 #define qtn_loc_psy_ext_antenna_disconnected "GPS antenna disconnected" |
|
34 |
|
35 //d: GPS charger connected dialog text |
|
36 //l: popup_note_window |
|
37 //w: |
|
38 //r: 5.1 |
|
39 // |
|
40 #define qtn_loc_psy_ext_power_connected "GPS charger connected" |
|
41 |
|
42 //d: GPS charger disconnected dialog text |
|
43 //l: popup_note_window |
|
44 //w: |
|
45 //r: 5.1 |
|
46 // |
|
47 #define qtn_loc_psy_ext_power_disconnected "GPS charger disconnected" |
|
48 |
|
49 //d: GPS battery low dialog text |
|
50 //l: popup_note_window |
|
51 //w: |
|
52 //r: 5.1 |
|
53 // |
|
54 #define qtn_loc_psy_battery_low "GPS battery low" |
|
55 |
|
56 //d: GPS battery full dialog text |
|
57 //l: popup_note_window |
|
58 //w: |
|
59 //r: 5.1 |
|
60 // |
|
61 #define qtn_loc_psy_battery_full "GPS battery full" |
|
62 |
|
63 // End of File |