From 4e3216ce7c9ae6128e058e7f9e840184fc3f19a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=94=D0=BE?= =?UTF-8?q?=D0=BA=D1=83=D1=87=D0=B0=D0=B5=D0=B2?= Date: Thu, 30 Nov 2017 14:49:15 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 100.0% (804 of 804 strings) --- plinth/locale/ru/LC_MESSAGES/django.po | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/plinth/locale/ru/LC_MESSAGES/django.po b/plinth/locale/ru/LC_MESSAGES/django.po index b11ffeaf7..77bec120c 100644 --- a/plinth/locale/ru/LC_MESSAGES/django.po +++ b/plinth/locale/ru/LC_MESSAGES/django.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-11-20 12:13-0500\n" -"PO-Revision-Date: 2017-11-13 05:49+0000\n" +"PO-Revision-Date: 2017-11-30 14:49+0000\n" "Last-Translator: Алексей Докучаев \n" -"Language-Team: Russian \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=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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" "X-Generator: Weblate 2.18-dev\n" #: plinth/action_utils.py:259 @@ -3424,23 +3424,16 @@ msgstr "" "разрешения." #: plinth/modules/security/forms.py:35 -#, fuzzy -#| msgid "Fail2ban (recommended)" msgid "Fail2Ban (recommended)" msgstr "Fail2ban (рекомендуется)" #: plinth/modules/security/forms.py:36 -#, fuzzy -#| msgid "" -#| "When this option is enabled, fail2ban will limit brute force break-in " -#| "attempts to the SSH server and other password protected internet-services " -#| "which are enabled." msgid "" "When this option is enabled, Fail2Ban will limit brute force break-in " "attempts to the SSH server and other enabled password protected internet-" "services." msgstr "" -"Когда эта опция включена, fail2ban ограничит попытки взлома перебором SSH-" +"Когда эта опция включена, Fail2Ban ограничит попытки взлома перебором SSH-" "сервера и других защищенных паролем интернет услуг, которые включены." #: plinth/modules/security/views.py:66