From 18012d5e396e87d1c0c5534c35c5d0de82c2f7aa Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 26 Jul 2013 13:26:03 -0500 Subject: add 'terse' time formats for phone menu to match the spec. --- src/settings-shared.h | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'src/settings-shared.h') diff --git a/src/settings-shared.h b/src/settings-shared.h index 8c14f1e..27ce34c 100644 --- a/src/settings-shared.h +++ b/src/settings-shared.h @@ -37,33 +37,4 @@ with this program. If not, see . #define SETTINGS_LOCATIONS_S "locations" #define SETTINGS_TIMEZONE_NAME_S "timezone-name" -enum { - SETTINGS_TIME_LOCALE = 0, - SETTINGS_TIME_12_HOUR = 1, - SETTINGS_TIME_24_HOUR = 2, - SETTINGS_TIME_CUSTOM = 3 -}; - -/* TRANSLATORS: A format string for the strftime function for - a clock showing 12-hour time without seconds. */ -#define DEFAULT_TIME_12_FORMAT N_("%l:%M %p") - -/* TRANSLATORS: A format string for the strftime function for - a clock showing 24-hour time without seconds. */ -#define DEFAULT_TIME_24_FORMAT N_("%H:%M") - -#define DEFAULT_TIME_FORMAT DEFAULT_TIME_12_FORMAT -#define DEFAULT_TIME_FORMAT_WITH_DAY DEFAULT_TIME_12_FORMAT_WITH_DAY - -/* 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 -- cgit v1.2.3