wlanutilities/wlansniffer/aiplugin/loc/wsfaiplugin.loc
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     1 /*
       
     2 * Copyright (c) 2006 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 AP Wizard 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // d:Text to indicate that the data is changing in the view - visible for one second
       
    20 // d:(one row)
       
    21 // l:ai_gene_pane_1_t1
       
    22 #define qtn_sniffer_plug_in_refreshing	"Refreshing"
       
    23 
       
    24 // d:Text to indicate that the wlan scanning is off.
       
    25 // d:(one row)
       
    26 // l:ai_gene_pane_1_t1
       
    27 #define qtn_sniffer_plug_in_scanning_off	"WLAN scanning off"
       
    28 
       
    29 // d:Text indicate that wlan scan did not find any wlan in the range 
       
    30 // d:(one row)
       
    31 // l:ai_gene_pane_1_t1
       
    32 #define qtn_sniffer_plug_in_no_wlans_found	"No WLAN network found"
       
    33 
       
    34 // d:Text used to tell that a preconfigured wlan accesspoint is found.
       
    35 // d:%U stands for wlan ssid( max 50 digits ) 
       
    36 // d:(one row)
       
    37 // l:ai_gene_pane_1_t1
       
    38 #define qtn_sniffer_plug_in_ssid_found	"'%U' found"
       
    39 
       
    40 // d:Text use to indicate that a non-configured wlan is in the range 
       
    41 // d:(one row)
       
    42 // l:ai_gene_pane_1_t1
       
    43 #define qtn_sniffer_plug_in_unknown_wlan_found	"WLAN network found"
       
    44 
       
    45 // d:Text use to indicate that multiple non-configured wlans is in the range 
       
    46 // d:(one row)
       
    47 // l:ai_gene_pane_1_t1
       
    48 #define qtn_sniffer_plug_in_unknown_wlans_found	"WLAN networks found"
       
    49 
       
    50 // d:Text used the show connected wlan 
       
    51 // d: %U wlan ssid ( max 50 digits ) 
       
    52 // d:(one row)
       
    53 // l:ai_gene_pane_1_t1
       
    54 #define qtn_sniffer_plug_in_iap_connected	"'%U' connected"
       
    55 
       
    56 // d:Menu command text 
       
    57 // d:(one row)
       
    58 // l: list_single_pane_t1_cp2
       
    59 #define qtn_sniffer_plug_in_options_search_wlan_networks "Search for WLAN"
       
    60 
       
    61 // d:Menu command text. Sets WLAN scanning off. 
       
    62 // d:(one row)
       
    63 // l: list_single_pane_t1_cp2
       
    64 #define qtn_sniffer_opt_set_scanning_off "Switch WLAN scan off"
       
    65 
       
    66 // d: Dialog title text in select wlan network dialog 
       
    67 // d:(one row)
       
    68 // l: heading_pane_t1
       
    69 #define qtn_wlan_prmpt_select_network "Select WLAN network:"
       
    70 
       
    71 //d: Connect to WLAN network softkey 
       
    72 //d: The command is used to connect WLAN using selected IAP
       
    73 //l: control_pane_t1/opt7
       
    74 //r:3.0
       
    75 //
       
    76 #define qtn_sniffer_softkey_connect "Connect"
       
    77 
       
    78 // d:List item in WLAN results 
       
    79 // d:(one row)
       
    80 // l: list_single_graphic_pane_t1_cp2
       
    81 #define qtn_wlan_manual_ssid_input "Other (hidden netw.)"
       
    82 
       
    83 // d:Text for WLAN Wizard Active Idle2 Middle Soft Key
       
    84 // d:This value is used when WLAN scanning is 'off'
       
    85 // d:(one row)
       
    86 // l:control_pane_t1/opt7
       
    87 #define qtn_msk_sniffer_activate "Activate"
       
    88 
       
    89 // d:Text for WLAN Wizard Active Idle2 Navigation Bar theme title
       
    90 // d:(one row)
       
    91 // l:heading_ai2_gene_pane_t1
       
    92 #define qtn_ai_wizard_title "WLAN"
       
    93 
       
    94 // d:Text used the show connected state
       
    95 // d:(one row)
       
    96 // l:ai_gene_pane_1_t1
       
    97 #define qtn_sniffer_plug_in_connected_to    "Connected to:"
       
    98 
       
    99 // d:Text used the show one known network found state
       
   100 // d:(one row)
       
   101 // l:ai_gene_pane_1_t1
       
   102 #define qtn_sniffer_plug_in_wlan_network_found    "WLAN network found:"
       
   103 
       
   104 // d: Text for a network that a connection is being established
       
   105 // d:(one row)
       
   106 // l:ai_gene_pane_1_t1
       
   107 #define qtn_sniffer_plug_in_connecting "Connecting"
       
   108