diff options
| author | Android (Google) Code Review <android-gerrit@google.com> | 2009-08-04 11:36:10 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-08-04 11:36:10 -0700 |
| commit | 6dabc95687eab2ee2b3fb8831ecf395da7e9149d (patch) | |
| tree | 0f34799349fe706bb62cd81f4476cb39bc86f91e | |
| parent | 66334ed06542c9ddd13230c89d277f4f79828e16 (diff) | |
| parent | b0508476e3f936f145574142f4e7cb2f45dcbd47 (diff) | |
| download | frameworks_base-6dabc95687eab2ee2b3fb8831ecf395da7e9149d.zip frameworks_base-6dabc95687eab2ee2b3fb8831ecf395da7e9149d.tar.gz frameworks_base-6dabc95687eab2ee2b3fb8831ecf395da7e9149d.tar.bz2 | |
am b0508476: Merge change 9676 into donut
Merge commit 'b0508476e3f936f145574142f4e7cb2f45dcbd47'
* commit 'b0508476e3f936f145574142f4e7cb2f45dcbd47':
Merge abbreviated Russian month name fix over from cupcake.
| -rw-r--r-- | core/res/res/values-ru/donottranslate-cldr.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/core/res/res/values-ru/donottranslate-cldr.xml b/core/res/res/values-ru/donottranslate-cldr.xml index 7745944..4870124 100644 --- a/core/res/res/values-ru/donottranslate-cldr.xml +++ b/core/res/res/values-ru/donottranslate-cldr.xml @@ -27,18 +27,18 @@ <string name="month_long_november">ноября</string> <string name="month_long_december">декабря</string> - <string name="month_medium_january">янв.</string> - <string name="month_medium_february">февр.</string> - <string name="month_medium_march">марта</string> - <string name="month_medium_april">апр.</string> - <string name="month_medium_may">мая</string> - <string name="month_medium_june">июня</string> - <string name="month_medium_july">июля</string> - <string name="month_medium_august">авг.</string> - <string name="month_medium_september">сент.</string> - <string name="month_medium_october">окт.</string> - <string name="month_medium_november">нояб.</string> - <string name="month_medium_december">дек.</string> + <string name="month_medium_january">янв</string> + <string name="month_medium_february">фев</string> + <string name="month_medium_march">мар</string> + <string name="month_medium_april">апр</string> + <string name="month_medium_may">май</string> + <string name="month_medium_june">июн</string> + <string name="month_medium_july">июл</string> + <string name="month_medium_august">авг</string> + <string name="month_medium_september">сен</string> + <string name="month_medium_october">окт</string> + <string name="month_medium_november">ноя</string> + <string name="month_medium_december">дек</string> <string name="month_shortest_january">Я</string> <string name="month_shortest_february">Ф</string> |
