inc/glxlocalisationstrings.h
branchGCC_SURGE
changeset 51 525c140ec8db
parent 49 f291796e213d
child 50 a0f57508af73
child 55 fb37077c270f
equal deleted inserted replaced
38:c9962d0368d9 51:525c140ec8db
    16 */
    16 */
    17 
    17 
    18 #ifndef GLXLOCALISATIONSTRINGS_H_
    18 #ifndef GLXLOCALISATIONSTRINGS_H_
    19 #define GLXLOCALISATIONSTRINGS_H_
    19 #define GLXLOCALISATIONSTRINGS_H_
    20 
    20 
       
    21 #include "hbglobal.h"
    21 
    22 
    22 //OPTIONS MENU
    23 //OPTIONS MENU
    23 //Options list item
    24 //Options list item
    24 #define GLX_OPTION_SHARE               hbTrId("txt_photos_opt_share") 
    25 #define GLX_OPTION_SHARE               hbTrId("txt_photos_opt_share") 
    25 
    26 
    72 #define GLX_MENU_DELETE                hbTrId("txt_common_menu_delete")
    73 #define GLX_MENU_DELETE                hbTrId("txt_common_menu_delete")
    73 
    74 
    74 //
    75 //
    75 #define GLX_MENU_RENAME                hbTrId("txt_common_menu_rename_item")
    76 #define GLX_MENU_RENAME                hbTrId("txt_common_menu_rename_item")
    76 
    77 
       
    78 #define GLX_DIALOG_NAME_PROMPT                hbTrId("txt_photos_title_enter_name")
    77 
    79 
       
    80 #define GLX_DIALOG_ALBUM_NAME_DEFAULT         hbTrId("txt_photos_dialog_enter_name_entry_album")
       
    81 #define GLX_DIALOG_DELETE_ONE_ITEM            hbTrId("txt_photos_info_deleting_1")
    78 //TITLE RELATED and DEFAULT STRINGS
    82 //TITLE RELATED and DEFAULT STRINGS
    79 
    83 
    80 #define GLX_CAPTION                    hbTrId("txt_short_caption_photos")
    84 #define GLX_CAPTION                    hbTrId("txt_short_caption_photos")
    81 #define GLX_TITLE                      hbTrId("txt_photos_title_photos")
    85 #define GLX_TITLE                      hbTrId("txt_photos_title_photos")
    82 #define GLX_CAMERA                     "txt_photos_dblist_my_camera"
       
    83 #define GLX_MYFAV                      "txt_photos_dblist_my_favorites"
       
    84 #define GLX_PLACES                     "txt_photos_dblist_places_ln"
    86 #define GLX_PLACES                     "txt_photos_dblist_places_ln"
    85 #define GLX_ITEMS_CAMERA               "txt_photos_dblist_val_ln_items"
    87 #define GLX_ITEMS_CAMERA               "txt_photos_dblist_val_ln_items"
    86 #define GLX_ITEMS_MYFAV                "txt_photos_subtitle_ln_items"
    88 #define GLX_ITEMS_MYFAV                "txt_photos_subtitle_ln_items"
    87 #define GLX_SUBTITLE_CAM_GRIDVIEW      hbTrId("txt_photos_subtitle_my_camera")
    89 #define GLX_SUBTITLE_CAM_GRIDVIEW      hbTrId("txt_photos_subtitle_my_camera")
    88 #define GLX_SUBTITLE_MYFAV_GRIDVIEW    hbTrId("txt_photos_subtitle_my_favorites")
    90 #define GLX_SUBTITLE_MYFAV_GRIDVIEW    hbTrId("txt_photos_subtitle_my_favorites")
    89 #define GLX_SUBTITLE_NOITEMS           hbTrId("txt_photos_subtitle_no_image_or_videos_to_display")
    91 #define GLX_SUBTITLE_NOITEMS           hbTrId("txt_photos_subtitle_no_image_or_videos_to_display")
    90 
    92 #define GLX_FETCHER_TITLE              QString("Select Image")
    91 
    93 #define GLX_GRID_NO_IMAGE              QString("(No Images)\n")
       
    94 #define GLX_GRID_OPEN_CAMERA           QString("To capture images Open")
    92 //VIEW RELATED STRINGS AND COMMON DIALOGS
    95 //VIEW RELATED STRINGS AND COMMON DIALOGS
    93 
    96 
    94 //comments lable for photos flip view
    97 //comments lable for photos flip view
    95 #define GLX_DETAILS_DESCRIPTION       hbTrId("txt_photos_formlabel_description")
    98 #define GLX_DETAILS_DESCRIPTION       hbTrId("txt_photos_formlabel_description")
    96 
    99 
   104 
   107 
   105 #define GLX_BUTTON_SELECT            hbTrId("txt_common_button_select")
   108 #define GLX_BUTTON_SELECT            hbTrId("txt_common_button_select")
   106 
   109 
   107 #define GLX_MENU_OPEN                hbTrId("txt_common_menu_open")
   110 #define GLX_MENU_OPEN                hbTrId("txt_common_menu_open")
   108 
   111 
       
   112 #define GLX_BUTTON_HIDE              hbTrId("txt_common_button_hide")
       
   113 
       
   114 #define GLX_LABEL_TRANSITION_EFFECT  hbTrId("txt_photos_setlabel_transistion_effect")
       
   115 #define GLX_VAL_SMOOTH_FADE          hbTrId("txt_photos_setlabel_transistion_effect_val_smooth")
       
   116 
       
   117 #define GLX_LABEL_TRANSITION_DELAY   hbTrId("txt_photos_setlabel_transistion_delay")
       
   118 #define GLX_VAL_SLOW                 hbTrId("txt_photos_setlabel_transistion_delay_val_slow")
       
   119 #define GLX_VAL_MEDIUM               hbTrId("txt_photos_setlabel_transistion_delay_val_medium")
       
   120 #define GLX_VAL_FAST                 hbTrId("txt_photos_setlabel_transistion_delay_val_fast")
   109 
   121 
   110 #endif /* GLXLOCALISATIONSTRINGS_H_ */
   122 #endif /* GLXLOCALISATIONSTRINGS_H_ */