summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/donottranslate-cldr.xml
blob: a8e2b2bc32467fe9e6a6ce0a7475d252a30552f2 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="month_day_year">%B %-e, %Y</string>
    <string name="time_of_day">%-l:%M:%S %p</string>
    <string name="date_and_time">%b %-e, %Y, %-l:%M:%S %p</string>
    <string name="date_time">%1$s, %2$s</string>
</resources>