os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/inc/errorres.loc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // localisation strings
    15 // Error Contexts
    16 // d: Error context separator
    17 // d: Usually ':' but e.g. hungary uses sometimes '?'
    18 // l: popup_note_window_1_one_row_error
    19 // w: Errorres
    20 //
    21 
    22 
    23 
    24 #define qtn_err_context_separator ":"
    25 
    26 
    27 // d: Error context indicator for
    28 // d: Operating system (general) errors
    29 // l: popup_note_window_1_one_row_error
    30 // w: Errorres
    31 //
    32 #define qtn_err_ctx_os      "System"
    33 
    34 // d: Error context indicator for
    35 // d: POP3, IMAP adn IMSK mail protocol errors
    36 // l: popup_note_window_1_one_row_error
    37 // w: Errorres
    38 //
    39 #define qtn_err_ctx_email     "Email"
    40 
    41 // d: Error context indicator for
    42 // d: Internet errors (Socket, TCP, netdial)
    43 // l: popup_note_window_1_one_row_error
    44 // w: Errorres
    45 //
    46 #define qtn_err_ctx_internet  "Internet"
    47 
    48 // d: Error context indicator for
    49 // d: Etel GPRS errors
    50 // l: popup_note_window_1_one_row_error
    51 // w: Errorres
    52 //
    53 #define qtn_err_ctx_gprs    "GPRS"
    54 
    55 // d: Error context indicator for
    56 // d: SMS errors
    57 // l: popup_note_window_1_one_row_error
    58 // w: Errorres
    59 //
    60 #define qtn_err_ctx_sms     "Short message"
    61 
    62 // d: Error context indicator for
    63 // d: Multimedia messaging errors
    64 // l: popup_note_window_1_one_row_error
    65 // w: Errorres
    66 //
    67 #define qtn_err_ctx_mms     "Multimedia message"
    68 
    69 // d: Error context indicator for
    70 // d: Rainbow core (WAP) errors
    71 // l: popup_note_window_1_one_row_error
    72 // w: Errorres
    73 //
    74 #define qtn_err_ctx_rb      "WAP"
    75 
    76 // d: Error context indicator for
    77 // d: BlueTooth errors
    78 // l: popup_note_window_1_one_row_error
    79 // w: Errorres
    80 //
    81 #define qtn_err_ctx_bt      "Bluetooth"
    82 
    83 // d: Error context indicator for
    84 // d: RTSP errors
    85 // d: The string can be same for all languages 
    86 // l: popup_note_window_1_one_row_error
    87 // w: Errorres
    88 //
    89 #define qtn_err_ctx_rtsp     "RTSP"
    90 
    91 // d: Error context indicator for
    92 // d: WLAN errors
    93 // d: The string can be same for all languages 
    94 // l: popup_note_window_1_one_row_error
    95 // w: 
    96 // r: 3.0
    97 //
    98 #define qtn_err_ctx_wlan     "WLAN"
    99 
   100 
   101 //
   102 // Symbian OS error strings:
   103 //
   104 
   105 // d: General system error, user cannot help the situation.
   106 // d: This should be very rare.
   107 // l: popup_note_window_1_four_rows
   108 // w: Errorres
   109 //
   110 #define     qtn_err_os_general        "System error."
   111 
   112 // d: General, temporary system error. Some resource may be temporarily unavailable, 
   113 // d: user should try again later. This should be very rare.
   114 // l: popup_note_window_1_four_rows
   115 // w: Errorres
   116 //
   117 #define     qtn_err_os_retry          "System error. Try again."
   118 
   119 
   120 //	
   121 // Mail protocol errors:
   122 //
   123 
   124 // d: Error string to be displayed when:
   125 // d: The login string has failed because there is a problem in using the secure logon.
   126 // d: User has to try again and probably the user has to change the script or the remote mailbox settings. 
   127 // l: popup_note_window_1_four_rows
   128 // w: Errorres
   129 //
   130 #define qtn_err_pop3_apop_login_string  "Could not create secure logon. Mail account server may not support secure logon."
   131 
   132 // d: Error string to be displayed when:
   133 // d: The connection to remote mailbox has encountered a problem and the connection is probably lost. User should try again.
   134 // l: popup_note_window_1_four_rows
   135 // w: Errorres
   136 //
   137 #define qtn_err_pop3_problem_remote     "Problem communicating with POP3 server"
   138 
   139 // d: Error string to be displayed when:
   140 // d: The Domain Name Server is not found. The DNS settings may
   141 // l: popup_note_window_1_four_rows
   142 // w: Errorres
   143 //
   144 #define qtn_err_imsk_dns_not_found         "Could not find a DNS server. Check the DNS address in Internet access in Network Settings."
   145 
   146 // d: Error string to be displayed when:
   147 // d: The internet connection could not be created because a network setting is currently open/in editing.
   148 // d: User should close network settings dialog and try again.
   149 // l: popup_note_window_1_four_rows
   150 // w: Errorres
   151 //
   152 #define qtn_err_imsk_control_panel_lock    "Could not connect to Internet. Make sure that Network Settings is closed."
   153 
   154 // d: Error string to be displayed when:
   155 // d: For unknown reason the connection to the remote mailbox is not possible/failed.
   156 // l: popup_note_window_1_four_rows
   157 // w: Errorres
   158 //
   159 #define qtn_err_mail_connect_fail       "Could not connect to the EMail server"
   160 
   161 // d: Error string to be displayed when:
   162 // d: The connection to the remote mailbox is disconnected from the server. The user should try again.
   163 // l: popup_note_window_1_four_rows
   164 // w: Errorres
   165 //
   166 #define qtn_err_imap_server_fail        "The connection to the IMAP4 server has been broken."
   167 
   168 // d: Error string to be displayed when:
   169 // d: The remote mailbox connection is not possible because the mailbox server is busy. The user should try again later.
   170 // l: popup_note_window_1_four_rows
   171 // w: Errorres
   172 //
   173 #define qtn_err_imap_server_busy        "The IMAP4 server refused the connection. The server is currently busy"
   174 
   175 // d: Error string to be displayed when:
   176 // d: Unable to connect to the remote mailbox because the server and the mobile are using incorrect/incompatible protocol.
   177 // d: The user should check the settings and then try again.
   178 // l: popup_note_window_1_four_rows
   179 // w: Errorres
   180 //
   181 #define qtn_err_imap_server_version     "Could not connect to the IMAP4 server. The IMAP server is the wrong version"
   182 
   183 // d: Error string to be displayed when:
   184 // d: For some unknown reason the connection to mailbox doesn't allow datatransmission therefore the connection is closed.
   185 // d: The user should try again.
   186 // l: popup_note_window_1_four_rows
   187 // w: Errorres
   188 //
   189 #define qtn_err_imap_send_fail          "Could not transmit data to the IMAP4 server"
   190 
   191 // d: Error string to be displayed when:
   192 // d: The remote mailbox refused the connection because either the username & password or the password was wrong.
   193 // d: The user should check the settings and try again.
   194 // l: popup_note_window_1_four_rows
   195 // w: Errorres
   196 //
   197 #define qtn_err_mail_bad_logon          "The EMail server refused the connection. Check your mail account username and password"
   198 
   199 // d: Error string to be displayed when:
   200 // d: For some unknown reason the software cannot select the folder that is in focus. There is nothing that the user can do.
   201 // l: popup_note_window_1_four_rows
   202 // w: Errorres
   203 //
   204 #define qtn_err_imap_wrong_folder       "Could not select an IMAP4 folder"
   205 
   206 // d: Error string to be displayed when:
   207 // d: The remote mailbox server doesn't allow secure connections and therefore the user should change the settings and try again.
   208 // l: popup_note_window_1_four_rows
   209 // w: Errorres
   210 //
   211 #define qtn_err_imap_serv_no_sec        "Secure connections are not available on this server."
   212 
   213 // d: Error string to be displayed when:
   214 // d: The remote mailbox server doesn't support login. The user cannot logon to the server. The user should check the remote mailbox settings.
   215 // l: popup_note_window_1_four_rows
   216 // w: Errorres
   217 //
   218 #define qtn_err_imap_login_disab        "Login for this IMAP4 server has been disabled."
   219 
   220 // d: Error string to be displayed when:
   221 // d: The remote mailbox server doesn't support secure connection. The user should check the remote mailbox settings.
   222 // l: popup_note_window_1_four_rows
   223 // w: Errorres
   224 //
   225 #define qtn_err_imap_negot_failed       "A secure connection cannot be made to this server."
   226 
   227 // d: Error string to be displayed when:
   228 // d: The folder that is in focus cannot be deleted. The folder may not be empty
   229 // d: or it can hold hidded files. The folder can also be protected from deletion.
   230 // d: The user requested operation is canceled.
   231 // l: popup_note_window_1_four_rows
   232 // w: Errorres
   233 //
   234 #define qtn_err_imap_cant_del_folder    "This folder cannot be deleted."
   235 
   236 
   237 
   238 //
   239 // Socket errors
   240 //
   241 
   242 // d: Error string to be displayed when:
   243 // d: For some reason the mobile cannot establish a TCP connection with server and therefore network connection is not possible.
   244 // d: The user should try again later.
   245 // l: popup_note_window_1_four_rows
   246 // w: Errorres
   247 //
   248 #define qtn_err_socket_net_unreach      "Could not connect to the network. Network is currently unreachable."
   249 
   250 // d: Error string to be displayed when:
   251 // d: For some reason the mobile cannot establish a TCP connection with server and therefore network connection is not possible.
   252 // d: The user should try again later.
   253 // l: popup_note_window_1_four_rows
   254 // w: Errorres
   255 //
   256 #define qtn_err_socket_host_unreach     "Could not connect to the specified server"
   257 
   258 // d: Error string to be displayed when:
   259 // d: Because the network protocol is wrong the mobile cannot establish a TCP connection with server and therefore network connection
   260 // d: is not possible. The user should check the settings and try again later.
   261 // l: popup_note_window_1_four_rows
   262 // w: Errorres
   263 //
   264 #define qtn_err_socket_wrong_protocol   "The specified server refused the selected protocol."
   265 
   266 
   267 
   268 //
   269 // NetDial Errors 
   270 //
   271 
   272 // d: Error string to be displayed when:
   273 // d: Problem with the modem communications. The user should check the settings (connection settings in general settings).
   274 // l: popup_note_window_1_four_rows
   275 // w: Errorres
   276 //
   277 #define qtn_err_net_modem_error     "Problem communicating with Internet service's modem. (See connection settings)"
   278 
   279 // d: Error string to be displayed when:
   280 // d: The network username of password is not correct. The user should check the connection settings and try again.
   281 // l: popup_note_window_1_four_rows
   282 // w: Errorres
   283 //
   284 #define qtn_err_net_login_fail      "Internet username or password is incorrect. (See connection settings)"
   285 
   286 // d: Error string to be displayed when:
   287 // d: The login script timed out, because there might be an error in the script. The timout may occur from false or missing input.
   288 // d: The user should check the script and try again.
   289 // l: popup_note_window_1_four_rows
   290 // w: Errorres
   291 //
   292 #define qtn_err_net_script_timeout  "Internet service login script timed out. Internet service login script may be incorrect. (See connection settings)"
   293 
   294 // d: Error string to be displayed when:
   295 // d: The login script has an error. The user should check the script and try again.
   296 // l: popup_note_window_1_four_rows
   297 // w: Errorres
   298 //
   299 #define qtn_err_net_script_error    "Problem with Internet service login script. Internet service login script may be incorrect. (See connection settings)"
   300 
   301 
   302 //
   303 // TCP Errors
   304 //
   305  
   306 // d: Error string to be displayed when:
   307 // d: The access points username or password is not correct. The phone cannot create a network connection until the user checks the access point settings.
   308 // l: popup_note_window_1_four_rows
   309 // w: Errorres
   310 //
   311 #define qtn_err_tcp_authentication_fail         "Username or password is incorrect. (See access point settings)"
   312  
   313 // d: Error string to be displayed when:
   314 // d: The isp allows only uncrypted datatransmission in logon. The user should change the access point settings accordingly.
   315 // l: popup_note_window_1_four_rows
   316 // w: Errorres
   317 //
   318 #define qtn_err_tcp_auth_not_secure   "Internet service provider allows only plain text authentication. This has not been set. (See access point settings)"
   319  
   320 // d: Error string to be displayed when:
   321 // d: The user's Internet account is no longer valid. Network connections with that account are no longer possible.
   322 // d: The should try another account or contact isp.
   323 // d: The ISP can disable users account and then user cannot use it, so basically the ISP can disable the account.
   324 // l: popup_note_window_1_four_rows
   325 // w: Errorres
   326 //
   327 #define qtn_err_tcp_disabled_account            "Could not connect to Internet service. Your account has been disabled."
   328  
   329 // d: Error string to be displayed when:
   330 // d: The Internet connetion in restricted in some hours and the user is trying to connect when it is not allowed.
   331 // d: The user should try again the (s)he has permission to connect to 'the Internet/network'.
   332 // l: popup_note_window_1_four_rows
   333 // w: Errorres
   334 //
   335 #define qtn_err_tcp_logon_hours                 "Could not connect to Internet service. Your account is only active during restricted hours."
   336  
   337 // d: Error string to be displayed when:
   338 // d: The network connection was not possible due the fact that the users Internet (isp) password has expired.
   339 // d: The user should check the access point settings or contact the isp.
   340 // l: popup_note_window_1_four_rows
   341 // w: Errorres
   342 //
   343 #define qtn_err_tcp_password_expired            "Could not connect to Internet service. Your Internet password has expired."
   344  
   345 // d: Error string to be displayed when:
   346 // d: The user is trying to connect to a server with a account that doesn't have permission to dial-up.
   347 // l: popup_note_window_1_four_rows
   348 // w: Errorres
   349 //
   350 #define qtn_err_tcp_dial_in_permission          "Could not connect to Internet service. You do not have dial-in permission."
   351  
   352 // d: Error string to be displayed when:
   353 // d: The Callback is not supported by this isp/server. The user should check the settings and try again without callback.
   354 // l: popup_note_window_1_four_rows
   355 // w: Errorres
   356 //
   357 #define qtn_err_tcp_no_call_back                "Could not connect to Internet service. Callback is not supported."
   358  
   359 // d: Error string to be displayed when:
   360 // d: The network connection failed because the server was not found.
   361 // l: popup_note_window_1_four_rows
   362 // w: Errorres
   363 //
   364 #define qtn_err_tcp_no_server                   "Could not find specified Internet server"
   365  
   366 // d: Error string to be displayed when:
   367 // d: The connection was termined because and error occurred from a bad network connection (line). The user should try again.
   368 // l: popup_note_window_1_four_rows
   369 // w: Errorres
   370 //
   371 #define qtn_err_tcp_bad_line                    "Bad line to Internet service dropped"
   372 
   373 
   374 //
   375 // ETEL GPRS
   376 //
   377  
   378 
   379 // d: Error string to be displayed when:
   380 // d: The phone or the network doesn't allow simultaneous GPRS and GSM network connections.
   381 // d: Therefore the GPRS connection is not allowed while GSM connection is active (e.g. active phonecall). 
   382 // l: popup_note_window_1_four_rows
   383 // w: Errorres
   384 //
   385 #define qtn_err_gprs_services_not_allowed          "GPRS not allowed"
   386  
   387 // d: The GPRS network is not currently available where the phone at the moment. The user should try again later on.
   388 // d: OR
   389 // d: Error string to be displayed when:
   390 // d: For some unknown reason the phone GPRS network connection was terminated by the network. The user should try again.
   391 // d: OR
   392 // d: The GPRS 'messaging centre'/BT is not available and therefore the phone hasn't got GPRS service available.
   393 // d: OR
   394 // d: The GPRS service activation was for some reason rejected by the network. The user should try again later on.
   395 // l: popup_note_window_1_four_rows
   396 // w: Errorres
   397 //
   398 #define qtn_err_gprs_temporary_netw_prob           "Temporary network problem"
   399   
   400 // d: Error string to be displayed when:
   401 // d: unspecified GPRS network error has occurred
   402 // d: e.g.:
   403 // d: The GPRS connection cannot be created for unknown reason.
   404 // d: OR
   405 // d: The GPRS connection to a server has been closed for unknown reason.
   406 // l: popup_note_window_1_four_rows
   407 // w: Errorres
   408 //
   409 #define qtn_err_gprs_unspecified_err               "Unknown GPRS Error"
   410  
   411 // d: Error string to be displayed when:
   412 // d: The GPRS network un termorary unavailable because the GPRS service is overloaded. The user should try again later on.
   413 // l: popup_note_window_1_four_rows
   414 // w: Errorres
   415 //
   416 #define qtn_err_gprs_insuff_resources              "GPRS network busy"
   417  
   418 // d: Error string to be displayed when:
   419 // d: The access point is not valid. The user should check the Access Point settings and try again.
   420 // l: popup_note_window_1_four_rows
   421 // w: Errorres
   422 //
   423 #define qtn_err_gprs_missingor_unknownapn          "GPRS access point not valid"
   424   
   425 // d: Error string to be displayed when:
   426 // d: GPRS access point settings has not correct username or password. The user should check the access point settings.
   427 // l: popup_note_window_1_four_rows
   428 // w: Errorres
   429 //
   430 #define qtn_err_gprs_user_auth_failure             "Authentication failed"
   431     
   432 // d: This cause code is used by the network to indicate that the requested service was rejected by the external packet
   433 // d: data network because the PDP address or type could not be recognized
   434 // d: OR
   435 // d: This cause code is used by the network to request a PDP contaxt reactivation after a GGSN restart.
   436 // l: popup_note_window_1_four_rows
   437 // w: Errorres
   438 //
   439 #define qtn_err_gprs_no_connection            "GPRS connection is not available"
   440 
   441 // d: Error string to be displayed when:
   442 // d: Maximum number of simultaneous GPRS connections are reached. 
   443 // l: popup_note_window_1_four_rows
   444 // w: Errorres
   445 //
   446 #define  qtn_err_gprs_max_nof_conns    "Maximum number of simultaneous connections reached. Try closing existing connections."
   447 
   448 // d: Error string to be displayed when:
   449 // d: PDP context not allowed because of ACL
   450 // l: popup_note_window_1_four_rows
   451 // w: 
   452 // r: 3.1
   453 //
   454 #define qtn_acl_err_connection_not_allowed "Connection not allowed"
   455 
   456 //
   457 // MMS Errors
   458 //
   459 
   460 // d: Unspecified error, used when no defined error matches.
   461 // d: OR
   462 // d: This can happened in receiving or in sending a MMS message. 
   463 // d: Basically this is a rare situation which can occur from a software failure.
   464 // d: OR
   465 // d: Errors from the MMS protocol to WAP mapping layer.
   466 // l: popup_note_window_1_four_rows
   467 // w: Errorres
   468 //
   469 #define  qtn_err_mms_common             "Unknown MMS error."
   470 
   471 // d: Both WAP access points must have the same URI (both must point 
   472 // d: to the same MMSC) otherwise they refer to different service centres.
   473 // d: The MMS access point has an URI field that defines some detail information about which MMSC is used. So these can be checked from MCEs MMS settings.
   474 // l: popup_note_window_1_four_rows
   475 // w: Errorres
   476 //
   477 #define  qtn_err_mms_uri_not_same       "MMS access points URIs are not the same. Please check the URIs."
   478 
   479 // d: Access point 1 not valid (something wrong with 
   480 // d: access point chain or URI missing).
   481 // l: popup_note_window_1_four_rows
   482 // w: Errorres
   483 //
   484 #define  qtn_err_mms_ap1_invalid        "MMS preferred Access Point is invalid."
   485 
   486 // d: Access point 2 not valid (something wrong with 
   487 // d: access point chain or URI missing).
   488 // l: popup_note_window_1_four_rows
   489 // w: Errorres
   490 //
   491 #define  qtn_err_mms_ap2_invalid        "MMS secondary Access Point is invalid."
   492 
   493 // d: Message is too big to be sent -cannot allocate encode buffer.
   494 // l: popup_note_window_1_four_rows
   495 // w: Errorres
   496 //
   497 #define  qtn_err_mms_msg_big_n_snd      "Unable to send message. Message is too big. Close other applications and try again."
   498 
   499 // d: Error codes that come from the X-mms-response status.
   500 // l: popup_note_window_1_four_rows
   501 // w: Errorres
   502 //
   503 #define  qtn_err_mms_msg_not_acpt_c     "Message was not accepted by the MMS centre"
   504 
   505 // d: The address in the to-field is invalid or unknown.
   506 // l: popup_note_window_1_four_rows
   507 // w: Errorres
   508 //
   509 #define  qtn_err_mms_msg_add_invalid    "Address unknown or not accepted. Check the address."
   510 
   511 // d: Due a network error the message was not send.
   512 // l: popup_note_window_1_four_rows
   513 // w: Errorres
   514 //
   515 #define  qtn_err_mms_ntwrk_e_msg_n_snd  "Network error. Message not send."
   516 
   517 // d: Some information may be missing from the message or the MMSC don't know where the phone call 
   518 // d: is coming so it doesn't accept the message. This happens only when sending a message.
   519 // d: OR
   520 // d: Software error or the message is badly corrupted in the process. This happens only when sending a message.
   521 // l: popup_note_window_1_four_rows
   522 // w: Errorres
   523 //
   524 #define  qtn_err_mms_msg_not_acpt_mmsc  "Message not accepted by MMS centre"
   525 
   526 // d:   Configuration error which probably is in the Access Points settings.
   527 // l: popup_note_window_1_four_rows
   528 // w: Errorres
   529 //
   530 #define  qtn_err_mms_conf_err_ap_stng   "Configuration error. Check Access Point settings."
   531 
   532 // d: This is shown to the user when the message has been expired, when the message 
   533 // d: cannot be found from the MMSC or when the URI in the message is invalid.
   534 // l: popup_note_window_1_four_rows
   535 // w: Errorres
   536 //
   537 #define  qtn_err_mms_msg_not_found      "Message not found."
   538 
   539 // d: The MMSC is not responding so the user should try again later on.
   540 // l: popup_note_window_1_four_rows
   541 // w: Errorres
   542 //
   543 #define  qtn_err_mms_mmsc_not_respnd    "MMS centre is not responding. Please try again later."
   544 
   545 // d: Network error due the fact that a time-out has occurred.
   546 // d: OR
   547 // d: No response from the Gw or some other network error.
   548 // l: popup_note_window_1_four_rows
   549 // w: Errorres
   550 //
   551 #define  qtn_err_mms_netwrk_error       "Network error."
   552 
   553 // d: The user has canceled the MMS operation.
   554 // l: popup_note_window_1_four_rows
   555 // w: Errorres
   556 //
   557 #define  qtn_err_mms_user_cancel_oper   "User has canceled the MMS operation."
   558 
   559 // d: Retrieved message contains unsupported content.
   560 // l: popup_note_window_1_four_rows
   561 // w: Errorres
   562 //
   563 #define qtn_err_mms_not_supported   "Message content not supported."
   564 
   565 // d: Error string to be displayed when:
   566 // d: Trying to send a protected content over MMS.
   567 // l: popup_note_window_1_four_rows
   568 // w: 
   569 // r: 3.0
   570 //
   571 #define qtn_err_mms_unable_to_send_protected "Unable to send protected object."
   572 
   573 // d: Error string to be displayed when:
   574 // d: A message is addressed to an unregistered application i.e. to a non-existing application.
   575 // d: The message is not fetched but a special error code is set to the corresponding MMS Notification.
   576 // l: popup_note_window/opt1
   577 // w: 
   578 // r: 3.2
   579 //
   580 #define qtn_err_mms_unregistered_app "Failed to forward message to an unregistered application. Message discarded." 
   581 
   582 //
   583 // SMS Errors
   584 //
   585 
   586 // d: Error string to be displayed when:
   587 // d: The phone number which the user has enter to SMS message is not valid. The user can check the number and try again.
   588 // l: popup_note_window_1_four_rows
   589 // w: Errorres
   590 //
   591 #define qtn_err_sms_invalid_numb        "Invalid phone number. Check the number and try again"
   592 
   593 // d: Error string to be displayed when:
   594 // d: For some unknown reason the SMS message is not delivered. The error may be in network or in the phone.
   595 // l: popup_note_window_1_four_rows
   596 // w: Errorres
   597 //
   598 #define qtn_err_unab_to_del             "Unable to deliver the message."
   599 
   600 // d: Error string to be displayed when:
   601 // d: The phone cannot perform the user initiated operation because a another operation which includes SIM card is in progress.
   602 // d: The user can try again later on.
   603 // l: popup_note_window_1_four_rows
   604 // w: Errorres
   605 //
   606 #define qtn_err_sms_sim_busy            "SIM card is busy performing anohter operation. Try again later."
   607 
   608 // d: Error string to be displayed when:
   609 // d: The SMS service doesn't work properly for some unknown reason. The user can try again later on.
   610 // l: popup_note_window_1_four_rows
   611 // w: Errorres
   612 //
   613 #define qtn_err_sms_common              "Unknown Network error. Try again later"
   614 
   615 // d: CDMA. SMS sending error for: No Acknowledgement. 
   616 // d: The destination SME does not acknowledge receipt
   617 // d: of the SMS delivery. SMS notification not pending.
   618 // l: popup_note_window_1_four_rows
   619 // w: Errorres
   620 //
   621 #define qtn_err_sms_no_ack                                "Sending error 34\nNo acknowledgement"
   622 
   623 // d: CDMA. SMS sending error for: Address Vacant. 
   624 // d: SMS destination address is valid but not currently 
   625 // d: allocated to an SMS terminal. 
   626 // l: popup_note_window_1_four_rows
   627 // w: Errorres
   628 //
   629 #define qtn_err_sms_address_vacant                        "Sending error 0\nDestination address not allocated"
   630 
   631 // d: CDMA. SMS sending error for: Address Translation Failure.
   632 // d: The SMS destination address is invalid.
   633 // l: popup_note_window_1_four_rows
   634 // w: Errorres
   635 //
   636 #define qtn_err_sms_trans_failure                        "Sending error 1\nDestination address invalid"
   637 
   638 // d: CDMA. SMS sending error for: Network Failure. 
   639 // d: A network node failed, a link failed or requested operation failed. 
   640 // l: popup_note_window_1_four_rows
   641 // w: Errorres
   642 //
   643 #define qtn_err_sms_net_failure                                "Sending error 3\nNetwork failure"
   644 
   645 // d: CDMA. SMS sending error for: Network Resource Shortage.
   646 // d: Network transmission failed due to lack of a network resource.
   647 // l: popup_note_window_1_four_rows
   648 // w: Errorres
   649 //
   650 #define qtn_err_sms_net_resce_shrtge                        "Sending error 2\nNetwork resource shortage"
   651 
   652 // d: CDMA. SMS sending error for: Invalid Teleservice ID. 
   653 // d: The SMS Teleservice ID is not known, is not supported or 
   654 // d: is not authorized by an addressed functional entity.
   655 // l: popup_note_window_1_four_rows
   656 // w: Errorres
   657 //
   658 #define qtn_err_sms_invld_srvce_id                        "Sending error 4\nInvalid teleservice ID"
   659 
   660 // d: CDMA. SMS sending error for: Other Network Problem. 
   661 // d: Miscellanious network problem not covered by other network errors.
   662 // l: popup_note_window_1_four_rows
   663 // w: Errorres
   664 //
   665 #define qtn_err_sms_other_net                                "Sending error 5\nUnknown network sending error"
   666 
   667 // d: CDMA. SMS sending error for: No Page Response. 
   668 // d: The addressed MS-based SME is known but it does not respond to a page.
   669 // d: SMS notification not pending.
   670 // l: popup_note_window_1_four_rows
   671 // w: Errorres
   672 //
   673 #define qtn_err_sms_no_page_resp                        "Sending error 32\nDestination not response"
   674 
   675 // d: CDMA. SMS sending error for: Destination Busy. 
   676 // d: The destination MS-based SME is SMS capable but is currently 
   677 // d: engaged in a call, service call etc.
   678 // l: popup_note_window_1_four_rows
   679 // w: Errorres
   680 //
   681 #define qtn_err_sms_dest_busy                                "Sending error 33\nDestination busy"
   682 
   683 // d: CDMA. SMS sending error for: Destination Resource Shortage. 
   684 // d: A required terminal resource (eg. Memory) is not available to process the message.
   685 // l: popup_note_window_1_four_rows
   686 // w: Errorres
   687 //
   688 #define qtn_err_sms_dest_resce_shrt                         "Sending error 35\nDestination resource shortage"
   689 
   690 // d: CMDA. SMS sending error for: SMS Delivery Postponed.
   691 // d: Delivery is not currently possible but SMS notification is pending.
   692 // l: popup_note_window_1_four_rows
   693 // w: Errorres
   694 //
   695 #define qtn_err_sms_delv_postponed                        "Sending error 36\nSMS delivery postponded"
   696 
   697 // d: CDMA. SMS sending error for: Destination out of Service.
   698 // d: The addressed destination is out of service for an extended
   699 // d: period of time. SMS notification not pending.
   700 // l: popup_note_window_1_four_rows
   701 // w: Errorres
   702 //
   703 #define qtn_err_sms_dest_out_srvce                        "Sending error 37\nDestination out of service"
   704 
   705 // d: CDMA. SMS sending error for: Destination No Longer at this Address.
   706 // d: The MS-based SME is no longer at the temporary SMS routing address.
   707 // d: SMS notification is not pending.
   708 // l: popup_note_window_1_four_rows
   709 // w: Errorres
   710 //
   711 #define qtn_err_sms_dest_no_addr                        "Sending error 38\nDestination no longer at this address"
   712 
   713 // d: CDMA. SMS sending error for: Other Terminal Problem.
   714 // d: A miscellanious terminal problem has occurred that is not covered by another error.
   715 // l: popup_note_window_1_four_rows
   716 // w: Errorres
   717 //
   718 #define qtn_err_sms_other_term_prob                        "Sending error 39\nUnknown device sending problem"
   719 
   720 // d: CDMA. SMS sending error for: Radio interface shortage.
   721 // d: There is no channel available or there is radio congestion at this time.
   722 // l: popup_note_window_1_four_rows
   723 // w: Errorres
   724 //
   725 #define qtn_err_sms_radio_int_shrtge                        "Sending error 64\nRadio interface shortage"
   726 
   727 // d: CDMA. SMS sending error for: Radio Interface Incompatibility.
   728 // d: The MS for an MS-based SME is operating in a mode that does not support SMS at this time.
   729 // l: popup_note_window_1_four_rows
   730 // w: Errorres
   731 //
   732 #define qtn_err_sms_radio_int_incomp                        "Sending error 65\nDestination doesn not support SMS"
   733 
   734 // d: CDMA. SMS sending error for Other Radio Interface Problem.
   735 // d: Miscellanious radio interface problem not covered by other errors.
   736 // l: popup_note_window_1_four_rows
   737 // w: Errorres
   738 //
   739 #define qtn_err_sms_radio_int_other                        "Sending error 66\nUnknown radio interface problem"
   740 
   741 // d: CDMA. SMS sending error for Encoding Problem. 
   742 // d: The size of a parameter or field is not what is expected.
   743 // l: popup_note_window_1_four_rows
   744 // w: Errorres
   745 //
   746 #define qtn_err_sms_encoding_prob                        "Sending error 96\nEncoding problem"
   747 
   748 // d: CDMA. SMS sending error for SMS Origination Denied.
   749 // d: The origination MIN is not recognized, the originating address 
   750 // d: is not allowed for the originating MIN, etc.
   751 // l: popup_note_window_1_four_rows
   752 // w: Errorres
   753 //
   754 #define qtn_err_sms_orig_denied                                "Sending error 97\nSMS sending denied"
   755 
   756 // d: CDMA. SMS sending error for SMS Termination Denied.
   757 // d: The destination is not authorized to receive SMS messages.
   758 // l: popup_note_window_1_four_rows
   759 // w: Errorres
   760 //
   761 #define qtn_err_sms_termin_denied                        "Sending error 98\nSMS delivery denied by destination"
   762 
   763 // d: CDMA. SMS sending error for: Supplementary service not supported.
   764 // d: The originating supplementary service is not known or supported. 
   765 // l: popup_note_window_1_four_rows
   766 // w: Errorres
   767 //
   768 #define qtn_err_sms_supp_not_supp                        "Sending error 99\nSupplementary service not supported"
   769 
   770 // d: CDMA. SMS sending error for: SMS not supported. 
   771 // d: SMS is not supported by an addressed functional entity.
   772 // l: popup_note_window_1_four_rows
   773 // w: Errorres
   774 //
   775 #define qtn_err_sms_not_supp                                "Sending error 100\nSMS not supported by destination"
   776 
   777 // d: CDMA. SMS sending error for: Missing Expected Parameter.
   778 // d: An optional parameter is required for a particular function and that parameter is missing.
   779 // l: popup_note_window_1_four_rows
   780 // w: Errorres
   781 //
   782 #define qtn_err_sms_miss_exp_param                        "Sending error 102\nMissing expected parameter"
   783 
   784 // d: CDMA. SMS sending error for: Missing Mandatory Parameter.
   785 // d: A parameter is missing that is mandatory for a particular message. 
   786 // l: popup_note_window_1_four_rows
   787 // w: Errorres
   788 //
   789 #define qtn_err_sms_miss_man_param                        "Sending error 103\nMissing mandatory parameter"
   790 
   791 // d: CDMA. SMS sending error for: Unrecognized Parameter.
   792 // d: A known parameter has an unknown or unsupported value.
   793 // l: popup_note_window_1_four_rows
   794 // w: Errorres
   795 //
   796 #define qtn_err_sms_unrec_param                                "Sending error 104\nUnrecognized parameter"
   797 
   798 // d: CDMA. SMS sending error for: Unexpected Parameter.
   799 // d: A known parameter has a known but unsupported value.
   800 // l: popup_note_window_1_four_rows
   801 // w: Errorres
   802 //
   803 #define qtn_err_sms_unexp_param_val                        "Sending error 105\nUnexpected parameter value"
   804 
   805 // d: CDMA. SMS sending error for: User Data Size Error.
   806 // d: The User Data size is too large for access technology, transport network or call mode. 
   807 // l: popup_note_window_1_four_rows
   808 // w: Errorres
   809 //
   810 #define qtn_err_sms_user_data_size                        "Sending error 106\nMessage too long"
   811 
   812 
   813 // d: CDMA. SMS sending error for: Other General Problem. 
   814 // d: A miscellanious general error has occurred that is not covered by other errors.
   815 // l: popup_note_window_1_four_rows
   816 // w: Errorres
   817 //
   818 #define qtn_err_sms_other_gen_prob                        "Sending error 107\nOther general problem"
   819 
   820 
   821 //
   822 // Delivert Ack error
   823 //
   824 //
   825 
   826 // d: CDMA. SMS delivery error for: Message Cancelled. 
   827 // d: Message sending cancelled before delivery. 
   828 // l: popup_note_window_1_four_rows
   829 // w: Errorres
   830 //
   831 #define qtn_err_sms_del_mess_canc                        "Delivery error 3\nMessage cancelled"
   832 
   833 // d: CDMA. SMS delivery error for: Network Congestion.
   834 // d: Network does not have the resources to support delivery at this time. 
   835 // l: popup_note_window_1_four_rows
   836 // w: Errorres
   837 //
   838 #define qtn_err_sms_del_net_congest                        "Delivery error 4\nNetwork congestion"
   839 
   840 // d: Network does not have the resources to support delivery at this time. 
   841 // l: popup_note_window_1_four_rows
   842 // w: Errorres
   843 //
   844 #define qtn_err_sms_del_net_err                                "Delivery error 5\nNetwork error"
   845 
   846 // d: CDMA. SMS delivery error for: Unknown error. 
   847 // d: Message sending cancelled before delivery. 
   848 // l: popup_note_window_1_four_rows
   849 // w: Errorres
   850 //
   851 #define qtn_err_sms_del_unknwn_err				  "Delivery error 31\nUnknown error"
   852 
   853 // d: CDMA. SMS delivery error for: Cancel Failed. 
   854 // d: Cancelling of delivery of message failed.
   855 // l: popup_note_window_1_four_rows
   856 // w: Errorres
   857 //
   858 #define qtn_err_sms_del_canc_fail                        "Delivery error 6\nCancel failed"
   859 
   860 // d: CDMA. SMS delivery error for: Blocked destination. 
   861 // d: The destination of the delivery request is blocked and therefore delivery failed.
   862 // l: popup_note_window_1_four_rows
   863 // w: Errorres
   864 //
   865 #define qtn_err_sms_del_block_dest                        "Delivery error 7\nDelivery to destination is blocked"
   866 
   867 // d: CDMA. SMS delivery error for: Text Too Long. 
   868 // d: The message could not be delivered because its text is too long.
   869 // l: popup_note_window_1_four_rows
   870 // w: Errorres
   871 //
   872 #define qtn_err_sms_del_text_too_long                        "Delivery error 8\nText too long"
   873 
   874 // d: CDMA. SMS delivery error for: Duplicated Message.
   875 // d: The message will not be delivered because it is a duplicate. 
   876 // l: popup_note_window_1_four_rows
   877 // w: Errorres
   878 //
   879 #define qtn_err_sms_del_dup_mess                        "Delivery error 9\nDuplicated message"
   880 
   881 // d: CDMA. SMS delivery error for: Invalid Destination. 
   882 // d: Message not delivered because the destination does not support SMS delivery.
   883 // l: popup_note_window_1_four_rows
   884 // w: Errorres
   885 //
   886 #define qtn_err_sms_del_invld_dest                        "Delivery error 10\nInvalid destination"
   887 
   888 // d: CDMA. SMS delivery error for: Message Expired. 
   889 // d: Message expired before it was delivered.  
   890 // l: popup_note_window_1_four_rows
   891 // w: Errorres
   892 //
   893 #define qtn_err_sms_del_mess_exp                        "Delivery error 13\nMessage expired before delivery"        
   894 
   895 
   896 //
   897 // General internet connection error
   898 //
   899 //
   900 
   901 // d: Uncategorized internet connection, user should try again
   902 // l: popup_note_window_1_four_rows
   903 // w: Errorres
   904 //
   905 #define	qtn_err_gen_conn "Could not connect to Internet service. Try again."
   906 
   907 //
   908 // Rainbow Core (WAP) Errors
   909 //
   910 //
   911 //
   912 
   913 // d: A generic browser error. The operation failed.  
   914 // d: Eg:- Failed to send a message between adapters, Or Internal convertions failed 
   915 // d: –say relative to absolute URL Or Parse error 
   916 // l: popup_note_window_1_four_rows
   917 // w: Errorres
   918 //
   919 #define qtn_err_failure                 "Unable to perform operation"
   920 
   921 // d: Error string to be displayed when:
   922 // d: When a file was loaded using file:// scheme, the end of was reached prematurely. 
   923 // d: (Trying to read past end of file.  Returned by NW_Osu_ReadFile.)
   924 // l: popup_note_window_1_four_rows
   925 // w: Errorres
   926 //
   927 #define qtn_err_file_eof                "Page not available."
   928 
   929 // d: Error string to be displayed when:
   930 // d: When a file was loaded using file:// scheme, a read error was encountered
   931 // l: popup_note_window_1_four_rows
   932 // w: Errorres
   933 //
   934 #define qtn_err_file_read_error         "File format unknown."
   935 
   936 // d: Error string to be displayed when:
   937 // d: System out of memory. Browser failed to allocate memory. The browser should exit 
   938 // d: or make memory available by quiting some apps and trying the operation again
   939 // l: popup_note_window_1_four_rows
   940 // w: Errorres
   941 //
   942 #define qtn_err_out_of_memory           "Connection not available."
   943 
   944 
   945 // d: Error string to be displayed when:
   946 // d: Unexpected error. Browser has entered an unknown state
   947 // d:  If browsing will be continued data in a phone may be damaged. 
   948 // d: Status of error: Critical - The browser is in inconsistent state . Browser will shutdown.
   949 // l: popup_note_window_1_four_rows
   950 // w: Errorres
   951 //
   952 #define qtn_err_unexpected_error        "Unexpected error. Services application will exit."
   953 
   954 // d: Error string to be displayed when:
   955 // d: General timeout response. The operation is timed out 
   956 // l: popup_note_window_1_four_rows
   957 // w: Errorres
   958 //
   959 #define qtn_err_wait_timeout            "Connection time-out."
   960 
   961 // d: Error string to be displayed when:
   962 // d: An unknown scheme was passed to the browser which it does not support, Such as mailto://
   963 // l: popup_note_window_1_four_rows
   964 // w: Errorres
   965 //
   966 #define qtn_err_unknown_scheme          "Page does not exist."
   967 
   968 // d: Error string to be displayed when:
   969 // d: Ran through too many redirects. The gateway has redirected too many times, WAP spec. say redirects can not exceed 5
   970 // d: Status of error: Medium - The operation failed.
   971 // l: popup_note_window_1_four_rows
   972 // w: Errorres
   973 //
   974 #define qtn_err_too_many_redirects      "Response unknown."
   975 
   976 // d: Error string to be displayed when:
   977 // d: HTTP Basic authentication requested by the web server, but the authentication information in the header is missing. 
   978 // d: (Missing required HTTP header from server.)
   979 // l: popup_note_window_1_four_rows
   980 // w: Errorres
   981 //
   982 #define qtn_err_missing_auth_header     "Secure connection not available."
   983 
   984 // d: Error string to be displayed when:
   985 // d: Invalid input parameter. Bad parameters were passed to a Browser code function.
   986 // d: Status of error: Coding Bug - Should never happen in released product.
   987 // l: popup_note_window_1_four_rows
   988 // w: Errorres
   989 //
   990 #define qtn_err_bad_input_param         "Invalid input parameter."
   991 
   992 // d: Error string to be displayed when:
   993 // d: Input parameter missing. A Rainbow API is called and it is missing some parameter.
   994 // d: Status of error: Coding Bug - Should never happen in released product.
   995 // l: popup_note_window_1_four_rows
   996 // w: Errorres
   997 //
   998 #define qtn_err_missing_input_param     "Required input parameter is missing."
   999 
  1000 // d: Error string to be displayed when:
  1001 // d: Rainbow has been request to load a Url that is not formed correctly. URL could not be parsed.
  1002 // l: popup_note_window_1_four_rows
  1003 // w: Errorres
  1004 //
  1005 #define qtn_err_malformed_url           "Page not found. Check URL address."
  1006 
  1007 // d: Error string to be displayed when:
  1008 // d: A URL redirect was received, but the redirect location was missing. The reply was an HTTP 
  1009 // d: redirect without a location header. Bad Http redirect-no Http Location header
  1010 // l: popup_note_window_1_four_rows
  1011 // w: Errorres
  1012 //
  1013 #define qtn_err_missing_loc_header "Page not available."
  1014 
  1015 // d: Error string to be displayed when:
  1016 // d: HTTP content was received, but the content location information in the header is bad. 
  1017 // d: The reply contained a content location header that was corrupt.  Bad Http Content Location header.
  1018 // l: popup_note_window_1_four_rows
  1019 // w: Errorres
  1020 //
  1021 #define qtn_err_bad_content_loc_header  "Page not available."
  1022 
  1023 // d: Error string to be displayed when:
  1024 // d: A URL redirect was received, but the redirect URL was invalid. A redirect was received for 
  1025 // d: a request other than for an HTTP Get or HTTP Head method.
  1026 // l: popup_note_window_1_four_rows
  1027 // w: Errorres
  1028 //
  1029 #define qtn_err_bad_redirect            "Page not available."
  1030 
  1031 // d: Error string to be displayed when:
  1032 // d: Attempt was made to execute encoded WML Script without a WML deck to work with.
  1033 // l: popup_note_window_1_four_rows
  1034 // w: Errorres
  1035 //
  1036 #define qtn_err_missing_script_referer  "File format unknown."
  1037 
  1038 // d: Error string to be displayed when:
  1039 // d: When a URL request was made, the gateway address is not set. (No WAP Server selected.)
  1040 // l: popup_note_window_1_four_rows
  1041 // w: Errorres
  1042 //
  1043 #define qtn_err_wps_gateway_unset             "Check gateway IP address setting."
  1044 
  1045 // d: Error string to be displayed when:
  1046 // d: User has canceled the network load operation (Stack adapter request has been aborted.)
  1047 // l: popup_note_window_1_four_rows
  1048 // w: Errorres
  1049 //
  1050 #define qtn_err_wps_aborted      "Operation aborted by server."
  1051 
  1052 // d: Error string to be displayed when:
  1053 // d: A WML Script function was called with an invalid list of parameters. An invalid set of arguments was passed to the the script function.
  1054 // d: The WML script function that was called in the current deck
  1055 // d: can not be executed. The user can continue browsing. Status of error: Medium -The operation failed.
  1056 // l: popup_note_window_1_four_rows
  1057 // w: Errorres
  1058 //
  1059 #define qtn_err_script_inv_func_args        "Excecution of script failed."
  1060 
  1061 // d: Error string to be displayed when:
  1062 // d: There is no card found in current deck. The UI has most likely nothing to render.
  1063 // l: popup_note_window_1_four_rows
  1064 // w: Errorres
  1065 //
  1066 #define qtn_err_wmlb_card_not_indeck     "Page does not exist."
  1067 
  1068 // d: Error string to be displayed when:
  1069 // d: Browser has no access to current deck. No access to requested WML deck.
  1070 // l: popup_note_window_1_four_rows
  1071 // w: Errorres
  1072 //
  1073 #define qtn_err_wmlb_no_access            "No server access."
  1074 
  1075 // d: Error string to be displayed when:
  1076 // d: Rainbow has received content that it can not handle, and the OS has reported it can not handle it either. Bad content type found in URL response.
  1077 // l: popup_note_window_1_four_rows
  1078 // w: Errorres
  1079 //
  1080 #define qtn_err_wmlb_bad_content          "File format unknown."
  1081 
  1082 // d: Error string to be displayed when:
  1083 // d: Browser received content that there is no handler for.
  1084 // l: popup_note_window_1_four_rows
  1085 // w: Errorres
  1086 //
  1087 #define qtn_err_wmlb_bad_cont_type     "File format unknown."
  1088 
  1089 // d: Error string to be displayed when:
  1090 // d: Rainbow has received content that it can not handle as it uses an unsupported character set. Content validation failed in 
  1091 // d: the WML Browser: Unsupported charset. (Found when validating the content before displaying)
  1092 // l: popup_note_window_1_four_rows
  1093 // w: Errorres
  1094 //
  1095 #define qtn_err_wmlb_unsupport_char          "File format unknown."
  1096 
  1097 // d: Error string to be displayed when:
  1098 // d: Deck validation failed due to corrupted opaque data. Content Validation failed in the WML Browser: Corrupted opaque data.
  1099 // d: (Found when validating the content before displaying)
  1100 // l: popup_note_window_1_four_rows
  1101 // w: Errorres
  1102 //
  1103 #define qtn_err_wmlb_bad_opaque_data              "File format unknown."
  1104 
  1105 // d: Error string to be displayed when:
  1106 // d: Deck validation failed due to invalid processing instruction. Content Validation failed in the WML Browser: Bad Processing 
  1107 // d: Instruction. (Found when validating the content before displaying)
  1108 // l: popup_note_window_1_four_rows
  1109 // w: Errorres
  1110 //
  1111 #define qtn_err_wmlb_bad_pi               "File format unknown."
  1112 
  1113 // d: Error string to be displayed when:
  1114 // d: Validation failure due to invalid switch page token. Content Validation 
  1115 // d: failed in the WML Browser: Bad Switch page token. (Found when validating the content before displaying)
  1116 // l: popup_note_window_1_four_rows
  1117 // w: Errorres
  1118 //
  1119 #define qtn_err_wmlb_bad_swpagetoken 	"File format unknown."
  1120 
  1121 // d: Error string to be displayed when:
  1122 // d: String validation failed due to bad encoding or WML tag says the next token is string, but it isn’t.
  1123 // d: Content Validation failed in the WML Browser: Bad Text. 
  1124 // d: Errors in text such as bad string encoding. (Found when validating the content before displaying)
  1125 // l: popup_note_window_1_four_rows
  1126 // w: Errorres
  1127 //
  1128 #define qtn_err_wmlb_bad_text             "File format unknown."
  1129 
  1130 // d: Error string to be displayed when:
  1131 // d: WML Deck contains a bad element. Validation failure. Content Validation failed 
  1132 // d: in the WML Browser: Bad Element Encountered. (Found when validating the content before displaying)
  1133 // d: (Found when validating the content Status of error: Major - The operation could not be performed 
  1134 // d: due to some required data not found. 
  1135 // l: popup_note_window_1_four_rows
  1136 // w: Errorres
  1137 //
  1138 #define qtn_err_wmlb_bad_element          "Page contains a bad element."
  1139 
  1140 // d: Error string to be displayed when:
  1141 // d: Content validation failed - missing literal tag. (Found when validating the content before displaying)
  1142 // l: popup_note_window_1_four_rows
  1143 // w: Errorres
  1144 //
  1145 #define qtn_err_wmlb_missing_literaltag   "Page not available."
  1146 
  1147 // d: Error string to be displayed when:
  1148 // d: User initiated navigation was canceled as a WML Script is running. Navigation to a URL canceled because the WML Script Interpreter is busy.
  1149 // d: Status of error: Medium - The operation failed.
  1150 // l: popup_note_window_1_four_rows
  1151 // w: Errorres
  1152 //
  1153 #define qtn_err_wae_navigation_cancel        "Page not available."
  1154 
  1155 // d: Error string to be displayed when:
  1156 // d: This is a generic stack error. The intended operation could not be performed. Abort the operation. Internal error:
  1157 // d: Protocol stack error. Error occurred dealing with WAP Protocol Stack.
  1158 // l: popup_note_window_1_four_rows
  1159 // w: Errorres
  1160 //
  1161 #define qtn_err_wps_error "Connection not available."
  1162 
  1163 // d: Error string to be displayed when:
  1164 // d: Generic wimi error . Retuned when there Internal wimi error, NO_WIM, NO_KES, Hash_update_failed, Hash_Copy_failed,
  1165 // d: Hash_Final_Failed, Persistant storage error , Bad/wrong  reference  Wim Closed
  1166 // l: popup_note_window_1_four_rows
  1167 // w: Errorres
  1168 //
  1169 #define qtn_err_wim_error "Secure connection not available."
  1170 
  1171 // d: Error string to be displayed when:
  1172 // d: WTLS handshake went ok, and you were authenticated - however you do not have access to 
  1173 // d: the gateway. A valid certificate was received, but when access control was applied, the sender decided
  1174 // d: not to proceed with negotiation. This message is always fatal.
  1175 // l: popup_note_window_1_four_rows
  1176 // w: Errorres
  1177 //
  1178 #define qtn_err_wtls_access_denied "No secure access." 
  1179 
  1180 // d: Error string to be displayed when:
  1181 // d: WSP status code was returned from the gateway that is unknown to Rainbow, and therefore not handled.
  1182 // d: The received reply contained an undefined WSP status code.
  1183 // l: popup_note_window_1_four_rows
  1184 // w: Errorres
  1185 //
  1186 #define qtn_err_unhandled_wsp_status "Page not available."
  1187 
  1188 // d: Error string to be displayed when:
  1189 // d: The gateway failed to decrypt the data it was sent. ( A WTLSCiphertext decrypted in an invalid way: 
  1190 // d: either it wasn’t a multiple of the block length or its padding values, when checked, weren’t correct. 
  1191 // d: This message is generally a warning. The message is sent in cleartext.)
  1192 // l: popup_note_window_1_four_rows
  1193 // w: Errorres
  1194 //
  1195 #define qtn_err_decryption_failed "Secure connection not available."
  1196 
  1197 // d: Error string to be displayed when:
  1198 // d: Gateway navigation document currently in effect has expired.
  1199 // d: A gateway navigation document was being used, but it has not expired. It is just informational. 
  1200 // d: If the user continues to browse to the same location, they may be sent another 
  1201 // d: gateway navigation document. Status of error: Low - Informational
  1202 // l: popup_note_window_1_four_rows
  1203 // w: Errorres
  1204 //
  1205 #define qtn_err_secinfo_expired "Page not available. Try again."
  1206 
  1207 // d: Error string to be displayed when:
  1208 // d: Gateway navigation document in effect and the requested URL is not secure
  1209 // l: popup_note_window_1_four_rows
  1210 // w: Errorres
  1211 //
  1212 #define qtn_err_conn_url_nonsecure "Secure connection not available"
  1213 
  1214 // d: Error string to be displayed when:
  1215 // d: No matching certificate can be found for the parameters passed into the signText script function.
  1216 // l: popup_note_window_1_four_rows
  1217 // w: Errorres
  1218 //
  1219 #define qtn_err_crypto_nocert "No matching certificate found."
  1220 
  1221 // d: Error string to be displayed when:
  1222 // d: A Session with the WIM has not be established
  1223 // d: Status of error: Coding Bug -Should never happen in released product.
  1224 // l: popup_note_window_1_four_rows
  1225 // w: Errorres
  1226 //
  1227 #define qtn_err_wim_session_not_set "Connection not available."
  1228 
  1229 // d: Error string to be displayed when:
  1230 // d: Misleading error code, it actually means that Symbian's cryptography code failed. (unlikely to occur)
  1231 // d: Status of error: Critical - The browser is in inconsistent state. Browser will shutdown.
  1232 // l: popup_note_window_1_four_rows
  1233 // w: Errorres
  1234 //
  1235 #define qtn_err_wim_init_failed "Unexpected error."
  1236 
  1237 // d: Error string to be displayed when:
  1238 // d: Failed to decode server or client certificate in WTLS handshake
  1239 // l: popup_note_window_1_four_rows
  1240 // w: Errorres
  1241 //
  1242 #define qtn_err_wim_decode_err "Secure connection not available."
  1243  
  1244 // d: Error string to be displayed when:
  1245 // d: The image is not available due to http errors such as no content, partial content, no authentication info
  1246 // d: An HTTP error was encountered when fetching the image
  1247 // l: popup_note_window_1_four_rows
  1248 // w: Errorres
  1249 //
  1250 #define qtn_err_imgloader_http_error "Image not available."
  1251 
  1252 // d: Error string to be displayed when:
  1253 // d: URI passed to the WTAI scheme handler contained invalid arguments.
  1254 // l: popup_note_window_1_four_rows
  1255 // w: Errorres
  1256 //
  1257 #define qtn_err_wtai_invalid_argument "Wrong DTMF sequence."
  1258 
  1259 // d: Error string to be displayed when:
  1260 // d: URI passed to the WTAI scheme handler points to a WTAI library function that is not supported.
  1261 // l: popup_note_window_1_four_rows
  1262 // w: Errorres
  1263 //
  1264 #define qtn_err_wtai_unsupp_funtion "File format unknown."
  1265 
  1266 // d: Error string to be displayed when:
  1267 // d: URI passed to the WTAI scheme handler points to a WTAI library that is not supported.
  1268 // l: popup_note_window_1_four_rows
  1269 // w: Errorres
  1270 //
  1271 #define qtn_err_wtai_unsupp_library "File format unknown."
  1272 
  1273 // d: Error string to be displayed when:
  1274 // d: A URL redirect was received, but the redirect URL was invalid. Unable to resolve URL for Http redirect.
  1275 // l: popup_note_window_1_four_rows
  1276 // w: Errorres
  1277 //
  1278 #define qtn_err_bad_redirect_url "Page not available."
  1279 
  1280 // d: Error string to be displayed when:
  1281 // d: User has enterde URL that was invalid. Unable to resolve URL. User should check the url and try again
  1282 // l: popup_note_window_1_four_rows
  1283 // w: Errorres
  1284 //
  1285 #define qtn_err_wtai_invalid_url "Page not available. Check URL address."
  1286  
  1287 // d: Error string to be displayed when:
  1288 // d: A disconnect indication received from gateway due to following reasons: client side request is out of session 
  1289 // d: and the server forces to close the current session, session is close at client side and the server confirms it or the
  1290 // d: the server refuses a session establishment request for some reason.
  1291 // l: popup_note_window_1_four_rows
  1292 // w: Errorres
  1293 //
  1294 #define qtn_err_wps_disconnected "Connection to WAP server dropped."
  1295 
  1296 // d: Error string to be displayed when:
  1297 // d: The data type suplied is not valid. E.g. empty or contains characters not allowed.
  1298 // d: OR 
  1299 // d: Error string to be displayed when:
  1300 // d: File format cannot be handed by the device. 
  1301 // l: popup_note_window_1_four_rows
  1302 // w: Errorres
  1303 //
  1304 #define qtn_err_dochui_bad_mime             "Unknown file format"
  1305 
  1306 // d: Error string to be displayed when:
  1307 // d: Data length is zero, thus invalid and cannot be handled.
  1308 // l: popup_note_window_1_four_rows
  1309 // w: Errorres
  1310 //
  1311 #define qtn_err_dochui_null_content             "File empty."
  1312 
  1313 // d: Error string to be displayed when:
  1314 // d: Cannot find a directory where to save the file. 
  1315 // d: Caused by defective programming.
  1316 // l: popup_note_window_1_four_rows
  1317 // w: Errorres
  1318 //
  1319 #define qtn_err_dochui_no_datadir             "File cannot be saved."
  1320 
  1321 // d: Error string to be displayed when:
  1322 // d: The data contains executable e.g. an application. For security
  1323 // d: reasons we don't allow execution of any files downloaded to the device.
  1324 // d: You know: viruses and worms.
  1325 // l: popup_note_window_1_four_rows
  1326 // w: Errorres
  1327 //
  1328 #define qtn_err_dochui_executable             "Execution not allowed for security reasons"
  1329 
  1330 // d: General error text for mail sending errors.
  1331 // d: Covers almost all SMTP errors.
  1332 // l: popup_note_window_1_four_rows
  1333 // w: Errorres
  1334 //
  1335 #define qtn_err_mail_send_fail             "Message sending failed. Please check your mail settings."
  1336 
  1337 // d: Error string to de displayed when there is an active call and 
  1338 // d: the user tries open a network connection
  1339 // l: popup_note_window_1_four_rows
  1340 // w: Errorres
  1341 // 
  1342 #define qtn_gprs_err_call_in_progress "End call first"
  1343 
  1344 // d: Error note to be displayed when  there is already a active network connection and 
  1345 // d: therefore it is not possible to create a new network connection. 
  1346 // l: popup_note_window_1_four_rows
  1347 // w: Errorres
  1348 // 
  1349 #define qtn_ics_note_close_conn_try_again "Close existing network connections and try again"
  1350 
  1351 // d: Error string to be displayed when:
  1352 // d: There is something wrong in operators side e.g. SMS Service is not subscribed.
  1353 // l: popup_note_window_1_four_rows
  1354 // w: Errorres
  1355 //
  1356 #define qtn_err_sms_check_oper_srv "Check operator services."
  1357 
  1358 // d: Error string to be displayed when:
  1359 // d: Service provider rejects message. the reason could be e.g. incompatible message language or alphabets.
  1360 // l: popup_note_window_1_four_rows
  1361 // w: Errorres
  1362 //
  1363 #define qtn_err_msg_format_not_sup "Message format not supported."
  1364 
  1365 // d: Error string to displayed if user tries to use GPRS connection 
  1366 // d: without subscription i.e. user has not subscribed a required feature, in this case GPRS services.
  1367 // d: This error may also occur when a foreign network does not support roaming.
  1368 // l: popup_note_window_1_four_rows
  1369 // w: Errorres
  1370 // 
  1371 #define qtn_err_gprs_unsubcribed "Subscribe to GPRS first"
  1372  
  1373 // d: Error string to be displayed when:
  1374 // d: User tries to use messaging server while user data backup or restore in process.
  1375 // l: popup_note_window_1_four_rows
  1376 // w: Errorres
  1377 //
  1378 #define qtn_err_backup_restore "Could not perform operation as backup/restore in process."
  1379 
  1380 // d: Error string to be displayed when:
  1381 // d: While message is being viewed some other module has deleted the message and viewer is closed. 
  1382 // d: This happens when user is viewing e.g. sent message and MsgErrorWatcher deletes 
  1383 // d: it when number of messages in Sent folder reaches the limit.
  1384 // l: popup_note_window_1_four_rows
  1385 // w: Errorres
  1386 //
  1387 #define qtn_err_message_deleted "Message has been deleted."
  1388 
  1389 // d: Error string to be displayed when:
  1390 // d: Message type was previously supported, but due some message type module uninstallation 
  1391 // d: message type is not supported any more
  1392 // l: popup_note_window_1_four_rows
  1393 // w: Errorres
  1394 //
  1395 #define qtn_err_mtm_uninstalled "Message type is not supported any more."
  1396 
  1397 // d: Error string to be displayed when:
  1398 // d: for a some ( unkonown ) reason, message server could not be started, 
  1399 // d: there is not much that user can do about it.
  1400 // l: popup_note_window_1_four_rows
  1401 // w: Errorres
  1402 //
  1403 #define qtn_err_ms_startup_fail "Message server could not be started."
  1404 
  1405 // d: Error string to be displayed when:
  1406 // d: Messaging server was terminated for some reason and all applications that use it must be shut down.
  1407 // l: popup_note_window_1_four_rows
  1408 // w: Errorres
  1409 //
  1410 #define qtn_err_ms_terminated "Message server was terminated, closing application."
  1411 
  1412 // d: Cameron specific string
  1413 // d: Error string to be displayed when:
  1414 // d: User has removed memory card and thus there is no data storage on device. 
  1415 // d: OR 
  1416 // d: For some reson (e.g. uncompatible hw) disk cannot be mounted and thus nothing can be saved.
  1417 // l: popup_note_window_1_four_rows
  1418 // w: Errorres
  1419 //
  1420 #define qtn_err_g_msg_no_disk "No disk present - cannot save the message."
  1421 
  1422 // d: Cameron specific string
  1423 // d: Error string to be displayed when:
  1424 // d: User (or sw) tries to save message to read only directory 
  1425 // d: OR 
  1426 // d: For some reson (e.g. uncompatible hw) disk cannot be mounted and thus nothing can be saved. 
  1427 // l: popup_note_window_1_four_rows
  1428 // w: Errorres
  1429 //
  1430 #define qtn_err_g_msg_wrong_disk "Invalid disk - cannot save the message."
  1431 
  1432 // d: Cameron specific string
  1433 // d: Error string to be displayed when:
  1434 // d: User tries to access data that was on a memory card which was changed to other memory card ?? 
  1435 // l: popup_note_window_1_four_rows
  1436 // w: Errorres
  1437 //
  1438 #define qtn_err_g_msg_inv_disk "Invalid disk - cannot access the message."
  1439 
  1440 // d: Error string to be displayed when a file load operation cannot find the local file
  1441 // l: popup_note_window_1_four_rows 
  1442 // w: Errorres
  1443 //
  1444 #define qtn_err_file_not_found "Page not found."
  1445 
  1446 //
  1447 // Text from WMLBrowser.loc
  1448 //
  1449 
  1450 // d: http error messages
  1451 // l: popup_note_window_1_four_rows
  1452 // w: Errorres
  1453 //
  1454 #define text_wml_err_unkn_serv_resp		"Reply unknown, try again later"
  1455 
  1456 // d: http error messages
  1457 // l: popup_note_window_1_four_rows
  1458 // w: Errorres
  1459 //
  1460 #define text_wml_err_reply_unkn         "Reply unknown"
  1461 
  1462 // d: http error messages
  1463 // l: popup_note_window_1_four_rows
  1464 // w: Errorres
  1465 //
  1466 #define text_wml_err_unkn_data_form		"File format unknown"
  1467 
  1468 // d: http error messages
  1469 // l: popup_note_window_1_four_rows
  1470 // w: Errorres
  1471 //
  1472 #define text_wml_err_server_busy		"Server busy"
  1473 
  1474 // d: WAE errors
  1475 // l: popup_note_window_1_four_rows
  1476 // w: Errorres
  1477 //
  1478 #define text_wml_err_inv_addr			"Page does not exist"
  1479 
  1480 // d: Generic error note to be displayed when user tries to  
  1481 // d: use some feature which is not supported ( e.g. different kinds of interoperability conflicts ) 
  1482 // l: popup_note_window_1_four_rows
  1483 // w: Errorres
  1484 // 
  1485 #define qtn_err_not_supp "Feature is not supported"
  1486 
  1487 // d: Generic error note to be displayed when user tries to use some 
  1488 // d: resource which is already in use by another application. 
  1489 // l: popup_note_window_1_four_rows
  1490 // w: Errorres
  1491 // 
  1492 #define qtn_err_in_use "Requested object is used by another application"
  1493 
  1494 // d: Generic error note requested by app installer, to be displayed when there
  1495 // d: is something wrong in application's settings which prevents usage of application.  
  1496 // l: popup_note_window_1_four_rows
  1497 // w: Errorres
  1498 // 
  1499 #define qtn_err_sett_fail "Fatal Settings failure"
  1500 
  1501 // d: Generic error note to be displayed, when user tries to open or execute file that 
  1502 // d: does not work ( e.g. not found for some reason, file is corrupted etc. )    
  1503 // l: popup_note_window_1_four_rows
  1504 // w: Errorres
  1505 // 
  1506 #define qtn_err_unab_open "Unable to open file"
  1507 
  1508 // d: Generic error note for KErrTimeOut, could occur e.g. in connection formation.  
  1509 // l: popup_note_window_1_four_rows
  1510 // w: Errorres
  1511 // 
  1512 #define qtn_err_timeout "Operation timed out"
  1513 
  1514 // d: Error note to be displayed when there is something wrong in email settings and  
  1515 // d: therefore it is not possible to create a new network connection. 
  1516 // l: popup_note_window_1_four_rows
  1517 // w: Errorres
  1518 // 
  1519 #define qtn_err_mail_con_fail "Connection failed. Check Email settings"
  1520 
  1521 // d: Text in error note when file could not be created. This could
  1522 // d: happen for example when user selects to save a file from internet
  1523 // l: popup_note_window_1_four_rows
  1524 // w: Errorres
  1525 //
  1526 #define qtn_err_kimono_file_creat "File could not be created"
  1527 
  1528 // d: Text in error note when user tries to activate feature or action
  1529 // d: that is not supported ( or implemeted )
  1530 // l: popup_note_window_1_four_rows
  1531 // w: Errorres
  1532 //
  1533 #define qtn_err_kimono_unsupp_req	"Unsupported request" 
  1534 
  1535 // d: Text in error note when user enters a wrong PIN code for WIM card
  1536 // d: only in Wireless Identification Module (WIM) enabled environments
  1537 // l: popup_note_window_1_four_rows
  1538 // w: Errorres
  1539 //
  1540 #define qtn_err_kimono_wrong_pin "Entered PIN is invalid"
  1541 
  1542 // d: Text in error note when user tries to perform operation that is
  1543 // d: supported only with WIM cards, but the phone does not have WIM card inserted 
  1544 // l: popup_note_window_1_four_rows
  1545 // w: Errorres
  1546 //
  1547 #define qtn_err_kimono_no_wim "No WIM-card available" 
  1548 
  1549 // d: Text in error note when WIM card initialization has failed
  1550 // d:
  1551 // l: popup_note_window_1_four_rows
  1552 // w: Errorres
  1553 //
  1554 #define qtn_err_kimono_wim_init "Initialization of WIM failed"
  1555 
  1556 // d: Text in error note when bad certificate encountered, error could be in
  1557 // d: Client or server side
  1558 // l: popup_note_window_1_four_rows
  1559 // w: Errorres
  1560 //
  1561 #define qtn_err_kimono_bad_cert "Client or Server certificate not valid"
  1562 
  1563 // d: Text in generic WIM error notes. Something failed and 
  1564 // d: we do not have (or need) exact information about it
  1565 // l: popup_note_window_1_four_rows
  1566 // w: Errorres
  1567 //
  1568 #define qtn_err_kimono_wim_gen "WIM operation failed"
  1569 
  1570 // d: Text in error note when user tries to use WIM features but  
  1571 // d: WIM not properly initialized yet
  1572 // l: popup_note_window_1_four_rows
  1573 // w: Errorres
  1574 //
  1575 #define qtn_err_kimono_wim_not_set "WIM not initialized"
  1576 
  1577 // d: Text in error note when no matching certificate for the TrustID
  1578 // d: could not be found
  1579 // l: popup_note_window_1_four_rows
  1580 // w: Errorres
  1581 //
  1582 #define qtn_err_kimono_cert_miss "Personal certificate not found"
  1583 
  1584 // d: Text in error note when there was a failure in secure connection
  1585 // d:
  1586 // l: popup_note_window_1_four_rows
  1587 // w: Errorres
  1588 //
  1589 #define qtn_err_kimono_sec_conn "Secure connection failure"
  1590 
  1591 // d: Text in error note when whether the certificate authority of a client or 
  1592 // d: a server is unknown.
  1593 // l: popup_note_window_1_four_rows
  1594 // w: Errorres
  1595 //
  1596 #define qtn_err_kimono_unkn_ca "Certificate authority unknown"
  1597 
  1598 // d: Text in error note when server has rewoked the client certificate
  1599 // d:
  1600 // l: popup_note_window_1_four_rows
  1601 // w: Errorres
  1602 //
  1603 #define qtn_err_kimono_cert_rew "Client certificate rewoked by server"
  1604 
  1605 // d: Text in error note when server does not support a certificate of a client. 
  1606 // d:
  1607 // l: popup_note_window_1_four_rows
  1608 // w: Errorres
  1609 //
  1610 #define qtn_err_kimono_cert_unsupp "Client certificate not supported"
  1611 
  1612 // d: Text in error note when bad XHTML content encountered
  1613 // d:
  1614 // l: popup_note_window_1_four_rows
  1615 // w: Errorres
  1616 //
  1617 #define qtn_err_kimono_bad_content "Bad content encountered"
  1618 
  1619 // d: Error note to be shown when Out Of Memory
  1620 // d:
  1621 // l: popup_note_window_1_four_rows
  1622 // w: Errorres
  1623 //
  1624 #define qtn_err_kimono_mem "Memory full"
  1625 
  1626 // d: Error note to be shown when number could not be dialled
  1627 // d:
  1628 // l: popup_note_window_1_four_rows
  1629 // w: Errorres
  1630 //
  1631 #define qtn_err_invalid_number "Invalid phone number"
  1632 
  1633 // d: Error note to be shown when dialled call was not answered 
  1634 // d:
  1635 // l: popup_note_window_1_four_rows
  1636 // w: Errorres
  1637 //
  1638 #define qtn_err_no_answer "No answer"
  1639 
  1640 // d: Error note to be shown when dialled number was busy
  1641 // d:
  1642 // l: popup_note_window_1_four_rows
  1643 // w: Errorres
  1644 //
  1645 #define qtn_err_user_busy "Number busy"
  1646 
  1647 // d: Error note to be shown when saved number was too long
  1648 // d:
  1649 // l: popup_note_window_1_four_rows
  1650 // w: Errorres
  1651 //
  1652 #define qtn_err_number_too_long "Number too long"
  1653 
  1654 // d: Error note to be shown when saved name was too long
  1655 // d:
  1656 // l: popup_note_window_1_four_rows
  1657 // w: Errorres
  1658 //
  1659 #define qtn_err_unicode_name_too_long "Name too long"
  1660 
  1661 // d: HTTP error message for HTTP error 400
  1662 // d: The request was denied due to a syntax error in the request.
  1663 // l: popup_note_window_1_four_rows
  1664 // w: Errorres
  1665 //
  1666 #define qtn_http_err_400		"Page not available"
  1667 
  1668 //401 blank
  1669 
  1670 // d: HTTP error message for HTTP error 402
  1671 // d: This code is reserved for future use by the RFC
  1672 // l: popup_note_window_1_four_rows
  1673 // w: Errorres
  1674 //
  1675 #define qtn_http_err_402		"Reply unknown"
  1676 
  1677 // d: HTTP error message for HTTP error 403
  1678 // d: The server understood the request, but is refusing to fulfill it.
  1679 // l: popup_note_window_1_four_rows
  1680 // w: Errorres
  1681 //
  1682 #define qtn_http_err_403		"No server access"
  1683 
  1684 // d: HTTP error message for HTTP error 404
  1685 // d: The server has not found anything matching the Request-URI.
  1686 // l: popup_note_window_1_four_rows
  1687 // w: Errorres
  1688 //
  1689 #define qtn_http_err_404		"Page not available"
  1690 
  1691 // d: HTTP error message for HTTP error 405
  1692 // d: The method specified in the Request-Line is not allowed.
  1693 // l: popup_note_window_1_four_rows
  1694 // w: Errorres
  1695 //
  1696 #define qtn_http_err_405		"No server access"
  1697 
  1698 // d: HTTP error message for HTTP error 406
  1699 // d: Not acceptable according to the accept headers sent in the request
  1700 // l: popup_note_window_1_four_rows
  1701 // w: Errorres
  1702 //
  1703 #define qtn_http_err_406		"Reply unknown"
  1704 
  1705 //407 blank
  1706 
  1707 // d: HTTP error message for HTTP error 408
  1708 // d: The client did not produce a request within the time that the server was prepared to wait.
  1709 // l: popup_note_window_1_four_rows
  1710 // w: Errorres
  1711 //
  1712 #define qtn_http_err_408		"Server time-out"
  1713 
  1714 // d: HTTP error message for HTTP error 409
  1715 // d: The request could not be completed due to a conflict with the current state of the resource.
  1716 // l: popup_note_window_1_four_rows
  1717 // w: Errorres
  1718 //
  1719 #define qtn_http_err_409		"Reply unknown"
  1720 
  1721 // d: HTTP error message for HTTP error 410
  1722 // d: The requested resource is no longer available at the server.
  1723 // l: popup_note_window_1_four_rows
  1724 // w: Errorres
  1725 //
  1726 #define qtn_http_err_410		"Page does not exist"
  1727 
  1728 // d: HTTP error message for HTTP error 411
  1729 // d: The server refuses to accept the request without a defined Content- Length.
  1730 // l: popup_note_window_1_four_rows
  1731 // w: Errorres
  1732 //
  1733 #define qtn_http_err_411		"Reply unknown"
  1734 
  1735 // d: HTTP error message for HTTP error 412
  1736 // d: The precondition request-header fields evaluated to false.
  1737 // l: popup_note_window_1_four_rows
  1738 // w: Errorres
  1739 //
  1740 #define qtn_http_err_412		"Reply unknown"
  1741 
  1742 // d: HTTP error message for HTTP error 413
  1743 // d: The request entity is larger than the server is willing or able to process. 
  1744 // l: popup_note_window_1_four_rows
  1745 // w: Errorres
  1746 //
  1747 #define qtn_http_err_413		"Entered text too long"
  1748 
  1749 // d: HTTP error message for HTTP error 414
  1750 // d: The Request-URI is longer than the server is willing to interpret
  1751 // l: popup_note_window_1_four_rows
  1752 // w: Errorres
  1753 //
  1754 #define qtn_http_err_414		"Page cannot be accessed"
  1755 
  1756 // d: HTTP error message for HTTP error 415
  1757 // d: Format not supported by the requested resource for the requested method.
  1758 // l: popup_note_window_1_four_rows
  1759 // w: Errorres
  1760 //
  1761 #define qtn_http_err_415		"File format unknown"
  1762 
  1763 // d: HTTP error message for HTTP error 416
  1764 // d: A request included a Range request-header field, 
  1765 // d: and none of the range-specifier values in this field overlap 
  1766 // d: the current extent of the selected resource, 
  1767 // d: and the request did not include an If-Range request-header field. 
  1768 // l: popup_note_window_1_four_rows
  1769 // w: Errorres
  1770 //
  1771 #define qtn_http_err_416		"Requested range not satisfiable"
  1772 
  1773 // d: HTTP error message for HTTP error 417
  1774 // d: The expectation given in an Expect request-header field could not be met by this server.
  1775 // l: popup_note_window_1_four_rows
  1776 // w: Errorres
  1777 //
  1778 #define qtn_http_err_417		"Expectation failed"
  1779 
  1780 // d: HTTP error message for HTTP error 500
  1781 // d: The server encountered an unexpected condition.
  1782 // l: popup_note_window_1_four_rows
  1783 // w: Errorres
  1784 //
  1785 #define qtn_http_err_500		"Reply unknown"
  1786 
  1787 // d: HTTP error message for HTTP error 501
  1788 // d: The server does not support the functionality.
  1789 // l: popup_note_window_1_four_rows
  1790 // w: Errorres
  1791 //
  1792 #define qtn_http_err_501		"Reply unknown"
  1793 
  1794 // d: HTTP error message for HTTP error 502
  1795 // d: Received an invalid response from the upstream server.
  1796 // l: popup_note_window_1_four_rows
  1797 // w: Errorres
  1798 //
  1799 #define qtn_http_err_502		"No gateway reply"
  1800 
  1801 // d: HTTP error message for HTTP error 503
  1802 // d: The server is currently unable to handle the request.
  1803 // l: popup_note_window_1_four_rows
  1804 // w: Errorres
  1805 //
  1806 #define qtn_http_err_503		"Server busy"
  1807 
  1808 // d: HTTP error message for HTTP error 504
  1809 // d: Did not receive a timely response from the upstream server.
  1810 // l: popup_note_window_1_four_rows
  1811 // w: Errorres
  1812 //
  1813 #define qtn_http_err_504		"Connection time-out"
  1814 
  1815 // d: HTTP error message for HTTP error 505
  1816 // d: The server does not support the HTTP protocol version used in the request.
  1817 // l: popup_note_window_1_four_rows
  1818 // w: Errorres
  1819 //
  1820 #define qtn_http_err_505		"Reply unknown"
  1821 
  1822 // d: Occurs when there is no active call when trying to send DTMF.
  1823 // l: popup_note_window_1_four_rows
  1824 // w: Errorres
  1825 //
  1826 #define  qtn_err_wtai_no_call_active 	"No active call"
  1827 
  1828 
  1829 //
  1830 // RTSP Errors
  1831 //
  1832 
  1833 // d: RTSP Error 250: Low on Storage Space.
  1834 // l: popup_note_window_1_four_rows
  1835 // w: Errorres
  1836 //
  1837 #define qtn_rtsp_err_250 "Error 250. There is a problem with the server. Please try again later."
  1838 
  1839 // d: RTSP Error 400: Invalid Request.
  1840 // l: popup_note_window_1_four_rows
  1841 // w: Errorres
  1842 //
  1843 #define qtn_rtsp_err_400 "Error 400. Invalid Request. Please try again. If the problem exists it is likely that the service you are requesting is not compatible with your multimediaplayer."
  1844 
  1845 // d: RTSP Error 401: Unauthorized Access.
  1846 // l: popup_note_window_1_four_rows
  1847 // w: Errorres
  1848 //
  1849 #define qtn_rtsp_err_401 "Error 401. There is a problem with the server.Please try again later."
  1850 
  1851 // d: RTSP Error 402: Payment Required.
  1852 // l: popup_note_window_1_four_rows
  1853 // w: Errorres
  1854 //
  1855 #define  qtn_rtsp_err_402 "Error 402. There is a problem with the server. Please try again later."
  1856 
  1857 // d: RTSP Error 403: Forbidden: no permission to access the document.
  1858 // l: popup_note_window_1_four_rows
  1859 // w: Errorres
  1860 //
  1861 #define  qtn_rtsp_err_403 "Error 403. Forbidden: you do not have permission to access this document, if you think this is an error please try again"
  1862 
  1863 // d: RTSP Error 404: Requested clip not found on the server.
  1864 // l: popup_note_window_1_four_rows
  1865 // w: Errorres
  1866 //
  1867 #define  qtn_rtsp_err_404 "Error 404. The requested clip was not found on the server."
  1868 
  1869 // d: RTSP Error 405: Method Not Allowed.
  1870 // l: popup_note_window_1_four_rows
  1871 // w: Errorres
  1872 //
  1873 #define  qtn_rtsp_err_405 "Error 405. There is a problem with the server. Please try again later."
  1874 
  1875 // d: RTSP Error 406: Not Acceptable.
  1876 // l: popup_note_window_1_four_rows
  1877 // w: Errorres
  1878 //
  1879 #define  qtn_rtsp_err_406 "Error 406. There is a problem with the server. Please try again later."
  1880 
  1881 // d: RTSP Error 407: Problem with the server.
  1882 // l: popup_note_window_1_four_rows
  1883 // w: Errorres
  1884 //
  1885 #define  qtn_rtsp_err_407 "Error 407. There is a problem with the server. Please try again later."
  1886 
  1887 // d: RTSP Error 408: Request Timeout.
  1888 // l: popup_note_window_1_four_rows
  1889 // w: Errorres
  1890 //
  1891 #define  qtn_rtsp_err_408 "Error 408. Server timed out. The clip you requested was not returned in a timely manner. Please try again."
  1892 
  1893 // d: RTSP Error 410: Problem with the server. 
  1894 // l: popup_note_window_1_four_rows
  1895 // w: Errorres
  1896 //
  1897 #define  qtn_rtsp_err_410 "Error 410. There is a problem with the server. Please try again later."
  1898 
  1899 // d: RTSP Error 411: Length Required.
  1900 // l: popup_note_window_1_four_rows
  1901 // w: Errorres
  1902 //
  1903 #define  qtn_rtsp_err_411 "Error 411. There is a problem with the server. Please try again later."
  1904 
  1905 // d: RTSP Error 412: Precondition Failed.
  1906 // l: popup_note_window_1_four_rows
  1907 // w: Errorres
  1908 //
  1909 #define  qtn_rtsp_err_412 "Error 412. There is a problem with the server. Please try again later."
  1910 
  1911 // d: RTSP Error 413: Request Entity Too Large.
  1912 // l: popup_note_window_1_four_rows
  1913 // w: Errorres
  1914 //
  1915 #define  qtn_rtsp_err_413 "Error 413. There is a problem with the server. Please try again later."
  1916 
  1917 // d: RTSP Error 414: Request-URI Too Long.
  1918 // l: popup_note_window_1_four_rows
  1919 // w: Errorres
  1920 //
  1921 #define  qtn_rtsp_err_414 "Error 414. There is a problem with the server. Please try again later."
  1922 
  1923 // d: RTSP Error 415: Unsupported Media Type.
  1924 // l: popup_note_window_1_four_rows
  1925 // w: Errorres
  1926 //
  1927 #define  qtn_rtsp_err_415 "Error 415. There is a problem with the server. Please try again later."
  1928 
  1929 // d: RTSP Error 457: Invalid Range.
  1930 // l: popup_note_window_1_four_rows
  1931 // w: Errorres
  1932 //
  1933 #define  qtn_rtsp_err_457 "Error 457. There is a problem with the server. Please try again later."
  1934 
  1935 // d: RTSP Error 458: Parameter is Read-Only.
  1936 // l: popup_note_window_1_four_rows
  1937 // w: Errorres
  1938 //
  1939 #define  qtn_rtsp_err_458 "Error 458. There is a problem with the server. Please try again later."
  1940 
  1941 // d: RTSP Error 459: Aggregate Operation Not Allowed.
  1942 // l: popup_note_window_1_four_rows
  1943 // w: Errorres
  1944 //
  1945 #define  qtn_rtsp_err_459 "Error 459. There is a problem with the server. Please try again later."
  1946 
  1947 // d: RTSP Error 460: Only Aggregate Operation Allowed.
  1948 // l: popup_note_window_1_four_rows
  1949 // w: Errorres
  1950 //
  1951 #define  qtn_rtsp_err_460 "Error 460. There is a problem with the server. Please try again later."
  1952 
  1953 // d: RTSP Error 461: Unsupported Transport.
  1954 // l: popup_note_window_1_four_rows
  1955 // w: Errorres
  1956 //
  1957 #define  qtn_rtsp_err_461 "Error 461. There is a problem with the server. Please try again later."
  1958 
  1959 // d: RTSP Error 462: Destination Unreachable.
  1960 // l: popup_note_window_1_four_rows
  1961 // w: Errorres
  1962 //
  1963 #define  qtn_rtsp_err_462 "Error 462. There is a problem with the server. Please try again later."
  1964 
  1965 // d: RTSP Error 500: Internal Server Error.
  1966 // l: popup_note_window_1_four_rows
  1967 // w: Errorres
  1968 //
  1969 #define  qtn_rtsp_err_500 "Error 500: There is a problem with the server. Please try again later."
  1970 
  1971 // d: RTSP Error 501: Not Implemented.
  1972 // l: popup_note_window_1_four_rows
  1973 // w: Errorres
  1974 //
  1975 #define  qtn_rtsp_err_501 "Error 501. There is a problem with the server. Please try again later."
  1976 
  1977 // d: RTSP Error 502: Bad Gateway.
  1978 // l: popup_note_window_1_four_rows
  1979 // w: Errorres
  1980 //
  1981 #define  qtn_rtsp_err_502 "Error 502. There is a problem with the server. Please try again later."
  1982 
  1983 // d: RTSP Error 503: Service Unavailable.
  1984 // l: popup_note_window_1_four_rows
  1985 // w: Errorres
  1986 //
  1987 #define  qtn_rtsp_err_503 "Error 503. There is a problem with the server. Please try again later."
  1988 
  1989 // d: RTSP Error 504 Gateway Timeout.
  1990 // l: popup_note_window_1_four_rows
  1991 // w: Errorres
  1992 //
  1993 #define  qtn_rtsp_err_504 "Error 504. Server timed out. The clip you requested was not returned in a timely manner."
  1994 
  1995 // d: RTAP Error 505: RTSP Version Not Supported
  1996 // l: popup_note_window_1_four_rows
  1997 // w: Errorres
  1998 //
  1999 #define  qtn_rtsp_err_505 "Error 505. There is a problem with the server. Please try again later."
  2000 
  2001 // d: RTSP Error 551: Option not supported.
  2002 // l: popup_note_window_1_four_rows
  2003 // w: Errorres
  2004 //
  2005 #define  qtn_rtsp_err_551 "Error 551. There is a problem with the server. Please try again later."
  2006 
  2007 // d: Any RTSP error not explicitly handled.
  2008 // l: popup_note_window_1_four_rows
  2009 // w: Errorres
  2010 //
  2011 #define  qtn_rtsp_err_xxx "There is a problem with the server. Please try again later."
  2012 
  2013 
  2014 //
  2015 // WLAN Errors
  2016 //
  2017 
  2018 // d: Error string to be displayed when:
  2019 // d: Some internal unspecified WLAN error has occurred.
  2020 // l: popup_note_window_1_four_rows
  2021 // w: 
  2022 // r: 3.0
  2023 //
  2024 #define qtn_err_wlan_internal_error "Connection failed. Internal WLAN error."
  2025 
  2026 // d: Error string to be displayed when:
  2027 // d: Tried to authenticate WLAN using 802.11 Open-System authentication and it
  2028 // d: failed. This happens when the device security mode is wrong.
  2029 // l: popup_note_window_1_four_rows
  2030 // w: 
  2031 // r: 3.0
  2032 //
  2033 #define qtn_err_wlan_open_auth_failed "Connection failed. Open authentication unsuccessful."
  2034 
  2035 // d: Error string to be displayed when:
  2036 // d: WLAN access point requires shared WEP key authentication and the device 
  2037 // d: does not have it enabled.
  2038 // l: popup_note_window_1_four_rows
  2039 // w: 
  2040 // r: 3.0
  2041 //
  2042 #define qtn_err_wlan_shared_key_required "Connection failed. Access point requires shared key authentication."
  2043 
  2044 // d: Error string to be displayed when:
  2045 // d: WLAN shared WEP key authentication failed probably because wrong WEP key was
  2046 // d: configured in IAP settings.
  2047 // l: popup_note_window_1_four_rows
  2048 // w: 
  2049 // r: 3.0
  2050 //
  2051 #define qtn_err_wlan_shared_key_auth_failed "Connection failed. Shared key authentication unsuccessful. Check WEP keys."
  2052 
  2053 // d: Error string to be displayed when:
  2054 // d: The device's security mode does not allow WLAN WPA connections. Only security
  2055 // d: modes 802.1x and WPA allow WPA connections. 
  2056 // l: popup_note_window_1_four_rows
  2057 // w: 
  2058 // r: 3.0
  2059 //
  2060 #define qtn_err_wlan_wpa_auth_required "Connection failed. Access point requires WPA authentication. Check security mode."
  2061 
  2062 // d: Error string to be displayed when:
  2063 // d: WLAN WPA authentication was unsuccessful for some reason.
  2064 // l: popup_note_window_1_four_rows
  2065 // w: 
  2066 // r: 3.0
  2067 //
  2068 #define qtn_err_wlan_wpa_auth_failed "Connection failed. WPA authentication unsuccessful."
  2069 
  2070 // d: Error string to be displayed when:
  2071 // d: WLAN 802.1x authentication was unsuccessful for some reason. 
  2072 // l: popup_note_window_1_four_rows
  2073 // w: 
  2074 // r: 3.0
  2075 //
  2076 #define qtn_err_wlan_8021x_auth_failed "Connection failed. 802.1x authentication unsuccessful."
  2077 
  2078 // d: Error string to be displayed when: 		
  2079 // d: User has given wrong pre-shared key for WLAN WPA authentication. 
  2080 // l: popup_note_window_1_four_rows
  2081 // w: 
  2082 // r: 3.0
  2083 //
  2084 #define qtn_err_wlan_illegal_wpa_psk "Connection failed. Illegal WPA pre-shared key."
  2085 
  2086 // d: Error string to be displayed when:
  2087 // d: In WLAN WPA in some cases so called counter-measures can be activated if 
  2088 // d: the devices receive too many illegal data packets. In this case connection 
  2089 // d: is dropped and establishing new connections is forbidden for a duration of 
  2090 // d: 1 minute. 
  2091 // l: popup_note_window_1_four_rows
  2092 // w: 
  2093 // r: 3.0
  2094 //
  2095 #define qtn_err_wlan_wpa_countermeasures_active "Connection failed. WPA counter-measures active. Try again later."
  2096 
  2097 // d: Error string to be displayed when:
  2098 // d: Tried to connect to a WLAN network that was out of range.
  2099 // l: popup_note_window_1_four_rows
  2100 // w: Errorres
  2101 //
  2102 #define qtn_err_wlan_network_not_found "Connection failed. Could not find WLAN network."
  2103 
  2104 // d: Error string to be displayed when: 		
  2105 // d: WLAN encryption keys (WEP keys) are probably wrong.  
  2106 // l: popup_note_window_1_four_rows
  2107 // w: 
  2108 // r: 3.0
  2109 //
  2110 #define qtn_err_wlan_illegal_encryption_keys "Illegal WLAN encryption keys. Please check WEP keys."
  2111 
  2112 // d: Error string to be displayed when:	
  2113 // d: WLAN tried to change access point but it failed.
  2114 // l: popup_note_window_1_four_rows
  2115 // w: 
  2116 // r: 3.0
  2117 //
  2118 #define qtn_err_wlan_roaming_failed "WLAN roaming failed."
  2119 
  2120 // d: Error string to be displayed when:
  2121 // d: The device moved out of WLAN access point range.
  2122 // l: popup_note_window_1_four_rows
  2123 // w: 
  2124 // r: 3.0
  2125 //
  2126 #define qtn_err_wlan_network_lost "WLAN network lost."
  2127 
  2128 // d: Error string to be displayed when:
  2129 // d: Access point has been configured to use WPA pre-shared key mode and the IAP uses EAP mode.
  2130 // l: popup_note_window_1_four_rows
  2131 // w: 
  2132 // r: 3.0
  2133 //
  2134 #define qtn_err_wlan_ap_preshared_key_auth_req "Connection failed. Access point requires pre-shared key authentication."
  2135 
  2136 // d: Error string to be displayed when:
  2137 // d: Access point has been configured to use EAP mode and the IAP uses PSK mode.
  2138 // l: popup_note_window_1_four_rows
  2139 // w: 
  2140 // r: 3.0
  2141 //
  2142 #define qtn_err_wlan_ap_eap_auth_req "Connection failed. Access point requires EAP authentication."
  2143 
  2144 // d: Error string to be displayed when:
  2145 // d: General error in EAP-SIM authentication (SIM authentication).
  2146 // l: popup_note_window_1_four_rows
  2147 // w: 
  2148 // r: 3.0
  2149 //
  2150 #define qtn_err_wlan_eap_sim_auth_failed "EAP-SIM authentication failed."
  2151 
  2152 // d: Error string to be displayed when:
  2153 // d: General error in EAP-TLS authentication (certificate authentication).
  2154 // l: popup_note_window_1_four_rows
  2155 // w: 
  2156 // r: 3.0
  2157 //
  2158 #define qtn_err_wlan_eap_tls_auth_failed "EAP-TLS authentication failed."
  2159 
  2160 // d: Error string to be displayed when:
  2161 // d: General error in EAP-PEAP authentication (certificate authentication).
  2162 // l: popup_note_window_1_four_rows
  2163 // w: 
  2164 // r: 3.0
  2165 //
  2166 #define qtn_err_wlan_eap_peap_auth_failed "EAP-PEAP authentication failed."
  2167 
  2168 // d: Error string to be displayed when:
  2169 // d: General error in EAP-MSCHAPv2 authentication (password authentication).
  2170 // l: popup_note_window_1_four_rows
  2171 // w: 
  2172 // r: 3.0
  2173 //
  2174 #define qtn_err_wlan_eap_mschapv2_auth_failed "EAP-MSCHAPv2 authentication failed."
  2175 
  2176 // d: Error string to be displayed when:
  2177 // d: General error in EAP-AKA authentication (3G SIM authentication).
  2178 // l: popup_note_window_1_four_rows
  2179 // w: 
  2180 // r: 3.0
  2181 //
  2182 #define qtn_err_wlan_eap_aka_auth_failed "EAP-AKA authentication failed."
  2183 
  2184 // d: Error string to be displayed when:
  2185 // d: General error in EAP-TTLS authentication (certificate authentication).
  2186 // l: popup_note_window_1_four_rows
  2187 // w: 
  2188 // r: 3.0
  2189 //
  2190 #define qtn_err_wlan_eap_ttls_auth_failed "EAP-TTLS authentication failed."
  2191 
  2192 // d: Error string to be displayed when:
  2193 // d: General error in LEAP authentication (password authentication).
  2194 // l: popup_note_window_1_four_rows
  2195 // w: 
  2196 // r: 3.0
  2197 //
  2198 #define qtn_err_wlan_leap_auth_failed "LEAP authentication failed."
  2199 
  2200 // d: Error string to be displayed when:
  2201 // d: General error in EAP-GTC authentication (token card authentication).
  2202 // l: popup_note_window_1_four_rows
  2203 // w: 
  2204 // r: 3.0
  2205 //
  2206 #define qtn_err_wlan_eap_gtc_auth_failed "EAP-GTC authentication failed."
  2207 
  2208 // d: Error string to be displayed when:
  2209 // d: Tried to run EAP-SIM or AKA authentication and the SIM card is not installed.
  2210 // l: popup_note_window_1_four_rows
  2211 // w: 
  2212 // r: 3.0
  2213 //
  2214 #define qtn_err_wlan_sim_card_not_installed "Connection failed. SIM card not installed."
  2215 
  2216 // d: Error string to be displayed when:
  2217 // d: Tried to run EAP-SIM or AKA authentication but user has no subscription for the WLAN service.
  2218 // l: popup_note_window_1_four_rows
  2219 // w: 
  2220 // r: 3.0
  2221 //
  2222 #define qtn_err_wlan_not_subscribed_to_service "Connection failed. Not subscribed to the service."
  2223 
  2224 // d: Error string to be displayed when:
  2225 // d: Tried to run EAP-SIM or AKA authentication but the operator does not allow it to be used.
  2226 // l: popup_note_window_1_four_rows
  2227 // w: 
  2228 // r: 3.0
  2229 //
  2230 #define qtn_err_wlan_ap_access_barred "Connection failed. Access to service has been barred."
  2231 
  2232 // d: Error string to be displayed when:
  2233 // d: Password is expired. EAP-MSCHAPv2 error message.
  2234 // l: popup_note_window_1_four_rows
  2235 // w: 
  2236 // r: 3.0
  2237 //
  2238 #define qtn_err_wlan_password_expired "Connection failed. Password expired."
  2239 
  2240 // d: Error string to be displayed when:
  2241 // d: User does not have permissions for the network. EAP-MSCHAPv2 error message.
  2242 // l: popup_note_window_1_four_rows
  2243 // w: 
  2244 // r: 3.0
  2245 //
  2246 #define qtn_err_wlan_no_dial_in_permissions "Connection failed. No dial-in permissions."
  2247 
  2248 // d: Error string to be displayed when:
  2249 // d: User's account has been disabled. EAP-MSCHAPv2 error message.
  2250 // l: popup_note_window_1_four_rows
  2251 // w: 
  2252 // r: 3.0
  2253 //
  2254 #define qtn_err_wlan_account_disabled "Connection failed. Account disabled."
  2255 
  2256 // d: Error string to be displayed when:
  2257 // d: Logging in is allowed only during certain hours. EAP-MSCHAPv2 error message.
  2258 // l: popup_note_window_1_four_rows
  2259 // w: 
  2260 // r: 3.0
  2261 //
  2262 #define qtn_err_wlan_restricted_logon_hours "Connection failed. Restricted logon hours."
  2263 
  2264 // d: Error string to be displayed when:
  2265 // d: When verifying the network's identity in EAP-TLS/TTLS/PEAP the server's certificate has expired.
  2266 // l: popup_note_window_1_four_rows
  2267 // w: 
  2268 // r: 3.0
  2269 //
  2270 #define qtn_err_wlan_server_cert_expired "Connection failed. Server certificate has expired."
  2271 
  2272 // d: Error string to be displayed when:
  2273 // d: When verifying the network's identity in EAP-TLS/TTLS/PEAP the server's certificate cannot be validated using the installed and trusted root certificates in the device.
  2274 // l: popup_note_window_1_four_rows
  2275 // w: 
  2276 // r: 3.0
  2277 //
  2278 #define qtn_err_wlan_server_cert_verify_failed "Connection failed. Server certificate failed verification."
  2279 
  2280 // d: Error string to be displayed when:
  2281 // d: The client or server requires that client authenticates itself to the server using a certificate in EAP-TLS/TTLS/PEAP but there are no allowed user certificates installed or configured in IAP settings.
  2282 // l: popup_note_window_1_four_rows
  2283 // w: 
  2284 // r: 3.0
  2285 //
  2286 #define qtn_err_wlan_no_allowed_user_cert_found "Connection failed. No allowed user certificates found."
  2287 
  2288 // d: Error string to be displayed when:
  2289 // d: In the EAP-TLS/TTLS/PEAP IAP settings one can specify which cipher suites are allowed for the connection. This error occurs if user has disallowed the cipher suites that his certificate needs to use.
  2290 // l: popup_note_window_1_four_rows
  2291 // w: 
  2292 // r: 3.0
  2293 //
  2294 #define qtn_err_wlan_cipher_suite_match_failed "Connection failed. Used cipher suite does not match certificate's cipher suite."
  2295 
  2296 // d: Error string to be displayed when:
  2297 // d: Server rejects user's certificate when using EAP-TLS/TTLS/PEAP. The used certificate is not correct for the network.
  2298 // l: popup_note_window_1_four_rows
  2299 // w: 
  2300 // r: 3.0
  2301 //
  2302 #define qtn_err_wlan_user_cert_rejected_by_server "Connection failed. Server did not accept your certificate."
  2303 
  2304 // d: Error string to be displayed when:
  2305 // d: Server rejects user's certificate when using EAP-TLS/TTLS/PEAP. User's certificate is expired.
  2306 // l: popup_note_window_1_four_rows
  2307 // w: 
  2308 // r: 3.0
  2309 //
  2310 #define qtn_err_wlan_user_cert_expired "Connection failed. Your certificate is expired."
  2311 
  2312 // d: Error string to be displayed when:
  2313 // d: Trying to create another WLAN connection in addition to an existing one.
  2314 // d: Only one WLAN radio connection to one WLAN network is possible at a time. 
  2315 // l: popup_note_window_1_four_rows
  2316 // w: 
  2317 // r: 3.0
  2318 //
  2319 #define qtn_wlan_info_connection_already_active "A WLAN connection is already active. Close connection and try again."
  2320 
  2321 // d: Error string to be displayed when:
  2322 // d: Configuration fails because of OOB interface read error, decryption CRC failure, 
  2323 // d: network authentication failure, device password authentication failure,
  2324 // d: message timeout or registration session timeout or because device is busy.
  2325 // l: popup_note_window/opt1
  2326 // w: 
  2327 // r: 3.2
  2328 //
  2329 #define qtn_err_wlan_sc_config_failed_try_again "Configuration failed. Please try again."
  2330 
  2331 // d: Error string to be displayed when:
  2332 // d: Configuration fails because of DHCP configuration failure, 
  2333 // d: no DHCP response, registrar connection failure, IP address conflict, 
  2334 // d: 2.4 or 5.0 channel not supported or because setup is locked.  
  2335 // l: popup_note_window/opt1
  2336 // w: 
  2337 // r: 3.2
  2338 //
  2339 #define qtn_err_wlan_sc_config_failed "Configuration failed."
  2340 
  2341 // d: Error string to be displayed when:
  2342 // d: WLAN signal is too weak. 
  2343 // l: popup_note_window/opt1
  2344 // w: 
  2345 // r: 3.2
  2346 //
  2347 #define qtn_err_wlan_signal_too_weak "WLAN signal too weak. Move closer to wireless station."
  2348 
  2349 // d: Error string to be displayed when:
  2350 // d: PIN code authentication method is not 
  2351 // d: supported by the other party.
  2352 // l: popup_note_window/opt1
  2353 // w: 
  2354 // r: 3.2
  2355 //
  2356 #define qtn_err_wlan_sc_config_failed_pin_not_supported "Configuration failed. Device you tried to connect to does not support PIN code mechanism."
  2357 
  2358 
  2359 // d: Error string to be displayed when:
  2360 // d: Push-button authentication method is not 
  2361 // d: supported by the other party.
  2362 // l: popup_note_window/opt1
  2363 // w: 
  2364 // r: 3.2
  2365 //
  2366 #define qtn_err_wlan_sc_config_failed_pb_not_supported "Configuration failed. Device you tried to connect to does not support push-button mechanism."
  2367 
  2368 // d: Error string to be displayed when:
  2369 // d: Multiple PBC sessions are detected.  
  2370 // l: popup_note_window/opt1
  2371 // w: 
  2372 // r: 3.2
  2373 //
  2374 #define qtn_err_wlan_sc_config_failed_multiple_pb_sessions "Configuration failed. Multiple push-button sessions detected. Wait a moment and try again, or use PIN code mechanism instead."
  2375 
  2376 // d: Error string to be displayed when:
  2377 // d: Rogue activity is suspected.  
  2378 // l: popup_note_window/opt1
  2379 // w: 
  2380 // r: 3.2
  2381 //
  2382 #define qtn_err_wlan_sc_config_failed_rogue_activity "Configuration failed. Please try again with PIN code mechanism."
  2383 
  2384 // d: Error string to be displayed when:
  2385 // d: Connection fails because network does 
  2386 // d: not support WPA2-only mode.  
  2387 // l: popup_note_window/opt1
  2388 // w: 
  2389 // r: 3.2
  2390 //
  2391 #define qtn_err_wlan_wpa2_only_mode_not_supported "Connection failed. Network does not support WPA2-only mode."
  2392 
  2393 
  2394 // END OF FILE