diff -r a3a4c0de738e -r 0f0f3f26f787 inc/glxlocalisationstrings.h --- a/inc/glxlocalisationstrings.h Fri Jul 23 20:41:04 2010 +0530 +++ b/inc/glxlocalisationstrings.h Fri Aug 06 20:44:25 2010 +0530 @@ -20,7 +20,10 @@ #include "hbglobal.h" -//OPTIONS MENU +//-------------------------------------------------------------------------------------------------------// +//-----------------------------START OF OPTIONS LOCALISATION STRING---------------------------------- +//-------------------------------------------------------------------------------------------------------// + //Options list item #define GLX_OPTION_SHARE hbTrId("txt_photos_opt_share") @@ -56,7 +59,21 @@ // #define GLX_OPTION_NEW_ALBUM hbTrId("txt_photos_opt_new_album") -//CONTEXT MENU +//3D effect option to allow user to enable and disable 3D Grid Effect. +//Submenu option for 3D effect option +//Off sub menu option for 3D effect option +#define GLX_GRID_OPT_ON hbTrId("txt_photos_opt_view_sub_on") + +#define GLX_GRID_OPT_OFF hbTrId("txt_photos_opt_sub_off") + +#define GLX_GRID_OPT_EFFECT hbTrId("txt_photos_opt_3d_effect") + + +//-----------------------------END OF OPTIONS LOCALISATION STRING---------------------------------------- + +//-------------------------------------------------------------------------------------------------------// +//-----------------------------START OF MENU LOCALISATION STRING---------------------------------------- +//-------------------------------------------------------------------------------------------------------// //context menu item share , invoke share UI #define GLX_MENU_SHARE hbTrId("txt_photos_menu_share") @@ -75,28 +92,122 @@ // #define GLX_MENU_RENAME hbTrId("txt_common_menu_rename_item") -#define GLX_DIALOG_NAME_PROMPT hbTrId("txt_photos_title_enter_name") +#define GLX_MENU_OPEN hbTrId("txt_common_menu_open") + +//Full Screen Menu +#define GLX_MENU_USE_IMAGE hbTrId("txt_photos_opt_use_image") +#define GLX_MENU_SET_WALLPAPER hbTrId("txt_photos_opt_sub_wallpaper") +#define GLX_MENU_ROTATE hbTrId("txt_photos_opt_rotate") +#define GLX_MENU_90_CW hbTrId("txt_photos_opt_sub_90cw") +#define GLX_MENU_90_CCW hbTrId("txt_photos_opt_rotate_sub_90ccw") +#define GLX_MENU_CROP hbTrId("txt_photos_opt_crop") + +//-----------------------------END OF MENU LOCALISATION STRING------------------------------------------- + + +//-------------------------------------------------------------------------------------------------------// +//-----------------------------VIEW SPECIFIC LOCALISATION STRING----------------------------------------- +//-------------------------------------------------------------------------------------------------------// + +//*******************************GRID VIEW*********************************************** + +//sub heading lable for mark mode. +#define GLX_SELECT_IMAGES hbTrId("txt_photos_subhead_select_images") + +//for single item selection +#define GLX_SELECT_IMAGE hbTrId("txt_photos_subhead_select_image") + +//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. +#define GLX_ALBUM_NAME_COUNT_LABEL "txt_photos_subhead_1_l2" -#define GLX_DIALOG_ALBUM_NAME_DEFAULT hbTrId("txt_photos_dialog_enter_name_entry_album") -#define GLX_DIALOG_DELETE_ONE_ITEM hbTrId("txt_photos_info_deleting_1") -//TITLE RELATED and DEFAULT STRINGS +//to show the total image count in grid view +#define GLX_GRID_VIEW_COUNT_LABEL "txt_photos_subtitle_ln_images" + +//mark all label to be shown in marking mode view +#define GLX_LABEL_MARK_ALL hbTrId("txt_photos_list_mark_all") + + +//mark all label to be shown in marking mode view +#define GLX_LABEL_MARK_COUNT hbTrId("txt_photos_list_lnln") + +//*******************************DETAILS VIEW********************************************** + +//Description field +#define GLX_DETAILS_DESCRIPTION hbTrId("txt_photos_formlabel_description") +//Details view "Date" Label to show the captured date of the image, where %1 is the date +#define GLX_DETAILS_DATE "txt_photos_list_date_1" + +//Details view "time" Label to show the captured time of the image , where %1 is the time +#define GLX_DETAILS_TIME "txt_photos_list_time_1" + +//%ln is the size specfied in KiloBytes unit +//%ln is the size specfied in MegaBytes unit +//%ln is the size specfied in GigaBytes unit +#define GLX_DETAILS_SIZE_KB "txt_photos_list_ln_kb" +#define GLX_DETAILS_SIZE_MB "txt_photos_list_ln_mb" +#define GLX_DETAILS_SIZE_GB "txt_photos_list_ln_gb" +#define GLX_DETAILS_SIZE_BYTES "txt_photos_list_sizeln_bytes" + -#define GLX_CAPTION hbTrId("txt_short_caption_photos") -#define GLX_TITLE hbTrId("txt_photos_title_photos") -#define GLX_PLACES "txt_photos_dblist_places_ln" -#define GLX_ITEMS_CAMERA "txt_photos_dblist_val_ln_items" -#define GLX_ITEMS_MYFAV "txt_photos_subtitle_ln_items" -#define GLX_SUBTITLE_CAM_GRIDVIEW hbTrId("txt_photos_subtitle_my_camera") -#define GLX_SUBTITLE_MYFAV_GRIDVIEW hbTrId("txt_photos_subtitle_my_favorites") -#define GLX_SUBTITLE_NOITEMS hbTrId("txt_photos_subtitle_no_image_or_videos_to_display") -#define GLX_FETCHER_TITLE QString("Select Image") -#define GLX_GRID_NO_IMAGE QString("(No Images)\n") -#define GLX_GRID_OPEN_CAMERA QString("To capture images Open") -#define GLX_ALBUM_SELECTION_TITLE QString("Select Album") -//VIEW RELATED STRINGS AND COMMON DIALOGS +//*******************************SLIDESHOW VIEW/SETTINGS VIEW******************************* + +#define GLX_LABEL_TRANSITION_EFFECT hbTrId("txt_photos_setlabel_transistion_effect") +#define GLX_VAL_SMOOTH_FADE hbTrId("txt_photos_setlabel_transistion_effect_val_smooth") +#define GLX_EFFECTS_FLIP hbTrId("txt_photos_setlabel_transistion_effect_val_flip_in") +#define GLX_EFFECTS_ZOOMIN_ZOOMOUT hbTrId("txt_photos_setlabel_transistion_effect_val_zoom_in") +#define GLX_EFFECTS_ZOOM_AND_PAN hbTrId("txt_photos_setlabel_transistion_effect_val_zoom_an") + +#define GLX_LABEL_TRANSITION_DELAY hbTrId("txt_photos_setlabel_transistion_delay") +#define GLX_VAL_SLOW hbTrId("txt_photos_setlabel_transistion_delay_val_slow") +#define GLX_VAL_MEDIUM hbTrId("txt_photos_setlabel_transistion_delay_val_medium") +#define GLX_VAL_FAST hbTrId("txt_photos_setlabel_transistion_delay_val_fast") + +#define GLX_UNABLE_PLAY_SLIDESHOW hbTrId("txt_photos_info_unable_to_play_slideshow") +#define GLX_NOIMAGE_PLAY_SLIDESHOW hbTrId( "txt_photos_info_no_images_to_play_slideshow" ) + +//-----------------------------END OF VIEW SPECIFIC LOCALISATION STRING---------------------------------- + + +//-------------------------------------------------------------------------------------------------------// +//-----------------------------DIALOG/INFO LOCALISATION STRING----------------------------------------- +//-------------------------------------------------------------------------------------------------------// + +//Wait note. Displayed when something is being deleted. +//Delete multiple images confirmation dialog +//Deleting... +//Delete selected items? +#define GLX_DELETE_PROGRESS hbTrId("txt_common_info_deleting") -//comments lable for photos flip view -#define GLX_DETAILS_DESCRIPTION hbTrId("txt_photos_formlabel_description") +#define GLX_MULTIPLE_DELETE hbTrId("txt_photos_info_delete_selected_items") + +// progressing not to be shown while removing selected images from an album +#define GLX_REMOVE_IMAGES hbTrId("txt_photos_info_removing_images") + +#define GLX_DIALOG_NAME_PROMPT hbTrId("txt_photos_title_enter_name") + +#define GLX_DIALOG_ALBUM_NAME_DEFAULT hbTrId("txt_photos_dialog_enter_name_entry_album") + +#define GLX_DIALOG_DELETE_ONE_ITEM hbTrId("txt_photos_info_deleting_1") + +//Name already in use alert when user tries to name/reanme the album with an already existing album name +#define GLX_NAME_ALREADY_EXIST hbTrId("txt_photos_dpopinfo_name_1_already_in_use") + +#define GLX_PROCESSING hbTrId( "txt_common_info_processing" ) + +#define GLX_ADDING_IMAGES hbTrId( "txt_photos_info_adding_images" ) + +#define GLX_IMAGES_ADDED "txt_photos_dpopinfo_images_added_to_1" + +#define GLX_REFRESHING hbTrId("txt_photos_info_refreshing_your_media") + +//favorite album name for select album popup +#define GLX_ALBUM_FAV hbTrId("txt_photos_list_favorite") + +//-----------------------------END OF DIALOG/INFO LOCALISATION STRING---------------------------------- + +//-------------------------------------------------------------------------------------------------------// +//-----------------------------BUTTON LOCALISATION STRING----------------------------------------- +//-------------------------------------------------------------------------------------------------------// //Button. Note! Use this text ID only if there are max. two buttons in the dialog. //When this button is pressed, the focused item or operation will be selected or accepted. @@ -108,28 +219,23 @@ #define GLX_BUTTON_SELECT hbTrId("txt_common_button_select") -#define GLX_MENU_OPEN hbTrId("txt_common_menu_open") - #define GLX_BUTTON_HIDE hbTrId("txt_common_button_hide") -#define GLX_BUTTON_NEW QString("New") +#define GLX_BUTTON_NEW hbTrId("txt_photos_button_new") -#define GLX_LABEL_TRANSITION_EFFECT hbTrId("txt_photos_setlabel_transistion_effect") -#define GLX_VAL_SMOOTH_FADE hbTrId("txt_photos_setlabel_transistion_effect_val_smooth") +//-----------------------------END OF BUTTON LOCALISATION STRING---------------------------------- + +//TITLE RELATED and DEFAULT STRINGS -#define GLX_LABEL_TRANSITION_DELAY hbTrId("txt_photos_setlabel_transistion_delay") -#define GLX_VAL_SLOW hbTrId("txt_photos_setlabel_transistion_delay_val_slow") -#define GLX_VAL_MEDIUM hbTrId("txt_photos_setlabel_transistion_delay_val_medium") -#define GLX_VAL_FAST hbTrId("txt_photos_setlabel_transistion_delay_val_fast") -#define GLX_NOIMAGE_PLAY_SLIDESHOW hbTrId( "txt_photos_info_no_images_to_play_slideshow" ) -#define GLX_REFRESHING QString("Refreshing") - -//Full Screen Menu -#define GLX_MENU_USE_IMAGE QString("Use Image") -#define GLX_MENU_SET_WALLPAPER QString("Wallpaper") -#define GLX_MENU_ROTATE QString("Rotate") -#define GLX_MENU_90_CW QString("90 CW") -#define GLX_MENU_90_CCW QString("90 CCW") -#define GLX_MENU_CROP QString("Crop") +#define GLX_CAPTION hbTrId("txt_short_caption_photos") +#define GLX_TITLE hbTrId("txt_photos_title_photos") +#define GLX_PLACES "txt_photos_dblist_places_ln" +#define GLX_ITEMS_CAMERA "txt_photos_dblist_val_ln_items" +#define GLX_ITEMS_MYFAV "txt_photos_subtitle_ln_items" +#define GLX_SUBTITLE_CAM_GRIDVIEW hbTrId("txt_photos_subtitle_my_camera") +#define GLX_SUBTITLE_MYFAV_GRIDVIEW hbTrId("txt_photos_subtitle_my_favorites") +#define GLX_GRID_NO_IMAGE hbTrId("txt_photos_info_no_content") +#define GLX_ALBUM_SELECTION_TITLE hbTrId("txt_photos_dialog_select_album") +#define GLX_IMAGE_VIEWER hbTrId("txt_photos_title_image_viewer") #endif /* GLXLOCALISATIONSTRINGS_H_ */