clock2/clockui/adtupdater/data/adtupdater.rss
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2008 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:   The application resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 // Resource identifier
       
    19 NAME ZYXW
       
    20 
       
    21 // System includes
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rh>
       
    24 #include <eikon.rsg>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.hrh>
       
    27 #include <clkdatetimeview.loc>
       
    28 // adtupdater.loc is no more needed as the logical strings are picked up from clkdatetimeview.loc.
       
    29 // TODO: will be removed.
       
    30 // #include <adtupdater.loc>
       
    31 
       
    32 // User includes
       
    33 
       
    34 RESOURCE RSS_SIGNATURE { }
       
    35 
       
    36 RESOURCE TBUF { buf=""; }
       
    37 
       
    38 // Resource definitions
       
    39 // ---------------------------------------------------------
       
    40 // The EIK app info.
       
    41 // ---------------------------------------------------------
       
    42 //
       
    43 RESOURCE EIK_APP_INFO
       
    44 	{
       
    45 	}
       
    46 	
       
    47 // Resource definitions
       
    48 // ---------------------------------------------------------
       
    49 // r_adtupdater_main_view
       
    50 // The main view.
       
    51 // ---------------------------------------------------------
       
    52 //
       
    53 RESOURCE AVKON_VIEW r_adtupdater_main_view
       
    54 	{
       
    55 	}
       
    56 
       
    57 // Resource definitions
       
    58 // ---------------------------------------------------------
       
    59 // r_qtn_clk_info_retrieving_time
       
    60 // Localized text resource.
       
    61 // ---------------------------------------------------------
       
    62 //
       
    63 RESOURCE TBUF r_qtn_clk_info_retrieving_time
       
    64 	{
       
    65 	buf = qtn_clk_info_retrieving_time;
       
    66 	}
       
    67 
       
    68 // Resource definitions
       
    69 // ---------------------------------------------------------
       
    70 // r_qtn_clk_query_time_not_received
       
    71 // Localized text resource.
       
    72 // ---------------------------------------------------------
       
    73 //
       
    74 RESOURCE TBUF r_qtn_clk_query_time_not_received
       
    75 	{
       
    76 	buf = qtn_clk_query_time_not_received;
       
    77 	}
       
    78 
       
    79 // Resource definitions
       
    80 // ---------------------------------------------------------
       
    81 // r_qtn_clk_nitz_inf_query
       
    82 // Localized text resource.
       
    83 // ---------------------------------------------------------
       
    84 //
       
    85 RESOURCE TBUF r_qtn_clk_nitz_inf_query
       
    86 	{
       
    87 	buf = qtn_clk_nitz_inf_query;
       
    88 	}
       
    89 
       
    90 // Resource definitions
       
    91 // ---------------------------------------------------------
       
    92 // r_qtn_clk_nitz_inf_header
       
    93 // Localized text resource.
       
    94 // ---------------------------------------------------------
       
    95 //
       
    96 RESOURCE TBUF r_qtn_clk_nitz_inf_header
       
    97 	{
       
    98 	buf = qtn_clk_msg_time_zone;
       
    99 	}
       
   100 
       
   101 // Resource definitions
       
   102 // ---------------------------------------------------------
       
   103 // r_qtn_clk_dst_info
       
   104 // Resource for the string "Daylight saving time".
       
   105 // ---------------------------------------------------------
       
   106 //	
       
   107 RESOURCE TBUF r_qtn_clk_dst_info
       
   108 	{
       
   109 	buf = qtn_clk_dst_info;
       
   110 	}	
       
   111 	
       
   112 // Resource definitions
       
   113 // ---------------------------------------------------------
       
   114 // r_cba_clk_ok_change
       
   115 // The command button group for the global message query.
       
   116 // ---------------------------------------------------------
       
   117 //
       
   118 RESOURCE CBA r_cba_clk_ok_change
       
   119 	{
       
   120 	buttons =
       
   121 		{
       
   122         CBA_BUTTON { id = EAknSoftkeyOk;		txt = text_softkey_ok; },
       
   123         CBA_BUTTON { id = EAknSoftkeyCancel;	txt = qtn_text_softkey_change; }
       
   124         };
       
   125 	}
       
   126 
       
   127 // Resource definitions
       
   128 // ---------------------------------------------------------
       
   129 // r_qtn_clk_qtl_select_country
       
   130 // Localized text resource.
       
   131 // ---------------------------------------------------------
       
   132 //
       
   133 RESOURCE TBUF r_qtn_clk_qtl_select_country
       
   134 	{
       
   135 	buf = qtn_clk_qtl_select_country;
       
   136 	}
       
   137 
       
   138 // Resource definitions
       
   139 // ---------------------------------------------------------
       
   140 // r_qtn_clk_qtl_select_city
       
   141 // Localized text resource.
       
   142 // ---------------------------------------------------------
       
   143 //
       
   144 RESOURCE TBUF r_qtn_clk_qtl_select_city
       
   145 	{
       
   146 	buf = qtn_clk_qtl_select_city;
       
   147 	}
       
   148 
       
   149 // Resource definitions
       
   150 // ---------------------------------------------------------
       
   151 // r_qtn_clk_nitz_gmt
       
   152 // Localized text resource.
       
   153 // ---------------------------------------------------------
       
   154 //
       
   155 RESOURCE TBUF r_qtn_clk_nitz_gmt
       
   156 	{
       
   157 	buf = qtn_clk_nitz_gmt;
       
   158 	}
       
   159 
       
   160 // Resource definitions
       
   161 // ---------------------------------------------------------
       
   162 // r_clk_date_setting_query_dialog
       
   163 // Dialog resource for setting date.
       
   164 // ---------------------------------------------------------
       
   165 //
       
   166 RESOURCE DIALOG r_clk_date_setting_query_dialog
       
   167     {
       
   168     flags = EGeneralQueryFlags | EEikDialogFlagVirtualInput;
       
   169     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   170     items =
       
   171     	{
       
   172 		DLG_LINE
       
   173 			{
       
   174 			type = EAknCtQuery;
       
   175 			id = EGeneralQuery;
       
   176 			control= AVKON_DATA_QUERY 
       
   177 				{ 
       
   178 				layout = EDateLayout;
       
   179 				label = qtn_clk_sett_date;
       
   180 				control = DATE_EDITOR
       
   181 					{
       
   182 					minDate = DATE { year = 1980; };
       
   183 					maxDate = DATE { year = 2060; };
       
   184 					};
       
   185 				};
       
   186 			}
       
   187     	};
       
   188     }
       
   189 
       
   190 // Resource definitions
       
   191 // ---------------------------------------------------------
       
   192 // r_clk_time_setting_query_dialog
       
   193 // Dialog resource for setting time.
       
   194 // ---------------------------------------------------------
       
   195 //
       
   196 RESOURCE DIALOG r_clk_time_setting_query_dialog
       
   197     {
       
   198     flags = EGeneralQueryFlags | EEikDialogFlagVirtualInput;
       
   199     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   200     items =
       
   201         {
       
   202         DLG_LINE
       
   203             {
       
   204             type = EAknCtQuery;
       
   205             id = EGeneralQuery;
       
   206             control = AVKON_DATA_QUERY
       
   207                 { 
       
   208                 layout = ETimeLayout;
       
   209                 label = qtn_clk_sett_time;
       
   210                 control = TIME_EDITOR
       
   211 	                {
       
   212                     minTime = TIME { second = 0; minute = 0; hour = 0; };
       
   213                     maxTime = TIME { second = 59; minute = 59; hour = 23; };
       
   214                     flags= EEikTimeWithoutSecondsField;
       
   215                     };  
       
   216                 };
       
   217             }
       
   218         };
       
   219 
       
   220     }
       
   221 
       
   222 // End of file