mmshplugins/mmshsettingsuiplugin/data/mussettingsuirsc.rss
changeset 0 f0cf47e981f9
child 6 c47a75a8cd72
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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 MUSSettingsPlugin.
       
    15 *  Version     : %version: 18 % << Don't touch! Updated by Synergy at check-out.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 NAME        MUSH // 4 letter ID
       
    22 
       
    23 
       
    24 #include    "mussettingsplugin.hrh"
       
    25 #include    <mus.loc> // MUSH localized strings
       
    26 #include    <musoperator.loc> //localization
       
    27 #include    <data_caging_paths_strings.hrh>
       
    28 #include    <bldvariant.hrh>
       
    29 #include    <avkon.rh>
       
    30 #include    <avkon.loc> // Avkon localized strings
       
    31 #include    <avkon.mbg>
       
    32 #include    <avkon.rsg>
       
    33 #include    <EIKCORE.rsg>
       
    34 #include    <eikon.rh>
       
    35 #include    <uikon.rh>
       
    36 #include 	<gscommon.rh>
       
    37 #include    <GSApp.rsg>
       
    38 #include    <CommonDialogs.hrh> // CommonDialogs Enumerations
       
    39 #include    <CommonDialogs.rh>  // CommonDialogs Resource structures
       
    40 #include 	<pathconfiguration.hrh>
       
    41 
       
    42 
       
    43 RESOURCE RSS_SIGNATURE {}
       
    44 
       
    45 
       
    46 // ---------------------------------------------------------------------------
       
    47 // r_gs_vssettings_view_title
       
    48 // VS Settings view's title.
       
    49 // ---------------------------------------------------------------------------
       
    50 //
       
    51 RESOURCE TITLE_PANE r_gs_vssettings_view_title
       
    52     {
       
    53     txt = qtn_msh_set_title ;
       
    54     }
       
    55 
       
    56 // ---------------------------------------------------------------------------
       
    57 // r_gs_vs_plugin_caption
       
    58 // VS Plugin caption.
       
    59 // ---------------------------------------------------------------------------
       
    60 //
       
    61 RESOURCE TBUF r_gs_vs_plugin_caption
       
    62     {
       
    63     buf = qtn_set_folder_video_sharing;
       
    64     }
       
    65 
       
    66 // ---------------------------------------------------------------------------
       
    67 // r_gs_vs_view
       
    68 // Video Sharing view.
       
    69 // ---------------------------------------------------------------------------
       
    70 //
       
    71 RESOURCE AVKON_VIEW r_gs_vs_view
       
    72     {
       
    73     menubar = r_vs_menubar_change_exit;
       
    74     cba = R_GS_SOFTKEYS_OPTIONS_BACK_CHANGE;
       
    75     }
       
    76 
       
    77 // ---------------------------------------------------------------------------
       
    78 // r_vs_lbx_resource
       
    79 // Video sharing view's listbox resource.
       
    80 // ---------------------------------------------------------------------------
       
    81 //
       
    82 RESOURCE LISTBOX r_vs_lbx_resource
       
    83     {
       
    84     array_id = r_vs_lbx;
       
    85     flags = EEikListBoxMultipleSelection;
       
    86     }
       
    87 
       
    88 // ---------------------------------------------------------------------------
       
    89 // r_vs_lbx
       
    90 // Video sharing view's listbox.
       
    91 // ---------------------------------------------------------------------------
       
    92 //
       
    93 RESOURCE GS_FEATURE_ARRAY r_vs_lbx
       
    94     {
       
    95     items =
       
    96         {
       
    97         GS_FEATURE
       
    98             {
       
    99             txt = " \t"qtn_msh_set_activation_title"\t\t";
       
   100             item = KGSSettIdVSActivation;
       
   101             },
       
   102         GS_FEATURE
       
   103             {
       
   104             txt = " \t"qtn_msh_set_profile_title"\t\t";
       
   105             item = KGSSettIdSIPProfile;
       
   106             },
       
   107         GS_FEATURE
       
   108             {
       
   109             txt = " \t"qtn_msh_set_saving_title"\t\t";
       
   110             item = KGSSettIdAutoRecord;
       
   111             },
       
   112         GS_FEATURE
       
   113             {
       
   114             txt = " \t"qtn_msh_set_storage_title"\t\t";
       
   115             item = KGSSettIdRecordedVideoSaving;
       
   116             },
       
   117         GS_FEATURE
       
   118             {
       
   119             txt = " \t"qtn_msh_set_audio_title"\t\t";
       
   120             item = KGSSettIdNote;
       
   121             }
       
   122         };
       
   123     }
       
   124 
       
   125 // ---------------------------------------------------------------------------
       
   126 // r_vs_lbx_operator
       
   127 // Video sharing view's listbox.
       
   128 // ---------------------------------------------------------------------------
       
   129 //
       
   130 RESOURCE GS_FEATURE_ARRAY r_vs_lbx_operator
       
   131     {
       
   132     items =
       
   133         {
       
   134         GS_FEATURE
       
   135             {
       
   136             txt = " \t"qtn_msh_set_activation_title"\t\t";
       
   137             item = KGSSettIdVSActivation;
       
   138             },
       
   139         GS_FEATURE
       
   140             {
       
   141             txt = " \t"qtn_msh_set_profile_title"\t\t";
       
   142             item = KGSSettIdSIPProfile;
       
   143             },
       
   144         GS_FEATURE
       
   145             {
       
   146             txt = " \t"qtn_msh_set_saving_title"\t\t";
       
   147             item = KGSSettIdAutoRecord;
       
   148             },
       
   149         GS_FEATURE
       
   150             {
       
   151             txt = " \t"qtn_msh_set_storage_title"\t\t";
       
   152             item = KGSSettIdRecordedVideoSaving;
       
   153             },
       
   154         GS_FEATURE
       
   155             {
       
   156             txt = " \t"qtn_msh_set_note_title"\t\t";
       
   157             item = KGSSettIdNote;
       
   158             }
       
   159         };
       
   160     }
       
   161 
       
   162 // ---------------------------------------------------------------------------
       
   163 // r_vs_lbx_restricted
       
   164 // Video Sharing view's listbox.
       
   165 // ---------------------------------------------------------------------------
       
   166 //
       
   167 RESOURCE GS_FEATURE_ARRAY r_vs_lbx_restricted
       
   168     {
       
   169     items =
       
   170         {
       
   171         GS_FEATURE
       
   172             {
       
   173             txt = " \t"qtn_msh_set_profile_title"\t\t";
       
   174             item = KGSSettIdSIPProfile;
       
   175             }
       
   176         };
       
   177     }
       
   178 
       
   179 // ---------------------------------------------------------------------------
       
   180 // r_activation_setting_page
       
   181 // Activation setting page.
       
   182 // ---------------------------------------------------------------------------
       
   183 //
       
   184 RESOURCE AVKON_SETTING_PAGE r_activation_setting_page
       
   185     {
       
   186     number = EAknSettingPageNoOrdinalDisplayed;
       
   187     label = qtn_msh_set_activation_title;
       
   188     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   189     type = EAknSetListBox;
       
   190     editor_resource_id = r_setting_listbox;
       
   191     }
       
   192 
       
   193 // ---------------------------------------------------------------------------
       
   194 // r_vs_profile_setting_page
       
   195 // Attach setting page.
       
   196 // ---------------------------------------------------------------------------
       
   197 //
       
   198 RESOURCE AVKON_SETTING_PAGE r_vs_profile_setting_page
       
   199     {
       
   200     number = EAknSettingPageNoOrdinalDisplayed;
       
   201     label = qtn_msh_set_profile_title;
       
   202     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   203     type = EAknSetListBox;
       
   204     editor_resource_id = r_setting_listbox;
       
   205     }
       
   206 
       
   207 // ---------------------------------------------------------------------------
       
   208 // r_vs_sip_profile_list_view_select_setting_page
       
   209 // Pop-up page to select the profile on profile list view
       
   210 // ---------------------------------------------------------------------------
       
   211 //
       
   212 RESOURCE AVKON_SETTING_PAGE r_vs_sip_profile_list_view_select_setting_page
       
   213     {
       
   214     number = EAknSettingPageNoOrdinalDisplayed;
       
   215     label = qtn_msh_set_profile_select_title;
       
   216     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
       
   217     type = EAknSetListBox;
       
   218     editor_resource_id = r_sip_select_setting_page_control;
       
   219     }
       
   220 
       
   221 // ---------------------------------------------------------------------------
       
   222 // r_sip_select_setting_page_control
       
   223 // The radio button list control for the select profile pop-up page
       
   224 // ---------------------------------------------------------------------------
       
   225 //
       
   226 RESOURCE LISTBOX r_sip_select_setting_page_control
       
   227     {
       
   228     flags = EEikListBoxMultipleSelection;
       
   229     }
       
   230 
       
   231 // ---------------------------------------------------------------------------
       
   232 // r_vs_recorded_video_saving_setting_page
       
   233 // Recorded video saving setting page.
       
   234 // ---------------------------------------------------------------------------
       
   235 //
       
   236 RESOURCE MEMORYSELECTIONDIALOG r_vs_recorded_video_saving_setting_page
       
   237     {
       
   238     title = qtn_msh_set_storage_title;
       
   239     softkey_1 = text_softkey_ok;
       
   240     softkey_2 = text_softkey_cancel;
       
   241 
       
   242     locations =
       
   243         {
       
   244         LOCATION { root_path = text_phone_memory_root_path; },
       
   245         LOCATION { root_path = text_memory_card_root_path; }
       
   246         };
       
   247     }
       
   248 
       
   249 // ---------------------------------------------------------------------------
       
   250 // r_vs_note_setting_page
       
   251 // Note setting page.
       
   252 // ---------------------------------------------------------------------------
       
   253 //
       
   254 RESOURCE AVKON_SETTING_PAGE r_vs_note_setting_page
       
   255     {
       
   256     number = EAknSettingPageNoOrdinalDisplayed;
       
   257     label = qtn_msh_set_note_title;
       
   258     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   259     type = EAknSetListBox;
       
   260     editor_resource_id = r_setting_listbox;
       
   261     }
       
   262 
       
   263 // ---------------------------------------------------------------------------
       
   264 // r_vs_audio_setting_page
       
   265 // Note setting page.
       
   266 // ---------------------------------------------------------------------------
       
   267 //
       
   268 RESOURCE AVKON_SETTING_PAGE r_vs_audio_setting_page
       
   269     {
       
   270     number = EAknSettingPageNoOrdinalDisplayed;
       
   271     label = qtn_msh_set_audio_title;
       
   272     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   273     type = EAknSetListBox;
       
   274     editor_resource_id = r_setting_listbox;
       
   275     }
       
   276 
       
   277 // ---------------------------------------------------------------------------
       
   278 // r_operator_activation_setting_page_lbx
       
   279 // Operator specific activation setting page's listbox.
       
   280 // ---------------------------------------------------------------------------
       
   281 //
       
   282 RESOURCE ARRAY r_operator_activation_setting_page_lbx
       
   283     {
       
   284     items =
       
   285         {
       
   286         LBUF
       
   287             {
       
   288             txt = qtn_msh_set_note_on;
       
   289             },
       
   290         LBUF
       
   291             {
       
   292             txt = qtn_msh_set_note_off;
       
   293             }
       
   294         };
       
   295     }
       
   296 
       
   297 
       
   298 // ---------------------------------------------------------------------------
       
   299 // r_activation_setting_page_lbx
       
   300 // Activation setting page's listbox.
       
   301 // ---------------------------------------------------------------------------
       
   302 //
       
   303 RESOURCE ARRAY r_activation_setting_page_lbx
       
   304     {
       
   305     items =
       
   306         {
       
   307         LBUF
       
   308             {
       
   309             txt = qtn_msh_set_activation_always;
       
   310             },
       
   311         LBUF
       
   312             {
       
   313             txt = qtn_msh_set_activation_homentw;
       
   314             },
       
   315         LBUF
       
   316             {
       
   317             txt = qtn_msh_set_activation_off;
       
   318             }
       
   319         };
       
   320     }
       
   321 
       
   322 // ---------------------------------------------------------------------------
       
   323 // r_sip_profile_setting_page_lbx
       
   324 // Attach setting page's listbox.
       
   325 // ---------------------------------------------------------------------------
       
   326 //
       
   327 RESOURCE ARRAY r_sip_profile_setting_page_lbx
       
   328     {
       
   329     items =
       
   330         {
       
   331         LBUF
       
   332             {
       
   333             txt = qtn_msh_set_profile_default;
       
   334             },
       
   335         LBUF
       
   336             {
       
   337             txt = qtn_msh_set_profile_select;
       
   338             },
       
   339         LBUF
       
   340             {
       
   341             txt = qtn_msh_set_profile_not_selected;
       
   342             }
       
   343         };
       
   344     }
       
   345 
       
   346 // ---------------------------------------------------------------------------
       
   347 // r_vs_video_saving_setting_page_lbx
       
   348 // Auto recording setting page's listbox.
       
   349 // ---------------------------------------------------------------------------
       
   350 //
       
   351 RESOURCE ARRAY r_vs_video_saving_setting_page_lbx
       
   352     {
       
   353     items =
       
   354         {
       
   355         LBUF
       
   356             {
       
   357             txt = qtn_msh_set_saving_auto;
       
   358             },
       
   359         LBUF
       
   360             {
       
   361             txt = qtn_msh_set_saving_off;
       
   362             }
       
   363         };
       
   364     }
       
   365 
       
   366 // ---------------------------------------------------------------------------
       
   367 //    r_vs_note_setting_page_lbx
       
   368 //    Alerts setting page's listbox.
       
   369 // ---------------------------------------------------------------------------
       
   370 //
       
   371 RESOURCE ARRAY r_vs_note_setting_page_lbx
       
   372     {
       
   373     items =
       
   374         {
       
   375         LBUF
       
   376             {
       
   377             txt = qtn_msh_set_note_on;
       
   378             },
       
   379         LBUF
       
   380             {
       
   381             txt = qtn_msh_set_note_off;
       
   382             }
       
   383         };
       
   384     }
       
   385 
       
   386 // ---------------------------------------------------------------------------
       
   387 //    r_vs_audio_setting_page_lbx
       
   388 //    Capability auditory note setting page's listbox.
       
   389 // ---------------------------------------------------------------------------
       
   390 //
       
   391 RESOURCE ARRAY r_vs_audio_setting_page_lbx
       
   392     {
       
   393     items =
       
   394         {
       
   395         LBUF
       
   396             {
       
   397             txt = qtn_msh_set_audio_on;
       
   398             },
       
   399         LBUF
       
   400             {
       
   401             txt = qtn_msh_set_audio_off;
       
   402             }
       
   403         };
       
   404     }
       
   405 
       
   406 // ---------------------------------------------------------------------------
       
   407 //    r_vs_settings_menubar_change_exit
       
   408 //    Options menu with 'Change' and 'Exit' items.
       
   409 // ---------------------------------------------------------------------------
       
   410 //
       
   411 RESOURCE MENU_BAR r_vs_menubar_change_exit
       
   412     {
       
   413     titles =
       
   414         {
       
   415         MENU_TITLE
       
   416             {
       
   417             menu_pane = r_vs_menu_item_exit;
       
   418             }/*,
       
   419         MENU_TITLE
       
   420             {
       
   421             menu_pane = r_vs_menu_item_change;
       
   422             }*/
       
   423         };
       
   424     }
       
   425 
       
   426 // ---------------------------------------------------------------------------
       
   427 //    r_vs_settings_menu_item_exit
       
   428 //    Options menu items 'Help' and 'Exit'.
       
   429 //    Used instead of plain 'Exit' when help is wanted
       
   430 //    to be shown in UI.
       
   431 // ---------------------------------------------------------------------------
       
   432 //
       
   433 RESOURCE MENU_PANE r_vs_menu_item_exit
       
   434     {
       
   435     items =
       
   436         {
       
   437 #ifdef __SERIES60_HELP
       
   438         MENU_ITEM
       
   439             {
       
   440             command = EAknCmdHelp;
       
   441             txt = qtn_options_help;
       
   442             },
       
   443 #endif  // __SERIES60_HELP
       
   444         MENU_ITEM
       
   445             {
       
   446             command = EAknCmdExit;
       
   447             txt = qtn_options_exit;
       
   448             }
       
   449         };
       
   450     }
       
   451 /*
       
   452 // ---------------------------------------------------------------------------
       
   453 //    r_vs_settings_menu_item_change
       
   454 //    Options menu item 'Change'.
       
   455 // ---------------------------------------------------------------------------
       
   456 //
       
   457 RESOURCE MENU_PANE r_vs_menu_item_change
       
   458     {
       
   459     items =
       
   460         {
       
   461         MENU_ITEM
       
   462             {
       
   463             command = EGSCmdAppChange;
       
   464             txt = qtn_options_change;
       
   465             }
       
   466         };
       
   467     }
       
   468 */
       
   469 // ---------------------------------------------------------------------------
       
   470 // r_setting_listbox
       
   471 // Common listbox editor resource for setting pages.
       
   472 // ---------------------------------------------------------------------------
       
   473 //
       
   474 RESOURCE LISTBOX r_setting_listbox
       
   475     {
       
   476     flags = EEikListBoxMultipleSelection;
       
   477     }
       
   478 
       
   479 // ---------------------------------------------------------------------------
       
   480 // r_qtn_msh_set_profile_empty
       
   481 // Notification for user no sip profiles defined.
       
   482 // ---------------------------------------------------------------------------
       
   483 //
       
   484 RESOURCE TBUF r_qtn_msh_set_profile_empty
       
   485     {
       
   486     buf = qtn_msh_set_profile_empty;
       
   487     }
       
   488 
       
   489 // ---------------------------------------------------------------------------
       
   490 // r_qtn_msh_set_profile_note
       
   491 // Notification for user new profile active after the call.
       
   492 // ---------------------------------------------------------------------------
       
   493 //
       
   494 RESOURCE TBUF r_qtn_msh_set_profile_note
       
   495     {
       
   496     buf = qtn_msh_set_profile_note;
       
   497     }
       
   498     
       
   499 // ---------------------------------------------------------------------------
       
   500 // r_qtn_msh_set_storage_card
       
   501 // Video location in memory card.
       
   502 // ---------------------------------------------------------------------------
       
   503 //
       
   504 RESOURCE TBUF r_qtn_msh_set_storage_card
       
   505     {
       
   506     buf = qtn_msh_set_storage_card;
       
   507     }
       
   508     
       
   509 // ---------------------------------------------------------------------------
       
   510 // r_qtn_msh_set_storage_phone
       
   511 // Video location in phone memory.
       
   512 // ---------------------------------------------------------------------------
       
   513 //
       
   514 RESOURCE TBUF r_qtn_msh_set_storage_phone
       
   515     {
       
   516     buf = qtn_msh_set_storage_phone;
       
   517     }
       
   518