diff -r 1a2a00e78665 -r 7feec50967db idlefw/plugins/shortcutplugin/src/aiscuttexts.rss --- a/idlefw/plugins/shortcutplugin/src/aiscuttexts.rss Tue Feb 02 00:23:10 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,707 +0,0 @@ -/* -* Copyright (c) 2005-2006 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: Shortcut plug-in common texts -* -*/ - - -#include -#include -#include -#include -#include -#include -//#include -//#include -//#include -//#include -//#include - -#include - -#include "aiscutapptitle.rh" -#include "aiscutappuids.hrh" - -NAME SCTX - -RESOURCE RSS_SIGNATURE { } - -RESOURCE TBUF { buf=""; } - -//---------------------------------------------------- -// r_scut_plugin_name -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_plugin_name -{ - buf = qtn_ai_set_cont_apps; -} - -//---------------------------------------------------- -// r_scut_settings_change_theme -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_settings_change_theme -{ - buf = qtn_apps_idle_skin_gs; -} - -//---------------------------------------------------- -// r_scut_settings_new_msg -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_settings_new_msg -{ - buf = qtn_set_idle_skey_new_msg; -} - -//---------------------------------------------------- -// r_scut_settings_new_email -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_settings_new_email -{ - buf = qtn_set_idle_skeys_email_editor; -} - -//---------------------------------------------------- -// r_scut_settings_new_syncml_mail -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_settings_new_syncml_mail -{ - buf = qtn_apps_syncml_mail_gs; -} - -//---------------------------------------------------- -// r_scut_settings_new_postcard -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_settings_new_postcard -{ - buf = qtn_apps_mmspostcard_gs; -} - -//---------------------------------------------------- -// r_scut_settings_new_audio_msg -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_settings_new_audio_msg -{ - buf = qtn_apps_audio_msg_gs; -} - -//---------------------------------------------------- -// r_scut_settings_select_msg_type -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_settings_select_msg_type -{ - buf = qtn_set_idle_skey_select_msg_type; -} - -//---------------------------------------------------- -// r_scut_settings_connectivity_status -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_settings_connectivity_status -{ - buf = qtn_apps_connectivity_list; -} - -//---------------------------------------------------- -// r_scut_settings_connectivity_status -// -//---------------------------------------------------- -// -RESOURCE TBUF r_scut_settings_appmngr -{ - buf = qtn_apps_am_gs; -} - -//---------------------------------------------------- -// r_ai_scut_operation_disabled -// -//---------------------------------------------------- -// -RESOURCE TBUF r_qtn_ai_scut_operation_disabled - { - buf = qtn_ai_scut_operation_disabled; - } - - -// ----------------------------------------------------------------------------- -// r_scut_app_title_list -// -// ----------------------------------------------------------------------------- -// -RESOURCE AI_APP_TITLE_LIST r_scut_app_title_list -{ - items = - { - AI_APP_TITLE_ITEM - { - appuid = KScutAboutUidValue; - //longtitle = qtn_apps_about_list; - //shorttitle = qtn_apps_about_grid; - skeytitle = qtn_apps_about_grid; - msktitle = qtn_apps_about_grid; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutGeneralSettingsUidValue; - viewid = KScutInstallationViewIdValue; - longtitle = qtn_app_caption_string; - shorttitle = qtn_apps_am_gs; - skeytitle = qtn_apps_am_skey; - msktitle = qtn_msk_idle_am; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutApplicationManagerUidValue; - //viewid = KScutInstallationViewIdValue; - //longtitle = qtn_app_caption_string; - //shorttitle = qtn_app_caption_string; - skeytitle = qtn_apps_am_skey; - msktitle = qtn_msk_idle_am; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutApplicationShellUidValue; - viewid = 1; - //longtitle = ""; - //shorttitle = ""; - skeytitle = qtn_apps_menu_skey; - msktitle = qtn_msk_idle_menu; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutNavigatorUidValue; - //longtitle = qtn_apps_blid_list; - //shorttitle = qtn_apps_blid_grid; - skeytitle = qtn_apps_blid_skey; - msktitle = qtn_msk_idle_blid; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutBluetoothUidValue; - //longtitle = qtn_apps_bluetooth_list; - //shorttitle = qtn_apps_bluetooth_grid; - skeytitle = qtn_apps_bluetooth_skey; - msktitle = qtn_msk_idle_bluetooth; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutBrowserUidValue; - //longtitle = qtn_apps_browserng_grid; - //shorttitle = qtn_apps_browserng_list; - skeytitle = qtn_apps_services_skey_new; - msktitle = qtn_msk_idle_services_new; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutCalculatorUidValue; - //longtitle = qtn_apps_calculator_list; - //shorttitle = qtn_apps_calculator_grid; - skeytitle = qtn_apps_calculator_skey; - msktitle = qtn_msk_idle_calculator; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutCalendarUidValue; - //longtitle = qtn_apps_calendar_list; - //shorttitle = qtn_apps_calendar_grid; - skeytitle = qtn_apps_calendar_skey; - msktitle = qtn_msk_idle_calendar; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutCamcorderUidValue; - //longtitle = qtn_apps_ccor_list; - //shorttitle = qtn_apps_ccor_grid; - skeytitle = qtn_apps_ccor_skey; - msktitle = qtn_msk_idle_ccor; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutChineseDictionaryUidValue; - //longtitle = qtn_apps_dict_list; - //shorttitle = qtn_apps_dict_grid; - skeytitle = qtn_apps_dict_skey; - msktitle = qtn_msk_idle_dict; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutClockUidValue; - //longtitle = qtn_apps_clock_list; - //shorttitle = qtn_apps_clock_grid; - skeytitle = qtn_apps_clock_skey; - msktitle = qtn_msk_idle_clock; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutConnectionManagerUidValue; - //longtitle = qtn_apps_cmon_list; - //shorttitle = qtn_apps_cmon_grid; - skeytitle = qtn_apps_cmon_skey; - msktitle = qtn_msk_idle_cmon; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutConverterUidValue; - //longtitle = qtn_cnv_app_caption; - //shorttitle = qtn_cnv_app_caption_short; - skeytitle = qtn_apps_converter_skey; - msktitle = qtn_msk_idle_converter; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutDeviceManagerUidValue; - //longtitle = qtn_apps_dm_list; - //shorttitle = qtn_apps_dm_grid; - skeytitle = qtn_apps_dm_skey; - msktitle = qtn_msk_idle_dm; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutDRMRightsManagerUidValue; - //longtitle = qtn_apps_drm_list; - //shorttitle = qtn_apps_drm_grid; - skeytitle = qtn_apps_drm_skey; - msktitle = qtn_msk_idle_drm; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutFaxModemUidValue; - //longtitle = qtn_apps_fax_modem_list; - //shorttitle = qtn_apps_fax_modem_grid; - skeytitle = qtn_apps_fax_modem_skey; - msktitle = qtn_msk_idle_fax_modem; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutFileManagerUidValue; - //longtitle = qtn_apps_fmgr_list; - //shorttitle = qtn_apps_fmgr_grid; - skeytitle = qtn_apps_fmgr_skey; - msktitle = qtn_msk_idle_fmgr; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutFMRadioUidValue; - //longtitle = qtn_apps_radio_list; - //shorttitle = qtn_apps_radio_grid; - skeytitle = qtn_apps_radio_skey; - msktitle = qtn_msk_idle_radio; - }, - AI_APP_TITLE_ITEM - { - appuid = KScutFMTXRadioUidValue; - //longtitle = qtn_apps_radio_list; - //shorttitle = qtn_apps_radio_grid; - skeytitle = qtn_fmtx_idle_sk; - msktitle = qtn_fmtx_idle_msk; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutGeneralSettingsUidValue; - //longtitle = qtn_apps_settings_list; - //shorttitle = qtn_apps_settings_grid; - skeytitle = qtn_apps_settings_skey; - msktitle = qtn_msk_idle_gs; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutControlPanelUidValue; - //longtitle = qtn_apps_controlpanel_list; - //shorttitle = qtn_apps_controlpanel_grid; - skeytitle = qtn_apps_controlpanel_skey; - msktitle = qtn_msk_idle_controlpanel; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutHelpUidValue; - //longtitle = qtn_apps_help_list; - //shorttitle = qtn_apps_help_grid; - skeytitle = qtn_apps_help_skey; - msktitle = qtn_msk_idle_help; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutIRUidValue; - //longtitle = qtn_apps_infrared_list; - //shorttitle = qtn_apps_infrared_grid; - skeytitle = qtn_apps_infrared_skey; - msktitle = qtn_msk_idle_infrared; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutInstantMessagingUidValue; - //longtitle = qtn_apps_instant_list; - //shorttitle = qtn_apps_instant_grid; - skeytitle = qtn_apps_instant_skey; - msktitle = qtn_msk_idle_instant; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutUserDictionaryUidValue; - //longtitle = qtn_apps_udict_list; - //shorttitle = qtn_apps_udict_grid; - skeytitle = qtn_apps_udict_skey; - msktitle = qtn_msk_idle_udict; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutLandmarksUidValue; - //longtitle = qtn_apps_lm_list; - //shorttitle = qtn_apps_lm_grid; - skeytitle = qtn_apps_lm_skey; - msktitle = qtn_msk_idle_lm; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutLogsUidValue; - //longtitle = qtn_apps_logs_list; - //shorttitle = qtn_apps_logs_grid; - skeytitle = qtn_apps_logs_skey; - msktitle = qtn_msk_idle_logs; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutMediaGallery2UidValue; - //longtitle = qtn_apps_mg_list; - //shorttitle = qtn_apps_mg_grid; - skeytitle = qtn_apps_mg_skey; - msktitle = qtn_msk_idle_mg; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutMediaPlayerUidValue; - //longtitle = qtn_apps_mp_list; - //shorttitle = qtn_apps_mp_grid; - skeytitle = qtn_apps_mp_skey; - msktitle = qtn_msk_idle_mp; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutMemoryCardUidValue; - //longtitle = qtn_apps_memc_appl_list; - //shorttitle = qtn_apps_memc_appl_grid; - skeytitle = qtn_apps_mmc_skey; - msktitle = qtn_msk_idle_mmc; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutMessagingCenterUidValue; - //longtitle = qtn_apps_messaging_list; - //shorttitle = qtn_apps_messaging_grid; - skeytitle = qtn_apps_messaging_skey; - msktitle = qtn_msk_idle_messaging; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutMusicPlayerUidValue; - //longtitle = qtn_apps_mplayer_list; - //shorttitle = qtn_apps_mplayer_grid; - skeytitle = qtn_apps_mplayer_skey; - msktitle = qtn_msk_idle_mplayer; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutNotepadUidValue; - //longtitle = qtn_apps_notepad_list; - //shorttitle = qtn_apps_notepad_grid; - skeytitle = qtn_apps_notepad_skey; - msktitle = qtn_msk_idle_notepad; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutPersonalisationUidValue; - //longtitle = qtn_apps_skins_list; - //shorttitle = qtn_apps_skins_grid; - skeytitle = qtn_apps_skins_skey; - msktitle = qtn_msk_idle_skins; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutPhoneUidValue; - //longtitle = qtn_apps_phone_list; - //shorttitle = qtn_apps_phone_grid; - skeytitle = qtn_apps_phone_grid; - msktitle = qtn_apps_phone_grid; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutPhonebookUidValue; - //longtitle = qtn_apps_phonebook_list; - //shorttitle = qtn_apps_phonebook_grid; - skeytitle = qtn_apps_phonebook_skey; - msktitle = qtn_msk_idle_phonebook; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutProfilesUidValue; - //longtitle = qtn_apps_mode_list; - //shorttitle = qtn_apps_mode_grid; - skeytitle = qtn_apps_mode_skey; - msktitle = qtn_msk_idle_mode; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutPocUidValue; - //longtitle = qtn_apps_ptt_list; - //shorttitle = qtn_apps_ptt_grid; - skeytitle = qtn_apps_ptt_skey; - msktitle = qtn_msk_idle_ptt; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutSearchUidValue; - //longtitle = qtn_apps_search_list; - //shorttitle = qtn_apps_search_grid; - skeytitle = qtn_apps_search_skey; - msktitle = qtn_msk_idle_search; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutSatUiUidValue; - //longtitle = qtn_apps_simapps_list; - //shorttitle = qtn_apps_simapps_grid; - skeytitle = qtn_apps_simapps_grid; - msktitle = qtn_apps_simapps_grid; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutSpeedDialUidValue; - //longtitle = qtn_apps_sd_list; - //shorttitle = qtn_apps_sd_grid; - skeytitle = qtn_apps_sd_skey; - msktitle = qtn_msk_idle_sd; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutUSBUidValue; - //longtitle = qtn_apps_usb_list; - //shorttitle = qtn_apps_usb_grid; - skeytitle = qtn_apps_usb_skey; - msktitle = qtn_msk_idle_usb; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutVoiceCommandsUidValue; - //longtitle = qtn_apps_vc_list; - //shorttitle = qtn_apps_vc_grid; - skeytitle = qtn_apps_vc_skey; - msktitle = qtn_msk_idle_vc; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutVoiceMailboxUidValue; - //longtitle = qtn_apps_smsvo_list; - //shorttitle = qtn_apps_smsvo_grid; - skeytitle = qtn_apps_smsvo_skey; - msktitle = qtn_msk_idle_smsvo; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutVoIPUidValue; - //longtitle = qtn_apps_voip_list; - //shorttitle = qtn_apps_voip_grid; - skeytitle = qtn_apps_voip_skey; - msktitle = qtn_msk_idle_voip; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutVoiceRecorderUidValue; - //longtitle = qtn_vorec_app_menu_list; - //shorttitle = qtn_vorec_app_menu_grid; - skeytitle = qtn_apps_recorder_skey; - msktitle = qtn_msk_idle_recorder; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutSmlSyncUidValue; - //longtitle = qtn_apps_sml_list; - //shorttitle = qtn_apps_sml_grid; - skeytitle = qtn_apps_sml_grid; - msktitle = qtn_apps_sml_grid; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutPersonalisationUidValue; - viewid = KScutChangeThemeViewIdValue; - longtitle = qtn_apps_idle_skin_gs; - shorttitle = qtn_apps_idle_skin_skey; - skeytitle = qtn_apps_idle_skin_skey; - msktitle = qtn_msk_idle_skin; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutAmsEditorUidValue; - longtitle = qtn_apps_audio_msg_gs; - shorttitle = qtn_apps_audio_msg_skey; - skeytitle = qtn_apps_audio_msg_skey; - msktitle = qtn_msk_idle_audio_msg; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutEmailEditorUidValue; - longtitle = qtn_set_idle_skeys_email_editor; - shorttitle = qtn_apps_email_skey; - skeytitle = qtn_apps_email_skey; - msktitle = qtn_msk_idle_email; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutPostcardEditorUidValue; - longtitle = qtn_apps_mmspostcard_gs; - shorttitle = qtn_apps_mmspostcard_skey; - skeytitle = qtn_apps_mmspostcard_skey; - msktitle = qtn_msk_idle_mmspostcard; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutUnifiedEditorUidValue; - longtitle = qtn_set_idle_skey_new_msg; - shorttitle = qtn_idle_skey_new_msg; - skeytitle = qtn_idle_skey_new_msg; - msktitle = qtn_msk_idle_new_msg; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutEmailEditorUidValue; - viewid = KScutSyncMlEmailUidValue; - longtitle = qtn_apps_syncml_mail_gs; - shorttitle = qtn_apps_syncml_mail_skey; - skeytitle = qtn_apps_syncml_mail_skey; - msktitle = qtn_msk_idle_syncml_mail; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutMessagingCenterUidValue; - viewid = KScutMessagingCenterUidValue; - longtitle = qtn_set_idle_skey_select_msg_type; - shorttitle = qtn_idle_skey_select_msg; - skeytitle = qtn_idle_skey_select_msg; - msktitle = qtn_msk_idle_select_msg; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutGeneralSettingsUidValue; - viewid = KScutConnectivityStatusViewIdValue; - longtitle = qtn_apps_connectivity_list; - shorttitle = qtn_apps_connectivity_skey; - skeytitle = qtn_apps_connectivity_skey; - msktitle = qtn_msk_idle_connectivity; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutVideoServicesUidValue; - skeytitle = qtn_apps_video_grid; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutMusicPlayerUidValue; - skeytitle = qtn_apps_mplayer_skey; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutFlashPlayerUidValue; - skeytitle = qtn_apps_fplayer_skey; - } - , - AI_APP_TITLE_ITEM - { - appuid = KScutExchangeMailUidValue; - skeytitle = qtn_apps_exchangemail_skey; - } - , - AI_APP_TITLE_ITEM - { - appuid = -1; - //longtitle = "not found"; - //shorttitle = "not found"; - skeytitle = "not found"; - msktitle = "not found"; - } - }; -} - -// End of File.