applicationmanagement/server/loc/applicationmanagement.loc
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 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:   Localisation file. 
       
    15 *
       
    16 */
       
    17 
       
    18 // LOCALISATION STRINGS
       
    19 
       
    20 // d: This wait note is used while download in progress
       
    21 // l: popup_note_wait_window
       
    22 // r: 5.2
       
    23 #define qtn_dm_wait_downloading "Downloading"
       
    24 
       
    25 // d: Information note is displayed when user cancels download progress
       
    26 // l: popup_note_window/opt2
       
    27 // r: 5.2
       
    28 #define qtn_dm_query_download_cancelled "Download Cancelled"
       
    29 
       
    30 // d: Information note is displayed when download fails due to loss in network
       
    31 // d: connection
       
    32 // l: popup_note_window/opt2
       
    33 // r: 5.2
       
    34 #define qtn_dm_query_connection_failed "Download failed due to connection error"
       
    35 
       
    36 // d: Information note is displayed when download fails for any other reason like
       
    37 // d: out of memory etc.
       
    38 // l: popup_info_list_pane_t1
       
    39 // r: 5.2
       
    40 #define qtn_dm_query_general_failed "Download failed due to general error"
       
    41 // End of File