mpxplugins/viewplugins/views/commoncontainer/loc/mpxcommoncontainer.loc
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 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:  Localization strings for project mpxcommoncontainer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // LOCALISATION STRINGS
       
    20 
       
    21 // d:Antriksh list details text to show the number of items in the collection
       
    22 // d:For the case there is more than 1 song in the collection
       
    23 // l:list_logical_template_3_detail
       
    24 // r:5.1
       
    25 //
       
    26 #define qtn_vmp_detail_n_songs "%N songs"
       
    27 
       
    28 // d:Antriksh list details text to show the number of items in the collection
       
    29 // d:For the case there's only 1 song in the collection
       
    30 // l:list_logical_template_3_detail
       
    31 // r:5.1
       
    32 //
       
    33 #define qtn_vmp_detail_1_song "1 song"
       
    34 
       
    35 // d:Antriksh list details text to show the number of items in the collection
       
    36 // d:For the case there's only 1 album in the collection
       
    37 // l:list_logical_template_3_detail
       
    38 // r:5.1
       
    39 //
       
    40 #define qtn_vmp_collection_detail_1_album "1 album"
       
    41 
       
    42 // d:Antriksh list details text to show the number of items in the collection
       
    43 // d:For the case there is more than 1 podcast episode in the collection
       
    44 // l:list_logical_template_3_detail
       
    45 // r:5.1
       
    46 //
       
    47 #define qtn_vmp_num_episode "%N episodes"
       
    48 
       
    49 // d:Antriksh list details text to show the number of items in the collection
       
    50 // d:For the case there's only 1 podcast episode in the collection
       
    51 // l:list_logical_template_3_detail
       
    52 // r:5.1
       
    53 //
       
    54 #define qtn_vmp_one_episode "1 episode"
       
    55 
       
    56 // d:Antriksh list title text when title is unknown
       
    57 // l:list_logical_template_3_title
       
    58 // r:5.1
       
    59 //
       
    60 #define qtn_vmp_unknown "Unknown"
       
    61 
       
    62 // End of File