pnpmobileservices/pnpms/PnP/PnpProvisioningAppData/PnpProvisioning.rss
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2004-2006 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 PnPProvisioning 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    PNPP // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 #include <eikon.rh>
       
    25 #include "pnpprovisioning.hrh"
       
    26 
       
    27 #include <pnpprovisioning.loc>
       
    28 
       
    29 #include <avkon.rsg>
       
    30 #include <avkon.rh>
       
    31 #include <avkon.mbg>
       
    32 #include <avkon.loc>
       
    33 #include <appinfo.rh>
       
    34 #include <data_caging_paths_strings.hrh>
       
    35 
       
    36 
       
    37 //  RESOURCE DEFINITIONS 
       
    38 
       
    39 RESOURCE RSS_SIGNATURE { }
       
    40 
       
    41 RESOURCE TBUF { buf = "PnpProvisioning"; }
       
    42 
       
    43 RESOURCE EIK_APP_INFO
       
    44     {
       
    45     cba = R_AVKON_SOFTKEYS_EMPTY;     
       
    46     }
       
    47 
       
    48 
       
    49 RESOURCE LOCALISABLE_APP_INFO r_pnpprovisioning_localisable_app_info
       
    50     {
       
    51     caption_and_icon = 
       
    52     CAPTION_AND_ICON_INFO
       
    53         {
       
    54         number_of_icons = 0;
       
    55         };
       
    56     }
       
    57 
       
    58 
       
    59 //----------------------------------------------------
       
    60 //   
       
    61 //    r_pnpprovisioning_hotkeys
       
    62 //
       
    63 //----------------------------------------------------
       
    64 //
       
    65 RESOURCE HOTKEYS r_pnpprovisioning_hotkeys
       
    66     {
       
    67     control =
       
    68         {
       
    69         HOTKEY { command = EAknCmdExit; key='e'; }
       
    70         };
       
    71     }
       
    72 
       
    73 
       
    74 RESOURCE TBUF r_text_query
       
    75     {
       
    76     buf = qtn_op_pnp_query_save;
       
    77     }
       
    78 
       
    79 RESOURCE TBUF r_text_set_default
       
    80     {
       
    81     buf = qtn_op_pnp_query_set_sefault;
       
    82     }
       
    83 
       
    84 RESOURCE TBUF r_text_wait_saving
       
    85     {
       
    86     buf = qtn_op_pnp_wait_saving;
       
    87     }
       
    88 
       
    89 // ---------------------------------------------------------
       
    90 //   
       
    91 //    r_text_saved
       
    92 //    All settings were saved
       
    93 //
       
    94 // ---------------------------------------------------------
       
    95 //
       
    96 RESOURCE TBUF r_text_saved
       
    97     {
       
    98     buf = qtn_op_pnp_info_saved;
       
    99     }
       
   100 
       
   101 // ---------------------------------------------------------
       
   102 //   
       
   103 //    r_text_cannot_save
       
   104 //    Setting cannot save
       
   105 //
       
   106 // ---------------------------------------------------------
       
   107 //
       
   108 RESOURCE TBUF r_text_cannot_save
       
   109     {
       
   110     buf = qtn_op_pnp_error_not_saved;
       
   111     }
       
   112 
       
   113 // ---------------------------------------------------------
       
   114 //   
       
   115 //    r_text_plugin_caption
       
   116 //    Caption for Service Help Plugin
       
   117 //
       
   118 // ---------------------------------------------------------
       
   119 //
       
   120 RESOURCE TBUF r_text_plugin_caption
       
   121     {
       
   122     buf = qtn_cp_fetch_settings;
       
   123     }
       
   124 
       
   125 // ---------------------------------------------------------
       
   126 //   
       
   127 //    r_text_email_service_note
       
   128 //    Note displayed after mailbox settings saved 
       
   129 //
       
   130 // ---------------------------------------------------------
       
   131 //
       
   132 RESOURCE TBUF r_text_email_service_note
       
   133     {
       
   134     buf = qtn_op_pnp_mailbox_saved_default;
       
   135     }
       
   136    
       
   137 
       
   138 
       
   139 // End of File