landmarksui/app/data/Landmarks.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2  * Copyright (c) 2002-2010 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:    LandmarksUi Content File -    Contains all the resources for the LM UI.
       
    15  *
       
    16  */
       
    17 
       
    18 //  RESOURCE IDENTIFIER
       
    19 NAME LMAP
       
    20 // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 #include "landmarks.hrh"
       
    25 #include <landmarks.loc>
       
    26 #include <lmkmsgviewer.loc>
       
    27 #include <eikon.rh>
       
    28 #include <avkon.rh>
       
    29 #include <appinfo.rh>
       
    30 #include <avkon.rsg>
       
    31 #include <avkon.hrh>
       
    32 #include <avkon.loc>
       
    33 #include <data_caging_paths_strings.hrh>
       
    34 // Added for s60 rel3.1
       
    35 #include <AiwCommon.hrh>
       
    36 #include <AiwCommon.rh>
       
    37 
       
    38 //  CONSTANTS  
       
    39 
       
    40 #define KIconFileMif APP_BITMAP_DIR"\\Landmarks_aif.mif"	
       
    41 #define KIconFileMbm APP_BITMAP_DIR"\\Landmarks_aif.mbm"
       
    42 
       
    43 //  RESOURCE DEFINITIONS 
       
    44 
       
    45 RESOURCE RSS_SIGNATURE
       
    46     {}
       
    47 
       
    48 RESOURCE TBUF
       
    49     {buf="";}
       
    50 
       
    51 RESOURCE EIK_APP_INFO
       
    52     {
       
    53     }
       
    54 
       
    55 RESOURCE LOCALISABLE_APP_INFO r_landmarks_localisable_app_info
       
    56     {
       
    57     //short_caption = "Landmarks";
       
    58     short_caption = qtn_apps_lm_grid;
       
    59     caption_and_icon = CAPTION_AND_ICON_INFO
       
    60         {
       
    61         //caption = "Landmarks";
       
    62         caption = qtn_apps_lm_list;
       
    63 #ifdef __SCALABLE_ICONS
       
    64         number_of_icons = 1;
       
    65         icon_file = KIconFileMif;
       
    66 #else
       
    67         number_of_icons = 2;
       
    68         icon_file = KIconFileMbm;
       
    69 #endif
       
    70         };
       
    71 
       
    72     }
       
    73 
       
    74 //----------------------------------------------------
       
    75 //   
       
    76 //    r_lmk_bylm_view
       
    77 //    By landmark view with options/exit softkeys
       
    78 //
       
    79 //----------------------------------------------------
       
    80 //
       
    81 RESOURCE AVKON_VIEW r_lmk_bylm_view
       
    82     {
       
    83     menubar = r_lmk_bylm_menubar;
       
    84     cba = r_lmk_softkeys_options_exit_contextoptions;
       
    85     }
       
    86 
       
    87 //----------------------------------------------------
       
    88 //   
       
    89 //    r_lmk_bylm_view
       
    90 //    By landmark view with options/back softkeys, when
       
    91 //    launched in embedded mode from Location Centre
       
    92 //
       
    93 //----------------------------------------------------
       
    94 //
       
    95 RESOURCE AVKON_VIEW r_lmk_bylm_embedded_view
       
    96     {
       
    97     menubar = r_lmk_bylm_menubar;
       
    98     cba = r_lmk_softkeys_options_back_contextoptions;
       
    99     }
       
   100 
       
   101 //----------------------------------------------------
       
   102 //   
       
   103 //    r_lmk_bylm_menubar
       
   104 //
       
   105 //----------------------------------------------------
       
   106 //
       
   107 RESOURCE MENU_BAR r_lmk_bylm_menubar
       
   108     {
       
   109     titles=
       
   110         {
       
   111         MENU_TITLE
       
   112             {menu_pane = r_lmk_main_menu; txt="";},
       
   113         MENU_TITLE
       
   114             {menu_pane = r_lmk_bylm_menu2; txt = "";},
       
   115         MENU_TITLE
       
   116             {menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST;},
       
   117         MENU_TITLE
       
   118             {menu_pane = r_lmk_bylm_menu1; txt = "";}
       
   119         };
       
   120     }
       
   121 
       
   122 //----------------------------------------------------
       
   123 //   
       
   124 //    r_lmk_bylm_menu1
       
   125 //
       
   126 //----------------------------------------------------
       
   127 //
       
   128 RESOURCE MENU_PANE r_lmk_bylm_menu1
       
   129     {
       
   130     items=
       
   131         {
       
   132         MENU_ITEM
       
   133             {
       
   134             command = ELmkCmdOpenLm;
       
   135             txt = qtn_options_open;
       
   136             flags = EEikMenuItemAction;
       
   137             },
       
   138         MENU_ITEM
       
   139             {
       
   140             command = ELmkCmdNewLm;
       
   141             txt = qtn_lm_opt_new_landmark;
       
   142             cascade = r_lmk_new_landmark_submenu;
       
   143             },
       
   144         MENU_ITEM
       
   145             {
       
   146             command = ELmkShowOnMapPlaceHolder;
       
   147             txt = qtn_mnn_option_show_on_map;
       
   148             flags = EEikMenuItemSpecific;
       
   149             },
       
   150         MENU_ITEM
       
   151             {
       
   152             command = ELmkNavigateToPlaceHolder;
       
   153             txt = qtn_mnn_option_navigate_to;
       
   154             flags = EEikMenuItemSpecific;
       
   155             },
       
   156         MENU_ITEM
       
   157             {
       
   158             command = ELmkCmdAddToCat;
       
   159             txt = qtn_lm_opt_add_to_category;
       
   160             flags = EEikMenuItemSpecific;
       
   161             },
       
   162         MENU_ITEM
       
   163             {
       
   164             command = ERemoveFromCat;
       
   165             txt = qtn_lm_opt_remove_from_category;
       
   166             flags = EEikMenuItemSpecific;
       
   167             },
       
   168         MENU_ITEM
       
   169             {
       
   170             command = ELmkCmdSendDummy;
       
   171             txt = qtn_options_send_via;
       
   172             },
       
   173         MENU_ITEM
       
   174             {
       
   175             command = ELmkCmdDeleteLm;
       
   176             txt = qtn_lm_opt_delete_landmark;
       
   177             flags = EEikMenuItemSpecific;
       
   178             }
       
   179         };
       
   180     }
       
   181 
       
   182 //----------------------------------------------------
       
   183 //   
       
   184 //    r_lmk_bylm_menu2
       
   185 //
       
   186 //----------------------------------------------------
       
   187 //
       
   188 RESOURCE MENU_PANE r_lmk_bylm_menu2
       
   189     {
       
   190     items=
       
   191         {
       
   192         MENU_ITEM
       
   193             {
       
   194             command = ELmkCmdEditCats;
       
   195             txt = qtn_lm_opt_edit_categories;
       
   196             },
       
   197         MENU_ITEM
       
   198             {
       
   199             command=ELmkCmdLaunchPositionSettings;
       
   200             txt=qtn_lm_options_pos_settings;
       
   201             }
       
   202         };
       
   203     }
       
   204 
       
   205 //----------------------------------------------------
       
   206 //   
       
   207 //    r_lmk_new_landmark_submenu
       
   208 //
       
   209 //----------------------------------------------------
       
   210 //
       
   211 RESOURCE MENU_PANE r_lmk_new_landmark_submenu
       
   212     {
       
   213     items=
       
   214         {
       
   215         MENU_ITEM
       
   216             {
       
   217             command = ELmkCmdNewLmCurrentLocation;
       
   218             txt = qtn_lm_opt_new_landmark_current_location;
       
   219             },
       
   220         MENU_ITEM
       
   221             {
       
   222             command = ELmkFromMapPlaceholder;
       
   223             txt = qtn_lm_opt_new_lm_from_map;
       
   224             },
       
   225         MENU_ITEM
       
   226             {
       
   227             command = ELmkCmdNewLmEmpty;
       
   228             txt = qtn_lm_opt_new_landmark_empty;
       
   229             }
       
   230         };
       
   231     }
       
   232 
       
   233 //----------------------------------------------------
       
   234 //   
       
   235 //    r_lmk_ok_menubar
       
   236 //
       
   237 //----------------------------------------------------
       
   238 //
       
   239 RESOURCE MENU_BAR r_lmk_ok_menubar
       
   240     {
       
   241     titles=
       
   242         {
       
   243         MENU_TITLE
       
   244             {menu_pane=R_AVKON_MENUPANE_MARKABLE_LIST; txt="";},
       
   245         MENU_TITLE
       
   246             {menu_pane = r_lmk_ok_menu; txt = "";}
       
   247         };
       
   248     }
       
   249 
       
   250 //----------------------------------------------------
       
   251 //   
       
   252 //    r_lmk_ok_menu
       
   253 //
       
   254 //----------------------------------------------------
       
   255 //
       
   256 RESOURCE MENU_PANE r_lmk_ok_menu
       
   257     {
       
   258     items=
       
   259         {
       
   260         MENU_ITEM
       
   261             {
       
   262             command = ELmkCmdNewLm;
       
   263             txt = qtn_lm_opt_new_landmark;
       
   264             cascade = r_lmk_new_landmark_submenu;
       
   265             flags = EEikMenuItemDimmed;
       
   266             },
       
   267         MENU_ITEM
       
   268             {
       
   269             command = ELmkCmdAddToCat;
       
   270             txt = qtn_lm_opt_add_to_category;
       
   271             },
       
   272         MENU_ITEM
       
   273             {
       
   274             command = ELmkCmdSendDummy;
       
   275             txt = qtn_options_send_via;
       
   276             },
       
   277         MENU_ITEM
       
   278             {
       
   279             command = ELmkCmdDeleteLm;
       
   280             txt = qtn_lm_opt_delete_landmark;
       
   281             }
       
   282         };
       
   283     }
       
   284 
       
   285 //----------------------------------------------------
       
   286 //   
       
   287 //    r_lmk_bycategory_view
       
   288 //    By category view with options/exit softkeys
       
   289 //
       
   290 //----------------------------------------------------
       
   291 //
       
   292 RESOURCE AVKON_VIEW r_lmk_bycategory_view
       
   293     {
       
   294     menubar = r_lmk_bycategory_menubar;
       
   295     cba = r_lmk_softkeys_options_exit_contextoptions;
       
   296     }
       
   297 
       
   298 //----------------------------------------------------
       
   299 //   
       
   300 //    r_lmk_bycategory_view
       
   301 //    By category view with options/back softkeys, when
       
   302 //    launched in embedded mode from Location Centre
       
   303 //
       
   304 //----------------------------------------------------
       
   305 //
       
   306 RESOURCE AVKON_VIEW r_lmk_bycategory_embedded_view
       
   307     {
       
   308     menubar = r_lmk_bycategory_menubar;
       
   309     cba = r_lmk_softkeys_options_back_contextoptions;
       
   310     }
       
   311 
       
   312 //----------------------------------------------------
       
   313 //   
       
   314 //    r_lmk_bycategory_menubar
       
   315 //
       
   316 //----------------------------------------------------
       
   317 //
       
   318 RESOURCE MENU_BAR r_lmk_bycategory_menubar
       
   319     {
       
   320     titles=
       
   321         {
       
   322         MENU_TITLE
       
   323             {menu_pane = r_lmk_main_menu; txt="";},
       
   324         MENU_TITLE
       
   325             {menu_pane = r_lmk_bycategory_menu; txt = "";}
       
   326         };
       
   327     }
       
   328 
       
   329 //----------------------------------------------------
       
   330 //   
       
   331 //    r_lmk_bycategory_menu
       
   332 //
       
   333 //----------------------------------------------------
       
   334 //
       
   335 RESOURCE MENU_PANE r_lmk_bycategory_menu
       
   336     {
       
   337     items=
       
   338         {
       
   339         MENU_ITEM
       
   340             {
       
   341             command = ELmkCmdOpenCat;
       
   342             txt = qtn_lm_opt_open_category;
       
   343             flags = EEikMenuItemAction;
       
   344             },
       
   345         MENU_ITEM
       
   346             {
       
   347             command = ELmkCmdNewLm;
       
   348             txt = qtn_lm_opt_new_landmark;
       
   349             cascade = r_lmk_new_landmark_submenu;
       
   350             },
       
   351         MENU_ITEM
       
   352             {
       
   353             command = ELmkCmdEditCats;
       
   354             txt = qtn_lm_opt_edit_categories;
       
   355             },
       
   356         MENU_ITEM
       
   357             {
       
   358             command = ELmkShowOnMapPlaceHolder;
       
   359             txt = qtn_mnn_option_show_on_map;
       
   360             flags = EEikMenuItemSpecific;
       
   361             },
       
   362         MENU_ITEM
       
   363             {
       
   364             command=ELmkCmdLaunchPositionSettings;
       
   365             txt=qtn_lm_options_pos_settings;
       
   366             }
       
   367         };
       
   368     }
       
   369 
       
   370 //----------------------------------------------------
       
   371 //   
       
   372 //    r_lmk_main_menu
       
   373 //    
       
   374 //
       
   375 //----------------------------------------------------
       
   376 //
       
   377 RESOURCE MENU_PANE r_lmk_main_menu
       
   378     {
       
   379     items=
       
   380         {
       
   381         MENU_ITEM
       
   382             {command=EAknCmdHelp; txt=qtn_options_help;},
       
   383         MENU_ITEM
       
   384             {command=EAknCmdExit; txt=qtn_options_exit;}
       
   385         };
       
   386     }
       
   387 
       
   388 //----------------------------------------------------
       
   389 //   
       
   390 //    r_lmk_category_settings_view
       
   391 //    Category settings view
       
   392 //
       
   393 //----------------------------------------------------
       
   394 //
       
   395 RESOURCE AVKON_VIEW r_lmk_category_settings_view
       
   396     {
       
   397     menubar=r_lmk_category_settings_menubar;
       
   398     cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
   399     }
       
   400 
       
   401 //----------------------------------------------------
       
   402 //   
       
   403 //    r_lmk_category_settings_menubar
       
   404 //
       
   405 //----------------------------------------------------
       
   406 //
       
   407 RESOURCE MENU_BAR r_lmk_category_settings_menubar
       
   408     {
       
   409     titles=
       
   410         {
       
   411         MENU_TITLE
       
   412             {menu_pane=r_lmk_main_menu; txt="";},
       
   413         MENU_TITLE
       
   414             {menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST;},
       
   415         MENU_TITLE
       
   416             {menu_pane=r_lmk_category_settings_menu2; txt="";},
       
   417         MENU_TITLE
       
   418             {menu_pane=r_lmk_category_settings_menu1; txt="";}
       
   419         };
       
   420     }
       
   421 
       
   422 //----------------------------------------------------
       
   423 //   
       
   424 //    r_lmk_category_settings_menu1
       
   425 //    
       
   426 //
       
   427 //----------------------------------------------------
       
   428 //
       
   429 RESOURCE MENU_PANE r_lmk_category_settings_menu1
       
   430     {
       
   431     items=
       
   432         {
       
   433         MENU_ITEM
       
   434             {
       
   435             command=ELmkCmdNewCategory;
       
   436             txt=qtn_lm_opt_new_category;
       
   437             },
       
   438         MENU_ITEM
       
   439             {
       
   440             command=ELmkCmdRenameCat;
       
   441             txt=qtn_lm_opt_rename_category;
       
   442             flags = EEikMenuItemSpecific;
       
   443             },
       
   444         MENU_ITEM
       
   445             {
       
   446             command=ELmkCmdDeleteCat;
       
   447             txt=qtn_lm_opt_delete_category;
       
   448             flags = EEikMenuItemSpecific;
       
   449             }
       
   450         };
       
   451     }
       
   452 
       
   453 //----------------------------------------------------
       
   454 //   
       
   455 //    r_lmk_category_settings_menu2
       
   456 //    
       
   457 //
       
   458 //----------------------------------------------------
       
   459 //
       
   460 RESOURCE MENU_PANE r_lmk_category_settings_menu2
       
   461     {
       
   462     items=
       
   463         {
       
   464         MENU_ITEM
       
   465             {
       
   466             command=ELmkCmdChangeIcon;
       
   467             txt=qtn_lm_opt_change_category_icon;
       
   468             flags = EEikMenuItemSpecific;
       
   469             }
       
   470         };
       
   471     }
       
   472 
       
   473 //----------------------------------------------------
       
   474 //   
       
   475 //    r_lmk_category_settings_ok_menubar
       
   476 //
       
   477 //----------------------------------------------------
       
   478 //
       
   479 RESOURCE MENU_BAR r_lmk_category_settings_ok_menubar
       
   480     {
       
   481     titles=
       
   482         {
       
   483         MENU_TITLE
       
   484             {menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST;},
       
   485         MENU_TITLE
       
   486             {menu_pane=r_lmk_category_settings_ok_menu; txt="";}
       
   487         };
       
   488     }
       
   489 
       
   490 //----------------------------------------------------
       
   491 //   
       
   492 //    r_lmk_category_settings_ok_menu
       
   493 //    
       
   494 //
       
   495 //----------------------------------------------------
       
   496 //
       
   497 RESOURCE MENU_PANE r_lmk_category_settings_ok_menu
       
   498     {
       
   499     items=
       
   500         {
       
   501         MENU_ITEM
       
   502             {
       
   503             command=ELmkCmdNewCategory;
       
   504             txt=qtn_lm_opt_new_category;
       
   505             },
       
   506         MENU_ITEM
       
   507             {
       
   508             command=ELmkCmdRenameCat;
       
   509             txt=qtn_lm_opt_rename_category;
       
   510             },
       
   511         MENU_ITEM
       
   512             {
       
   513             command=ELmkCmdDeleteCat;
       
   514             txt=qtn_lm_opt_delete_category;
       
   515             },
       
   516         MENU_ITEM
       
   517             {
       
   518             command=ELmkCmdChangeIcon;
       
   519             txt=qtn_lm_opt_change_category_icon;
       
   520             }
       
   521         };
       
   522     }
       
   523 
       
   524 //----------------------------------------------------
       
   525 //   
       
   526 //    r_lmk_category_contents_view
       
   527 //    Category settings view
       
   528 //
       
   529 //----------------------------------------------------
       
   530 //
       
   531 RESOURCE AVKON_VIEW r_lmk_category_contents_view
       
   532     {
       
   533     menubar=r_lmk_bylm_menubar;
       
   534     cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
   535     }
       
   536 
       
   537 //----------------------------------------------------
       
   538 //   
       
   539 //    r_lmk_tab_group
       
   540 //    Application tab group
       
   541 //
       
   542 //----------------------------------------------------
       
   543 //
       
   544 RESOURCE TAB_GROUP r_lmk_tab_group
       
   545     {
       
   546     tab_width = EAknTabWidthWithTwoTabs;
       
   547     active = 0;
       
   548     tabs =
       
   549         {
       
   550         TAB
       
   551             {
       
   552             id = ELmkByLmView; // from application hrh
       
   553             txt = "By Lm";
       
   554             },
       
   555         TAB
       
   556             {
       
   557             id = ELmkByCategoryView;
       
   558             txt = "By Cat";
       
   559             }
       
   560         };
       
   561     }
       
   562 
       
   563 //----------------------------------------------------
       
   564 //   
       
   565 //    r_lmk_list_empty_no_landmarks
       
   566 //    
       
   567 //
       
   568 //----------------------------------------------------
       
   569 //
       
   570 RESOURCE TBUF r_lmk_list_empty_no_landmarks
       
   571     {
       
   572     buf = qtn_lm_empty_create_landmark;
       
   573     }
       
   574 
       
   575 //----------------------------------------------------
       
   576 //   
       
   577 //    r_lmk_category_settings_title
       
   578 //    Title for application's edit categories view
       
   579 //
       
   580 //----------------------------------------------------
       
   581 //
       
   582 RESOURCE TBUF r_lmk_category_settings_title
       
   583     {
       
   584     buf = qtn_lm_title_edit_categories;
       
   585     }
       
   586 
       
   587 //----------------------------------------------------
       
   588 //   
       
   589 //    r_lmk_bycategory_view_title
       
   590 //    Title for application's lm by category view
       
   591 //
       
   592 //----------------------------------------------------
       
   593 //
       
   594 RESOURCE TBUF r_lmk_bycategory_view_title
       
   595     {
       
   596     buf = qtn_lm_title_categories;
       
   597     }
       
   598 
       
   599 //----------------------------------------------------
       
   600 //   
       
   601 //    r_lmk_bylm_view_title
       
   602 //    Title for application's lm by category view
       
   603 //
       
   604 //----------------------------------------------------
       
   605 //
       
   606 RESOURCE TBUF r_lmk_bylm_view_title
       
   607     {
       
   608     buf = qtn_lm_title_landmarks;
       
   609     }
       
   610 
       
   611 //----------------------------------------------------
       
   612 //   
       
   613 //    r_lmk_aiw_interest_showonmap
       
   614 //    AIW interest for option show on map
       
   615 //
       
   616 //----------------------------------------------------
       
   617 //
       
   618 RESOURCE AIW_INTEREST r_lmk_aiw_interest_showonmap
       
   619     {
       
   620     items =
       
   621         {
       
   622         AIW_CRITERIA_ITEM
       
   623             {
       
   624             id = ELmkShowOnMapPlaceHolder;
       
   625             serviceCmd = KAiwCmdMnShowMap;
       
   626             contentType = "application/x-landmark";
       
   627             serviceClass = KAiwClassMenu;
       
   628             }
       
   629         };
       
   630     }
       
   631 
       
   632 //----------------------------------------------------
       
   633 //   
       
   634 //    r_lmk_aiw_interest_navigateto
       
   635 //    AIW interest for option navigate to
       
   636 //
       
   637 //----------------------------------------------------
       
   638 //
       
   639 RESOURCE AIW_INTEREST r_lmk_aiw_interest_navigateto
       
   640     {
       
   641     items =
       
   642         {
       
   643         AIW_CRITERIA_ITEM
       
   644             {
       
   645             id = ELmkNavigateToPlaceHolder;
       
   646             serviceCmd = KAiwCmdMnNavigateTo;
       
   647             contentType = "application/x-landmark";
       
   648             serviceClass = KAiwClassMenu;
       
   649             }
       
   650         };
       
   651     }
       
   652 
       
   653 //----------------------------------------------------
       
   654 //   
       
   655 //    r_lmk_aiw_interest_selectfrommap
       
   656 //    AIW interest for option landmark from map
       
   657 //
       
   658 //----------------------------------------------------
       
   659 //
       
   660 RESOURCE AIW_INTEREST r_lmk_aiw_interest_selectfrommap
       
   661     {
       
   662     items =
       
   663         {
       
   664         AIW_CRITERIA_ITEM
       
   665             {
       
   666             id = ELmkFromMapPlaceholder;
       
   667             serviceCmd = KAiwCmdMnSelectFromMap;
       
   668             contentType = "application/x-landmark";
       
   669             serviceClass = KAiwClassMenu;
       
   670             }
       
   671         };
       
   672     }
       
   673 
       
   674 //----------------------------------------------------
       
   675 //   
       
   676 //    r_lmk_mn_wait_note
       
   677 //    General wait note
       
   678 //
       
   679 //----------------------------------------------------
       
   680 //
       
   681 RESOURCE DIALOG r_lmk_mn_wait_note
       
   682     {
       
   683     flags = EAknWaitNoteFlags | EEikDialogFlagWait;
       
   684     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   685     items =
       
   686         {
       
   687         DLG_LINE
       
   688             {
       
   689             type = EAknCtNote;
       
   690             id = EGeneralNote;
       
   691             control= AVKON_NOTE
       
   692                 {
       
   693                 layout = EWaitLayout;
       
   694                 singular_label = qtn_gen_note_processing;
       
   695                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   696                 };
       
   697             }
       
   698         };
       
   699     }
       
   700 
       
   701 //----------------------------------------------------
       
   702 //   
       
   703 //    r_lmk_softkeys_options_exit_contextoptions
       
   704 //
       
   705 //----------------------------------------------------
       
   706 //
       
   707 RESOURCE CBA r_lmk_softkeys_options_exit_contextoptions
       
   708     {
       
   709     buttons =
       
   710         {
       
   711         CBA_BUTTON
       
   712             {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   713         CBA_BUTTON
       
   714             {id=EAknSoftkeyExit; txt = text_softkey_exit;},
       
   715         CBA_BUTTON
       
   716             {id=EAknSoftkeyContextOptions; txt = text_softkey_option;}
       
   717         };
       
   718     }
       
   719 
       
   720 //----------------------------------------------------
       
   721 //   
       
   722 //    r_avkon_softkeys_options_back
       
   723 //
       
   724 //----------------------------------------------------
       
   725 //
       
   726 RESOURCE CBA r_lmk_softkeys_options_back_contextoptions
       
   727     {
       
   728     buttons =
       
   729         {
       
   730         CBA_BUTTON
       
   731             {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   732         CBA_BUTTON
       
   733             {id=EAknSoftkeyBack; txt = text_softkey_back;},
       
   734         CBA_BUTTON
       
   735             {id=EAknSoftkeyContextOptions; txt = text_softkey_option;}
       
   736         };
       
   737     }
       
   738 
       
   739 //----------------------------------------------------
       
   740 //   
       
   741 //    r_lmk_category_settings_context_menubar
       
   742 //
       
   743 //----------------------------------------------------
       
   744 //
       
   745 RESOURCE MENU_BAR r_lmk_category_settings_context_menubar
       
   746     {
       
   747     titles=
       
   748         {
       
   749         MENU_TITLE
       
   750             {menu_pane=r_lmk_category_settings_menu2; txt="";},
       
   751         MENU_TITLE
       
   752             {menu_pane=r_lmk_category_settings_menu1; txt="";}
       
   753         };
       
   754     }
       
   755 //----------------------------------------------------
       
   756 //   
       
   757 //    r_lmk_msk_open
       
   758 //    MSK label for Lmk by name view & Lmk contents view
       
   759 //
       
   760 //----------------------------------------------------
       
   761 //
       
   762 RESOURCE TBUF r_lmk_msk_open
       
   763     {
       
   764     buf = qtn_msk_open;
       
   765     }
       
   766 
       
   767 //----------------------------------------------------
       
   768 //   
       
   769 //    r_lm_lmsel_no_categorised_landmarks
       
   770 //    Empty listbox text for category settings
       
   771 //
       
   772 //----------------------------------------------------
       
   773 //
       
   774 RESOURCE TBUF r_lm_lmsel_no_categorised_landmarks
       
   775     {
       
   776     buf = qtn_lm_lmsel_no_categorised_landmarks;
       
   777     }
       
   778 
       
   779 //----------------------------------------------------
       
   780 //   
       
   781 //    r_lmk_guide_new_landmark
       
   782 //
       
   783 //----------------------------------------------------
       
   784 //
       
   785 RESOURCE TBUF r_lmk_guide_new_landmark
       
   786     {
       
   787     buf = qtn_lm_guide_new_landmark;
       
   788     }
       
   789 
       
   790 //----------------------------------------------------
       
   791 //   
       
   792 //    r_lmk_guide_categorize_landmarks
       
   793 //
       
   794 //----------------------------------------------------
       
   795 //
       
   796 RESOURCE TBUF r_lmk_guide_categorize_landmarks
       
   797     {
       
   798     buf = qtn_lm_guide_categorize_landmarks;
       
   799     }
       
   800 
       
   801 //----------------------------------------------------
       
   802 //   
       
   803 //    r_lmk_err_eikon_general
       
   804 //
       
   805 //----------------------------------------------------
       
   806 //
       
   807 RESOURCE TBUF r_lmk_err_eikon_general
       
   808     {
       
   809     buf = qtn_err_eikon_general;
       
   810     }
       
   811 
       
   812 // End of File