Version Description
March 15 2018 = * Fix: Errors for PHP compiled without XML support. * Fix: Spelling and translation. * Stability increased. * Minor fixes.
Download this release
Release Info
Developer | Safronik |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 5.91 |
Comparing to | |
See all releases |
Code changes from version 5.90 to 5.91
- cleantalk.php +9 -5
- i18n/cleantalk-ru_RU.mo +0 -0
- i18n/cleantalk-ru_RU.po +1150 -0
- i18n/cleantalk.pot +388 -266
- inc/cleantalk-admin.php +1 -1
- inc/cleantalk-common.php +1 -0
- inc/cleantalk-widget.php +9 -9
- inc/cleantalk.class.php +52 -21
- js/apbct-public.js +1 -1
- lib/CleantalkHelper.php +24 -10
- lib/CleantalkSFW.php +32 -16
- lib/CleantalkUpgrader.php +5 -5
- readme.txt +13 -1
cleantalk.php
CHANGED
@@ -3,19 +3,23 @@
|
|
3 |
Plugin Name: Anti-Spam by CleanTalk
|
4 |
Plugin URI: http://cleantalk.org
|
5 |
Description: Max power, all-in-one, no Captcha, premium anti-spam plugin. No comment spam, no registration spam, no contact spam, protects any WordPress forms.
|
6 |
-
Version: 5.
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
|
11 |
-
$cleantalk_plugin_version='5.
|
12 |
-
$ct_agent_version = 'wordpress-
|
13 |
$cleantalk_executed = false;
|
14 |
|
15 |
-
define('APBCT_VERSION', '5.
|
16 |
-
define('APBCT_AGENT', 'wordpress-
|
17 |
|
18 |
define('CLEANTALK_REMOTE_CALL_SLEEP', 10); // Minimum time between remote call
|
|
|
|
|
|
|
|
|
19 |
|
20 |
if(!defined('CLEANTALK_PLUGIN_DIR')){
|
21 |
|
3 |
Plugin Name: Anti-Spam by CleanTalk
|
4 |
Plugin URI: http://cleantalk.org
|
5 |
Description: Max power, all-in-one, no Captcha, premium anti-spam plugin. No comment spam, no registration spam, no contact spam, protects any WordPress forms.
|
6 |
+
Version: 5.91
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
|
11 |
+
$cleantalk_plugin_version='5.91';
|
12 |
+
$ct_agent_version = 'wordpress-591';
|
13 |
$cleantalk_executed = false;
|
14 |
|
15 |
+
define('APBCT_VERSION', '5.91');
|
16 |
+
define('APBCT_AGENT', 'wordpress-591');
|
17 |
|
18 |
define('CLEANTALK_REMOTE_CALL_SLEEP', 10); // Minimum time between remote call
|
19 |
+
define('APBCT_CASERT_PATH', file_exists(ABSPATH . WPINC . '/certificates/ca-bundle.crt')
|
20 |
+
? ABSPATH . WPINC . '/certificates/ca-bundle.crt'
|
21 |
+
: ''
|
22 |
+
); // SSL SERTTIFICATE PATH
|
23 |
|
24 |
if(!defined('CLEANTALK_PLUGIN_DIR')){
|
25 |
|
i18n/cleantalk-ru_RU.mo
CHANGED
Binary file
|
i18n/cleantalk-ru_RU.po
ADDED
@@ -0,0 +1,1150 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Anti-Spam by CleanTalk\n"
|
4 |
+
"POT-Creation-Date: 2018-03-12 16:50+0500\n"
|
5 |
+
"PO-Revision-Date: 2018-03-12 17:15+0500\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: ru_RU\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.8.6\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"X-Poedit-WPHeader: cleantalk.php\n"
|
15 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
16 |
+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
17 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
20 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
21 |
+
"X-Poedit-SearchPath-0: .\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
+
|
24 |
+
#: cleantalk.php:484
|
25 |
+
msgid "WordPress spam"
|
26 |
+
msgstr "WordPress спам"
|
27 |
+
|
28 |
+
#: cleantalk.php:484 inc/cleantalk-widget.php:62
|
29 |
+
msgid "blocked by"
|
30 |
+
msgstr "заблокировано"
|
31 |
+
|
32 |
+
#: cleantalk.php:533
|
33 |
+
msgid "Update Plugin"
|
34 |
+
msgstr "Обновление плагина"
|
35 |
+
|
36 |
+
#: inc/cleantalk-admin.php:19
|
37 |
+
msgid "CleanTalk Anti-Spam Statistics"
|
38 |
+
msgstr "Спам статистика CleanTalk"
|
39 |
+
|
40 |
+
#: inc/cleantalk-admin.php:22
|
41 |
+
#, php-format
|
42 |
+
msgid "%sRefresh%s"
|
43 |
+
msgstr "%sОбновить%s"
|
44 |
+
|
45 |
+
#: inc/cleantalk-admin.php:23
|
46 |
+
#, php-format
|
47 |
+
msgid "%sConfigure%s"
|
48 |
+
msgstr "%sКонфигурация%s"
|
49 |
+
|
50 |
+
#: inc/cleantalk-admin.php:57
|
51 |
+
msgid "7 days anti-spam stats"
|
52 |
+
msgstr "Статистика атака за 7 дней"
|
53 |
+
|
54 |
+
#: inc/cleantalk-admin.php:64
|
55 |
+
msgid "Top 5 spam IPs blocked"
|
56 |
+
msgstr "Топ 5 cамых заблокированных IP"
|
57 |
+
|
58 |
+
#: inc/cleantalk-admin.php:71
|
59 |
+
msgid "Get Access key to activate Anti-Spam protection!"
|
60 |
+
msgstr "Получите ключ доступа для активации спам защиты!"
|
61 |
+
|
62 |
+
#: inc/cleantalk-admin.php:79
|
63 |
+
#, php-format
|
64 |
+
msgid "Something went wrong! Error: \"%s\"."
|
65 |
+
msgstr "Что-то пошло не так: Ошибка: \"%s\"."
|
66 |
+
|
67 |
+
#: inc/cleantalk-admin.php:83
|
68 |
+
msgid "Please, visit your dashboard."
|
69 |
+
msgstr "Пожалуйста, посетите панель управления."
|
70 |
+
|
71 |
+
#: inc/cleantalk-admin.php:97
|
72 |
+
msgid "IP"
|
73 |
+
msgstr "IP"
|
74 |
+
|
75 |
+
#: inc/cleantalk-admin.php:98
|
76 |
+
msgid "Country"
|
77 |
+
msgstr "Страна"
|
78 |
+
|
79 |
+
#: inc/cleantalk-admin.php:99
|
80 |
+
msgid "Block Count"
|
81 |
+
msgstr "Заблкирован раз"
|
82 |
+
|
83 |
+
#: inc/cleantalk-admin.php:131
|
84 |
+
msgid ""
|
85 |
+
"This is the count from the CleanTalk's cloud and could be different to admin "
|
86 |
+
"bar counters"
|
87 |
+
msgstr ""
|
88 |
+
"Это счетчик с данными из облака CleanTalk и может различаться со счетчиком в "
|
89 |
+
"админ баре"
|
90 |
+
|
91 |
+
#: inc/cleantalk-admin.php:134
|
92 |
+
#, php-format
|
93 |
+
msgid ""
|
94 |
+
"%sCleanTalk%s has blocked %s spam for all time. The statistics are "
|
95 |
+
"automatically updated every 24 hours."
|
96 |
+
msgstr ""
|
97 |
+
"За все время %sCleanTalk%s заблокировал %s спам атак. Статистика "
|
98 |
+
"автоматически обновляется каждые 24 часа."
|
99 |
+
|
100 |
+
#: inc/cleantalk-admin.php:142
|
101 |
+
#, php-format
|
102 |
+
msgid "Do you like CleanTalk?%s Post your feedback here%s."
|
103 |
+
msgstr "Вам понравился CleanTalk?%s Напишите совй отзыв здесь%s."
|
104 |
+
|
105 |
+
#: inc/cleantalk-admin.php:226
|
106 |
+
msgid "Failed from timeout. Going to check comments again."
|
107 |
+
msgstr "Ошибка по таймауту. Попробовать еще раз?"
|
108 |
+
|
109 |
+
#: inc/cleantalk-admin.php:227
|
110 |
+
msgid "Added"
|
111 |
+
msgstr "Добавлены"
|
112 |
+
|
113 |
+
#: inc/cleantalk-admin.php:228 inc/cleantalk-admin.php:272
|
114 |
+
msgid "Deleted"
|
115 |
+
msgstr "Удалено"
|
116 |
+
|
117 |
+
#: inc/cleantalk-admin.php:229
|
118 |
+
msgid "comments"
|
119 |
+
msgstr "комментарии"
|
120 |
+
|
121 |
+
#: inc/cleantalk-admin.php:230
|
122 |
+
msgid "Delete all spam comments?"
|
123 |
+
msgstr "Удалить ВСЕ найденные спам-комментарии?"
|
124 |
+
|
125 |
+
#: inc/cleantalk-admin.php:231
|
126 |
+
msgid "Delete checked comments?"
|
127 |
+
msgstr "Удалить отмеченые спам-комментарии?"
|
128 |
+
|
129 |
+
#: inc/cleantalk-admin.php:232 inc/cleantalk-comments.php:500
|
130 |
+
#, php-format
|
131 |
+
msgid ""
|
132 |
+
"Total comments %s. Checked %s. Found %s spam comments. %s bad comments "
|
133 |
+
"(without IP or email)."
|
134 |
+
msgstr ""
|
135 |
+
"Всего комментариев %s. Проверено %s. Найдено %s сам комментариев. %s плохих "
|
136 |
+
"комментариев (без IP и Email'а)."
|
137 |
+
|
138 |
+
#: inc/cleantalk-admin.php:233 inc/cleantalk-admin.php:279
|
139 |
+
#: inc/cleantalk-users.php:521
|
140 |
+
msgid "Please do backup of WordPress database before delete any accounts!"
|
141 |
+
msgstr ""
|
142 |
+
"Пожалуйста, сделайте резервную копию базы данных Wordpress перед удалением "
|
143 |
+
"аккаунтов."
|
144 |
+
|
145 |
+
#: inc/cleantalk-admin.php:238
|
146 |
+
msgid "Find spam-comments"
|
147 |
+
msgstr "Найти спам-комментарии"
|
148 |
+
|
149 |
+
#: inc/cleantalk-admin.php:239
|
150 |
+
msgid "The sender has been whitelisted."
|
151 |
+
msgstr "Отправитель был добавлен в белый список."
|
152 |
+
|
153 |
+
#: inc/cleantalk-admin.php:240
|
154 |
+
msgid "The sender has been blacklisted."
|
155 |
+
msgstr "Отправитель был добавлен в черный список."
|
156 |
+
|
157 |
+
#: inc/cleantalk-admin.php:241 inc/cleantalk-public.php:2386
|
158 |
+
#, php-format
|
159 |
+
msgid "Feedback has been sent to %sCleanTalk Dashboard%s."
|
160 |
+
msgstr "Обратная связь отправлена в панель управления %sCleanTalk%s."
|
161 |
+
|
162 |
+
#: inc/cleantalk-admin.php:269
|
163 |
+
msgid "Failed from timeout. Going to check users again."
|
164 |
+
msgstr "Ошибка по таймауту. Попробовать еще раз?"
|
165 |
+
|
166 |
+
#: inc/cleantalk-admin.php:270
|
167 |
+
msgid "Failed from timeout. Going to run a new attempt to delete spam users."
|
168 |
+
msgstr "Ошибка по таймауту. Попробовать еще раз?"
|
169 |
+
|
170 |
+
#: inc/cleantalk-admin.php:271
|
171 |
+
msgid "Inserted"
|
172 |
+
msgstr "Добавлено"
|
173 |
+
|
174 |
+
#: inc/cleantalk-admin.php:273
|
175 |
+
msgid "users."
|
176 |
+
msgstr "пользователей."
|
177 |
+
|
178 |
+
#: inc/cleantalk-admin.php:274
|
179 |
+
msgid "Delete all spam users?"
|
180 |
+
msgstr "Удалить ВСЕХ найденых спам-пользователей?"
|
181 |
+
|
182 |
+
#: inc/cleantalk-admin.php:275
|
183 |
+
msgid "Delete checked users?"
|
184 |
+
msgstr "Удалить отмеченых спам-пользователей?"
|
185 |
+
|
186 |
+
#: inc/cleantalk-admin.php:277
|
187 |
+
msgid ""
|
188 |
+
"File doesn't exist. File will be generated while checking. Please, press "
|
189 |
+
"\"Check for spam\"."
|
190 |
+
msgstr ""
|
191 |
+
"Файл не существует. Файл будет сгенерирован во время проверки. Пожалуйста, "
|
192 |
+
"нажмите: \"Проверить на спам\"."
|
193 |
+
|
194 |
+
#: inc/cleantalk-admin.php:278 inc/cleantalk-users.php:517
|
195 |
+
#, php-format
|
196 |
+
msgid ""
|
197 |
+
"Total users %s, checked %s, found %s spam users and %s bad users (without IP "
|
198 |
+
"or email)"
|
199 |
+
msgstr ""
|
200 |
+
"Всего пользователей %s, проверено %s, найдено %s спам пользователей и %s "
|
201 |
+
"плохих пользователей (без IP и Email'а)"
|
202 |
+
|
203 |
+
#: inc/cleantalk-admin.php:282
|
204 |
+
msgid "Find spam-users"
|
205 |
+
msgstr "Найти спам-пользователей"
|
206 |
+
|
207 |
+
#: inc/cleantalk-admin.php:296 inc/cleantalk-admin.php:298
|
208 |
+
msgid "CleanTalk settings"
|
209 |
+
msgstr "Настройки CleanTalk"
|
210 |
+
|
211 |
+
#: inc/cleantalk-admin.php:451
|
212 |
+
#, php-format
|
213 |
+
msgid "Unable to connect to %s."
|
214 |
+
msgstr "Не удалось подключиться к %s"
|
215 |
+
|
216 |
+
#: inc/cleantalk-admin.php:482
|
217 |
+
msgid "Protection is active"
|
218 |
+
msgstr "Защита включена"
|
219 |
+
|
220 |
+
#: inc/cleantalk-admin.php:484
|
221 |
+
msgid "Advanced settings"
|
222 |
+
msgstr "Продвинутые настройки"
|
223 |
+
|
224 |
+
#: inc/cleantalk-admin.php:488
|
225 |
+
msgid "Access key"
|
226 |
+
msgstr "Ключ доступа"
|
227 |
+
|
228 |
+
#: inc/cleantalk-admin.php:499 inc/cleantalk-admin.php:857
|
229 |
+
msgid "Registration forms"
|
230 |
+
msgstr "Регистрации пользователей"
|
231 |
+
|
232 |
+
#: inc/cleantalk-admin.php:500
|
233 |
+
msgid "Comments form"
|
234 |
+
msgstr "Комментарии в блоге"
|
235 |
+
|
236 |
+
#: inc/cleantalk-admin.php:501 inc/cleantalk-admin.php:859
|
237 |
+
msgid "Contact forms"
|
238 |
+
msgstr "Контактные формы"
|
239 |
+
|
240 |
+
#: inc/cleantalk-admin.php:502 inc/cleantalk-admin.php:860
|
241 |
+
msgid "Custom contact forms"
|
242 |
+
msgstr "Произвольные контактные формы"
|
243 |
+
|
244 |
+
#: inc/cleantalk-admin.php:503 inc/cleantalk-admin.php:875
|
245 |
+
msgid "WooCommerce checkout form"
|
246 |
+
msgstr "Форма заказа WooCommerce"
|
247 |
+
|
248 |
+
#: inc/cleantalk-admin.php:504
|
249 |
+
msgid "Protect external forms"
|
250 |
+
msgstr "Защита внешних форм"
|
251 |
+
|
252 |
+
#: inc/cleantalk-admin.php:505
|
253 |
+
msgid "Protect internal forms"
|
254 |
+
msgstr "Защита внутренних форм"
|
255 |
+
|
256 |
+
#: inc/cleantalk-admin.php:509
|
257 |
+
msgid "buddyPress private messages"
|
258 |
+
msgstr "Личные сообщения buddyPress "
|
259 |
+
|
260 |
+
#: inc/cleantalk-admin.php:510
|
261 |
+
msgid "Don't check trusted user's comments"
|
262 |
+
msgstr "Не проверять доверенных пользователей"
|
263 |
+
|
264 |
+
#: inc/cleantalk-admin.php:511
|
265 |
+
msgid "Automatically delete spam comments"
|
266 |
+
msgstr "Автоматически удалять спам-комментарии"
|
267 |
+
|
268 |
+
#: inc/cleantalk-admin.php:512
|
269 |
+
msgid "Remove links from approved comments"
|
270 |
+
msgstr "Удалять ссылки из одобреных комментариев"
|
271 |
+
|
272 |
+
#: inc/cleantalk-admin.php:513
|
273 |
+
msgid "Show links to check Emails, IPs for spam."
|
274 |
+
msgstr "Отобразить ссылки для проверки Email'ов и IP адресов."
|
275 |
+
|
276 |
+
#: inc/cleantalk-admin.php:517
|
277 |
+
msgid "Protect logged in Users"
|
278 |
+
msgstr "Проверять залогиненых пользователей"
|
279 |
+
|
280 |
+
#: inc/cleantalk-admin.php:518
|
281 |
+
msgid "Use AJAX for JavaScript check"
|
282 |
+
msgstr "Использовать AJAX для проверки JavaScript"
|
283 |
+
|
284 |
+
#: inc/cleantalk-admin.php:519
|
285 |
+
msgid "Check all post data"
|
286 |
+
msgstr "Проверять все POST-данные"
|
287 |
+
|
288 |
+
#: inc/cleantalk-admin.php:520
|
289 |
+
msgid "Set cookies"
|
290 |
+
msgstr "Устанавливать куки"
|
291 |
+
|
292 |
+
#: inc/cleantalk-admin.php:521
|
293 |
+
msgid "Use SSL"
|
294 |
+
msgstr "Использовать SSL"
|
295 |
+
|
296 |
+
#: inc/cleantalk-admin.php:525
|
297 |
+
msgid "Show statistics in admin bar"
|
298 |
+
msgstr "Показывать статистику в админбаре"
|
299 |
+
|
300 |
+
#: inc/cleantalk-admin.php:526
|
301 |
+
msgid "Show All-time counter"
|
302 |
+
msgstr "Счетчик за все время"
|
303 |
+
|
304 |
+
#: inc/cleantalk-admin.php:527
|
305 |
+
msgid "Show 24 hours counter"
|
306 |
+
msgstr "24-х часовой счетчик"
|
307 |
+
|
308 |
+
#: inc/cleantalk-admin.php:528
|
309 |
+
msgid "SpamFireWall counter"
|
310 |
+
msgstr "Счетчик SpamFireWall"
|
311 |
+
|
312 |
+
#: inc/cleantalk-admin.php:531 inc/cleantalk-admin.php:1332
|
313 |
+
msgid "Collect details about browsers"
|
314 |
+
msgstr "Собирать данные браузера"
|
315 |
+
|
316 |
+
#: inc/cleantalk-admin.php:532 inc/cleantalk-admin.php:654
|
317 |
+
msgid "Send connection reports"
|
318 |
+
msgstr "Отправить отчеты о соединении"
|
319 |
+
|
320 |
+
#: inc/cleantalk-admin.php:533 inc/cleantalk-admin.php:1462
|
321 |
+
msgid "Tell others about CleanTalk"
|
322 |
+
msgstr "Рассказать про CleanTalk"
|
323 |
+
|
324 |
+
#: inc/cleantalk-admin.php:534 inc/cleantalk-admin.php:865
|
325 |
+
#: inc/cleantalk-admin.php:1479
|
326 |
+
msgid "SpamFireWall"
|
327 |
+
msgstr "SpamFireWall"
|
328 |
+
|
329 |
+
#: inc/cleantalk-admin.php:611 inc/cleantalk-admin.php:626
|
330 |
+
#: inc/cleantalk-admin.php:641 inc/cleantalk-admin.php:1061
|
331 |
+
#: inc/cleantalk-admin.php:1094 inc/cleantalk-admin.php:1111
|
332 |
+
#: inc/cleantalk-admin.php:1127 inc/cleantalk-admin.php:1143
|
333 |
+
#: inc/cleantalk-admin.php:1159 inc/cleantalk-admin.php:1175
|
334 |
+
#: inc/cleantalk-admin.php:1191 inc/cleantalk-admin.php:1210
|
335 |
+
#: inc/cleantalk-admin.php:1235 inc/cleantalk-admin.php:1260
|
336 |
+
#: inc/cleantalk-admin.php:1280 inc/cleantalk-admin.php:1310
|
337 |
+
#: inc/cleantalk-admin.php:1367 inc/cleantalk-admin.php:1387
|
338 |
+
#: inc/cleantalk-admin.php:1407 inc/cleantalk-admin.php:1419
|
339 |
+
#: inc/cleantalk-admin.php:1431 inc/cleantalk-admin.php:1443
|
340 |
+
msgid "Yes"
|
341 |
+
msgstr "Да"
|
342 |
+
|
343 |
+
#: inc/cleantalk-admin.php:613 inc/cleantalk-admin.php:628
|
344 |
+
#: inc/cleantalk-admin.php:643 inc/cleantalk-admin.php:1063
|
345 |
+
#: inc/cleantalk-admin.php:1096 inc/cleantalk-admin.php:1113
|
346 |
+
#: inc/cleantalk-admin.php:1129 inc/cleantalk-admin.php:1145
|
347 |
+
#: inc/cleantalk-admin.php:1161 inc/cleantalk-admin.php:1177
|
348 |
+
#: inc/cleantalk-admin.php:1193 inc/cleantalk-admin.php:1212
|
349 |
+
#: inc/cleantalk-admin.php:1237 inc/cleantalk-admin.php:1262
|
350 |
+
#: inc/cleantalk-admin.php:1282 inc/cleantalk-admin.php:1312
|
351 |
+
#: inc/cleantalk-admin.php:1369 inc/cleantalk-admin.php:1389
|
352 |
+
#: inc/cleantalk-admin.php:1409 inc/cleantalk-admin.php:1421
|
353 |
+
#: inc/cleantalk-admin.php:1433 inc/cleantalk-admin.php:1445
|
354 |
+
msgid "No"
|
355 |
+
msgstr "Нет"
|
356 |
+
|
357 |
+
#: inc/cleantalk-admin.php:614 inc/cleantalk-admin.php:644
|
358 |
+
msgid ""
|
359 |
+
"Display all-time requests counter in the admin bar. Counter displays number "
|
360 |
+
"of requests since plugin installation."
|
361 |
+
msgstr ""
|
362 |
+
"Отображать счетчик запросов за все время в админ-баре. Счетчик показывает "
|
363 |
+
"записи с момента установки."
|
364 |
+
|
365 |
+
#: inc/cleantalk-admin.php:629
|
366 |
+
msgid ""
|
367 |
+
"Display daily requests counter in the admin bar. Counter displays number of "
|
368 |
+
"requests of the past 24 hours."
|
369 |
+
msgstr ""
|
370 |
+
"Отображать 24-х часовой счетчик запросов в админ-баре. Отображает запросы за "
|
371 |
+
"последние 24 часа."
|
372 |
+
|
373 |
+
#: inc/cleantalk-admin.php:655
|
374 |
+
msgid ""
|
375 |
+
"Checking this box you allow plugin to send the information about your "
|
376 |
+
"connection. The option in a beta state."
|
377 |
+
msgstr ""
|
378 |
+
"Ставя эту галочку вы разрешаете плагину отрпавлять информацию о интернет-"
|
379 |
+
"соединении. Опция находится на бета-тестировании."
|
380 |
+
|
381 |
+
#: inc/cleantalk-admin.php:687
|
382 |
+
msgid "Since"
|
383 |
+
msgstr "От"
|
384 |
+
|
385 |
+
#: inc/cleantalk-admin.php:693
|
386 |
+
msgid ""
|
387 |
+
"All / Allowed / Blocked submissions. The number of submissions is being "
|
388 |
+
"counted since CleanTalk plugin installation."
|
389 |
+
msgstr "Все / Разрешенные / Запрещенные запросы с момента установки CleanTalk."
|
390 |
+
|
391 |
+
#: inc/cleantalk-admin.php:693
|
392 |
+
msgid "All"
|
393 |
+
msgstr "Все"
|
394 |
+
|
395 |
+
#: inc/cleantalk-admin.php:701
|
396 |
+
msgid ""
|
397 |
+
"Allowed / Blocked submissions. The number of submissions for past 24 hours. "
|
398 |
+
msgstr "Разрешенные / Запрещенные запросы за последние 24 часа."
|
399 |
+
|
400 |
+
#: inc/cleantalk-admin.php:701
|
401 |
+
msgid "Day"
|
402 |
+
msgstr "За день"
|
403 |
+
|
404 |
+
#: inc/cleantalk-admin.php:707
|
405 |
+
msgid ""
|
406 |
+
"All / Blocked events. Access attempts regitred by SpamFireWall counted since "
|
407 |
+
"the last plugin activation."
|
408 |
+
msgstr ""
|
409 |
+
"Все / Запрещенные попытки просмотра сайта. Отображет попытки с момента "
|
410 |
+
"последней активации плагина."
|
411 |
+
|
412 |
+
#: inc/cleantalk-admin.php:712
|
413 |
+
msgid ""
|
414 |
+
"Allowed / Blocked submissions. The number of submissions is being counted "
|
415 |
+
"since "
|
416 |
+
msgstr "Разрешенные / Запрещенные попытки."
|
417 |
+
|
418 |
+
#: inc/cleantalk-admin.php:719
|
419 |
+
msgid "dashboard"
|
420 |
+
msgstr "панель управления"
|
421 |
+
|
422 |
+
#: inc/cleantalk-admin.php:728 inc/cleantalk-admin.php:734
|
423 |
+
#: inc/cleantalk-admin.php:1878 inc/cleantalk-admin.php:1879
|
424 |
+
msgid "Settings"
|
425 |
+
msgstr "Настройки"
|
426 |
+
|
427 |
+
#: inc/cleantalk-admin.php:743 inc/cleantalk-admin.php:993
|
428 |
+
#: inc/cleantalk-admin.php:1907
|
429 |
+
msgid "Support"
|
430 |
+
msgstr "Поддержка"
|
431 |
+
|
432 |
+
#: inc/cleantalk-admin.php:752
|
433 |
+
msgid "Bulk spam comments removal tool."
|
434 |
+
msgstr "Инструмент массового удаления пользователей."
|
435 |
+
|
436 |
+
#: inc/cleantalk-admin.php:752 inc/cleantalk-admin.php:1027
|
437 |
+
msgid "Check comments for spam"
|
438 |
+
msgstr "Проверка комментариев"
|
439 |
+
|
440 |
+
#: inc/cleantalk-admin.php:762 inc/cleantalk-admin.php:1028
|
441 |
+
msgid "Check users for spam"
|
442 |
+
msgstr "Проверить пользователей на спам"
|
443 |
+
|
444 |
+
#: inc/cleantalk-admin.php:771
|
445 |
+
msgid "Reset counter"
|
446 |
+
msgstr "Сбросить счетчики"
|
447 |
+
|
448 |
+
#: inc/cleantalk-admin.php:858
|
449 |
+
msgid "Comments forms"
|
450 |
+
msgstr "Формы комментариев"
|
451 |
+
|
452 |
+
#: inc/cleantalk-admin.php:864
|
453 |
+
#, php-format
|
454 |
+
msgid "Networks in database: %d."
|
455 |
+
msgstr "Сетей в базе: %d."
|
456 |
+
|
457 |
+
#: inc/cleantalk-admin.php:869
|
458 |
+
msgid "Auto update"
|
459 |
+
msgstr "Автообновлние"
|
460 |
+
|
461 |
+
#: inc/cleantalk-admin.php:916
|
462 |
+
msgid "Send report"
|
463 |
+
msgstr "Отправить отчет"
|
464 |
+
|
465 |
+
#: inc/cleantalk-admin.php:985
|
466 |
+
#, php-format
|
467 |
+
msgid "has blocked <b>%s</b> spam."
|
468 |
+
msgstr "<b>%s</b> спама заблокировано"
|
469 |
+
|
470 |
+
#: inc/cleantalk-admin.php:992
|
471 |
+
msgid "Click here to get anti-spam statistics"
|
472 |
+
msgstr "Щелкните, чтобы получить статистику"
|
473 |
+
|
474 |
+
#: inc/cleantalk-admin.php:1000
|
475 |
+
msgid "Enter the key"
|
476 |
+
msgstr "Введите ключ"
|
477 |
+
|
478 |
+
#: inc/cleantalk-admin.php:1012
|
479 |
+
msgid "Get access key manually"
|
480 |
+
msgstr "Получить ключ вручную"
|
481 |
+
|
482 |
+
#: inc/cleantalk-admin.php:1013
|
483 |
+
msgid "or"
|
484 |
+
msgstr "или"
|
485 |
+
|
486 |
+
#: inc/cleantalk-admin.php:1014
|
487 |
+
msgid "Get access key automatically"
|
488 |
+
msgstr "Получить ключ автоматически"
|
489 |
+
|
490 |
+
#: inc/cleantalk-admin.php:1019
|
491 |
+
#, php-format
|
492 |
+
msgid "Admin e-mail (%s) will be used for registration"
|
493 |
+
msgstr "При регистрации будет использован email администратора (%s)"
|
494 |
+
|
495 |
+
#: inc/cleantalk-admin.php:1020
|
496 |
+
msgid "License agreement"
|
497 |
+
msgstr "Лицензионное соглашение"
|
498 |
+
|
499 |
+
#: inc/cleantalk-admin.php:1024
|
500 |
+
msgid "Show the access key"
|
501 |
+
msgstr "Показать ключ доступа"
|
502 |
+
|
503 |
+
#: inc/cleantalk-admin.php:1031
|
504 |
+
msgid "Negative report"
|
505 |
+
msgstr "Неудачные попытки соединения"
|
506 |
+
|
507 |
+
#: inc/cleantalk-admin.php:1044
|
508 |
+
#, php-format
|
509 |
+
msgid "Testing is failed, please, check the settings! Tech support %s%s%s."
|
510 |
+
msgstr ""
|
511 |
+
"Тестирование не удалсь, пожалуйста, проверьте настройки. Техническая "
|
512 |
+
"поддержка %s%s%s."
|
513 |
+
|
514 |
+
#: inc/cleantalk-admin.php:1064
|
515 |
+
msgid "WordPress, JetPack, WooCommerce."
|
516 |
+
msgstr "WordPress, JetPack, WooCommerce."
|
517 |
+
|
518 |
+
#: inc/cleantalk-admin.php:1069
|
519 |
+
msgid "Forms to protect"
|
520 |
+
msgstr "Защищаемые формы"
|
521 |
+
|
522 |
+
#: inc/cleantalk-admin.php:1073
|
523 |
+
msgid "Comments and messages"
|
524 |
+
msgstr "Комментарии и сообщения"
|
525 |
+
|
526 |
+
#: inc/cleantalk-admin.php:1077
|
527 |
+
msgid "Data processing"
|
528 |
+
msgstr "Обработка данных"
|
529 |
+
|
530 |
+
#: inc/cleantalk-admin.php:1081
|
531 |
+
msgid "Admin bar"
|
532 |
+
msgstr "Админ-бар"
|
533 |
+
|
534 |
+
#: inc/cleantalk-admin.php:1097
|
535 |
+
msgid "Remove links from approved comments. Replace it with \"[Link deleted]\""
|
536 |
+
msgstr "Удалять ссылки из одобренных сообщений"
|
537 |
+
|
538 |
+
#: inc/cleantalk-admin.php:1114
|
539 |
+
msgid ""
|
540 |
+
"Shows little icon near IP addresses and Emails allowing you to check it via "
|
541 |
+
"CleanTalk's database. Also allowing you to manage comments from the public "
|
542 |
+
"post's page."
|
543 |
+
msgstr ""
|
544 |
+
"Показывает маленькую иконку около IP и Email'a позволяющую проверить их "
|
545 |
+
"через базу данных. Так же позволяет управлять комментариями с публичной "
|
546 |
+
"страницы записи."
|
547 |
+
|
548 |
+
#: inc/cleantalk-admin.php:1130
|
549 |
+
msgid "WordPress, BuddyPress, bbPress, S2Member, WooCommerce."
|
550 |
+
msgstr "WordPress, BuddyPress, bbPress, S2Member, WooCommerce."
|
551 |
+
|
552 |
+
#: inc/cleantalk-admin.php:1146
|
553 |
+
msgid ""
|
554 |
+
"Contact Form 7, Formidable forms, JetPack, Fast Secure Contact Form, "
|
555 |
+
"WordPress Landing Pages, Gravity Forms."
|
556 |
+
msgstr ""
|
557 |
+
"Contact Form 7, Formidable Forms, Jetpack, Fast Secure Contact Form, "
|
558 |
+
"WordPress Landing Pages, Gravity Forms."
|
559 |
+
|
560 |
+
#: inc/cleantalk-admin.php:1162
|
561 |
+
msgid "Anti spam test for any WordPress themes or contacts forms."
|
562 |
+
msgstr "Защита от спама любой контактной формы или темы."
|
563 |
+
|
564 |
+
#: inc/cleantalk-admin.php:1178
|
565 |
+
msgid "Anti spam test for WooCommerce checkout form."
|
566 |
+
msgstr "Спам тест для формы заказа WooCommerce"
|
567 |
+
|
568 |
+
#: inc/cleantalk-admin.php:1194
|
569 |
+
msgid "Check buddyPress private messages."
|
570 |
+
msgstr "Проверять личные сообщения buddyPress "
|
571 |
+
|
572 |
+
#: inc/cleantalk-admin.php:1213
|
573 |
+
#, php-format
|
574 |
+
msgid "Delete spam comments older than %d days."
|
575 |
+
msgstr "Удалять комментарии старше %d дней."
|
576 |
+
|
577 |
+
#: inc/cleantalk-admin.php:1238
|
578 |
+
msgid ""
|
579 |
+
"Show/hide CleanTalk icon in top level menu in WordPress backend. The number "
|
580 |
+
"of submissions is being counted for past 24 hours."
|
581 |
+
msgstr ""
|
582 |
+
"Показывать иконку и счетчики CleanTalk в админ-баре. Счетчик будет "
|
583 |
+
"показывать проверки с момента сброса."
|
584 |
+
|
585 |
+
#: inc/cleantalk-admin.php:1263
|
586 |
+
msgid ""
|
587 |
+
"Check all POST submissions from website visitors. Enable this option if you "
|
588 |
+
"have spam misses on website or you don`t have records about missed spam here:"
|
589 |
+
msgstr ""
|
590 |
+
"Проверять все POST запросы веб сайта. Включите эту опцию, если испытываете "
|
591 |
+
"проблемы с пропуском спама или вы не видите запрещенных запросов здесь:"
|
592 |
+
|
593 |
+
#: inc/cleantalk-admin.php:1263
|
594 |
+
msgid "CleanTalk dashboard"
|
595 |
+
msgstr "панель управления CleanTalk"
|
596 |
+
|
597 |
+
#: inc/cleantalk-admin.php:1263
|
598 |
+
msgid "СAUTION! Option can catch POST requests in WordPress backend"
|
599 |
+
msgstr ""
|
600 |
+
"ВНИМАНИЕ! Опция может перехватывать все POST запросы в панели управления "
|
601 |
+
"Wordpress. Отключите, если возникают проблемы/ошибки."
|
602 |
+
|
603 |
+
#: inc/cleantalk-admin.php:1283
|
604 |
+
msgid ""
|
605 |
+
"Options helps protect WordPress against spam with any caching plugins. Turn "
|
606 |
+
"this option on to avoid issues with caching plugins."
|
607 |
+
msgstr "Данная настройка помогает избежать конфликтов с кеширующими плагинами."
|
608 |
+
|
609 |
+
#: inc/cleantalk-admin.php:1283
|
610 |
+
msgid "Attention! Incompatible with AMP plugins!"
|
611 |
+
msgstr "Внимание! Не совместимо с AMP (Mobile Accelerated Pages) плагинами."
|
612 |
+
|
613 |
+
#: inc/cleantalk-admin.php:1313
|
614 |
+
msgid "Dont't check comments for users with above"
|
615 |
+
msgstr "Не проверять пользователей у которых больше "
|
616 |
+
|
617 |
+
#: inc/cleantalk-admin.php:1313
|
618 |
+
msgid "comments."
|
619 |
+
msgstr "комментариев."
|
620 |
+
|
621 |
+
#: inc/cleantalk-admin.php:1333
|
622 |
+
msgid ""
|
623 |
+
"Checking this box you allow plugin store information about screen size and "
|
624 |
+
"browser plugins of website visitors. The option in a beta state."
|
625 |
+
msgstr ""
|
626 |
+
"Включая эту опцию, Вы разрешаете плагину хранить информацию о размере экрана "
|
627 |
+
"и плагинах браузера посетителей. Бета опция."
|
628 |
+
|
629 |
+
#: inc/cleantalk-admin.php:1390
|
630 |
+
msgid ""
|
631 |
+
"Turn this option on to protect forms on your WordPress that send data to "
|
632 |
+
"third-part servers (like MailChimp)."
|
633 |
+
msgstr ""
|
634 |
+
"Включите эту опцию, что бы защитить формы, которые отсылают данные на "
|
635 |
+
"сторонние ресурсы, например MailChimp."
|
636 |
+
|
637 |
+
#: inc/cleantalk-admin.php:1410
|
638 |
+
msgid ""
|
639 |
+
"This option will enable protection for custom (hand-made) AJAX forms with "
|
640 |
+
"PHP scripts handlers on your WordPress."
|
641 |
+
msgstr "Эта опция обеспечит защиту созданных вручную форм, использующих AJAX."
|
642 |
+
|
643 |
+
#: inc/cleantalk-admin.php:1422
|
644 |
+
msgid ""
|
645 |
+
"Turn this option off to deny plugin generates any cookies on website front-"
|
646 |
+
"end. This option is helpful if you use Varnish. But most of contact forms "
|
647 |
+
"will not be protected by CleanTalk if the option is turned off!"
|
648 |
+
msgstr ""
|
649 |
+
"Эта опция запретит плагину генерировать Cookie в публичной части сайта. "
|
650 |
+
"Может быть полезно, если вы используете плагин Varnish. Большинство форм "
|
651 |
+
"буду НЕ защищены если включена эта настройка!"
|
652 |
+
|
653 |
+
#: inc/cleantalk-admin.php:1434
|
654 |
+
msgid ""
|
655 |
+
"Turn this option on to use encrypted (SSL) connection with CleanTalk servers."
|
656 |
+
msgstr ""
|
657 |
+
"Включите, что бы использовать защищенное SSL подключение к серверам "
|
658 |
+
"CleanTalk."
|
659 |
+
|
660 |
+
#: inc/cleantalk-admin.php:1446
|
661 |
+
msgid ""
|
662 |
+
"Turn this option on to check for spam any submissions (comments, contact "
|
663 |
+
"forms and etc.) from registered Users."
|
664 |
+
msgstr "Включите, чтобы проверять зарегистрированных пользователей."
|
665 |
+
|
666 |
+
#: inc/cleantalk-admin.php:1463
|
667 |
+
msgid ""
|
668 |
+
"Checking this box places a small link under the comment form that lets "
|
669 |
+
"others know what anti-spam tool protects your site."
|
670 |
+
msgstr ""
|
671 |
+
"Включение этой настройки добавит маленькую ссылку под форму комментариев, "
|
672 |
+
"которая позволит пользователям узнать о том, какой инструмент вы используете "
|
673 |
+
"для защиты."
|
674 |
+
|
675 |
+
#: inc/cleantalk-admin.php:1480
|
676 |
+
msgid ""
|
677 |
+
"This option allows to filter spam bots before they access website. Also "
|
678 |
+
"reduces CPU usage on hosting server and accelerates pages load time."
|
679 |
+
msgstr ""
|
680 |
+
"Эта опция позволяет фильтровать спам-ботов прежде, чем они войдут на сайт. "
|
681 |
+
"Также уменьшает загрузку процессора на хостинге и ускоряет время загрузки "
|
682 |
+
"страниц."
|
683 |
+
|
684 |
+
#: inc/cleantalk-admin.php:1482 inc/cleantalk-admin.php:1670
|
685 |
+
msgid "Learn more"
|
686 |
+
msgstr "Узнать больше"
|
687 |
+
|
688 |
+
#: inc/cleantalk-admin.php:1595
|
689 |
+
msgid "CleanTalk's tech support:"
|
690 |
+
msgstr "Техническия поддержка CleanTalk: "
|
691 |
+
|
692 |
+
#: inc/cleantalk-admin.php:1601
|
693 |
+
msgid "Plugin Homepage at"
|
694 |
+
msgstr "Домашняя страница плагина на"
|
695 |
+
|
696 |
+
#: inc/cleantalk-admin.php:1602
|
697 |
+
msgid "Use s@cleantalk.org to test plugin in any WordPress form."
|
698 |
+
msgstr ""
|
699 |
+
"Используйте s@cleantalk.org чтобы проверить плагин в любой форме в WordPress."
|
700 |
+
|
701 |
+
#: inc/cleantalk-admin.php:1603
|
702 |
+
msgid "CleanTalk is registered Trademark. All rights reserved."
|
703 |
+
msgstr "CleanTalk - это зарегистрированая торговая марка. Все права защищены."
|
704 |
+
|
705 |
+
#: inc/cleantalk-admin.php:1605
|
706 |
+
#, php-format
|
707 |
+
msgid "Do you like CleanTalk? %sPost your feedback here%s."
|
708 |
+
msgstr "Вам понравился CleanTalk?%s Напишите совй отзыв здесь%s."
|
709 |
+
|
710 |
+
#: inc/cleantalk-admin.php:1613
|
711 |
+
msgid "Save Changes"
|
712 |
+
msgstr "Сохранить изменения"
|
713 |
+
|
714 |
+
#: inc/cleantalk-admin.php:1673
|
715 |
+
msgid "Do you know that Anti-Spam by CleanTalk has auto update option?"
|
716 |
+
msgstr ""
|
717 |
+
"Вы знали что плагин Anti-Spam by CleanTalk поддерживает автообновления?"
|
718 |
+
|
719 |
+
#: inc/cleantalk-admin.php:1683
|
720 |
+
#, php-format
|
721 |
+
msgid "Unable to get Access key automatically: %s"
|
722 |
+
msgstr "Невозможно получить ключ автоматически: %s"
|
723 |
+
|
724 |
+
#: inc/cleantalk-admin.php:1684
|
725 |
+
msgid "Get the Access key"
|
726 |
+
msgstr "Получить ключ вручную"
|
727 |
+
|
728 |
+
#: inc/cleantalk-admin.php:1693
|
729 |
+
#, php-format
|
730 |
+
msgid "Please enter Access Key in %s settings to enable anti spam protection!"
|
731 |
+
msgstr ""
|
732 |
+
"Пожалуйста укажите Ключ доступа в настройках %s для активации защиты от "
|
733 |
+
"спама!"
|
734 |
+
|
735 |
+
#: inc/cleantalk-admin.php:1702
|
736 |
+
#, php-format
|
737 |
+
msgid "%s trial period ends, please upgrade to %s!"
|
738 |
+
msgstr ""
|
739 |
+
"%s заканчивается ознакомительный срок пользования антиспам плагином "
|
740 |
+
"CleanTalk, пожалуйста продлите подключение %s."
|
741 |
+
|
742 |
+
#: inc/cleantalk-admin.php:1713
|
743 |
+
msgid "RENEW ANTI-SPAM"
|
744 |
+
msgstr "ПРОДЛИТЬ АНТИСПАМ"
|
745 |
+
|
746 |
+
#: inc/cleantalk-admin.php:1714
|
747 |
+
msgid "next year"
|
748 |
+
msgstr "следующий год"
|
749 |
+
|
750 |
+
#: inc/cleantalk-admin.php:1718
|
751 |
+
#, php-format
|
752 |
+
msgid "Please renew your anti-spam license for %s."
|
753 |
+
msgstr "Пожалуйста продлите свою антиспам-лицензию на %s."
|
754 |
+
|
755 |
+
#: inc/cleantalk-admin.php:1903
|
756 |
+
msgid "Translate"
|
757 |
+
msgstr "Перевести"
|
758 |
+
|
759 |
+
#: inc/cleantalk-admin.php:1906
|
760 |
+
msgid "FAQ"
|
761 |
+
msgstr "FAQ"
|
762 |
+
|
763 |
+
#: inc/cleantalk-comments.php:14 inc/cleantalk-users.php:15
|
764 |
+
msgid "Check for spam"
|
765 |
+
msgstr "Проверить на спам"
|
766 |
+
|
767 |
+
#: inc/cleantalk-comments.php:14
|
768 |
+
msgid "Find spam comments"
|
769 |
+
msgstr "Найти спам в комментариях"
|
770 |
+
|
771 |
+
#: inc/cleantalk-comments.php:39 inc/cleantalk-users.php:39
|
772 |
+
msgid ""
|
773 |
+
"Ajax error. Process will be automatically restarted in 3 seconds. Status: "
|
774 |
+
msgstr ""
|
775 |
+
"Ajax ошибка. Процесс проверки будет автоматически возобновлен через 3 "
|
776 |
+
"секунды. Статус:"
|
777 |
+
|
778 |
+
#: inc/cleantalk-comments.php:46
|
779 |
+
msgid ""
|
780 |
+
"Please wait for a while. CleanTalk is deleting spam comments. Comments left: "
|
781 |
+
msgstr "Пожалуйста, подождите. CleanTalk удаляет спам-комментарии. Осталось:"
|
782 |
+
|
783 |
+
#: inc/cleantalk-comments.php:56 inc/cleantalk-users.php:56
|
784 |
+
msgid "Start check"
|
785 |
+
msgstr "Начать проверку"
|
786 |
+
|
787 |
+
#: inc/cleantalk-comments.php:57 inc/cleantalk-users.php:57
|
788 |
+
msgid "Continue check"
|
789 |
+
msgstr "Продолжить проверку"
|
790 |
+
|
791 |
+
#: inc/cleantalk-comments.php:58 inc/cleantalk-users.php:58
|
792 |
+
msgid ""
|
793 |
+
"The plugin will check all comments against blacklists database and show you "
|
794 |
+
"senders that have spam activity on other websites."
|
795 |
+
msgstr ""
|
796 |
+
"Пожалуйста, подождите. CleanTalk проверяет комментарии по черным спискам на "
|
797 |
+
"cleantalk.org. Вы сможете удалить комментарии со спамом после окончания "
|
798 |
+
"работы."
|
799 |
+
|
800 |
+
#: inc/cleantalk-comments.php:61 inc/cleantalk-users.php:61
|
801 |
+
msgid "Accurate check"
|
802 |
+
msgstr "Точная проверка"
|
803 |
+
|
804 |
+
#: inc/cleantalk-comments.php:63 inc/cleantalk-users.php:63
|
805 |
+
msgid ""
|
806 |
+
"Allows to use comment's dates to perform more accurate check. Could "
|
807 |
+
"seriously slow down the check."
|
808 |
+
msgstr ""
|
809 |
+
"Позволяет использовать даты комментариев для выполения более тщательной "
|
810 |
+
"проверки. Может серьезно замедлить проверку."
|
811 |
+
|
812 |
+
#: inc/cleantalk-comments.php:66 inc/cleantalk-users.php:66
|
813 |
+
msgid "Specify date range"
|
814 |
+
msgstr "Указать диапазон дат"
|
815 |
+
|
816 |
+
#: inc/cleantalk-comments.php:82
|
817 |
+
msgid ""
|
818 |
+
"Please wait! CleanTalk is checking all approved and pending comments via "
|
819 |
+
"blacklist database at cleantalk.org. You will have option to delete found "
|
820 |
+
"spam comments after plugin finish."
|
821 |
+
msgstr ""
|
822 |
+
"Пожалуйста, подождите! CleanTalk проверяет комментарии по черным спискам на "
|
823 |
+
"cleantalk.org. Вы сможете удалить комментарии со спамом после окончания "
|
824 |
+
"работы."
|
825 |
+
|
826 |
+
#: inc/cleantalk-comments.php:131
|
827 |
+
msgid "Author"
|
828 |
+
msgstr "Автор"
|
829 |
+
|
830 |
+
#: inc/cleantalk-comments.php:132
|
831 |
+
msgid "Comment"
|
832 |
+
msgstr "Комментарий"
|
833 |
+
|
834 |
+
#: inc/cleantalk-comments.php:133
|
835 |
+
msgid "In Response To"
|
836 |
+
msgstr "В ответ на"
|
837 |
+
|
838 |
+
#: inc/cleantalk-comments.php:179
|
839 |
+
#, php-format
|
840 |
+
msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
|
841 |
+
msgstr "Отправлено <a href=\"%1$s\">%2$s в %3$s</a>"
|
842 |
+
|
843 |
+
#: inc/cleantalk-comments.php:181
|
844 |
+
msgid "Y/m/d"
|
845 |
+
msgstr "d.m.Y"
|
846 |
+
|
847 |
+
#: inc/cleantalk-comments.php:191 inc/cleantalk-users.php:188
|
848 |
+
msgid "Approve"
|
849 |
+
msgstr "Одобрить"
|
850 |
+
|
851 |
+
#: inc/cleantalk-comments.php:193 inc/cleantalk-users.php:190
|
852 |
+
msgid "Delete"
|
853 |
+
msgstr "Удалить"
|
854 |
+
|
855 |
+
#: inc/cleantalk-comments.php:208
|
856 |
+
msgid "View Post"
|
857 |
+
msgstr "Показать пост"
|
858 |
+
|
859 |
+
#: inc/cleantalk-comments.php:235
|
860 |
+
msgid "Delete all comments from the list"
|
861 |
+
msgstr "Удалить все сообщения в списке"
|
862 |
+
|
863 |
+
#: inc/cleantalk-comments.php:236 inc/cleantalk-users.php:233
|
864 |
+
msgid "Delete selected"
|
865 |
+
msgstr "Удалить отмеченные"
|
866 |
+
|
867 |
+
#: inc/cleantalk-comments.php:240
|
868 |
+
msgid "Insert comments"
|
869 |
+
msgstr "Добавить комментарии"
|
870 |
+
|
871 |
+
#: inc/cleantalk-comments.php:241
|
872 |
+
msgid "Delete comments"
|
873 |
+
msgstr "Удалить тестовые спам-комментарии?"
|
874 |
+
|
875 |
+
#: inc/cleantalk-comments.php:246 inc/cleantalk-users.php:244
|
876 |
+
msgid ""
|
877 |
+
"There is some differencies between blacklists database and our API "
|
878 |
+
"mechanisms. Blacklists shows all history of spam activity, but our API (that "
|
879 |
+
"used in spam checking) used another parameters, too: last day of activity, "
|
880 |
+
"number of spam attacks during last days etc. This mechanisms help us to "
|
881 |
+
"reduce number of false positivitie. So, there is nothing strange, if some "
|
882 |
+
"emails/IPs will be not found by this checking."
|
883 |
+
msgstr ""
|
884 |
+
"Есть некоторые отличия между проверкой через базу данных черных списков и "
|
885 |
+
"через механизм API. В черных списках отображается вся история о спам-"
|
886 |
+
"активности, но наш API используетс другие механизмы: последний день "
|
887 |
+
"активности, количество спам-атак в течение последних дней и т. д. Эти "
|
888 |
+
"механизмы помогают нам сократить количество ложных обнаружений. Поэтому, нет "
|
889 |
+
"ничего странного, если некоторые письма/IP не будут обнаружены при этой "
|
890 |
+
"проверке."
|
891 |
+
|
892 |
+
#: inc/cleantalk-comments.php:250 inc/cleantalk-users.php:248
|
893 |
+
msgid "Stop deletion"
|
894 |
+
msgstr "Остановить удаление"
|
895 |
+
|
896 |
+
#: inc/cleantalk-comments.php:400 inc/cleantalk-users.php:388
|
897 |
+
msgid "Connection error"
|
898 |
+
msgstr "Ошибка соединения"
|
899 |
+
|
900 |
+
#: inc/cleantalk-comments.php:408 inc/cleantalk-users.php:396
|
901 |
+
msgid "Server response: "
|
902 |
+
msgstr "Ответ сервера:"
|
903 |
+
|
904 |
+
#: inc/cleantalk-comments.php:504
|
905 |
+
msgid "Please do backup of WordPress database before delete any comments!"
|
906 |
+
msgstr ""
|
907 |
+
"Пожалуйста, сделайте резервную копию базы данных Wordpress перед удалением "
|
908 |
+
"комментариев."
|
909 |
+
|
910 |
+
#: inc/cleantalk-public.php:391 inc/cleantalk-public.php:475
|
911 |
+
#: inc/cleantalk-public.php:521 inc/cleantalk-public.php:2147
|
912 |
+
msgid "Spam protection by CleanTalk"
|
913 |
+
msgstr "Спам защита CleanTalk"
|
914 |
+
|
915 |
+
#: inc/cleantalk-public.php:923 inc/cleantalk-public.php:963
|
916 |
+
#: inc/cleantalk-public.php:981
|
917 |
+
msgid "Spam protection"
|
918 |
+
msgstr "Защита от спама"
|
919 |
+
|
920 |
+
#: inc/cleantalk-public.php:1180
|
921 |
+
#, php-format
|
922 |
+
msgid "Registration approved by %s."
|
923 |
+
msgstr "Регистрация одобрена %s."
|
924 |
+
|
925 |
+
#: inc/cleantalk-public.php:1764
|
926 |
+
msgid "Comment approved. Anti-spam by CleanTalk."
|
927 |
+
msgstr "Комментарий одобрен. Антиспам от CleanTalk."
|
928 |
+
|
929 |
+
#: inc/cleantalk-public.php:2301
|
930 |
+
msgid "Attention, please!"
|
931 |
+
msgstr "Внимание!"
|
932 |
+
|
933 |
+
#: inc/cleantalk-public.php:2302
|
934 |
+
#, php-format
|
935 |
+
msgid "\"%s\" plugin error on your site %s:"
|
936 |
+
msgstr "\"%s\". Ошибка плагина на вашем сайте %s:"
|
937 |
+
|
938 |
+
#: inc/cleantalk-public.php:2304
|
939 |
+
#, php-format
|
940 |
+
msgid "[%s] %s error!"
|
941 |
+
msgstr "[%s] %s ошибка!"
|
942 |
+
|
943 |
+
#: inc/cleantalk-public.php:2384
|
944 |
+
msgid "Error occured while sending feedback."
|
945 |
+
msgstr "Случилась ошибка при отправке обратной связи."
|
946 |
+
|
947 |
+
#: inc/cleantalk-public.php:2385
|
948 |
+
msgid "Feedback wasn't sent. There is no associated request."
|
949 |
+
msgstr "Обратная связь не была отправлена. Нет связанного запроса."
|
950 |
+
|
951 |
+
#: inc/cleantalk-public.php:2424
|
952 |
+
msgid "Sender info"
|
953 |
+
msgstr "Информация об отправителе"
|
954 |
+
|
955 |
+
#: inc/cleantalk-public.php:2427
|
956 |
+
msgid "by"
|
957 |
+
msgstr " "
|
958 |
+
|
959 |
+
#: inc/cleantalk-public.php:2439
|
960 |
+
msgid "No email"
|
961 |
+
msgstr "Email отсутствует"
|
962 |
+
|
963 |
+
#: inc/cleantalk-public.php:2449
|
964 |
+
msgid "No IP"
|
965 |
+
msgstr "IP отсутствует"
|
966 |
+
|
967 |
+
#: inc/cleantalk-public.php:2452
|
968 |
+
msgid "Mark as spam"
|
969 |
+
msgstr "Отметить как спам"
|
970 |
+
|
971 |
+
#: inc/cleantalk-public.php:2453
|
972 |
+
msgid "Unspam"
|
973 |
+
msgstr "Вернуть из спама"
|
974 |
+
|
975 |
+
#: inc/cleantalk-public.php:2455
|
976 |
+
msgid "Marked as spam."
|
977 |
+
msgstr "Отмечено как спам."
|
978 |
+
|
979 |
+
#: inc/cleantalk-public.php:2456
|
980 |
+
msgid "Marked as not spam."
|
981 |
+
msgstr "Отмечено как спам."
|
982 |
+
|
983 |
+
#: inc/cleantalk-users.php:15
|
984 |
+
msgid "Find spam users"
|
985 |
+
msgstr "Найти спам-пользователей"
|
986 |
+
|
987 |
+
#: inc/cleantalk-users.php:46
|
988 |
+
msgid "Please wait for a while. CleanTalk is deleting spam users. Users left: "
|
989 |
+
msgstr "Пожалуйста, подождите. CleanTalk удаляет спам-пользователей. Осталось:"
|
990 |
+
|
991 |
+
#: inc/cleantalk-users.php:82
|
992 |
+
msgid ""
|
993 |
+
"Please wait for a while. CleanTalk is checking all users via blacklist "
|
994 |
+
"database at cleantalk.org. You will have option to delete found spam users "
|
995 |
+
"after plugin finish."
|
996 |
+
msgstr ""
|
997 |
+
"Пожалуйста, подождите. ClenTalk проверяет всех пользователей по чёрным "
|
998 |
+
"спискам на cleantalk.org. У вас появится возможность удалить обнаруженных "
|
999 |
+
"спам-пользователей как только плагин закончит."
|
1000 |
+
|
1001 |
+
#: inc/cleantalk-users.php:131
|
1002 |
+
msgid "Username"
|
1003 |
+
msgstr "Имя пользователя"
|
1004 |
+
|
1005 |
+
#: inc/cleantalk-users.php:132
|
1006 |
+
msgid "Name"
|
1007 |
+
msgstr "Имя"
|
1008 |
+
|
1009 |
+
#: inc/cleantalk-users.php:133
|
1010 |
+
msgid "E-mail"
|
1011 |
+
msgstr "E-mail"
|
1012 |
+
|
1013 |
+
#: inc/cleantalk-users.php:134
|
1014 |
+
msgid "Role"
|
1015 |
+
msgstr "Роль"
|
1016 |
+
|
1017 |
+
#: inc/cleantalk-users.php:135
|
1018 |
+
msgid "Posts"
|
1019 |
+
msgstr "Посты"
|
1020 |
+
|
1021 |
+
#: inc/cleantalk-users.php:232
|
1022 |
+
msgid "Delete all users from list"
|
1023 |
+
msgstr "Удалить всех пользователей в списке"
|
1024 |
+
|
1025 |
+
#: inc/cleantalk-users.php:234
|
1026 |
+
msgid "Download results in CSV"
|
1027 |
+
msgstr "Загрузить результаты (CSV)"
|
1028 |
+
|
1029 |
+
#: inc/cleantalk-users.php:238
|
1030 |
+
msgid "Insert accounts"
|
1031 |
+
msgstr "Добавить аккаунты"
|
1032 |
+
|
1033 |
+
#: inc/cleantalk-users.php:239
|
1034 |
+
msgid "Delete accounts"
|
1035 |
+
msgstr "Удалить тестовые спам-аккаунты"
|
1036 |
+
|
1037 |
+
#: inc/cleantalk-widget.php:12
|
1038 |
+
msgid "CleanTalk Widget"
|
1039 |
+
msgstr "Виджет CleanTalk"
|
1040 |
+
|
1041 |
+
#: inc/cleantalk-widget.php:15
|
1042 |
+
msgid "CleanTalk widget"
|
1043 |
+
msgstr "виджет CleanTalk"
|
1044 |
+
|
1045 |
+
#: inc/cleantalk-widget.php:61
|
1046 |
+
msgid "CleanTalk's main page"
|
1047 |
+
msgstr "Главная страница CleanTalk"
|
1048 |
+
|
1049 |
+
#: inc/cleantalk-widget.php:62
|
1050 |
+
msgid "spam"
|
1051 |
+
msgstr "спама"
|
1052 |
+
|
1053 |
+
#: inc/cleantalk-widget.php:74
|
1054 |
+
msgid "Spam blocked"
|
1055 |
+
msgstr "Спама заблокировано"
|
1056 |
+
|
1057 |
+
#: inc/cleantalk-widget.php:79
|
1058 |
+
msgid "Title:"
|
1059 |
+
msgstr "Заголовок:"
|
1060 |
+
|
1061 |
+
#: inc/cleantalk-widget.php:84
|
1062 |
+
msgid "Style:"
|
1063 |
+
msgstr "Стиль:"
|
1064 |
+
|
1065 |
+
#: inc/cleantalk-widget.php:86
|
1066 |
+
msgid "CleanTalk's Style"
|
1067 |
+
msgstr "Фирменный стиль CleanTalk"
|
1068 |
+
|
1069 |
+
#: inc/cleantalk-widget.php:87
|
1070 |
+
msgid "Light"
|
1071 |
+
msgstr "Лёгкий"
|
1072 |
+
|
1073 |
+
#: inc/cleantalk-widget.php:88
|
1074 |
+
msgid "Extremely Light"
|
1075 |
+
msgstr "Очень легкий"
|
1076 |
+
|
1077 |
+
#: inc/cleantalk-widget.php:89
|
1078 |
+
msgid "Dark"
|
1079 |
+
msgstr "Темный"
|
1080 |
+
|
1081 |
+
#: inc/cleantalk-widget.php:94
|
1082 |
+
msgid "Referal link ID:"
|
1083 |
+
msgstr "ID партнера:"
|
1084 |
+
|
1085 |
+
#: lib/CleantalkSFW.php:286
|
1086 |
+
msgid "SpamFireWall is activated for your IP "
|
1087 |
+
msgstr "Спам Фаервол заблокировал ваш IP"
|
1088 |
+
|
1089 |
+
#: lib/CleantalkSFW.php:287
|
1090 |
+
msgid ""
|
1091 |
+
"To continue working with web site, please make sure that you have enabled "
|
1092 |
+
"JavaScript."
|
1093 |
+
msgstr ""
|
1094 |
+
"Что бы продолжить работу с сайтом, пожалуйста, убедитесь что у вас включен "
|
1095 |
+
"JavaScript."
|
1096 |
+
|
1097 |
+
#: lib/CleantalkSFW.php:288
|
1098 |
+
msgid "Please click bellow to pass protection,"
|
1099 |
+
msgstr "Нажмите ссылку ниже что бы пройти защиту,"
|
1100 |
+
|
1101 |
+
#: lib/CleantalkSFW.php:289
|
1102 |
+
#, php-format
|
1103 |
+
msgid ""
|
1104 |
+
"Or you will be automatically redirected to the requested page after %d "
|
1105 |
+
"seconds."
|
1106 |
+
msgstr ""
|
1107 |
+
"Или вы будете автоматически переадресованы на запрашиваемую страницу через "
|
1108 |
+
"%d секунд."
|
1109 |
+
|
1110 |
+
#: lib/CleantalkSFW.php:290
|
1111 |
+
msgid "Antispam by CleanTalk"
|
1112 |
+
msgstr "Антиспам от CleanTalk"
|
1113 |
+
|
1114 |
+
#: templates/translate_banner.php:5
|
1115 |
+
msgid "Help others use the plugin in your language."
|
1116 |
+
msgstr "Помогите другим пользователям использовать плагин на их языке."
|
1117 |
+
|
1118 |
+
#: templates/translate_banner.php:6
|
1119 |
+
msgid ""
|
1120 |
+
"We ask you to help with the translation of the plugin in your language. "
|
1121 |
+
"Please take a few minutes to make the plugin more comfortable."
|
1122 |
+
msgstr ""
|
1123 |
+
"Мы просим Вас помочь с переводом плагина на ваш язык. Пожалуйста, потратьте "
|
1124 |
+
"несколько минут, чтобы сделать плагин более удобным."
|
1125 |
+
|
1126 |
+
#: templates/translate_banner.php:8
|
1127 |
+
msgid "TRANSLATE"
|
1128 |
+
msgstr "ПЕРЕВЕСТИ"
|
1129 |
+
|
1130 |
+
#. Plugin Name of the plugin/theme
|
1131 |
+
msgid "Anti-Spam by CleanTalk"
|
1132 |
+
msgstr "Антиспам от CleanTalk"
|
1133 |
+
|
1134 |
+
#. Plugin URI of the plugin/theme
|
1135 |
+
#. Author URI of the plugin/theme
|
1136 |
+
msgid "http://cleantalk.org"
|
1137 |
+
msgstr "http://cleantalk.org"
|
1138 |
+
|
1139 |
+
#. Description of the plugin/theme
|
1140 |
+
msgid ""
|
1141 |
+
"Max power, all-in-one, no Captcha, premium anti-spam plugin. No comment "
|
1142 |
+
"spam, no registration spam, no contact spam, protects any WordPress forms."
|
1143 |
+
msgstr ""
|
1144 |
+
"Максимальная эффективность, проверка всех форм, без Сaptcha, премиум "
|
1145 |
+
"антиспам плагин. Нет спаму в комментариях, нет спаму в регистрациях, нету "
|
1146 |
+
"спаму в контактных формах, защита любых форм в WordPress."
|
1147 |
+
|
1148 |
+
#. Author of the plugin/theme
|
1149 |
+
msgid "СleanTalk <welcome@cleantalk.org>"
|
1150 |
+
msgstr "СleanTalk <welcome@cleantalk.org>"
|
i18n/cleantalk.pot
CHANGED
@@ -3,8 +3,8 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Anti-Spam by CleanTalk\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -20,31 +20,16 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: cleantalk.php:
|
24 |
msgid "WordPress spam"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: cleantalk.php:
|
28 |
msgid "blocked by"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: cleantalk.php:
|
32 |
-
|
33 |
-
msgid "%d spam attacks have been blocked"
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: cleantalk.php:789
|
37 |
-
msgid "Complete setup"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: cleantalk.php:790 inc/cleantalk-admin.php:1704
|
41 |
-
msgid ""
|
42 |
-
"To see the anti-spam log and complete the setup, please get the Access key."
|
43 |
-
msgstr ""
|
44 |
-
|
45 |
-
#: cleantalk.php:795
|
46 |
-
#, php-format
|
47 |
-
msgid "%s spam attacks report"
|
48 |
msgstr ""
|
49 |
|
50 |
#: inc/cleantalk-admin.php:19
|
@@ -61,94 +46,119 @@ msgstr ""
|
|
61 |
msgid "%sConfigure%s"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: inc/cleantalk-admin.php:
|
65 |
msgid "7 days anti-spam stats"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: inc/cleantalk-admin.php:
|
69 |
msgid "Top 5 spam IPs blocked"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: inc/cleantalk-admin.php:
|
73 |
-
msgid "
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: inc/cleantalk-admin.php:
|
77 |
-
|
|
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: inc/cleantalk-admin.php:
|
81 |
-
msgid "
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: inc/cleantalk-admin.php:
|
85 |
-
msgid "
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: inc/cleantalk-admin.php:
|
89 |
-
msgid "
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: inc/cleantalk-admin.php:
|
93 |
-
msgid "
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: inc/cleantalk-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
#, php-format
|
98 |
msgid ""
|
99 |
-
"has blocked %s spam. The statistics
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: inc/cleantalk-admin.php:
|
103 |
msgid "Failed from timeout. Going to check comments again."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: inc/cleantalk-admin.php:
|
107 |
msgid "Added"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: inc/cleantalk-admin.php:
|
|
|
|
|
|
|
|
|
111 |
msgid "comments"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: inc/cleantalk-admin.php:
|
115 |
msgid "Delete all spam comments?"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: inc/cleantalk-admin.php:
|
119 |
msgid "Delete checked comments?"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: inc/cleantalk-admin.php:
|
123 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/cleantalk-admin.php:
|
127 |
-
msgid "
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: inc/cleantalk-admin.php:
|
131 |
msgid "The sender has been whitelisted."
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: inc/cleantalk-admin.php:
|
135 |
msgid "The sender has been blacklisted."
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: inc/cleantalk-admin.php:
|
139 |
#, php-format
|
140 |
msgid "Feedback has been sent to %sCleanTalk Dashboard%s."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: inc/cleantalk-admin.php:
|
144 |
msgid "Failed from timeout. Going to check users again."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: inc/cleantalk-admin.php:
|
148 |
msgid "Failed from timeout. Going to run a new attempt to delete spam users."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: inc/cleantalk-admin.php:
|
152 |
msgid "Inserted"
|
153 |
msgstr ""
|
154 |
|
@@ -170,500 +180,540 @@ msgid ""
|
|
170 |
"\"Check for spam\"."
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: inc/cleantalk-admin.php:
|
174 |
-
|
|
|
|
|
|
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: inc/cleantalk-admin.php:
|
178 |
-
msgid "
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/cleantalk-admin.php:
|
182 |
msgid "CleanTalk settings"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: inc/cleantalk-admin.php:
|
186 |
#, php-format
|
187 |
msgid "Unable to connect to %s."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: inc/cleantalk-admin.php:
|
191 |
msgid "Protection is active"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: inc/cleantalk-admin.php:
|
195 |
msgid "Advanced settings"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: inc/cleantalk-admin.php:
|
199 |
msgid "Access key"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: inc/cleantalk-admin.php:
|
203 |
msgid "Registration forms"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: inc/cleantalk-admin.php:
|
207 |
msgid "Comments form"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: inc/cleantalk-admin.php:
|
211 |
msgid "Contact forms"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: inc/cleantalk-admin.php:
|
215 |
msgid "Custom contact forms"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: inc/cleantalk-admin.php:
|
219 |
msgid "WooCommerce checkout form"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: inc/cleantalk-admin.php:
|
223 |
msgid "Protect external forms"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: inc/cleantalk-admin.php:
|
227 |
msgid "Protect internal forms"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: inc/cleantalk-admin.php:
|
231 |
msgid "buddyPress private messages"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: inc/cleantalk-admin.php:
|
235 |
msgid "Don't check trusted user's comments"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: inc/cleantalk-admin.php:
|
239 |
msgid "Automatically delete spam comments"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: inc/cleantalk-admin.php:
|
243 |
msgid "Remove links from approved comments"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: inc/cleantalk-admin.php:
|
247 |
msgid "Show links to check Emails, IPs for spam."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/cleantalk-admin.php:
|
251 |
msgid "Protect logged in Users"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: inc/cleantalk-admin.php:
|
255 |
msgid "Use AJAX for JavaScript check"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: inc/cleantalk-admin.php:
|
259 |
msgid "Check all post data"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: inc/cleantalk-admin.php:
|
263 |
msgid "Set cookies"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/cleantalk-admin.php:
|
267 |
msgid "Use SSL"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/cleantalk-admin.php:
|
271 |
msgid "Show statistics in admin bar"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: inc/cleantalk-admin.php:
|
275 |
msgid "Show All-time counter"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: inc/cleantalk-admin.php:
|
279 |
msgid "Show 24 hours counter"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: inc/cleantalk-admin.php:
|
283 |
msgid "SpamFireWall counter"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: inc/cleantalk-admin.php:
|
287 |
msgid "Collect details about browsers"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/cleantalk-admin.php:
|
|
|
|
|
|
|
|
|
291 |
msgid "Tell others about CleanTalk"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/cleantalk-admin.php:
|
295 |
-
#: inc/cleantalk-admin.php:
|
296 |
msgid "SpamFireWall"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: inc/cleantalk-admin.php:
|
300 |
-
#: inc/cleantalk-admin.php:
|
301 |
-
#: inc/cleantalk-admin.php:
|
302 |
-
#: inc/cleantalk-admin.php:1095 inc/cleantalk-admin.php:1111
|
303 |
#: inc/cleantalk-admin.php:1127 inc/cleantalk-admin.php:1143
|
304 |
-
#: inc/cleantalk-admin.php:1159 inc/cleantalk-admin.php:
|
305 |
-
#: inc/cleantalk-admin.php:
|
306 |
-
#: inc/cleantalk-admin.php:
|
307 |
-
#: inc/cleantalk-admin.php:
|
308 |
-
#: inc/cleantalk-admin.php:
|
309 |
-
#: inc/cleantalk-admin.php:
|
|
|
310 |
msgid "Yes"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: inc/cleantalk-admin.php:
|
314 |
-
#: inc/cleantalk-admin.php:
|
315 |
-
#: inc/cleantalk-admin.php:
|
316 |
-
#: inc/cleantalk-admin.php:1097 inc/cleantalk-admin.php:1113
|
317 |
#: inc/cleantalk-admin.php:1129 inc/cleantalk-admin.php:1145
|
318 |
-
#: inc/cleantalk-admin.php:1161 inc/cleantalk-admin.php:
|
319 |
-
#: inc/cleantalk-admin.php:
|
320 |
-
#: inc/cleantalk-admin.php:
|
321 |
-
#: inc/cleantalk-admin.php:
|
322 |
-
#: inc/cleantalk-admin.php:
|
323 |
-
#: inc/cleantalk-admin.php:
|
|
|
324 |
msgid "No"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: inc/cleantalk-admin.php:
|
328 |
msgid ""
|
329 |
"Display all-time requests counter in the admin bar. Counter displays number "
|
330 |
"of requests since plugin installation."
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: inc/cleantalk-admin.php:
|
334 |
msgid ""
|
335 |
"Display daily requests counter in the admin bar. Counter displays number of "
|
336 |
"requests of the past 24 hours."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: inc/cleantalk-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
msgid "Since"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: inc/cleantalk-admin.php:
|
344 |
msgid ""
|
345 |
"All / Allowed / Blocked submissions. The number of submissions is being "
|
346 |
"counted since CleanTalk plugin installation."
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: inc/cleantalk-admin.php:
|
350 |
msgid "All"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: inc/cleantalk-admin.php:
|
354 |
msgid ""
|
355 |
"Allowed / Blocked submissions. The number of submissions for past 24 hours. "
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: inc/cleantalk-admin.php:
|
359 |
msgid "Day"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: inc/cleantalk-admin.php:
|
363 |
msgid ""
|
364 |
"All / Blocked events. Access attempts regitred by SpamFireWall counted since "
|
365 |
"the last plugin activation."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: inc/cleantalk-admin.php:
|
369 |
msgid ""
|
370 |
"Allowed / Blocked submissions. The number of submissions is being counted "
|
371 |
"since "
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: inc/cleantalk-admin.php:
|
375 |
msgid "dashboard"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: inc/cleantalk-admin.php:
|
379 |
-
#: inc/cleantalk-admin.php:
|
380 |
msgid "Settings"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: inc/cleantalk-admin.php:
|
384 |
-
#: inc/cleantalk-admin.php:
|
385 |
msgid "Support"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: inc/cleantalk-admin.php:
|
389 |
msgid "Bulk spam comments removal tool."
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: inc/cleantalk-admin.php:
|
393 |
msgid "Check comments for spam"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: inc/cleantalk-admin.php:
|
397 |
msgid "Check users for spam"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: inc/cleantalk-admin.php:
|
401 |
msgid "Reset counter"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: inc/cleantalk-admin.php:
|
405 |
msgid "Comments forms"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: inc/cleantalk-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
409 |
#, php-format
|
410 |
msgid "has blocked <b>%s</b> spam."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: inc/cleantalk-admin.php:
|
414 |
msgid "Click here to get anti-spam statistics"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: inc/cleantalk-admin.php:
|
418 |
msgid "Enter the key"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: inc/cleantalk-admin.php:
|
422 |
msgid "Get access key manually"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: inc/cleantalk-admin.php:
|
426 |
msgid "or"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: inc/cleantalk-admin.php:
|
430 |
msgid "Get access key automatically"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: inc/cleantalk-admin.php:
|
434 |
#, php-format
|
435 |
msgid "Admin e-mail (%s) will be used for registration"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: inc/cleantalk-admin.php:
|
439 |
msgid "License agreement"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: inc/cleantalk-admin.php:
|
443 |
msgid "Show the access key"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: inc/cleantalk-admin.php:
|
|
|
|
|
|
|
|
|
447 |
#, php-format
|
448 |
-
msgid ""
|
449 |
-
"Testing is failed, please, check the settings! Tech support "
|
450 |
-
"%ssupport@cleantalk.org%s"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: inc/cleantalk-admin.php:
|
454 |
msgid "WordPress, JetPack, WooCommerce."
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: inc/cleantalk-admin.php:
|
458 |
msgid "Forms to protect"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: inc/cleantalk-admin.php:
|
462 |
msgid "Comments and messages"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: inc/cleantalk-admin.php:
|
466 |
msgid "Data processing"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: inc/cleantalk-admin.php:
|
470 |
msgid "Admin bar"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: inc/cleantalk-admin.php:
|
474 |
msgid "Remove links from approved comments. Replace it with \"[Link deleted]\""
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: inc/cleantalk-admin.php:
|
478 |
msgid ""
|
479 |
"Shows little icon near IP addresses and Emails allowing you to check it via "
|
480 |
"CleanTalk's database. Also allowing you to manage comments from the public "
|
481 |
"post's page."
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: inc/cleantalk-admin.php:
|
485 |
msgid "WordPress, BuddyPress, bbPress, S2Member, WooCommerce."
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: inc/cleantalk-admin.php:
|
489 |
msgid ""
|
490 |
"Contact Form 7, Formidable forms, JetPack, Fast Secure Contact Form, "
|
491 |
"WordPress Landing Pages, Gravity Forms."
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: inc/cleantalk-admin.php:
|
495 |
msgid "Anti spam test for any WordPress themes or contacts forms."
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: inc/cleantalk-admin.php:
|
499 |
msgid "Anti spam test for WooCommerce checkout form."
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: inc/cleantalk-admin.php:
|
503 |
msgid "Check buddyPress private messages."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: inc/cleantalk-admin.php:
|
507 |
#, php-format
|
508 |
msgid "Delete spam comments older than %d days."
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: inc/cleantalk-admin.php:
|
512 |
msgid ""
|
513 |
"Show/hide CleanTalk icon in top level menu in WordPress backend. The number "
|
514 |
"of submissions is being counted for past 24 hours."
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: inc/cleantalk-admin.php:
|
518 |
msgid ""
|
519 |
"Check all POST submissions from website visitors. Enable this option if you "
|
520 |
"have spam misses on website or you don`t have records about missed spam here:"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: inc/cleantalk-admin.php:
|
524 |
msgid "CleanTalk dashboard"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: inc/cleantalk-admin.php:
|
528 |
msgid "СAUTION! Option can catch POST requests in WordPress backend"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: inc/cleantalk-admin.php:
|
532 |
msgid ""
|
533 |
"Options helps protect WordPress against spam with any caching plugins. Turn "
|
534 |
"this option on to avoid issues with caching plugins."
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: inc/cleantalk-admin.php:
|
538 |
msgid "Attention! Incompatible with AMP plugins!"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: inc/cleantalk-admin.php:
|
542 |
msgid "Dont't check comments for users with above"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: inc/cleantalk-admin.php:
|
546 |
msgid "comments."
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: inc/cleantalk-admin.php:
|
550 |
msgid ""
|
551 |
"Checking this box you allow plugin store information about screen size and "
|
552 |
"browser plugins of website visitors. The option in a beta state."
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: inc/cleantalk-admin.php:
|
556 |
msgid ""
|
557 |
"Turn this option on to protect forms on your WordPress that send data to "
|
558 |
"third-part servers (like MailChimp)."
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: inc/cleantalk-admin.php:
|
562 |
msgid ""
|
563 |
"This option will enable protection for custom (hand-made) AJAX forms with "
|
564 |
"PHP scripts handlers on your WordPress."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: inc/cleantalk-admin.php:
|
568 |
msgid ""
|
569 |
"Turn this option off to deny plugin generates any cookies on website front-"
|
570 |
"end. This option is helpful if you use Varnish. But most of contact forms "
|
571 |
"will not be protected by CleanTalk if the option is turned off!"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: inc/cleantalk-admin.php:
|
575 |
msgid ""
|
576 |
"Turn this option on to use encrypted (SSL) connection with CleanTalk servers."
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: inc/cleantalk-admin.php:
|
580 |
msgid ""
|
581 |
"Turn this option on to check for spam any submissions (comments, contact "
|
582 |
"forms and etc.) from registered Users."
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: inc/cleantalk-admin.php:
|
586 |
msgid ""
|
587 |
"Checking this box places a small link under the comment form that lets "
|
588 |
"others know what anti-spam tool protects your site."
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: inc/cleantalk-admin.php:
|
592 |
msgid ""
|
593 |
"This option allows to filter spam bots before they access website. Also "
|
594 |
"reduces CPU usage on hosting server and accelerates pages load time."
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: inc/cleantalk-admin.php:
|
598 |
msgid "Learn more"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: inc/cleantalk-admin.php:
|
602 |
-
msgid "Save Changes"
|
603 |
-
msgstr ""
|
604 |
-
|
605 |
-
#: inc/cleantalk-admin.php:1649
|
606 |
msgid "CleanTalk's tech support:"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: inc/cleantalk-admin.php:
|
610 |
msgid "Plugin Homepage at"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: inc/cleantalk-admin.php:
|
614 |
msgid "Use s@cleantalk.org to test plugin in any WordPress form."
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: inc/cleantalk-admin.php:
|
618 |
msgid "CleanTalk is registered Trademark. All rights reserved."
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: inc/cleantalk-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
622 |
#, php-format
|
623 |
msgid "Unable to get Access key automatically: %s"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: inc/cleantalk-admin.php:
|
627 |
msgid "Get the Access key"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: inc/cleantalk-admin.php:
|
631 |
#, php-format
|
632 |
msgid "Please enter Access Key in %s settings to enable anti spam protection!"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: inc/cleantalk-admin.php:
|
636 |
#, php-format
|
637 |
msgid "%s trial period ends, please upgrade to %s!"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: inc/cleantalk-admin.php:
|
641 |
msgid "RENEW ANTI-SPAM"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: inc/cleantalk-admin.php:
|
645 |
msgid "next year"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: inc/cleantalk-admin.php:
|
649 |
#, php-format
|
650 |
msgid "Please renew your anti-spam license for %s."
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: inc/cleantalk-admin.php:
|
654 |
msgid "Translate"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: inc/cleantalk-admin.php:
|
658 |
msgid "FAQ"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: inc/cleantalk-comments.php:14 inc/cleantalk-
|
662 |
-
#: inc/cleantalk-users.php:14 inc/cleantalk-users.php:220
|
663 |
msgid "Check for spam"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: inc/cleantalk-comments.php:
|
|
|
|
|
|
|
|
|
667 |
msgid ""
|
668 |
"Ajax error. Process will be automatically restarted in 3 seconds. Status: "
|
669 |
msgstr ""
|
@@ -673,65 +723,91 @@ msgid ""
|
|
673 |
"Please wait for a while. CleanTalk is deleting spam comments. Comments left: "
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: inc/cleantalk-comments.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
677 |
msgid ""
|
678 |
"Please wait! CleanTalk is checking all approved and pending comments via "
|
679 |
"blacklist database at cleantalk.org. You will have option to delete found "
|
680 |
"spam comments after plugin finish."
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: inc/cleantalk-comments.php:
|
684 |
msgid "Author"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: inc/cleantalk-comments.php:
|
688 |
msgid "Comment"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: inc/cleantalk-comments.php:
|
692 |
msgid "In Response To"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: inc/cleantalk-comments.php:
|
696 |
#, php-format
|
697 |
msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: inc/cleantalk-comments.php:
|
701 |
msgid "Y/m/d"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: inc/cleantalk-comments.php:
|
705 |
msgid "Approve"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: inc/cleantalk-comments.php:
|
709 |
msgid "Delete"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: inc/cleantalk-comments.php:
|
713 |
msgid "View Post"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: inc/cleantalk-comments.php:
|
717 |
msgid "Delete all comments from the list"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: inc/cleantalk-comments.php:
|
721 |
msgid "Delete selected"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: inc/cleantalk-comments.php:
|
725 |
msgid "Insert comments"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: inc/cleantalk-comments.php:
|
729 |
-
msgid ""
|
730 |
-
"The plugin will check all comments against blacklists database and show you "
|
731 |
-
"senders that have spam activity on other websites."
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: inc/cleantalk-comments.php:
|
735 |
msgid ""
|
736 |
"There is some differencies between blacklists database and our API "
|
737 |
"mechanisms. Blacklists shows all history of spam activity, but our API (that "
|
@@ -741,172 +817,219 @@ msgid ""
|
|
741 |
"emails/IPs will be not found by this checking."
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: inc/cleantalk-comments.php:
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
|
|
|
|
|
|
|
|
|
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: inc/cleantalk-comments.php:
|
752 |
msgid "Please do backup of WordPress database before delete any comments!"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: inc/cleantalk-public.php:
|
756 |
-
#: inc/cleantalk-public.php:
|
757 |
-
#: inc/cleantalk-public.php:2609
|
758 |
msgid "Spam protection by CleanTalk"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: inc/cleantalk-public.php:
|
762 |
-
#: inc/cleantalk-public.php:
|
763 |
msgid "Spam protection"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: inc/cleantalk-public.php:
|
767 |
#, php-format
|
768 |
-
msgid "Registration
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: inc/cleantalk-public.php:
|
772 |
msgid "Comment approved. Anti-spam by CleanTalk."
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: inc/cleantalk-public.php:
|
776 |
msgid "Attention, please!"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: inc/cleantalk-public.php:
|
780 |
#, php-format
|
781 |
msgid "\"%s\" plugin error on your site %s:"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: inc/cleantalk-public.php:
|
785 |
#, php-format
|
786 |
msgid "[%s] %s error!"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: inc/cleantalk-public.php:
|
790 |
msgid "Error occured while sending feedback."
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: inc/cleantalk-public.php:
|
794 |
msgid "Feedback wasn't sent. There is no associated request."
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: inc/cleantalk-public.php:
|
798 |
msgid "Sender info"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: inc/cleantalk-public.php:
|
802 |
msgid "by"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: inc/cleantalk-public.php:
|
806 |
msgid "No email"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: inc/cleantalk-public.php:
|
810 |
msgid "No IP"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: inc/cleantalk-public.php:
|
814 |
msgid "Mark as spam"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: inc/cleantalk-public.php:
|
818 |
msgid "Unspam"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: inc/cleantalk-public.php:
|
822 |
msgid "Marked as spam."
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: inc/cleantalk-public.php:
|
826 |
msgid "Marked as not spam."
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: inc/cleantalk-users.php:
|
|
|
|
|
|
|
|
|
830 |
msgid "Please wait for a while. CleanTalk is deleting spam users. Users left: "
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: inc/cleantalk-users.php:
|
834 |
msgid ""
|
835 |
"Please wait for a while. CleanTalk is checking all users via blacklist "
|
836 |
"database at cleantalk.org. You will have option to delete found spam users "
|
837 |
"after plugin finish."
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: inc/cleantalk-users.php:
|
841 |
msgid "Username"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: inc/cleantalk-users.php:
|
845 |
msgid "Name"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: inc/cleantalk-users.php:
|
849 |
msgid "E-mail"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: inc/cleantalk-users.php:
|
853 |
msgid "Role"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: inc/cleantalk-users.php:
|
857 |
msgid "Posts"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: inc/cleantalk-users.php:
|
861 |
msgid "Delete all users from list"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: inc/cleantalk-users.php:
|
865 |
msgid "Download results in CSV"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: inc/cleantalk-users.php:
|
869 |
msgid "Insert accounts"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: inc/cleantalk-users.php:
|
873 |
-
msgid ""
|
874 |
-
"The plugin will check all users against blacklists database and show you "
|
875 |
-
"senders that have spam activity on other websites. Just click 'Find spam "
|
876 |
-
"users' to start."
|
877 |
-
msgstr ""
|
878 |
-
|
879 |
-
#: inc/cleantalk-users.php:237
|
880 |
-
msgid "Stop deletion"
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: inc/cleantalk-
|
884 |
-
|
885 |
-
msgid ""
|
886 |
-
"Total users %s, checked %s, found %s spam users and %s bad users (without IP "
|
887 |
-
"or email)"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: inc/cleantalk-
|
891 |
-
msgid "
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: inc/cleantalk-widget.php:
|
895 |
-
msgid "CleanTalk
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: inc/cleantalk-widget.php:
|
899 |
-
msgid "
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: inc/cleantalk-widget.php:
|
903 |
msgid "Spam blocked"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: inc/cleantalk-widget.php:
|
907 |
msgid "Title:"
|
908 |
msgstr ""
|
909 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
910 |
#: templates/translate_banner.php:5
|
911 |
msgid "Help others use the plugin in your language."
|
912 |
msgstr ""
|
@@ -933,8 +1056,7 @@ msgstr ""
|
|
933 |
#. Description of the plugin/theme
|
934 |
msgid ""
|
935 |
"Max power, all-in-one, no Captcha, premium anti-spam plugin. No comment "
|
936 |
-
"spam, no registration spam, no contact spam, protects any WordPress forms.
|
937 |
-
"Formerly Anti-Spam by CleanTalk."
|
938 |
msgstr ""
|
939 |
|
940 |
#. Author of the plugin/theme
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Anti-Spam by CleanTalk\n"
|
6 |
+
"POT-Creation-Date: 2018-03-12 16:50+0500\n"
|
7 |
+
"PO-Revision-Date: 2018-03-12 16:49+0500\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: cleantalk.php:484
|
24 |
msgid "WordPress spam"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: cleantalk.php:484 inc/cleantalk-widget.php:62
|
28 |
msgid "blocked by"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: cleantalk.php:533
|
32 |
+
msgid "Update Plugin"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
msgstr ""
|
34 |
|
35 |
#: inc/cleantalk-admin.php:19
|
46 |
msgid "%sConfigure%s"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: inc/cleantalk-admin.php:57
|
50 |
msgid "7 days anti-spam stats"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: inc/cleantalk-admin.php:64
|
54 |
msgid "Top 5 spam IPs blocked"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: inc/cleantalk-admin.php:71
|
58 |
+
msgid "Get Access key to activate Anti-Spam protection!"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: inc/cleantalk-admin.php:79
|
62 |
+
#, php-format
|
63 |
+
msgid "Something went wrong! Error: \"%s\"."
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: inc/cleantalk-admin.php:83
|
67 |
+
msgid "Please, visit your dashboard."
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: inc/cleantalk-admin.php:97
|
71 |
+
msgid "IP"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: inc/cleantalk-admin.php:98
|
75 |
+
msgid "Country"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: inc/cleantalk-admin.php:99
|
79 |
+
msgid "Block Count"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: inc/cleantalk-admin.php:131
|
83 |
+
msgid ""
|
84 |
+
"This is the count from the CleanTalk's cloud and could be different to admin "
|
85 |
+
"bar counters"
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: inc/cleantalk-admin.php:134
|
89 |
#, php-format
|
90 |
msgid ""
|
91 |
+
"%sCleanTalk%s has blocked %s spam for all time. The statistics are "
|
92 |
+
"automatically updated every 24 hours."
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: inc/cleantalk-admin.php:142
|
96 |
+
#, php-format
|
97 |
+
msgid "Do you like CleanTalk?%s Post your feedback here%s."
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: inc/cleantalk-admin.php:226
|
101 |
msgid "Failed from timeout. Going to check comments again."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: inc/cleantalk-admin.php:227
|
105 |
msgid "Added"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: inc/cleantalk-admin.php:228 inc/cleantalk-admin.php:272
|
109 |
+
msgid "Deleted"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: inc/cleantalk-admin.php:229
|
113 |
msgid "comments"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: inc/cleantalk-admin.php:230
|
117 |
msgid "Delete all spam comments?"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: inc/cleantalk-admin.php:231
|
121 |
msgid "Delete checked comments?"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: inc/cleantalk-admin.php:232 inc/cleantalk-comments.php:500
|
125 |
+
#, php-format
|
126 |
+
msgid ""
|
127 |
+
"Total comments %s. Checked %s. Found %s spam comments. %s bad comments "
|
128 |
+
"(without IP or email)."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: inc/cleantalk-admin.php:233 inc/cleantalk-admin.php:279
|
132 |
+
#: inc/cleantalk-users.php:521
|
133 |
+
msgid "Please do backup of WordPress database before delete any accounts!"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: inc/cleantalk-admin.php:238
|
137 |
+
msgid "Find spam-comments"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: inc/cleantalk-admin.php:239
|
141 |
msgid "The sender has been whitelisted."
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: inc/cleantalk-admin.php:240
|
145 |
msgid "The sender has been blacklisted."
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: inc/cleantalk-admin.php:241 inc/cleantalk-public.php:2386
|
149 |
#, php-format
|
150 |
msgid "Feedback has been sent to %sCleanTalk Dashboard%s."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: inc/cleantalk-admin.php:269
|
154 |
msgid "Failed from timeout. Going to check users again."
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: inc/cleantalk-admin.php:270
|
158 |
msgid "Failed from timeout. Going to run a new attempt to delete spam users."
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: inc/cleantalk-admin.php:271
|
162 |
msgid "Inserted"
|
163 |
msgstr ""
|
164 |
|
180 |
"\"Check for spam\"."
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: inc/cleantalk-admin.php:278 inc/cleantalk-users.php:517
|
184 |
+
#, php-format
|
185 |
+
msgid ""
|
186 |
+
"Total users %s, checked %s, found %s spam users and %s bad users (without IP "
|
187 |
+
"or email)"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: inc/cleantalk-admin.php:282
|
191 |
+
msgid "Find spam-users"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: inc/cleantalk-admin.php:296 inc/cleantalk-admin.php:298
|
195 |
msgid "CleanTalk settings"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: inc/cleantalk-admin.php:451
|
199 |
#, php-format
|
200 |
msgid "Unable to connect to %s."
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: inc/cleantalk-admin.php:482
|
204 |
msgid "Protection is active"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: inc/cleantalk-admin.php:484
|
208 |
msgid "Advanced settings"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: inc/cleantalk-admin.php:488
|
212 |
msgid "Access key"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: inc/cleantalk-admin.php:499 inc/cleantalk-admin.php:857
|
216 |
msgid "Registration forms"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: inc/cleantalk-admin.php:500
|
220 |
msgid "Comments form"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: inc/cleantalk-admin.php:501 inc/cleantalk-admin.php:859
|
224 |
msgid "Contact forms"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: inc/cleantalk-admin.php:502 inc/cleantalk-admin.php:860
|
228 |
msgid "Custom contact forms"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: inc/cleantalk-admin.php:503 inc/cleantalk-admin.php:875
|
232 |
msgid "WooCommerce checkout form"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: inc/cleantalk-admin.php:504
|
236 |
msgid "Protect external forms"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: inc/cleantalk-admin.php:505
|
240 |
msgid "Protect internal forms"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: inc/cleantalk-admin.php:509
|
244 |
msgid "buddyPress private messages"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: inc/cleantalk-admin.php:510
|
248 |
msgid "Don't check trusted user's comments"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: inc/cleantalk-admin.php:511
|
252 |
msgid "Automatically delete spam comments"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: inc/cleantalk-admin.php:512
|
256 |
msgid "Remove links from approved comments"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: inc/cleantalk-admin.php:513
|
260 |
msgid "Show links to check Emails, IPs for spam."
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: inc/cleantalk-admin.php:517
|
264 |
msgid "Protect logged in Users"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: inc/cleantalk-admin.php:518
|
268 |
msgid "Use AJAX for JavaScript check"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: inc/cleantalk-admin.php:519
|
272 |
msgid "Check all post data"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: inc/cleantalk-admin.php:520
|
276 |
msgid "Set cookies"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: inc/cleantalk-admin.php:521
|
280 |
msgid "Use SSL"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: inc/cleantalk-admin.php:525
|
284 |
msgid "Show statistics in admin bar"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: inc/cleantalk-admin.php:526
|
288 |
msgid "Show All-time counter"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: inc/cleantalk-admin.php:527
|
292 |
msgid "Show 24 hours counter"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: inc/cleantalk-admin.php:528
|
296 |
msgid "SpamFireWall counter"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: inc/cleantalk-admin.php:531 inc/cleantalk-admin.php:1332
|
300 |
msgid "Collect details about browsers"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: inc/cleantalk-admin.php:532 inc/cleantalk-admin.php:654
|
304 |
+
msgid "Send connection reports"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: inc/cleantalk-admin.php:533 inc/cleantalk-admin.php:1462
|
308 |
msgid "Tell others about CleanTalk"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: inc/cleantalk-admin.php:534 inc/cleantalk-admin.php:865
|
312 |
+
#: inc/cleantalk-admin.php:1479
|
313 |
msgid "SpamFireWall"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/cleantalk-admin.php:611 inc/cleantalk-admin.php:626
|
317 |
+
#: inc/cleantalk-admin.php:641 inc/cleantalk-admin.php:1061
|
318 |
+
#: inc/cleantalk-admin.php:1094 inc/cleantalk-admin.php:1111
|
|
|
319 |
#: inc/cleantalk-admin.php:1127 inc/cleantalk-admin.php:1143
|
320 |
+
#: inc/cleantalk-admin.php:1159 inc/cleantalk-admin.php:1175
|
321 |
+
#: inc/cleantalk-admin.php:1191 inc/cleantalk-admin.php:1210
|
322 |
+
#: inc/cleantalk-admin.php:1235 inc/cleantalk-admin.php:1260
|
323 |
+
#: inc/cleantalk-admin.php:1280 inc/cleantalk-admin.php:1310
|
324 |
+
#: inc/cleantalk-admin.php:1367 inc/cleantalk-admin.php:1387
|
325 |
+
#: inc/cleantalk-admin.php:1407 inc/cleantalk-admin.php:1419
|
326 |
+
#: inc/cleantalk-admin.php:1431 inc/cleantalk-admin.php:1443
|
327 |
msgid "Yes"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: inc/cleantalk-admin.php:613 inc/cleantalk-admin.php:628
|
331 |
+
#: inc/cleantalk-admin.php:643 inc/cleantalk-admin.php:1063
|
332 |
+
#: inc/cleantalk-admin.php:1096 inc/cleantalk-admin.php:1113
|
|
|
333 |
#: inc/cleantalk-admin.php:1129 inc/cleantalk-admin.php:1145
|
334 |
+
#: inc/cleantalk-admin.php:1161 inc/cleantalk-admin.php:1177
|
335 |
+
#: inc/cleantalk-admin.php:1193 inc/cleantalk-admin.php:1212
|
336 |
+
#: inc/cleantalk-admin.php:1237 inc/cleantalk-admin.php:1262
|
337 |
+
#: inc/cleantalk-admin.php:1282 inc/cleantalk-admin.php:1312
|
338 |
+
#: inc/cleantalk-admin.php:1369 inc/cleantalk-admin.php:1389
|
339 |
+
#: inc/cleantalk-admin.php:1409 inc/cleantalk-admin.php:1421
|
340 |
+
#: inc/cleantalk-admin.php:1433 inc/cleantalk-admin.php:1445
|
341 |
msgid "No"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: inc/cleantalk-admin.php:614 inc/cleantalk-admin.php:644
|
345 |
msgid ""
|
346 |
"Display all-time requests counter in the admin bar. Counter displays number "
|
347 |
"of requests since plugin installation."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: inc/cleantalk-admin.php:629
|
351 |
msgid ""
|
352 |
"Display daily requests counter in the admin bar. Counter displays number of "
|
353 |
"requests of the past 24 hours."
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: inc/cleantalk-admin.php:655
|
357 |
+
msgid ""
|
358 |
+
"Checking this box you allow plugin to send the information about your "
|
359 |
+
"connection. The option in a beta state."
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: inc/cleantalk-admin.php:687
|
363 |
msgid "Since"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: inc/cleantalk-admin.php:693
|
367 |
msgid ""
|
368 |
"All / Allowed / Blocked submissions. The number of submissions is being "
|
369 |
"counted since CleanTalk plugin installation."
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: inc/cleantalk-admin.php:693
|
373 |
msgid "All"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: inc/cleantalk-admin.php:701
|
377 |
msgid ""
|
378 |
"Allowed / Blocked submissions. The number of submissions for past 24 hours. "
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: inc/cleantalk-admin.php:701
|
382 |
msgid "Day"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: inc/cleantalk-admin.php:707
|
386 |
msgid ""
|
387 |
"All / Blocked events. Access attempts regitred by SpamFireWall counted since "
|
388 |
"the last plugin activation."
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: inc/cleantalk-admin.php:712
|
392 |
msgid ""
|
393 |
"Allowed / Blocked submissions. The number of submissions is being counted "
|
394 |
"since "
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: inc/cleantalk-admin.php:719
|
398 |
msgid "dashboard"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: inc/cleantalk-admin.php:728 inc/cleantalk-admin.php:734
|
402 |
+
#: inc/cleantalk-admin.php:1878 inc/cleantalk-admin.php:1879
|
403 |
msgid "Settings"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: inc/cleantalk-admin.php:743 inc/cleantalk-admin.php:993
|
407 |
+
#: inc/cleantalk-admin.php:1907
|
408 |
msgid "Support"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: inc/cleantalk-admin.php:752
|
412 |
msgid "Bulk spam comments removal tool."
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: inc/cleantalk-admin.php:752 inc/cleantalk-admin.php:1027
|
416 |
msgid "Check comments for spam"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: inc/cleantalk-admin.php:762 inc/cleantalk-admin.php:1028
|
420 |
msgid "Check users for spam"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: inc/cleantalk-admin.php:771
|
424 |
msgid "Reset counter"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: inc/cleantalk-admin.php:858
|
428 |
msgid "Comments forms"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: inc/cleantalk-admin.php:864
|
432 |
+
#, php-format
|
433 |
+
msgid "Networks in database: %d."
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#: inc/cleantalk-admin.php:869
|
437 |
+
msgid "Auto update"
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#: inc/cleantalk-admin.php:916
|
441 |
+
msgid "Send report"
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#: inc/cleantalk-admin.php:985
|
445 |
#, php-format
|
446 |
msgid "has blocked <b>%s</b> spam."
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: inc/cleantalk-admin.php:992
|
450 |
msgid "Click here to get anti-spam statistics"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: inc/cleantalk-admin.php:1000
|
454 |
msgid "Enter the key"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: inc/cleantalk-admin.php:1012
|
458 |
msgid "Get access key manually"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: inc/cleantalk-admin.php:1013
|
462 |
msgid "or"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: inc/cleantalk-admin.php:1014
|
466 |
msgid "Get access key automatically"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: inc/cleantalk-admin.php:1019
|
470 |
#, php-format
|
471 |
msgid "Admin e-mail (%s) will be used for registration"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: inc/cleantalk-admin.php:1020
|
475 |
msgid "License agreement"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: inc/cleantalk-admin.php:1024
|
479 |
msgid "Show the access key"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: inc/cleantalk-admin.php:1031
|
483 |
+
msgid "Negative report"
|
484 |
+
msgstr ""
|
485 |
+
|
486 |
+
#: inc/cleantalk-admin.php:1044
|
487 |
#, php-format
|
488 |
+
msgid "Testing is failed, please, check the settings! Tech support %s%s%s."
|
|
|
|
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: inc/cleantalk-admin.php:1064
|
492 |
msgid "WordPress, JetPack, WooCommerce."
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: inc/cleantalk-admin.php:1069
|
496 |
msgid "Forms to protect"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: inc/cleantalk-admin.php:1073
|
500 |
msgid "Comments and messages"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: inc/cleantalk-admin.php:1077
|
504 |
msgid "Data processing"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/cleantalk-admin.php:1081
|
508 |
msgid "Admin bar"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: inc/cleantalk-admin.php:1097
|
512 |
msgid "Remove links from approved comments. Replace it with \"[Link deleted]\""
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: inc/cleantalk-admin.php:1114
|
516 |
msgid ""
|
517 |
"Shows little icon near IP addresses and Emails allowing you to check it via "
|
518 |
"CleanTalk's database. Also allowing you to manage comments from the public "
|
519 |
"post's page."
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: inc/cleantalk-admin.php:1130
|
523 |
msgid "WordPress, BuddyPress, bbPress, S2Member, WooCommerce."
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: inc/cleantalk-admin.php:1146
|
527 |
msgid ""
|
528 |
"Contact Form 7, Formidable forms, JetPack, Fast Secure Contact Form, "
|
529 |
"WordPress Landing Pages, Gravity Forms."
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: inc/cleantalk-admin.php:1162
|
533 |
msgid "Anti spam test for any WordPress themes or contacts forms."
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: inc/cleantalk-admin.php:1178
|
537 |
msgid "Anti spam test for WooCommerce checkout form."
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: inc/cleantalk-admin.php:1194
|
541 |
msgid "Check buddyPress private messages."
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: inc/cleantalk-admin.php:1213
|
545 |
#, php-format
|
546 |
msgid "Delete spam comments older than %d days."
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: inc/cleantalk-admin.php:1238
|
550 |
msgid ""
|
551 |
"Show/hide CleanTalk icon in top level menu in WordPress backend. The number "
|
552 |
"of submissions is being counted for past 24 hours."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: inc/cleantalk-admin.php:1263
|
556 |
msgid ""
|
557 |
"Check all POST submissions from website visitors. Enable this option if you "
|
558 |
"have spam misses on website or you don`t have records about missed spam here:"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: inc/cleantalk-admin.php:1263
|
562 |
msgid "CleanTalk dashboard"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: inc/cleantalk-admin.php:1263
|
566 |
msgid "СAUTION! Option can catch POST requests in WordPress backend"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: inc/cleantalk-admin.php:1283
|
570 |
msgid ""
|
571 |
"Options helps protect WordPress against spam with any caching plugins. Turn "
|
572 |
"this option on to avoid issues with caching plugins."
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: inc/cleantalk-admin.php:1283
|
576 |
msgid "Attention! Incompatible with AMP plugins!"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: inc/cleantalk-admin.php:1313
|
580 |
msgid "Dont't check comments for users with above"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: inc/cleantalk-admin.php:1313
|
584 |
msgid "comments."
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: inc/cleantalk-admin.php:1333
|
588 |
msgid ""
|
589 |
"Checking this box you allow plugin store information about screen size and "
|
590 |
"browser plugins of website visitors. The option in a beta state."
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: inc/cleantalk-admin.php:1390
|
594 |
msgid ""
|
595 |
"Turn this option on to protect forms on your WordPress that send data to "
|
596 |
"third-part servers (like MailChimp)."
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: inc/cleantalk-admin.php:1410
|
600 |
msgid ""
|
601 |
"This option will enable protection for custom (hand-made) AJAX forms with "
|
602 |
"PHP scripts handlers on your WordPress."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: inc/cleantalk-admin.php:1422
|
606 |
msgid ""
|
607 |
"Turn this option off to deny plugin generates any cookies on website front-"
|
608 |
"end. This option is helpful if you use Varnish. But most of contact forms "
|
609 |
"will not be protected by CleanTalk if the option is turned off!"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: inc/cleantalk-admin.php:1434
|
613 |
msgid ""
|
614 |
"Turn this option on to use encrypted (SSL) connection with CleanTalk servers."
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: inc/cleantalk-admin.php:1446
|
618 |
msgid ""
|
619 |
"Turn this option on to check for spam any submissions (comments, contact "
|
620 |
"forms and etc.) from registered Users."
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: inc/cleantalk-admin.php:1463
|
624 |
msgid ""
|
625 |
"Checking this box places a small link under the comment form that lets "
|
626 |
"others know what anti-spam tool protects your site."
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: inc/cleantalk-admin.php:1480
|
630 |
msgid ""
|
631 |
"This option allows to filter spam bots before they access website. Also "
|
632 |
"reduces CPU usage on hosting server and accelerates pages load time."
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: inc/cleantalk-admin.php:1482 inc/cleantalk-admin.php:1670
|
636 |
msgid "Learn more"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: inc/cleantalk-admin.php:1595
|
|
|
|
|
|
|
|
|
640 |
msgid "CleanTalk's tech support:"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: inc/cleantalk-admin.php:1601
|
644 |
msgid "Plugin Homepage at"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: inc/cleantalk-admin.php:1602
|
648 |
msgid "Use s@cleantalk.org to test plugin in any WordPress form."
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: inc/cleantalk-admin.php:1603
|
652 |
msgid "CleanTalk is registered Trademark. All rights reserved."
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: inc/cleantalk-admin.php:1605
|
656 |
+
#, php-format
|
657 |
+
msgid "Do you like CleanTalk? %sPost your feedback here%s."
|
658 |
+
msgstr ""
|
659 |
+
|
660 |
+
#: inc/cleantalk-admin.php:1613
|
661 |
+
msgid "Save Changes"
|
662 |
+
msgstr ""
|
663 |
+
|
664 |
+
#: inc/cleantalk-admin.php:1673
|
665 |
+
msgid "Do you know that Anti-Spam by CleanTalk has auto update option?"
|
666 |
+
msgstr ""
|
667 |
+
|
668 |
+
#: inc/cleantalk-admin.php:1683
|
669 |
#, php-format
|
670 |
msgid "Unable to get Access key automatically: %s"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: inc/cleantalk-admin.php:1684
|
674 |
msgid "Get the Access key"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: inc/cleantalk-admin.php:1693
|
678 |
#, php-format
|
679 |
msgid "Please enter Access Key in %s settings to enable anti spam protection!"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: inc/cleantalk-admin.php:1702
|
683 |
#, php-format
|
684 |
msgid "%s trial period ends, please upgrade to %s!"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: inc/cleantalk-admin.php:1713
|
688 |
msgid "RENEW ANTI-SPAM"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: inc/cleantalk-admin.php:1714
|
692 |
msgid "next year"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: inc/cleantalk-admin.php:1718
|
696 |
#, php-format
|
697 |
msgid "Please renew your anti-spam license for %s."
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: inc/cleantalk-admin.php:1903
|
701 |
msgid "Translate"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: inc/cleantalk-admin.php:1906
|
705 |
msgid "FAQ"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: inc/cleantalk-comments.php:14 inc/cleantalk-users.php:15
|
|
|
709 |
msgid "Check for spam"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: inc/cleantalk-comments.php:14
|
713 |
+
msgid "Find spam comments"
|
714 |
+
msgstr ""
|
715 |
+
|
716 |
+
#: inc/cleantalk-comments.php:39 inc/cleantalk-users.php:39
|
717 |
msgid ""
|
718 |
"Ajax error. Process will be automatically restarted in 3 seconds. Status: "
|
719 |
msgstr ""
|
723 |
"Please wait for a while. CleanTalk is deleting spam comments. Comments left: "
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: inc/cleantalk-comments.php:56 inc/cleantalk-users.php:56
|
727 |
+
msgid "Start check"
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: inc/cleantalk-comments.php:57 inc/cleantalk-users.php:57
|
731 |
+
msgid "Continue check"
|
732 |
+
msgstr ""
|
733 |
+
|
734 |
+
#: inc/cleantalk-comments.php:58 inc/cleantalk-users.php:58
|
735 |
+
msgid ""
|
736 |
+
"The plugin will check all comments against blacklists database and show you "
|
737 |
+
"senders that have spam activity on other websites."
|
738 |
+
msgstr ""
|
739 |
+
|
740 |
+
#: inc/cleantalk-comments.php:61 inc/cleantalk-users.php:61
|
741 |
+
msgid "Accurate check"
|
742 |
+
msgstr ""
|
743 |
+
|
744 |
+
#: inc/cleantalk-comments.php:63 inc/cleantalk-users.php:63
|
745 |
+
msgid ""
|
746 |
+
"Allows to use comment's dates to perform more accurate check. Could "
|
747 |
+
"seriously slow down the check."
|
748 |
+
msgstr ""
|
749 |
+
|
750 |
+
#: inc/cleantalk-comments.php:66 inc/cleantalk-users.php:66
|
751 |
+
msgid "Specify date range"
|
752 |
+
msgstr ""
|
753 |
+
|
754 |
+
#: inc/cleantalk-comments.php:82
|
755 |
msgid ""
|
756 |
"Please wait! CleanTalk is checking all approved and pending comments via "
|
757 |
"blacklist database at cleantalk.org. You will have option to delete found "
|
758 |
"spam comments after plugin finish."
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: inc/cleantalk-comments.php:131
|
762 |
msgid "Author"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: inc/cleantalk-comments.php:132
|
766 |
msgid "Comment"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: inc/cleantalk-comments.php:133
|
770 |
msgid "In Response To"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: inc/cleantalk-comments.php:179
|
774 |
#, php-format
|
775 |
msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: inc/cleantalk-comments.php:181
|
779 |
msgid "Y/m/d"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: inc/cleantalk-comments.php:191 inc/cleantalk-users.php:188
|
783 |
msgid "Approve"
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: inc/cleantalk-comments.php:193 inc/cleantalk-users.php:190
|
787 |
msgid "Delete"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: inc/cleantalk-comments.php:208
|
791 |
msgid "View Post"
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: inc/cleantalk-comments.php:235
|
795 |
msgid "Delete all comments from the list"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: inc/cleantalk-comments.php:236 inc/cleantalk-users.php:233
|
799 |
msgid "Delete selected"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: inc/cleantalk-comments.php:240
|
803 |
msgid "Insert comments"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: inc/cleantalk-comments.php:241
|
807 |
+
msgid "Delete comments"
|
|
|
|
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: inc/cleantalk-comments.php:246 inc/cleantalk-users.php:244
|
811 |
msgid ""
|
812 |
"There is some differencies between blacklists database and our API "
|
813 |
"mechanisms. Blacklists shows all history of spam activity, but our API (that "
|
817 |
"emails/IPs will be not found by this checking."
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: inc/cleantalk-comments.php:250 inc/cleantalk-users.php:248
|
821 |
+
msgid "Stop deletion"
|
822 |
+
msgstr ""
|
823 |
+
|
824 |
+
#: inc/cleantalk-comments.php:400 inc/cleantalk-users.php:388
|
825 |
+
msgid "Connection error"
|
826 |
+
msgstr ""
|
827 |
+
|
828 |
+
#: inc/cleantalk-comments.php:408 inc/cleantalk-users.php:396
|
829 |
+
msgid "Server response: "
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: inc/cleantalk-comments.php:504
|
833 |
msgid "Please do backup of WordPress database before delete any comments!"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: inc/cleantalk-public.php:391 inc/cleantalk-public.php:475
|
837 |
+
#: inc/cleantalk-public.php:521 inc/cleantalk-public.php:2147
|
|
|
838 |
msgid "Spam protection by CleanTalk"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: inc/cleantalk-public.php:923 inc/cleantalk-public.php:963
|
842 |
+
#: inc/cleantalk-public.php:981
|
843 |
msgid "Spam protection"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: inc/cleantalk-public.php:1180
|
847 |
#, php-format
|
848 |
+
msgid "Registration approved by %s."
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: inc/cleantalk-public.php:1764
|
852 |
msgid "Comment approved. Anti-spam by CleanTalk."
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: inc/cleantalk-public.php:2301
|
856 |
msgid "Attention, please!"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: inc/cleantalk-public.php:2302
|
860 |
#, php-format
|
861 |
msgid "\"%s\" plugin error on your site %s:"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: inc/cleantalk-public.php:2304
|
865 |
#, php-format
|
866 |
msgid "[%s] %s error!"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: inc/cleantalk-public.php:2384
|
870 |
msgid "Error occured while sending feedback."
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: inc/cleantalk-public.php:2385
|
874 |
msgid "Feedback wasn't sent. There is no associated request."
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: inc/cleantalk-public.php:2424
|
878 |
msgid "Sender info"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: inc/cleantalk-public.php:2427
|
882 |
msgid "by"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: inc/cleantalk-public.php:2439
|
886 |
msgid "No email"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: inc/cleantalk-public.php:2449
|
890 |
msgid "No IP"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: inc/cleantalk-public.php:2452
|
894 |
msgid "Mark as spam"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: inc/cleantalk-public.php:2453
|
898 |
msgid "Unspam"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: inc/cleantalk-public.php:2455
|
902 |
msgid "Marked as spam."
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: inc/cleantalk-public.php:2456
|
906 |
msgid "Marked as not spam."
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: inc/cleantalk-users.php:15
|
910 |
+
msgid "Find spam users"
|
911 |
+
msgstr ""
|
912 |
+
|
913 |
+
#: inc/cleantalk-users.php:46
|
914 |
msgid "Please wait for a while. CleanTalk is deleting spam users. Users left: "
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: inc/cleantalk-users.php:82
|
918 |
msgid ""
|
919 |
"Please wait for a while. CleanTalk is checking all users via blacklist "
|
920 |
"database at cleantalk.org. You will have option to delete found spam users "
|
921 |
"after plugin finish."
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: inc/cleantalk-users.php:131
|
925 |
msgid "Username"
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: inc/cleantalk-users.php:132
|
929 |
msgid "Name"
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: inc/cleantalk-users.php:133
|
933 |
msgid "E-mail"
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: inc/cleantalk-users.php:134
|
937 |
msgid "Role"
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: inc/cleantalk-users.php:135
|
941 |
msgid "Posts"
|
942 |
msgstr ""
|
943 |
|
944 |
+
#: inc/cleantalk-users.php:232
|
945 |
msgid "Delete all users from list"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: inc/cleantalk-users.php:234
|
949 |
msgid "Download results in CSV"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: inc/cleantalk-users.php:238
|
953 |
msgid "Insert accounts"
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: inc/cleantalk-users.php:239
|
957 |
+
msgid "Delete accounts"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: inc/cleantalk-widget.php:12
|
961 |
+
msgid "CleanTalk Widget"
|
|
|
|
|
|
|
962 |
msgstr ""
|
963 |
|
964 |
+
#: inc/cleantalk-widget.php:15
|
965 |
+
msgid "CleanTalk widget"
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: inc/cleantalk-widget.php:61
|
969 |
+
msgid "CleanTalk's main page"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: inc/cleantalk-widget.php:62
|
973 |
+
msgid "spam"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: inc/cleantalk-widget.php:74
|
977 |
msgid "Spam blocked"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: inc/cleantalk-widget.php:79
|
981 |
msgid "Title:"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: inc/cleantalk-widget.php:84
|
985 |
+
msgid "Style:"
|
986 |
+
msgstr ""
|
987 |
+
|
988 |
+
#: inc/cleantalk-widget.php:86
|
989 |
+
msgid "CleanTalk's Style"
|
990 |
+
msgstr ""
|
991 |
+
|
992 |
+
#: inc/cleantalk-widget.php:87
|
993 |
+
msgid "Light"
|
994 |
+
msgstr ""
|
995 |
+
|
996 |
+
#: inc/cleantalk-widget.php:88
|
997 |
+
msgid "Extremely Light"
|
998 |
+
msgstr ""
|
999 |
+
|
1000 |
+
#: inc/cleantalk-widget.php:89
|
1001 |
+
msgid "Dark"
|
1002 |
+
msgstr ""
|
1003 |
+
|
1004 |
+
#: inc/cleantalk-widget.php:94
|
1005 |
+
msgid "Referal link ID:"
|
1006 |
+
msgstr ""
|
1007 |
+
|
1008 |
+
#: lib/CleantalkSFW.php:286
|
1009 |
+
msgid "SpamFireWall is activated for your IP "
|
1010 |
+
msgstr ""
|
1011 |
+
|
1012 |
+
#: lib/CleantalkSFW.php:287
|
1013 |
+
msgid ""
|
1014 |
+
"To continue working with web site, please make sure that you have enabled "
|
1015 |
+
"JavaScript."
|
1016 |
+
msgstr ""
|
1017 |
+
|
1018 |
+
#: lib/CleantalkSFW.php:288
|
1019 |
+
msgid "Please click bellow to pass protection,"
|
1020 |
+
msgstr ""
|
1021 |
+
|
1022 |
+
#: lib/CleantalkSFW.php:289
|
1023 |
+
#, php-format
|
1024 |
+
msgid ""
|
1025 |
+
"Or you will be automatically redirected to the requested page after %d "
|
1026 |
+
"seconds."
|
1027 |
+
msgstr ""
|
1028 |
+
|
1029 |
+
#: lib/CleantalkSFW.php:290
|
1030 |
+
msgid "Antispam by CleanTalk"
|
1031 |
+
msgstr ""
|
1032 |
+
|
1033 |
#: templates/translate_banner.php:5
|
1034 |
msgid "Help others use the plugin in your language."
|
1035 |
msgstr ""
|
1056 |
#. Description of the plugin/theme
|
1057 |
msgid ""
|
1058 |
"Max power, all-in-one, no Captcha, premium anti-spam plugin. No comment "
|
1059 |
+
"spam, no registration spam, no contact spam, protects any WordPress forms."
|
|
|
1060 |
msgstr ""
|
1061 |
|
1062 |
#. Author of the plugin/theme
|
inc/cleantalk-admin.php
CHANGED
@@ -899,7 +899,7 @@ function ct_report_builder() {
|
|
899 |
if (isset($ct_data['connection_reports'])){
|
900 |
|
901 |
if ($ct_data['connection_reports']['negative'] == 0){
|
902 |
-
|
903 |
}else{
|
904 |
|
905 |
echo "<table id='negative_reports_table'>
|
899 |
if (isset($ct_data['connection_reports'])){
|
900 |
|
901 |
if ($ct_data['connection_reports']['negative'] == 0){
|
902 |
+
_e('There are no failed connections to CleanTalk servers.', 'cleantalk');
|
903 |
}else{
|
904 |
|
905 |
echo "<table id='negative_reports_table'>
|
inc/cleantalk-common.php
CHANGED
@@ -150,6 +150,7 @@ function apbct_base_call($params = array(), $reg_flag = false){
|
|
150 |
$ct = new Cleantalk();
|
151 |
|
152 |
$ct->ssl_on = $ct_options['ssl_on'];
|
|
|
153 |
$ct->server_url = $ct_options['server'];
|
154 |
$ct->server_ttl = $config['ct_server_ttl'];
|
155 |
$ct->work_url = $config['ct_work_url'];
|
150 |
$ct = new Cleantalk();
|
151 |
|
152 |
$ct->ssl_on = $ct_options['ssl_on'];
|
153 |
+
$ct->ssl_path = APBCT_CASERT_PATH;
|
154 |
$ct->server_url = $ct_options['server'];
|
155 |
$ct->server_ttl = $config['ct_server_ttl'];
|
156 |
$ct->work_url = $config['ct_work_url'];
|
inc/cleantalk-widget.php
CHANGED
@@ -58,8 +58,8 @@ class cleantalk_widget extends WP_Widget
|
|
58 |
|
59 |
// This is where you run the code and display the output
|
60 |
echo '<div style="width:auto;">'
|
61 |
-
.'<a href="http://cleantalk.org'.(!empty($instance['refid']) ? '?pid='.$instance['refid'] : '').'" target="_blank" title="CleanTalk\'s main page" style="'.$a_style.'">'
|
62 |
-
.'<strong style="'.$strong_style.'"><b>'.$blocked.'</b> spam</strong> blocked by <strong>CleanTalk</strong>'
|
63 |
.'</a>'
|
64 |
.'</div>';
|
65 |
|
@@ -76,22 +76,22 @@ class cleantalk_widget extends WP_Widget
|
|
76 |
$refid = isset( $instance[ 'refid' ] ) ? $instance[ 'refid' ] : $refid = '';
|
77 |
// Title field
|
78 |
echo '<p>'
|
79 |
-
.'<label for="' . $this->get_field_id( 'title' ) . '">' . __( 'Title:' ) . '</label>'
|
80 |
.'<input class="widefat" id="'.$this->get_field_id( 'title' ).'" name="'.$this->get_field_name( 'title' ).'" type="text" value="'.esc_attr( $title ).'" />'
|
81 |
.'</p>';
|
82 |
// Style
|
83 |
echo '<p>'
|
84 |
-
.'<label for="' . $this->get_field_id( 'style' ) . '">' . __( 'Style:' ) . '</label>'
|
85 |
.'<select id="'.$this->get_field_id( 'style' ).'" class="widefat" name="'.$this->get_field_name( 'style' ).'">'
|
86 |
-
.'<option '.($style == 'cleantalk' ? selected : '').' value="cleantalk">CleanTalk\'s Style</option>'
|
87 |
-
.'<option '.($style == 'light' ? selected : '').' value="light">Light</option>'
|
88 |
-
.'<option '.($style == 'ex_light' ? selected : '').' value="ex_light">Extremely Light</option>'
|
89 |
-
.'<option '.($style == 'dark' ? selected : '').' value="dark">Dark</option>'
|
90 |
.'</select>'
|
91 |
.'</p>';
|
92 |
// Ref ID
|
93 |
echo '<p>'
|
94 |
-
.'<label for="' . $this->get_field_id( 'refid' ) . '">' . __( 'Referal link ID:' ) . '</label>'
|
95 |
.'<input class="widefat" id="'.$this->get_field_id( 'refid' ).'" name="'.$this->get_field_name( 'refid' ).'" type="text" value="'.$refid.'" />'
|
96 |
.'</p>';
|
97 |
}
|
58 |
|
59 |
// This is where you run the code and display the output
|
60 |
echo '<div style="width:auto;">'
|
61 |
+
.'<a href="http://cleantalk.org'.(!empty($instance['refid']) ? '?pid='.$instance['refid'] : '').'" target="_blank" title="'.__('CleanTalk\'s main page', 'cleantalk').'" style="'.$a_style.'">'
|
62 |
+
.'<strong style="'.$strong_style.'"><b>'.$blocked.'</b> '.__('spam', 'cleantalk').'</strong> '.__('blocked by', 'cleantalk').' <strong>CleanTalk</strong>'
|
63 |
.'</a>'
|
64 |
.'</div>';
|
65 |
|
76 |
$refid = isset( $instance[ 'refid' ] ) ? $instance[ 'refid' ] : $refid = '';
|
77 |
// Title field
|
78 |
echo '<p>'
|
79 |
+
.'<label for="' . $this->get_field_id( 'title' ) . '">' . __( 'Title:', 'cleantalk' ) . '</label>'
|
80 |
.'<input class="widefat" id="'.$this->get_field_id( 'title' ).'" name="'.$this->get_field_name( 'title' ).'" type="text" value="'.esc_attr( $title ).'" />'
|
81 |
.'</p>';
|
82 |
// Style
|
83 |
echo '<p>'
|
84 |
+
.'<label for="' . $this->get_field_id( 'style' ) . '">' . __( 'Style:', 'cleantalk' ) . '</label>'
|
85 |
.'<select id="'.$this->get_field_id( 'style' ).'" class="widefat" name="'.$this->get_field_name( 'style' ).'">'
|
86 |
+
.'<option '.($style == 'cleantalk' ? selected : '').' value="cleantalk">'.__('CleanTalk\'s Style', 'cleantalk').'</option>'
|
87 |
+
.'<option '.($style == 'light' ? selected : '').' value="light">'.__('Light', 'cleantalk').'</option>'
|
88 |
+
.'<option '.($style == 'ex_light' ? selected : '').' value="ex_light">'.__('Extremely Light', 'cleantalk').'</option>'
|
89 |
+
.'<option '.($style == 'dark' ? selected : '').' value="dark">'.__('Dark', 'cleantalk').'</option>'
|
90 |
.'</select>'
|
91 |
.'</p>';
|
92 |
// Ref ID
|
93 |
echo '<p>'
|
94 |
+
.'<label for="' . $this->get_field_id( 'refid' ) . '">' . __( 'Referal link ID:', 'cleantalk' ) . '</label>'
|
95 |
.'<input class="widefat" id="'.$this->get_field_id( 'refid' ).'" name="'.$this->get_field_name( 'refid' ).'" type="text" value="'.$refid.'" />'
|
96 |
.'</p>';
|
97 |
}
|
inc/cleantalk.class.php
CHANGED
@@ -575,10 +575,6 @@ class Cleantalk {
|
|
575 |
// Convert to array
|
576 |
$data = (array)json_decode(json_encode($data), true);
|
577 |
|
578 |
-
|
579 |
-
$original_url = $url;
|
580 |
-
$original_data = $data;
|
581 |
-
|
582 |
//Cleaning from 'null' values
|
583 |
$tmp_data = array();
|
584 |
foreach($data as $key => $value){
|
@@ -603,28 +599,24 @@ class Cleantalk {
|
|
603 |
$result = false;
|
604 |
$curl_error = null;
|
605 |
if(function_exists('curl_init')) {
|
|
|
606 |
$ch = curl_init();
|
|
|
607 |
curl_setopt($ch, CURLOPT_URL, $url);
|
608 |
curl_setopt($ch, CURLOPT_TIMEOUT, $server_timeout);
|
609 |
curl_setopt($ch, CURLOPT_POST, 1);
|
610 |
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
611 |
-
// receive server response ...
|
612 |
-
curl_setopt($ch,
|
613 |
-
|
614 |
-
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
|
615 |
-
// see http://stackoverflow.com/a/23322368
|
616 |
-
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
|
617 |
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true);
|
626 |
-
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
|
627 |
-
curl_setopt($ch, CURLOPT_CAINFO, $this->ssl_path);
|
628 |
}
|
629 |
|
630 |
$result = curl_exec($ch);
|
@@ -633,7 +625,8 @@ class Cleantalk {
|
|
633 |
// Use SSL next time, if error occurs.
|
634 |
if(!$this->ssl_on){
|
635 |
$this->ssl_on = true;
|
636 |
-
|
|
|
637 |
}
|
638 |
}
|
639 |
|
@@ -1118,3 +1111,41 @@ if( !function_exists('locale_get_display_region') ){
|
|
1118 |
}
|
1119 |
}
|
1120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
575 |
// Convert to array
|
576 |
$data = (array)json_decode(json_encode($data), true);
|
577 |
|
|
|
|
|
|
|
|
|
578 |
//Cleaning from 'null' values
|
579 |
$tmp_data = array();
|
580 |
foreach($data as $key => $value){
|
599 |
$result = false;
|
600 |
$curl_error = null;
|
601 |
if(function_exists('curl_init')) {
|
602 |
+
|
603 |
$ch = curl_init();
|
604 |
+
|
605 |
curl_setopt($ch, CURLOPT_URL, $url);
|
606 |
curl_setopt($ch, CURLOPT_TIMEOUT, $server_timeout);
|
607 |
curl_setopt($ch, CURLOPT_POST, 1);
|
608 |
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
609 |
+
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // receive server response ...
|
610 |
+
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:')); // resolve 'Expect: 100-continue' issue
|
611 |
+
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0); // see http://stackoverflow.com/a/23322368
|
|
|
|
|
|
|
612 |
|
613 |
+
if ($this->ssl_on && $this->ssl_path != '') {
|
614 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true);
|
615 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
|
616 |
+
curl_setopt($ch, CURLOPT_CAINFO, $this->ssl_path);
|
617 |
+
}else{ // Disabling CA cert verivication and common name verification
|
618 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
619 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
|
|
|
|
|
|
|
620 |
}
|
621 |
|
622 |
$result = curl_exec($ch);
|
625 |
// Use SSL next time, if error occurs.
|
626 |
if(!$this->ssl_on){
|
627 |
$this->ssl_on = true;
|
628 |
+
$args = func_get_args();
|
629 |
+
return $this->sendRequest($args[0], $args[1], $server_timeout);
|
630 |
}
|
631 |
}
|
632 |
|
1111 |
}
|
1112 |
}
|
1113 |
|
1114 |
+
/*
|
1115 |
+
* From getID3() by James Heinrich <info@getid3.org> under GNU GPL
|
1116 |
+
*/
|
1117 |
+
if(!function_exists('utf8_decode')){
|
1118 |
+
function utf8_decode($string){
|
1119 |
+
$newcharstring = '';
|
1120 |
+
$offset = 0;
|
1121 |
+
$stringlength = strlen($string);
|
1122 |
+
while ($offset < $stringlength) {
|
1123 |
+
if ((ord($string{$offset}) | 0x07) == 0xF7) {
|
1124 |
+
$charval = ((ord($string{($offset + 0)}) & 0x07) << 18) &
|
1125 |
+
((ord($string{($offset + 1)}) & 0x3F) << 12) &
|
1126 |
+
((ord($string{($offset + 2)}) & 0x3F) << 6) &
|
1127 |
+
(ord($string{($offset + 3)}) & 0x3F);
|
1128 |
+
$offset += 4;
|
1129 |
+
} elseif ((ord($string{$offset}) | 0x0F) == 0xEF) {
|
1130 |
+
$charval = ((ord($string{($offset + 0)}) & 0x0F) << 12) &
|
1131 |
+
((ord($string{($offset + 1)}) & 0x3F) << 6) &
|
1132 |
+
(ord($string{($offset + 2)}) & 0x3F);
|
1133 |
+
$offset += 3;
|
1134 |
+
} elseif ((ord($string{$offset}) | 0x1F) == 0xDF) {
|
1135 |
+
$charval = ((ord($string{($offset + 0)}) & 0x1F) << 6) &
|
1136 |
+
(ord($string{($offset + 1)}) & 0x3F);
|
1137 |
+
$offset += 2;
|
1138 |
+
} elseif ((ord($string{$offset}) | 0x7F) == 0x7F) {
|
1139 |
+
$charval = ord($string{$offset});
|
1140 |
+
$offset += 1;
|
1141 |
+
} else {
|
1142 |
+
$charval = false;
|
1143 |
+
$offset += 1;
|
1144 |
+
}
|
1145 |
+
if ($charval !== false) {
|
1146 |
+
$newcharstring .= (($charval < 256) ? chr($charval) : '?');
|
1147 |
+
}
|
1148 |
+
}
|
1149 |
+
return $newcharstring;
|
1150 |
+
}
|
1151 |
+
}
|
js/apbct-public.js
CHANGED
@@ -56,7 +56,7 @@ var ctFunctionMouseMove = function output(event){
|
|
56 |
|
57 |
ctMouseDataCounter++;
|
58 |
ctMouseEventTimerFlag = false;
|
59 |
-
if(ctMouseDataCounter >=
|
60 |
ctMouseStopData();
|
61 |
}
|
62 |
}
|
56 |
|
57 |
ctMouseDataCounter++;
|
58 |
ctMouseEventTimerFlag = false;
|
59 |
+
if(ctMouseDataCounter >= 50){
|
60 |
ctMouseStopData();
|
61 |
}
|
62 |
}
|
lib/CleantalkHelper.php
CHANGED
@@ -330,10 +330,11 @@ class CleantalkHelper
|
|
330 |
return $result;
|
331 |
}
|
332 |
|
333 |
-
static public function sendRawRequest($url
|
334 |
{
|
335 |
-
|
336 |
$result = null;
|
|
|
|
|
337 |
if(!$isJSON){
|
338 |
$data = http_build_query($data);
|
339 |
$data = str_replace("&", "&", $data);
|
@@ -341,8 +342,6 @@ class CleantalkHelper
|
|
341 |
$data = json_encode($data);
|
342 |
}
|
343 |
|
344 |
-
$curl_exec = false;
|
345 |
-
|
346 |
if (function_exists('curl_init') && function_exists('json_decode')){
|
347 |
|
348 |
$ch = curl_init();
|
@@ -350,20 +349,32 @@ class CleantalkHelper
|
|
350 |
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
|
351 |
curl_setopt($ch, CURLOPT_POST, true);
|
352 |
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
353 |
-
|
354 |
-
// receive server response ...
|
355 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
356 |
-
// resolve 'Expect: 100-continue' issue
|
357 |
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
|
358 |
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
$result = curl_exec($ch);
|
360 |
|
361 |
-
if($result
|
362 |
-
$
|
|
|
|
|
|
|
|
|
|
|
363 |
|
364 |
curl_close($ch);
|
|
|
|
|
|
|
365 |
}
|
366 |
-
|
|
|
367 |
|
368 |
$opts = array(
|
369 |
'http'=>array(
|
@@ -376,6 +387,9 @@ class CleantalkHelper
|
|
376 |
$result = @file_get_contents($url, 0, $context);
|
377 |
}
|
378 |
|
|
|
|
|
|
|
379 |
return $result;
|
380 |
}
|
381 |
|
330 |
return $result;
|
331 |
}
|
332 |
|
333 |
+
static public function sendRawRequest($url, $data, $isJSON = false, $timeout=3, $ssl = false)
|
334 |
{
|
|
|
335 |
$result = null;
|
336 |
+
$curl_error = false;
|
337 |
+
|
338 |
if(!$isJSON){
|
339 |
$data = http_build_query($data);
|
340 |
$data = str_replace("&", "&", $data);
|
342 |
$data = json_encode($data);
|
343 |
}
|
344 |
|
|
|
|
|
345 |
if (function_exists('curl_init') && function_exists('json_decode')){
|
346 |
|
347 |
$ch = curl_init();
|
349 |
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
|
350 |
curl_setopt($ch, CURLOPT_POST, true);
|
351 |
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
|
|
|
|
352 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
|
|
353 |
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
|
354 |
|
355 |
+
if ($ssl === true) {
|
356 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true);
|
357 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
|
358 |
+
curl_setopt($ch, CURLOPT_CAINFO, APBCT_CASERT_PATH);
|
359 |
+
}
|
360 |
+
|
361 |
$result = curl_exec($ch);
|
362 |
|
363 |
+
if($result === false){
|
364 |
+
if($ssl === false){
|
365 |
+
$args = func_get_args();
|
366 |
+
return self::sendRawRequest($args[0], $args[1], $isJSON, $timeout, true);
|
367 |
+
}
|
368 |
+
$curl_error = curl_error($ch);
|
369 |
+
}
|
370 |
|
371 |
curl_close($ch);
|
372 |
+
|
373 |
+
}else{
|
374 |
+
$curl_error = 'CURL_NOT_INSTALLED';
|
375 |
}
|
376 |
+
|
377 |
+
if($curl_error){
|
378 |
|
379 |
$opts = array(
|
380 |
'http'=>array(
|
387 |
$result = @file_get_contents($url, 0, $context);
|
388 |
}
|
389 |
|
390 |
+
if(!$result && $curl_error)
|
391 |
+
return array('error' => true, 'error_string' => $curl_error);
|
392 |
+
|
393 |
return $result;
|
394 |
}
|
395 |
|
lib/CleantalkSFW.php
CHANGED
@@ -285,7 +285,7 @@ class CleantalkSFW
|
|
285 |
$request_uri = $_SERVER['REQUEST_URI'];
|
286 |
$sfw_die_page = str_replace('{SFW_DIE_NOTICE_IP}', __('SpamFireWall is activated for your IP ', 'cleantalk'), $sfw_die_page);
|
287 |
$sfw_die_page = str_replace('{SFW_DIE_MAKE_SURE_JS_ENABLED}', __('To continue working with web site, please make sure that you have enabled JavaScript.', 'cleantalk'), $sfw_die_page);
|
288 |
-
$sfw_die_page = str_replace('{SFW_DIE_CLICK_TO_PASS}', __('Please click
|
289 |
$sfw_die_page = str_replace('{SFW_DIE_YOU_WILL_BE_REDIRECTED}', sprintf(__('Or you will be automatically redirected to the requested page after %d seconds.', 'cleantalk'), 1), $sfw_die_page);
|
290 |
$sfw_die_page = str_replace('{CLEANTALK_TITLE}', __('Antispam by CleanTalk', 'cleantalk'), $sfw_die_page);
|
291 |
|
@@ -359,17 +359,18 @@ class CleantalkSFW
|
|
359 |
* @param integer connect timeout
|
360 |
* @return type
|
361 |
*/
|
362 |
-
static public function sendRawRequest($url
|
|
|
|
|
|
|
363 |
|
364 |
-
$result=null;
|
365 |
if(!$isJSON){
|
366 |
-
$data=http_build_query($data);
|
367 |
-
$data=str_replace("&", "&", $data);
|
368 |
}else{
|
369 |
-
$data= json_encode($data);
|
370 |
}
|
371 |
|
372 |
-
$curl_exec=false;
|
373 |
if (function_exists('curl_init') && function_exists('json_decode')){
|
374 |
|
375 |
$ch = curl_init();
|
@@ -377,32 +378,47 @@ class CleantalkSFW
|
|
377 |
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
|
378 |
curl_setopt($ch, CURLOPT_POST, true);
|
379 |
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
380 |
-
|
381 |
-
// receive server response ...
|
382 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
383 |
-
// resolve 'Expect: 100-continue' issue
|
384 |
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
|
385 |
|
|
|
|
|
|
|
|
|
|
|
|
|
386 |
$result = curl_exec($ch);
|
387 |
|
388 |
-
if($result
|
389 |
-
$
|
|
|
|
|
|
|
|
|
390 |
}
|
391 |
|
392 |
curl_close($ch);
|
|
|
|
|
|
|
393 |
}
|
394 |
-
|
|
|
395 |
|
396 |
$opts = array(
|
397 |
'http'=>array(
|
398 |
-
'method'
|
399 |
-
'timeout'=> $timeout,
|
400 |
-
'content' => $data
|
401 |
)
|
402 |
);
|
403 |
$context = stream_context_create($opts);
|
404 |
$result = @file_get_contents($url, 0, $context);
|
405 |
}
|
|
|
|
|
|
|
|
|
406 |
return $result;
|
407 |
}
|
408 |
|
285 |
$request_uri = $_SERVER['REQUEST_URI'];
|
286 |
$sfw_die_page = str_replace('{SFW_DIE_NOTICE_IP}', __('SpamFireWall is activated for your IP ', 'cleantalk'), $sfw_die_page);
|
287 |
$sfw_die_page = str_replace('{SFW_DIE_MAKE_SURE_JS_ENABLED}', __('To continue working with web site, please make sure that you have enabled JavaScript.', 'cleantalk'), $sfw_die_page);
|
288 |
+
$sfw_die_page = str_replace('{SFW_DIE_CLICK_TO_PASS}', __('Please click below to pass protection,', 'cleantalk'), $sfw_die_page);
|
289 |
$sfw_die_page = str_replace('{SFW_DIE_YOU_WILL_BE_REDIRECTED}', sprintf(__('Or you will be automatically redirected to the requested page after %d seconds.', 'cleantalk'), 1), $sfw_die_page);
|
290 |
$sfw_die_page = str_replace('{CLEANTALK_TITLE}', __('Antispam by CleanTalk', 'cleantalk'), $sfw_die_page);
|
291 |
|
359 |
* @param integer connect timeout
|
360 |
* @return type
|
361 |
*/
|
362 |
+
static public function sendRawRequest($url, $data, $isJSON = false, $timeout=3, $ssl = false)
|
363 |
+
{
|
364 |
+
$result = null;
|
365 |
+
$curl_error = false;
|
366 |
|
|
|
367 |
if(!$isJSON){
|
368 |
+
$data = http_build_query($data);
|
369 |
+
$data = str_replace("&", "&", $data);
|
370 |
}else{
|
371 |
+
$data = json_encode($data);
|
372 |
}
|
373 |
|
|
|
374 |
if (function_exists('curl_init') && function_exists('json_decode')){
|
375 |
|
376 |
$ch = curl_init();
|
378 |
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
|
379 |
curl_setopt($ch, CURLOPT_POST, true);
|
380 |
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
|
|
|
|
381 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
|
|
382 |
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
|
383 |
|
384 |
+
if ($ssl === true) {
|
385 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true);
|
386 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
|
387 |
+
curl_setopt($ch, CURLOPT_CAINFO, APBCT_CASERT_PATH);
|
388 |
+
}
|
389 |
+
|
390 |
$result = curl_exec($ch);
|
391 |
|
392 |
+
if($result === false){
|
393 |
+
if($ssl === false){
|
394 |
+
$args = func_get_args();
|
395 |
+
return self::sendRawRequest($args[0], $args[1], $isJSON, $timeout, true);
|
396 |
+
}
|
397 |
+
$curl_error = curl_error($ch);
|
398 |
}
|
399 |
|
400 |
curl_close($ch);
|
401 |
+
|
402 |
+
}else{
|
403 |
+
$curl_error = 'CURL_NOT_INSTALLED';
|
404 |
}
|
405 |
+
|
406 |
+
if($curl_error){
|
407 |
|
408 |
$opts = array(
|
409 |
'http'=>array(
|
410 |
+
'method' => "POST",
|
411 |
+
'timeout' => $timeout,
|
412 |
+
'content' => $data,
|
413 |
)
|
414 |
);
|
415 |
$context = stream_context_create($opts);
|
416 |
$result = @file_get_contents($url, 0, $context);
|
417 |
}
|
418 |
+
|
419 |
+
if(!$result && $curl_error)
|
420 |
+
return array('error' => true, 'error_string' => $curl_error);
|
421 |
+
|
422 |
return $result;
|
423 |
}
|
424 |
|
lib/CleantalkUpgrader.php
CHANGED
@@ -20,12 +20,12 @@ class CleantalkUpgrader extends Plugin_Upgrader
|
|
20 |
* @since 2.8.0
|
21 |
*/
|
22 |
public function upgrade_strings() {
|
23 |
-
$this->strings['up_to_date'] =
|
24 |
-
$this->strings['no_package'] =
|
25 |
/* translators: %s: package URL */
|
26 |
-
$this->strings['remove_old_failed'] =
|
27 |
-
$this->strings['process_failed'] =
|
28 |
-
$this->strings['process_success'] =
|
29 |
}
|
30 |
|
31 |
public function run( $options ) {
|
20 |
* @since 2.8.0
|
21 |
*/
|
22 |
public function upgrade_strings() {
|
23 |
+
$this->strings['up_to_date'] = 'UP_TO_DATE';
|
24 |
+
$this->strings['no_package'] = 'PACKAGE_NOT_AVAILABLE';
|
25 |
/* translators: %s: package URL */
|
26 |
+
$this->strings['remove_old_failed'] = 'COULD_NOT_REMOVE_OLD_PLUGIN';
|
27 |
+
$this->strings['process_failed'] = 'PLUGIN_UPDATE_FAILED';
|
28 |
+
$this->strings['process_success'] = 'OK';
|
29 |
}
|
30 |
|
31 |
public function run( $options ) {
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: znaeff, shagimuratov, sartemd174
|
|
3 |
Tags: spam, antispam, protection, comments, firewall
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.9.3
|
6 |
-
Stable tag: 5.
|
7 |
License: GPLv2
|
8 |
|
9 |
Spam protection, antispam, all-in-one, premium plugin. No spam comments & users, no spam contact form & WooCommerce spam. Forget spam.
|
@@ -515,6 +515,12 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
|
|
515 |
10. Website's options.
|
516 |
|
517 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
518 |
= 5.90 March 7 2018 =
|
519 |
* Improvement: Better IP recognition in SpamFireWall.
|
520 |
* Fix: Gravity Froms blocking message.
|
@@ -1541,6 +1547,12 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
|
|
1541 |
* First version
|
1542 |
|
1543 |
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
|
|
|
|
1544 |
= 5.90 March 7 2018 =
|
1545 |
* Improvement: Better IP recognition in SpamFireWall.
|
1546 |
* Fix: Gravity Froms blocking message.
|
3 |
Tags: spam, antispam, protection, comments, firewall
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.9.3
|
6 |
+
Stable tag: 5.91
|
7 |
License: GPLv2
|
8 |
|
9 |
Spam protection, antispam, all-in-one, premium plugin. No spam comments & users, no spam contact form & WooCommerce spam. Forget spam.
|
515 |
10. Website's options.
|
516 |
|
517 |
== Changelog ==
|
518 |
+
= 5.91 March 15 2018 =
|
519 |
+
* Fix: Errors for PHP compiled without XML support.
|
520 |
+
* Fix: Spelling and translation.
|
521 |
+
* Stability increased.
|
522 |
+
* Minor fixes.
|
523 |
+
|
524 |
= 5.90 March 7 2018 =
|
525 |
* Improvement: Better IP recognition in SpamFireWall.
|
526 |
* Fix: Gravity Froms blocking message.
|
1547 |
* First version
|
1548 |
|
1549 |
== Upgrade Notice ==
|
1550 |
+
= 5.91 March 15 2018 =
|
1551 |
+
* Fix: Errors for PHP compiled without XML support.
|
1552 |
+
* Fix: Spelling and translation.
|
1553 |
+
* Stability increased.
|
1554 |
+
* Minor fixes.
|
1555 |
+
|
1556 |
= 5.90 March 7 2018 =
|
1557 |
* Improvement: Better IP recognition in SpamFireWall.
|
1558 |
* Fix: Gravity Froms blocking message.
|