wlansecuritysettings/wlaneapsettingsui/loc/wlaneapsettingsui.loc
branchRCL_3
changeset 46 c74b3d9f6b9e
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
       
     1 /*
       
     2 * Copyright (c) 2001-2009 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 the License "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: Common UI strings for WLAN EAP Plugins
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: %
       
    20 */
       
    21 
       
    22 // LOCALISATION STRINGS
       
    23 
       
    24 
       
    25 //d:Command in options menu. Open configuration settings.
       
    26 //l:list_single_pane_t1_cp2
       
    27 //w:
       
    28 //r:3.1
       
    29 //
       
    30 #define qtn_wlan_options_eap_plugin_configure       "Configure"
       
    31 
       
    32 
       
    33 //d:Command in options menu. Enables a plugin.
       
    34 //l:list_single_pane_t1_cp2
       
    35 //w:
       
    36 //r:3.1
       
    37 //
       
    38 #define qtn_wlan_options_eap_plugin_enable          "Enable"
       
    39 
       
    40 
       
    41 //d:Command in options menu. Disables a plugin.
       
    42 //l:list_single_pane_t1_cp2
       
    43 //w:
       
    44 //r:3.1
       
    45 //
       
    46 #define qtn_wlan_options_eap_plugin_disable         "Disable"
       
    47 
       
    48 
       
    49 //d:MSK text. Open configuration settings.
       
    50 //l:control_pane_t3/opt7
       
    51 //w:
       
    52 //r:3.2
       
    53 //
       
    54 #define qtn_msk_wlan_eap_configure       "Configure"
       
    55 
       
    56 
       
    57 //d:MSK text. Enables a cipher suite.
       
    58 //l:control_pane_t3/opt7
       
    59 //w:
       
    60 //r:3.2
       
    61 //
       
    62 #define qtn_msk_wlan_eap_cs_enable          "Enable"
       
    63 
       
    64 
       
    65 //d:MSK text. Disables a cipher suite.
       
    66 //l:control_pane_t3/opt7
       
    67 //w:
       
    68 //r:3.2
       
    69 //
       
    70 #define qtn_msk_wlan_eap_cs_disable         "Disable"
       
    71 
       
    72 
       
    73 //d:Options list item, command. Selected plugin is moved up one row in a
       
    74 //d:numbered EAP type list, where list order represents the priority.
       
    75 //l:list_single_pane_t1_cp2
       
    76 //w:
       
    77 //r:3.1
       
    78 //
       
    79 #define qtn_wlan_options_eap_plugin_priority_up     "Raise priority"
       
    80 
       
    81 
       
    82 //d:Options list item, command. Selected plugin is moved down one row in a
       
    83 //d:numbered EAP type list, where list order represents the priority.
       
    84 //l:list_single_pane_t1_cp2
       
    85 //w:
       
    86 //r:3.1
       
    87 //
       
    88 #define qtn_wlan_options_eap_plugin_priority_down   "Lower priority"
       
    89 
       
    90 
       
    91 //d:Info note to the user when he is trying to disable all the EAP plugins
       
    92 //l:popup_note_window
       
    93 //w:
       
    94 //r:3.1
       
    95 //
       
    96 #define qtn_wlan_info_cannot_disable_all_eap_plugins   "At least one EAP plug-in has to be enabled"
       
    97 
       
    98 
       
    99 //d:The setting item for user name entry
       
   100 //l:list_setting_pane_t1
       
   101 //w:
       
   102 //r:3.1
       
   103 //
       
   104 #define qtn_wlan_eap_sett_username                  "User name"
       
   105 
       
   106 
       
   107 //d:The setting item that specifies what kind of user name is in use.
       
   108 //d:Possible options are "From SIM" 
       
   109 //d:(qtn_wlan_eap_sett_username_inuse_from_sim), "From certificate" 
       
   110 //d:(qtn_wlan_eap_sett_username_inuse_from_cert) or "User-configured"
       
   111 //d:(qtn_wlan_eap_sett_username_inuse_user)
       
   112 //l:list_setting_pane_t1
       
   113 //w:
       
   114 //r:3.1
       
   115 //
       
   116 #define qtn_wlan_eap_sett_username_inuse            "User name in use"
       
   117 
       
   118 
       
   119 //d:One of the setting item values for qtn_wlan_eap_sett_username_inuse
       
   120 //l:list_set_graphic_pane_t1
       
   121 //w:
       
   122 //r:3.1
       
   123 //
       
   124 #define qtn_wlan_eap_sett_username_inuse_from_sim   "From SIM"
       
   125 
       
   126 
       
   127 //d:One of the setting item values for qtn_wlan_eap_sett_username_inuse
       
   128 //l:list_set_graphic_pane_t1
       
   129 //w:
       
   130 //r:3.1
       
   131 //
       
   132 #define qtn_wlan_eap_sett_username_inuse_from_cert  "From certificate"
       
   133 
       
   134 
       
   135 //d:One of the setting item values for qtn_wlan_eap_sett_username_inuse
       
   136 //l:list_set_graphic_pane_t1
       
   137 //w:
       
   138 //r:3.1
       
   139 //
       
   140 #define qtn_wlan_eap_sett_username_inuse_user       "User-configured"
       
   141 
       
   142 
       
   143 //d:The setting item is for password promt
       
   144 //l:list_setting_pane_t1
       
   145 //w:
       
   146 //r:3.1
       
   147 //
       
   148 #define qtn_wlan_eap_sett_password                  "Password"
       
   149 
       
   150 
       
   151 //d:The setting item where the user can choose if he should be prompted for the
       
   152 //d:password or not. Possible options are "Yes" 
       
   153 //d:(qtn_wlan_eap_sett_passprompt_on) or "No" 
       
   154 //d:(qtn_wlan_eap_sett_passprompt_off).
       
   155 //l:list_setting_pane_t1
       
   156 //w:
       
   157 //r:3.1
       
   158 //
       
   159 #define qtn_wlan_eap_sett_passprompt                "Prompt password"
       
   160 
       
   161 
       
   162 //d:One of the setting item values for qtn_wlan_eap_sett_passprompt
       
   163 //l:list_set_graphic_pane_t1
       
   164 //w:
       
   165 //r:3.1
       
   166 //
       
   167 #define qtn_wlan_eap_sett_passprompt_on             "Yes"
       
   168 
       
   169 
       
   170 //d:One of the setting item values for qtn_wlan_eap_sett_passprompt
       
   171 //l:list_set_graphic_pane_t1
       
   172 //w:
       
   173 //r:3.1
       
   174 //
       
   175 #define qtn_wlan_eap_sett_passprompt_off            "No"
       
   176 
       
   177 
       
   178 //d:The setting item for Realm entry
       
   179 //l:list_setting_pane_t1
       
   180 //w:
       
   181 //r:3.1
       
   182 //
       
   183 #define qtn_wlan_eap_sett_realm                     "Realm"
       
   184 
       
   185 
       
   186 //d:The setting item that specifies what kind of realm is in use.
       
   187 //d:Possible options are "From SIM" (qtn_wlan_eap_sett_realm_inuse_from_sim),
       
   188 //d:"From certificate" (qtn_wlan_eap_sett_realm_inuse_from_cert) or 
       
   189 //d:"User-configured" (qtn_wlan_eap_sett_realm_inuse_user).
       
   190 //l:list_setting_pane_t1
       
   191 //w:
       
   192 //r:3.1
       
   193 //
       
   194 #define qtn_wlan_eap_sett_realm_inuse               "Realm in use"
       
   195 
       
   196 
       
   197 //d:One of the setting item values for qtn_wlan_eap_sett_realm_inuse
       
   198 //l:list_set_graphic_pane_t1
       
   199 //w:
       
   200 //r:3.1
       
   201 //
       
   202 #define qtn_wlan_eap_sett_realm_inuse_from_sim      "From SIM"
       
   203 
       
   204 
       
   205 //d:One of the setting item values for qtn_wlan_eap_sett_realm_inuse
       
   206 //l:list_set_graphic_pane_t1
       
   207 //w:
       
   208 //r:3.1
       
   209 //
       
   210 #define qtn_wlan_eap_sett_realm_inuse_from_cert     "From certificate"
       
   211 
       
   212 
       
   213 //d:One of the setting item values for qtn_wlan_eap_sett_realm_inuse
       
   214 //l:list_set_graphic_pane_t1
       
   215 //w:
       
   216 //r:3.1
       
   217 //
       
   218 #define qtn_wlan_eap_sett_realm_inuse_user          "User-configured"
       
   219 
       
   220 
       
   221 //d:The setting item for user certificate entry
       
   222 //d:Possible options are "(not defined)" (qtn_wlan_eap_cert_not_defined),
       
   223 //d:"None" (qtn_wlan_eap_cert_none_selection), or one of the installed user
       
   224 //d:certificates.
       
   225 //l:list_setting_pane_t1
       
   226 //w:
       
   227 //r:3.1
       
   228 //
       
   229 #define qtn_wlan_eap_sett_user_certificate          "User certificate"
       
   230 
       
   231 
       
   232 //d:The setting item for CA certificate entry.
       
   233 //d:Possible options are "(not defined)" (qtn_wlan_eap_cert_not_defined),
       
   234 //d:"None" (qtn_wlan_eap_cert_none_selection), or one of the installed user
       
   235 //d:certificates.
       
   236 //l:list_setting_pane_t1
       
   237 //w:
       
   238 //r:3.1
       
   239 //
       
   240 #define qtn_wlan_eap_sett_ca_certificate            "CA certificate"
       
   241 
       
   242 
       
   243 //d:Not defined text to qtn_wlan_eap_sett_user_certificate and 
       
   244 //d:qtn_wlan_eap_sett_ca_certificate setting items in case
       
   245 //d:no certificate has been selected.
       
   246 //l:list_set_graphic_pane_t1
       
   247 //w:
       
   248 //r:3.1
       
   249 //
       
   250 #define qtn_wlan_eap_cert_not_defined               "(not defined)"
       
   251 
       
   252 
       
   253 //d:One of the setting item values for qtn_wlan_eap_sett_user_certificate and
       
   254 //d:qtn_wlan_eap_sett_ca_certificate.
       
   255 //l:list_set_graphic_pane_t1
       
   256 //w:
       
   257 //r:3.1
       
   258 //
       
   259 #define qtn_wlan_eap_cert_none_selection            "None"
       
   260 
       
   261 
       
   262 //d:Text in the tab for Settings page.
       
   263 //l:tabs_2_active_pane_t1/opt1
       
   264 //w:
       
   265 //r:3.1
       
   266 //
       
   267 #define qtn_wlan_eap_tab_settings                   "Settings"
       
   268 
       
   269 
       
   270 //d:Text in the tab for EAP type selection page
       
   271 //l:tabs_2_active_pane_t1/opt1
       
   272 //w:
       
   273 //r:3.1
       
   274 //
       
   275 #define qtn_wlan_eap_tab_eap_types                  "EAP types"
       
   276 
       
   277 
       
   278 //d:Text in the tab for Cipher suites selection page
       
   279 //l:tabs_2_active_pane_t1/opt1
       
   280 //w:
       
   281 //r:3.1
       
   282 //
       
   283 #define qtn_wlan_eap_tab_cipher_suites              "Cipher suites"
       
   284 
       
   285 
       
   286 //d:Cipher suite type text in list control
       
   287 //l:list_single_number_pane_t1/opt2
       
   288 //w:
       
   289 //r:3.1
       
   290 //
       
   291 #define qtn_wlan_eap_cipher_rsarc4md5               "RSA,RC4,MD5"
       
   292 
       
   293 
       
   294 //d:Cipher suite type text in list control
       
   295 //l:list_single_number_pane_t1/opt2
       
   296 //w:
       
   297 //r:3.1
       
   298 //
       
   299 #define qtn_wlan_eap_cipher_rsarc4sha               "RSA,RC4,SHA"
       
   300 
       
   301 
       
   302 //d:Cipher suite type text in list control
       
   303 //l:list_single_number_pane_t1/opt2
       
   304 //w:
       
   305 //r:3.1
       
   306 //
       
   307 #define qtn_wlan_eap_cipher_rsa3dessha              "RSA,3DES,SHA"
       
   308 
       
   309 
       
   310 //d:Cipher suite type text in list control
       
   311 //l:list_single_number_pane_t1/opt2
       
   312 //w:
       
   313 //r:3.1
       
   314 //
       
   315 #define qtn_wlan_eap_cipher_dhersa3dessha           "DHE-RSA,3DES,SHA"
       
   316 
       
   317 
       
   318 //d:Cipher suite type text in list control
       
   319 //l:list_single_number_pane_t1/opt2
       
   320 //w:
       
   321 //r:3.1
       
   322 //
       
   323 #define qtn_wlan_eap_cipher_dhedss3dessha           "DHE-DSS,3DES,SHA"
       
   324 
       
   325 
       
   326 //d:Cipher suite type text in list control
       
   327 //l:list_single_number_pane_t1/opt2
       
   328 //w:
       
   329 //r:3.1
       
   330 //
       
   331 #define qtn_wlan_eap_cipher_rsaaessha               "RSA,AES,SHA"
       
   332 
       
   333 
       
   334 //d:Cipher suite type text in list control
       
   335 //l:list_single_number_pane_t1/opt2
       
   336 //w:
       
   337 //r:3.1
       
   338 //
       
   339 #define qtn_wlan_eap_cipher_dhersaaessha            "DHE-RSA,AES,SHA"
       
   340 
       
   341 
       
   342 //d:Cipher suite type text in list control
       
   343 //l:list_single_number_pane_t1/opt2
       
   344 //w:
       
   345 //r:3.1
       
   346 //
       
   347 #define qtn_wlan_eap_cipher_dhedssaessha            "DHE-DSS,AES,SHA"
       
   348 
       
   349 
       
   350 //d:The setting item that specifies if TLS privacy is used or not.
       
   351 //d:Possible options are "On" 
       
   352 //d:(qtn_wlan_eap_sett_tls_privacy_on) or "Off"
       
   353 //d:(qtn_wlan_eap_sett_tls_privacy_off)
       
   354 //l:list_setting_pane_t1
       
   355 //w:
       
   356 //r:3.2
       
   357 //
       
   358 #define qtn_wlan_eap_sett_tls_privacy               "TLS privacy"
       
   359 
       
   360 
       
   361 //d:One of the setting item values for qtn_wlan_eap_sett_tls_privacy
       
   362 //l:list_set_graphic_pane_t1
       
   363 //w:
       
   364 //r:3.2
       
   365 //
       
   366 #define qtn_wlan_eap_sett_tls_privacy_on            "On"
       
   367 
       
   368 //d:One of the setting item values for qtn_wlan_eap_sett_tls_privacy
       
   369 //l:list_set_graphic_pane_t1
       
   370 //w:
       
   371 //r:3.2
       
   372 //
       
   373 #define qtn_wlan_eap_sett_tls_privacy_off           "Off"
       
   374 
       
   375 
       
   376 //d:Information note for user when passwords do not match
       
   377 //l:popup_note_window
       
   378 //w:
       
   379 //r:3.2
       
   380 //
       
   381 #define qtn_wlan_eap_info_passwords_do_not_match     "Passwords do not match, try again"
       
   382 
       
   383 
       
   384 //d:Error note for user when password is incorrect
       
   385 //l:popup_note_window
       
   386 //w:
       
   387 //r:3.2
       
   388 //
       
   389 #define qtn_wlan_eap_error_incorrect_password       "Incorrect password"
       
   390 
       
   391 
       
   392 //d:The popup query for user to create a PAC store password
       
   393 //l:popup_query_data_window
       
   394 //w:
       
   395 //r:3.2
       
   396 //
       
   397 #define qtn_wlan_eap_fast_prmpt_create_pac_password      "Create password for the encrypted PAC store:"
       
   398 
       
   399 
       
   400 //d:The popup query for user to verify a PAC store password
       
   401 //l:popup_query_data_window
       
   402 //w:
       
   403 //r:3.2
       
   404 //
       
   405 #define qtn_wlan_eap_fast_prmpt_verify_password      "Verify password:"
       
   406 
       
   407 
       
   408 //d:The popup query for user to set a PAC store password
       
   409 //l:popup_query_data_window
       
   410 //w:
       
   411 //r:3.2
       
   412 //
       
   413 #define qtn_wlan_eap_fast_prmpt_pac_password     "PAC store password:"
       
   414 
       
   415 //d:Default value text for a username setting item whose value has not yet been set. 
       
   416 //d:Used for the username setting qtn_wlan_eap_sett_username
       
   417 //l:list_set_graphic_pane_t1
       
   418 //w:
       
   419 //r:5.0.1
       
   420 //
       
   421 #define qtn_wlan_eap_sett_username_not_defined               "(not defined)"
       
   422 
       
   423 
       
   424 // End of File