diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2006-01-08 01:06:49 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2006-01-08 01:06:49 +0000 |
| commit | 491a152c11e61f5fbb693c44944d83f7fdae3e45 (patch) | |
| tree | dd89c9e88b320ec35031a5bdbb0e7fcd264e9518 | |
| parent | 8d307fb8f7ce38c565ffb8061217ff6f3fd69b21 (diff) | |
fixes #1184 - fixed 'ru' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/ru/LC_MESSAGES/django.mo | bin | 21077 -> 21078 bytes | |||
| -rw-r--r-- | django/conf/locale/ru/LC_MESSAGES/django.po | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/ru/LC_MESSAGES/django.mo b/django/conf/locale/ru/LC_MESSAGES/django.mo Binary files differindex a6d883785a..32f732d601 100644 --- a/django/conf/locale/ru/LC_MESSAGES/django.mo +++ b/django/conf/locale/ru/LC_MESSAGES/django.mo diff --git a/django/conf/locale/ru/LC_MESSAGES/django.po b/django/conf/locale/ru/LC_MESSAGES/django.po index bef2607074..2443f3e095 100644 --- a/django/conf/locale/ru/LC_MESSAGES/django.po +++ b/django/conf/locale/ru/LC_MESSAGES/django.po @@ -408,7 +408,7 @@ msgstr "Вы снова можете редактировать их внизу" #: contrib/admin/views/main.py:423 contrib/admin/views/main.py:501 #, python-format msgid "You may add another %s below." -msgstr "Вы можете добавить % внизу." +msgstr "Вы можете добавить %s внизу." #: contrib/admin/views/main.py:441 #, python-format |
