# Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # # Victor Ryzhykh , 2014. # Alexander Lakhin , 2014. # Alexander Potashev , 2014, 2016, 2018. # Alexander Yavorsky , 2021. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-31 00:18+0000\n" "PO-Revision-Date: 2021-06-07 21:47+0300\n" "Last-Translator: Alexander Yavorsky \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 21.04.1\n" #. i18n: ectx: property (title), widget (QGroupBox, grp_authenfication) #: pptpadvanced.ui:17 #, kde-format msgid "Authentication" msgstr "Аутентификация" #. i18n: ectx: property (text), widget (QLabel, lbl_auth) #: pptpadvanced.ui:26 #, kde-format msgid "Allow following authentication methods:" msgstr "Разрешать следующие методы аутентификации:" #. i18n: ectx: property (toolTip), widget (QListWidget, listWidget) #: pptpadvanced.ui:36 #, kde-format msgid "Allow/disable authentication methods." msgstr "Разрешение или запрет методов аутентификации." #. i18n: ectx: property (text), item, widget (QListWidget, listWidget) #: pptpadvanced.ui:40 #, kde-format msgid "PAP" msgstr "PAP" #. i18n: ectx: property (text), item, widget (QListWidget, listWidget) #: pptpadvanced.ui:48 #, kde-format msgid "CHAP" msgstr "CHAP" #. i18n: ectx: property (text), item, widget (QListWidget, listWidget) #: pptpadvanced.ui:56 #, kde-format msgid "MSCHAP" msgstr "MSCHAP" #. i18n: ectx: property (text), item, widget (QListWidget, listWidget) #: pptpadvanced.ui:64 #, kde-format msgid "MSCHAPv2" msgstr "MSCHAPv2" #. i18n: ectx: property (text), item, widget (QListWidget, listWidget) #: pptpadvanced.ui:72 #, kde-format msgid "EAP" msgstr "EAP" #. i18n: ectx: property (toolTip), widget (QGroupBox, gb_MPPE) #: pptpadvanced.ui:88 #, kde-format msgid "" "Note: MPPE encryption is only available with MSCHAP authentication methods. " "To\n" "enable this checkbox, select one or more of the MSCHAP authentication\n" "methods: MSCHAP or MSCHAPv2." msgstr "" "Шифрование MPPE доступно только с методами аутентификации\n" "MSCHAP. Чтобы было возможно включить данный параметр,\n" "выберите хотя бы один из методов аутентификации MSCHAP:\n" "MSCHAP и/или MSCHAPv2." #. i18n: ectx: property (title), widget (QGroupBox, gb_MPPE) #: pptpadvanced.ui:91 #, kde-format msgid "Use MPPE Encryption" msgstr "Использовать шифрование MPPE" #. i18n: ectx: property (text), widget (QLabel, lbl_MMPEcrypto) #: pptpadvanced.ui:112 #, kde-format msgid "Crypto:" msgstr "Шифрование:" # BUGME: please clarify "or all" --aspotashev #. i18n: ectx: property (toolTip), widget (QComboBox, cb_MPPECrypto) #: pptpadvanced.ui:128 #, kde-format msgid "Require the use of MPPE, with 40/128-bit encryption or all." msgstr "Вид используемого шифрования." #. i18n: ectx: property (text), item, widget (QComboBox, cb_MPPECrypto) #: pptpadvanced.ui:132 #, kde-format msgctxt "like in use Any configuration" msgid "Any" msgstr "Любое" #. i18n: ectx: property (text), item, widget (QComboBox, cb_MPPECrypto) #: pptpadvanced.ui:137 #, kde-format msgid "128 bit" msgstr "128-битное" #. i18n: ectx: property (text), item, widget (QComboBox, cb_MPPECrypto) #: pptpadvanced.ui:142 #, kde-format msgid "40 bit" msgstr "40-битное" #. i18n: ectx: property (toolTip), widget (QCheckBox, cb_statefulEncryption) #: pptpadvanced.ui:150 #, kde-format msgid "" "Allow MPPE to use stateful mode. Stateless mode is still attempted first." msgstr "" "Позволить MPPE использовать режим с сохранением состояния.\n" "Но сначала будет сделана попытка использовать режим\n" "без сохранения состояния." #. i18n: ectx: property (text), widget (QCheckBox, cb_statefulEncryption) #: pptpadvanced.ui:153 #, kde-format msgid "Use stateful encryption" msgstr "Использовать шифрование с сохранением состояния" #. i18n: ectx: property (title), widget (QGroupBox, grp_cryptoAndCompression) #: pptpadvanced.ui:163 #, kde-format msgid "Compression" msgstr "Сжатие" #. i18n: ectx: property (toolTip), widget (QCheckBox, cb_BSD) #: pptpadvanced.ui:175 #, kde-format msgid "Allow/disable BSD-Compress compression." msgstr "Разрешение или запрет сжатия BSD" #. i18n: ectx: property (text), widget (QCheckBox, cb_BSD) #: pptpadvanced.ui:178 #, kde-format msgid "Allow BSD compression" msgstr "Разрешить сжатие BSD" #. i18n: ectx: property (toolTip), widget (QCheckBox, cb_deflate) #: pptpadvanced.ui:188 #, kde-format msgid "Allow/disable Deflate compression." msgstr "Разрешение или запрет сжатия Deflate" #. i18n: ectx: property (text), widget (QCheckBox, cb_deflate) #: pptpadvanced.ui:191 #, kde-format msgid "Allow Deflate compression" msgstr "Разрешить сжатие Deflate" #. i18n: ectx: property (toolTip), widget (QCheckBox, cb_TCPheaders) #: pptpadvanced.ui:202 #, kde-format msgid "" "Allow/disable Van Jacobson style TCP/IP header compression in both the " "transmit\n" " and the receive directions." msgstr "" "Разрешить или запретить метод сжатия заголовков\n" "TCP/IP Ван Якобсона для передачи и приёма." #. i18n: ectx: property (text), widget (QCheckBox, cb_TCPheaders) #: pptpadvanced.ui:205 #, kde-format msgid "Allow TCP header compression" msgstr "Разрешить сжатие заголовков TCP" #. i18n: ectx: property (title), widget (QGroupBox, grp_echo) #: pptpadvanced.ui:218 #, kde-format msgid "Echo" msgstr "Эхо-пакеты" #. i18n: ectx: property (toolTip), widget (QCheckBox, cb_sendEcho) #: pptpadvanced.ui:227 #, kde-format msgid "Send LCP echo-requests to find out whether peer is alive." msgstr "" "Отправлять эхо-пакеты LCP, чтобы узнать, доступен ли\n" "хост на противоположном конце." #. i18n: ectx: property (text), widget (QCheckBox, cb_sendEcho) #: pptpadvanced.ui:230 #, kde-format msgid "Send PPP echo packets " msgstr "Посылать эхо-пакеты PPP " #. i18n: ectx: property (windowTitle), widget (QWidget, PptpAuthenticationWidget) #: pptpauth.ui:14 #, kde-format msgid "PPTPAuthentication" msgstr "Аутентификация PPTP" #. i18n: ectx: property (text), widget (QLabel, textLabel1) #. i18n: ectx: property (text), widget (QLabel, lbl_password) #: pptpauth.ui:38 pptpprop.ui:115 #, kde-format msgid "Password:" msgstr "Пароль:" #. i18n: ectx: property (toolTip), widget (PasswordField, lePassword) #. i18n: ectx: property (toolTip), widget (PasswordField, edt_password) #: pptpauth.ui:51 pptpprop.ui:131 #, kde-format msgid "Password passed to PPTP when prompted for it." msgstr "Пароль, который будет передан PPTP." #. i18n: ectx: property (windowTitle), widget (QWidget, PptpProp) #: pptpprop.ui:14 #, kde-format msgid "PPTP Settings" msgstr "Параметры PPTP" #. i18n: ectx: property (title), widget (QGroupBox, grp_general) #: pptpprop.ui:26 #, kde-format msgctxt "like in General settings" msgid "General" msgstr "Общие" #. i18n: ectx: property (text), widget (QLabel, lbl_gateway) #: pptpprop.ui:34 #, kde-format msgid "Gateway:" msgstr "Шлюз:" #. i18n: ectx: property (toolTip), widget (QLineEdit, edt_gateway) #: pptpprop.ui:47 #, kde-format msgid "PPTP server IP or name." msgstr "IP-адрес или имя сервера PPTP" #. i18n: ectx: property (title), widget (QGroupBox, grp_additional) #: pptpprop.ui:62 #, kde-format msgctxt "like in Additional settings" msgid "Additional" msgstr "Дополнительно" #. i18n: ectx: property (text), widget (QLabel, lbl_login) #: pptpprop.ui:80 #, kde-format msgid "Login:" msgstr "Имя:" # BUGME: please clarify: am I supposed to type in ""? why? --aspotashev #. i18n: ectx: property (toolTip), widget (QLineEdit, edt_login) #: pptpprop.ui:93 #, kde-format msgid "" "Set the name used for authenticating the local system to the peer to ." msgstr "Имя пользователя для подключения." #. i18n: ectx: property (text), widget (QLabel, lbl_ntdomain) #: pptpprop.ui:153 #, kde-format msgid "NT Domain:" msgstr "Домен NT:" #. i18n: ectx: property (toolTip), widget (QLineEdit, edt_ntDomain) #: pptpprop.ui:167 #, kde-format msgid "" "Append the domain name to the local host name for\n" "authenticating purposes." msgstr "" "Дописывать имя домена к имени локального компьютера\n" "при аутентификации." #. i18n: ectx: property (text), widget (QPushButton, btnAdvanced) #: pptpprop.ui:192 #, kde-format msgctxt "like in Advanced settings" msgid "Advanced…" msgstr "Дополнительно..." #~ msgid "Store" #~ msgstr "Запомнить" #~ msgid "Always Ask" #~ msgstr "Всегда спрашивать" #~ msgid "Not Required" #~ msgstr "Не требуется" #~ msgid "Use Microsoft Point-to-Point Encryption" #~ msgstr "Использовать MPPE (Microsoft Point-to-Point Encryption)" #~ msgid "Show password" #~ msgstr "Показать пароль"