diff --git a/avatar/locale/ru/LC_MESSAGES/django.mo b/avatar/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000..77b8e21 Binary files /dev/null and b/avatar/locale/ru/LC_MESSAGES/django.mo differ diff --git a/avatar/locale/ru/LC_MESSAGES/django.po b/avatar/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000..a8cfe58 --- /dev/null +++ b/avatar/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-17 00:31+0400\n" +"PO-Revision-Date: 2012-03-17 00:31+0400\n" +"Last-Translator: frost-nzcr4 \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Russian\n" +"X-Poedit-Country: RUSSIAN FEDERATION\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: forms.py:33 +#, python-format +msgid "%(ext)s is an invalid file extension. Authorized extensions are : %(valid_exts_list)s" +msgstr "%(ext)s запрещённое расширение. Разрешённые расширения: %(valid_exts_list)s" + +#: forms.py:37 +#, python-format +msgid "Your file is too big (%(size)s), the maximum allowed size is %(max_valid_size)s" +msgstr "Файл слишком большой (%(size)s), максимальный допустимый размер %(max_valid_size)s" + +#: forms.py:43 +#, python-format +msgid "You already have %(nb_avatars)d avatars, and the maximum allowed is %(nb_max_avatars)d." +msgstr "У вас уже %(nb_avatars)d аватаров, максимально допустимо %(nb_max_avatars)d." + +#: models.py:72 +#, python-format +msgid "Avatar for %s" +msgstr "Аватар для %s" + +#: views.py:90 +msgid "Successfully uploaded a new avatar." +msgstr "Новый аватар загружен." + +#: views.py:128 +msgid "Successfully updated your avatar." +msgstr "Аватар обновлён." + +#: views.py:166 +msgid "Successfully deleted the requested avatars." +msgstr "Выбранные аватары удалены." + +#: templates/avatar/add.html:5 +#: templates/avatar/change.html:5 +msgid "Your current avatar: " +msgstr "Ваш аватар:" + +#: templates/avatar/add.html:8 +#: templates/avatar/change.html:8 +msgid "You haven't uploaded an avatar yet. Please upload one now." +msgstr "Вы ещё не загружали аватар. Пожалуйста, загрузите его." + +#: templates/avatar/add.html:12 +#: templates/avatar/change.html:19 +msgid "Upload New Image" +msgstr "Загрузить новое изображение" + +#: templates/avatar/change.html:14 +msgid "Choose new Default" +msgstr "Выберите используемый по умолчанию" + +#: templates/avatar/confirm_delete.html:5 +msgid "Please select the avatars that you would like to delete." +msgstr "Выберите аватары, которые собираетесь удалить" + +#: templates/avatar/confirm_delete.html:8 +#, python-format +msgid "You have no avatars to delete. Please upload one now." +msgstr "У вас нет аватаров. Загрузите его." + +#: templates/avatar/confirm_delete.html:14 +msgid "Delete These" +msgstr "Удалить эти" + +#: templates/notification/avatar_friend_updated/notice.html:2 +#, python-format +msgid "%(avatar_creator)s has updated their avatar %(avatar)s." +msgstr "%(avatar_creator)s обновил свои аватары %(avatar)s." + +#: templates/notification/avatar_updated/notice.html:2 +#, python-format +msgid "You have updated your avatar %(avatar)s." +msgstr "Вы обновили аватар %(avatar)s." + +#: templatetags/avatar_tags.py:40 +msgid "Default Avatar" +msgstr "Аватар по умолчанию" +