--- a/cmmanager/gsconnsettingsplugin/data/gsconnsettingspluginrsc.rss Thu Aug 19 10:18:49 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,515 +0,0 @@
-/*
-* Copyright (c) 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 Connectivity Settings plugin.
-*
-*/
-
-
-// RESOURCE IDENTIFIER
-NAME CNST // 4 letter ID
-
-// INCLUDES
-#include "gsconnsettingsplugin.hrh"
-#include <gsconnsettingsplugin.loc>
-#include <data_caging_paths_strings.hrh>
-#include <avkon.loc> // Avkon localized strings
-#include <avkon.rh>
-#include <avkon.mbg>
-#include <avkon.rsg>
-#include <eikon.rh>
-#include <EIKCORE.rsg>
-#include <eikon.rsg>
-#include <gscommon.rh>
-#include <GSApp.rsg>
-#include <gs.loc> // Common localized GS strings
-#include <uikon.rh>
-
-
-// CONSTANTS
-
-// RESOURCE DEFINITIONS
-
-//----------------------------------------------------
-//
-// Needed or loading the resource fails!
-//
-//----------------------------------------------------
-//
-RESOURCE RSS_SIGNATURE
- {
- }
-
-// -----------------------------------------------------------------------------
-//
-// r_setting_listbox
-// Common listbox editor resource for setting pages.
-//
-// -----------------------------------------------------------------------------
-//
-RESOURCE LISTBOX r_setting_listbox
- {
- flags = EEikListBoxMultipleSelection;
- }
-
-// -----------------------------------------------------------------------------
-//
-// r_gs_conn_settings_menubar_open_exit
-// GS menu with 'Open', 'Help' and 'Exit'items.
-//
-// -----------------------------------------------------------------------------
-//
-RESOURCE MENU_BAR r_gs_conn_settings_menubar_open_exit
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_gs_conn_settings_menu_item_exit;
- },
- MENU_TITLE
- {
- menu_pane = r_gs_conn_settings_menu_item_help;
- },
- MENU_TITLE
- {
- menu_pane = r_gs_conn_settings_menu_item_open;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_gs_conn_settings_menu_item_open
-// Resource for 'Open' or 'Change' text in menu
-//
-//----------------------------------------------------
-
-RESOURCE MENU_PANE r_gs_conn_settings_menu_item_open
- {
- items =
- {
- MENU_ITEM
- {
- command = EGSConnSettMenuOpen;
- txt = qtn_set_options_open;
- flags = EEikMenuItemAction;
- },
- MENU_ITEM
- {
- command = EGSConnSettMenuChange;
- txt = qtn_set_options_change;
- flags = EEikMenuItemAction;
- }
- };
- }
-
-// -----------------------------------------------------------------------------
-//
-// r_gs_conn_settings_menu_item_exit
-// Resource for 'Exit' text in menu
-// -----------------------------------------------------------------------------
-//
-RESOURCE MENU_PANE r_gs_conn_settings_menu_item_exit
- {
- items =
- {
- MENU_ITEM
- {
- command = EAknCmdExit;
- txt = qtn_options_exit;
- }
- };
- }
-
-// -----------------------------------------------------------------------------
-//
-// r_gs_conn_settings_menu_item_help
-// Resource for 'Help' text in menu
-//
-// -----------------------------------------------------------------------------
-//
-RESOURCE MENU_PANE r_gs_conn_settings_menu_item_help
- {
- items =
- {
- MENU_ITEM
- {
- command = EAknCmdHelp;
- txt = qtn_options_help;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_gs_conn_settings_plugin_view
-// Resource for the main view of Connectivity Settings plugin
-//
-//----------------------------------------------------
-//
-RESOURCE AVKON_VIEW r_gs_conn_settings_plugin_view
- {
- menubar = r_gs_conn_settings_menubar_open_exit;
- cba = r_gs_conn_settings_softkeys_options_back_open;
- }
-
-//----------------------------------------------------
-//
-// r_gs_conn_settings_softkeys_options_back_open
-// Resource for the main view buttons
-//
-//----------------------------------------------------
-//
-RESOURCE CBA r_gs_conn_settings_softkeys_options_back_open
- {
- buttons =
- {
- CBA_BUTTON
- {
- id=EAknSoftkeyOptions;
- txt = text_softkey_option;
- },
- CBA_BUTTON
- {
- id=EAknSoftkeyBack;
- txt = text_softkey_back;
- },
- CBA_BUTTON
- {
- id=EGSConnSettMskGeneral;
- txt = qtn_msk_open;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_gs_conn_settings_plugin_view_title
-// Connectivity Settings plugin view title.
-//
-//----------------------------------------------------
-//
-RESOURCE TITLE_PANE r_gs_conn_settings_plugin_view_title
- {
- txt = qtn_occ_title_connectivity_settings;
- }
-
-//----------------------------------------------------
-//
-// r_gs_conn_settings_view_caption
-// Plugin name in Connectivity folder
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_gs_conn_settings_view_caption
- {
- buf = qtn_set_folder_occ_connectivity_settings;
- }
-
-//----------------------------------------------------
-//
-// r_conn_settings_lbx
-// Resource for main view listbox.
-//
-//----------------------------------------------------
-//
-RESOURCE GS_FEATURE_ARRAY r_conn_settings_lbx
- {
- items =
- {
- GS_FEATURE
- {
- txt = " \t"qtn_occ_sett_usage_of_wlan"\t\t";
- item = EGSSettIdUsageOfWlan;
- type = EGSListBoxItemTypeIsAlwaysVisible;
- },
- GS_FEATURE
- {
- txt = " \t"qtn_occ_sett_data_usage_home_nw"\t\t";
- item = EGSSettIdDataUsageHomeNw;
- type = EGSListBoxItemTypeIsAlwaysVisible;
- },
- GS_FEATURE
- {
- txt = " \t"qtn_occ_sett_data_usage_abroad"\t\t";
- item = EGSSettIdDataUsageAbroad;
- type = EGSListBoxItemTypeIsAlwaysVisible;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_conn_settings_lbx_nowlan
-// Resource for main view listbox.
-//
-//----------------------------------------------------
-//
-RESOURCE GS_FEATURE_ARRAY r_conn_settings_lbx_nowlan
- {
- items =
- {
- GS_FEATURE
- {
- txt = " \t"qtn_occ_sett_data_usage_home_nw"\t\t";
- item = EGSSettIdDataUsageHomeNw;
- type = EGSListBoxItemTypeIsAlwaysVisible;
- },
- GS_FEATURE
- {
- txt = " \t"qtn_occ_sett_data_usage_abroad"\t\t";
- item = EGSSettIdDataUsageAbroad;
- type = EGSListBoxItemTypeIsAlwaysVisible;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_conn_settings_lbx_txt
-//
-//----------------------------------------------------
-//
-RESOURCE ARRAY r_conn_settings_lbx_txt
- {
- items =
- {
- LBUF
- {
- txt = qtn_occ_sett_usage_of_wlan;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_home_nw;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_abroad;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_conn_settings_lbx_txt_nowlan
-//
-//----------------------------------------------------
-//
-RESOURCE ARRAY r_conn_settings_lbx_txt_nowlan
- {
- items =
- {
- LBUF
- {
- txt = qtn_occ_sett_data_usage_home_nw;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_abroad;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_usage_of_new_wlan_setting_page_lbx
-// Resource for "Join new WLAN networks" listbox items
-//
-//----------------------------------------------------
-//
-RESOURCE ARRAY r_usage_of_wlan_setting_page_lbx
- {
- items =
- {
- LBUF
- {
- txt = qtn_occ_sett_usage_of_wlan_known;
- },
- LBUF
- {
- txt = qtn_occ_sett_usage_of_wlan_manual;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_data_usage_abroad_setting_page
-// Resource for "" setting page
-//
-//----------------------------------------------------
-//
-RESOURCE AVKON_SETTING_PAGE r_data_usage_abroad_setting_page
- {
- number = EAknSettingPageNoOrdinalDisplayed;
- label = qtn_occ_sett_data_usage_abroad;
- softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
- type = EAknSetListBox;
- editor_resource_id = r_setting_listbox;
- }
-
-//----------------------------------------------------
-//
-// r_data_usage_abroad_setting_page_lbx
-// Resource for "" listbox items
-//
-//----------------------------------------------------
-//
-RESOURCE ARRAY r_data_usage_abroad_setting_page_lbx
- {
- items =
- {
- LBUF
- {
- txt = qtn_occ_sett_data_usage_abroad_automatic;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_abroad_confirm;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_abroad_wlan_only;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_data_usage_abroad_setting_page_lbx_nowlan
-// Resource for "" listbox items
-//
-//----------------------------------------------------
-//
-RESOURCE ARRAY r_data_usage_abroad_setting_page_lbx_nowlan
- {
- items =
- {
- LBUF
- {
- txt = qtn_occ_sett_data_usage_abroad_automatic;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_abroad_confirm;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_abroad_disabled;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_data_usage_home_nw_setting_page
-// Resource for "" setting page
-//
-//----------------------------------------------------
-//
-RESOURCE AVKON_SETTING_PAGE r_data_usage_home_nw_setting_page
- {
- number = EAknSettingPageNoOrdinalDisplayed;
- label = qtn_occ_sett_data_usage_home_nw;
- softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
- type = EAknSetListBox;
- editor_resource_id = r_setting_listbox;
- }
-
-//----------------------------------------------------
-//
-// r_data_usage_home_nw_setting_page_lbx
-// Resource for "" listbox items
-//
-//----------------------------------------------------
-//
-RESOURCE ARRAY r_data_usage_home_nw_setting_page_lbx
- {
- items =
- {
- LBUF
- {
- txt = qtn_occ_sett_data_usage_home_nw_automatic;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_home_nw_confirm;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_home_nw_wlan_only;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_data_usage_home_nw_setting_page_lbx_nowlan
-// Resource for "" listbox items
-//
-//----------------------------------------------------
-//
-RESOURCE ARRAY r_data_usage_home_nw_setting_page_lbx_nowlan
- {
- items =
- {
- LBUF
- {
- txt = qtn_occ_sett_data_usage_home_nw_automatic;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_home_nw_confirm;
- },
- LBUF
- {
- txt = qtn_occ_sett_data_usage_home_nw_disabled;
- }
- };
- }
-
-//----------------------------------------------------
-//
-// r_gs_conn_settings_msk_label_open
-// "Open" text resource for MSK label
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_gs_conn_settings_msk_label_open
- {
- buf = qtn_set_options_open;
- }
-
-//----------------------------------------------------
-//
-// r_gs_conn_settings_msk_label_change
-// "Change" text resource for MSK label
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_gs_conn_settings_msk_label_change
- {
- buf = qtn_set_options_change;
- }
-
-// -----------------------------------------------------------------------------
-//
-// r_gs_conn_settings_rsk_label_exit
-// Exit text for RSK
-//
-// -----------------------------------------------------------------------------
-//
-RESOURCE TBUF r_gs_conn_settings_rsk_label_exit { buf = text_softkey_exit; }
-
-// End of file