diff -r 000000000000 -r f72a12da539e menufw/menufwui/mmextensions/mmfolderuiextension/data/mmfolderuiextplugin.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/menufw/menufwui/mmextensions/mmfolderuiextension/data/mmfolderuiextplugin.rss Thu Dec 17 08:40:49 2009 +0200 @@ -0,0 +1,214 @@ +/* +* 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 the browse folder UI extension plugin + * +*/ + + +NAME PPUP // 4 letter ID + +// INCLUDES +#include +#include +#include + +#ifdef LANGUAGE_SC + #include +#else + #include +#endif + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF { buf="AFUP"; } + +RESOURCE DIALOG r_menu_filename_query + { + flags = EGeneralQueryFlags; + buttons = R_AVKON_SOFTKEYS_OK_CANCEL; + items= + { + DLG_LINE + { + type = EAknCtQuery; + id = EGeneralQuery; + control= AVKON_DATA_QUERY + { + layout = EDataLayout; + control = EDWIN + { + flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; + maxlength = 256; // KMaxFileName + }; + }; + } + }; + } + +RESOURCE DIALOG r_menu_wait_dialog + { + flags = EAknWaitNoteFlags; + buttons = R_AVKON_SOFTKEYS_EMPTY; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EGeneralNote; + control= AVKON_NOTE + { + layout = EWaitLayout; + singular_label = qtn_fldr_deleting_wait_note; + animation = R_QGN_GRAF_WAIT_BAR_ANIM; + }; + } + }; + } + + +RESOURCE DIALOG r_menu_edit_interruption_info + { + flags = EAknWarningNoteFlags | EEikDialogFlagWait; + buttons = R_AVKON_SOFTKEYS_OK_EMPTY; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EGeneralNote; + control = AVKON_NOTE + { + layout = EGeneralLayout; + animation = R_QGN_NOTE_ERROR_ANIM; + }; + } + }; + } + +RESOURCE DIALOG r_menu_edit_delete_query + { + flags = EGeneralQueryFlags; + buttons = R_AVKON_SOFTKEYS_YES_NO; + items = + { + DLG_LINE + { + type = EAknCtQuery; + id = EGeneralQuery; + control = AVKON_CONFIRMATION_QUERY + { + layout = EConfirmationQueryLayout; + animation = R_QGN_NOTE_QUERY_ANIM; + }; + } + }; + } + +RESOURCE DIALOG r_menu_edit_move_to_folder_select_cancel_query + { + flags = EGeneralQueryFlags; + buttons = R_AVKON_SOFTKEYS_SELECT_CANCEL; + items = + { + DLG_LINE + { + type = EAknCtListQueryControl; + id = EListQueryControl; + control = AVKON_LIST_QUERY_CONTROL + { + listtype = EAknCtSingleGraphicPopupMenuListBox; + listbox = LISTBOX + { + flags = EAknListBoxMenuList; + height = 3; + width = 10; + }; + heading = qtn_fldr_move_to_prmpt; + }; + } + }; + } + +RESOURCE DIALOG r_menu_edit_move_to_folder_select_back_query + { + flags = EGeneralQueryFlags; + buttons = R_AVKON_SOFTKEYS_SELECT_BACK; + items = + { + DLG_LINE + { + type = EAknCtListQueryControl; + id = EListQueryControl; + control = AVKON_LIST_QUERY_CONTROL + { + listtype = EAknCtSingleGraphicPopupMenuListBox; + listbox = LISTBOX + { + flags = EAknListBoxMenuList; + height = 3; + width = 10; + }; + heading = qtn_fldr_move_to_prmpt; + }; + } + }; + } + +RESOURCE DIALOG r_menu_edit_moving_complete_notification + { + flags = EAknWarningNoteFlags | EEikDialogFlagWait; + buttons = R_AVKON_SOFTKEYS_EMPTY; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EGeneralNote; + control = AVKON_NOTE + { + layout = EGeneralLayout; + animation = R_QGN_NOTE_OK_ANIM; + }; + } + }; + } + +RESOURCE DIALOG r_menu_edit_moving_abort_notification + { + flags = EAknWarningNoteFlags | EEikDialogFlagWait; + buttons = R_AVKON_SOFTKEYS_EMPTY; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EGeneralNote; + control = AVKON_NOTE + { + layout = EGeneralLayout; + animation = R_QGN_NOTE_ERROR_ANIM; + }; + } + }; + } + +RESOURCE TBUF r_menu_edit_root_folder { buf=qtn_fldr_root_level; } +RESOURCE TBUF r_menu_edit_default_folder_name { buf=qtn_fldr_name_default; } +RESOURCE TBUF r_menu_edit_folder_name { buf=qtn_fldr_name_prmpt; } +RESOURCE TBUF r_menu_edit_delete_query_text { buf=qtn_query_common_conf_delete; } +RESOURCE TBUF r_menu_edit_fldr_deleting_wait_note { buf=qtn_fldr_deleting_wait_note; } +RESOURCE TBUF r_menu_edit_fldr_bad_file_name { buf=qtn_fldr_bad_file_name; } +RESOURCE TBUF r_menu_edit_fldr_illegal_characters { buf=qtn_fldr_illegal_characters; } + +// end of file