smartinstaller/bootstrap/loc/smartinstaller-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 *     Localisation file for SmartInstaller Bootstrap
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 // ----------------------------------------------------------------------------
       
    21 //	LOCALISATION STRINGS
       
    22 // ----------------------------------------------------------------------------
       
    23 
       
    24 //Caption string for app.
       
    25 //d:Application long name, shown for instance, in the Installed Applications list
       
    26 //d:Do NOT localize!
       
    27 //l:list_single_graphic_pane_t1
       
    28 //r:3.1
       
    29 #define STRING_r_sibs_caption_string 		"Nokia Smart Installer"
       
    30 
       
    31 //Short caption string for app.
       
    32 //d:Application short name
       
    33 //d:Do NOT localize!
       
    34 //l:cell_app_pane_t1
       
    35 //r:3.1
       
    36 #define STRING_r_sibs_short_caption_string	"Smart Installer"
       
    37 
       
    38 //d:Resource file path
       
    39 //d:Do NOT localize!
       
    40 //l:none
       
    41 //r:3.1
       
    42 #define STRING_r_smartinstaller_loc_resource_file_1	"\\resource\\apps\\smartinstaller"
       
    43 
       
    44 // ----------------------------------------------------------------------------
       
    45 //d:String to be displayed while the preparing device for 'smartinstallation'
       
    46 //l:popup_note_wait_window
       
    47 //r:3.1
       
    48 #define STRING_r_adm_env_creation_wait_text	"Preparing installation"
       
    49 
       
    50 // ----------------------------------------------------------------------------
       
    51 //d:Shown when download has failed to other than network timeout.
       
    52 //l:popup_note_window
       
    53 //r:3.1
       
    54 #define STRING_r_http_transaction_err		"Download error!"
       
    55 
       
    56 // ----------------------------------------------------------------------------
       
    57 //d:Generic error note describing that installation has failed.
       
    58 //l:popup_note_window
       
    59 //r:3.1
       
    60 #define STRING_r_installation_failure_err	"Installation failed!"
       
    61 
       
    62 // ----------------------------------------------------------------------------
       
    63 //d:Shown when the user has explicitly cancelled the installation.
       
    64 //l:popup_note_window
       
    65 //r:3.1
       
    66 #define STRING_r_installation_cancelled		"Installation cancelled!"
       
    67 
       
    68 // ----------------------------------------------------------------------------
       
    69 //d:NEW STRING!
       
    70 //d:String to be displayed while the preparing device for 'smartinstallation'
       
    71 //l:popup_note_wait_window
       
    72 //r:3.1
       
    73 #define STRING_r_adm_verifying_sw_text		"Verifying components"
       
    74 
       
    75 // End of File