summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-de-rAT
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-06-24 14:20:04 -0700
committerEric Fischer <enf@google.com>2009-06-24 14:20:04 -0700
commitfed0bcfae3398ee8b03bb5ac60b0c840b9c3fb6d (patch)
tree37d2332739ab8e0de309bbbb2016daa8fdb134ee /core/res/res/values-de-rAT
parent6f8e592347d463044b7dd8999588840cec6e956e (diff)
downloadframeworks_base-fed0bcfae3398ee8b03bb5ac60b0c840b9c3fb6d.zip
frameworks_base-fed0bcfae3398ee8b03bb5ac60b0c840b9c3fb6d.tar.gz
frameworks_base-fed0bcfae3398ee8b03bb5ac60b0c840b9c3fb6d.tar.bz2
Spell out the month names in the de_AT date format file.
It should be inherited from base de anyway, but all the others are explicit about everything so be consistent.
Diffstat (limited to 'core/res/res/values-de-rAT')
-rw-r--r--core/res/res/values-de-rAT/donottranslate-cldr.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/core/res/res/values-de-rAT/donottranslate-cldr.xml b/core/res/res/values-de-rAT/donottranslate-cldr.xml
index cd7cba8..27624a3 100644
--- a/core/res/res/values-de-rAT/donottranslate-cldr.xml
+++ b/core/res/res/values-de-rAT/donottranslate-cldr.xml
@@ -2,10 +2,43 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="month_long_standalone_january">Jänner</string>
+ <string name="month_long_standalone_february">Februar</string>
+ <string name="month_long_standalone_march">März</string>
+ <string name="month_long_standalone_april">April</string>
+ <string name="month_long_standalone_may">Mai</string>
+ <string name="month_long_standalone_june">Juni</string>
+ <string name="month_long_standalone_july">Juli</string>
+ <string name="month_long_standalone_august">August</string>
+ <string name="month_long_standalone_september">September</string>
+ <string name="month_long_standalone_october">Oktober</string>
+ <string name="month_long_standalone_november">November</string>
+ <string name="month_long_standalone_december">Dezember</string>
<string name="month_long_january">Jänner</string>
+ <string name="month_long_february">Februar</string>
+ <string name="month_long_march">März</string>
+ <string name="month_long_april">April</string>
+ <string name="month_long_may">Mai</string>
+ <string name="month_long_june">Juni</string>
+ <string name="month_long_july">Juli</string>
+ <string name="month_long_august">August</string>
+ <string name="month_long_september">September</string>
+ <string name="month_long_october">Oktober</string>
+ <string name="month_long_november">November</string>
+ <string name="month_long_december">Dezember</string>
<string name="month_medium_january">Jän</string>
+ <string name="month_medium_february">Feb</string>
+ <string name="month_medium_march">Mär</string>
+ <string name="month_medium_april">Apr</string>
+ <string name="month_medium_may">Mai</string>
+ <string name="month_medium_june">Jun</string>
+ <string name="month_medium_july">Jul</string>
+ <string name="month_medium_august">Aug</string>
+ <string name="month_medium_september">Sep</string>
+ <string name="month_medium_october">Okt</string>
+ <string name="month_medium_november">Nov</string>
+ <string name="month_medium_december">Dez</string>
<string name="month_shortest_january">J</string>
<string name="month_shortest_february">F</string>