emailuis/widget/emailwidgetsettings/data/emailwidgetsettings.rss
changeset 0 8466d47a6819
child 1 12c456ceeff2
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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 Email
       
    15 *               Widget Settings.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME EMWS	// 4 letter ID
       
    22 
       
    23 
       
    24 //  INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 #include <appinfo.rh>
       
    29 #include "emailwidgetsettings.hrh"
       
    30 #include "emailwidgetsettings.loc"
       
    31 
       
    32 //  RESOURCE DEFINITIONS
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 //	Define the resource file signature
       
    36 //	This resource should be empty.
       
    37 //
       
    38 // -----------------------------------------------------------------------------
       
    39 //
       
    40 RESOURCE RSS_SIGNATURE
       
    41 	{
       
    42 	}
       
    43 
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 //	Default Document Name
       
    47 //
       
    48 // -----------------------------------------------------------------------------
       
    49 //
       
    50 RESOURCE TBUF r_default_document_name
       
    51 	{
       
    52 	buf="EMWS";
       
    53 	}
       
    54 
       
    55 // -----------------------------------------------------------------------------
       
    56 //
       
    57 //	Define default menu and CBA key.
       
    58 //
       
    59 // -----------------------------------------------------------------------------
       
    60 //
       
    61 RESOURCE EIK_APP_INFO
       
    62 	{
       
    63 	}
       
    64 
       
    65 // -----------------------------------------------------------------------------
       
    66 //
       
    67 // Resources for messages.
       
    68 //
       
    69 // -----------------------------------------------------------------------------
       
    70 //
       
    71 RESOURCE TBUF32 r_caption_string { buf=qtn_hs_widget_setting_select_mailbox; }
       
    72 
       
    73 // ---------------------------------------------------------------------------- 
       
    74 //
       
    75 // r_localisable_app_info
       
    76 //
       
    77 // ---------------------------------------------------------------------------- 
       
    78 //
       
    79 RESOURCE LOCALISABLE_APP_INFO r_emailwidgetsettings_loc_app_info
       
    80     {
       
    81     short_caption = qtn_hs_widget_setting_select_mailbox;
       
    82     caption_and_icon =
       
    83     CAPTION_AND_ICON_INFO 
       
    84         {
       
    85         caption = qtn_hs_widget_setting_select_mailbox;
       
    86         };
       
    87     }
       
    88 
       
    89 RESOURCE TBUF r_emailwidgetsettings_create_new_mailbox
       
    90     {
       
    91     buf = "\t"qtn_hs_widget_setting_new_mailbox"\t\t";
       
    92     }
       
    93 
       
    94 // End of File