From: Andrii Kostenko Date: Sun, 19 Feb 2012 10:30:16 +0000 (+0200) Subject: changed "authentication" to "authorization" X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2550cb5150058b06ac8e5e5f7ecfa1f53118e9fe;p=django-social-auth.git changed "authentication" to "authorization" --- diff --git a/social_auth/locale/ru/LC_MESSAGES/django.po b/social_auth/locale/ru/LC_MESSAGES/django.po index a810bb3..c47932f 100644 --- a/social_auth/locale/ru/LC_MESSAGES/django.po +++ b/social_auth/locale/ru/LC_MESSAGES/django.po @@ -21,16 +21,16 @@ msgstr "" #: views.py:71 msgid "Unknown authentication error. Try again later." -msgstr "Непредвиденная ошибка аутентификации. Попробуйте позже." +msgstr "Непредвиденная ошибка авторизации. Попробуйте позже." #: backends/__init__.py:635 backends/__init__.py:656 msgid "Authentication process was cancelled" -msgstr "Процесс аутентификации был прерван" +msgstr "Процесс авторизации был прерван" #: backends/__init__.py:637 backends/__init__.py:658 #, python-format msgid "Authentication failed: %s" -msgstr "Ошибка аутентификации: %s" +msgstr "Ошибка автиризации: %s" #: backends/pipeline/social.py:25 #, python-format