aboutsummaryrefslogtreecommitdiff
path: root/src/settings-shared.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-03-23 18:11:15 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-03-23 18:11:15 -0400
commite5ab7b2fe688d3270cfafb43bc31f2edba5e2835 (patch)
treec55032bddea3443c59269c90e5bcf453e5038c28 /src/settings-shared.h
parent28103d195c1356c21e61b09c546e2ee583b03112 (diff)
parentd4f784368426403772cbc203286d54ecd1588b19 (diff)
downloadayatana-indicator-datetime-e5ab7b2fe688d3270cfafb43bc31f2edba5e2835.tar.gz
ayatana-indicator-datetime-e5ab7b2fe688d3270cfafb43bc31f2edba5e2835.tar.bz2
ayatana-indicator-datetime-e5ab7b2fe688d3270cfafb43bc31f2edba5e2835.zip
releasing version 0.2.0-0ubuntu10.2.0-0ubuntu1
Diffstat (limited to 'src/settings-shared.h')
-rw-r--r--src/settings-shared.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/settings-shared.h b/src/settings-shared.h
index ef1183c..cdbb063 100644
--- a/src/settings-shared.h
+++ b/src/settings-shared.h
@@ -53,7 +53,15 @@ enum {
#define DEFAULT_TIME_FORMAT DEFAULT_TIME_12_FORMAT
#define DEFAULT_TIME_FORMAT_WITH_DAY DEFAULT_TIME_12_FORMAT
+/* TRANSLATORS: A format string for the strftime function for
+ a clock showing the day of the week and the time in 12-hour format without
+ seconds. */
#define DEFAULT_TIME_12_FORMAT_WITH_DAY N_("%a %l:%M %p")
+
+/* TRANSLATORS: A format string for the strftime function for
+ a clock showing the day of the week and the time in 24-hour format without
+ seconds. Information is available in this Launchpad answer:
+ https://answers.launchpad.net/ubuntu/+source/indicator-datetime/+question/149752 */
#define DEFAULT_TIME_24_FORMAT_WITH_DAY N_("%a %H:%M")
#endif