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