photosgallery/photossuite/data/photossuite.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 Photos Suite
       
    15 *
       
    16 */
       
    17 
       
    18 NAME PHTS
       
    19 
       
    20 #include <eikon.rh>
       
    21 #include <avkon.loc>	
       
    22 #include <photos.loc>
       
    23 
       
    24 RESOURCE RSS_SIGNATURE { }
       
    25 RESOURCE TBUF { buf=""; }
       
    26 
       
    27 // from avkon.loc
       
    28 RESOURCE TBUF R_OPTIONS_OPEN                            { buf = qtn_options_open; }
       
    29 RESOURCE TBUF R_OPTIONS_HELP                            { buf = qtn_options_help; }
       
    30 
       
    31 // photos specific
       
    32 RESOURCE TBUF R_LGAL_TITLE_MAIN_VIEW                    { buf = qtn_lgal_title_main_view; }
       
    33 //RESOURCE TBUF R_LGAL_LIST_TITLE_CAPTURED_NSERIES        { buf = qtn_lgal_list_title_captured; }
       
    34 RESOURCE TBUF R_LGAL_LIST_TITLE_MONTHS_NSERIES	        { buf = qtn_lgal_list_title_months; }
       
    35 RESOURCE TBUF R_LGAL_LIST_TITLE_ALBUMS_NSERIES	        { buf = qtn_lgal_list_title_albums; }
       
    36 RESOURCE TBUF R_LGAL_LIST_TITLE_TAGS_NSERIES            { buf = qtn_lgal_list_title_tags; }
       
    37 //RESOURCE TBUF R_LGAL_LIST_TITLE_DOWNLOADS_NSERIES       { buf = qtn_lgal_list_title_downloads; }
       
    38 RESOURCE TBUF R_LGAL_LIST_TITLE_ALL_NSERIES             { buf = qtn_lgal_list_title_all; }
       
    39 RESOURCE TBUF R_LGAL_LIST_DETAIL_ONE_ALBUM_NSERIES      { buf = qtn_lgal_list_detail_one_alb; }
       
    40 RESOURCE TBUF R_LGAL_LIST_DETAIL_MULTI_ALBUMS_NSERIES   { buf = qtn_lgal_list_detail_multi_alb; }
       
    41 RESOURCE TBUF R_LGAL_LIST_DETAIL_ONE_TAG_NSERIES        { buf = qtn_lgal_list_detail_one_tag; }
       
    42 RESOURCE TBUF R_LGAL_LIST_DETAIL_MULTI_TAGS_NSERIES     { buf = qtn_lgal_list_detail_multi_tag; }
       
    43 RESOURCE TBUF R_LGAL_LIST_DETAIL_NO_TAGS_NSERIES        { buf = qtn_lgal_list_detail_no_tagged_items; }
       
    44 RESOURCE TBUF R_LGAL_LIST_DETAIL_ONE_ITEM_NSERIES       { buf = qtn_lgal_list_detail_one_item; }
       
    45 RESOURCE TBUF R_LGAL_LIST_DETAIL_MULTI_ITEMS_NSERIES    { buf = qtn_lgal_list_detail_multi_item; }
       
    46 RESOURCE TBUF R_LGAL_LIST_DETAIL_NO_ITEMS_NSERIES       { buf = qtn_lgal_list_detail_no_img_vid; }
       
    47 RESOURCE TBUF R_LGAL_LIST_DETAIL_MULTI_MONTHS_NSERIES   { buf = qtn_lgal_list_title_month_year; }
       
    48 
       
    49 
       
    50 
       
    51 // End of file