1 /* |
|
2 * Copyright (c) 2007 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. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // LOCALISATION STRINGS |
|
21 |
|
22 //d:A static title is displayed during the rendering of the page, and replaced |
|
23 //d:by the web page title when it is available. If the web page does not have |
|
24 //d:a title, the static title remains in the status pane. |
|
25 //l:status_small_pane_t1/opt3 |
|
26 //w: |
|
27 //r:3.2 |
|
28 // |
|
29 #define qtn_netw_conset_wba_static_title "WLAN login" |
|
30 |
|
31 //d:As soon as authentication can be detected as complete, |
|
32 //d:this information note is displayed, |
|
33 //d:and the logon application is sent to background. |
|
34 //l:popup_note_window |
|
35 //w: |
|
36 //r:3.2 |
|
37 // |
|
38 #define qtn_netw_conset_wba_info_complete "Login complete. Application will be sent to background." |
|
39 |
|
40 //d:If the WLAN connection is closed when logon application is in foreground, |
|
41 //d:this information note is displayed and application is closed. |
|
42 //l:popup_note_window |
|
43 //w: |
|
44 //r:3.2 |
|
45 // |
|
46 #define qtn_netw_conset_wba_info_closed "WLAN connection closed. Login application will now exit." |
|
47 |
|
48 //d:Softkey used in authentication process. |
|
49 //l:control_pane_t1/opt7 |
|
50 //w: |
|
51 //r:3.2 |
|
52 // |
|
53 #define text_softkey_continue "Continue" |
|
54 |
|
55 // End of File |
|