diff -r 1ee2af37811f -r 6481344a6d67 inc/glxlocalisationstrings.h --- a/inc/glxlocalisationstrings.h Thu May 27 12:51:42 2010 +0300 +++ b/inc/glxlocalisationstrings.h Fri Jun 11 13:38:23 2010 +0300 @@ -18,6 +18,7 @@ #ifndef GLXLOCALISATIONSTRINGS_H_ #define GLXLOCALISATIONSTRINGS_H_ +#include "hbglobal.h" //OPTIONS MENU //Options list item @@ -108,4 +109,12 @@ #define GLX_BUTTON_HIDE hbTrId("txt_common_button_hide") +#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_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") + #endif /* GLXLOCALISATIONSTRINGS_H_ */