omadm/omadmappui/loc/NSmlDMSyncFota.loc
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  FOTA specific localisation strings for NSmlDMSyncApp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //d:-----------------------------------------------------------
       
    20 //d:TAB TEXTS
       
    21 //d:-----------------------------------------------------------
       
    22 
       
    23 //d:Tab text when the fota view is active.
       
    24 //l:tabs_2_long_active_pane_t1
       
    25 //w:
       
    26 //r:3.1
       
    27 //
       
    28 #define qtn_dm_tab_phone_updates    "Updates"
       
    29 
       
    30 //d:Tab text when the profiles view is active.
       
    31 //l:tabs_2_long_active_pane_t1
       
    32 //w:
       
    33 //r:3.1
       
    34 //
       
    35 #define qtn_dm_tab_profiles     "Profiles"
       
    36 
       
    37 //d:-----------------------------------------------------------
       
    38 //d:FOTA VIEW
       
    39 //d:-----------------------------------------------------------
       
    40 
       
    41 //d:Item describing the current phone software version
       
    42 //d:in the fota view.
       
    43 //l:list_double_pane_t1_cp2
       
    44 //w:
       
    45 //r:3.1
       
    46 //
       
    47 #define qtn_fota_list_current_version   "Device software"
       
    48 
       
    49 //d:Item describing the latest update in the fota view.
       
    50 //l:list_double_pane_t1_cp2
       
    51 //w:
       
    52 //r:3.1
       
    53 //
       
    54 #define qtn_fota_list_latest_update     "Device updated"
       
    55 
       
    56 //d:Text shown in the place of the time of the latest update
       
    57 //d:when no software updates are yet performed.
       
    58 //l:list_double_pane_t2_cp2
       
    59 //w:
       
    60 //r:3.1
       
    61 //
       
    62 #define qtn_fota_list_not_updated       "Not updated"
       
    63 
       
    64 //d:Command in fota view options list.
       
    65 //d:Starts the checking for software updates
       
    66 //l:list_single_pane_t1_cp2
       
    67 //w:
       
    68 //r:3.1
       
    69 //
       
    70 #define qtn_fota_options_check_updates  "Check updates"
       
    71 
       
    72 //d:Command in fota view options list.
       
    73 //d:Starts the installing of retrieved update.
       
    74 //l:list_single_pane_t1_cp2
       
    75 //w:
       
    76 //r:3.1
       
    77 //
       
    78 #define qtn_fota_options_install_update "Install update"
       
    79 
       
    80 //d:Command in fota view options list.
       
    81 //d:Opens the fota settings dialog
       
    82 //l:list_single_pane_t1_cp2
       
    83 //w:
       
    84 //r:3.1
       
    85 //
       
    86 #define qtn_fota_options_update_settings    "Settings"
       
    87 
       
    88 //d:Setting item in fota settings view describing the
       
    89 //d:default profile used.
       
    90 //l:list_setting_pane_t1
       
    91 //w:
       
    92 //r:3.1
       
    93 //
       
    94 #define qtn_fota_setting_default_profile    "Default profile"
       
    95 
       
    96 //d:Setting item data in fota settings view presenting that
       
    97 //d:no default profile is defined.
       
    98 //l:list_set_graphic_pane_t1
       
    99 //w:
       
   100 //r:3.1
       
   101 //
       
   102 #define qtn_fota_setting_value_always_ask   "Always ask"
       
   103 
       
   104 //d:Title of the fota settings dialog on the title pane
       
   105 //l:title_pane_t2/opt9
       
   106 //w:
       
   107 //r:3.1
       
   108 //
       
   109 #define qtn_fota_title_update_settings  "Settings"
       
   110 
       
   111 //d:Title of the profile selection dialog when the user
       
   112 //d:initiates the firmware update check.
       
   113 //l:heading_pane_t1
       
   114 //w:
       
   115 //r:3.1
       
   116 //
       
   117 #define qtn_fota_list_query_select_server_profile   "Select server profile"
       
   118 
       
   119 //d:Confirmation note used when the user initiates the firmware
       
   120 //d:update check. Confirms that the user wants to initiate connection
       
   121 //d:to the server.
       
   122 //l:popup_note_window
       
   123 //w:
       
   124 //r:3.1
       
   125 //
       
   126 #define qtn_fota_conf_query_connection_is_needed    "You are about to connect to the Internet. Normal data call costs may apply. Connect?"
       
   127 
       
   128 //d:Wait note shown during the user initiated checking of updates.
       
   129 //d:Is shown during the communication with the device management
       
   130 //d:server and possibly, but not necessarily, during the downloading
       
   131 //d:of the update packet.
       
   132 //l:popup_note_wait_window
       
   133 //w:
       
   134 //r:3.1
       
   135 //
       
   136 #define qtn_fota_wait_checking_update   "Checking for update"
       
   137 
       
   138 //d:Text of the info note shown to user after the user initiated
       
   139 //d:update check, if the SyncML server had no new software updates
       
   140 //d:available.
       
   141 //l:popup_note_window
       
   142 //w:
       
   143 //r:3.1
       
   144 //
       
   145 #define qtn_fota_no_new_updates         "There are no new updates at this time."
       
   146 
       
   147 //d:Item describing the sales model name
       
   148 //d:in main view.
       
   149 //l:list_double_pane_t1_cp2
       
   150 //r:3.2
       
   151 //
       
   152 #define qtn_fota_list_model "Model"
       
   153 
       
   154 //d:Text shown when sales model name not available 
       
   155 //d:in main view.
       
   156 //l:list_double_pane_t2_cp2
       
   157 //r:3.2
       
   158 //
       
   159 #define qtn_dm_list_model_not_available  	"Not available"
       
   160 
       
   161 //d:Item shown only when update package is
       
   162 //d:available in main view.
       
   163 //l:list_double_pane_t1_cp2 
       
   164 //r:3.2
       
   165 //
       
   166 #define qtn_fota_list_new_sw_available  "New device software"
       
   167 
       
   168 //d:Text shown when update package is ready 
       
   169 //d:for install in main view.
       
   170 //l:list_double_pane_t2_cp2 
       
   171 //r:3.2
       
   172 //
       
   173 #define qtn_fota_list_sw_available  	"Available for install"
       
   174 
       
   175 //d:Setting item in fota settings view describing the
       
   176 //d:default profile used.
       
   177 //l:list_setting_pane_t1 
       
   178 //r:3.2
       
   179 //
       
   180 #define qtn_fota_setting_default_server "Default server"    
       
   181 
       
   182 //d:Title of the profile selection dialog when the user
       
   183 //d:initiates the firmware update check.
       
   184 //l:heading_pane_t1 
       
   185 //r:3.2
       
   186 //
       
   187 #define qtn_fota_list_query_select_server   "Select server"
       
   188 
       
   189 //d:List Item text shown for the software version date
       
   190 //d:available in main view.
       
   191 //l:list_double_pane_t1 
       
   192 //r:3.2
       
   193 //
       
   194 #define qtn_fota_list_sw_version_date "Software version date" 
       
   195 
       
   196 //d:List Item text shown for the software version 
       
   197 //d:available in main view.
       
   198 //l:list_double_pane_t1
       
   199 //r:3.2
       
   200 //
       
   201 #define qtn_fota_list_sw_version "Software version" 
       
   202 
       
   203 //d:List Item text shown for the custom version
       
   204 //d:available in main view.
       
   205 //l:list_double_pane_t1
       
   206 //r:3.2
       
   207 //
       
   208 #define qtn_fota_list_custom_version "Custom version" 
       
   209 
       
   210 //d:List Item text shown for the custom version date
       
   211 //d:available in main view.
       
   212 //l:list_double_pane_t1
       
   213 //r:3.2
       
   214 //
       
   215 #define qtn_fota_list_custom_version_date "Custom version date" 
       
   216 
       
   217 //d:List Item text shown for the language package
       
   218 //d:available in main view.
       
   219 //l:list_double_pane_t1
       
   220 //r:3.2
       
   221 //
       
   222 #define qtn_fota_list_language "Language package" 
       
   223 
       
   224 //d:List Item text shown for type
       
   225 //d:available in main view.
       
   226 //l:list_double_pane_t1
       
   227 //r:3.2
       
   228 //
       
   229 #define qtn_fota_list_type_designator "Type"
       
   230 
       
   231 //d:Command in main view options list.
       
   232 //d:Continutes the fota download update process
       
   233 //d:This is shown only when download is postponed
       
   234 //l:list_single_pane_t1_cp2 
       
   235 //r:5.0
       
   236 //
       
   237 #define qtn_fota_options_continue_update  "Continue update"
       
   238 
       
   239 //d:Item shown only when download is
       
   240 //d:postponed, in main view.
       
   241 //l:list_double_pane_t2_cp2
       
   242 //r:5.0
       
   243 //      
       
   244 #define qtn_fota_list_download_postponed	"Download postponed"
       
   245 
       
   246 //d:List Item text shown for the product release 
       
   247 //d:available in main view.
       
   248 //l:list_double_pane_t1
       
   249 //r:5.2
       
   250 //      
       
   251 #define qtn_fota_list_release	"Release"
       
   252 
       
   253 
       
   254 // End of File