am da738d63: Merge "Add day of week." into ics-mr1

* commit 'da738d638cc2fee29d5936f21c6eadbcf173a718':
  Add day of week.
This commit is contained in:
Daniel Sandler
2011-11-09 14:36:52 +00:00
committed by Android Git Automerger

View File

@@ -18,8 +18,9 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- For formatting day of week and date in DateView. %1$s is DOW, %2$s is date.
In Roman locales we now show only the date, but DOW is available for other locales if
necessary. -->
<string name="status_bar_date_formatter">%2$s</string>
We show both (DOW on one line, then the date) but this can be overridden for locales as
necessary.
-->
<string name="status_bar_date_formatter">%1$s\n%2$s</string>
</resources>