inc/glxlocalisationstrings.h
changeset 43 72396548277c
parent 42 5e1df1b52eb3
child 44 aa2fa096cbfb
--- a/inc/glxlocalisationstrings.h	Mon May 17 13:35:26 2010 +0530
+++ b/inc/glxlocalisationstrings.h	Fri May 28 21:11:54 2010 +0530
@@ -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_ */