X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FCasAuthentication%2Flocale%2Fru%2FLC_MESSAGES%2FCasAuthentication.po;h=33d2f1d5b711e0f560c4191dacf9abba04720608;hb=4160a3fb730113f3d712bd777884c4b0482f6df1;hp=54bfb04924a0c1e83b27b2c3ec296fcc211de2b7;hpb=89aebb4ef050700623dcf00829097c3875c1929f;p=quix0rs-gnu-social.git diff --git a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po index 54bfb04924..33d2f1d5b7 100644 --- a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po @@ -1,73 +1,80 @@ -# Translation of StatusNet - CasAuthentication to Russian (Русский) -# Exported from translatewiki.net -# -# Author: Lockal -# -- -# This file is distributed under the same license as the StatusNet package. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: StatusNet - CasAuthentication\n" +"Project-Id-Version: GNU social\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-18 15:54+0000\n" -"PO-Revision-Date: 2011-06-18 15:55:25+0000\n" -"Language-Team: Russian \n" +"POT-Creation-Date: 2015-02-02 17:47+0100\n" +"PO-Revision-Date: 2015-02-07 12:22+0000\n" +"Last-Translator: digitaldreamer \n" +"Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n" +"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r90318); Translate extension (2011-06-02)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" -"X-Language-Code: ru\n" -"X-Message-Group: #out-statusnet-plugin-casauthentication\n" -"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " -"2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. TRANS: Client error displayed when trying to log in while already logged +#. on. +#: actions/caslogin.php:29 +msgid "Already logged in." +msgstr "Вы уже вошли." + +#. TRANS: Server error displayed when trying to log in with incorrect username +#. or password. +#: actions/caslogin.php:41 +msgid "Incorrect username or password." +msgstr "Неверное имя пользователя или пароль." + +#. TRANS: Server error displayed when login fails in CAS authentication +#. plugin. +#: actions/caslogin.php:47 +msgid "Error setting user. You are probably not authorized." +msgstr "Ошибка установки пользователя. Вы, вероятно, не авторизованы." #. TRANS: Menu item. CAS is Central Authentication Service. +#: CasAuthenticationPlugin.php:83 msgid "CAS" msgstr "CAS" #. TRANS: Tooltip for menu item. CAS is Central Authentication Service. +#: CasAuthenticationPlugin.php:85 msgid "Login or register with CAS." msgstr "Войти или зарегистрироваться через CAS." #. TRANS: Invitation to users with a CAS account to log in using the service. -#. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL. +#. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the +#. URL. #. TRANS: These two elements may not be separated. +#: CasAuthenticationPlugin.php:101 #, php-format msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)" -msgstr "" -"(Имеете учётную запись в CAS? Попробуйте [войти через него](%%action.caslogin" -"%%)!)" +msgstr "(Имеете учётную запись в CAS? Попробуйте [войти через него](%%action.caslogin%%)!)" -#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. +#. TRANS: Exception thrown when the CAS Authentication plugin has been +#. configured incorrectly. +#: CasAuthenticationPlugin.php:129 msgid "Specifying a server is required." msgstr "Необходимо указать сервер." -#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. +#. TRANS: Exception thrown when the CAS Authentication plugin has been +#. configured incorrectly. +#: CasAuthenticationPlugin.php:133 msgid "Specifying a port is required." msgstr "Необходимо указать порт." -#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. +#. TRANS: Exception thrown when the CAS Authentication plugin has been +#. configured incorrectly. +#: CasAuthenticationPlugin.php:137 msgid "Specifying a path is required." msgstr "Необходимо указать путь." #. TRANS: Plugin description. CAS is Central Authentication Service. +#: CasAuthenticationPlugin.php:157 msgid "" "The CAS Authentication plugin allows for StatusNet to handle authentication " "through CAS (Central Authentication Service)." -msgstr "" -"Плагин аутентификации через CAS позволяет StatusNet обрабатывать " -"аутентификацию через CAS (централизованную службу аутентификации, англ. " -"Central Authentication Service)." - -#. TRANS: Client error displayed when trying to log in while already logged on. -msgid "Already logged in." -msgstr "Вы уже вошли." - -#. TRANS: Server error displayed when trying to log in with incorrect username or password. -msgid "Incorrect username or password." -msgstr "Неверное имя пользователя или пароль." - -#. TRANS: Server error displayed when login fails in CAS authentication plugin. -msgid "Error setting user. You are probably not authorized." -msgstr "Ошибка установки пользователя. Вы, вероятно, не авторизованы." +msgstr "Плагин аутентификации через CAS позволяет StatusNet обрабатывать аутентификацию через CAS (централизованную службу аутентификации, англ. Central Authentication Service)."