inc/glxlocalisationstrings.h
changeset 72 0a8e959402e5
parent 71 27f2d7aec52a
equal deleted inserted replaced
71:27f2d7aec52a 72:0a8e959402e5
   119 
   119 
   120 //Label field in all grid view to display no of items plus album name in case of album grid view. whre %1 is album name and %L2 is no of images in the album.
   120 //Label field in all grid view to display no of items plus album name in case of album grid view. whre %1 is album name and %L2 is no of images in the album.
   121 #define GLX_ALBUM_NAME_COUNT_LABEL      "txt_photos_subhead_1_l2"
   121 #define GLX_ALBUM_NAME_COUNT_LABEL      "txt_photos_subhead_1_l2"
   122 
   122 
   123 //to show the total image count in grid view
   123 //to show the total image count in grid view
   124 #define GLX_GRID_VIEW_COUNT_LABEL       "txt_photos_subhead_all_l2" 
   124 #define GLX_GRID_VIEW_COUNT_LABEL       "txt_photos_subhead_all_l1" 
   125 
   125 
   126 //to show the total album count in Album list view
   126 //to show the total album count in Album list view
   127 #define GLX_ALBUM_LIST_COUNT_LABEL      "txt_photos_subhead_albums_l2"
   127 #define GLX_ALBUM_LIST_COUNT_LABEL      "txt_photos_subhead_albums_l2"
   128 
   128 
   129 //mark all label to be shown in marking mode view
   129 //mark all label to be shown in marking mode view
   234 
   234 
   235 #define GLX_BUTTON_SELECT            hbTrId("txt_common_button_select")
   235 #define GLX_BUTTON_SELECT            hbTrId("txt_common_button_select")
   236 
   236 
   237 #define GLX_BUTTON_HIDE              hbTrId("txt_common_button_hide")
   237 #define GLX_BUTTON_HIDE              hbTrId("txt_common_button_hide")
   238 
   238 
   239 #define GLX_BUTTON_NEW               hbTrId("txt_photos_button_new")
   239 #define GLX_BUTTON_NEW               hbTrId("txt_photos_button_new_album")
   240 
   240 
   241 #define GLX_BUTTON_PLAY              hbTrId("txt_common_button_play_video")
   241 #define GLX_BUTTON_PLAY              hbTrId("txt_common_button_play_video")
   242 
   242 
   243 #define GLX_BUTTON_ADD               hbTrId("txt_common_button_add") 
   243 #define GLX_BUTTON_ADD               hbTrId("txt_common_button_add") 
   244 
   244