From 847357e2b3d41d10b8971c9714326def74dcbc61 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 20 Mar 2011 22:08:35 -0500 Subject: Translator comment from answers --- src/settings-shared.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings-shared.h') diff --git a/src/settings-shared.h b/src/settings-shared.h index ef1183c..0fee4b7 100644 --- a/src/settings-shared.h +++ b/src/settings-shared.h @@ -54,6 +54,8 @@ enum { #define DEFAULT_TIME_FORMAT_WITH_DAY DEFAULT_TIME_12_FORMAT #define DEFAULT_TIME_12_FORMAT_WITH_DAY N_("%a %l:%M %p") +/* TRANSLATORS: 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 -- cgit v1.2.3 From e3b43db557ce398bea7c6e62ca820c2af947c6bd Mon Sep 17 00:00:00 2001 From: David Planella Date: Mon, 21 Mar 2011 19:17:44 +0100 Subject: Added translator comments to strftime strings --- src/settings-shared.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/settings-shared.h') diff --git a/src/settings-shared.h b/src/settings-shared.h index 0fee4b7..cdbb063 100644 --- a/src/settings-shared.h +++ b/src/settings-shared.h @@ -53,9 +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: Information is available in this Launchpad - answer: https://answers.launchpad.net/ubuntu/+source/indicator-datetime/+question/149752 */ + +/* 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 -- cgit v1.2.3