gnu-social/plugins/DomainWhitelist/locale/ru/LC_MESSAGES/DomainWhitelist.po

94 lines
3.0 KiB
Plaintext

# Translation file for GNU social - the free software social networking platform
# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org
# This file is under https://www.gnu.org/licenses/agpl v3 or later
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: GNU social\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-02 17:47+0100\n"
"PO-Revision-Date: 2015-02-06 16:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
"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: Form legend.
#: forms/whitelistinvite.php:89
msgid "Invite collegues"
msgstr "Пригласите знакомых"
#. TRANS: Field label for a personal message to send to invitees.
#: forms/whitelistinvite.php:106
msgid "Personal message"
msgstr "Личное сообщение"
#. TRANS: Field title for a personal message to send to invitees.
#: forms/whitelistinvite.php:109
msgid "Optionally add a personal message to the invitation."
msgstr "Можно добавить к приглашению личное сообщение."
#. TRANS: Link description to action to add another item to a list.
#: forms/whitelistinvite.php:158
msgid "Add another item"
msgstr ""
#. TRANS: Send button for inviting friends.
#: forms/whitelistinvite.php:172
msgctxt "BUTTON"
msgid "Send"
msgstr "Отправить"
#. TRANS: Submit button title.
#: forms/whitelistinvite.php:175
msgid "Send invitations."
msgstr "Отправить приглашения."
#. TRANS: Client exception thrown when a given e-mailaddress is not in the
#. domain whitelist.
#. TRANS: %s is a whitelisted e-mail domain.
#: DomainWhitelistPlugin.php:90
#, php-format
msgid "Email address must be in this domain: %s."
msgstr ""
#. TRANS: Client exception thrown when a given e-mailaddress is not in the
#. domain whitelist.
#. TRANS: %s are whitelisted e-mail domains separated by comma's
#. (localisable).
#: DomainWhitelistPlugin.php:95
#, php-format
msgid "Email address must be in one of these domains: %s."
msgstr ""
#. TRANS: Separator for whitelisted domains.
#: DomainWhitelistPlugin.php:97
msgctxt "SEPARATOR"
msgid ", "
msgstr ", "
#. TRANS: Exception thrown when an e-mail address does not match the site's
#. domain whitelist.
#: DomainWhitelistPlugin.php:109
msgid "That email address is not allowed on this site."
msgstr ""
#. TRANS: Title for invitiation deletion dialog.
#: DomainWhitelistPlugin.php:238
msgid "Confirmation Required"
msgstr ""
#. TRANS: Confirmation text for invitation deletion dialog.
#: DomainWhitelistPlugin.php:241
msgid "Really delete this invitation?"
msgstr ""
#. TRANS: Plugin description.
#: DomainWhitelistPlugin.php:278
msgid "Restrict domains for email users."
msgstr ""