mmshplugins/mmshsettingsuiplugin/data/mussettingsuirsc.rss
changeset 0 f0cf47e981f9
child 6 c47a75a8cd72
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmshplugins/mmshsettingsuiplugin/data/mussettingsuirsc.rss	Thu Dec 17 08:44:37 2009 +0200
@@ -0,0 +1,518 @@
+/*
+* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Resource file for MUSSettingsPlugin.
+*  Version     : %version: 18 % << Don't touch! Updated by Synergy at check-out.
+*
+*/
+
+
+
+NAME        MUSH // 4 letter ID
+
+
+#include    "mussettingsplugin.hrh"
+#include    <mus.loc> // MUSH localized strings
+#include    <musoperator.loc> //localization
+#include    <data_caging_paths_strings.hrh>
+#include    <bldvariant.hrh>
+#include    <avkon.rh>
+#include    <avkon.loc> // Avkon localized strings
+#include    <avkon.mbg>
+#include    <avkon.rsg>
+#include    <EIKCORE.rsg>
+#include    <eikon.rh>
+#include    <uikon.rh>
+#include 	<gscommon.rh>
+#include    <GSApp.rsg>
+#include    <CommonDialogs.hrh> // CommonDialogs Enumerations
+#include    <CommonDialogs.rh>  // CommonDialogs Resource structures
+#include 	<pathconfiguration.hrh>
+
+
+RESOURCE RSS_SIGNATURE {}
+
+
+// ---------------------------------------------------------------------------
+// r_gs_vssettings_view_title
+// VS Settings view's title.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TITLE_PANE r_gs_vssettings_view_title
+    {
+    txt = qtn_msh_set_title ;
+    }
+
+// ---------------------------------------------------------------------------
+// r_gs_vs_plugin_caption
+// VS Plugin caption.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_gs_vs_plugin_caption
+    {
+    buf = qtn_set_folder_video_sharing;
+    }
+
+// ---------------------------------------------------------------------------
+// r_gs_vs_view
+// Video Sharing view.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_gs_vs_view
+    {
+    menubar = r_vs_menubar_change_exit;
+    cba = R_GS_SOFTKEYS_OPTIONS_BACK_CHANGE;
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_lbx_resource
+// Video sharing view's listbox resource.
+// ---------------------------------------------------------------------------
+//
+RESOURCE LISTBOX r_vs_lbx_resource
+    {
+    array_id = r_vs_lbx;
+    flags = EEikListBoxMultipleSelection;
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_lbx
+// Video sharing view's listbox.
+// ---------------------------------------------------------------------------
+//
+RESOURCE GS_FEATURE_ARRAY r_vs_lbx
+    {
+    items =
+        {
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_activation_title"\t\t";
+            item = KGSSettIdVSActivation;
+            },
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_profile_title"\t\t";
+            item = KGSSettIdSIPProfile;
+            },
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_saving_title"\t\t";
+            item = KGSSettIdAutoRecord;
+            },
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_storage_title"\t\t";
+            item = KGSSettIdRecordedVideoSaving;
+            },
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_audio_title"\t\t";
+            item = KGSSettIdNote;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_lbx_operator
+// Video sharing view's listbox.
+// ---------------------------------------------------------------------------
+//
+RESOURCE GS_FEATURE_ARRAY r_vs_lbx_operator
+    {
+    items =
+        {
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_activation_title"\t\t";
+            item = KGSSettIdVSActivation;
+            },
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_profile_title"\t\t";
+            item = KGSSettIdSIPProfile;
+            },
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_saving_title"\t\t";
+            item = KGSSettIdAutoRecord;
+            },
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_storage_title"\t\t";
+            item = KGSSettIdRecordedVideoSaving;
+            },
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_note_title"\t\t";
+            item = KGSSettIdNote;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_lbx_restricted
+// Video Sharing view's listbox.
+// ---------------------------------------------------------------------------
+//
+RESOURCE GS_FEATURE_ARRAY r_vs_lbx_restricted
+    {
+    items =
+        {
+        GS_FEATURE
+            {
+            txt = " \t"qtn_msh_set_profile_title"\t\t";
+            item = KGSSettIdSIPProfile;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+// r_activation_setting_page
+// Activation setting page.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_activation_setting_page
+    {
+    number = EAknSettingPageNoOrdinalDisplayed;
+    label = qtn_msh_set_activation_title;
+    softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    type = EAknSetListBox;
+    editor_resource_id = r_setting_listbox;
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_profile_setting_page
+// Attach setting page.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_vs_profile_setting_page
+    {
+    number = EAknSettingPageNoOrdinalDisplayed;
+    label = qtn_msh_set_profile_title;
+    softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    type = EAknSetListBox;
+    editor_resource_id = r_setting_listbox;
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_sip_profile_list_view_select_setting_page
+// Pop-up page to select the profile on profile list view
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_vs_sip_profile_list_view_select_setting_page
+    {
+    number = EAknSettingPageNoOrdinalDisplayed;
+    label = qtn_msh_set_profile_select_title;
+    softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL;
+    type = EAknSetListBox;
+    editor_resource_id = r_sip_select_setting_page_control;
+    }
+
+// ---------------------------------------------------------------------------
+// r_sip_select_setting_page_control
+// The radio button list control for the select profile pop-up page
+// ---------------------------------------------------------------------------
+//
+RESOURCE LISTBOX r_sip_select_setting_page_control
+    {
+    flags = EEikListBoxMultipleSelection;
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_recorded_video_saving_setting_page
+// Recorded video saving setting page.
+// ---------------------------------------------------------------------------
+//
+RESOURCE MEMORYSELECTIONDIALOG r_vs_recorded_video_saving_setting_page
+    {
+    title = qtn_msh_set_storage_title;
+    softkey_1 = text_softkey_ok;
+    softkey_2 = text_softkey_cancel;
+
+    locations =
+        {
+        LOCATION { root_path = text_phone_memory_root_path; },
+        LOCATION { root_path = text_memory_card_root_path; }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_note_setting_page
+// Note setting page.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_vs_note_setting_page
+    {
+    number = EAknSettingPageNoOrdinalDisplayed;
+    label = qtn_msh_set_note_title;
+    softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    type = EAknSetListBox;
+    editor_resource_id = r_setting_listbox;
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_audio_setting_page
+// Note setting page.
+// ---------------------------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_PAGE r_vs_audio_setting_page
+    {
+    number = EAknSettingPageNoOrdinalDisplayed;
+    label = qtn_msh_set_audio_title;
+    softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    type = EAknSetListBox;
+    editor_resource_id = r_setting_listbox;
+    }
+
+// ---------------------------------------------------------------------------
+// r_operator_activation_setting_page_lbx
+// Operator specific activation setting page's listbox.
+// ---------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_operator_activation_setting_page_lbx
+    {
+    items =
+        {
+        LBUF
+            {
+            txt = qtn_msh_set_note_on;
+            },
+        LBUF
+            {
+            txt = qtn_msh_set_note_off;
+            }
+        };
+    }
+
+
+// ---------------------------------------------------------------------------
+// r_activation_setting_page_lbx
+// Activation setting page's listbox.
+// ---------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_activation_setting_page_lbx
+    {
+    items =
+        {
+        LBUF
+            {
+            txt = qtn_msh_set_activation_always;
+            },
+        LBUF
+            {
+            txt = qtn_msh_set_activation_homentw;
+            },
+        LBUF
+            {
+            txt = qtn_msh_set_activation_off;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+// r_sip_profile_setting_page_lbx
+// Attach setting page's listbox.
+// ---------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_sip_profile_setting_page_lbx
+    {
+    items =
+        {
+        LBUF
+            {
+            txt = qtn_msh_set_profile_default;
+            },
+        LBUF
+            {
+            txt = qtn_msh_set_profile_select;
+            },
+        LBUF
+            {
+            txt = qtn_msh_set_profile_not_selected;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+// r_vs_video_saving_setting_page_lbx
+// Auto recording setting page's listbox.
+// ---------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_vs_video_saving_setting_page_lbx
+    {
+    items =
+        {
+        LBUF
+            {
+            txt = qtn_msh_set_saving_auto;
+            },
+        LBUF
+            {
+            txt = qtn_msh_set_saving_off;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+//    r_vs_note_setting_page_lbx
+//    Alerts setting page's listbox.
+// ---------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_vs_note_setting_page_lbx
+    {
+    items =
+        {
+        LBUF
+            {
+            txt = qtn_msh_set_note_on;
+            },
+        LBUF
+            {
+            txt = qtn_msh_set_note_off;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+//    r_vs_audio_setting_page_lbx
+//    Capability auditory note setting page's listbox.
+// ---------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_vs_audio_setting_page_lbx
+    {
+    items =
+        {
+        LBUF
+            {
+            txt = qtn_msh_set_audio_on;
+            },
+        LBUF
+            {
+            txt = qtn_msh_set_audio_off;
+            }
+        };
+    }
+
+// ---------------------------------------------------------------------------
+//    r_vs_settings_menubar_change_exit
+//    Options menu with 'Change' and 'Exit' items.
+// ---------------------------------------------------------------------------
+//
+RESOURCE MENU_BAR r_vs_menubar_change_exit
+    {
+    titles =
+        {
+        MENU_TITLE
+            {
+            menu_pane = r_vs_menu_item_exit;
+            }/*,
+        MENU_TITLE
+            {
+            menu_pane = r_vs_menu_item_change;
+            }*/
+        };
+    }
+
+// ---------------------------------------------------------------------------
+//    r_vs_settings_menu_item_exit
+//    Options menu items 'Help' and 'Exit'.
+//    Used instead of plain 'Exit' when help is wanted
+//    to be shown in UI.
+// ---------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_vs_menu_item_exit
+    {
+    items =
+        {
+#ifdef __SERIES60_HELP
+        MENU_ITEM
+            {
+            command = EAknCmdHelp;
+            txt = qtn_options_help;
+            },
+#endif  // __SERIES60_HELP
+        MENU_ITEM
+            {
+            command = EAknCmdExit;
+            txt = qtn_options_exit;
+            }
+        };
+    }
+/*
+// ---------------------------------------------------------------------------
+//    r_vs_settings_menu_item_change
+//    Options menu item 'Change'.
+// ---------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_vs_menu_item_change
+    {
+    items =
+        {
+        MENU_ITEM
+            {
+            command = EGSCmdAppChange;
+            txt = qtn_options_change;
+            }
+        };
+    }
+*/
+// ---------------------------------------------------------------------------
+// r_setting_listbox
+// Common listbox editor resource for setting pages.
+// ---------------------------------------------------------------------------
+//
+RESOURCE LISTBOX r_setting_listbox
+    {
+    flags = EEikListBoxMultipleSelection;
+    }
+
+// ---------------------------------------------------------------------------
+// r_qtn_msh_set_profile_empty
+// Notification for user no sip profiles defined.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_qtn_msh_set_profile_empty
+    {
+    buf = qtn_msh_set_profile_empty;
+    }
+
+// ---------------------------------------------------------------------------
+// r_qtn_msh_set_profile_note
+// Notification for user new profile active after the call.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_qtn_msh_set_profile_note
+    {
+    buf = qtn_msh_set_profile_note;
+    }
+    
+// ---------------------------------------------------------------------------
+// r_qtn_msh_set_storage_card
+// Video location in memory card.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_qtn_msh_set_storage_card
+    {
+    buf = qtn_msh_set_storage_card;
+    }
+    
+// ---------------------------------------------------------------------------
+// r_qtn_msh_set_storage_phone
+// Video location in phone memory.
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_qtn_msh_set_storage_phone
+    {
+    buf = qtn_msh_set_storage_phone;
+    }
+