engine/collectionframework/plugins/glxcollectionpluginmonths/data/glxpluginmonths.rss
changeset 23 74c9f037fd5d
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2009-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 Cloud View
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //	RESOURCE IDENTIFIER
       
    21 NAME	PMON
       
    22 
       
    23 #include <badef.rh>
       
    24 #include <glxgallery.loc>
       
    25 #include <avkon.loc>
       
    26 
       
    27 //	RESOURCE DEFINITIONS 
       
    28 
       
    29 RESOURCE BA_RSS_SIGNATURE { }
       
    30 
       
    31 RESOURCE TBUF { buf="PMON"; }
       
    32 
       
    33 RESOURCE LBUF r_months_general_title 								{ txt=qtn_lgal_view_title_months; }
       
    34 RESOURCE LBUF r_months_sub_title_single      				{ txt=qtn_lgal_view_subtitle_all_single; }
       
    35 RESOURCE LBUF r_months_sub_title_multi       				{ txt=qtn_lgal_view_subtitle_all_multi; }
       
    36 RESOURCE LBUF r_months_sub_title_no_image_no_video  { txt=qtn_lgal_list_detail_no_img_vid_nseries; }
       
    37 RESOURCE LBUF r_months_item_title       						{ txt=qtn_lgal_view_months_title; }
       
    38 RESOURCE LBUF r_months_sub_title      							{	txt=qtn_lgal_view_subtitle_months; }
       
    39 
       
    40 
       
    41 RESOURCE LBUF r_months_title_jan      { txt=qtn_month_three_chars_jan; }
       
    42 RESOURCE LBUF r_months_title_feb      { txt=qtn_month_three_chars_feb; }
       
    43 RESOURCE LBUF r_months_title_mar      { txt=qtn_month_three_chars_mar; }
       
    44 RESOURCE LBUF r_months_title_apr      { txt=qtn_month_three_chars_apr; }
       
    45 RESOURCE LBUF r_months_title_may      { txt=qtn_month_three_chars_may; }
       
    46 RESOURCE LBUF r_months_title_jun      { txt=qtn_month_three_chars_jun; }
       
    47 RESOURCE LBUF r_months_title_jul      { txt=qtn_month_three_chars_jul; }
       
    48 RESOURCE LBUF r_months_title_aug      { txt=qtn_month_three_chars_aug; }
       
    49 RESOURCE LBUF r_months_title_sep      { txt=qtn_month_three_chars_sep; }
       
    50 RESOURCE LBUF r_months_title_oct      { txt=qtn_month_three_chars_oct; }
       
    51 RESOURCE LBUF r_months_title_nov      { txt=qtn_month_three_chars_nov; }
       
    52 RESOURCE LBUF r_months_title_dec      { txt=qtn_month_three_chars_dec; }
       
    53 
       
    54 
       
    55 #ifdef GLX_SUB_TITLE_REL8
       
    56 
       
    57 RESOURCE LBUF r_months_sub_title_single_by_month    				{ txt=qtn_lgal_list_detail_single_by_month_nseries; }
       
    58 RESOURCE LBUF r_months_sub_title_multi_by_month    					{ txt=qtn_lgal_list_detail_multi_by_month_nseries; }
       
    59 RESOURCE LBUF r_months_sub_title_no_image_no_video          { txt=qtn_lgal_list_detail_no_img_vid_nseries; }
       
    60 RESOURCE LBUF r_months_sub_title_one_image_multi_video      { txt=qtn_lgal_list_detail_one_img_multi_vid_nseries; }
       
    61 RESOURCE LBUF r_months_sub_title_multi_image_one_video      { txt=qtn_lgal_list_detail_multi_image_one_vid_nseries; }
       
    62 RESOURCE LBUF r_months_sub_title_multi_image_multi_video    { txt=qtn_lgal_list_detail_multi_img_vid_nseries; }
       
    63 
       
    64 #else
       
    65 
       
    66 RESOURCE LBUF r_months_sub_title_jan  { txt=qtn_month_three_chars_jan; }
       
    67 RESOURCE LBUF r_months_sub_title_feb  { txt=qtn_month_three_chars_feb; }
       
    68 RESOURCE LBUF r_months_sub_title_mar  { txt=qtn_month_three_chars_mar; }
       
    69 RESOURCE LBUF r_months_sub_title_apr  { txt=qtn_month_three_chars_apr; }
       
    70 RESOURCE LBUF r_months_sub_title_may  { txt=qtn_month_three_chars_may; }
       
    71 RESOURCE LBUF r_months_sub_title_jun  { txt=qtn_month_three_chars_jun; }
       
    72 RESOURCE LBUF r_months_sub_title_jul  { txt=qtn_month_three_chars_jul; }
       
    73 RESOURCE LBUF r_months_sub_title_aug  { txt=qtn_month_three_chars_aug; }
       
    74 RESOURCE LBUF r_months_sub_title_sep  { txt=qtn_month_three_chars_sep; }
       
    75 RESOURCE LBUF r_months_sub_title_oct  { txt=qtn_month_three_chars_oct; }
       
    76 RESOURCE LBUF r_months_sub_title_nov  { txt=qtn_month_three_chars_nov; }
       
    77 RESOURCE LBUF r_months_sub_title_dec  { txt=qtn_month_three_chars_dec; }
       
    78 
       
    79 #endif