From 2550cb5150058b06ac8e5e5f7ecfa1f53118e9fe Mon Sep 17 00:00:00 2001 From: Andrii Kostenko Date: Sun, 19 Feb 2012 12:30:16 +0200 Subject: [PATCH] changed "authentication" to "authorization" --- social_auth/locale/ru/LC_MESSAGES/django.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5