apengine/apsettingshandlerui/loc/apsettingshandlerui.loc
changeset 61 8b0c979bbe8c
parent 59 2709c04a4af5
child 70 ac5daea24fb0
equal deleted inserted replaced
59:2709c04a4af5 61:8b0c979bbe8c
     1 /*
       
     2 * Copyright (c) 2002 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 *     This is a localisation file for ApSettingsHandlerUi
       
    16 *     A .loc file is the one and only place where the logical strings
       
    17 *     to be localised are defined.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 // LOCALISATION STRINGS
       
    24 
       
    25 
       
    26 //d:Command in options menu.
       
    27 //d:Selects the currently selected access point.
       
    28 //l:list_single_pane_t1_cp2
       
    29 //w:
       
    30 //r:2.8
       
    31 //
       
    32 #define qtn_set_cmd_select "Select"
       
    33 
       
    34 
       
    35 //d:Command in options menu.
       
    36 //d:Opens the currently selected access point.
       
    37 //l:list_single_pane_t1_cp2
       
    38 //w:
       
    39 //r:2.8
       
    40 //
       
    41 #define qtn_set_cmd_edit_ap "Edit"
       
    42 
       
    43 
       
    44 
       
    45 //d:Command in options menu.
       
    46 //d:Create new access point top menu.
       
    47 //l:list_single_pane_t1_cp2
       
    48 //w:
       
    49 //r:2.8
       
    50 //
       
    51 #define qtn_set_cmd_new_ap "New access point"
       
    52 
       
    53 
       
    54 //d:Sub-command in options menu's qtn_set_cmd_new_ap.
       
    55 //d:Create new access point with default values.
       
    56 //l:list_single_popup_submenu_pane_t1
       
    57 //w:
       
    58 //r:2.8
       
    59 //
       
    60 #define qtn_set_cmd_new_default "Default settings"
       
    61 
       
    62 
       
    63 //d:Sub-command in options menu's qtn_set_cmd_new_ap.
       
    64 //d:Create access point based on an existing one.
       
    65 //l:list_single_popup_submenu_pane_t1
       
    66 //w:
       
    67 //r:2.8
       
    68 //
       
    69 #define qtn_set_cmd_new_existing "Use existing"
       
    70 
       
    71 
       
    72 
       
    73 //d:Command in options menu.
       
    74 //d:Deletes the currently selected access point.
       
    75 //l:list_single_pane_t1_cp2
       
    76 //w:
       
    77 //r:2.8
       
    78 //
       
    79 #define qtn_set_cmd_del_ap "Delete"
       
    80 
       
    81 
       
    82 //d:Command in options menu.
       
    83 //d:Opens help application with context sensitive help.
       
    84 //l:list_single_pane_t1_cp2
       
    85 //w:
       
    86 //r:2.8
       
    87 //
       
    88 #define qtn_set_options_help "Help"
       
    89 
       
    90 
       
    91 //d:Command in options menu.
       
    92 //d:Exits access point settings.
       
    93 //l:list_single_pane_t1_cp2
       
    94 //w:
       
    95 //r:2.8
       
    96 //
       
    97 #define qtn_set_options_exit "Exit"
       
    98 
       
    99 
       
   100 
       
   101 
       
   102 
       
   103 
       
   104 
       
   105 
       
   106 
       
   107 
       
   108 
       
   109 //d:Title pane text while in General settings' connection settings.
       
   110 //l:title_pane_t2/opt9
       
   111 //w:
       
   112 //r:2.8
       
   113 //
       
   114 #define qtn_set_title_settings_inet "Connection settings"
       
   115 
       
   116 
       
   117 
       
   118 //d:Title pane text while in General settings' connection settings.
       
   119 //l:title_pane_t2/opt9
       
   120 //w:
       
   121 //r:2.8
       
   122 //
       
   123 #define qtn_set_navi_ap "Access points"
       
   124 
       
   125 
       
   126 
       
   127 
       
   128 //d:User has tried to edit active access point.
       
   129 //d:Operation is refused with this info note.
       
   130 //l:popup_note_window
       
   131 //w:
       
   132 //r:2.8
       
   133 //
       
   134 #define qtn_set_note_ap_in_use_edit "Access point in use: Can't be edited."
       
   135 
       
   136 
       
   137 //d:User has tried to delete active access point.
       
   138 //d:Operation is refused with this info note.
       
   139 //l:popup_note_window
       
   140 //w:
       
   141 //r:2.8
       
   142 //
       
   143 #define qtn_set_note_ap_in_use_del "Access point in use: Can't be deleted."
       
   144 
       
   145 
       
   146 
       
   147 //d:User trying to delete last access point.
       
   148 //d:Operation is confirmed with this info note.
       
   149 //d:%U stands for the name of the connection.
       
   150 //l:popup_note_window
       
   151 //w:
       
   152 //r:2.8
       
   153 //
       
   154 #define qtn_set_note_delete_last_ap "%U connection is the only one. Are you sure to delete it?"
       
   155 
       
   156 
       
   157 
       
   158 //d:User enters access points list view and no connections exists.
       
   159 //d:User is offered a 'solution' with this info note.
       
   160 //l:popup_note_window
       
   161 //w:
       
   162 //r:3.1
       
   163 //
       
   164 #define qtn_set_ap_create_new "No access points defined. Define now?"
       
   165 
       
   166 
       
   167 //d:User trying to delete access point which is linked to any other application.
       
   168 //d:Operation is confirmed with this info note.
       
   169 //l:popup_note_window
       
   170 //w:
       
   171 //r:2.8
       
   172 //
       
   173 #define qtn_set_ap_delete_linked "Access point linked to another application.Are you sure to delete?"
       
   174 
       
   175 
       
   176 
       
   177 //d:User steps back from access point editing while Access Number field for data call is still empty.
       
   178 //d:Operation is confirmed with this confirmation query.
       
   179 //l:popup_note_window
       
   180 //w:
       
   181 //r:2.8
       
   182 //
       
   183 #define qtn_set_ap_access_number_not "Access point can't\n be saved without \naccess number.\nDelete it?"
       
   184 
       
   185 
       
   186 
       
   187 
       
   188 
       
   189 
       
   190 
       
   191 //d:Command in options menu in access points view.
       
   192 //d:Modifies the currently selected access point.
       
   193 //l:list_single_pane_t1_cp2
       
   194 //w:
       
   195 //r:2.8
       
   196 //
       
   197 #define qtn_set_options_change "Change"
       
   198 
       
   199 
       
   200 //d:Command in options menu in access points view.
       
   201 //d:Opens advanced settings for the access point.
       
   202 //l:list_single_pane_t1_cp2
       
   203 //w:
       
   204 //r:2.8
       
   205 //
       
   206 #define qtn_set_options_ap_advanced "Advanced settings"
       
   207 
       
   208 
       
   209 
       
   210 
       
   211 
       
   212 // localisation info for the access point setting view/edit part
       
   213 // all strings below are items for list_setting_item
       
   214 //
       
   215 // "Common" for all access point bearer types
       
   216 
       
   217 //d:Item text in setting list.
       
   218 //d:The name of the connection
       
   219 //l:list_setting_pane_t1
       
   220 //w:
       
   221 //r:2.8
       
   222 //
       
   223 #define qtn_set_ap_conn_name "Connection name"
       
   224 
       
   225 
       
   226 //d:Item text in setting list.
       
   227 //d:The name of the bearer type.
       
   228 //l:list_setting_pane_t1
       
   229 //w:
       
   230 //r:2.8
       
   231 //
       
   232 #define qtn_set_ap_bearer "Bearer type"
       
   233 
       
   234 
       
   235 //d:Item text in setting list.
       
   236 //d:Indicates whether connection is secure/unsecure (result: On/Off)
       
   237 //l:list_setting_pane_t1
       
   238 //w:
       
   239 //r:2.8
       
   240 //
       
   241 #define qtn_set_wtls_security "WTLS security"
       
   242 
       
   243 
       
   244 //d:Item text in setting list.
       
   245 //d:Indicates whether the connection type is continuous or temporary
       
   246 //l:list_setting_pane_t1
       
   247 //w:
       
   248 //r:2.8
       
   249 //
       
   250 #define qtn_set_conn_type "Connection type"
       
   251 
       
   252 
       
   253 // for GPRS bearer
       
   254 //d:Item text in setting list.
       
   255 //d:The name of the GPRS access point
       
   256 //l:list_setting_pane_t1
       
   257 //w:
       
   258 //r:2.8
       
   259 //
       
   260 #define qtn_set_access_point_name "Access point name"
       
   261 
       
   262 
       
   263 //d:Item text in setting list.
       
   264 //d:The user name
       
   265 //l:list_setting_pane_t1
       
   266 //w:
       
   267 //r:2.8
       
   268 //
       
   269 #define qtn_set_ap_username "User name"
       
   270 
       
   271 
       
   272 //d:Item text in setting list.
       
   273 //d:Prompt password? (Yes/No)
       
   274 //l:list_setting_pane_t1
       
   275 //w:
       
   276 //r:2.8
       
   277 //
       
   278 #define qtn_set_prompt_passwd "Prompt password"
       
   279 
       
   280 
       
   281 //d:Item text in setting list.
       
   282 //l:list_setting_pane_t1
       
   283 //w:
       
   284 //r:2.8
       
   285 //
       
   286 #define qtn_set_ap_passwd "Password"
       
   287 
       
   288 
       
   289 //d:Item text in setting list.
       
   290 //d:Indicates whther password authentication is secure or normal
       
   291 //l:list_setting_pane_t1
       
   292 //w:
       
   293 //r:2.8
       
   294 //
       
   295 #define qtn_set_passwd_aut "Password authentication"
       
   296 
       
   297 
       
   298 //d:Item text in setting list.
       
   299 //l:list_setting_pane_t1
       
   300 //w:
       
   301 //r:2.8
       
   302 //
       
   303 #define qtn_set_gateway_ip "Wap Gateway IP address"
       
   304 
       
   305 
       
   306 //d:Item text in setting list.
       
   307 //d:The starting page for this access point.
       
   308 //l:list_setting_pane_t1
       
   309 //w:
       
   310 //r:2.8
       
   311 //
       
   312 #define qtn_set_starting_page "Starting page"
       
   313 
       
   314 
       
   315 // for GPRS Advanced
       
   316 //d:Item text in setting list.
       
   317 //l:list_setting_pane_t1
       
   318 //w:
       
   319 //r:2.8
       
   320 //
       
   321 #define qtn_set_ip_address "Phone IP address"
       
   322 
       
   323 
       
   324 //d:Item text in setting list.
       
   325 //l:list_setting_pane_t1
       
   326 //w:
       
   327 //r:2.8
       
   328 //
       
   329 #define qtn_set_primary_dns "Primary Name Server"
       
   330 
       
   331 
       
   332 //d:Item text in setting list.
       
   333 //l:list_setting_pane_t1
       
   334 //w:
       
   335 //r:2.8
       
   336 //
       
   337 #define qtn_set_secondary_dns "Secondary Name Server"
       
   338 
       
   339 
       
   340 
       
   341 // for CSD
       
   342 //d:Item text in setting list.
       
   343 //l:list_setting_pane_t1
       
   344 //w:
       
   345 //r:2.8
       
   346 //
       
   347 #define qtn_set_access_number "Access Number"
       
   348 
       
   349 
       
   350 //d:Item text in setting list.
       
   351 //d:Indicates whether data call is analogue or ISDN
       
   352 //l:list_setting_pane_t1
       
   353 //w:
       
   354 //r:2.8
       
   355 //
       
   356 #define qtn_set_data_call_type "Data call type"
       
   357 
       
   358 
       
   359 //d:Item text in setting list.
       
   360 //d:The max. connection speed
       
   361 //l:list_setting_pane_t1
       
   362 //w:
       
   363 //r:2.8
       
   364 //
       
   365 #define qtn_set_max_speed "Max. connection speed"
       
   366 
       
   367 
       
   368 // for CSD Advanced
       
   369 //d:Item text in setting list.
       
   370 //l:list_setting_pane_t1
       
   371 //w:
       
   372 //r:2.8
       
   373 //
       
   374 #define qtn_set_use_cb "Use call back"
       
   375 
       
   376 
       
   377 //d:Item text in setting list.
       
   378 //l:list_setting_pane_t1
       
   379 //w:
       
   380 //r:2.8
       
   381 //
       
   382 #define qtn_set_cb_type "Call back type"
       
   383 
       
   384 
       
   385 //d:Item text in setting list.
       
   386 //l:list_setting_pane_t1
       
   387 //w:
       
   388 //r:2.8
       
   389 //
       
   390 #define qtn_set_cb_number "Call back number"
       
   391 
       
   392 
       
   393 //d:Item text in setting list.
       
   394 //d:Indicates whether to use PPP compression or not
       
   395 //l:list_setting_pane_t1
       
   396 //w:
       
   397 //r:2.8
       
   398 //
       
   399 #define qtn_set_ppp_comp "Enable PPP compression"
       
   400 
       
   401 
       
   402 //d:Item text in setting list.
       
   403 //l:list_setting_pane_t1
       
   404 //w:
       
   405 //r:2.8
       
   406 //
       
   407 #define qtn_set_use_logins "Use login script"
       
   408 
       
   409 
       
   410 //d:Item text in setting list.
       
   411 //l:list_setting_pane_t1
       
   412 //w:
       
   413 //r:2.8
       
   414 //
       
   415 #define qtn_set_modem_init_string "Modem init string"
       
   416 
       
   417 
       
   418 // 'Textual' but fixed values for settings
       
   419 
       
   420 //d:The bearer type is packet data
       
   421 //l:list_set_graphic_pane_t1
       
   422 //w:
       
   423 //r:2.8
       
   424 //
       
   425 #define qtn_set_bearer_packet_data "Packet data"
       
   426 
       
   427 //d:The bearer type is data call
       
   428 //l:list_set_graphic_pane_t1
       
   429 //w:
       
   430 //r:2.8
       
   431 //
       
   432 #define qtn_set_bearer_data_call "Data call"
       
   433 
       
   434 
       
   435 //d:The bearer type is HSCSD data call
       
   436 //l:list_set_graphic_pane_t1
       
   437 //w:
       
   438 //r:2.8
       
   439 //
       
   440 #define qtn_netw_sett_bearer_hscsd "HSCSD call"
       
   441 
       
   442 
       
   443 //d:Answer to: Prompt for password?
       
   444 //l:list_set_graphic_pane_t1
       
   445 //w:
       
   446 //r:2.8
       
   447 //
       
   448 #define qtn_set_prompt_passwd_yes "Yes"
       
   449 
       
   450 
       
   451 //d:Answer to: Prompt for password?
       
   452 //l:list_set_graphic_pane_t1
       
   453 //w:
       
   454 //r:2.8
       
   455 //
       
   456 #define qtn_set_prompt_passwd_no "No"
       
   457 
       
   458 
       
   459 //d:Answer to: qtn_set_passwd_aut,
       
   460 //d:whether password authentication is secure or normal
       
   461 //l:list_set_graphic_pane_t1
       
   462 //w:
       
   463 //r:2.8
       
   464 //
       
   465 #define qtn_set_passwd_aut_normal "Normal"
       
   466 
       
   467 
       
   468 //d:Answer to: qtn_set_passwd_aut,
       
   469 //d:whether password authentication is secure or normal
       
   470 //l:list_set_graphic_pane_t1
       
   471 //w:
       
   472 //r:2.8
       
   473 //
       
   474 #define qtn_set_passwd_aut_secure "Secure"
       
   475 
       
   476 
       
   477 //d:The IP address is dynamic.
       
   478 //l:list_set_graphic_pane_t1
       
   479 //w:
       
   480 //r:2.8
       
   481 //
       
   482 #define qtn_set_ip_address_dynamic "Dynamic"
       
   483 
       
   484 
       
   485 //d:Answer to: qtn_set_wtls_security
       
   486 //d:whether connection is secured or not
       
   487 //l:list_set_graphic_pane_t1
       
   488 //w:
       
   489 //r:2.8
       
   490 //
       
   491 #define qtn_set_wtls_security_on "On"
       
   492 
       
   493 
       
   494 //d:Answer to: qtn_set_wtls_security
       
   495 //d:whether connection is secured or not
       
   496 //l:list_set_graphic_pane_t1
       
   497 //w:
       
   498 //r:2.8
       
   499 //
       
   500 #define qtn_set_wtls_security_off "Off"
       
   501 
       
   502 
       
   503 //d:Answer to: qtn_set_conn_type
       
   504 //d:connection type is continuous
       
   505 //l:list_set_graphic_pane_t1
       
   506 //w:
       
   507 //r:2.8
       
   508 //
       
   509 #define qtn_set_conn_type_contin "Continuous"
       
   510 
       
   511 
       
   512 //d:Answer to: qtn_set_conn_type
       
   513 //d:connection type is temporary
       
   514 //l:list_set_graphic_pane_t1
       
   515 //w:
       
   516 //r:2.8
       
   517 //
       
   518 #define qtn_set_conn_type_temp "Temporary"
       
   519 
       
   520 
       
   521 //d:Answer to: qtn_set_data_call_type
       
   522 //d:The data call type is analogue
       
   523 //l:list_set_graphic_pane_t1
       
   524 //w:
       
   525 //r:2.8
       
   526 //
       
   527 #define qtn_set_data_call_analolgue "Analogue"
       
   528 
       
   529 
       
   530 //d:Answer to: qtn_set_data_call_type
       
   531 //d:The data call type is ISDN v.110
       
   532 //l:list_set_graphic_pane_t1
       
   533 //w:
       
   534 //r:2.8
       
   535 //
       
   536 #define qtn_set_data_call_isdn_110 "ISDN v.110"
       
   537 
       
   538 
       
   539 //d:Answer to: qtn_set_data_call_type
       
   540 //d:The data call type is ISDN v.120
       
   541 //l:list_set_graphic_pane_t1
       
   542 //w:
       
   543 //r:2.8
       
   544 //
       
   545 #define qtn_set_data_call_isdn_120 "ISDN v.120"
       
   546 
       
   547 
       
   548 //d:Answer to: qtn_set_max_speed
       
   549 //l:list_set_graphic_pane_t1
       
   550 //w:
       
   551 //r:2.8
       
   552 //
       
   553 #define qtn_set_speed_auto_detect "Auto detect"
       
   554 
       
   555 
       
   556 //d:Answer to: qtn_set_use_cb
       
   557 //d: Use call back.
       
   558 //l:list_set_graphic_pane_t1
       
   559 //w:
       
   560 //r:2.8
       
   561 //
       
   562 #define qtn_set_use_cb_yes "Yes"
       
   563 
       
   564 
       
   565 //d:Answer to: qtn_set_use_cb
       
   566 //d:Do not use call back.
       
   567 //l:list_set_graphic_pane_t1
       
   568 //w:
       
   569 //r:2.8
       
   570 //
       
   571 #define qtn_set_use_cb_no "No"
       
   572 
       
   573 
       
   574 //d:Answer to: qtn_set_cb_type
       
   575 //d:Use server number for call back.
       
   576 //l:list_set_graphic_pane_t1
       
   577 //w:
       
   578 //r:2.8
       
   579 //
       
   580 #define qtn_set_use_server_number "Use server number"
       
   581 
       
   582 
       
   583 //d:Answer to: qtn_set_cb_type
       
   584 //d:Use other number for call back.
       
   585 //l:list_set_graphic_pane_t1
       
   586 //w:
       
   587 //r:2.8
       
   588 //
       
   589 #define qtn_set_use_other_number "Use other number"
       
   590 
       
   591 
       
   592 //d:Answer to: qtn_set_ppp_comp
       
   593 //l:list_set_graphic_pane_t1
       
   594 //w:
       
   595 //r:2.8
       
   596 //
       
   597 #define qtn_set_ppp_comp_yes "Yes"
       
   598 
       
   599 
       
   600 //d:Answer to: qtn_set_ppp_comp
       
   601 //l:list_set_graphic_pane_t1
       
   602 //w:
       
   603 //r:2.8
       
   604 //
       
   605 #define qtn_set_ppp_comp_no "No"
       
   606 
       
   607 
       
   608 //d:Answer to: qtn_set_use_logins
       
   609 //l:list_set_graphic_pane_t1
       
   610 //w:
       
   611 //r:2.8
       
   612 //
       
   613 #define qtn_set_use_logins_no "no"
       
   614 
       
   615 
       
   616 //d:Answer to: qtn_set_use_logins
       
   617 //l:list_set_graphic_pane_t1
       
   618 //w:
       
   619 //r:2.8
       
   620 //
       
   621 #define qtn_set_use_logins_yes "yes"
       
   622 
       
   623 
       
   624 //d:Prompt text when creating new access point based on an already existing value
       
   625 //l:heading_pane_t1
       
   626 //w:
       
   627 //r:2.8
       
   628 //
       
   629 #define qtn_set_new_ap_prompt_list "Use existing connection:"
       
   630 
       
   631 
       
   632 //d:Item text in setting list.
       
   633 //l:list_setting_pane_t1
       
   634 //w:
       
   635 //r:2.8
       
   636 //
       
   637 #define qtn_set_login_script "Login script"
       
   638 
       
   639 
       
   640 
       
   641 //d:Text used as prompt text in a text setting item
       
   642 //l:list_setting_pane_t1
       
   643 //w:
       
   644 //r:2.8
       
   645 //
       
   646 #define qtn_set_default_ap "Default Access Point"
       
   647 
       
   648 
       
   649 
       
   650 // not part of spec but added it
       
   651 //d:After editing an access point, info after succesful save
       
   652 //l:popup_note_window
       
   653 //w:
       
   654 //r:2.8
       
   655 //
       
   656 #define qtn_set_ap_saved "Saved"
       
   657 
       
   658 
       
   659 // not part of spec but added it
       
   660 //d:User IS in access points list view and no connections exists.
       
   661 //d:User is informed of having 0 access points with this 'empty list text'.
       
   662 //l:main_list_empty_pane
       
   663 //w:
       
   664 //r:2.8
       
   665 //
       
   666 #define qtn_set_ap_none_defined "No access point connections defined."
       
   667 
       
   668 
       
   669 
       
   670 //d:When a compulsory setting is not filled, this string indicates that it is compulsory.
       
   671 //l:list_set_graphic_pane_t1
       
   672 //w:
       
   673 //r:2.8
       
   674 //
       
   675 #define qtn_set_compulsory "Compulsory"
       
   676 
       
   677 
       
   678 
       
   679 //d:When no access point is selected, the text None indicates this.
       
   680 //l:list_set_graphic_pane_t1
       
   681 //w:
       
   682 //r:2.8
       
   683 //
       
   684 #define qtn_mce_settings_mms_none "None"
       
   685 
       
   686 
       
   687 //d: When the entered phonennumber is invalid, this information note is shown
       
   688 //l: popup_note_window
       
   689 //w:
       
   690 //r:2.8
       
   691 //
       
   692 #define qtn_info_invalid_number "Invalid number"
       
   693 
       
   694 
       
   695 //d: When the entered connection name is invalid, this information note is shown
       
   696 //l: popup_note_window
       
   697 //w:
       
   698 //r:2.8
       
   699 //
       
   700 #define qtn_info_invalid_conn_name "Invalid connection name"
       
   701 
       
   702 
       
   703 //d:%U stands for the name of the connection.
       
   704 //l: popup_note_wait_window
       
   705 //w:
       
   706 //r:2.8
       
   707 //
       
   708 #define qtn_set_wait_deleting_ap "Deleting %U"
       
   709 
       
   710 
       
   711 
       
   712 //d:Error note message: database is inaccessible.
       
   713 //l:popup_note_window
       
   714 //w:
       
   715 //r:2.8
       
   716 //
       
   717 #define qtn_set_err_db_inaccessible    "Cannot access\ndatabase.\nTry again later."
       
   718 
       
   719 
       
   720 
       
   721 
       
   722 //d:Item text in setting list.
       
   723 //l:list_setting_pane_t1
       
   724 //w:
       
   725 //r:2.8
       
   726 //
       
   727 #define qtn_set_proxy_server_address "Proxy server address"
       
   728 
       
   729 
       
   730 //d:Item text in setting list.
       
   731 //l:list_setting_pane_t1
       
   732 //w:
       
   733 //r:2.8
       
   734 //
       
   735 #define qtn_set_proxy_port_number "Port Number"
       
   736 
       
   737 
       
   738 
       
   739 //d:Item text in setting list.
       
   740 //l:list_setting_pane_t1
       
   741 //w:
       
   742 //r:2.8
       
   743 //
       
   744 #define qtn_set_network_group "Network group"
       
   745 
       
   746 
       
   747 
       
   748 //d:Command in options menu.
       
   749 //d:Creates a new network group.
       
   750 //l:list_single_pane_t1_cp2
       
   751 //w:
       
   752 //r:2.8
       
   753 //
       
   754 #define qtn_set_cmd_new_netw_group "Create new group"
       
   755 
       
   756 
       
   757 
       
   758 //d:When there is no homepage value set, it is indicated with the text: none 
       
   759 //l:list_set_graphic_pane_t1
       
   760 //w:
       
   761 //r:2.8
       
   762 //
       
   763 #define qtn_set_home_page_none "None"
       
   764 
       
   765 
       
   766 //d:If user selected a  WCDMA specific speed, this string presented to confirm it.
       
   767 //l:popup_note_window
       
   768 //w:
       
   769 //r:2.8
       
   770 //
       
   771 #define qtn_set_conf_max_speed_only_3g "Selected speed is available only in third generation mobile network. Continue?"
       
   772 
       
   773 
       
   774 //d:Item text in setting list. Gives the network type (whether it is IP4 or IP6)
       
   775 //l:list_setting_pane_t1
       
   776 //w:
       
   777 //r:2.8
       
   778 //
       
   779 #define  qtn_set_network_type "Network type"
       
   780  
       
   781 
       
   782 //d: States that the network type is IP4
       
   783 //l:list_set_graphic_pane_t1
       
   784 //w:
       
   785 //r:2.8
       
   786 //
       
   787 #define qtn_set_nw_type_ipv4 "IPv4"
       
   788 
       
   789 
       
   790 //d: States that the network type is IP6
       
   791 //l:list_set_graphic_pane_t1
       
   792 //w:
       
   793 //r:2.8
       
   794 //
       
   795 #define qtn_set_nw_type_ipv6 "IPv6"
       
   796 
       
   797 
       
   798 //d:Item text in setting list. Offers IPv4 settings to be changed
       
   799 //l:list_setting_pane_t1
       
   800 //w:
       
   801 //r:2.8
       
   802 //
       
   803 #define  qtn_set_ipv4_settings "IPv4 settings"
       
   804 
       
   805 
       
   806 //d:Item text in setting list. Offers IPv6 settings to be changed
       
   807 //l:list_setting_pane_t1
       
   808 //w:
       
   809 //r:2.8
       
   810 //
       
   811 #define  qtn_set_ipv6_settings "IPv6 settings"
       
   812 
       
   813 
       
   814 //d:Item text in setting list. Entrance for the Domain name servers settings
       
   815 //l:list_setting_pane_t1
       
   816 //w:
       
   817 //r:2.8
       
   818 //
       
   819 #define  qtn_set_dns_servers_ip "Domain name servers"
       
   820 
       
   821 
       
   822 //d: When the entered IP address is not a valid IP address, this error note is shown
       
   823 //l: popup_note_window
       
   824 //w:
       
   825 //r:2.8
       
   826 //
       
   827 #define qtn_set_info_invalid_ip "Invalid IP address"
       
   828 
       
   829 
       
   830 //d: Name server IP address is user defined
       
   831 //l:list_set_graphic_pane_t1
       
   832 //w:
       
   833 //r:2.8
       
   834 //
       
   835 #define qtn_set_ip_user_defined "User defined"
       
   836 
       
   837 
       
   838 //d: Name server IP address is well-known
       
   839 //l:list_set_graphic_pane_t1
       
   840 //w:
       
   841 //r:2.8
       
   842 //
       
   843 #define qtn_set_ip_well_known "Well-known"
       
   844 
       
   845 
       
   846 
       
   847 //d:If user selected a  VPN access point for editing, this string presented to inform the user that 
       
   848 // to edit a VPN access point, he/she must use the VPN Settings UI
       
   849 //l:popup_note_window
       
   850 //w:
       
   851 //r:2.8
       
   852 //
       
   853 #define qtn_set_note_vpn_ap_sett "VPN access point, use VPN settings to edit it."
       
   854 
       
   855 
       
   856 //d:User has tried to delete a protected access point.
       
   857 //d:Operation is refused with this info note.
       
   858 //l:popup_note_window
       
   859 //w:
       
   860 //r:2.8
       
   861 //
       
   862 #define qtn_set_note_protected_ap "Protected Access point: Can’t be deleted"
       
   863 
       
   864 
       
   865 //d:User has tried to open a protected access point.
       
   866 //d:Operation is refused with this info note.
       
   867 //l:popup_note_window
       
   868 //w:
       
   869 //r:2.8
       
   870 //
       
   871 #define qtn_set_note_protected_ap_sett  "Protected setting: Can’t be opened"
       
   872 
       
   873 
       
   874 //d:User trying to delete access point, which is linked to an existing another VPN access point.
       
   875 //d:Operation is confirmed with this info note.
       
   876 //d:%U stands for the name of the VPN connection.
       
   877 //l:popup_note_window
       
   878 //w:
       
   879 //r:2.8
       
   880 //
       
   881 #define qtn_vpn_quest_delete_iap_associated "Access point is associated with a VPN access point ’%U’. Delete anyway?"
       
   882 
       
   883 
       
   884 //d:User trying to copy a protected access point
       
   885 //d:Operation is denied with this info note.
       
   886 //l:popup_note_window
       
   887 //w:
       
   888 //r:2.8
       
   889 //
       
   890 #define qtn_netw_info_cannot_use_protected_ap "Unable to use protected access point"
       
   891 
       
   892 
       
   893 
       
   894 
       
   895 //d:User name if left empty
       
   896 //l:list_set_graphic_pane_t1
       
   897 //w:
       
   898 //r:2.8
       
   899 #define qtn_set_ap_username_none "None"
       
   900 
       
   901 
       
   902 //d:Domain name servers 'Automatic'
       
   903 //l:list_set_graphic_pane_t1
       
   904 //w:
       
   905 //r:2.8
       
   906 #define qtn_set_dns_servers_automatic "Automatic"
       
   907 
       
   908 
       
   909 //d:Primary name server & Secondary name server value 'Automatic' if left empty
       
   910 //l:list_set_graphic_pane_t1
       
   911 //w:
       
   912 //r:2.8
       
   913 #define qtn_set_dns_server_automatic "Automatic"
       
   914 
       
   915 
       
   916 //d:Text to be displayed when proxy server address is left empty
       
   917 //l:list_set_graphic_pane_t1
       
   918 //w:
       
   919 //r:2.8
       
   920 #define qtn_set_proxy_server_address_none "None"
       
   921 
       
   922 
       
   923 //d:Text to be displayed when the callback number is left empty
       
   924 //l:list_set_graphic_pane_t1
       
   925 //w:
       
   926 //r:2.8
       
   927 #define qtn_set_cb_number_none "None"
       
   928 
       
   929 
       
   930 //d:Text to be displayed when the login script number is left empty
       
   931 //l:list_set_graphic_pane_t1
       
   932 //w:
       
   933 //r:2.8
       
   934 #define qtn_set_login_script_none "None"
       
   935 
       
   936 
       
   937 //d:Text to be displayed when the modem init string is left empty
       
   938 //l:list_set_graphic_pane_t1
       
   939 //w:
       
   940 //r:2.8
       
   941 #define qtn_set_modem_init_none "None"
       
   942 
       
   943 
       
   944 
       
   945 
       
   946 
       
   947 
       
   948 // WLAN loc strings
       
   949 
       
   950 
       
   951 
       
   952 //d:The bearer type is Wireless LAN
       
   953 //l:list_set_graphic_pane_t1
       
   954 //w:
       
   955 //r:3.0
       
   956 //
       
   957 #define qtn_wlan_sett_bearer_wlan "Wireless LAN"
       
   958 
       
   959 
       
   960 //d:Item text in setting list.
       
   961 //d:The WLAN network name
       
   962 //l:list_setting_pane_t1
       
   963 //w:
       
   964 //r:3.0
       
   965 //
       
   966 #define qtn_wlan_sett_network_name "WLAN network name"
       
   967 
       
   968 
       
   969 //d:Defines the WLAN network mode, i.e. either infrastructure or ad-hoc.
       
   970 //l:list_setting_pane_t1
       
   971 //w:
       
   972 //r:3.0
       
   973 //
       
   974 #define qtn_wlan_sett_network_mode "WLAN network mode"
       
   975 
       
   976 
       
   977 //d:Defines the WLAN security mode, i.e. Open, WEP, 802.1x, WPA.
       
   978 //l:list_setting_pane_t1
       
   979 //w:
       
   980 //r:3.0
       
   981 //
       
   982 #define qtn_wlan_sett_security_mode "WLAN security mode"
       
   983 
       
   984 
       
   985 
       
   986 //d:Selecting it will open the WLAN security settings
       
   987 //l:list_setting_pane_t1
       
   988 //w:
       
   989 //r:3.0
       
   990 //
       
   991 #define qtn_wlan_sett_security_settings "WLAN security settings"
       
   992 
       
   993 
       
   994 //d:Specifies that the network mode is Infrastructure
       
   995 //l:list_set_graphic_pane_t1
       
   996 //w:
       
   997 //r:3.0
       
   998 //
       
   999 #define qtn_wlan_sett_network_mode_infra "Infrastructure"
       
  1000 
       
  1001 
       
  1002 //d:Specifies that the network mode is Ad-hoc
       
  1003 //l:list_set_graphic_pane_t1
       
  1004 //w:
       
  1005 //r:3.0
       
  1006 //
       
  1007 #define qtn_wlan_sett_network_mode_adhoc "Ad-hoc"
       
  1008 
       
  1009 
       
  1010 //d:Specifies that the security mode is Open network
       
  1011 //l:list_set_graphic_pane_t1
       
  1012 //w:
       
  1013 //r:3.0
       
  1014 //
       
  1015 #define qtn_wlan_sett_security_mode_open "Open network"
       
  1016 
       
  1017 
       
  1018 //d:Specifies that the security mode is WEP
       
  1019 //l:list_set_graphic_pane_t1
       
  1020 //w:
       
  1021 //r:3.0
       
  1022 //
       
  1023 #define qtn_wlan_sett_security_mode_wep "WEP"
       
  1024 
       
  1025 
       
  1026 //d:Specifies that the security mode is 802.1x
       
  1027 //l:list_set_graphic_pane_t1
       
  1028 //w:
       
  1029 //r:3.0
       
  1030 //
       
  1031 #define qtn_wlan_sett_security_mode_802_1x "802.1x"
       
  1032 
       
  1033 
       
  1034 //d:Specifies that the security mode is WPA
       
  1035 //l:list_set_graphic_pane_t1
       
  1036 //w:
       
  1037 //r:3.0
       
  1038 //
       
  1039 #define qtn_wlan_sett_security_mode_wpa "WPA/WPA2"
       
  1040 
       
  1041 
       
  1042 //d:Specifies that the WLAN network name is user defined
       
  1043 //l:list_set_graphic_pane_t1
       
  1044 //w:
       
  1045 //r:3.0
       
  1046 //
       
  1047 #define qtn_wlan_sett_network_name_user_defined "User defined"
       
  1048 
       
  1049 
       
  1050 //d:Specifies that the WLAN network name is selected from a scanned list
       
  1051 //l:list_set_graphic_pane_t1
       
  1052 //w:
       
  1053 //r:3.0
       
  1054 //
       
  1055 #define qtn_wlan_sett_network_name_scan "Scan for networks"
       
  1056 
       
  1057 
       
  1058 
       
  1059 //d:User has tried to save incomplete WLAN access point.
       
  1060 //d:Operation is refused with this info note.
       
  1061 //l:popup_note_window
       
  1062 //w:
       
  1063 //r:3.0
       
  1064 //
       
  1065 #define qtn_wlan_quest_nw_name_not_defined "Incomplete details. WLAN network name must be defined.Delete access point?"
       
  1066 
       
  1067 
       
  1068 
       
  1069 //d:Defines the WLAN subnet mask to be used
       
  1070 //l:list_setting_pane_t1
       
  1071 //w:
       
  1072 //r:3.0
       
  1073 //
       
  1074 #define qtn_netw_sett_subnet_mask "Subnet mask"
       
  1075 
       
  1076 
       
  1077 //d:Defines the WLAN default gateway to be used
       
  1078 //l:list_setting_pane_t1
       
  1079 //w:
       
  1080 //r:3.0
       
  1081 //
       
  1082 #define qtn_netw_sett_default_gateway "Default gateway"
       
  1083 
       
  1084 
       
  1085 
       
  1086 //d:Informs that the selected Open Network does not has security settings.
       
  1087 //l:popup_note_window
       
  1088 //w:
       
  1089 //r:3.0
       
  1090 //
       
  1091 #define qtn_wlan_info_no_security_settings "No security settings for ’Open network’"
       
  1092 
       
  1093 
       
  1094 //d:Prompt text for WLAN network name query.
       
  1095 //l:heading_pane_t1
       
  1096 //w:
       
  1097 //r:3.0
       
  1098 //
       
  1099 #define qtn_wlan_prmpt_network_name "WLAN network name:"
       
  1100 
       
  1101 
       
  1102 //d:User tries to save an access point which has some compulsory fields which are not filled.
       
  1103 //d:Operation is confirmed with this confirmation query.
       
  1104 //l:popup_note_window
       
  1105 //w:
       
  1106 //r:3.0
       
  1107 //
       
  1108 #define qtn_netw_quest_iap_incomplete_delete "Incomplete access point details. Exit without saving?"
       
  1109 
       
  1110 
       
  1111 
       
  1112 //d:Prompt text for Ad-hoc channel name query.
       
  1113 //l:popup_query_data_window
       
  1114 //w:
       
  1115 //r:3.0
       
  1116 //
       
  1117 #define qtn_wlan_prmpt_adhoc_channel "Ad-hoc channel"
       
  1118 
       
  1119 
       
  1120 //d:Setting item text for Ad-hoc channel.
       
  1121 //l:list_setting_pane_t1
       
  1122 //w:
       
  1123 //r:3.0
       
  1124 //
       
  1125 #define qtn_wlan_sett_adhoc_channel "Ad-hoc channel"
       
  1126 
       
  1127 
       
  1128 //d:Defines the ad-hoc channel to be automatic
       
  1129 //l:list_set_graphic_pane_t1
       
  1130 //w:
       
  1131 //r:3.0
       
  1132 //
       
  1133 #define qtn_wlan_sett_adhoc_channel_automatic "Automatic"
       
  1134 
       
  1135 
       
  1136 //d:Defines the ad-hoc channel to be user defined
       
  1137 //l:list_set_graphic_pane_t1
       
  1138 //w:
       
  1139 //r:3.0
       
  1140 //
       
  1141 #define qtn_wlan_sett_adhoc_channel_user_defined "User defined"
       
  1142 
       
  1143 
       
  1144 //d:User steps back from access point editing while the securuty settings' compulsory fields are not filled.
       
  1145 //d:Operation is confirmed with this confirmation query.
       
  1146 //l:popup_note_window
       
  1147 //w:
       
  1148 //r:3.0
       
  1149 //
       
  1150 #define qtn_wlan_quest_security_settings_empty "Security settings for the selected security mode are incomplete.\nDelete access point?"
       
  1151 
       
  1152 
       
  1153 ///d:Item text in setting list "Hidden network"
       
  1154 //l:list_setting_pane_t1
       
  1155 //w:
       
  1156 //r:3.0
       
  1157 //
       
  1158 #define qtn_wlan_sett_hidden_network "Hidden network"
       
  1159 
       
  1160 
       
  1161 //d:Option of hidden network
       
  1162 //l:list_set_graphic_pane_t1
       
  1163 //w:
       
  1164 //r:3.0
       
  1165 //
       
  1166 #define qtn_wlan_sett_hidden_network_no "No"
       
  1167 
       
  1168 
       
  1169 //d:Option of hidden network
       
  1170 //l:list_set_graphic_pane_t1
       
  1171 //w:
       
  1172 //r:3.0
       
  1173 //
       
  1174 #define qtn_wlan_sett_hidden_network_yes "Yes"
       
  1175 
       
  1176 
       
  1177 //d:User is duplicating an access point.
       
  1178 //d:Options menu item.
       
  1179 //l:list_single_pane_t1_cp2
       
  1180 //w:
       
  1181 //r:3.1
       
  1182 //
       
  1183 #define qtn_netw_options_duplicate_iap "Duplicate"
       
  1184 
       
  1185 
       
  1186 //d:User enters access points list view and no connections exists.
       
  1187 //d:User is informed about it and a 'solution' is offered with this info note.
       
  1188 //l:popup_note_window
       
  1189 //w:
       
  1190 //r:3.1
       
  1191 //
       
  1192 #define qtn_netw_info_no_iap_defined "No access points defined. Define one via Connection settings."
       
  1193 
       
  1194 
       
  1195 // End of File