]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / CasAuthentication / locale / ru / LC_MESSAGES / CasAuthentication.po
1 # Translation of StatusNet - CasAuthentication to Russian (Русский)
2 # Exported from translatewiki.net
3 #
4 # Author: Lockal
5 # --
6 # This file is distributed under the same license as the StatusNet package.
7 #
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: StatusNet - CasAuthentication\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2011-12-03 10:43+0000\n"
13 "PO-Revision-Date: 2011-12-03 10:44:07+0000\n"
14 "Language-Team: Russian <https://translatewiki.net/wiki/Portal:ru>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n"
18 "X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-"
19 "30)\n"
20 "X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
21 "X-Language-Code: ru\n"
22 "X-Message-Group: #out-statusnet-plugin-casauthentication\n"
23 "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= "
24 "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
25
26 #. TRANS: Menu item. CAS is Central Authentication Service.
27 msgid "CAS"
28 msgstr "CAS"
29
30 #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
31 msgid "Login or register with CAS."
32 msgstr "Войти или зарегистрироваться через CAS."
33
34 #. TRANS: Invitation to users with a CAS account to log in using the service.
35 #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL.
36 #. TRANS: These two elements may not be separated.
37 #, php-format
38 msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
39 msgstr ""
40 "(Имеете учётную запись в CAS? Попробуйте [войти через него](%%action.caslogin"
41 "%%)!)"
42
43 #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
44 msgid "Specifying a server is required."
45 msgstr "Необходимо указать сервер."
46
47 #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
48 msgid "Specifying a port is required."
49 msgstr "Необходимо указать порт."
50
51 #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
52 msgid "Specifying a path is required."
53 msgstr "Необходимо указать путь."
54
55 #. TRANS: Plugin description. CAS is Central Authentication Service.
56 msgid ""
57 "The CAS Authentication plugin allows for StatusNet to handle authentication "
58 "through CAS (Central Authentication Service)."
59 msgstr ""
60 "Плагин аутентификации через CAS позволяет StatusNet обрабатывать "
61 "аутентификацию через CAS (централизованную службу аутентификации, англ. "
62 "Central Authentication Service)."
63
64 #. TRANS: Client error displayed when trying to log in while already logged on.
65 msgid "Already logged in."
66 msgstr "Вы уже вошли."
67
68 #. TRANS: Server error displayed when trying to log in with incorrect username or password.
69 msgid "Incorrect username or password."
70 msgstr "Неверное имя пользователя или пароль."
71
72 #. TRANS: Server error displayed when login fails in CAS authentication plugin.
73 msgid "Error setting user. You are probably not authorized."
74 msgstr "Ошибка установки пользователя. Вы, вероятно, не авторизованы."