wlanutilities/wlanplugin/loc/wlanplugin.loc
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     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: 
       
    15 *		Localization strings for Plugin
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  LOCALISATION STRINGS
       
    21 
       
    22 //d:Text of a list item in Connection view's list
       
    23 //d:Item opens WLAN view
       
    24 //l:list_double_large_graphic_pane_t1
       
    25 //r:5.0
       
    26 #define qtn_set_folder_conn_wlan "WLAN"
       
    27         
       
    28 // d:Text to indicate that the wlan scanning is off.
       
    29 // d:(one row)
       
    30 // l:list_double_large_graphic_pane_t2
       
    31 #define qtn_cp_detail_wlan_scan_off	"WLAN scanning off"
       
    32 
       
    33 // d:Text indicate that wlan scan did not find any wlan in the range 
       
    34 // d:(one row)
       
    35 // l:list_double_large_graphic_pane_t2
       
    36 #define qtn_cp_detail_wlan_no_nw_available	"No networks available"
       
    37 
       
    38 // d:Text used to tell that a preconfigured wlan accesspoint is found.
       
    39 // d:%U stands for wlan ssid( max 50 digits ) 
       
    40 // d:(one row)
       
    41 // l:list_double_large_graphic_pane_t2
       
    42 #define qtn_cp_detail_wlan_known_nw_available	"'%U' available"
       
    43 
       
    44 // d:Text use to indicate that a non-configured wlan is in the range 
       
    45 // d:(one row)
       
    46 // l:list_double_large_graphic_pane_t2
       
    47 #define	qtn_cp_detail_wlan_network_available	"Network available"
       
    48 
       
    49 // d:Text use to indicate that multiple non-configured wlans is in the range 
       
    50 // d:(one row)
       
    51 // l:list_double_large_graphic_pane_t2
       
    52 #define qtn_cp_detail_wlan_networks_available	"Networks available"
       
    53 
       
    54 // d:Text used the show connected wlan 
       
    55 // d: %U wlan ssid ( max 50 digits ) 
       
    56 // d:(one row)
       
    57 // l:list_double_large_graphic_pane_t2
       
    58 #define qtn_cp_detail_wlan_connected	"Connected to '%U'"
       
    59 
       
    60 //d: In case of error, the error code is passed to error resolver
       
    61 //d: and the error note is displayed accordingly. If error resolver
       
    62 //d: cannot resolve the error, an error note "System error" is displayed.
       
    63 //l: popup_note_window/opt2
       
    64 //w:
       
    65 //r:5.0
       
    66 //
       
    67 #define qtn_err_os_general "System error"
       
    68 
       
    69 // End of File