iaupdate/IAD/loc/iaupdate.loc
changeset 0 ba25891c3a9e
child 17 741e5bba2bd1
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   This is a localisation file for IA Update Client
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 // CAPTION STRINGS
       
    22 
       
    23 // d: Application title for listview
       
    24 // l: list_single_large_graphic_pane_t1
       
    25 #define qtn_swupdate_caption_list "Application update"
       
    26 
       
    27 // d: Application title for grid
       
    28 // l: cell_app_pane_t1
       
    29 #define qtn_swupdate_caption_grid "App update"
       
    30 
       
    31 
       
    32 // d: Application title for listview for phase 2
       
    33 // l: list_single_large_graphic_pane_t1
       
    34 #define qtn_swupdate_caption_list_ph2 "Software update"
       
    35 
       
    36 // d: Application title for grid for phase 2
       
    37 // l: cell_app_pane_t1
       
    38 #define qtn_swupdate_caption_grid_ph2 "SW update"
       
    39 
       
    40 
       
    41 // STATUS PANE
       
    42 
       
    43 // d: Status pane title
       
    44 // d: Shown in Main view
       
    45 // l: title_pane_t2/opt12
       
    46 #define qtn_swupdate_title "Application update"
       
    47 
       
    48 
       
    49 // d: Status pane title for phase 2
       
    50 // d: Shown in Main view
       
    51 // l: title_pane_t2/opt12
       
    52 #define qtn_swupdate_title_ph2 "Software update"
       
    53 
       
    54 
       
    55 // d: Status pane title 
       
    56 // d: Shown in History view 
       
    57 // l: title_pane_t2/opt12
       
    58 #define qtn_swupdate_history_title "Update history"
       
    59 
       
    60 //d: Status pane title
       
    61 //d: Shown in Settings view
       
    62 //l: heading_pane_t1
       
    63 #define qtn_swupdate_setting_dialog_title  "Settings"
       
    64 
       
    65 // NAVI PANE
       
    66 
       
    67 // d: Navi pane text 
       
    68 // d: Shown when main view is active 
       
    69 // d: %0N is count of the selected updates 
       
    70 // d: %1N is total amount of available updates
       
    71 // d: %2N is total size of selected updates in kilobytes
       
    72 // l: navi_text_pane_t1
       
    73 #define qtn_swupdate_navipane_kilobyte "%0N/%1N (%2N kB)"
       
    74 
       
    75 // d: Navi pane text 
       
    76 // d: Shown when main view is active 
       
    77 // d: %0N is count of the selected updates 
       
    78 // d: %1N is total amount of available updates
       
    79 // d: %2N is total size of selected updates in megabytes
       
    80 // l: navi_text_pane_t1
       
    81 #define qtn_swupdate_navipane_megabyte "%0N/%1N (%2N MB)"
       
    82 
       
    83 // MAIN PANE
       
    84 
       
    85 // d: Text in main pane
       
    86 // d: Shown in main view when there are no updates available
       
    87 // l: main_list_empty_pane
       
    88 #define qtn_swupdate_empty_no_updates_available "Applications are up-to-date"
       
    89 
       
    90 // d: Text in main pane
       
    91 // d: Shown in update history view when there has been no updates done
       
    92 // l: main_list_empty_pane
       
    93 #define qtn_swupdate_no_updates_done_main_pane "No updates done"
       
    94 
       
    95 // d: Text in main pane
       
    96 // d: Shown in update main view when refreshing has failed for any reason
       
    97 // l: main_list_empty_pane
       
    98 #define qtn_swupdate_refresh_failed "Refreshing failed. Try again later."
       
    99 
       
   100 
       
   101 // WAITING NOTES
       
   102 
       
   103 // d: Text in waiting note
       
   104 // d: Note is shown during refresh of updates list
       
   105 // l: popup_note_wait_window
       
   106 #define qtn_swupdate_refreshing_update_list "Refreshing updates list"
       
   107 
       
   108 // d: Text in waiting note
       
   109 // d: Note is shown during downloading
       
   110 // d: %0U is the name of the application, 
       
   111 // d: %1N is sequence number of the current update 
       
   112 // d: %2N is total amount of the selected updates
       
   113 // l: popup_note_wait_window
       
   114 #define qtn_swupdate_downloading "Downloading\n%0U (%1N of %2N)"
       
   115 
       
   116 // d: Text in waiting note
       
   117 // d: Note is shown during installation
       
   118 // d: %0U is the name of the application, 
       
   119 // d: %1N is sequence number of the current update 
       
   120 // d: %2N is total amount of the selected updates
       
   121 // l: popup_note_wait_window
       
   122 #define qtn_swupdate_installing "Installing\n%0U (%1N of %2N)"
       
   123 
       
   124 // CONFIRMATION QUERYS
       
   125 
       
   126 // d: Text in confirmation query
       
   127 // d: Note is shown when automatic update check is disabled
       
   128 // l: popup_note_window
       
   129 #define qtn_swupdate_program_automatic_update_disabled "Available updates can be checked from Application update."
       
   130 
       
   131 // d: Text in confirmation query
       
   132 // d: Note is shown when automatic update check is disabled
       
   133 // l: popup_note_window
       
   134 #define qtn_swupdate_program_automatic_update_disabled_ph2 "Available updates can be checked from Software update."
       
   135 
       
   136 // d: Text in confirmation query
       
   137 // d: Note is shown when an update is available
       
   138 // l: popup_note_window
       
   139 #define qtn_swupdate_program_update "Application update is available from Nokia. Update?"
       
   140 
       
   141 // d: Text in confirmation query
       
   142 // d: Note is shown while roaming
       
   143 // l: popup_note_window
       
   144 #define qtn_swupdate_connect_to_server "Connect to the Nokia update service while roaming?"
       
   145 
       
   146 // d: Text in confirmation query
       
   147 // d: Note is shown when there is not enough memory available for all the selected updates.
       
   148 // l: popup_note_window
       
   149 #define qtn_swupdate_insufficient_memory "Insufficient memory. Free some memory and try again."
       
   150 
       
   151 // d: Text in confirmation query
       
   152 // d: Note is shown when started first time.
       
   153 // l: popup_note_window
       
   154 #define qtn_swupdate_turn_on_autoupd_checks "Turn on setting for Automatic update checks?"
       
   155 
       
   156 // d: Text in confirmation query
       
   157 // d: Note is shown when started first time and no updates available
       
   158 // l: popup_note_window
       
   159 #define qtn_swupdate_note_no_updates_available "Applications are up-to-date"
       
   160 
       
   161 // d: Text in confirmation query
       
   162 // d: Note is shown when critial and mandatory updates are available
       
   163 // l: popup_note_window
       
   164 #define qtn_swupdate_update_available "Recommended software update is available from Nokia"
       
   165 
       
   166 // d: Text in confirmation query
       
   167 // d: Note is shown in the first time boot
       
   168 // l: popup_note_window
       
   169 #define qtn_swupdate_features_available_query "Do you want to check the latest updates from Nokia?"
       
   170 
       
   171 // d: Text in confirmation query
       
   172 // d: Note is shown in the first time boot
       
   173 // l: popup_note_window
       
   174 #define qtn_swupdate_remind_later "Remind me later?"
       
   175 
       
   176 // d: Text in confirmation query
       
   177 // d: Note is shown when phone restart is needed after update(s)
       
   178 // l: popup_note_window
       
   179 #define qtn_swupdate_phone_restart_query "Phone restart needed. Restart now?"
       
   180 
       
   181 // d: Text in confirmation query
       
   182 // d: Note is shown when firmware is available
       
   183 // l: popup_note_window
       
   184 #define qtn_swupdate_startquery_name_and_size_mb "Update device software %U (%N MB)?"
       
   185 
       
   186 // d: Text in confirmation query
       
   187 // d: Note is shown when firmware is available
       
   188 // l: popup_note_window
       
   189 #define qtn_swupdate_startquery_name_and_size_kb "Update device software %U (%N kB)?"
       
   190 
       
   191 // d: Text in confirmation query
       
   192 // d: Note is shown when firmware is available
       
   193 // l: popup_note_window
       
   194 #define qtn_swupdate_startquery_name_nsu "Update device software %U ?"
       
   195 
       
   196 //d: Heading in Message query
       
   197 //d: Firmware dialog title 
       
   198 //l: heading_pane_t1
       
   199 #define qtn_swupdate_startquery_title "Device software"
       
   200 
       
   201 
       
   202 // SOFT KEYS
       
   203 
       
   204 // d:Command text associated to a softkey in the control pane.
       
   205 // d:Confirms operation.
       
   206 // l:control_pane_t1/opt7
       
   207 #define qtn_swupdate_now "Now"
       
   208 
       
   209 // d:Command text associated to a softkey in the control pane.
       
   210 // d:Confirms operation.
       
   211 // l:control_pane_t1/opt7
       
   212 #define qtn_swupdate_later "Later"
       
   213 
       
   214 // d:Command text associated to a softkey in the control pane.
       
   215 // d:Confirms operation.
       
   216 // l:control_pane_t1/opt7
       
   217 #define qtn_swupdate_softkey_decline "Decline"
       
   218 
       
   219 
       
   220 // d:Command text associated to a softkey in the soft notification.
       
   221 // d:Confirms operation.
       
   222 // l:control_pane_t1/opt7
       
   223 #define text_softkey_later "Later"
       
   224 
       
   225 //MAIN VIEW LIST
       
   226 
       
   227 // d: First row in double graphic style list
       
   228 // d: name and version number
       
   229 // d: %0U is the name of the update 
       
   230 // d: %1N is major version number
       
   231 // d: %2N is minor version number
       
   232 // l: None
       
   233 #define qtn_swupdate_name_with_version "%0U %1N.%2N" 
       
   234 
       
   235 
       
   236 // d: Second row in double graphic style list
       
   237 // d: Required update, size in kilobytes
       
   238 // d: %N is size in kilobytes
       
   239 // l: list_double_graphic_pane_t2
       
   240 #define qtn_swupdate_required_update_kb "Required (%N kB)" 
       
   241 
       
   242 // d: Second row in double graphic style list
       
   243 // d: Required update, size in megabytes
       
   244 // d: %N is size in megabytes
       
   245 // l: list_double_graphic_pane_t2
       
   246 #define qtn_swupdate_required_update_mb "Required (%N MB)" 
       
   247 
       
   248 // d: Second row in double graphic style list
       
   249 // d: Critical update, size in kilobytes
       
   250 // d: %N is size in kilobytes
       
   251 // l: list_double_graphic_pane_t2
       
   252 #define qtn_swupdate_critical_update_kb "Important (%N kB)" 
       
   253 
       
   254 // d: Second row in double graphic style list
       
   255 // d: Critical update, size in megabytes
       
   256 // d: %N is size in megabytes
       
   257 // l: list_double_graphic_pane_t2
       
   258 #define qtn_swupdate_critical_update_mb "Important (%N MB)" 
       
   259 
       
   260 // d: Second row in double graphic style list
       
   261 // d: Critical update, size in megabytes
       
   262 // d: %N is size in megabytes
       
   263 // l: list_double_graphic_pane_t2
       
   264 #define qtn_swupdate_critical_update_no_size "Important"
       
   265 
       
   266 // d: Second row in double graphic style list
       
   267 // d: Recommended update,size in kilobytes 
       
   268 // d: %N is size in kilobytes
       
   269 // l: list_double_graphic_pane_t2
       
   270 #define qtn_swupdate_recommended_update_kb "Recommended (%N kB)"
       
   271 
       
   272 // d: Second row in double graphic style list
       
   273 // d: Recommended update,size in megabytes 
       
   274 // d: %N is size in megabytes
       
   275 // l: list_double_graphic_pane_t2
       
   276 #define qtn_swupdate_recommended_update_mb "Recommended (%N MB)"
       
   277 
       
   278 // d: Second row in double graphic style list
       
   279 // d: Normal update, size in kilobytes
       
   280 // d: %N is size in kilobytes
       
   281 // l: list_double_graphic_pane_t2
       
   282 #define qtn_swupdate_normal_update_kb "Optional (%N kB)"
       
   283 
       
   284 // d: Second row in double graphic style list
       
   285 // d: Normal update, size in megabytes
       
   286 // d: %N is size in megabytes
       
   287 // l: list_double_graphic_pane_t2
       
   288 #define qtn_swupdate_normal_update_mb "Optional (%N MB)"
       
   289 
       
   290 // d: Text in confirmation query
       
   291 // d: Note is shown when firmware is selected with others.
       
   292 // l: popup_note_window
       
   293 #define qtn_swupdate_firmware_with_others "Device software must be updated separetely"
       
   294 
       
   295 
       
   296 // d: Text in confirmation query
       
   297 // d: Note is shown when firmware is selected with others.
       
   298 // l: popup_note_window
       
   299 #define qtn_swupdate_cannot_omit "This required update cannot be omitted"
       
   300 
       
   301 
       
   302 // d: First row in double graphic style list
       
   303 // d: Firmware
       
   304 // l: None
       
   305 #define qtn_swupdate_main_device_fw "DEVICE SOFTWARE" 
       
   306 
       
   307 
       
   308 //HISTORY VIEW LIST
       
   309 
       
   310 // d: Second row in double graphic style list
       
   311 // d: Shown in History view when update is successful
       
   312 // d: %U is formatted time or date
       
   313 // l: list_double_graphic_pane_t2
       
   314 #define qtn_swupdate_update_successful "Update successful %U"
       
   315 
       
   316 // d: Second row in double graphic style list
       
   317 // d: Shown in History view when download has been cancelled
       
   318 // d: %U is formatted time or date
       
   319 // l: list_double_graphic_pane_t2
       
   320 #define qtn_swupdate_download_cancelled "Download cancelled %U"
       
   321 
       
   322 // d: Second row in double graphic style list
       
   323 // d: Shown in History view when download has failed
       
   324 // d: %U is formatted time or date
       
   325 // l: list_double_graphic_pane_t2
       
   326 #define qtn_swupdate_download_failed "Download failed %U"
       
   327 
       
   328 // d: Second row in double graphic style list
       
   329 // d: Shown in History view when installation has been cancelled
       
   330 // d: %U is formatted time or date
       
   331 // l: list_double_graphic_pane_t2
       
   332 #define qtn_swupdate_installation_cancelled "Installation cancelled %U"
       
   333 
       
   334 // d: Second row in double graphic style list
       
   335 // d: Shown in History view when installation has failed
       
   336 // d: %U is formatted time or date
       
   337 // l: list_double_graphic_pane_t2
       
   338 #define qtn_swupdate_installation_failed "Installation failed %U"
       
   339 
       
   340 // d: Second row in double graphic style list
       
   341 // d: Shown in History view when update has failed because of insufficient memory
       
   342 // d: %U is formatted time or date
       
   343 // l: list_double_graphic_pane_t2
       
   344 #define qtn_swupdate_not_enough_memory "Not enough memory %U"
       
   345 
       
   346 //OPTIONS MENU
       
   347 
       
   348 // d: Command in options list.
       
   349 // d: Starts software updating
       
   350 // l: list_single_pane_t1_cp2
       
   351 #define qtn_swupdate_option_start_update "Start Update"
       
   352 
       
   353 // d: Command in options list.
       
   354 // d: Starts firmware updating with PC
       
   355 // l: list_single_pane_t1_cp2
       
   356 #define qtn_swupdate_option_update_with_pc "Update with PC"
       
   357 
       
   358 
       
   359 // d: Command in options list.
       
   360 // d: Shows Update details
       
   361 // l: list_single_pane_t1_cp2
       
   362 #define qtn_swupdate_option_update_details "Details"
       
   363 
       
   364 // d: Command in options list.
       
   365 // d: Shows Update history
       
   366 // l: list_single_pane_t1_cp2
       
   367 #define qtn_swupdate_option_update_history "History"
       
   368 
       
   369 // d: Command in options list.
       
   370 // d: Shows Settings view
       
   371 // l: list_single_pane_t1_cp2
       
   372 #define qtn_swupdate_option_settings "Settings"
       
   373 
       
   374 // d: Command in options list.
       
   375 // d: Shows Disclaimer view
       
   376 // l: list_single_pane_t1_cp2
       
   377 #define qtn_swupdate_option_disclaimer "Disclaimer"
       
   378 
       
   379 //TOUCH TOOLBAR
       
   380 
       
   381 // d: Command in permanent tool bar in main view
       
   382 // d: Starts software updating
       
   383 // l: popup_preview_text_window_t1
       
   384 #define qtn_swupdate_tb_tooltip_start_update "Start Update"
       
   385 
       
   386 // d: Command in permanent tool bar in main view
       
   387 // d: Shows Update detailsy
       
   388 // l: popup_preview_text_window_t1
       
   389 #define qtn_swupdate_tb_tooltip_details "Details"
       
   390 
       
   391 // d: Command in permanent tool bar in main view
       
   392 // d: Shows Update history
       
   393 // l: popup_preview_text_window_t1
       
   394 #define qtn_swupdate_tb_tooltip_history "History"
       
   395 
       
   396 // AUTOMATIC CHECKS MESSAGE QUERY
       
   397 
       
   398 //d: Header in message query
       
   399 //d: Automatic cheks query dialog heading text 
       
   400 //l: heading_pane_t1
       
   401 #define qtn_swupdate_allow_nw_title  "Application update"
       
   402 
       
   403 // d: Text in message query
       
   404 // d: Note is shown on the first launch of Software Update application.
       
   405 // l: popup_info_list_pane_t1  
       
   406 #define qtn_swupdate_allow_automatic_checks "Activate automatic network connections for information on updates from Nokia?"
       
   407 
       
   408 //d: Text in message query
       
   409 //d: text link
       
   410 //l: popup_info_list_pane_t1  
       
   411 #define qtn_swupdate_link_more_info "More info"
       
   412 
       
   413 
       
   414 // UPDATE STATUS DIALOG 
       
   415 
       
   416 //d: Header in message query
       
   417 //d: Update dialog heading text 
       
   418 //l: heading_pane_t1
       
   419 #define qtn_swupdate_results "Update results"
       
   420 
       
   421 //d: Text in message query
       
   422 //d: Count of succesful updates
       
   423 //l: popup_info_list_pane_t1 
       
   424 #define qtn_swupdate_successful "%N updates successful"
       
   425 
       
   426 //d: Text in message query
       
   427 //d: Count of cancelled updates
       
   428 //l: popup_info_list_pane_t1 
       
   429 #define qtn_swupdate_cancelled "%N updates cancelled"
       
   430 
       
   431 //d: Text in message query
       
   432 //d: Count of failed updates
       
   433 //l: popup_info_list_pane_t1  
       
   434 #define qtn_swupdate_failed "%N updates failed"
       
   435 
       
   436 //d: Text in message query
       
   437 //d: One succesful update
       
   438 //l: popup_info_list_pane_t1 
       
   439 #define qtn_swupdate_successful_one "1 update successful"
       
   440 
       
   441 //d: Text in message query
       
   442 //d: One cancelled update
       
   443 //l: popup_info_list_pane_t1 
       
   444 #define qtn_swupdate_cancelled_one "1 update cancelled"
       
   445 
       
   446 //d: Text in message query
       
   447 //d: One failed update
       
   448 //l: popup_info_list_pane_t1  
       
   449 #define qtn_swupdate_failed_one "1 update failed"
       
   450 
       
   451 //d: Text in message query
       
   452 //d: Error text because of file lock during installation
       
   453 //l: popup_info_list_pane_t1 
       
   454 #define qtn_swupdate_close_all "Close all applications and try again."
       
   455 
       
   456 //d: Text in message query
       
   457 //d: Update status dialog text link
       
   458 //l: popup_info_list_pane_t1 
       
   459 #define qtn_swupdate_text_link "View History"
       
   460 
       
   461 
       
   462 //
       
   463 // UPDATE DETAILS DIALOG
       
   464 //
       
   465 
       
   466 //d: Header in message query
       
   467 //d: Update details dialog heading text 
       
   468 //l: heading_pane_t1
       
   469 #define qtn_swupdate_details_title "Update details"
       
   470 
       
   471 //d: Sub title in message query
       
   472 //d: Header of name
       
   473 //l: popup_info_list_pane_t1  
       
   474 #define qtn_swupdate_application_name "Name:"
       
   475 
       
   476 //d: Sub title in message query
       
   477 //l: Header of description 
       
   478 //l: popup_info_list_pane_t1 
       
   479 #define qtn_swupdate_description "Description:"
       
   480 
       
   481 //d: Sub title in message query
       
   482 //d: Header of version number
       
   483 //l: popup_info_list_pane_t1  
       
   484 #define qtn_swupdate_version "Version number:"
       
   485 
       
   486 //d: Text in message query
       
   487 //d: Version number
       
   488 //d: %0N is major version number
       
   489 //d: %1N is minor version number
       
   490 //d: %2N is build number
       
   491 //l: popup_info_list_pane_t1 
       
   492 #define qtn_swupdate_version_format "%0N.%1N(%2N)"
       
   493 
       
   494 //d: Sub title in message query
       
   495 //d: Header of file size
       
   496 //l: popup_info_list_pane_t1  
       
   497 #define qtn_swupdate_file_size "File size"
       
   498 
       
   499 
       
   500 //d: Text in message query
       
   501 //d: file size 
       
   502 //l: popup_info_list_pane_t1 
       
   503 #define qtn_swupdate_size_kilobyte "%N kB"
       
   504 
       
   505 //d: Text in message query
       
   506 //d: file size 
       
   507 //l: popup_info_list_pane_t1 
       
   508 #define qtn_swupdate_size_megabyte "%N MB"
       
   509 
       
   510 
       
   511 //d: Text in message query
       
   512 //d: details of firmware 
       
   513 //l: popup_info_list_pane_t1 
       
   514 #define qtn_swupdate_fw_description_text "This update improves your device performance and brings you latest features."
       
   515 
       
   516 
       
   517 
       
   518 // DEPENDENCY HANDLING QUERY
       
   519 
       
   520 //d: Heading in Message query
       
   521 //d: Dependencies dialog title 
       
   522 //l: heading_pane_t1
       
   523 #define qtn_swupdate_dependency_title "Dependencies"
       
   524 
       
   525 // d: Text in message query
       
   526 // d: Note is shown when marked update which have one dependency.
       
   527 // l: popup_info_list_pane_t1  
       
   528 #define qtn_swupdate_dependency_mark_one "This update needs also \"%U\" for working"
       
   529 
       
   530 // d: Text in message query
       
   531 // d: Note is shown when unmarked update which have one dependency.
       
   532 // l: popup_info_list_pane_t1  
       
   533 #define qtn_swupdate_dependency_unmark_one "Update \"%U\" needs this update for working"
       
   534 
       
   535 // d: Text in message query
       
   536 // d: Note is shown when marked update which several dependencies.
       
   537 // l: popup_info_list_pane_t1  
       
   538 #define qtn_swupdate_dependency_mark_many "This update needs also updates %U for working"
       
   539 
       
   540 // d: Text in message query
       
   541 // d: Note is shown when unmarked update which several dependencies.
       
   542 // l: popup_info_list_pane_t1 
       
   543 #define qtn_swupdate_dependency_unmark_many "Updates %U need this update for working"
       
   544 
       
   545 // d: Text in message query
       
   546 // d: Note is shown when unmarked update which several dependencies.
       
   547 // l: popup_info_list_pane_t1 
       
   548 #define qtn_swupdate_separator ","
       
   549 
       
   550 
       
   551 //
       
   552 // SETTINGS 
       
   553 //
       
   554 
       
   555 //d: Sub title in setting list
       
   556 //d: Settings list item for default access point
       
   557 //l: list_setting_pane_t1
       
   558 #define qtn_swupdate_default_access_point "Default access point"
       
   559 
       
   560 //d: Sub title in setting list
       
   561 //d: Settings list item for automatic update checks
       
   562 //l: list_setting_pane_t1
       
   563 #define qtn_swupdate_automatic_update_checks "Automatic update checks"
       
   564 
       
   565 //d: Sub title in setting list
       
   566 //d: Settings list item for roaming warning
       
   567 //l: list_setting_pane_t1
       
   568 #define qtn_swupdate_roaming_warning "Roaming warning"
       
   569 
       
   570 //d: Setting item selection data
       
   571 //d: Default connection is in use
       
   572 //l: set_value_pane_t1
       
   573 #define qtn_swupdate_default_connection "Default connection"
       
   574 
       
   575 //d: Setting item selection data
       
   576 //d: Roaming warning is on
       
   577 //l: list_set_graphic_pane_t1
       
   578 #define qtn_swupdate_roaming_warn_on "On"
       
   579 
       
   580 //d: Setting item selection data
       
   581 //d: Roaming warning is off
       
   582 //l: list_set_graphic_pane_t1
       
   583 #define qtn_swupdate_roaming_warn_off "Off"
       
   584 
       
   585 //d: Setting item selection data
       
   586 //d: Automatic update check is enabled
       
   587 //l: list_set_graphic_pane_t1
       
   588 #define qtn_swupdate_checks_enabled "Enabled"
       
   589 
       
   590 //d: Setting item selection data
       
   591 //d: Automatic update check is disabled
       
   592 //l: list_set_graphic_pane_t1
       
   593 #define qtn_swupdate_checks_disabled "Disabled"
       
   594 
       
   595 //d: Setting item selection data
       
   596 //d: Automatic update check is enabled when not roaming
       
   597 //l: list_set_graphic_pane_t1
       
   598 #define qtn_swupdate_checks_no_when_roaming "In home network"
       
   599 
       
   600 //
       
   601 // DISCLAIMER 
       
   602 //
       
   603 
       
   604 //d: Heading in Message query
       
   605 //d: Disclaimer dialog title 
       
   606 //l: heading_pane_t1
       
   607 #define qtn_swupdate_nokia_agreement_title "Disclaimer"
       
   608 
       
   609 //d: Text in Message query
       
   610 //d: Disclaimer text
       
   611 //l: popup_info_list_pane_t1
       
   612 #define qtn_swupdate_nokia_agreement_1_phase2 "This application allows you to download and use applications and services provided by Nokia or third parties. Service Terms and Privacy Policy will apply. Nokia will not assume any liability or responsibility for the availability or third party applications or services. Before using the third party application or service, read the applicable terms of use.\n\n"  
       
   613 
       
   614 //d: Text in Message query
       
   615 //d: Disclaimer text
       
   616 //l: popup_info_list_pane_t1
       
   617 #define qtn_swupdate_nokia_agreement_2_phase2 "Use of this application involves transmission of data. Contact your network service provider for information about data transmission charges.\n\n"
       
   618 
       
   619 //d: Text in Message query
       
   620 //d: Disclaimer text
       
   621 //l: popup_info_list_pane_t1  
       
   622 #define qtn_swupdate_nokia_agreement_3_phase2 ""
       
   623 
       
   624 //d: Text in Message query
       
   625 //d: Disclaimer text
       
   626 //l: popup_info_list_pane_t1  
       
   627 #define qtn_swupdate_nokia_agreement_4_phase2 ""
       
   628 
       
   629 //d: Text in Message query
       
   630 //d: Disclaimer text
       
   631 //l: popup_info_list_pane_t1  
       
   632 #define qtn_swupdate_nokia_agreement_5_phase2 ""
       
   633 
       
   634 //d: Text in Message query
       
   635 //d: Disclaimer text
       
   636 //l: popup_info_list_pane_t1  
       
   637 #define qtn_swupdate_nokia_agreement_6_phase2 ""
       
   638 
       
   639 //d: Text in Message query
       
   640 //d: Disclaimer text
       
   641 //l: popup_info_list_pane_t1  
       
   642 #define qtn_swupdate_nokia_agreement_7_phase2 ""
       
   643 
       
   644 //d: Text in Message query
       
   645 //d: Disclaimer text
       
   646 //l: popup_info_list_pane_t1  
       
   647 #define qtn_swupdate_nokia_agreement_8_phase2 ""
       
   648 
       
   649 //d: Text in Message query
       
   650 //d: Disclaimer text
       
   651 //l: popup_info_list_pane_t1  
       
   652 #define qtn_swupdate_nokia_agreement_9_phase2 ""
       
   653 
       
   654 //d: Text in Message query
       
   655 //d: Disclaimer text
       
   656 //l: popup_info_list_pane_t1  
       
   657 #define qtn_swupdate_nokia_agreement_copyright_phase2 "(c) %0N-%1N Nokia. All rights reserved."
       
   658 
       
   659 
       
   660 //
       
   661 // UPDATE WITH PC DIALOG
       
   662 //
       
   663 
       
   664 //d: Heading in Message query
       
   665 //d: Update PC dialog title 
       
   666 //l: heading_pane_t1
       
   667 #define qtn_swupdate_new_sw_title "New software"
       
   668 
       
   669 // d: Text in confirmation query
       
   670 // d: Note is shown when update firmware with PC
       
   671 // l: popup_info_list_pane_t1
       
   672 #define qtn_swupdate_info_nsu_1 "To update your phone with a PC please visit: www.nokia.com/softwareupdate.\n"
       
   673 
       
   674 // d: Text in confirmation query
       
   675 // d: Note is shown when update firmware with PC
       
   676 // l: popup_info_list_pane_t1
       
   677 #define qtn_swupdate_info_nsu_2 "Get new version for more, better, and newer."
       
   678 
       
   679 
       
   680 //
       
   681 // OVER THE AIR CONFIGURING
       
   682 //
       
   683 
       
   684 
       
   685 //d:Text in Message query
       
   686 //d:Text to be shown in DM UI when Software update application is configured on/off over the air
       
   687 //l:popup_info_list_pane_t1
       
   688 //r:5.2
       
   689 //
       
   690 #define qtn_swupdate_configuring_title  "Software update"
       
   691 
       
   692 
       
   693