phonesettings/pslncallimageplugin/Data/PslnCallImagePluginRsc.rss
changeset 0 5f000ab63145
child 9 8871b09be73b
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2005 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 file for PslnCallImagePlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    PCIP // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 #include <avkon.loc> // Avkon localized strings
       
    25 #include <psln.hrh>
       
    26 #include <psln.loc>
       
    27 #include <PslnCommon.rsg>
       
    28 #include <avkon.mbg>
       
    29 #include <avkon.rsg>
       
    30 #include <EIKCORE.rsg>
       
    31 #include <uikon.rh>
       
    32 #include <avkon.rh>
       
    33 #include <eikon.rh>
       
    34 
       
    35 #include <pslncallimageplugin.loc>
       
    36 
       
    37 // CONSTANTS
       
    38 
       
    39 //  RESOURCE DEFINITIONS 
       
    40 
       
    41 RESOURCE RSS_SIGNATURE
       
    42     {
       
    43     }
       
    44 
       
    45 RESOURCE TBUF
       
    46     {
       
    47     buf="PSLC";
       
    48     }
       
    49 
       
    50 //----------------------------------------------------
       
    51 //   
       
    52 //    EIK_APP_INFO
       
    53 //    It contains application information.
       
    54 //
       
    55 //----------------------------------------------------
       
    56 //
       
    57 RESOURCE EIK_APP_INFO
       
    58     {
       
    59     }
       
    60 
       
    61 // -----------------------------------------------------------------------------
       
    62 //   
       
    63 //    r_psln_call_image_view
       
    64 //    Call Image application specific view.
       
    65 //
       
    66 // -----------------------------------------------------------------------------
       
    67 //
       
    68 RESOURCE AVKON_VIEW r_psln_call_image_view 
       
    69     {
       
    70     menubar = r_psln_ci_view_menubar;
       
    71     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    72     }
       
    73 
       
    74 // -----------------------------------------------------------------------------
       
    75 //   
       
    76 //    r_psln_as_view_menubar
       
    77 //    Options menu with 'Apply', 'Help' and 'Exit' items.
       
    78 //
       
    79 // -----------------------------------------------------------------------------
       
    80 //
       
    81 RESOURCE MENU_BAR r_psln_ci_view_menubar
       
    82     {
       
    83     titles =
       
    84         {
       
    85         MENU_TITLE { menu_pane = r_psln_ci_basic_menupane; },
       
    86         MENU_TITLE { menu_pane = R_PSLN_GEN_VIEW_MENUPANE; }
       
    87         };
       
    88     }
       
    89 
       
    90 // -----------------------------------------------------------------------------
       
    91 //   
       
    92 //    r_psln_ci_basic_menupane
       
    93 //    Call Image menu pane for view.
       
    94 //
       
    95 // -----------------------------------------------------------------------------
       
    96 //
       
    97 RESOURCE MENU_PANE r_psln_ci_basic_menupane
       
    98     {
       
    99     items =
       
   100         {
       
   101         MENU_ITEM 
       
   102             {
       
   103             command = EPslnCmdAppActivate;
       
   104             txt = qtn_skins_option_activate;
       
   105             },
       
   106         MENU_ITEM 
       
   107             {
       
   108             command = EPslnCmdAppDownload;
       
   109             txt = qtn_options_change;
       
   110             },
       
   111 #ifdef __SERIES60_HELP
       
   112         MENU_ITEM 
       
   113             {
       
   114             command = EPslnCmdAppHelp;
       
   115             txt = qtn_options_help;
       
   116             },
       
   117 #endif // __SERIES60_HELP
       
   118         MENU_ITEM 
       
   119             {
       
   120             command = EAknCmdExit;
       
   121             txt = qtn_options_exit;
       
   122             }
       
   123         };
       
   124     }
       
   125     
       
   126 // -----------------------------------------------------------------------------
       
   127 //   
       
   128 //    r_psln_ci_list_view_title
       
   129 //    Call Image specific list view's title.
       
   130 //
       
   131 // -----------------------------------------------------------------------------
       
   132 //
       
   133 RESOURCE TITLE_PANE r_psln_ci_list_view_title
       
   134     {
       
   135     txt = qtn_skins_title_call_image;
       
   136     }
       
   137 
       
   138 //----------------------------------------------------
       
   139 //  r_psln_ci_list_view_caption
       
   140 // 
       
   141 // Shortcuts view caption for plugin
       
   142 //----------------------------------------------------
       
   143 //
       
   144 RESOURCE TBUF r_psln_ci_list_view_caption
       
   145     {
       
   146     buf = qtn_skins_title_call_image;
       
   147     }
       
   148 
       
   149 // -----------------------------------------------------------------------------
       
   150 //    
       
   151 //    r_psln_ci_tab_name
       
   152 //    Call Image specific skin tab title.
       
   153 //
       
   154 // -----------------------------------------------------------------------------
       
   155 //
       
   156 RESOURCE TBUF r_psln_ci_tab_name
       
   157     {
       
   158     buf = qtn_skins_tabs_call_image;
       
   159     }   
       
   160 
       
   161 // -----------------------------------------------------------------------------
       
   162 //    
       
   163 //    r_psln_ci_view_lbx
       
   164 //    Listbox of call image setting page.
       
   165 //    "0\tTextLabel\t1\t2"
       
   166 //    Note that icons need to be added in source code.
       
   167 // -----------------------------------------------------------------------------
       
   168 //
       
   169 RESOURCE ARRAY r_psln_ci_view_lbx
       
   170     {
       
   171     items =
       
   172         {
       
   173         LBUF { txt = qtn_skins_default_call_image"\t\t"; },
       
   174         LBUF { txt = qtn_skins_settings_none"\t\t";      },
       
   175         LBUF { txt = qtn_skins_settings_browse"\t\t";  }
       
   176         };
       
   177     }
       
   178 
       
   179 // -----------------------------------------------------------------------------
       
   180 //
       
   181 //    r_psln_title_pane_callimage
       
   182 //    Text for title pane text in menu view.
       
   183 //
       
   184 // -----------------------------------------------------------------------------
       
   185 //
       
   186 RESOURCE TBUF r_psln_title_pane_callimage
       
   187     {
       
   188     buf = qtn_skins_title_pane_callimage;
       
   189     }
       
   190 
       
   191 //End of File