calendarui/regionalplugins/lunarchinese/data/CalenLunarChinesePluginData.rss
changeset 49 5de72ea7a065
parent 37 360d55486d7f
child 50 579cc610882e
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
     1 /*
       
     2 * Copyright (c) 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: This file contains all the resources for the Lunar plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <eikon.rh>
       
    21 #include <avkon.hrh>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 
       
    25 #include "calendarregionalplugin.loc"
       
    26 
       
    27 NAME CLU2
       
    28 
       
    29 RESOURCE RSS_SIGNATURE { }
       
    30 
       
    31 
       
    32 //----------------------------------------------------
       
    33 //----------------------------------------------------
       
    34 //
       
    35 RESOURCE DIALOG r_calen_lunar_details_dialog
       
    36      {
       
    37      flags = EGeneralQueryFlags;
       
    38      buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
    39      items = 
       
    40          {
       
    41          DLG_LINE 
       
    42              {
       
    43              type = EAknCtPopupHeadingPane;
       
    44              id = EAknMessageQueryHeaderId;
       
    45              control = AVKON_HEADING
       
    46                 {
       
    47                  label = qtn_chi_cale_lunar_calendar;
       
    48                  headinglayout = R_AVKON_LIST_HEADING_PANE;
       
    49                 };
       
    50              },
       
    51          DLG_LINE
       
    52              {
       
    53              type = EAknCtMessageQuery;
       
    54              id = EAknMessageQueryContentId;
       
    55              control = AVKON_MESSAGE_QUERY
       
    56                  {
       
    57                  };
       
    58              }
       
    59          };
       
    60      }
       
    61 
       
    62 
       
    63 //----------------------------------------------------
       
    64 // Menu item text "Show lunar details"
       
    65 //----------------------------------------------------
       
    66 //
       
    67 RESOURCE TBUF r_calendar_show_lunar_data
       
    68     {
       
    69     buf = qtn_chi_cale_lunar_data;
       
    70     }
       
    71 
       
    72 
       
    73 //----------------------------------------------------
       
    74 // Details dialog item headers
       
    75 //----------------------------------------------------
       
    76 //
       
    77 RESOURCE TBUF r_calendar_lunar_info_festival
       
    78     {
       
    79     buf = qtn_cale_lunar_info_festival;
       
    80     }
       
    81 
       
    82 RESOURCE TBUF r_calendar_lunar_info_solar
       
    83     {
       
    84     buf = qtn_cale_lunar_info_solar;
       
    85     }
       
    86 
       
    87 RESOURCE TBUF r_calendar_lunar_info_date
       
    88     {
       
    89     buf = qtn_cale_info_lunar_date;
       
    90     }
       
    91 
       
    92 RESOURCE TBUF r_calendar_lunar_info_animal_year
       
    93     {
       
    94     buf = qtn_cale_info_animal_year;
       
    95     }
       
    96 
       
    97 RESOURCE TBUF r_calendar_lunar_info_western_date
       
    98     {
       
    99     buf = qtn_cale_info_western_date;
       
   100     }