photosgallery/viewframework/plugins/gridviewplugin/data/glxdownloadtext.rss
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-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:    Resource definitions for Grid View plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //	RESOURCE IDENTIFIER
       
    22 
       
    23 // NOTE: VARIANT TEAM: Please DO NOT CHANGE the NAME tag below to any other value than what is provided 
       
    24 // when giving a different resource file.
       
    25 NAME	MPXD
       
    26 
       
    27 #include <eikon.rh>
       
    28 #include <avkon.rh>
       
    29 #include <avkon.rsg>
       
    30 #include <photos.loc>
       
    31 
       
    32 RESOURCE RSS_SIGNATURE { }
       
    33 
       
    34 RESOURCE TBUF { buf="GLTV"; }
       
    35 
       
    36 // Resource to provide the download link text for Image
       
    37 RESOURCE TBUF r_grid_view_text_download_images
       
    38     {
       
    39     buf = qtn_lgal_info_download_images_text;
       
    40     }
       
    41 
       
    42 // Resource to provide the download link text for Videos
       
    43 RESOURCE TBUF r_grid_view_text_download_videos
       
    44     {
       
    45     buf = qtn_lgal_info_download_videos_text;
       
    46     }