mmappcomponents/harvester/collectionmediator/data/mpxmediator.rss
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     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:  Resource definitions for MPX Mediator
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME MPXM
       
    20 
       
    21 #include <badef.rh>
       
    22 #include <pathconfiguration.hrh>
       
    23 #include "mpxmediator.loc"
       
    24 
       
    25 
       
    26 RESOURCE BA_RSS_SIGNATURE { }
       
    27 
       
    28 RESOURCE TBUF 
       
    29     { 
       
    30     buf = "MPXM"; 
       
    31     }
       
    32 
       
    33 // ---------------------------------------------------------------------------
       
    34 // r_genre_podcast
       
    35 // String used for genre comparison. Localized version of the word "podcast"
       
    36 // ---------------------------------------------------------------------------
       
    37 //
       
    38 RESOURCE LBUF r_genre_podcast 
       
    39     { 
       
    40     txt=qtn_nmp_genre_podcast; 
       
    41     }
       
    42 
       
    43 // ---------------------------------------------------------------------------
       
    44 // r_genre_podcast_english
       
    45 // String used for genre comparison. This string is always in English and 
       
    46 // doesn't require any localization.
       
    47 // ---------------------------------------------------------------------------
       
    48 //
       
    49 RESOURCE LBUF r_genre_podcast_english
       
    50     { 
       
    51     txt = "Podcast"; 
       
    52     }
       
    53 
       
    54 // ---------------------------------------------------------------------------
       
    55 // r_genre_unknown
       
    56 // Localized string for the genre "Unknown"
       
    57 // ---------------------------------------------------------------------------
       
    58 //
       
    59 RESOURCE LBUF r_genre_unknown 
       
    60     { 
       
    61     txt=qtn_nmp_genre_unknown; 
       
    62     }