smartinstaller/adm/loc/adm-original.loc
branchADM
changeset 48 364021cecc90
equal deleted inserted replaced
47:3f419852be07 48:364021cecc90
       
     1 /*
       
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     Localisable Resource file for the ADM.
       
    16 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 // ----------------------------------------------------------------------------
       
    22 // LOCALISATION STRINGS
       
    23 // ----------------------------------------------------------------------------
       
    24 
       
    25 //d:Caption string for the application. ADM = Application Dependency Manager
       
    26 //d:Application long name, shown for instance, in the Installed Applications list
       
    27 //d:Do NOT localize!
       
    28 #define qtn_caption_string "Nokia Smart Installer ADM"
       
    29 
       
    30 //d:Caption short string for the application.
       
    31 //d:Application short name
       
    32 //d:Do NOT localize!
       
    33 #define qtn_short_caption_string "Smart Installer ADM"
       
    34 
       
    35 //d:Resource file path
       
    36 //d:Do NOT localize!
       
    37 #define qtn_loc_resource_file_1 "\\resource\\apps\\ADM"
       
    38 
       
    39 // ----------------------------------------------------------------------------
       
    40 //d:String to be displayed while the preparing device before
       
    41 //d:starting dependency downloads
       
    42 //l:popup_note_wait_window
       
    43 //r:3.1
       
    44 #define STRING_R_ADM_PREPARING_INST_TEXT "Preparing installation"
       
    45 
       
    46 // ----------------------------------------------------------------------------
       
    47 //d:Download confirmation query
       
    48 //d:%U = indication amount of download: "xxx.yy kB" or "xxx.yy MB" or "xxx.yy GB"
       
    49 //d:Suffixes will be localised as well, see below (STRING_R_KB, STRING_R_MB and
       
    50 //d:STRING_R_GB).
       
    51 //l:popup_note_window
       
    52 //r:3.1
       
    53 #define STRING_R_ADM_CONTINUE_TO_DOWNLOAD_TEXT "Continue to download %U?"
       
    54 
       
    55 // ----------------------------------------------------------------------------
       
    56 //d:Same as STRING_R_ADM_CONTINUE_TO_DOWNLOAD_TEXT except this is shown
       
    57 //d:when the device is roaming.
       
    58 //l:popup_note_window
       
    59 //r:3.1
       
    60 #define STRING_R_ADM_ROAMING_CONTINUE_TO_DOWNLOAD_TEXT "Device is roaming. Continue to download %U?"
       
    61 
       
    62 // ----------------------------------------------------------------------------
       
    63 //d:Shown after the user has pressed 'cancel' to confirm if the user wants to continue
       
    64 //d:the installation later (from the menu grid). The user has the following
       
    65 //d:options to choose from: "Yes" and "No". System default translations for those
       
    66 //d:options are used (R_AVKON_SOFTKEYS_YES_NO).
       
    67 //l:popup_note_window
       
    68 //r:3.1
       
    69 #define STRING_R_ADM_CONTINUE_INSTALLATION_LATER_TEXT "Continue installation later?"
       
    70 
       
    71 // ----------------------------------------------------------------------------
       
    72 //d:Shown when the user resumes the installation by selecting Smart Installer ADM
       
    73 //d:from the application menu grid.
       
    74 //d:%U is the name of the application to be installed, for instance: Fluidlauncher
       
    75 //d:The user has the possibility to select "Yes" or "No". System default translations
       
    76 //d:for those options are used (R_AVKON_SOFTKEYS_YES_NO).
       
    77 //l:popup_note_window
       
    78 //r:3.1
       
    79 #define STRING_R_ADM_CONTINUE_INSTALLATION_TEXT "Continue installation of %U?"
       
    80 
       
    81 // ----------------------------------------------------------------------------
       
    82 //d:Suffix for kilobyte kB
       
    83 //l:popup_note_window
       
    84 //r:3.1
       
    85 #define STRING_R_KB				"kB"
       
    86 
       
    87 // ----------------------------------------------------------------------------
       
    88 //d:Suffix for megabyte MB
       
    89 //l:popup_note_window
       
    90 //r:3.1
       
    91 #define STRING_R_MB				"MB"
       
    92 
       
    93 // ----------------------------------------------------------------------------
       
    94 //d:Suffix for gigabyte GB
       
    95 //l:popup_note_window
       
    96 //r:3.1
       
    97 #define STRING_R_GB				"GB"
       
    98 
       
    99 // ----------------------------------------------------------------------------
       
   100 //d:Shown after succesful installation
       
   101 //l:popup_note_window
       
   102 //r:3.1
       
   103 #define STRING_R_ADM_INSTALLATION_OK_TEXT   "Installation complete"
       
   104 
       
   105 // ----------------------------------------------------------------------------
       
   106 //d:Download progress bar dialog
       
   107 //l:popup_note_wait_window
       
   108 //r:3.1
       
   109 #define STRING_R_ADM_DOWNLOAD_WAIT_TEXT      "Downloading and installing"
       
   110 
       
   111 // ----------------------------------------------------------------------------
       
   112 //d:Cleaning up wait note when user has cancelled the installation
       
   113 //l:popup_note_wait_window
       
   114 //r:3.1
       
   115 #define STRING_R_ADM_CANCELLING_INSTALLATION_WAIT_TEXT   "Cancelling installation"
       
   116 
       
   117 // ----------------------------------------------------------------------------
       
   118 //d:Cleaning up wait note when network error has occured
       
   119 //d:%U is one of the detailed description of the error shown below.
       
   120 //l:popup_note_wait_window
       
   121 //r:3.1
       
   122 #define STRING_R_ADM_DETAILED_CANCELLING_INSTALLATION_WAIT_TEXT "%U!\nCancelling installation"
       
   123 
       
   124 // ----------------------------------------------------------------------------
       
   125 //d:Detailed description of network error: network connection lost
       
   126 //l:popup_note_wait_window
       
   127 //r:3.1
       
   128 #define STRING_R_ADM_ERR_CONN_LOST_TEXT "Network connection lost"
       
   129 
       
   130 // ----------------------------------------------------------------------------
       
   131 //d:Cleaning up wait note when an error occured during installation, but it
       
   132 //d:is not caused by user cancelling the installation.
       
   133 //l:popup_note_wait_window
       
   134 //r:3.1
       
   135 #define STRING_R_ADM_REVERTING_CHANGES_WAIT_TEXT         "Reverting changes"
       
   136 
       
   137 // ----------------------------------------------------------------------------
       
   138 //d:Shown when finalising the installation.
       
   139 //d:Shown when silently installing application sis.
       
   140 //l:popup_note_wait_window
       
   141 //r:3.1
       
   142 #define STRING_R_ADM_FINALIZING_INSTALLATION_WAIT_TEXT   "Finalizing installation"
       
   143 
       
   144 // ----------------------------------------------------------------------------
       
   145 // Error strings
       
   146 // ----------------------------------------------------------------------------
       
   147 
       
   148 // ----------------------------------------------------------------------------
       
   149 //d:General error string. Shown when an error occurs that
       
   150 //d:we want to give more detailed information about the error.
       
   151 //d:%N is the error number in decimal
       
   152 //l:popup_note_window
       
   153 //r:3.1
       
   154 #define STRING_R_ADM_ERROR_TEXT "Error occured! %N"
       
   155 
       
   156 // ----------------------------------------------------------------------------
       
   157 //d:Shown when the user tries to restart smartinstallation from the application
       
   158 //d:menu grid, but no installations are pending.
       
   159 //l:popup_note_window
       
   160 //r:3.1
       
   161 #define STRING_R_ADM_ERR_NO_PENDING_INSTALLATIONS_TEXT "No pending installations"
       
   162 
       
   163 // ----------------------------------------------------------------------------
       
   164 //d:Shown when the user tries to restart smartinstallation from the application
       
   165 //d:menu grid, but the previous installation was succesful i.e. no installation
       
   166 //d:is pending.
       
   167 //l:popup_note_window
       
   168 //r:3.1
       
   169 #define STRING_R_ADM_ERR_LATEST_INSTALLATION_OK_TEXT "No pending installations: the latest installation was succesful."
       
   170 
       
   171 // ----------------------------------------------------------------------------
       
   172 //d:Generic error note describing that installation has failed.
       
   173 //l:popup_note_window
       
   174 //r:3.1
       
   175 #define STRING_R_ADM_ERR_INSTALLATION_FAILED_TEXT "Installation failed!"
       
   176 
       
   177 // ----------------------------------------------------------------------------
       
   178 //d:Shown when installation is tried on an unsupported device.
       
   179 //l:popup_note_window
       
   180 //r:3.1
       
   181 #define STRING_R_ADM_ERR_INSTALLATION_UNSUPPORTED_DEVICE_TEXT "Device is not supported"
       
   182 
       
   183 // ----------------------------------------------------------------------------
       
   184 //d:Shown when the device does not have enough free space to install
       
   185 //d:the dependencies.
       
   186 //l:popup_note_window
       
   187 //r:3.1
       
   188 #define STRING_R_ADM_ERR_INSTALLATION_NOT_ENOUGH_SPACE_TEXT "Not enough space for the installation"
       
   189 
       
   190 // ----------------------------------------------------------------------------
       
   191 //d:Shown when download has failed to other than network timeout.
       
   192 //l:popup_note_window
       
   193 //r:3.1
       
   194 #define STRING_R_ADM_ERR_DOWNLOAD_FAILED_TEXT "Download failed!"
       
   195 
       
   196 // ----------------------------------------------------------------------------
       
   197 //d:Shown when the user has explicitly cancelled the installation.
       
   198 //l:popup_note_window
       
   199 //r:3.1
       
   200 #define STRING_R_ADM_ERR_USER_CANCELLATION_TEXT "Installation cancelled!"
       
   201 
       
   202 // ----------------------------------------------------------------------------
       
   203 //d:Shown when installation is started from an ubsupported Smart Installer version.
       
   204 //l:popup_note_window
       
   205 //r:3.1
       
   206 #define STRING_R_ADM_ERR_UNSUPPORTED_VERSION_TEXT "Unsupported Smart Installer version"
       
   207 
       
   208 // ============================================================================
       
   209 //
       
   210 // Ovi Store UI flow related new strings
       
   211 //
       
   212 // ============================================================================
       
   213 
       
   214 // ----------------------------------------------------------------------------
       
   215 //d:NEW STRING!
       
   216 //d:String to be displayed when installation is continued instead of
       
   217 //d:the default STRING_R_ADM_PREPARING_INST_TEXT "Preparing installation"
       
   218 //l:popup_note_wait_window
       
   219 //r:3.1
       
   220 #define STRING_R_ADM_CONTINUING_INST_TEXT "Continuing installation"
       
   221 
       
   222 // ----------------------------------------------------------------------------
       
   223 //d:NEW STRING!
       
   224 //d:String to be displayed while the preparing device before
       
   225 //d:starting dependency downloads
       
   226 //l:popup_note_wait_window
       
   227 //r:3.1
       
   228 #define STRING_R_ADM_VERIFYING_SW_TEXT "Verifying components"
       
   229 
       
   230 // ----------------------------------------------------------------------------
       
   231 //d:NEW STRING!
       
   232 //d:Details to download confirmation query. Used in STRING_R_ADM_DL_PROMPT_TEXT.
       
   233 //l:popup_note_window
       
   234 //r:3.1
       
   235 #define STRING_R_ADM_SW_UPDATE_REQUIRED_TEXT "Download required."
       
   236 
       
   237 // ----------------------------------------------------------------------------
       
   238 //d:NEW STRING!
       
   239 //d:Details to download confirmation query. Linefeed '\n' is required to separate
       
   240 //d:the message from the next line.
       
   241 //d:Used in STRING_R_ADM_DL_PROMPT_TEXT as the %1U parameter.
       
   242 //d:See description of STRING_R_ADM_DL_PROMPT_TEXT for details.
       
   243 //l:popup_note_window
       
   244 //r:3.1
       
   245 #define STRING_R_ADM_ROAMING_TEXT "Phone is roaming.\n"
       
   246 
       
   247 // ----------------------------------------------------------------------------
       
   248 //d:NEW STRING!
       
   249 //d:Download confirmation query
       
   250 //d:%0U = STRING_R_ADM_SW_UPDATE_REQUIRED_TEXT
       
   251 //d:%1U = STRING_R_ADM_ROAMING_TEXT, if the phone is roaming. Otherwise empty.
       
   252 //d:%2U = indication amount of download: "xxx.yy kB" or "xxx.yy MB" or "xxx.yy GB"
       
   253 //d:Suffixes will be localised as well, see below (STRING_R_KB, STRING_R_MB and
       
   254 //d:STRING_R_GB).
       
   255 //l:popup_note_window
       
   256 //r:3.1
       
   257 #define STRING_R_ADM_DL_PROMPT_TEXT "%0U\n%1UDownload %2U?"
       
   258 
       
   259 // ----------------------------------------------------------------------------
       
   260 //d:NEW STRING!
       
   261 //d:Download confirmation query, version for custom softkeys.
       
   262 //d:User has the option to select "Now" or "Later",
       
   263 //d:see STRING_R_SK_NOW_TEXT and STRING_R_SK_LATER_TEXT.
       
   264 //d:%0U = STRING_R_ADM_SW_UPDATE_REQUIRED_TEXT
       
   265 //d:%1U = STRING_R_ADM_ROAMING_TEXT, if the phone is roaming. Otherwise empty.
       
   266 //d:%2U = indication amount of download: "xxx.yy kB" or "xxx.yy MB" or "xxx.yy GB"
       
   267 //d:Suffixes will be localised as well, see below (STRING_R_KB, STRING_R_MB and
       
   268 //d:STRING_R_GB).
       
   269 //l:popup_note_window
       
   270 //r:3.1
       
   271 #define STRING_R_ADM_DL_PROMPT_NOW_TEXT "%0U\n%1UDownload %2U now?"
       
   272 
       
   273 // ----------------------------------------------------------------------------
       
   274 //d:NEW STRING!
       
   275 //d:(Left) Softkey label. Used together with STRING_R_ADM_DL_PROMPT_NOW_TEXT
       
   276 //l:control_pane_t1
       
   277 //r:3.1
       
   278 #define STRING_R_SK_NOW_TEXT "Now"
       
   279 
       
   280 // ----------------------------------------------------------------------------
       
   281 //d:NEW STRING!
       
   282 //d:(Right) Softkey label. Used together with STRING_R_ADM_DL_PROMPT_NOW_TEXT
       
   283 //l:control_pane_t2
       
   284 //r:3.1
       
   285 #define STRING_R_SK_LATER_TEXT "Later"
       
   286 
       
   287 // ----------------------------------------------------------------------------
       
   288 //d:NEW STRING!
       
   289 //d:Download progress bar dialog
       
   290 //l:popup_note_wait_window
       
   291 //r:3.1
       
   292 #define STRING_R_ADM_DOWNLOADING_TEXT "Downloading %0N of %1N"
       
   293 
       
   294 // ----------------------------------------------------------------------------
       
   295 //d:NEW STRING!
       
   296 //d:Installation wait note
       
   297 //l:popup_note_wait_window
       
   298 //r:3.1
       
   299 #define STRING_R_ADM_INSTALLING_TEXT "Installing %0N of %1N"
       
   300 
       
   301 // ----------------------------------------------------------------------------
       
   302 //d:NEW STRING!
       
   303 //d:Queries the user, if the installed application is to be launched
       
   304 //d:%U is the name of the application that is retrieved from the sis package.
       
   305 //l:popup_note_window
       
   306 //r:3.1
       
   307 #define STRING_R_ADM_LAUNCH_APP_TEXT "Installation complete. Launch %U?"
       
   308 
       
   309 // ----------------------------------------------------------------------------
       
   310 //d:NEW STRING!
       
   311 //d:Shown if the user has cancelled installation to indicate the possibility of
       
   312 //d:continuing this installation later.
       
   313 //d:%U = STRING_R_INST_ADM_CAN_BE_RESUMED_OVI_TEXT only if Ovi Store client is running
       
   314 //d:Otherwise it will be empty.
       
   315 //l:popup_note_window
       
   316 //r:3.1
       
   317 #define STRING_R_INST_ADM_CAN_BE_RESUMED_TEXT "To continue this installation later, select this icon in your Application menu%U"
       
   318 
       
   319 // ----------------------------------------------------------------------------
       
   320 //d:NEW STRING!
       
   321 //d:Shown in STRING_R_INST_ADM_CAN_BE_RESUMED_TEXT.
       
   322 //d:See description of STRING_R_INST_ADM_CAN_BE_RESUMED_TEXT
       
   323 //d:%U = Name of the application to be launched. It is localised, if localisation
       
   324 //d:for the name is provided by the application supplier.
       
   325 //l:popup_note_window
       
   326 //r:3.1
       
   327 #define STRING_R_INST_ADM_CAN_BE_RESUMED_OVI_TEXT " or find '%U' on the Ovi Store"
       
   328 
       
   329 // End of File