OSDN Git Service

Make the "This alarm is set for N hours from now" message more localizable.
authorEric Fischer <enf@google.com>
Tue, 21 Jul 2009 23:28:30 +0000 (16:28 -0700)
committerEric Fischer <enf@google.com>
Tue, 21 Jul 2009 23:28:30 +0000 (16:28 -0700)
commit1bc128fd4266656ebc7e8abc6bf22652f6a6134a
treee2d0bb4c8326b5dccba70c89a186f19356128a30
parent439d5bd5995ad6d9c0e750678a7c2176e2e1d67b
Make the "This alarm is set for N hours from now" message more localizable.

It was concatenating the days/minutes/seconds segments together with an
"and" string, which works OK in English but not so well in other languages.

Bug 1973471
22 files changed:
res/values-cs/strings.xml
res/values-da/strings.xml
res/values-de/strings.xml
res/values-el/strings.xml
res/values-es-rUS/strings.xml
res/values-es/strings.xml
res/values-fr/strings.xml
res/values-it/strings.xml
res/values-ja/strings.xml
res/values-ko/strings.xml
res/values-nb/strings.xml
res/values-nl/strings.xml
res/values-pl/strings.xml
res/values-pt-rPT/strings.xml
res/values-pt/strings.xml
res/values-ru/strings.xml
res/values-sv/strings.xml
res/values-tr/strings.xml
res/values-zh-rCN/strings.xml
res/values-zh-rTW/strings.xml
res/values/strings.xml
src/com/android/alarmclock/SetAlarm.java