coreapplicationuis/Rfs/Plugins/GSRFSPlugin/data/GSRFSPluginRsc.rss
branchRCL_3
changeset 62 924385140d98
parent 58 0818dd463d41
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 /*
       
     2 * Copyright (c) 2005-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: 
       
    15 *        Resource file for GSRFSPlugin
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    GRFS // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.mbg>
       
    27 #include <EIKCORE.rsg>
       
    28 #include <eikon.rsg>
       
    29 #include <avkon.loc>
       
    30 #include "gsrfsplugin.hrh"
       
    31 #include "gsrfsplugin.loc"
       
    32 #include <uikon.rh>
       
    33 
       
    34 
       
    35 // CONSTANTS
       
    36 
       
    37 //  RESOURCE DEFINITIONS 
       
    38 
       
    39 //----------------------------------------------------
       
    40 //   
       
    41 //    
       
    42 //    Needed or loading the resource fails!
       
    43 //
       
    44 //----------------------------------------------------
       
    45 //
       
    46 RESOURCE RSS_SIGNATURE
       
    47     {
       
    48     }
       
    49 
       
    50 #include "gscommonresources.rss"
       
    51 RESOURCE TBUF
       
    52     {
       
    53     buf="GRFS";
       
    54     }
       
    55 
       
    56 //----------------------------------------------------
       
    57 //
       
    58 //    EIK_APP_INFO
       
    59 //    It contains application information.
       
    60 //
       
    61 //----------------------------------------------------
       
    62 //
       
    63 RESOURCE EIK_APP_INFO
       
    64     {
       
    65     }
       
    66 
       
    67 //----------------------------------------------------
       
    68 //  r_rfs_factory_settings
       
    69 // 
       
    70 //  Orig. factory settings caption for plugin
       
    71 //----------------------------------------------------
       
    72 //
       
    73 RESOURCE TBUF r_rfs_factory_settings
       
    74     {
       
    75     buf = qtn_set_folder_original_settings;
       
    76     }
       
    77 
       
    78 //----------------------------------------------------
       
    79 //  r_rfs_factory_settings_title
       
    80 //
       
    81 //  Factory settings view title.
       
    82 //----------------------------------------------------
       
    83 //
       
    84 RESOURCE TITLE_PANE r_rfs_factory_settings_title
       
    85     {
       
    86     txt = qtn_set_folder_original_settings;
       
    87     }
       
    88 
       
    89 
       
    90 //----------------------------------------------------
       
    91 //  r_rfs_factory_settings_view
       
    92 //  
       
    93 //  Factory settings view.
       
    94 //----------------------------------------------------
       
    95 //
       
    96 RESOURCE MENU_BAR r_gs_menubar_exit_help
       
    97     {
       
    98     titles =
       
    99         {
       
   100         MENU_TITLE
       
   101             {
       
   102             menu_pane = r_gs_menu_item_exit;
       
   103             },
       
   104         MENU_TITLE
       
   105             {
       
   106             menu_pane = r_gs_menu_item_help;
       
   107             }
       
   108         };
       
   109     }
       
   110 
       
   111 
       
   112 RESOURCE CBA r_gs_rfs_softkeys_options_back__exit
       
   113     {
       
   114     buttons =
       
   115         {
       
   116         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   117         CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; }
       
   118         };
       
   119     }
       
   120 
       
   121 RESOURCE AVKON_VIEW r_rfs_factory_settings_view
       
   122     {
       
   123     menubar = r_gs_menubar_exit_help; 
       
   124     cba = r_gs_rfs_softkeys_options_back__exit;
       
   125     }
       
   126 
       
   127 
       
   128 
       
   129 //----------------------------------------------------
       
   130 //  r_rfs_factory_settings_lbx
       
   131 //
       
   132 //  Factory settings view's listbox.
       
   133 //----------------------------------------------------
       
   134 
       
   135 //
       
   136 RESOURCE GS_FEATURE_ARRAY r_rfs_factory_settings_lbx
       
   137     {
       
   138     items =
       
   139         {
       
   140         GS_FEATURE
       
   141             {
       
   142             txt = " \t"qtn_rfs_orig_settings"\t\t";
       
   143             item = EGSSettIdOptNormalRfs;
       
   144 
       
   145             },
       
   146         GS_FEATURE
       
   147             {
       
   148             txt = " \t"qtn_rfs_erase_all_data"\t\t";
       
   149             item = EGSSettIdOptDeepRfs;
       
   150             }
       
   151         };
       
   152     }
       
   153 
       
   154 //End of File