diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-08 15:38:05 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-08 15:38:05 -0400 |
commit | 21b63ad1dbe357350a9a9cb551095899963a4861 (patch) | |
tree | c6fa0a24281d282b1be6b517f99301a2d135d11f /src | |
parent | baebbeb746591a584f4cf3a98c387d2a127a07b2 (diff) | |
download | ayatana-indicator-notifications-21b63ad1dbe357350a9a9cb551095899963a4861.tar.gz ayatana-indicator-notifications-21b63ad1dbe357350a9a9cb551095899963a4861.tar.bz2 ayatana-indicator-notifications-21b63ad1dbe357350a9a9cb551095899963a4861.zip |
Stripped settings
Diffstat (limited to 'src')
-rw-r--r-- | src/settings-shared.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/src/settings-shared.h b/src/settings-shared.h index a48821d..dff9a5e 100644 --- a/src/settings-shared.h +++ b/src/settings-shared.h @@ -23,46 +23,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define __EXAMPLE_SETTINGS_SHARED_H__ #define SETTINGS_INTERFACE "com.example.indicator.example" -#define SETTINGS_SHOW_CLOCK_S "show-clock" -#define SETTINGS_TIME_FORMAT_S "time-format" -#define SETTINGS_SHOW_SECONDS_S "show-seconds" -#define SETTINGS_SHOW_DAY_S "show-day" -#define SETTINGS_SHOW_DATE_S "show-date" -#define SETTINGS_CUSTOM_TIME_FORMAT_S "custom-time-format" -#define SETTINGS_SHOW_CALENDAR_S "show-calendar" -#define SETTINGS_SHOW_WEEK_NUMBERS_S "show-week-numbers" -#define SETTINGS_SHOW_EVENTS_S "show-events" -#define SETTINGS_SHOW_LOCATIONS_S "show-locations" -#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 |