equal
deleted
inserted
replaced
21 ** If you have questions regarding the use of this file, please contact |
21 ** If you have questions regarding the use of this file, please contact |
22 ** Nokia at developer.feedback@nokia.com. |
22 ** Nokia at developer.feedback@nokia.com. |
23 ** |
23 ** |
24 ****************************************************************************/ |
24 ****************************************************************************/ |
25 |
25 |
26 #ifndef HB_I18N_DEF_H |
26 #ifndef HBI18NDEF_H |
27 #define HB_I18N_DEF_H |
27 #define HBI18NDEF_H |
28 |
28 |
29 #include <QtGlobal> |
29 #include <QtGlobal> |
30 #include <hbglobal.h> |
30 #include <hbglobal.h> |
31 |
31 |
32 enum DigitType { |
32 enum DigitType { |
83 #define r_qtn_time_durat_min_sec "%:0%*T%:2%S%:3" |
83 #define r_qtn_time_durat_min_sec "%:0%*T%:2%S%:3" |
84 |
84 |
85 // 13:15, 03:05 (minutes with leading zero and seconds) // separators are locale dependent. |
85 // 13:15, 03:05 (minutes with leading zero and seconds) // separators are locale dependent. |
86 #define r_qtn_time_durat_min_sec_with_zero "%:0%T%:2%S%:3" |
86 #define r_qtn_time_durat_min_sec_with_zero "%:0%T%:2%S%:3" |
87 |
87 |
88 #endif // HB_I18N_DEF_H |
88 #endif // HBI18NDEF_H |