equal
deleted
inserted
replaced
|
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 wlanindicatorplugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // d:One unknown network found. |
|
21 // l:list_single_uniindi_pane_t1 |
|
22 // r:5.0 |
|
23 // |
|
24 #define qtn_uni_ind_wlan_avail_unknown "WLAN network found" |
|
25 |
|
26 // d:Multiple unknown networks found. |
|
27 // l:list_single_uniindi_pane_t1 |
|
28 // r:5.0 |
|
29 // |
|
30 #define qtn_uni_ind_wlan_avail_unknown_many "WLAN networks found" |
|
31 |
|
32 // d:One or more known networks found. |
|
33 // d: %U is the IAP of the network, or in case more than one found, |
|
34 // d: %U is the first network in alphabetical order. |
|
35 // l:list_single_uniindi_pane_t1 |
|
36 // r:5.0 |
|
37 // |
|
38 #define qtn_uni_ind_wlan_avail_known "'%U' found" |
|
39 |
|
40 // d:WLAN connection exists. |
|
41 // d: %U is the name of the WLAN IAP, or the SSID of the WLAN network in case |
|
42 // d: connection was created using "Search for WLAN" functionality. |
|
43 // l:list_single_uniindi_pane_t1 |
|
44 // r:5.0 |
|
45 // |
|
46 #define qtn_uni_ind_wlan_conn "'%U' connected" |
|
47 |
|
48 |
|
49 |