summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-ja/donottranslate-cldr.xml
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-11-11 17:46:56 -0800
committerEric Fischer <enf@google.com>2009-11-11 17:50:31 -0800
commit66cf237a5738ceddddf64b73d88bd7bdfb7a07ee (patch)
tree70320b0273b09ce7220210f378fdcce351024641 /core/res/res/values-ja/donottranslate-cldr.xml
parentd7439f4bdb31d005011b69112e82a9fed9be4470 (diff)
downloadframeworks_base-66cf237a5738ceddddf64b73d88bd7bdfb7a07ee.zip
frameworks_base-66cf237a5738ceddddf64b73d88bd7bdfb7a07ee.tar.gz
frameworks_base-66cf237a5738ceddddf64b73d88bd7bdfb7a07ee.tar.bz2
Add new date formats for the lock screen.
One is the fully-spelled out weekday/day/month with no year. The other is abbreviated weekday/month/day/year. Bug 2247356 Approver: jerryw
Diffstat (limited to 'core/res/res/values-ja/donottranslate-cldr.xml')
-rw-r--r--core/res/res/values-ja/donottranslate-cldr.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values-ja/donottranslate-cldr.xml b/core/res/res/values-ja/donottranslate-cldr.xml
index dab8e2a..d4884bf 100644
--- a/core/res/res/values-ja/donottranslate-cldr.xml
+++ b/core/res/res/values-ja/donottranslate-cldr.xml
@@ -144,4 +144,6 @@
<string name="same_month_mdy1_mdy2">%9$s年%2$s%3$s日~%8$s日</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%9$s年%2$s%3$s日 (%1$s)~%7$s%8$s日 (%6$s)</string>
<string name="short_format_month">%b</string>
+ <string name="full_wday_month_day_no_year">M月d日 (E)</string>
+ <string name="abbrev_wday_month_day_year">y年M月d日 (E)</string>
</resources>