~ubuntu-branches/ubuntu/oneiric/indicator-datetime/oneiric

« back to all changes in this revision

Viewing changes to src/settings-shared.h

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2011-03-23 16:22:50 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323162250-vm2rg7gtciwldlz3
Tags: 0.2.0-0ubuntu1
* New upstream release.
  ∘ Remove unused liboobs
  ∘ Add translator comments and make strings translatable (LP: #737326)
  ∘ Remove password dialog for calendars not the keyring
  ∘ Use default matching when geonames aren't available (LP: #740870)
  ∘ UI Cleanups and naming fixes (LP: #740806, LP: #740819)
  ∘ Free JSON parser data
  ∘ Avoid duplicates in GeoNames data (LP: #740884)
  ∘ Make location completion more robust
* debian/control: Dropping liboobs

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#define DEFAULT_TIME_FORMAT      DEFAULT_TIME_12_FORMAT
54
54
#define DEFAULT_TIME_FORMAT_WITH_DAY DEFAULT_TIME_12_FORMAT
55
55
 
 
56
/* TRANSLATORS: A format string for the strftime function for
 
57
   a clock showing the day of the week and the time in 12-hour format without
 
58
   seconds. */
56
59
#define DEFAULT_TIME_12_FORMAT_WITH_DAY N_("%a %l:%M %p")
 
60
 
 
61
/* TRANSLATORS: A format string for the strftime function for
 
62
   a clock showing the day of the week and the time in 24-hour format without
 
63
   seconds.  Information is available in this Launchpad answer:
 
64
   https://answers.launchpad.net/ubuntu/+source/indicator-datetime/+question/149752 */
57
65
#define DEFAULT_TIME_24_FORMAT_WITH_DAY N_("%a %H:%M")
58
66
 
59
67
#endif