filemanager/App/data/FileManager.rss
changeset 0 6a9f87576119
child 5 1e73d2d04cbc
equal deleted inserted replaced
-1:000000000000 0:6a9f87576119
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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 definitions for project FileManager
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    FMGR // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include <bldvariant.hrh>
       
    24 #include <eikon.rh>
       
    25 #include <eikon.rsg>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <avkon.loc>
       
    30 #include <pathconfiguration.hrh>
       
    31 #include <aknsconstants.hrh>
       
    32 #include <data_caging_paths_strings.hrh>
       
    33 #include <CommonDialogs.rh>
       
    34 #include <filemanager.mbg>
       
    35 #include <drmcommon.loc>
       
    36 #include <filemanager.loc>
       
    37 #include "FileManagerEngine.hrh" // filemanager_mbm_file_location
       
    38 #include "FileManager.hrh"
       
    39 
       
    40 
       
    41 //  RESOURCE DEFINITIONS 
       
    42 
       
    43 RESOURCE RSS_SIGNATURE { }
       
    44 
       
    45 RESOURCE TBUF { buf = qtn_fmgr_main_title; }
       
    46 
       
    47 RESOURCE EIK_APP_INFO
       
    48 {
       
    49     status_pane = r_filemanager_status_pane;
       
    50 }
       
    51 
       
    52 /**
       
    53  * STATUS_PANE_APP_MODEL
       
    54  * FileManager default status pane
       
    55  */
       
    56 RESOURCE STATUS_PANE_APP_MODEL r_filemanager_status_pane
       
    57     {
       
    58     layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL;
       
    59     panes =
       
    60         {
       
    61         SPANE_PANE
       
    62             {
       
    63             id = EEikStatusPaneUidTitle;
       
    64             type = EAknCtTitlePane;
       
    65             resource = r_filemanager_title_pane;
       
    66             }
       
    67         };
       
    68     }
       
    69 
       
    70 /**
       
    71  * TITLE_PANE
       
    72  * FileManager default title pane text
       
    73  */
       
    74 RESOURCE TITLE_PANE r_filemanager_title_pane
       
    75     {
       
    76     txt = qtn_fmgr_main_title;
       
    77     }
       
    78 
       
    79 #include <appinfo.rh>
       
    80 
       
    81 RESOURCE LOCALISABLE_APP_INFO r_filemanager_localisable_app_info
       
    82     {
       
    83     short_caption = qtn_apps_fmgr_grid;
       
    84     caption_and_icon = 
       
    85     CAPTION_AND_ICON_INFO
       
    86         {
       
    87         caption = qtn_apps_fmgr_list;
       
    88 #ifdef __SCALABLE_ICONS
       
    89         number_of_icons = 1;
       
    90         icon_file = APP_BITMAP_DIR"\\FileManager_aif.mif";
       
    91 #else
       
    92         number_of_icons = 2;
       
    93         icon_file = APP_BITMAP_DIR"\\FileManager_aif.mbm";
       
    94 #endif
       
    95         };
       
    96     }
       
    97 
       
    98 /**
       
    99 * AVKON_VIEW
       
   100 * General view
       
   101 */
       
   102 RESOURCE AVKON_VIEW r_filemanager_main_view
       
   103     {
       
   104     cba = r_filemanager_softkeys_options_exit__open;
       
   105     menubar = r_filemanager_main_menubar;
       
   106     }
       
   107 /**
       
   108 * AVKON_VIEW
       
   109 * General view (embedded)
       
   110 */
       
   111 RESOURCE AVKON_VIEW r_filemanager_main_view_embedded
       
   112     {
       
   113     cba = r_filemanager_softkeys_options_exit__open_embedded;
       
   114     menubar = r_filemanager_main_menubar;
       
   115     }
       
   116 
       
   117 /**
       
   118 * AVKON_VIEW
       
   119 * Folders view
       
   120 */
       
   121 RESOURCE AVKON_VIEW r_filemanager_folders_view
       
   122     {
       
   123     cba = r_filemanager_softkeys_options_back__open;
       
   124     menubar = r_filemanager_memory_store_menubar;
       
   125     }
       
   126 
       
   127 /**
       
   128 * AVKON_VIEW
       
   129 * Search results view
       
   130 */
       
   131 /*
       
   132 RESOURCE AVKON_VIEW r_filemanager_search_results_view
       
   133     {
       
   134     cba = r_filemanager_softkeys_options_back__open;
       
   135     menubar = r_filemanager_search_results_menubar;
       
   136     }
       
   137 */
       
   138 /**
       
   139 * MENU_BAR
       
   140 * Phone memory menu bar
       
   141 */
       
   142 RESOURCE MENU_BAR r_filemanager_main_menubar
       
   143     {
       
   144     titles = 
       
   145         {
       
   146         MENU_TITLE
       
   147             {
       
   148             menu_pane = r_filemanager_main_view_menu;
       
   149             }
       
   150         };
       
   151     }
       
   152 
       
   153 /**
       
   154 * MENU_BAR
       
   155 * Memory store menu bar
       
   156 */
       
   157 RESOURCE MENU_BAR r_filemanager_memory_store_menubar
       
   158     {
       
   159     titles = 
       
   160         {
       
   161         MENU_TITLE
       
   162             {
       
   163             menu_pane = r_filemanager_memory_store_view_menu;
       
   164             }
       
   165         };
       
   166     }
       
   167 
       
   168 RESOURCE MENU_PANE r_filemanager_main_view_menu
       
   169     {
       
   170     items =
       
   171         {
       
   172         MENU_ITEM 
       
   173             {
       
   174             command = EFileManagerOpen;
       
   175             txt = qtn_fldr_open;
       
   176             flags = EEikMenuItemAction;
       
   177             },
       
   178         MENU_ITEM 
       
   179             {
       
   180             command = EFileManagerConnectRemoveDrive;
       
   181             txt = qtn_rd_opt_connect;
       
   182             },
       
   183         MENU_ITEM 
       
   184             {
       
   185             command = EFileManagerDisconnectRemoveDrive;
       
   186             txt = qtn_rd_opt_disconnect;
       
   187             },
       
   188         MENU_ITEM 
       
   189             {
       
   190             command = EFileManagerEject;
       
   191             txt = qtn_fmgr_options_eject;
       
   192             },
       
   193 #ifndef RD_FILE_MANAGER_BACKUP
       
   194         MENU_ITEM 
       
   195             {
       
   196             command = EFileManagerBackup;
       
   197             txt = qtn_memc_options_backup;
       
   198             },
       
   199         MENU_ITEM 
       
   200             {
       
   201             command = EFileManagerRestore;
       
   202             txt = qtn_memc_options_restore;
       
   203             },
       
   204 #endif // !RD_FILE_MANAGER_BACKUP
       
   205 		MENU_ITEM
       
   206 			{
       
   207 			command = EFileManagerFindFile;
       
   208 			txt = qtn_fmgr_options_find_file;
       
   209 			},
       
   210 		MENU_ITEM
       
   211 			{
       
   212 			command = EFileManagerMemoryStorage;
       
   213 			cascade = r_filemanager_memory_storage_menu;
       
   214 			txt = qtn_fmgr_options_memory_sub;
       
   215 			flags = EEikMenuItemSpecific;
       
   216 			},
       
   217 		MENU_ITEM
       
   218 			{
       
   219 			command = EFileManagerRemoveDrives;
       
   220 			cascade = r_filemanager_remote_drives_menu;
       
   221 			txt = qtn_fmgr_opt_remote_drives;
       
   222 			flags = EEikMenuItemSpecific;
       
   223 			},
       
   224 		MENU_ITEM
       
   225 			{
       
   226             command = EAknCmdHelp;
       
   227             txt = qtn_options_help;
       
   228             },
       
   229         MENU_ITEM 
       
   230             {
       
   231             command = EAknSoftkeyExit;
       
   232             txt = qtn_options_exit;
       
   233             }
       
   234         };
       
   235     }
       
   236 
       
   237 RESOURCE MENU_PANE r_filemanager_memory_store_view_menu
       
   238     {
       
   239     items =
       
   240         {
       
   241         MENU_ITEM 
       
   242             {
       
   243             command = EFileManagerOpen; 
       
   244             txt = qtn_fldr_open;
       
   245             flags = EEikMenuItemAction; 
       
   246             },
       
   247         MENU_ITEM 
       
   248             {
       
   249             command = EFileManagerConnectRemoveDrive;
       
   250             txt = qtn_rd_opt_connect;
       
   251             flags = EEikMenuItemSpecific;
       
   252             },
       
   253         MENU_ITEM 
       
   254             {
       
   255             command = EFileManagerDisconnectRemoveDrive;
       
   256             txt = qtn_rd_opt_disconnect;
       
   257             flags = EEikMenuItemSpecific;
       
   258             },
       
   259         MENU_ITEM 
       
   260             {
       
   261             command = EFileManagerRefreshRemoteDrive;
       
   262             txt = qtn_fmgr_rd_opt_refresh;
       
   263             flags = EEikMenuItemSpecific;
       
   264             },
       
   265         MENU_ITEM
       
   266             {
       
   267             command = EFileManagerDelete;
       
   268             txt = qtn_fldr_delete;
       
   269             flags = EEikMenuItemSpecific;
       
   270             },
       
   271         MENU_ITEM
       
   272             {
       
   273             command = EFileManagerOrganise;
       
   274             cascade = r_filemanager_organise_menu;
       
   275             txt = qtn_fmgr_options_organise;         
       
   276             },
       
   277         MENU_ITEM
       
   278             {
       
   279             command = EFileManagerMark;
       
   280             cascade = r_filemanager_mark_unmark_menu;
       
   281             txt = qtn_options_list;
       
   282             },
       
   283         MENU_ITEM
       
   284             {
       
   285             command = EFileManagerRename;
       
   286             txt = qtn_fldr_rename;
       
   287             flags = EEikMenuItemSpecific;
       
   288             },
       
   289         MENU_ITEM
       
   290             {
       
   291             command = EFileManagerFindFile;
       
   292             txt = qtn_fmgr_options_find_file;
       
   293             },
       
   294         MENU_ITEM
       
   295             {
       
   296             command = EFileManagerSort;
       
   297             cascade = r_filemanager_sort_menu;
       
   298             txt = qtn_fmgr_options_sort_submenu;
       
   299             },
       
   300         MENU_ITEM
       
   301             {
       
   302             command = EFileManagerSearchSort;
       
   303             cascade = r_filemanager_search_sort_menu;
       
   304             txt = qtn_fmgr_options_sort_submenu;
       
   305             },
       
   306         MENU_ITEM
       
   307             {
       
   308             command = EFileManagerReceiveViaIR;
       
   309             txt = qtn_album_cmd_receive_via_ir;
       
   310             },
       
   311         MENU_ITEM
       
   312             {
       
   313             command = EFileManagerDetails;
       
   314             cascade = r_filemanager_details_menu;
       
   315             txt = qtn_fmgr_options_memory_storage_details;
       
   316 			flags = EEikMenuItemSpecific;
       
   317             },
       
   318         MENU_ITEM
       
   319             {
       
   320             command = EFileManagerUnlockMemoryCard;
       
   321             txt = qtn_memc_options_unlock;
       
   322             flags = EEikMenuItemSpecific;
       
   323             },
       
   324 #ifdef RD_MULTIPLE_DRIVE
       
   325         MENU_ITEM
       
   326             {
       
   327             command = EFileManagerFormatMassStorage;
       
   328             txt = qtn_fmgr_options_format_mass;
       
   329             },
       
   330 #endif // RD_MULTIPLE_DRIVE
       
   331 //        MENU_ITEM
       
   332 //            {
       
   333 //            command = EFileManagerMemoryCardPassword;
       
   334 //            cascade = r_filemanager_memory_card_password_menu;
       
   335 //            txt = qtn_fmgr_options_card_password;
       
   336 //            },
       
   337 //        MENU_ITEM
       
   338 //            {
       
   339 //            command = EFileManagerUnlockMemoryCard;
       
   340 //            txt = qtn_memc_options_unlock;
       
   341 //            },
       
   342         MENU_ITEM
       
   343             {
       
   344             command = EAknCmdHelp;
       
   345             txt = qtn_options_help;
       
   346             },
       
   347         MENU_ITEM 
       
   348             {
       
   349             command = EAknSoftkeyExit;
       
   350             txt = qtn_options_exit;
       
   351             }
       
   352         };
       
   353     }
       
   354 
       
   355 RESOURCE MENU_PANE r_filemanager_memory_storage_menu
       
   356     {
       
   357     items =
       
   358         {
       
   359         MENU_ITEM
       
   360             {
       
   361             command = EFileManagerMemoryStorageUnlock;
       
   362             txt = qtn_fmgr_unlock_memory;
       
   363             flags = EEikMenuItemSpecific;
       
   364             },
       
   365         MENU_ITEM
       
   366             {
       
   367             command = EFileManagerMemoryStorageDetails;
       
   368             txt = qtn_fmgr_options_memory_storage_details;
       
   369             flags = EEikMenuItemSpecific;
       
   370             },
       
   371         MENU_ITEM
       
   372             {
       
   373             command = EFileManagerMemoryStorageName;
       
   374             txt = qtn_fmgr_options_card_name;
       
   375             flags = EEikMenuItemSpecific;
       
   376             },
       
   377         MENU_ITEM
       
   378             {
       
   379             command = EFileManagerMemoryStorageRename;
       
   380             txt = qtn_fmgr_options_card_rename;
       
   381             flags = EEikMenuItemSpecific;
       
   382             },
       
   383         MENU_ITEM
       
   384             {
       
   385             command = EFileManagerMemoryStorageSetPassword;
       
   386             txt = qtn_fmgr_options_set_memc_passwd;
       
   387             flags = EEikMenuItemSpecific;
       
   388             },
       
   389         MENU_ITEM
       
   390             {
       
   391             command = EFileManagerMemoryStorageChangePassword;
       
   392             txt = qtn_fmgr_options_change_memc_passwd;
       
   393             flags = EEikMenuItemSpecific;
       
   394             },
       
   395         MENU_ITEM
       
   396             {
       
   397             command = EFileManagerMemoryStorageRemovePassword;
       
   398             txt = qtn_fmgr_options_remove_memc_passwd;
       
   399             flags = EEikMenuItemSpecific;
       
   400             },
       
   401         MENU_ITEM
       
   402             {
       
   403             command = EFileManagerMemoryStorageFormat;
       
   404             txt = qtn_fmgr_options_card_format;
       
   405             flags = EEikMenuItemSpecific;
       
   406             }
       
   407         };
       
   408     }
       
   409 
       
   410 RESOURCE MENU_PANE r_filemanager_organise_menu
       
   411     {
       
   412     items =
       
   413         {
       
   414         MENU_ITEM
       
   415             {
       
   416             command = EFileManagerMoveToFolder;
       
   417             txt = qtn_options_org_move_to_folder;
       
   418             flags = EEikMenuItemSpecific;
       
   419             },
       
   420         MENU_ITEM
       
   421             {
       
   422             command = EFileManagerCopyToFolder;
       
   423             txt = qtn_options_org_copy_to;
       
   424             flags = EEikMenuItemSpecific;
       
   425             },
       
   426         MENU_ITEM
       
   427             {
       
   428             command = EFileManagerNewFolder;
       
   429             txt = qtn_options_org_new_folder;
       
   430             }
       
   431         };
       
   432     }
       
   433         
       
   434 RESOURCE MENU_PANE r_filemanager_sort_menu
       
   435     {
       
   436     items =
       
   437         {
       
   438         MENU_ITEM
       
   439             {
       
   440             command = EFileManagerSortByName;
       
   441             txt = qtn_fmgr_options_sort_by_name;
       
   442             flags = EEikMenuItemRadioStart;
       
   443             },
       
   444         MENU_ITEM
       
   445             {
       
   446             command = EFileManagerSortByType;
       
   447             txt = qtn_fmgr_options_sort_by_type;
       
   448             flags = EEikMenuItemRadioMiddle;
       
   449             },
       
   450         MENU_ITEM
       
   451             {
       
   452             command = EFileManagerSortMostRecentFirst;
       
   453             txt = qtn_fmgr_options_sort_recent_first;
       
   454             flags = EEikMenuItemRadioMiddle;
       
   455             },
       
   456         MENU_ITEM
       
   457             {
       
   458             command = EFileManagerSortLargestFirst;
       
   459             txt = qtn_fmgr_options_sort_largest_first;
       
   460             flags = EEikMenuItemRadioEnd;
       
   461             }
       
   462         };
       
   463     }
       
   464 
       
   465 RESOURCE MENU_PANE r_filemanager_search_sort_menu
       
   466     {
       
   467     items =
       
   468         {
       
   469        MENU_ITEM
       
   470             {
       
   471             command = EFileManagerSortByMatch;
       
   472             txt = qtn_fmgr_options_sort_by_match;
       
   473             flags = EEikMenuItemRadioStart;
       
   474             },
       
   475         MENU_ITEM
       
   476             {
       
   477             command = EFileManagerSortByName;
       
   478             txt = qtn_fmgr_options_sort_by_name;
       
   479             flags = EEikMenuItemRadioMiddle;
       
   480             },
       
   481         MENU_ITEM
       
   482             {
       
   483             command = EFileManagerSortByType;
       
   484             txt = qtn_fmgr_options_sort_by_type;
       
   485             flags = EEikMenuItemRadioMiddle;
       
   486             },
       
   487         MENU_ITEM
       
   488             {
       
   489             command = EFileManagerSortMostRecentFirst;
       
   490             txt = qtn_fmgr_options_sort_recent_first;
       
   491             flags = EEikMenuItemRadioMiddle;
       
   492             },
       
   493         MENU_ITEM
       
   494             {
       
   495             command = EFileManagerSortLargestFirst;
       
   496             txt = qtn_fmgr_options_sort_largest_first;
       
   497             flags = EEikMenuItemRadioEnd;
       
   498             }
       
   499         };
       
   500     }
       
   501 
       
   502 RESOURCE MENU_PANE r_filemanager_remote_drives_menu
       
   503     {
       
   504     items =
       
   505         {
       
   506         MENU_ITEM
       
   507             {
       
   508             command = EFileManagerRemoveDrivesSettings;
       
   509             txt = qtn_fmgr_opt_rd_settings;
       
   510             flags = EEikMenuItemSpecific;
       
   511             },
       
   512         MENU_ITEM
       
   513             {
       
   514             command = EFileManagerRemoveDrivesMapDrive;
       
   515             txt = qtn_fmgr_opt_rd_new_drive;
       
   516             flags = EEikMenuItemSpecific;
       
   517             },
       
   518         MENU_ITEM
       
   519             {
       
   520             command = EFileManagerRemoveDrivesDelete;
       
   521             txt = qtn_fmgr_opt_rd_delete_drive;
       
   522             flags = EEikMenuItemSpecific;
       
   523             },
       
   524          MENU_ITEM 
       
   525             {
       
   526             command = EFileManagerConnectRemoveDrive;
       
   527             txt = qtn_rd_opt_connect;
       
   528             flags = EEikMenuItemSpecific;
       
   529             },
       
   530          MENU_ITEM 
       
   531             {
       
   532             command = EFileManagerDisconnectRemoveDrive;
       
   533             txt = qtn_rd_opt_disconnect;
       
   534             flags = EEikMenuItemSpecific;
       
   535             }
       
   536         };
       
   537     }
       
   538 
       
   539 RESOURCE MENU_PANE r_filemanager_details_menu
       
   540     {
       
   541     items =
       
   542         {
       
   543         MENU_ITEM
       
   544             {
       
   545             command = EFileManagerFileDetails;
       
   546             txt = qtn_fmgr_options_details;
       
   547             flags = EEikMenuItemSpecific;
       
   548             },
       
   549         MENU_ITEM
       
   550             {
       
   551             command = EFileManagerFolderDetails;
       
   552             txt = qtn_fmgr_options_details;
       
   553             flags = EEikMenuItemSpecific;
       
   554             },
       
   555         MENU_ITEM
       
   556             {
       
   557             command = EFileManagerMoreInfoOnline;
       
   558             txt = qtn_drm_options_more_info;
       
   559             flags = EEikMenuItemSpecific;
       
   560             }
       
   561 //        MENU_ITEM
       
   562 //            {
       
   563 //            command = EFileManagerMemoryCardDetails;
       
   564 //            txt = qtn_fmgr_options_card_details;
       
   565 //            },
       
   566 //        MENU_ITEM
       
   567 //            {
       
   568 //            command = EFileManagerMemoryState;
       
   569 //            txt = qtn_fmgr_options_memory_details;
       
   570 //            }
       
   571         };
       
   572     }
       
   573 
       
   574 //RESOURCE MENU_PANE r_filemanager_memory_card_menu
       
   575 //    {
       
   576 //    items =
       
   577 //        {
       
   578 //        MENU_ITEM
       
   579 //            {
       
   580 //            command = EFileManagerMemoryCardName;
       
   581 //            txt = qtn_fmgr_options_card_name;
       
   582 //            },
       
   583 //        MENU_ITEM
       
   584 //            {
       
   585 //            command = EFileManagerMemoryCardRename;
       
   586 //            txt = qtn_fmgr_options_card_rename;
       
   587 //            },
       
   588 //        MENU_ITEM
       
   589 //            {
       
   590 //            command = EFileManagerMemoryCardFormat;
       
   591 //            txt = qtn_fmgr_options_card_format;
       
   592 //            }
       
   593 //        };
       
   594 //    }
       
   595 //
       
   596 //RESOURCE MENU_PANE r_filemanager_memory_card_password_menu
       
   597 //    {
       
   598 //    items =
       
   599 //        {
       
   600 //        MENU_ITEM
       
   601 //            {
       
   602 //            command = EFileManagerMemoryCardPasswordSet;
       
   603 //            txt = qtn_fmgr_options_set_password;
       
   604 //            },
       
   605 //        MENU_ITEM
       
   606 //            {
       
   607 //            command = EFileManagerMemoryCardPasswordChange;
       
   608 //            txt = qtn_fmgr_options_change_passwd;
       
   609 //            },
       
   610 //        MENU_ITEM
       
   611 //            {
       
   612 //            command = EFileManagerMemoryCardPasswordRemove;
       
   613 //            txt = qtn_fmgr_options_remove_passwd;
       
   614 //            }
       
   615 //        };
       
   616 //    }
       
   617 
       
   618 RESOURCE MENU_BAR r_filemanager_context_sensitive_menubar
       
   619     {
       
   620     titles = 
       
   621         {
       
   622         MENU_TITLE
       
   623             {
       
   624             menu_pane = r_filemanager_context_sensitive_menu;
       
   625             }
       
   626         };
       
   627     }
       
   628 
       
   629 RESOURCE MENU_PANE r_filemanager_context_sensitive_menu
       
   630     {
       
   631     items=
       
   632         {
       
   633         MENU_ITEM
       
   634             {
       
   635             command = EFileManagerOrganise;
       
   636             cascade = r_filemanager_organise_context_sensitive_menu;
       
   637             txt = qtn_fmgr_options_organise;
       
   638             },
       
   639         MENU_ITEM
       
   640             {
       
   641             command = EFileManagerDelete;
       
   642             txt = qtn_fldr_delete;           
       
   643             },
       
   644         MENU_ITEM
       
   645             {
       
   646             command = EFileManagerMark;
       
   647             cascade = r_filemanager_context_sensitive_mark_unmark_menu;
       
   648             txt = qtn_options_list;
       
   649             },
       
   650         MENU_ITEM
       
   651             {
       
   652             command = EFileManagerUnlockMemoryCard;
       
   653             txt = qtn_memc_options_unlock;
       
   654             },
       
   655         MENU_ITEM
       
   656             {
       
   657             command = EFileManagerMemoryStorageFormat;
       
   658             txt = qtn_fmgr_options_card_format;
       
   659             }
       
   660         };
       
   661     }
       
   662 
       
   663 RESOURCE MENU_PANE r_filemanager_organise_context_sensitive_menu
       
   664     {
       
   665     items =
       
   666         {
       
   667         MENU_ITEM
       
   668             {
       
   669             command = EFileManagerMoveToFolder;
       
   670             txt = qtn_options_org_move_to_folder;
       
   671             },
       
   672         MENU_ITEM
       
   673             {
       
   674             command = EFileManagerCopyToFolder;
       
   675             txt = qtn_options_org_copy_to;
       
   676             }
       
   677         };
       
   678     }
       
   679 
       
   680 #ifdef RD_FILE_MANAGER_BACKUP
       
   681 /**
       
   682 * AVKON_VIEW
       
   683 * Backup view
       
   684 */
       
   685 RESOURCE AVKON_VIEW r_filemanager_backup_view
       
   686     {
       
   687     cba = r_filemanager_softkeys_options_back__change;
       
   688     menubar = r_filemanager_backup_menubar;
       
   689     }
       
   690 
       
   691 /**
       
   692 * MENU_BAR
       
   693 * Backup menu bar
       
   694 */
       
   695 RESOURCE MENU_BAR r_filemanager_backup_menubar
       
   696     {
       
   697     titles = 
       
   698         {
       
   699         MENU_TITLE
       
   700             {
       
   701             menu_pane = r_filemanager_backup_view_menu;
       
   702             }
       
   703         };
       
   704     }
       
   705 
       
   706 RESOURCE MENU_PANE r_filemanager_backup_view_menu
       
   707     {
       
   708     items =
       
   709         {
       
   710         MENU_ITEM
       
   711             { command = EFileManagerOpen; txt = qtn_options_change; },
       
   712         MENU_ITEM
       
   713             { command = EFileManagerBackup; txt = qtn_fmgr_options_backup_now; },
       
   714         MENU_ITEM
       
   715             { command = EFileManagerRestore; txt = qtn_fmgr_options_restore; },
       
   716         MENU_ITEM
       
   717             { command = EFileManagerDeleteBackup; txt = qtn_fmgr_options_delete_backup; },
       
   718         MENU_ITEM
       
   719             { command = EAknCmdHelp; txt = qtn_options_help; },
       
   720         MENU_ITEM 
       
   721             { command = EAknSoftkeyExit; txt = qtn_options_exit; }
       
   722         };
       
   723     }
       
   724 
       
   725 RESOURCE AVKON_VIEW r_filemanager_restore_view
       
   726     {
       
   727     cba = R_AVKON_SOFTKEYS_OK_CANCEL__MARK;
       
   728     menubar = R_AVKON_MENUPANE_EMPTY;
       
   729     }
       
   730 
       
   731 RESOURCE AVKON_VIEW r_filemanager_scheduled_backup_view
       
   732     {
       
   733     cba = R_AVKON_SOFTKEYS_EMPTY;
       
   734     menubar = R_AVKON_MENUPANE_EMPTY;
       
   735     }
       
   736 
       
   737 RESOURCE ARRAY r_filemanager_backup_contents_texts
       
   738     {
       
   739     items =
       
   740         {
       
   741         LBUF { txt = qtn_fmgr_backup_content_all; },
       
   742         LBUF { txt = qtn_fmgr_backup_content_settings; },
       
   743         LBUF { txt = qtn_fmgr_backup_content_messages; },
       
   744         LBUF { txt = qtn_fmgr_backup_content_contacts; },
       
   745         LBUF { txt = qtn_fmgr_backup_content_calendar; },
       
   746         LBUF { txt = qtn_fmgr_backup_content_bookmarks; },
       
   747         LBUF { txt = qtn_fmgr_backup_content_userfiles; }
       
   748         };
       
   749     }
       
   750 
       
   751 RESOURCE ARRAY r_filemanager_backup_weekday_texts
       
   752     {
       
   753     items =
       
   754         {
       
   755         LBUF { txt = qtn_week_long_monday; },
       
   756         LBUF { txt = qtn_week_long_tuesday; },
       
   757         LBUF { txt = qtn_week_long_wednesday; },
       
   758         LBUF { txt = qtn_week_long_thursday; },
       
   759         LBUF { txt = qtn_week_long_friday; },
       
   760         LBUF { txt = qtn_week_long_saturday; },
       
   761         LBUF { txt = qtn_week_long_sunday; }
       
   762         };
       
   763     }
       
   764 
       
   765 RESOURCE ARRAY r_filemanager_backup_scheduling_texts
       
   766     {
       
   767     items =
       
   768         {
       
   769         LBUF { txt = qtn_fmgr_backup_no_scheduling; },
       
   770         LBUF { txt = qtn_fmgr_backup_daily; },
       
   771         LBUF { txt = qtn_fmgr_backup_weekly; }
       
   772         };
       
   773     }
       
   774 
       
   775 #endif // RD_FILE_MANAGER_BACKUP
       
   776 
       
   777 RESOURCE MENU_PANE r_filemanager_mark_unmark_menu
       
   778     {
       
   779     items =
       
   780         {
       
   781         MENU_ITEM
       
   782             {
       
   783             command = EFileManagerMarkOne;
       
   784             txt = qtn_options_list_mark_one;
       
   785             flags = EEikMenuItemSpecific;
       
   786             },
       
   787         MENU_ITEM
       
   788             {
       
   789             command = EFileManagerUnmarkOne;
       
   790             txt = qtn_options_list_unmark_one;
       
   791             flags = EEikMenuItemSpecific;
       
   792             },
       
   793         MENU_ITEM
       
   794             {
       
   795             command = EFileManagerMarkAll;
       
   796             txt = qtn_options_list_mark_all;
       
   797             },
       
   798         MENU_ITEM
       
   799             {
       
   800             command = EFileManagerUnmarkAll;
       
   801             txt = qtn_options_list_unmark_all;
       
   802             }
       
   803         };
       
   804     }
       
   805 RESOURCE MENU_PANE r_filemanager_context_sensitive_mark_unmark_menu
       
   806     {
       
   807     items =
       
   808         {
       
   809         MENU_ITEM
       
   810             {
       
   811             command = EFileManagerMarkOne;
       
   812             txt = qtn_options_list_mark_one;
       
   813             },
       
   814         MENU_ITEM
       
   815             {
       
   816             command = EFileManagerUnmarkOne;
       
   817             txt = qtn_options_list_unmark_one;
       
   818             },
       
   819         MENU_ITEM
       
   820             {
       
   821             command = EFileManagerMarkAll;
       
   822             txt = qtn_options_list_mark_all;
       
   823             },
       
   824         MENU_ITEM
       
   825             {
       
   826             command = EFileManagerUnmarkAll;
       
   827             txt = qtn_options_list_unmark_all;
       
   828             }
       
   829         };
       
   830     }
       
   831 
       
   832 RESOURCE MEMORYSELECTIONDIALOG r_filemanager_copy_memory_selectiondialog
       
   833     {
       
   834     softkey_1 = text_softkey_ok;
       
   835     locations =
       
   836         {
       
   837         LOCATION { root_path = text_phone_memory_root_path; },
       
   838         LOCATION { root_path = text_memory_card_root_path; }
       
   839         };  
       
   840     }
       
   841 
       
   842 RESOURCE MEMORYSELECTIONDIALOG r_filemanager_move_memory_selectiondialog
       
   843     {
       
   844     softkey_1 = text_softkey_ok;
       
   845     locations =
       
   846         {
       
   847         LOCATION { root_path = text_phone_memory_root_path; },
       
   848         LOCATION { root_path = text_memory_card_root_path; }
       
   849         };  
       
   850     }
       
   851 
       
   852 RESOURCE MEMORYSELECTIONDIALOG r_filemanager_find_memory_selectiondialog
       
   853     {
       
   854     title = qtn_fmgr_find_prtx;
       
   855     softkey_1 = text_softkey_ok;
       
   856     locations =
       
   857         {
       
   858         LOCATION { root_path = text_phone_memory_root_path; },
       
   859         LOCATION { root_path = text_memory_card_root_path; }
       
   860         };  
       
   861     }
       
   862 
       
   863 RESOURCE FILESELECTIONDIALOG r_filemanager_find_folder_selectiondialog
       
   864     {
       
   865     title = qtn_fmgr_find_prtx;
       
   866     softkey_1_file = text_softkey_select;
       
   867     softkey_1_folder = text_softkey_open;
       
   868     softkey_2_root_level = text_softkey_cancel;
       
   869     softkey_2_subfolder = text_softkey_back;
       
   870     }
       
   871 
       
   872 RESOURCE CBA r_filemanager_softkeys_search_cancel__search
       
   873     {
       
   874     buttons = 
       
   875         {
       
   876         CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_search; },
       
   877         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
   878         CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_search; }
       
   879         };
       
   880     }
       
   881 
       
   882 RESOURCE DIALOG r_filemanager_search_query
       
   883     {
       
   884     flags = EGeneralQueryFlags;
       
   885     buttons = r_filemanager_softkeys_search_cancel__search;
       
   886     items =
       
   887         {
       
   888         DLG_LINE
       
   889             {
       
   890             type = EAknCtQuery;
       
   891             id = EGeneralQuery;
       
   892             control = AVKON_DATA_QUERY
       
   893                 {
       
   894                 layout = EDataLayout;
       
   895                 label = qtn_fldr_name_prmpt;
       
   896                 control = EDWIN
       
   897                     {
       
   898                     flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
       
   899                     //width = 35;
       
   900                     lines = 1;
       
   901                     maxlength = 35;
       
   902                     };
       
   903                 };
       
   904             }
       
   905         };
       
   906     }
       
   907 
       
   908 RESOURCE DIALOG r_filemanager_find_wait_dialog
       
   909     {
       
   910     flags = EAknWaitNoteFlags;
       
   911     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   912     items=
       
   913         {
       
   914         DLG_LINE
       
   915             {
       
   916             type = EAknCtNote;
       
   917             id = EGeneralQuery;
       
   918             control= AVKON_NOTE 
       
   919                 { 
       
   920                 layout = EWaitLayout;
       
   921                 singular_label = qtn_fmgr_wnote_search;
       
   922                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   923                 };
       
   924             }
       
   925         };
       
   926     }
       
   927 
       
   928 RESOURCE DIALOG r_filemanager_delete_wait_dialog
       
   929     {
       
   930     flags = EAknWaitNoteFlags;
       
   931     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   932     items=
       
   933         {
       
   934         DLG_LINE
       
   935             {
       
   936             type = EAknCtNote;
       
   937             id = EGeneralQuery;
       
   938             control= AVKON_NOTE 
       
   939                 { 
       
   940                 layout = EWaitLayout;
       
   941                 singular_label = qtn_fldr_deleting_wait_note;
       
   942                 imagefile = AVKON_BITMAP_FILE; // bitmap file
       
   943                 imageid = EMbmAvkonQgn_note_erased;
       
   944                 imagemask = EMbmAvkonQgn_note_erased_mask;
       
   945                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   946                 };
       
   947             }
       
   948         };
       
   949     }
       
   950 //-----------------------------------------------------------------------------
       
   951 //
       
   952 //    r_aknexnote_progress_note
       
   953 //    For progress note.
       
   954 //
       
   955 //-----------------------------------------------------------------------------
       
   956 //
       
   957 RESOURCE DIALOG r_filemanager_progress_note_copy
       
   958     {
       
   959     flags = EAknProgressNoteFlags;
       
   960     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   961     items =
       
   962         {
       
   963         DLG_LINE
       
   964             {
       
   965             type = EAknCtNote;
       
   966             id = EAknNoteProgressBar;
       
   967             control = AVKON_NOTE
       
   968                 {
       
   969                 layout = EProgressLayout;
       
   970                 singular_label = qtn_gen_note_copying;
       
   971                 plural_label = qtn_gen_note_copying;
       
   972                 imagefile = avkon_mbm_file_location;
       
   973                 imageid = EMbmAvkonQgn_note_progress;
       
   974                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
   975                 };
       
   976             }
       
   977         };
       
   978     }
       
   979 
       
   980 RESOURCE DIALOG r_filemanager_wait_note_copy
       
   981     {
       
   982     flags = EAknWaitNoteFlags;
       
   983     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   984     items =
       
   985         {
       
   986         DLG_LINE
       
   987             {
       
   988             type = EAknCtNote;
       
   989             id = EAknNoteProgressBar;
       
   990             control= AVKON_NOTE 
       
   991                 { 
       
   992                 layout = EWaitLayout;
       
   993                 singular_label = qtn_gen_note_copying;
       
   994                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   995                 };
       
   996             }
       
   997         };
       
   998     }
       
   999 
       
  1000 RESOURCE DIALOG r_filemanager_progress_note_move
       
  1001     {
       
  1002     flags = EAknProgressNoteFlags;
       
  1003     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1004     items =
       
  1005         {
       
  1006         DLG_LINE
       
  1007             {
       
  1008             type = EAknCtNote;
       
  1009             id = EAknNoteProgressBar;
       
  1010             control = AVKON_NOTE
       
  1011                 {
       
  1012                 layout = EProgressLayout;
       
  1013                 singular_label = qtn_fldr_moving_wait_note;
       
  1014                 plural_label = qtn_fldr_moving_wait_note;
       
  1015                 imagefile = avkon_mbm_file_location;
       
  1016                 imageid = EMbmAvkonQgn_note_progress;
       
  1017                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1018                 };
       
  1019             }
       
  1020         };
       
  1021     }
       
  1022 
       
  1023 RESOURCE DIALOG r_filemanager_wait_note_move
       
  1024     {
       
  1025     flags = EAknWaitNoteFlags;
       
  1026     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1027     items =
       
  1028         {
       
  1029         DLG_LINE
       
  1030             {
       
  1031             type = EAknCtNote;
       
  1032             id = EAknNoteProgressBar;
       
  1033             control= AVKON_NOTE 
       
  1034                 { 
       
  1035                 layout = EWaitLayout;
       
  1036                 singular_label = qtn_fldr_moving_wait_note;
       
  1037                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1038                 };
       
  1039             }
       
  1040         };
       
  1041     }
       
  1042 
       
  1043 RESOURCE DIALOG r_filemanager_wait_note_open
       
  1044     {
       
  1045     flags = EAknWaitNoteFlags;
       
  1046     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1047     items =
       
  1048         {
       
  1049         DLG_LINE
       
  1050             {
       
  1051             type = EAknCtNote;
       
  1052             id = EAknNoteProgressBar;
       
  1053             control= AVKON_NOTE 
       
  1054                 { 
       
  1055                 layout = EWaitLayout;
       
  1056                 singular_label = qtn_gen_note_opening;
       
  1057                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1058                 };
       
  1059             }
       
  1060         };
       
  1061     }
       
  1062 
       
  1063 RESOURCE DIALOG r_filemanager_wait_note_open_with_cancel
       
  1064     {
       
  1065     flags = EAknWaitNoteFlags;
       
  1066     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1067     items =
       
  1068         {
       
  1069         DLG_LINE
       
  1070             {
       
  1071             type = EAknCtNote;
       
  1072             id = EAknNoteProgressBar;
       
  1073             control= AVKON_NOTE 
       
  1074                 { 
       
  1075                 layout = EWaitLayout;
       
  1076                 singular_label = qtn_gen_note_opening;
       
  1077                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1078                 };
       
  1079             }
       
  1080         };
       
  1081     }
       
  1082 
       
  1083 RESOURCE DIALOG r_filemanager_eject_confirm_query
       
  1084     {
       
  1085     flags = EGeneralQueryFlags;
       
  1086     buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
  1087     items =
       
  1088         {
       
  1089         DLG_LINE
       
  1090             {
       
  1091             type = EAknCtQuery;
       
  1092             id = EGeneralQuery;
       
  1093             control = AVKON_CONFIRMATION_QUERY
       
  1094                 {
       
  1095                 layout = EConfirmationQueryLayout;
       
  1096                 bmpfile = AVKON_ICON_FILE;
       
  1097                 bmpid = EMbmAvkonQgn_note_info;
       
  1098                 bmpmask = EMbmAvkonQgn_note_info_mask;
       
  1099                 animation = R_QGN_NOTE_INFO_ANIM;
       
  1100                 };
       
  1101             }
       
  1102         };
       
  1103     }
       
  1104 
       
  1105 RESOURCE DIALOG r_filemanager_wait_note_process
       
  1106     {
       
  1107     flags = EAknWaitNoteFlags;
       
  1108     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1109     items =
       
  1110         {
       
  1111         DLG_LINE
       
  1112             {
       
  1113             type = EAknCtNote;
       
  1114             id = EAknNoteProgressBar;
       
  1115             control= AVKON_NOTE 
       
  1116                 { 
       
  1117                 layout = EWaitLayout;
       
  1118                 singular_label = qtn_gen_note_processing;
       
  1119                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1120                 };
       
  1121             }
       
  1122         };
       
  1123     }
       
  1124 
       
  1125 RESOURCE DIALOG r_file_receive_dialog
       
  1126     {
       
  1127     flags = EAknProgressNoteFlags;
       
  1128     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1129     items=
       
  1130         {
       
  1131         DLG_LINE
       
  1132             {
       
  1133             type = EAknCtNote;
       
  1134             id = EAknNoteProgressBar;
       
  1135             control= AVKON_NOTE 
       
  1136                 { 
       
  1137                     layout = EProgressLayout;
       
  1138                     singular_label = qtn_ir_connecting;
       
  1139                     plural_label = "";
       
  1140                 };
       
  1141             }
       
  1142         };
       
  1143     }
       
  1144 
       
  1145 RESOURCE DIALOG r_filemanager_progress_note_with_cancel
       
  1146     {
       
  1147     flags = EAknProgressNoteFlags;
       
  1148     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1149     items=
       
  1150         {
       
  1151         DLG_LINE
       
  1152             {
       
  1153             type = EAknCtNote;
       
  1154             id = EAknNoteProgressBar;
       
  1155             control= AVKON_NOTE 
       
  1156                 { 
       
  1157                 layout = EProgressLayout;
       
  1158                 imagefile = AVKON_ICON_FILE;
       
  1159                 imageid = EMbmAvkonQgn_note_progress;
       
  1160                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1161                 };
       
  1162             }
       
  1163         };
       
  1164     }
       
  1165 
       
  1166 RESOURCE DIALOG r_filemanager_progress_note
       
  1167     {
       
  1168     flags = EAknProgressNoteFlags;
       
  1169     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1170     items=
       
  1171         {
       
  1172         DLG_LINE
       
  1173             {
       
  1174             type = EAknCtNote;
       
  1175             id = EAknNoteProgressBar;
       
  1176             control= AVKON_NOTE 
       
  1177                 { 
       
  1178                 layout = EProgressLayout;
       
  1179                 imagefile = AVKON_ICON_FILE;
       
  1180                 imageid = EMbmAvkonQgn_note_progress;
       
  1181                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1182                 };
       
  1183             }
       
  1184         };
       
  1185     }
       
  1186 
       
  1187 RESOURCE DIALOG r_filemanager_wait_note
       
  1188     {
       
  1189     flags = EAknWaitNoteFlags;
       
  1190     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
  1191     items=
       
  1192         {
       
  1193         DLG_LINE
       
  1194             {
       
  1195             type = EAknCtNote;
       
  1196             id = EAknNoteProgressBar;
       
  1197             control= AVKON_NOTE
       
  1198                 {
       
  1199                 layout = EWaitLayout;
       
  1200                 imagefile = AVKON_ICON_FILE;
       
  1201                 imageid = EMbmAvkonQgn_note_progress;
       
  1202                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
  1203                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1204                 };
       
  1205             }
       
  1206         };
       
  1207     }
       
  1208 
       
  1209 RESOURCE DIALOG r_filemanager_drive_name_query
       
  1210     {
       
  1211     flags = EGeneralQueryFlags; 
       
  1212     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1213     items =
       
  1214         {
       
  1215         DLG_LINE
       
  1216             {
       
  1217             type = EAknCtQuery;
       
  1218             id = EGeneralQuery;
       
  1219             control= AVKON_DATA_QUERY 
       
  1220                 { 
       
  1221                 layout = EDataLayoutAllowEmptyInput;
       
  1222                 //label = qtn_memc_name_prompt;
       
  1223                 label = qtn_fmgr_memory_name_prompt;
       
  1224                 control = EDWIN 
       
  1225                     {
       
  1226                     flags = EEikEdwinNoHorizScrolling|EEikEdwinOnlyASCIIChars;
       
  1227                     avkon_flags = EAknEditorFlagLatinInputModesOnly;
       
  1228                     maxlength = 11; // FAT limitation for volume name
       
  1229                     };
       
  1230                 };
       
  1231             }
       
  1232         };
       
  1233     }
       
  1234 
       
  1235 RESOURCE DIALOG r_filemanager_drive_name_query_non_western
       
  1236     {
       
  1237     flags = EGeneralQueryFlags; 
       
  1238     buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
  1239     items =
       
  1240         {
       
  1241         DLG_LINE
       
  1242             {
       
  1243             type = EAknCtQuery;
       
  1244             id = EGeneralQuery;
       
  1245             control= AVKON_DATA_QUERY 
       
  1246                 { 
       
  1247                 layout = EDataLayoutAllowEmptyInput;
       
  1248                 //label = qtn_memc_name_prompt;
       
  1249                 label = qtn_fmgr_memory_name_prompt;
       
  1250                 control = EDWIN 
       
  1251                     {
       
  1252                     flags = EEikEdwinNoHorizScrolling; 
       
  1253                     // Unicode chars take 2 bytes, only 5 chars fit to the name
       
  1254                     maxlength = 5;
       
  1255                     };
       
  1256                 };
       
  1257             }
       
  1258         };
       
  1259     }
       
  1260 
       
  1261 RESOURCE CBA r_filemanager_softkeys_options_exit__open
       
  1262     {
       
  1263     buttons = 
       
  1264         {
       
  1265         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
  1266         CBA_BUTTON { id = EAknSoftkeyExit; txt = text_softkey_exit; },
       
  1267         CBA_BUTTON { id = EFileManagerSelectionKey; txt = qtn_msk_open; }
       
  1268         };
       
  1269     }
       
  1270 
       
  1271 RESOURCE CBA r_filemanager_softkeys_options_exit__open_embedded
       
  1272     {
       
  1273     buttons = 
       
  1274         {
       
  1275         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
  1276         CBA_BUTTON { id = EAknSoftkeyExit; txt = text_softkey_back; },
       
  1277         CBA_BUTTON { id = EFileManagerSelectionKey; txt = qtn_msk_open; }
       
  1278         };
       
  1279     }
       
  1280 
       
  1281 RESOURCE CBA r_filemanager_softkeys_options_back__open
       
  1282     {
       
  1283     buttons = 
       
  1284         {
       
  1285         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
  1286         CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
       
  1287         CBA_BUTTON { id = EFileManagerSelectionKey; txt = qtn_msk_open; }
       
  1288         };
       
  1289     }
       
  1290 
       
  1291 RESOURCE CBA r_filemanager_softkeys_options_back__empty
       
  1292     {
       
  1293     buttons = 
       
  1294         {
       
  1295         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
  1296         CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
       
  1297         CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; }
       
  1298         };
       
  1299     }
       
  1300 
       
  1301 RESOURCE CBA r_filemanager_softkeys_context_options_back__options
       
  1302     {
       
  1303     buttons = 
       
  1304         {
       
  1305         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option;},
       
  1306         CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
       
  1307         CBA_BUTTON { id = EAknSoftkeyContextOptions; txt = text_softkey_option; }
       
  1308         };
       
  1309     }
       
  1310 
       
  1311 RESOURCE CBA r_filemanager_softkeys_options_back__change
       
  1312     {
       
  1313     buttons = 
       
  1314         {
       
  1315         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
  1316         CBA_BUTTON { id = EAknSoftkeyBack; txt = text_softkey_back; },
       
  1317         CBA_BUTTON { id = EFileManagerSelectionKey; txt = qtn_msk_change; }
       
  1318         };
       
  1319     }
       
  1320 
       
  1321 
       
  1322 RESOURCE TBUF r_qtn_fmgr_search_not_found       { buf = qtn_fmgr_search_not_found; }
       
  1323 RESOURCE TBUF r_qtn_selec_empty_list            { buf = qtn_selec_empty_list; }
       
  1324 RESOURCE TBUF r_qtn_query_common_conf_delete    { buf = qtn_query_common_conf_delete; }
       
  1325 RESOURCE TBUF r_qtn_fldr_del_items_query        { buf = qtn_fldr_del_items_query; }
       
  1326 RESOURCE TBUF r_qtn_fldr_del_full_fldrs_query   { buf = qtn_fldr_del_full_fldrs_query; }
       
  1327 RESOURCE TBUF r_qtn_fmgr_error_unsupport        { buf = qtn_fmgr_error_unsupport; }
       
  1328 RESOURCE TBUF r_qtn_fmgr_error_cant_open        { buf = qtn_fmgr_error_cant_open; }
       
  1329 RESOURCE TBUF r_qtn_fmgr_error_del_def_fldr     { buf = qtn_fmgr_error_del_def_fldr; }
       
  1330 RESOURCE TBUF r_qtn_fmgr_error_delete_file_open { buf = qtn_fmgr_error_delete_file_open; }
       
  1331 RESOURCE TBUF r_qtn_fmgr_find_dataq_prtx        { buf = qtn_fmgr_find_dataq_prtx; }
       
  1332 RESOURCE TBUF r_qtn_memc_mainpage_error1        { buf = qtn_memc_mainpage_error1; }
       
  1333 RESOURCE TBUF r_qtn_memc_mainpage_error2        { buf = qtn_memc_mainpage_error2; }
       
  1334 RESOURCE TBUF r_qtn_memc_mainpage_error3        { buf = qtn_memc_mainpage_error3; }
       
  1335 RESOURCE TBUF r_qtn_memc_mainpage_error4        { buf = qtn_memc_mainpage_error4; }
       
  1336 RESOURCE TBUF r_qtn_fldr_overwrite_query        { buf = qtn_fldr_overwrite_query; }
       
  1337 RESOURCE TBUF r_qtn_fldr_rename_query           { buf = qtn_fldr_rename_query; }
       
  1338 
       
  1339 RESOURCE TBUF r_qtn_ir_connecting               { buf = qtn_ir_connecting; }
       
  1340 RESOURCE TBUF r_qtn_fmgr_note_receive_ir        { buf = qtn_fmgr_note_receive_ir; }
       
  1341 RESOURCE TBUF r_qtn_fmgr_mstate_heading         { buf = qtn_fmgr_mstate_heading; }
       
  1342 RESOURCE TBUF r_qtn_fmgr_error_del_fldr_open_1  { buf = qtn_fmgr_error_del_fldr_open_1; }
       
  1343 RESOURCE TBUF r_qtn_fmgr_error_del_fldr_open_se { buf = qtn_fmgr_error_del_fldr_open_se; }
       
  1344 RESOURCE TBUF r_qtn_fldr_cant_delete_fldr_open  { buf = qtn_fldr_cant_delete_fldr_open; }
       
  1345 RESOURCE TBUF r_qtn_options_send_via            { buf = qtn_options_send_via; }
       
  1346 RESOURCE TBUF r_qtn_fldr_item_cannot_be_moved   { buf = qtn_fldr_item_cannot_be_moved; }
       
  1347 RESOURCE TBUF r_qtn_fmgr_find_prtx              { buf = qtn_fmgr_find_prtx; }
       
  1348 RESOURCE TBUF r_text_softkey_back               { buf = text_softkey_back; }
       
  1349 RESOURCE TBUF r_qtn_fldr_cant_rename_item       { buf = qtn_fldr_cant_rename_item; }
       
  1350 RESOURCE TBUF r_qtn_fldr_item_cannot_be_copied  { buf = qtn_fldr_item_cannot_be_copied; }
       
  1351 RESOURCE TBUF r_qtn_fldr_cant_delete_item       { buf = qtn_fldr_cant_delete_item; }
       
  1352 RESOURCE TBUF r_qtn_drm_mos_deleted             { buf = qtn_drm_mos_deleted; }
       
  1353 RESOURCE TBUF r_qtn_drm_mo_deleted              { buf = qtn_drm_mo_deleted; }
       
  1354 RESOURCE TBUF r_qtn_memc_memorycard_read_only   { buf = qtn_memc_memorycard_read_only; }
       
  1355 
       
  1356 #ifdef __KEEP_DRM_CONTENT_ON_PHONE
       
  1357 RESOURCE TBUF r_qtn_drm_info_move_one_forbid    { buf = qtn_drm_info_move_one_forbid; }
       
  1358 RESOURCE TBUF r_qtn_drm_info_move_many_forbid   { buf = qtn_drm_info_move_many_forbid; }
       
  1359 RESOURCE TBUF r_qtn_drm_info_copy_one_forbid    { buf = qtn_drm_info_copy_one_forbid; }
       
  1360 RESOURCE TBUF r_qtn_drm_info_copy_many_forbid   { buf = qtn_drm_info_copy_many_forbid; }
       
  1361 RESOURCE TBUF r_qtn_drm_info_move_folder_forbid { buf = qtn_drm_info_move_folder_forbid; }
       
  1362 RESOURCE TBUF r_qtn_drm_info_copy_folder_forbid { buf = qtn_drm_info_copy_folder_forbid; }
       
  1363 RESOURCE TBUF r_qtn_drm_query_copy_forbidden    { buf = qtn_drm_query_copy_forbidden; }
       
  1364 RESOURCE TBUF r_qtn_drm_query_move_forbidden    { buf = qtn_drm_query_move_forbidden; }
       
  1365 #endif
       
  1366 
       
  1367 // Eject texts
       
  1368 RESOURCE TBUF r_qtn_conf_eject             { buf = qtn_memc_conf_eject; }
       
  1369 RESOURCE TBUF r_qtn_wait_eject             { buf = qtn_memc_wait_eject; }
       
  1370 RESOURCE TBUF r_qtn_info_eject             { buf = qtn_memc_info_eject; }
       
  1371 // Rename texts
       
  1372 RESOURCE TBUF r_qtn_mmc_default_name       { buf = qtn_memc_mmc_default_label; }
       
  1373 RESOURCE TBUF r_qtn_invalid_drive_name     { buf = qtn_memc_name_note1; }
       
  1374 RESOURCE TBUF r_qtn_drive_name_changed     { buf = qtn_memc_name_note2; }
       
  1375 // Completed texts
       
  1376 RESOURCE TBUF r_qtn_backup_completed       { buf = qtn_memc_backup_completed; }
       
  1377 RESOURCE TBUF r_qtn_restore_completed      { buf = qtn_memc_restore_completed; }
       
  1378 RESOURCE TBUF r_qtn_format_completed       { buf = qtn_memc_format_completed; }
       
  1379 // Confirm texts
       
  1380 RESOURCE TBUF r_qtn_confirm_backup_text    { buf = qtn_memc_backup_query1; }
       
  1381 RESOURCE TBUF r_qtn_confirm_backup_text2   { buf = qtn_memc_backup_query2; }
       
  1382 RESOURCE TBUF r_qtn_confirm_restore_text   { buf = qtn_memc_restore_query1; }
       
  1383 RESOURCE TBUF r_qtn_confirm_format_text    { buf = qtn_memc_format_query1; }
       
  1384 RESOURCE TBUF r_qtn_confirm_backup_level1  { buf = qtn_memc_backup_query3; }
       
  1385 RESOURCE TBUF r_qtn_confirm_format_text2   { buf = qtn_memc_format_query2; }
       
  1386 // Error texts
       
  1387 RESOURCE TBUF r_qtn_files_not_backupped    { buf = qtn_memc_backup_info1; }
       
  1388 RESOURCE TBUF r_qtn_one_file_not_backupped { buf = qtn_memc_backup_info2; }
       
  1389 RESOURCE TBUF r_qtn_files_not_restored     { buf = qtn_memc_restore_info1; }
       
  1390 RESOURCE TBUF r_qtn_one_file_not_restored  { buf = qtn_memc_restore_info2; }
       
  1391 RESOURCE TBUF r_qtn_backup_no_space        { buf = qtn_memc_backup_enoughspace; }
       
  1392 RESOURCE TBUF r_qtn_restore_no_space       { buf = qtn_memc_restore_enoughspace; }
       
  1393 RESOURCE TBUF r_qtn_corrupt                { buf = qtn_memc_memorycard_error; }
       
  1394 RESOURCE TBUF r_qtn_memorycard_readonly    { buf = qtn_memc_memorycard_read_only; }
       
  1395 RESOURCE TBUF r_qtn_critical_error         { buf = qtn_memc_gen_error; }
       
  1396 RESOURCE TBUF r_qtn_format_files_in_use    { buf = qtn_memc_format_card_used; }
       
  1397 // Password texts
       
  1398 RESOURCE TBUF r_qtn_passwords_wrong_text        { buf = qtn_memc_change_pwd_error1; }
       
  1399 RESOURCE TBUF r_qtn_unlock_pwd_wrong_text       { buf = qtn_memc_unlock_pwd_error; }
       
  1400 RESOURCE TBUF r_qtn_password_set_text           { buf = qtn_memc_set_password_info; }
       
  1401 RESOURCE TBUF r_qtn_password_changed_text       { buf = qtn_memc_change_pwd_info; }
       
  1402 RESOURCE TBUF r_qtn_password_text               { buf = qtn_memc_remove_pwd_prompt; }
       
  1403 RESOURCE TBUF r_qtn_unlock_password_text        { buf = qtn_memc_unlock_pwd_prompt; }
       
  1404 RESOURCE TBUF r_qtn_password_old_text           { buf = qtn_memc_change_pwd_prompt1; }
       
  1405 RESOURCE TBUF r_qtn_password_remove_text        { buf = qtn_memc_remove_pwd_query; }
       
  1406 RESOURCE TBUF r_qtn_password_removed_text       { buf = qtn_memc_remove_pwd_info; }
       
  1407 // Progress texts
       
  1408 RESOURCE TBUF r_qtn_format_inprogress   { buf = qtn_memc_format_inprogress; }
       
  1409 RESOURCE TBUF r_qtn_backup_inprogress   { buf = qtn_memc_backup_inprogress; }
       
  1410 RESOURCE TBUF r_qtn_restore_inprogress  { buf = qtn_memc_restore_inprogress; }
       
  1411 // Remote storage error texts
       
  1412 RESOURCE TBUF r_qtn_rd_query_delete_drive      { buf = qtn_rd_query_delete_drive; }
       
  1413 RESOURCE TBUF r_qtn_fmgr_empty_remote_drive    { buf = qtn_fmgr_empty_remote_drive; }
       
  1414 RESOURCE TBUF r_qtn_fmgr_infonote_unable_open_remotely
       
  1415     { buf = qtn_fmgr_infonote_unable_open_remotely; }
       
  1416 RESOURCE TBUF r_qtn_rd_error_max_drives { buf = qtn_rd_error_max_drives; }
       
  1417 
       
  1418 #ifdef RD_FILE_MANAGER_BACKUP
       
  1419 RESOURCE TBUF r_qtn_fmgr_backup_title      { buf = qtn_fmgr_backup_title; }
       
  1420 RESOURCE TBUF r_qtn_fmgr_backup_contents   { buf = qtn_fmgr_backup_contents; }
       
  1421 RESOURCE TBUF r_qtn_fmgr_backup_scheduling { buf = qtn_fmgr_backup_scheduling; }
       
  1422 RESOURCE TBUF r_qtn_fmgr_backup_weekday    { buf = qtn_fmgr_backup_weekday; }
       
  1423 RESOURCE TBUF r_qtn_fmgr_backup_time       { buf = qtn_fmgr_backup_time; }
       
  1424 
       
  1425 RESOURCE TBUF r_qtn_fmgr_backup_content_all       { buf = qtn_fmgr_backup_content_all; }
       
  1426 RESOURCE TBUF r_qtn_fmgr_backup_content_selected  { buf = qtn_fmgr_backup_content_selected; }
       
  1427 RESOURCE TBUF r_qtn_fmgr_backup_content_settings  { buf = qtn_fmgr_backup_content_settings; }
       
  1428 RESOURCE TBUF r_qtn_fmgr_backup_content_messages  { buf = qtn_fmgr_backup_content_messages; }
       
  1429 RESOURCE TBUF r_qtn_fmgr_backup_content_contacts  { buf = qtn_fmgr_backup_content_contacts; }
       
  1430 RESOURCE TBUF r_qtn_fmgr_backup_content_calendar  { buf = qtn_fmgr_backup_content_calendar; }
       
  1431 RESOURCE TBUF r_qtn_fmgr_backup_content_bookmarks { buf = qtn_fmgr_backup_content_bookmarks; }
       
  1432 RESOURCE TBUF r_qtn_fmgr_backup_content_userfiles { buf = qtn_fmgr_backup_content_userfiles; }
       
  1433 
       
  1434 RESOURCE TBUF r_qtn_fmgr_restore_title     { buf = qtn_fmgr_restore_title; }
       
  1435 RESOURCE TBUF r_qtn_fmgr_restore_settings  { buf = qtn_fmgr_restore_settings; }
       
  1436 RESOURCE TBUF r_qtn_fmgr_restore_messages  { buf = qtn_fmgr_restore_messages; }
       
  1437 RESOURCE TBUF r_qtn_fmgr_restore_contacts  { buf = qtn_fmgr_restore_contacts; }
       
  1438 RESOURCE TBUF r_qtn_fmgr_restore_calendar  { buf = qtn_fmgr_restore_calendar; }
       
  1439 RESOURCE TBUF r_qtn_fmgr_restore_bookmarks { buf = qtn_fmgr_restore_bookmarks; }
       
  1440 RESOURCE TBUF r_qtn_fmgr_restore_userfiles { buf = qtn_fmgr_restore_userfiles; }
       
  1441 
       
  1442 RESOURCE TBUF r_qtn_fmgr_backup_no_scheduling { buf = qtn_fmgr_backup_no_scheduling; }
       
  1443 RESOURCE TBUF r_qtn_fmgr_backup_daily         { buf = qtn_fmgr_backup_daily; }
       
  1444 RESOURCE TBUF r_qtn_fmgr_backup_weekly        { buf = qtn_fmgr_backup_weekly; }
       
  1445 
       
  1446 RESOURCE TBUF r_qtn_fmgr_restore_no_backups { buf = qtn_fmgr_restore_no_backups; }
       
  1447 RESOURCE TBUF r_qtn_fmgr_restore_space_error { buf = qtn_fmgr_restore_space_error; }
       
  1448 
       
  1449 RESOURCE TBUF r_qtn_fmgr_scheduled_backup_query    { buf = qtn_fmgr_scheduled_backup_query; }
       
  1450 RESOURCE TBUF r_qtn_fmgr_scheduled_backup_progress { buf = qtn_fmgr_scheduled_backup_progress; }
       
  1451 RESOURCE TBUF r_qtn_fmgr_backup_tight_memory       { buf = qtn_fmgr_backup_tight_memory; }
       
  1452 RESOURCE TBUF r_qtn_fmgr_backup_destination_full   { buf = qtn_fmgr_backup_destination_full; }
       
  1453 RESOURCE TBUF r_qtn_fmgr_select_backup_destination { buf = qtn_fmgr_select_backup_destination; }
       
  1454 RESOURCE TBUF r_qtn_fmgr_scheduled_backup_error    { buf = qtn_fmgr_scheduled_backup_error; }
       
  1455 RESOURCE TBUF r_qtn_fmgr_backup_query_exists       { buf = qtn_fmgr_backup_query_exists; }
       
  1456 RESOURCE TBUF r_qtn_fmgr_progress_preparing_backup { buf = qtn_fmgr_progress_preparing_backup; }
       
  1457 RESOURCE TBUF r_qtn_fmgr_backup_query              { buf = qtn_fmgr_backup_query; }
       
  1458 RESOURCE TBUF r_qtn_fmgr_restore_query             { buf = qtn_fmgr_restore_query; }
       
  1459 
       
  1460 RESOURCE TBUF r_qtn_fmgr_progress_preparing_restore { buf = qtn_fmgr_progress_preparing_restore; }
       
  1461 RESOURCE TBUF r_qtn_fmgr_error_corrupted_backup_file
       
  1462     { buf = qtn_fmgr_error_corrupted_backup_file; }
       
  1463 RESOURCE TBUF r_qtn_fmgr_error_backup_memorycard_not_available
       
  1464     { buf = qtn_fmgr_error_backup_memorycard_not_available; }
       
  1465 
       
  1466 #endif // RD_FILE_MANAGER_BACKUP
       
  1467 
       
  1468 RESOURCE TBUF r_qtn_fldr_name_prmpt { buf = qtn_fldr_name_prmpt; }
       
  1469 RESOURCE TBUF r_qtn_fldr_item_name_prmpt { buf = qtn_fldr_item_name_prmpt; }
       
  1470 
       
  1471 #ifdef RD_MULTIPLE_DRIVE
       
  1472 RESOURCE TBUF r_qtn_memc_mass_storage_corrupted { buf = qtn_memc_mass_storage_corrupted; }
       
  1473 RESOURCE TBUF r_qtn_memc_mass_storage_in_use    { buf = qtn_memc_mass_storage_in_use; }
       
  1474 RESOURCE TBUF r_qtn_memc_not_available          { buf = qtn_memc_not_available; }
       
  1475 
       
  1476 RESOURCE TBUF r_qtn_memc_conf_eject_multiple             { buf = qtn_memc_conf_eject_multiple; }
       
  1477 RESOURCE TBUF r_qtn_memc_conf_eject_multiple_defaultname { buf = qtn_memc_conf_eject_multiple_defaultname; }
       
  1478 
       
  1479 RESOURCE TBUF r_qtn_memc_info_eject_multiple             { buf = qtn_memc_info_eject_multiple; }
       
  1480 RESOURCE TBUF r_qtn_memc_info_eject_multiple_defaultname { buf = qtn_memc_info_eject_multiple_defaultname; }
       
  1481 
       
  1482 RESOURCE TBUF r_qtn_memc_unlock_password_multiple             { buf = qtn_memc_unlock_password_multiple; }
       
  1483 RESOURCE TBUF r_qtn_memc_unlock_password_multiple_defaultname { buf = qtn_memc_unlock_password_multiple_defaultname; }
       
  1484 
       
  1485 RESOURCE TBUF r_qtn_memc_multiple_memc_read_only        { buf = qtn_memc_multiple_memc_read_only; }
       
  1486 RESOURCE TBUF r_qtn_memc_memory_card_corrupted_multiple { buf = qtn_memc_memory_card_corrupted_multiple; }
       
  1487 
       
  1488 RESOURCE TBUF r_qtn_fmgr_format_mass_query1     { buf = qtn_fmgr_format_mass_query1; }
       
  1489 RESOURCE TBUF r_qtn_fmgr_mass_format_inprogress { buf = qtn_fmgr_mass_format_inprogress; }
       
  1490 RESOURCE TBUF r_qtn_fmgr_mass_format_completed  { buf = qtn_fmgr_mass_format_completed; }
       
  1491 RESOURCE TBUF r_qtn_fmgr_format_mass_query2     { buf = qtn_fmgr_format_mass_query2; }
       
  1492 #endif // RD_MULTIPLE_DRIVE
       
  1493 
       
  1494 RESOURCE TBUF r_qtn_fmgr_scheduled_backup_cancelled_ps { buf = qtn_fmgr_scheduled_backup_cancelled_ps; }
       
  1495 
       
  1496 RESOURCE TBUF r_qtn_fmgr_free_memory_var_units { buf = qtn_fmgr_free_memory_var_units; }
       
  1497 RESOURCE TBUF r_qtn_fmgr_units_byte            { buf = qtn_fmgr_units_byte; }
       
  1498 RESOURCE TBUF r_qtn_fmgr_units_kilobyte        { buf = qtn_fmgr_units_kilobyte; }
       
  1499 RESOURCE TBUF r_qtn_fmgr_units_megabyte        { buf = qtn_fmgr_units_megabyte; }
       
  1500 RESOURCE TBUF r_qtn_fmgr_units_gigabyte        { buf = qtn_fmgr_units_gigabyte; }
       
  1501 
       
  1502 RESOURCE TBUF r_qtn_memlo_not_enough_memory_card_name        { buf = qtn_memlo_not_enough_memory_card_name; }
       
  1503 RESOURCE TBUF r_qtn_memlo_not_enough_memory_card_defaultname { buf = qtn_memlo_not_enough_memory_card_defaultname; }
       
  1504 RESOURCE TBUF r_qtn_memlo_not_enough_mass_memory             { buf = qtn_memlo_not_enough_mass_memory; }
       
  1505 RESOURCE TBUF r_qtn_memlo_not_enough_device_memory           { buf = qtn_memlo_not_enough_device_memory; }
       
  1506 
       
  1507 RESOURCE TBUF r_qtn_fmgr_confirm_memory_name_changed { buf = qtn_fmgr_confirm_memory_name_changed; }
       
  1508 RESOURCE TBUF r_qtn_fmgr_usb_memory_format_query     { buf = qtn_fmgr_usb_memory_format_query; }
       
  1509 RESOURCE TBUF r_qtn_fmgr_formatting_memory_progress  { buf = qtn_fmgr_formatting_memory_progress; }
       
  1510 RESOURCE TBUF r_qtn_fmgr_memory_in_use_format        { buf = qtn_fmgr_memory_in_use_format; }
       
  1511 RESOURCE TBUF r_qtn_fmgr_delete_backup_title         { buf = qtn_fmgr_delete_backup_title; }
       
  1512 RESOURCE TBUF r_qtn_fmgr_delete_backup_query         { buf = qtn_fmgr_delete_backup_query; }
       
  1513 RESOURCE TBUF r_qtn_fmgr_usb_memory_default_name     { buf = qtn_fmgr_usb_memory_default_name; }
       
  1514 // End of File