Version Description
Download this release
Release Info
Developer | AdvancedCoding |
Plugin | Comments – wpDiscuz |
Version | 5.2.1 |
Comparing to | |
See all releases |
Code changes from version 5.2.0 to 5.2.1
- class.WpdiscuzCore.php +2 -2
- includes/class.WpdiscuzDBManager.php +2 -2
- languages/wpdiscuz.pot +3608 -3608
- readme.txt +4 -2
class.WpdiscuzCore.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
* Plugin Name: wpDiscuz
|
5 |
* Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
|
6 |
-
* Version: 5.2.
|
7 |
* Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
|
8 |
* Author URI: https://gvectors.com/
|
9 |
* Plugin URI: http://wpdiscuz.com/
|
@@ -1250,7 +1250,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
1250 |
$oldOptions['disableFontAwesome'] = 0;
|
1251 |
}
|
1252 |
|
1253 |
-
if (version_compare($this->version, '5.2.
|
1254 |
$oldOptions['isNativeAjaxEnabled'] = 1;
|
1255 |
}
|
1256 |
return $oldOptions;
|
3 |
/*
|
4 |
* Plugin Name: wpDiscuz
|
5 |
* Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
|
6 |
+
* Version: 5.2.1
|
7 |
* Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
|
8 |
* Author URI: https://gvectors.com/
|
9 |
* Plugin URI: http://wpdiscuz.com/
|
1250 |
$oldOptions['disableFontAwesome'] = 0;
|
1251 |
}
|
1252 |
|
1253 |
+
if (version_compare($this->version, '5.2.1', '<=')) {
|
1254 |
$oldOptions['isNativeAjaxEnabled'] = 1;
|
1255 |
}
|
1256 |
return $oldOptions;
|
includes/class.WpdiscuzDBManager.php
CHANGED
@@ -249,7 +249,7 @@ class WpdiscuzDBManager implements WpDiscuzConstants {
|
|
249 |
* @return array array of child comment ids
|
250 |
*/
|
251 |
public function getChildrenIds($parentIds) {
|
252 |
-
$getChildCommentIdsSql = "SELECT c
|
253 |
return $this->db->get_col($getChildCommentIdsSql);
|
254 |
}
|
255 |
|
@@ -261,7 +261,7 @@ class WpdiscuzDBManager implements WpDiscuzConstants {
|
|
261 |
*/
|
262 |
public function getChildrenCount($parentCommentIds, $commentListArgs) {
|
263 |
foreach ($parentCommentIds as $parentCommentId) {
|
264 |
-
$getChildCommentCountSql = "SELECT COUNT(c
|
265 |
$commentListArgs['wpdiscuz_child_count_' . $parentCommentId] = $this->db->get_var($getChildCommentCountSql);
|
266 |
}
|
267 |
return $commentListArgs;
|
249 |
* @return array array of child comment ids
|
250 |
*/
|
251 |
public function getChildrenIds($parentIds) {
|
252 |
+
$getChildCommentIdsSql = "SELECT `c`.`comment_ID` FROM (SELECT `comment_ID`, `comment_parent`, `comment_approved` FROM `{$this->db->comments}`) `c`, (SELECT @pv := ('" . implode(',', $parentIds) . "')) AS `init` WHERE FIND_IN_SET(`c`.`comment_parent`, @pv) AND LENGTH(@pv := CONCAT(@pv, ',', `c`.`comment_ID`)) AND `c`.`comment_approved` = 1;";
|
253 |
return $this->db->get_col($getChildCommentIdsSql);
|
254 |
}
|
255 |
|
261 |
*/
|
262 |
public function getChildrenCount($parentCommentIds, $commentListArgs) {
|
263 |
foreach ($parentCommentIds as $parentCommentId) {
|
264 |
+
$getChildCommentCountSql = "SELECT COUNT(`c`.`comment_ID`) FROM (SELECT `comment_ID`, `comment_parent`, `comment_approved` FROM `{$this->db->comments}`) `c`, (SELECT @pv := " . $parentCommentId . ") AS `init` WHERE FIND_IN_SET(`c`.`comment_parent`, @pv) AND LENGTH(@pv := CONCAT(@pv, ',', `c`.`comment_ID`)) AND `c`.`comment_approved` = 1;";
|
265 |
$commentListArgs['wpdiscuz_child_count_' . $parentCommentId] = $this->db->get_var($getChildCommentCountSql);
|
266 |
}
|
267 |
return $commentListArgs;
|
languages/wpdiscuz.pot
CHANGED
@@ -1,3608 +1,3608 @@
|
|
1 |
-
#, fuzzy
|
2 |
-
msgid ""
|
3 |
-
msgstr ""
|
4 |
-
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
-
"Project-Id-Version: wpDiscuz\n"
|
6 |
-
"POT-Creation-Date: 2018-09-14 11:52+0000\n"
|
7 |
-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
-
"Last-Translator: \n"
|
9 |
-
"Language-Team: \n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Loco https://localise.biz/\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
18 |
-
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
19 |
-
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
-
"Language: "
|
23 |
-
|
24 |
-
#: class.WpdiscuzCore.php:264
|
25 |
-
msgid "Every 3 hours"
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: class.WpdiscuzCore.php:268
|
29 |
-
msgid "Every 48 hours"
|
30 |
-
msgstr ""
|
31 |
-
|
32 |
-
#: class.WpdiscuzCore.php:381
|
33 |
-
msgid "We are sorry, but this comment cannot be posted. Please try later."
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: class.WpdiscuzCore.php:390
|
37 |
-
msgid "We are sorry, you are not allowed to comment more than one time!"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: class.WpdiscuzCore.php:452
|
41 |
-
msgid "This is closed comment thread"
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
-
#: class.WpdiscuzCore.php:1025 class.WpdiscuzCore.php:1261
|
45 |
-
msgid "Settings"
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: class.WpdiscuzCore.php:1027 class.WpdiscuzCore.php:1263
|
49 |
-
msgid "Phrases"
|
50 |
-
msgstr ""
|
51 |
-
|
52 |
-
#: class.WpdiscuzCore.php:1029
|
53 |
-
msgid "Tools"
|
54 |
-
msgstr ""
|
55 |
-
|
56 |
-
#: class.WpdiscuzCore.php:1030 options/html-options.php:22
|
57 |
-
#: options/html-options.php:64 options/options-layouts/settings-addons.php:14
|
58 |
-
msgid "Addons"
|
59 |
-
msgstr ""
|
60 |
-
|
61 |
-
#: class.WpdiscuzCore.php:1042
|
62 |
-
msgid "Do you really want to reset all options?"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: class.WpdiscuzCore.php:1043
|
66 |
-
msgid "Do you really want to remove voting data?"
|
67 |
-
msgstr ""
|
68 |
-
|
69 |
-
#: class.WpdiscuzCore.php:1044
|
70 |
-
msgid "Do you really want to reset phrases?"
|
71 |
-
msgstr ""
|
72 |
-
|
73 |
-
#: class.WpdiscuzCore.php:1045
|
74 |
-
msgid "Do you really want to delete gravatars cache?"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: class.WpdiscuzCore.php:1046
|
78 |
-
msgid "Do you really want to delete statistics cache?"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: class.WpdiscuzCore.php:1083
|
82 |
-
msgid "Please check one of reasons before sending feedback!"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: class.WpdiscuzCore.php:1084 utils/deactivation-reason-modal.php:58
|
86 |
-
msgid "Please provide more information"
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: class.WpdiscuzCore.php:1350 options/phrases-layouts/phrases-comment.php:56
|
90 |
-
msgid "Admin"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: class.WpdiscuzCore.php:1352 class.WpdiscuzCore.php:1361
|
94 |
-
#: options/phrases-layouts/phrases-comment.php:58
|
95 |
-
msgid "Author"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: class.WpdiscuzCore.php:1356 options/phrases-layouts/phrases-comment.php:64
|
99 |
-
msgid "Member"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: class.WpdiscuzCore.php:1362 options/phrases-layouts/phrases-comment.php:62
|
103 |
-
msgid "Guest"
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: forms/wpDiscuzForm.php:111 forms/wpDiscuzForm.php:159
|
107 |
-
msgid "Forms"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: forms/wpDiscuzForm.php:112 options/html-phrases.php:22
|
111 |
-
msgid "Form"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: forms/wpDiscuzForm.php:113
|
115 |
-
msgid "Add New"
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: forms/wpDiscuzForm.php:114
|
119 |
-
msgid "Add New Form"
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: forms/wpDiscuzForm.php:115
|
123 |
-
msgid "Edit Form"
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: forms/wpDiscuzForm.php:116
|
127 |
-
msgid "You did not create any forms yet"
|
128 |
-
msgstr ""
|
129 |
-
|
130 |
-
#: forms/wpDiscuzForm.php:117
|
131 |
-
msgid "Nothing found in Trash"
|
132 |
-
msgstr ""
|
133 |
-
|
134 |
-
#: forms/wpDiscuzForm.php:118
|
135 |
-
msgid "Search Forms"
|
136 |
-
msgstr ""
|
137 |
-
|
138 |
-
#: forms/wpDiscuzForm.php:174
|
139 |
-
msgid "Post Types"
|
140 |
-
msgstr ""
|
141 |
-
|
142 |
-
#: forms/wpDiscuzForm.php:175
|
143 |
-
msgid "Post IDs"
|
144 |
-
msgstr ""
|
145 |
-
|
146 |
-
#: forms/wpDiscuzForm.php:176 forms/wpdFormAttr/Form.php:674
|
147 |
-
msgid "Language"
|
148 |
-
msgstr ""
|
149 |
-
|
150 |
-
#: forms/wpDiscuzForm.php:222
|
151 |
-
msgid "Field Types"
|
152 |
-
msgstr ""
|
153 |
-
|
154 |
-
#: forms/wpDiscuzForm.php:223 forms/wpdFormAttr/Row.php:23
|
155 |
-
msgid "Two column"
|
156 |
-
msgstr ""
|
157 |
-
|
158 |
-
#: forms/wpDiscuzForm.php:224 forms/wpdFormAttr/Row.php:24
|
159 |
-
#: forms/wpdFormAttr/Field/Field.php:66
|
160 |
-
msgid "Delete"
|
161 |
-
msgstr ""
|
162 |
-
|
163 |
-
#: forms/wpDiscuzForm.php:225 forms/wpdFormAttr/Row.php:25
|
164 |
-
msgid "Move"
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: forms/wpDiscuzForm.php:226 forms/wpdFormAttr/Row.php:69
|
168 |
-
msgid "Add Field"
|
169 |
-
msgstr ""
|
170 |
-
|
171 |
-
#: forms/wpDiscuzForm.php:227 options/class.WpdiscuzOptionsSerialized.php:820
|
172 |
-
#: options/phrases-layouts/phrases-comment.php:19
|
173 |
-
#: forms/wpdFormAttr/Field/Field.php:63
|
174 |
-
msgid "Edit"
|
175 |
-
msgstr ""
|
176 |
-
|
177 |
-
#: forms/wpDiscuzForm.php:228
|
178 |
-
msgid "You can not delete default field."
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: forms/wpDiscuzForm.php:229
|
182 |
-
msgid "You really want to delete this item ?"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: forms/wpDiscuzForm.php:236
|
186 |
-
msgid "Permission Denied !!!"
|
187 |
-
msgstr ""
|
188 |
-
|
189 |
-
#: forms/wpDiscuzForm.php:261 forms/wpdFormAttr/Form.php:642
|
190 |
-
#: options/options-layouts/settings-customfields.php:7
|
191 |
-
#: forms/wpdFormAttr/html/admin-form-fields-list.php:18
|
192 |
-
msgid "Custom Fields"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: forms/wpDiscuzForm.php:309
|
196 |
-
msgid "Custom CSS"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: forms/wpDiscuzForm.php:365
|
200 |
-
msgid "Default Form"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: forms/wpDiscuzForm.php:398 forms/wpDiscuzForm.php:406
|
204 |
-
#: forms/wpdFormAttr/Form.php:755 forms/wpdFormAttr/Form.php:755
|
205 |
-
msgid "Leave a Reply"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: forms/wpDiscuzForm.php:421 forms/wpdFormAttr/Form.php:878
|
209 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:12
|
210 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:12
|
211 |
-
#: forms/wpdFormAttr/Field/ColorField.php:12
|
212 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:14
|
213 |
-
#: forms/wpdFormAttr/Field/DateField.php:12
|
214 |
-
#: forms/wpdFormAttr/Field/HTMLField.php:12
|
215 |
-
#: forms/wpdFormAttr/Field/NumberField.php:12
|
216 |
-
#: forms/wpdFormAttr/Field/RadioField.php:12
|
217 |
-
#: forms/wpdFormAttr/Field/RatingField.php:12
|
218 |
-
#: forms/wpdFormAttr/Field/SelectField.php:12
|
219 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:13
|
220 |
-
#: forms/wpdFormAttr/Field/TextField.php:12
|
221 |
-
#: forms/wpdFormAttr/Field/UrlField.php:12
|
222 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:27
|
223 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:19
|
224 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:18
|
225 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:65
|
226 |
-
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
|
227 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:18
|
228 |
-
msgid "Name"
|
229 |
-
msgstr ""
|
230 |
-
|
231 |
-
#: forms/wpDiscuzForm.php:423 options/class.WpdiscuzOptionsSerialized.php:806
|
232 |
-
#: options/html-phrases.php:25 forms/wpdFormAttr/Form.php:885
|
233 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:65
|
234 |
-
msgid "Email"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: forms/wpDiscuzForm.php:425
|
238 |
-
msgid "WebSite URL"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: forms/wpDiscuzForm.php:428 forms/wpdFormAttr/Form.php:908
|
242 |
-
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:116
|
243 |
-
msgid "Post Comment"
|
244 |
-
msgstr ""
|
245 |
-
|
246 |
-
#: forms/wpDiscuzForm.php:449
|
247 |
-
msgid "Clone"
|
248 |
-
msgstr ""
|
249 |
-
|
250 |
-
#: forms/wpDiscuzForm.php:487
|
251 |
-
msgid ""
|
252 |
-
"Comment Form is not detected, please navigate to form manager page to create "
|
253 |
-
"it. "
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: forms/wpDiscuzForm.php:488
|
257 |
-
msgid "Add Comment Form"
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: options/class.WpdiscuzOptions.php:22 options/class.WpdiscuzOptions.php:143
|
261 |
-
#: options/class.WpdiscuzOptions.php:368
|
262 |
-
msgid "Hacker?"
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: options/class.WpdiscuzOptions.php:134
|
266 |
-
msgid "Settings updated"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: options/class.WpdiscuzOptions.php:315
|
270 |
-
msgid "Phrases updated"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: options/class.WpdiscuzOptions.php:342
|
274 |
-
msgid "Options were backed up!"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: options/class.WpdiscuzOptions.php:344
|
278 |
-
msgid "Cannot back up the options!"
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: options/class.WpdiscuzOptions.php:355
|
282 |
-
msgid "Options Imported Successfully!"
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: options/class.WpdiscuzOptions.php:357
|
286 |
-
msgid "Error occured! File content is empty or data is not valid!"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: options/class.WpdiscuzOptions.php:360
|
290 |
-
msgid "Error occured! Can not get file content!"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: options/class.WpdiscuzOptions.php:363
|
294 |
-
msgid "Error occured! Please choose file!"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: options/class.WpdiscuzOptions.php:379
|
298 |
-
msgid ""
|
299 |
-
"All 16 addons in one bundle. Save 90% and get Unlimited Site License with "
|
300 |
-
"one year premium support."
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: options/class.WpdiscuzOptions.php:380
|
304 |
-
msgid ""
|
305 |
-
"Brings an ocean of emotions to your comments. It comes with an awesome smile "
|
306 |
-
"package."
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: options/class.WpdiscuzOptions.php:381
|
310 |
-
msgid ""
|
311 |
-
"Extended information about comment author with Profile, Activity, Votes and "
|
312 |
-
"Subscriptions Tabs on pop-up window."
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: options/class.WpdiscuzOptions.php:382
|
316 |
-
msgid ""
|
317 |
-
"Real-time online user checking, pop-up notification of new online users and "
|
318 |
-
"online/offline badges."
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: options/class.WpdiscuzOptions.php:383
|
322 |
-
msgid ""
|
323 |
-
"Allows to create private comment threads. Rich management options in "
|
324 |
-
"dashboard by user roles."
|
325 |
-
msgstr ""
|
326 |
-
|
327 |
-
#: options/class.WpdiscuzOptions.php:384
|
328 |
-
msgid ""
|
329 |
-
"Total control over comment subscriptions. Full list, monitor, manage, filter,"
|
330 |
-
" unsubscribe, confirm..."
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: options/class.WpdiscuzOptions.php:385
|
334 |
-
msgid ""
|
335 |
-
"A full-fledged tool-kit for advertising in comment section of your website. "
|
336 |
-
"Separate banner and ad managment."
|
337 |
-
msgstr ""
|
338 |
-
|
339 |
-
#: options/class.WpdiscuzOptions.php:386
|
340 |
-
msgid ""
|
341 |
-
"Allows to mention comments and users in comment text using #comment-id and "
|
342 |
-
"@username tags."
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: options/class.WpdiscuzOptions.php:387
|
346 |
-
msgid ""
|
347 |
-
"See comment likers and voters of each comment. Adds user reputation and "
|
348 |
-
"badges based on received likes."
|
349 |
-
msgstr ""
|
350 |
-
|
351 |
-
#: options/class.WpdiscuzOptions.php:388
|
352 |
-
msgid ""
|
353 |
-
"Comment reporting tools. Auto-moderates comments based on number of flags "
|
354 |
-
"and dislikes."
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: options/class.WpdiscuzOptions.php:389
|
358 |
-
msgid ""
|
359 |
-
"Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
|
360 |
-
"options. Uses free translation API."
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: options/class.WpdiscuzOptions.php:390
|
364 |
-
msgid ""
|
365 |
-
"AJAX powered front-end comment search. It starts searching while you type "
|
366 |
-
"search words. "
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: options/class.WpdiscuzOptions.php:391
|
370 |
-
msgid ""
|
371 |
-
"Most voted comments, Active comment threads, Most commented posts, Active "
|
372 |
-
"comment authors"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: options/class.WpdiscuzOptions.php:392
|
376 |
-
msgid ""
|
377 |
-
"All in one powerful yet simple admin toolkit to moderate comments on front-"
|
378 |
-
"end."
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: options/class.WpdiscuzOptions.php:393
|
382 |
-
msgid ""
|
383 |
-
"Extended comment attachment system. Allows to upload images, videos, audios "
|
384 |
-
"and other file types."
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: options/class.WpdiscuzOptions.php:394
|
388 |
-
msgid ""
|
389 |
-
"Adds No CAPTCHA on all comment forms. Stops spam and bot comments with "
|
390 |
-
"Google reCAPTCHA"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: options/class.WpdiscuzOptions.php:395
|
394 |
-
msgid ""
|
395 |
-
"Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
|
396 |
-
"myCRED points. "
|
397 |
-
msgstr ""
|
398 |
-
|
399 |
-
#: options/class.WpdiscuzOptions.php:401
|
400 |
-
msgid "Custom Comment Forms"
|
401 |
-
msgstr ""
|
402 |
-
|
403 |
-
#: options/class.WpdiscuzOptions.php:402
|
404 |
-
msgid ""
|
405 |
-
"You can create custom comment forms with wpDiscuz. wpDiscuz 4 comes with "
|
406 |
-
"custom comment forms and fields. You can create custom comment forms for "
|
407 |
-
"each post type, each form can beceated with different form fields, for "
|
408 |
-
"eaxample: text, dropdown, rating, checkboxes, etc..."
|
409 |
-
msgstr ""
|
410 |
-
|
411 |
-
#: options/class.WpdiscuzOptions.php:405
|
412 |
-
msgid "Emoticons"
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
-
#: options/class.WpdiscuzOptions.php:406
|
416 |
-
msgid ""
|
417 |
-
"You can add more emotions to your comments using wpDiscuz Emoticons addon."
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: options/class.WpdiscuzOptions.php:409
|
421 |
-
msgid "Ads Manager"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: options/class.WpdiscuzOptions.php:410
|
425 |
-
msgid ""
|
426 |
-
"Increase your income using ad banners. Comment area is the most active "
|
427 |
-
"sections for advertising. wpDiscuz Ads Manager addon is designed to help you "
|
428 |
-
"add banners and control ads in this section."
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: options/class.WpdiscuzOptions.php:413
|
432 |
-
msgid "User and Comment Mentioning"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: options/class.WpdiscuzOptions.php:414
|
436 |
-
msgid ""
|
437 |
-
"Using wpDiscuz User & Comment Mentioning addon you can allow commenters "
|
438 |
-
"mention comments and users in comment text using #comment-id and @username "
|
439 |
-
"tags."
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: options/class.WpdiscuzOptions.php:417 options/addons/al/title.php:7
|
443 |
-
msgid "Advanced Likers"
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: options/class.WpdiscuzOptions.php:418
|
447 |
-
msgid ""
|
448 |
-
"wpDiscuz Advanced Likers addon displays likers and voters of each comment. "
|
449 |
-
"Adds user reputation and badges based on received likes."
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: options/class.WpdiscuzOptions.php:421 options/addons/raf/title.php:7
|
453 |
-
msgid "Report and Flagging"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: options/class.WpdiscuzOptions.php:422
|
457 |
-
msgid ""
|
458 |
-
"Let your commenters help you to determine and remove spam comments. wpDiscuz "
|
459 |
-
"Report and Flagging addon comes with comment reporting tools. Automaticaly "
|
460 |
-
"auto-moderates comments based on number of flags and dislikes."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: options/class.WpdiscuzOptions.php:425
|
464 |
-
msgid "Comment Translate"
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: options/class.WpdiscuzOptions.php:426
|
468 |
-
msgid ""
|
469 |
-
"In most cases the big part of your visitors are not a native speakers of "
|
470 |
-
"your language. Make your comments comprehensible for all visitors using "
|
471 |
-
"wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX "
|
472 |
-
"\"Translate\" button with 60 language translation options. Uses free "
|
473 |
-
"translation API."
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: options/class.WpdiscuzOptions.php:429
|
477 |
-
msgid "Comment Search"
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: options/class.WpdiscuzOptions.php:430
|
481 |
-
msgid ""
|
482 |
-
"You can let website visitor search in comments. It's always more attractive "
|
483 |
-
"to find a comment about something that interest you. Using wpDiscuz Comment "
|
484 |
-
"Search addon you'll get a nice, AJAX powered front-end comment search form "
|
485 |
-
"above comment list."
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
-
#: options/class.WpdiscuzOptions.php:433
|
489 |
-
msgid "wpDiscuz Widgets"
|
490 |
-
msgstr ""
|
491 |
-
|
492 |
-
#: options/class.WpdiscuzOptions.php:434
|
493 |
-
msgid ""
|
494 |
-
"More Comment Widgets! Most voted comments, Active comment threads, Most "
|
495 |
-
"commented posts, Active comment authors widgets are available in wpDiscuz "
|
496 |
-
"Widgets Addon"
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
#: options/class.WpdiscuzOptions.php:437
|
500 |
-
msgid "Front-end Moderation"
|
501 |
-
msgstr ""
|
502 |
-
|
503 |
-
#: options/class.WpdiscuzOptions.php:438
|
504 |
-
msgid ""
|
505 |
-
"You can moderate comments on front-end using all in one powerful yet simple "
|
506 |
-
"wpDiscuz Frontend Moderation addon."
|
507 |
-
msgstr ""
|
508 |
-
|
509 |
-
#: options/class.WpdiscuzOptions.php:441 options/addons/mu/title.php:7
|
510 |
-
msgid "Media Uploader"
|
511 |
-
msgstr ""
|
512 |
-
|
513 |
-
#: options/class.WpdiscuzOptions.php:442
|
514 |
-
msgid ""
|
515 |
-
"You can let website visitors attach images and files to comments and embed "
|
516 |
-
"video/audio content using wpDiscuz Media Uploader addon."
|
517 |
-
msgstr ""
|
518 |
-
|
519 |
-
#: options/class.WpdiscuzOptions.php:445
|
520 |
-
msgid "Google ReCaptcha"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: options/class.WpdiscuzOptions.php:446
|
524 |
-
msgid ""
|
525 |
-
"Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon "
|
526 |
-
"adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
|
527 |
-
msgstr ""
|
528 |
-
|
529 |
-
#: options/class.WpdiscuzOptions.php:467
|
530 |
-
msgid "Finally wpDiscuz Addons Bundle is ready for You!"
|
531 |
-
msgstr ""
|
532 |
-
|
533 |
-
#: options/class.WpdiscuzOptions.php:476
|
534 |
-
msgid "View Addons Bundle"
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: options/class.WpdiscuzOptions.php:514
|
538 |
-
msgid "Do you know?"
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
#: options/class.WpdiscuzOptions.php:527
|
542 |
-
msgid "More info"
|
543 |
-
msgstr ""
|
544 |
-
|
545 |
-
#: options/class.WpdiscuzOptionsSerialized.php:796
|
546 |
-
msgid "Be the First to Comment!"
|
547 |
-
msgstr ""
|
548 |
-
|
549 |
-
#: options/class.WpdiscuzOptionsSerialized.php:797
|
550 |
-
msgid "Start the discussion"
|
551 |
-
msgstr ""
|
552 |
-
|
553 |
-
#: options/class.WpdiscuzOptionsSerialized.php:798
|
554 |
-
msgid "Join the discussion"
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: options/class.WpdiscuzOptionsSerialized.php:799
|
558 |
-
#: options/phrases-layouts/phrases-form.php:19
|
559 |
-
msgid "Comment threads"
|
560 |
-
msgstr ""
|
561 |
-
|
562 |
-
#: options/class.WpdiscuzOptionsSerialized.php:800
|
563 |
-
#: options/phrases-layouts/phrases-form.php:23
|
564 |
-
msgid "Thread replies"
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: options/class.WpdiscuzOptionsSerialized.php:801
|
568 |
-
#: options/phrases-layouts/phrases-form.php:27
|
569 |
-
msgid "Followers"
|
570 |
-
msgstr ""
|
571 |
-
|
572 |
-
#: options/class.WpdiscuzOptionsSerialized.php:802
|
573 |
-
#: options/phrases-layouts/phrases-form.php:31
|
574 |
-
msgid "Most reacted comment"
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: options/class.WpdiscuzOptionsSerialized.php:803
|
578 |
-
#: options/phrases-layouts/phrases-form.php:35
|
579 |
-
msgid "Hottest comment thread"
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: options/class.WpdiscuzOptionsSerialized.php:804
|
583 |
-
#: options/phrases-layouts/phrases-form.php:39
|
584 |
-
msgid "Comment authors"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: options/class.WpdiscuzOptionsSerialized.php:805
|
588 |
-
#: options/phrases-layouts/phrases-form.php:43
|
589 |
-
msgid "Recent comment authors"
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: options/class.WpdiscuzOptionsSerialized.php:807
|
593 |
-
#: options/phrases-layouts/phrases-form.php:51
|
594 |
-
msgid "Subscribe"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
#: options/class.WpdiscuzOptionsSerialized.php:808
|
598 |
-
#: options/phrases-layouts/phrases-form.php:55
|
599 |
-
msgid "Notify of"
|
600 |
-
msgstr ""
|
601 |
-
|
602 |
-
#: options/class.WpdiscuzOptionsSerialized.php:809
|
603 |
-
msgid "new follow-up comments"
|
604 |
-
msgstr ""
|
605 |
-
|
606 |
-
#: options/class.WpdiscuzOptionsSerialized.php:810
|
607 |
-
msgid "new replies to my comments"
|
608 |
-
msgstr ""
|
609 |
-
|
610 |
-
#: options/class.WpdiscuzOptionsSerialized.php:811
|
611 |
-
msgid "Notify of new replies to this comment"
|
612 |
-
msgstr ""
|
613 |
-
|
614 |
-
#: options/class.WpdiscuzOptionsSerialized.php:812
|
615 |
-
#: options/phrases-layouts/phrases-form.php:71
|
616 |
-
msgid "Sort by"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: options/class.WpdiscuzOptionsSerialized.php:813
|
620 |
-
#: options/phrases-layouts/phrases-form.php:75
|
621 |
-
msgid "newest"
|
622 |
-
msgstr ""
|
623 |
-
|
624 |
-
#: options/class.WpdiscuzOptionsSerialized.php:814
|
625 |
-
#: options/phrases-layouts/phrases-form.php:79
|
626 |
-
msgid "oldest"
|
627 |
-
msgstr ""
|
628 |
-
|
629 |
-
#: options/class.WpdiscuzOptionsSerialized.php:815
|
630 |
-
#: options/phrases-layouts/phrases-form.php:83
|
631 |
-
msgid "most voted"
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: options/class.WpdiscuzOptionsSerialized.php:816
|
635 |
-
msgid "Load More Comments"
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
#: options/class.WpdiscuzOptionsSerialized.php:817
|
639 |
-
#: options/phrases-layouts/phrases-general.php:19
|
640 |
-
msgid "Load Rest of Comments"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: options/class.WpdiscuzOptionsSerialized.php:818
|
644 |
-
#: options/phrases-layouts/phrases-comment.php:11
|
645 |
-
msgid "Reply"
|
646 |
-
msgstr ""
|
647 |
-
|
648 |
-
#: options/class.WpdiscuzOptionsSerialized.php:819
|
649 |
-
#: options/phrases-layouts/phrases-comment.php:15
|
650 |
-
msgid "Share"
|
651 |
-
msgstr ""
|
652 |
-
|
653 |
-
#: options/class.WpdiscuzOptionsSerialized.php:821
|
654 |
-
#: options/phrases-layouts/phrases-comment.php:23
|
655 |
-
msgid "Share On Facebook"
|
656 |
-
msgstr ""
|
657 |
-
|
658 |
-
#: options/class.WpdiscuzOptionsSerialized.php:822
|
659 |
-
#: options/phrases-layouts/phrases-comment.php:27
|
660 |
-
msgid "Share On Twitter"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: options/class.WpdiscuzOptionsSerialized.php:823
|
664 |
-
#: options/phrases-layouts/phrases-comment.php:31
|
665 |
-
msgid "Share On Google"
|
666 |
-
msgstr ""
|
667 |
-
|
668 |
-
#: options/class.WpdiscuzOptionsSerialized.php:824
|
669 |
-
#: options/phrases-layouts/phrases-comment.php:35
|
670 |
-
msgid "Share On VKontakte"
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: options/class.WpdiscuzOptionsSerialized.php:825
|
674 |
-
#: options/phrases-layouts/phrases-comment.php:39
|
675 |
-
msgid "Share On Odnoklassniki"
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: options/class.WpdiscuzOptionsSerialized.php:826
|
679 |
-
#: options/phrases-layouts/phrases-comment.php:43
|
680 |
-
msgid "Hide Replies"
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: options/class.WpdiscuzOptionsSerialized.php:827
|
684 |
-
#: options/phrases-layouts/phrases-comment.php:47
|
685 |
-
msgid "View Replies"
|
686 |
-
msgstr ""
|
687 |
-
|
688 |
-
#: options/class.WpdiscuzOptionsSerialized.php:828
|
689 |
-
#: options/class.WpdiscuzOptionsSerialized.php:953
|
690 |
-
msgid "New Comment"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: options/class.WpdiscuzOptionsSerialized.php:829
|
694 |
-
msgid ""
|
695 |
-
"Hi [SUBSCRIBER_NAME],<br/><br/> new comment have been posted by the <em>"
|
696 |
-
"<strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been "
|
697 |
-
"interested in<br/><br/><a href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>"
|
698 |
-
"[COMMENT_CONTENT]<br/><br/><a href=\"[UNSUBSCRIBE_URL]\">Unsubscribe</a>"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: options/class.WpdiscuzOptionsSerialized.php:830
|
702 |
-
#: options/class.WpdiscuzOptionsSerialized.php:832
|
703 |
-
msgid "New Reply"
|
704 |
-
msgstr ""
|
705 |
-
|
706 |
-
#: options/class.WpdiscuzOptionsSerialized.php:831
|
707 |
-
#: options/class.WpdiscuzOptionsSerialized.php:833
|
708 |
-
msgid ""
|
709 |
-
"Hi [SUBSCRIBER_NAME],<br/><br/> new reply have been posted by the <em>"
|
710 |
-
"<strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been "
|
711 |
-
"interested in<br/><br/><a href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>"
|
712 |
-
"[COMMENT_CONTENT]<br/><br/><a href=\"[UNSUBSCRIBE_URL]\">Unsubscribe</a>"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: options/class.WpdiscuzOptionsSerialized.php:834
|
716 |
-
msgid "You're subscribed for new replies on this comment"
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: options/class.WpdiscuzOptionsSerialized.php:835
|
720 |
-
msgid "You're subscribed for new replies on all your comments"
|
721 |
-
msgstr ""
|
722 |
-
|
723 |
-
#: options/class.WpdiscuzOptionsSerialized.php:836
|
724 |
-
msgid "You're subscribed for new follow-up comments on this post"
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: options/class.WpdiscuzOptionsSerialized.php:837
|
728 |
-
#: options/phrases-layouts/phrases-email.php:172
|
729 |
-
msgid "Unsubscribe"
|
730 |
-
msgstr ""
|
731 |
-
|
732 |
-
#: options/class.WpdiscuzOptionsSerialized.php:838
|
733 |
-
msgid "Cancel subscription"
|
734 |
-
msgstr ""
|
735 |
-
|
736 |
-
#: options/class.WpdiscuzOptionsSerialized.php:839
|
737 |
-
#: options/phrases-layouts/phrases-notification.php:19
|
738 |
-
msgid "You've successfully unsubscribed."
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: options/class.WpdiscuzOptionsSerialized.php:840
|
742 |
-
#: options/phrases-layouts/phrases-notification.php:15
|
743 |
-
msgid "You've successfully subscribed."
|
744 |
-
msgstr ""
|
745 |
-
|
746 |
-
#: options/class.WpdiscuzOptionsSerialized.php:841
|
747 |
-
#: options/phrases-layouts/phrases-email.php:180
|
748 |
-
msgid "Confirm your subscription"
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: options/class.WpdiscuzOptionsSerialized.php:842
|
752 |
-
#: options/phrases-layouts/phrases-email.php:184
|
753 |
-
msgid "You've successfully confirmed your subscription."
|
754 |
-
msgstr ""
|
755 |
-
|
756 |
-
#: options/class.WpdiscuzOptionsSerialized.php:843
|
757 |
-
msgid "Subscription Confirmation"
|
758 |
-
msgstr ""
|
759 |
-
|
760 |
-
#: options/class.WpdiscuzOptionsSerialized.php:844
|
761 |
-
msgid ""
|
762 |
-
"Hi, <br/> You just subscribed for new comments on our website. This means "
|
763 |
-
"you will receive an email when new comments are posted according to "
|
764 |
-
"subscription option you've chosen. <br/> To activate, click confirm below. "
|
765 |
-
"If you believe this is an error, ignore this message and we'll never bother "
|
766 |
-
"you again. <br/><br/><a href=\"[POST_URL]\">[POST_TITLE]</a><br/><br/><a "
|
767 |
-
"href=\"[CONFIRM_URL]\">Confirm Your Subscrption</a><br/><br/><a "
|
768 |
-
"href=\"[CANCEL_URL]\">Cancel Subscription</a>"
|
769 |
-
msgstr ""
|
770 |
-
|
771 |
-
#: options/class.WpdiscuzOptionsSerialized.php:845
|
772 |
-
msgid "please fill out this field to comment"
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: options/class.WpdiscuzOptionsSerialized.php:846
|
776 |
-
msgid "email address is invalid"
|
777 |
-
msgstr ""
|
778 |
-
|
779 |
-
#: options/class.WpdiscuzOptionsSerialized.php:847
|
780 |
-
msgid "url is invalid"
|
781 |
-
msgstr ""
|
782 |
-
|
783 |
-
#: options/class.WpdiscuzOptionsSerialized.php:848
|
784 |
-
msgid "year"
|
785 |
-
msgstr ""
|
786 |
-
|
787 |
-
#: options/class.WpdiscuzOptionsSerialized.php:849
|
788 |
-
msgid "years"
|
789 |
-
msgstr ""
|
790 |
-
|
791 |
-
#: options/class.WpdiscuzOptionsSerialized.php:850
|
792 |
-
msgid "month"
|
793 |
-
msgstr ""
|
794 |
-
|
795 |
-
#: options/class.WpdiscuzOptionsSerialized.php:851
|
796 |
-
msgid "months"
|
797 |
-
msgstr ""
|
798 |
-
|
799 |
-
#: options/class.WpdiscuzOptionsSerialized.php:852
|
800 |
-
msgid "day"
|
801 |
-
msgstr ""
|
802 |
-
|
803 |
-
#: options/class.WpdiscuzOptionsSerialized.php:853
|
804 |
-
msgid "days"
|
805 |
-
msgstr ""
|
806 |
-
|
807 |
-
#: options/class.WpdiscuzOptionsSerialized.php:854
|
808 |
-
msgid "hour"
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: options/class.WpdiscuzOptionsSerialized.php:855
|
812 |
-
msgid "hours"
|
813 |
-
msgstr ""
|
814 |
-
|
815 |
-
#: options/class.WpdiscuzOptionsSerialized.php:856
|
816 |
-
msgid "minute"
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: options/class.WpdiscuzOptionsSerialized.php:857
|
820 |
-
msgid "minutes"
|
821 |
-
msgstr ""
|
822 |
-
|
823 |
-
#: options/class.WpdiscuzOptionsSerialized.php:858
|
824 |
-
msgid "second"
|
825 |
-
msgstr ""
|
826 |
-
|
827 |
-
#: options/class.WpdiscuzOptionsSerialized.php:859
|
828 |
-
msgid "seconds"
|
829 |
-
msgstr ""
|
830 |
-
|
831 |
-
#: options/class.WpdiscuzOptionsSerialized.php:860
|
832 |
-
msgid "right now"
|
833 |
-
msgstr ""
|
834 |
-
|
835 |
-
#: options/class.WpdiscuzOptionsSerialized.php:861
|
836 |
-
msgid "ago"
|
837 |
-
msgstr ""
|
838 |
-
|
839 |
-
#: options/class.WpdiscuzOptionsSerialized.php:862
|
840 |
-
#: options/phrases-layouts/phrases-notification.php:38
|
841 |
-
msgid "You must be"
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
#: options/class.WpdiscuzOptionsSerialized.php:863
|
845 |
-
msgid "You are logged in as"
|
846 |
-
msgstr ""
|
847 |
-
|
848 |
-
#: options/class.WpdiscuzOptionsSerialized.php:864
|
849 |
-
#: options/phrases-layouts/phrases-notification.php:29
|
850 |
-
msgid "Login"
|
851 |
-
msgstr ""
|
852 |
-
|
853 |
-
#: options/class.WpdiscuzOptionsSerialized.php:865
|
854 |
-
#: options/phrases-layouts/phrases-notification.php:33
|
855 |
-
#, php-format
|
856 |
-
msgid "Please %s to comment"
|
857 |
-
msgstr ""
|
858 |
-
|
859 |
-
#: options/class.WpdiscuzOptionsSerialized.php:866
|
860 |
-
#: options/phrases-layouts/phrases-notification.php:54
|
861 |
-
msgid "Log out"
|
862 |
-
msgstr ""
|
863 |
-
|
864 |
-
#: options/class.WpdiscuzOptionsSerialized.php:867
|
865 |
-
msgid "logged in"
|
866 |
-
msgstr ""
|
867 |
-
|
868 |
-
#: options/class.WpdiscuzOptionsSerialized.php:868
|
869 |
-
msgid "to post a comment."
|
870 |
-
msgstr ""
|
871 |
-
|
872 |
-
#: options/class.WpdiscuzOptionsSerialized.php:869
|
873 |
-
#: options/phrases-layouts/phrases-comment.php:75
|
874 |
-
msgid "Vote Up"
|
875 |
-
msgstr ""
|
876 |
-
|
877 |
-
#: options/class.WpdiscuzOptionsSerialized.php:870
|
878 |
-
#: options/phrases-layouts/phrases-comment.php:79
|
879 |
-
msgid "Vote Down"
|
880 |
-
msgstr ""
|
881 |
-
|
882 |
-
#: options/class.WpdiscuzOptionsSerialized.php:871
|
883 |
-
#: options/phrases-layouts/phrases-notification.php:58
|
884 |
-
msgid "Vote Counted"
|
885 |
-
msgstr ""
|
886 |
-
|
887 |
-
#: options/class.WpdiscuzOptionsSerialized.php:872
|
888 |
-
msgid "You've already voted for this comment"
|
889 |
-
msgstr ""
|
890 |
-
|
891 |
-
#: options/class.WpdiscuzOptionsSerialized.php:873
|
892 |
-
#: options/phrases-layouts/phrases-error.php:27
|
893 |
-
msgid "Voting Error"
|
894 |
-
msgstr ""
|
895 |
-
|
896 |
-
#: options/class.WpdiscuzOptionsSerialized.php:874
|
897 |
-
msgid "You Must Be Logged In To Vote"
|
898 |
-
msgstr ""
|
899 |
-
|
900 |
-
#: options/class.WpdiscuzOptionsSerialized.php:875
|
901 |
-
msgid "You cannot vote for your comment"
|
902 |
-
msgstr ""
|
903 |
-
|
904 |
-
#: options/class.WpdiscuzOptionsSerialized.php:876
|
905 |
-
msgid "You are not allowed to vote for this comment"
|
906 |
-
msgstr ""
|
907 |
-
|
908 |
-
#: options/class.WpdiscuzOptionsSerialized.php:877
|
909 |
-
#: options/phrases-layouts/phrases-error.php:39
|
910 |
-
msgid "Invalid Captcha Code"
|
911 |
-
msgstr ""
|
912 |
-
|
913 |
-
#: options/class.WpdiscuzOptionsSerialized.php:878
|
914 |
-
#: options/phrases-layouts/phrases-error.php:43
|
915 |
-
msgid "Some of field value is invalid"
|
916 |
-
msgstr ""
|
917 |
-
|
918 |
-
#: options/class.WpdiscuzOptionsSerialized.php:879
|
919 |
-
msgid "new comment"
|
920 |
-
msgstr ""
|
921 |
-
|
922 |
-
#: options/class.WpdiscuzOptionsSerialized.php:880
|
923 |
-
msgid "new comments"
|
924 |
-
msgstr ""
|
925 |
-
|
926 |
-
#: options/class.WpdiscuzOptionsSerialized.php:881
|
927 |
-
msgid "Comment awaiting moderation"
|
928 |
-
msgstr ""
|
929 |
-
|
930 |
-
#: options/class.WpdiscuzOptionsSerialized.php:882
|
931 |
-
msgid "new reply on your comment"
|
932 |
-
msgstr ""
|
933 |
-
|
934 |
-
#: options/class.WpdiscuzOptionsSerialized.php:883
|
935 |
-
msgid "new replies on your comments"
|
936 |
-
msgstr ""
|
937 |
-
|
938 |
-
#: options/class.WpdiscuzOptionsSerialized.php:884
|
939 |
-
msgid "Sorry, the comment was not updated"
|
940 |
-
msgstr ""
|
941 |
-
|
942 |
-
#: options/class.WpdiscuzOptionsSerialized.php:885
|
943 |
-
msgid "Sorry, this comment no longer possible to edit"
|
944 |
-
msgstr ""
|
945 |
-
|
946 |
-
#: options/class.WpdiscuzOptionsSerialized.php:886
|
947 |
-
msgid "You've not made any changes"
|
948 |
-
msgstr ""
|
949 |
-
|
950 |
-
#: options/class.WpdiscuzOptionsSerialized.php:887
|
951 |
-
msgid "Save"
|
952 |
-
msgstr ""
|
953 |
-
|
954 |
-
#: options/class.WpdiscuzOptionsSerialized.php:888
|
955 |
-
msgid "Cancel"
|
956 |
-
msgstr ""
|
957 |
-
|
958 |
-
#: options/class.WpdiscuzOptionsSerialized.php:889
|
959 |
-
msgid "Input is too short"
|
960 |
-
msgstr ""
|
961 |
-
|
962 |
-
#: options/class.WpdiscuzOptionsSerialized.php:890
|
963 |
-
msgid "Input is too long"
|
964 |
-
msgstr ""
|
965 |
-
|
966 |
-
#: options/class.WpdiscuzOptionsSerialized.php:891
|
967 |
-
msgid "Read more »"
|
968 |
-
msgstr ""
|
969 |
-
|
970 |
-
#: options/class.WpdiscuzOptionsSerialized.php:892
|
971 |
-
msgid "Anonymous"
|
972 |
-
msgstr ""
|
973 |
-
|
974 |
-
#: options/class.WpdiscuzOptionsSerialized.php:893
|
975 |
-
#: options/phrases-layouts/phrases-error.php:67
|
976 |
-
msgid "Please fill out required fields"
|
977 |
-
msgstr ""
|
978 |
-
|
979 |
-
#: options/class.WpdiscuzOptionsSerialized.php:894
|
980 |
-
#: options/phrases-layouts/phrases-social-login.php:11
|
981 |
-
msgid "Connect with"
|
982 |
-
msgstr ""
|
983 |
-
|
984 |
-
#: options/class.WpdiscuzOptionsSerialized.php:895
|
985 |
-
#: options/phrases-layouts/phrases-notification.php:11
|
986 |
-
msgid "You're subscribed to"
|
987 |
-
msgstr ""
|
988 |
-
|
989 |
-
#: options/class.WpdiscuzOptionsSerialized.php:896
|
990 |
-
msgid "Participate in this discussion via email"
|
991 |
-
msgstr ""
|
992 |
-
|
993 |
-
#: options/class.WpdiscuzOptionsSerialized.php:897
|
994 |
-
#: utils/layouts/pagination.php:46
|
995 |
-
msgid "›"
|
996 |
-
msgstr ""
|
997 |
-
|
998 |
-
#: options/class.WpdiscuzOptionsSerialized.php:898
|
999 |
-
msgid "Your comment is approved!"
|
1000 |
-
msgstr ""
|
1001 |
-
|
1002 |
-
#: options/class.WpdiscuzOptionsSerialized.php:899
|
1003 |
-
msgid ""
|
1004 |
-
"Hi [COMMENT_AUTHOR],<br/><br/>your comment was approved.<br/><br/><a "
|
1005 |
-
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
|
1006 |
-
msgstr ""
|
1007 |
-
|
1008 |
-
#: options/class.WpdiscuzOptionsSerialized.php:900
|
1009 |
-
msgid "Comments are closed."
|
1010 |
-
msgstr ""
|
1011 |
-
|
1012 |
-
#: options/class.WpdiscuzOptionsSerialized.php:901
|
1013 |
-
msgid "Stick this comment"
|
1014 |
-
msgstr ""
|
1015 |
-
|
1016 |
-
#: options/class.WpdiscuzOptionsSerialized.php:902
|
1017 |
-
#: options/phrases-layouts/phrases-comment.php:103
|
1018 |
-
msgid "Stick"
|
1019 |
-
msgstr ""
|
1020 |
-
|
1021 |
-
#: options/class.WpdiscuzOptionsSerialized.php:903
|
1022 |
-
#: options/phrases-layouts/phrases-comment.php:107
|
1023 |
-
msgid "Unstick"
|
1024 |
-
msgstr ""
|
1025 |
-
|
1026 |
-
#: options/class.WpdiscuzOptionsSerialized.php:904
|
1027 |
-
msgid "Sticky comment thread"
|
1028 |
-
msgstr ""
|
1029 |
-
|
1030 |
-
#: options/class.WpdiscuzOptionsSerialized.php:905
|
1031 |
-
msgid "Close this thread"
|
1032 |
-
msgstr ""
|
1033 |
-
|
1034 |
-
#: options/class.WpdiscuzOptionsSerialized.php:906
|
1035 |
-
#: options/phrases-layouts/phrases-comment.php:119
|
1036 |
-
msgid "Close"
|
1037 |
-
msgstr ""
|
1038 |
-
|
1039 |
-
#: options/class.WpdiscuzOptionsSerialized.php:907
|
1040 |
-
#: options/phrases-layouts/phrases-comment.php:123
|
1041 |
-
msgid "Open"
|
1042 |
-
msgstr ""
|
1043 |
-
|
1044 |
-
#: options/class.WpdiscuzOptionsSerialized.php:908
|
1045 |
-
msgid "Closed comment thread"
|
1046 |
-
msgstr ""
|
1047 |
-
|
1048 |
-
#: options/class.WpdiscuzOptionsSerialized.php:909
|
1049 |
-
msgid "I allow to create an account"
|
1050 |
-
msgstr ""
|
1051 |
-
|
1052 |
-
#: options/class.WpdiscuzOptionsSerialized.php:910
|
1053 |
-
msgid ""
|
1054 |
-
"When you login first time using a Social Login button, we collect your "
|
1055 |
-
"account public profile information shared by Social Login provider, based on "
|
1056 |
-
"your privacy settings. We also get your email address to automatically "
|
1057 |
-
"create an account for you in our website. Once your account is created, "
|
1058 |
-
"you'll be logged-in to this account."
|
1059 |
-
msgstr ""
|
1060 |
-
|
1061 |
-
#: options/class.WpdiscuzOptionsSerialized.php:911
|
1062 |
-
msgid "This comment form is under antispam protection"
|
1063 |
-
msgstr ""
|
1064 |
-
|
1065 |
-
#: options/class.WpdiscuzOptionsSerialized.php:912
|
1066 |
-
#: options/phrases-layouts/phrases-social-login.php:23
|
1067 |
-
msgid "Disagree"
|
1068 |
-
msgstr ""
|
1069 |
-
|
1070 |
-
#: options/class.WpdiscuzOptionsSerialized.php:913
|
1071 |
-
#: options/phrases-layouts/phrases-social-login.php:27
|
1072 |
-
msgid "Agree"
|
1073 |
-
msgstr ""
|
1074 |
-
|
1075 |
-
#: options/class.WpdiscuzOptionsSerialized.php:914
|
1076 |
-
#: options/phrases-layouts/phrases-user-settings.php:11
|
1077 |
-
msgid "My content and settings"
|
1078 |
-
msgstr ""
|
1079 |
-
|
1080 |
-
#: options/class.WpdiscuzOptionsSerialized.php:915
|
1081 |
-
#: options/phrases-layouts/phrases-user-settings.php:15
|
1082 |
-
msgid "Activity"
|
1083 |
-
msgstr ""
|
1084 |
-
|
1085 |
-
#: options/class.WpdiscuzOptionsSerialized.php:916
|
1086 |
-
#: options/phrases-layouts/phrases-user-settings.php:19
|
1087 |
-
msgid "Subscriptions"
|
1088 |
-
msgstr ""
|
1089 |
-
|
1090 |
-
#: options/class.WpdiscuzOptionsSerialized.php:917
|
1091 |
-
#: options/phrases-layouts/phrases-user-settings.php:23
|
1092 |
-
msgid "Follows"
|
1093 |
-
msgstr ""
|
1094 |
-
|
1095 |
-
#: options/class.WpdiscuzOptionsSerialized.php:918
|
1096 |
-
#: options/phrases-layouts/phrases-user-settings.php:27
|
1097 |
-
msgid "In response to:"
|
1098 |
-
msgstr ""
|
1099 |
-
|
1100 |
-
#: options/class.WpdiscuzOptionsSerialized.php:919
|
1101 |
-
#: options/class.WpdiscuzOptionsSerialized.php:925
|
1102 |
-
#: options/phrases-layouts/phrases-user-settings.php:31
|
1103 |
-
#: options/phrases-layouts/phrases-user-settings.php:55
|
1104 |
-
msgid "Bulk management via email"
|
1105 |
-
msgstr ""
|
1106 |
-
|
1107 |
-
#: options/class.WpdiscuzOptionsSerialized.php:920
|
1108 |
-
msgid ""
|
1109 |
-
"Click the button above to get an email with bulk delete and unsubscribe "
|
1110 |
-
"links."
|
1111 |
-
msgstr ""
|
1112 |
-
|
1113 |
-
#: options/class.WpdiscuzOptionsSerialized.php:921
|
1114 |
-
#: options/phrases-layouts/phrases-user-settings.php:39
|
1115 |
-
msgid "No data found!"
|
1116 |
-
msgstr ""
|
1117 |
-
|
1118 |
-
#: options/class.WpdiscuzOptionsSerialized.php:922
|
1119 |
-
#: options/class.WpdiscuzOptionsSerialized.php:926
|
1120 |
-
#: options/phrases-layouts/phrases-user-settings.php:43
|
1121 |
-
#: options/phrases-layouts/phrases-user-settings.php:60
|
1122 |
-
msgid "Delete all my comments"
|
1123 |
-
msgstr ""
|
1124 |
-
|
1125 |
-
#: options/class.WpdiscuzOptionsSerialized.php:923
|
1126 |
-
#: options/phrases-layouts/phrases-user-settings.php:47
|
1127 |
-
msgid "Cancel all comment subscriptions"
|
1128 |
-
msgstr ""
|
1129 |
-
|
1130 |
-
#: options/class.WpdiscuzOptionsSerialized.php:924
|
1131 |
-
#: options/phrases-layouts/phrases-user-settings.php:51
|
1132 |
-
msgid "Clear cookies with my personal data"
|
1133 |
-
msgstr ""
|
1134 |
-
|
1135 |
-
#: options/class.WpdiscuzOptionsSerialized.php:927
|
1136 |
-
msgid ""
|
1137 |
-
"Please use this link to delete all your comments. Please note, that this "
|
1138 |
-
"action cannot be undone.<br/><br/><a href=\"[DELETE_COMMENTS_URL]\" "
|
1139 |
-
"target=\"_blank\">Delete all my comments</a><br/><br/>"
|
1140 |
-
msgstr ""
|
1141 |
-
|
1142 |
-
#: options/class.WpdiscuzOptionsSerialized.php:928
|
1143 |
-
#: options/phrases-layouts/phrases-user-settings.php:85
|
1144 |
-
msgid "Delete all my subscriptions"
|
1145 |
-
msgstr ""
|
1146 |
-
|
1147 |
-
#: options/class.WpdiscuzOptionsSerialized.php:929
|
1148 |
-
msgid ""
|
1149 |
-
"Please use this link to cancel all subscriptions for new comments. Please "
|
1150 |
-
"note, that this action cannot be undone.<br/><br/><a "
|
1151 |
-
"href=\"[DELETE_SUBSCRIPTIONS_URL]\" target=\"_blank\">Delete all my "
|
1152 |
-
"subscriptions</a><br/><br/>"
|
1153 |
-
msgstr ""
|
1154 |
-
|
1155 |
-
#: options/class.WpdiscuzOptionsSerialized.php:930
|
1156 |
-
#: options/phrases-layouts/phrases-user-settings.php:110
|
1157 |
-
msgid "Delete all my follows"
|
1158 |
-
msgstr ""
|
1159 |
-
|
1160 |
-
#: options/class.WpdiscuzOptionsSerialized.php:931
|
1161 |
-
msgid ""
|
1162 |
-
"Please use this link to cancel all follows for new comments. Please note, "
|
1163 |
-
"that this action cannot be undone.<br/><br/><a href=\"[DELETE_FOLLOWS_URL]\" "
|
1164 |
-
"target=\"_blank\">Delete all my follows</a><br/><br/>"
|
1165 |
-
msgstr ""
|
1166 |
-
|
1167 |
-
#: options/class.WpdiscuzOptionsSerialized.php:932
|
1168 |
-
#: options/phrases-layouts/phrases-user-settings.php:134
|
1169 |
-
msgid "subscribed to this comment"
|
1170 |
-
msgstr ""
|
1171 |
-
|
1172 |
-
#: options/class.WpdiscuzOptionsSerialized.php:933
|
1173 |
-
#: options/phrases-layouts/phrases-user-settings.php:138
|
1174 |
-
msgid "subscribed to my comments"
|
1175 |
-
msgstr ""
|
1176 |
-
|
1177 |
-
#: options/class.WpdiscuzOptionsSerialized.php:934
|
1178 |
-
#: options/phrases-layouts/phrases-user-settings.php:142
|
1179 |
-
msgid "subscribed to all follow-up comments of this post"
|
1180 |
-
msgstr ""
|
1181 |
-
|
1182 |
-
#: options/class.WpdiscuzOptionsSerialized.php:936
|
1183 |
-
#: options/phrases-layouts/phrases-user-settings.php:150
|
1184 |
-
msgid "Error : Can't send email."
|
1185 |
-
msgstr ""
|
1186 |
-
|
1187 |
-
#: options/class.WpdiscuzOptionsSerialized.php:937
|
1188 |
-
#: options/phrases-layouts/phrases-user-settings.php:154
|
1189 |
-
msgid "Are you sure you want to delete this comment?"
|
1190 |
-
msgstr ""
|
1191 |
-
|
1192 |
-
#: options/class.WpdiscuzOptionsSerialized.php:938
|
1193 |
-
#: options/phrases-layouts/phrases-user-settings.php:158
|
1194 |
-
msgid "Are you sure you want to cancel this subscription?"
|
1195 |
-
msgstr ""
|
1196 |
-
|
1197 |
-
#: options/class.WpdiscuzOptionsSerialized.php:939
|
1198 |
-
#: options/phrases-layouts/phrases-user-settings.php:162
|
1199 |
-
msgid "Are you sure you want to cancel this follow?"
|
1200 |
-
msgstr ""
|
1201 |
-
|
1202 |
-
#: options/class.WpdiscuzOptionsSerialized.php:940
|
1203 |
-
#: options/phrases-layouts/phrases-follow.php:11
|
1204 |
-
msgid "Follow this user"
|
1205 |
-
msgstr ""
|
1206 |
-
|
1207 |
-
#: options/class.WpdiscuzOptionsSerialized.php:941
|
1208 |
-
#: options/phrases-layouts/phrases-follow.php:15
|
1209 |
-
msgid "Unfollow this user"
|
1210 |
-
msgstr ""
|
1211 |
-
|
1212 |
-
#: options/class.WpdiscuzOptionsSerialized.php:942
|
1213 |
-
#: options/phrases-layouts/phrases-follow.php:19
|
1214 |
-
msgid "You started following this comment author"
|
1215 |
-
msgstr ""
|
1216 |
-
|
1217 |
-
#: options/class.WpdiscuzOptionsSerialized.php:943
|
1218 |
-
msgid "You stopped following this comment author."
|
1219 |
-
msgstr ""
|
1220 |
-
|
1221 |
-
#: options/class.WpdiscuzOptionsSerialized.php:944
|
1222 |
-
msgid "Please check your email and confirm the user following request."
|
1223 |
-
msgstr ""
|
1224 |
-
|
1225 |
-
#: options/class.WpdiscuzOptionsSerialized.php:945
|
1226 |
-
msgid "Sorry, we couldn't send confirmation email."
|
1227 |
-
msgstr ""
|
1228 |
-
|
1229 |
-
#: options/class.WpdiscuzOptionsSerialized.php:946
|
1230 |
-
msgid "Please login to follow users."
|
1231 |
-
msgstr ""
|
1232 |
-
|
1233 |
-
#: options/class.WpdiscuzOptionsSerialized.php:947
|
1234 |
-
msgid "We are sorry, but you can't follow this user."
|
1235 |
-
msgstr ""
|
1236 |
-
|
1237 |
-
#: options/class.WpdiscuzOptionsSerialized.php:948
|
1238 |
-
msgid "Following failed. Please try again later."
|
1239 |
-
msgstr ""
|
1240 |
-
|
1241 |
-
#: options/class.WpdiscuzOptionsSerialized.php:949
|
1242 |
-
msgid "Confirm user following request"
|
1243 |
-
msgstr ""
|
1244 |
-
|
1245 |
-
#: options/class.WpdiscuzOptionsSerialized.php:950
|
1246 |
-
msgid "Cancel user following request"
|
1247 |
-
msgstr ""
|
1248 |
-
|
1249 |
-
#: options/class.WpdiscuzOptionsSerialized.php:951
|
1250 |
-
msgid "User Following Confirmation"
|
1251 |
-
msgstr ""
|
1252 |
-
|
1253 |
-
#: options/class.WpdiscuzOptionsSerialized.php:952
|
1254 |
-
#: options/class.WpdiscuzOptionsSerialized.php:954
|
1255 |
-
msgid "</a>"
|
1256 |
-
msgstr ""
|
1257 |
-
|
1258 |
-
#: options/html-addons.php:11
|
1259 |
-
msgid "wpDiscuz Addons"
|
1260 |
-
msgstr ""
|
1261 |
-
|
1262 |
-
#: options/html-addons.php:19
|
1263 |
-
msgid "wpDiscuz Add-ons"
|
1264 |
-
msgstr ""
|
1265 |
-
|
1266 |
-
#: options/html-addons.php:20
|
1267 |
-
msgid "Addons Support Forum"
|
1268 |
-
msgstr ""
|
1269 |
-
|
1270 |
-
#: options/html-addons.php:25
|
1271 |
-
msgid ""
|
1272 |
-
"All wpDiscuz addons are being developed by wpDiscuz developers at gVectors "
|
1273 |
-
"Team, those are very solid premium level extensions and come with premium "
|
1274 |
-
"support.\n"
|
1275 |
-
" These addons help us to keep top level "
|
1276 |
-
"development of the free wpDiscuz plugin. All essential and even dozens of "
|
1277 |
-
"extra-cool features are already available for free in core wpDiscuz. \n"
|
1278 |
-
" There will never be any limits, any pro and paid "
|
1279 |
-
"versions for wpDiscuz. We have another dozens of awesome features in our to-"
|
1280 |
-
"do list which will also be added for free in future releases. \n"
|
1281 |
-
" So the free wpDiscuz development always stays on "
|
1282 |
-
"the first priority and wpDiscuz is being extended with new free functions "
|
1283 |
-
"and features even faster than before."
|
1284 |
-
msgstr ""
|
1285 |
-
|
1286 |
-
#: options/html-addons.php:31
|
1287 |
-
msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team "
|
1288 |
-
msgstr ""
|
1289 |
-
|
1290 |
-
#: options/html-addons.php:41
|
1291 |
-
msgid "View wpDiscuz Addons Bundle"
|
1292 |
-
msgstr ""
|
1293 |
-
|
1294 |
-
#: options/html-addons.php:64
|
1295 |
-
msgid "More Info »"
|
1296 |
-
msgstr ""
|
1297 |
-
|
1298 |
-
#: options/html-addons.php:66
|
1299 |
-
msgid "Live Preview | Buy"
|
1300 |
-
msgstr ""
|
1301 |
-
|
1302 |
-
#: options/html-options.php:10
|
1303 |
-
msgid "wpDiscuz General Settings"
|
1304 |
-
msgstr ""
|
1305 |
-
|
1306 |
-
#: options/html-options.php:19
|
1307 |
-
msgid "Need More Features?"
|
1308 |
-
msgstr ""
|
1309 |
-
|
1310 |
-
#: options/html-options.php:20
|
1311 |
-
msgid "Documentation"
|
1312 |
-
msgstr ""
|
1313 |
-
|
1314 |
-
#: options/html-options.php:21
|
1315 |
-
msgid "Support"
|
1316 |
-
msgstr ""
|
1317 |
-
|
1318 |
-
#: options/html-options.php:54 options/html-phrases.php:21
|
1319 |
-
msgid "General"
|
1320 |
-
msgstr ""
|
1321 |
-
|
1322 |
-
#: options/html-options.php:55
|
1323 |
-
msgid "Comment Form"
|
1324 |
-
msgstr ""
|
1325 |
-
|
1326 |
-
#: options/html-options.php:56
|
1327 |
-
msgid "Comment List"
|
1328 |
-
msgstr ""
|
1329 |
-
|
1330 |
-
#: options/html-options.php:57
|
1331 |
-
#: options/options-layouts/settings-live-update.php:7
|
1332 |
-
msgid "Live Update"
|
1333 |
-
msgstr ""
|
1334 |
-
|
1335 |
-
#: options/html-options.php:59
|
1336 |
-
msgid "Subscription"
|
1337 |
-
msgstr ""
|
1338 |
-
|
1339 |
-
#: options/html-options.php:59
|
1340 |
-
msgid "and Postmatic"
|
1341 |
-
msgstr ""
|
1342 |
-
|
1343 |
-
#: options/html-options.php:60
|
1344 |
-
msgid "Styling"
|
1345 |
-
msgstr ""
|
1346 |
-
|
1347 |
-
#: options/html-options.php:61
|
1348 |
-
msgid "Cache"
|
1349 |
-
msgstr ""
|
1350 |
-
|
1351 |
-
#: options/html-options.php:62 options/options-layouts/settings-social.php:7
|
1352 |
-
msgid "Social Login & Share"
|
1353 |
-
msgstr ""
|
1354 |
-
|
1355 |
-
#: options/html-options.php:63
|
1356 |
-
#: options/options-layouts/settings-integrations.php:7
|
1357 |
-
msgid "Integrations"
|
1358 |
-
msgstr ""
|
1359 |
-
|
1360 |
-
#: options/html-options.php:154
|
1361 |
-
msgid "Reset Options"
|
1362 |
-
msgstr ""
|
1363 |
-
|
1364 |
-
#: options/html-options.php:156
|
1365 |
-
msgid "Remove vote data"
|
1366 |
-
msgstr ""
|
1367 |
-
|
1368 |
-
#: options/html-options.php:157 options/html-phrases.php:82
|
1369 |
-
msgid "Save Changes"
|
1370 |
-
msgstr ""
|
1371 |
-
|
1372 |
-
#: options/html-phrases.php:10
|
1373 |
-
msgid "wpDiscuz Front-end Phrases"
|
1374 |
-
msgstr ""
|
1375 |
-
|
1376 |
-
#: options/html-phrases.php:23
|
1377 |
-
msgid "Comment"
|
1378 |
-
msgstr ""
|
1379 |
-
|
1380 |
-
#: options/html-phrases.php:24
|
1381 |
-
msgid "Date/Time"
|
1382 |
-
msgstr ""
|
1383 |
-
|
1384 |
-
#: options/html-phrases.php:26
|
1385 |
-
msgid "Notification"
|
1386 |
-
msgstr ""
|
1387 |
-
|
1388 |
-
#: options/html-phrases.php:27
|
1389 |
-
msgid "Follow"
|
1390 |
-
msgstr ""
|
1391 |
-
|
1392 |
-
#: options/html-phrases.php:28
|
1393 |
-
#: options/phrases-layouts/phrases-social-login.php:7
|
1394 |
-
msgid "Social Login"
|
1395 |
-
msgstr ""
|
1396 |
-
|
1397 |
-
#: options/html-phrases.php:29
|
1398 |
-
msgid "User Settings"
|
1399 |
-
msgstr ""
|
1400 |
-
|
1401 |
-
#: options/html-phrases.php:30
|
1402 |
-
msgid "Errors"
|
1403 |
-
msgstr ""
|
1404 |
-
|
1405 |
-
#: options/html-phrases.php:81
|
1406 |
-
msgid "Reset Phrases"
|
1407 |
-
msgstr ""
|
1408 |
-
|
1409 |
-
#: options/html-tools.php:10
|
1410 |
-
msgid "wpDiscuz Tools"
|
1411 |
-
msgstr ""
|
1412 |
-
|
1413 |
-
#: options/html-tools.php:15 options/tools-layouts/options-export.php:7
|
1414 |
-
msgid "Export options"
|
1415 |
-
msgstr ""
|
1416 |
-
|
1417 |
-
#: options/html-tools.php:16 options/tools-layouts/options-import.php:7
|
1418 |
-
msgid "Import options"
|
1419 |
-
msgstr ""
|
1420 |
-
|
1421 |
-
#: options/html-tools.php:17 options/tools-layouts/subscriptions-import.php:9
|
1422 |
-
msgid "Import subscriptions"
|
1423 |
-
msgstr ""
|
1424 |
-
|
1425 |
-
#: options/html-tools.php:18 utils/deactivation-reason-modal.php:57
|
1426 |
-
msgid "Other"
|
1427 |
-
msgstr ""
|
1428 |
-
|
1429 |
-
#: utils/class.WpdiscuzHelper.php:225 utils/class.WpdiscuzHelper.php:228
|
1430 |
-
msgid "Spoiler"
|
1431 |
-
msgstr ""
|
1432 |
-
|
1433 |
-
#: utils/class.WpdiscuzHelper.php:568
|
1434 |
-
msgid "Go to update data"
|
1435 |
-
msgstr ""
|
1436 |
-
|
1437 |
-
#: utils/class.WpdiscuzHelperEmail.php:516
|
1438 |
-
msgid "Cancel Follow"
|
1439 |
-
msgstr ""
|
1440 |
-
|
1441 |
-
#: utils/deactivation-reason-modal.php:10
|
1442 |
-
msgid "Plugin Usage Feedback"
|
1443 |
-
msgstr ""
|
1444 |
-
|
1445 |
-
#: utils/deactivation-reason-modal.php:13
|
1446 |
-
msgid ""
|
1447 |
-
"Please let us know why you are deactivating. Choosing one of the options "
|
1448 |
-
"below you will help us make it better for you and for other users."
|
1449 |
-
msgstr ""
|
1450 |
-
|
1451 |
-
#: utils/deactivation-reason-modal.php:19
|
1452 |
-
msgid "I'll reactivate it later"
|
1453 |
-
msgstr ""
|
1454 |
-
|
1455 |
-
#: utils/deactivation-reason-modal.php:23
|
1456 |
-
msgid "The plugin is not working"
|
1457 |
-
msgstr ""
|
1458 |
-
|
1459 |
-
#: utils/deactivation-reason-modal.php:24
|
1460 |
-
msgid "What kind of problems do you have?"
|
1461 |
-
msgstr ""
|
1462 |
-
|
1463 |
-
#: utils/deactivation-reason-modal.php:28
|
1464 |
-
msgid "It's not what I was looking for"
|
1465 |
-
msgstr ""
|
1466 |
-
|
1467 |
-
#: utils/deactivation-reason-modal.php:32
|
1468 |
-
msgid "I couldn't understand how to make it work"
|
1469 |
-
msgstr ""
|
1470 |
-
|
1471 |
-
#: utils/deactivation-reason-modal.php:33
|
1472 |
-
#: utils/deactivation-reason-modal.php:38
|
1473 |
-
msgid "What type of features you want to be in the plugin?"
|
1474 |
-
msgstr ""
|
1475 |
-
|
1476 |
-
#: utils/deactivation-reason-modal.php:37
|
1477 |
-
msgid "The plugin is great, but I need specific features"
|
1478 |
-
msgstr ""
|
1479 |
-
|
1480 |
-
#: utils/deactivation-reason-modal.php:42
|
1481 |
-
msgid "I didn't like plugin design"
|
1482 |
-
msgstr ""
|
1483 |
-
|
1484 |
-
#: utils/deactivation-reason-modal.php:43
|
1485 |
-
msgid "What part of design you don't like or want to change?"
|
1486 |
-
msgstr ""
|
1487 |
-
|
1488 |
-
#: utils/deactivation-reason-modal.php:47
|
1489 |
-
msgid "The plugin works very slow"
|
1490 |
-
msgstr ""
|
1491 |
-
|
1492 |
-
#: utils/deactivation-reason-modal.php:48
|
1493 |
-
msgid ""
|
1494 |
-
"Could you please describe which features of the plugin slows down your "
|
1495 |
-
"website?"
|
1496 |
-
msgstr ""
|
1497 |
-
|
1498 |
-
#: utils/deactivation-reason-modal.php:52
|
1499 |
-
msgid "I found a better plugin"
|
1500 |
-
msgstr ""
|
1501 |
-
|
1502 |
-
#: utils/deactivation-reason-modal.php:53
|
1503 |
-
msgid "Please provide a plugin name or URL"
|
1504 |
-
msgstr ""
|
1505 |
-
|
1506 |
-
#: utils/deactivation-reason-modal.php:62
|
1507 |
-
msgid "Dismiss and never show again"
|
1508 |
-
msgstr ""
|
1509 |
-
|
1510 |
-
#: utils/deactivation-reason-modal.php:66
|
1511 |
-
msgid "Thank you for your feedback!"
|
1512 |
-
msgstr ""
|
1513 |
-
|
1514 |
-
#: forms/wpdFormAttr/Form.php:131 forms/wpdFormAttr/Form.php:415
|
1515 |
-
#: forms/wpdFormAttr/Form.php:744
|
1516 |
-
msgid ""
|
1517 |
-
"I allow to use my email address and send notification about new comments and "
|
1518 |
-
"replies (you can unsubscribe at any time)."
|
1519 |
-
msgstr ""
|
1520 |
-
|
1521 |
-
#: forms/wpdFormAttr/Form.php:679 forms/wpdFormAttr/Form.php:701
|
1522 |
-
#: forms/wpdFormAttr/Form.php:713 forms/wpdFormAttr/Form.php:725
|
1523 |
-
#: forms/wpdFormAttr/Form.php:736 forms/wpdFormAttr/Form.php:756
|
1524 |
-
#: forms/wpdFormAttr/Form.php:786 forms/wpdFormAttr/Form.php:796
|
1525 |
-
#: forms/wpdFormAttr/Form.php:803 options/options-layouts/settings-cache.php:23
|
1526 |
-
#: options/options-layouts/settings-cache.php:33
|
1527 |
-
#: options/options-layouts/settings-cache.php:41
|
1528 |
-
#: options/options-layouts/settings-form.php:18
|
1529 |
-
#: options/options-layouts/settings-form.php:28
|
1530 |
-
#: options/options-layouts/settings-form.php:68
|
1531 |
-
#: options/options-layouts/settings-form.php:82
|
1532 |
-
#: options/options-layouts/settings-form.php:96
|
1533 |
-
#: options/options-layouts/settings-form.php:111
|
1534 |
-
#: options/options-layouts/settings-form.php:124
|
1535 |
-
#: options/options-layouts/settings-form.php:140
|
1536 |
-
#: options/options-layouts/settings-form.php:151
|
1537 |
-
#: options/options-layouts/settings-form.php:162
|
1538 |
-
#: options/options-layouts/settings-form.php:172
|
1539 |
-
#: options/options-layouts/settings-form.php:190
|
1540 |
-
#: options/options-layouts/settings-form.php:200
|
1541 |
-
#: options/options-layouts/settings-form.php:210
|
1542 |
-
#: options/options-layouts/settings-form.php:220
|
1543 |
-
#: options/options-layouts/settings-general.php:14
|
1544 |
-
#: options/options-layouts/settings-general.php:26
|
1545 |
-
#: options/options-layouts/settings-general.php:38
|
1546 |
-
#: options/options-layouts/settings-general.php:80
|
1547 |
-
#: options/options-layouts/settings-general.php:94
|
1548 |
-
#: options/options-layouts/settings-general.php:104
|
1549 |
-
#: options/options-layouts/settings-list.php:20
|
1550 |
-
#: options/options-layouts/settings-list.php:31
|
1551 |
-
#: options/options-layouts/settings-list.php:41
|
1552 |
-
#: options/options-layouts/settings-list.php:51
|
1553 |
-
#: options/options-layouts/settings-list.php:81
|
1554 |
-
#: options/options-layouts/settings-list.php:93
|
1555 |
-
#: options/options-layouts/settings-list.php:113
|
1556 |
-
#: options/options-layouts/settings-list.php:122
|
1557 |
-
#: options/options-layouts/settings-list.php:141
|
1558 |
-
#: options/options-layouts/settings-list.php:153
|
1559 |
-
#: options/options-layouts/settings-list.php:163
|
1560 |
-
#: options/options-layouts/settings-list.php:178
|
1561 |
-
#: options/options-layouts/settings-list.php:188
|
1562 |
-
#: options/options-layouts/settings-live-update.php:31
|
1563 |
-
#: options/options-layouts/settings-social.php:18
|
1564 |
-
#: options/options-layouts/settings-social.php:28
|
1565 |
-
#: options/options-layouts/settings-style.php:19
|
1566 |
-
#: options/options-layouts/settings-style.php:59
|
1567 |
-
#: options/options-layouts/settings-style.php:96
|
1568 |
-
#: options/options-layouts/settings-style.php:119
|
1569 |
-
#: options/options-layouts/settings-style.php:138
|
1570 |
-
#: options/options-layouts/settings-style.php:164
|
1571 |
-
#: options/options-layouts/settings-style.php:173
|
1572 |
-
#: options/options-layouts/settings-subscription.php:18
|
1573 |
-
#: options/options-layouts/settings-subscription.php:28
|
1574 |
-
#: options/options-layouts/settings-subscription.php:38
|
1575 |
-
#: options/options-layouts/settings-subscription.php:62
|
1576 |
-
#: options/options-layouts/settings-subscription.php:75
|
1577 |
-
#: options/options-layouts/settings-subscription.php:85
|
1578 |
-
#: options/options-layouts/settings-subscription.php:111
|
1579 |
-
#: options/options-layouts/settings-subscription.php:121
|
1580 |
-
msgid "Read the documentation"
|
1581 |
-
msgstr ""
|
1582 |
-
|
1583 |
-
#: forms/wpdFormAttr/Form.php:684
|
1584 |
-
msgid "Disable commenting for roles"
|
1585 |
-
msgstr ""
|
1586 |
-
|
1587 |
-
#: forms/wpdFormAttr/Form.php:706
|
1588 |
-
msgid "Allow guests to comment"
|
1589 |
-
msgstr ""
|
1590 |
-
|
1591 |
-
#: forms/wpdFormAttr/Form.php:710 forms/wpdFormAttr/Form.php:722
|
1592 |
-
#: forms/wpdFormAttr/Form.php:733
|
1593 |
-
msgid "Yes"
|
1594 |
-
msgstr ""
|
1595 |
-
|
1596 |
-
#: forms/wpdFormAttr/Form.php:712 forms/wpdFormAttr/Form.php:724
|
1597 |
-
#: forms/wpdFormAttr/Form.php:735
|
1598 |
-
msgid "No"
|
1599 |
-
msgstr ""
|
1600 |
-
|
1601 |
-
#: forms/wpdFormAttr/Form.php:718
|
1602 |
-
msgid "Enable subscription bar"
|
1603 |
-
msgstr ""
|
1604 |
-
|
1605 |
-
#: forms/wpdFormAttr/Form.php:729
|
1606 |
-
msgid "Display agreement checkbox in Comment Subscription bar"
|
1607 |
-
msgstr ""
|
1608 |
-
|
1609 |
-
#: forms/wpdFormAttr/Form.php:741
|
1610 |
-
msgid "Comment Subscription bar agreement checkbox label"
|
1611 |
-
msgstr ""
|
1612 |
-
|
1613 |
-
#: forms/wpdFormAttr/Form.php:751
|
1614 |
-
msgid "Comment form header text"
|
1615 |
-
msgstr ""
|
1616 |
-
|
1617 |
-
#: forms/wpdFormAttr/Form.php:761
|
1618 |
-
msgid "Display comment form for post types"
|
1619 |
-
msgstr ""
|
1620 |
-
|
1621 |
-
#: forms/wpdFormAttr/Form.php:768
|
1622 |
-
msgid ""
|
1623 |
-
"The red marked post types are already attached to other comment form. If you "
|
1624 |
-
"set this form too, the old forms will not be used for them."
|
1625 |
-
msgstr ""
|
1626 |
-
|
1627 |
-
#: forms/wpdFormAttr/Form.php:791
|
1628 |
-
msgid "Display comment form for post IDs"
|
1629 |
-
msgstr ""
|
1630 |
-
|
1631 |
-
#: forms/wpdFormAttr/Form.php:792
|
1632 |
-
msgid ""
|
1633 |
-
"You can use this form for certain posts/pages specified by comma separated "
|
1634 |
-
"IDs."
|
1635 |
-
msgstr ""
|
1636 |
-
|
1637 |
-
#: forms/wpdFormAttr/Form.php:807
|
1638 |
-
msgid "Comment Text Field"
|
1639 |
-
msgstr ""
|
1640 |
-
|
1641 |
-
#: forms/wpdFormAttr/Form.php:822
|
1642 |
-
msgid "ADD ROW"
|
1643 |
-
msgstr ""
|
1644 |
-
|
1645 |
-
#: forms/wpdFormAttr/Form.php:892
|
1646 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:84
|
1647 |
-
msgid "Website"
|
1648 |
-
msgstr ""
|
1649 |
-
|
1650 |
-
#: forms/wpdFormAttr/Form.php:901
|
1651 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:117
|
1652 |
-
msgid "Code"
|
1653 |
-
msgstr ""
|
1654 |
-
|
1655 |
-
#: options/options-layouts/settings-addons.php:20
|
1656 |
-
msgid ""
|
1657 |
-
"Here you can find wpDiscuz Addons' setting options in vertical subTabs with "
|
1658 |
-
"according addon titles. All wpDiscuz addons are listed on wpDiscuz"
|
1659 |
-
msgstr ""
|
1660 |
-
|
1661 |
-
#: options/options-layouts/settings-addons.php:20
|
1662 |
-
msgid "Addons subMenu"
|
1663 |
-
msgstr ""
|
1664 |
-
|
1665 |
-
#: options/options-layouts/settings-addons.php:20
|
1666 |
-
msgid ""
|
1667 |
-
"We'll add new free and paid addons with almost every wpDiscuz release. There "
|
1668 |
-
"will be dozens of very useful addons in near future. Currently wpDiscuz "
|
1669 |
-
"consists of about 70 free features/addons like \"Live Update\", \"First "
|
1670 |
-
"comment redirection\", \"Comment sorting\", \"Simple CAPTCHA\", \"AJAX "
|
1671 |
-
"Pagination\", \"Lazy Load\", \"Comment Likes\", \"Comment Share\" and dozens "
|
1672 |
-
"of other addons and there will be more. All new and free addons will be "
|
1673 |
-
"built-in with wpDiscuz plugin and all paid addons will be listed separately "
|
1674 |
-
"on"
|
1675 |
-
msgstr ""
|
1676 |
-
|
1677 |
-
#: options/options-layouts/settings-cache.php:10
|
1678 |
-
msgid "Gravatar Cache"
|
1679 |
-
msgstr ""
|
1680 |
-
|
1681 |
-
#: options/options-layouts/settings-cache.php:15
|
1682 |
-
msgid "Enable Gravatar caching"
|
1683 |
-
msgstr ""
|
1684 |
-
|
1685 |
-
#: options/options-layouts/settings-cache.php:17
|
1686 |
-
msgid ""
|
1687 |
-
"It seems on of important functions (\"file_get_contents\", "
|
1688 |
-
"\"file_put_contents\") of php is not exists.<br/> Please enable these "
|
1689 |
-
"functions in your server settings to use gravatar caching feature."
|
1690 |
-
msgstr ""
|
1691 |
-
|
1692 |
-
#: options/options-layouts/settings-cache.php:27
|
1693 |
-
msgid "Caching method"
|
1694 |
-
msgstr ""
|
1695 |
-
|
1696 |
-
#: options/options-layouts/settings-cache.php:30
|
1697 |
-
msgid "Runtime"
|
1698 |
-
msgstr ""
|
1699 |
-
|
1700 |
-
#: options/options-layouts/settings-cache.php:31
|
1701 |
-
msgid "Cron job"
|
1702 |
-
msgstr ""
|
1703 |
-
|
1704 |
-
#: options/options-layouts/settings-cache.php:37
|
1705 |
-
msgid "Cache avatars for \"X\" days"
|
1706 |
-
msgstr ""
|
1707 |
-
|
1708 |
-
#: options/options-layouts/settings-cache.php:45
|
1709 |
-
#: options/options-layouts/settings-cache.php:48
|
1710 |
-
msgid "Purge expired caches"
|
1711 |
-
msgstr ""
|
1712 |
-
|
1713 |
-
#: options/options-layouts/settings-cache.php:52
|
1714 |
-
#: options/options-layouts/settings-cache.php:55
|
1715 |
-
msgid "Purge all caches"
|
1716 |
-
msgstr ""
|
1717 |
-
|
1718 |
-
#: options/options-layouts/settings-cache.php:59
|
1719 |
-
msgid "Statistics Cache"
|
1720 |
-
msgstr ""
|
1721 |
-
|
1722 |
-
#: options/options-layouts/settings-cache.php:63
|
1723 |
-
#: options/options-layouts/settings-cache.php:66
|
1724 |
-
msgid "Purge statistics caches"
|
1725 |
-
msgstr ""
|
1726 |
-
|
1727 |
-
#: options/options-layouts/settings-customfields.php:12
|
1728 |
-
msgid "Google Map API Key"
|
1729 |
-
msgstr ""
|
1730 |
-
|
1731 |
-
#: options/options-layouts/settings-form.php:7
|
1732 |
-
msgid "Comment Form Settings"
|
1733 |
-
msgstr ""
|
1734 |
-
|
1735 |
-
#: options/options-layouts/settings-form.php:12
|
1736 |
-
msgid "Hide Header Text"
|
1737 |
-
msgstr ""
|
1738 |
-
|
1739 |
-
#: options/options-layouts/settings-form.php:13
|
1740 |
-
msgid ""
|
1741 |
-
"This option hides \"Leave Reply\" header text on top of comment form. You "
|
1742 |
-
"can change this text in Comments > Forms admin page."
|
1743 |
-
msgstr ""
|
1744 |
-
|
1745 |
-
#: options/options-layouts/settings-form.php:23
|
1746 |
-
msgid "Show logged-in user name and logout link on top of main form"
|
1747 |
-
msgstr ""
|
1748 |
-
|
1749 |
-
#: options/options-layouts/settings-form.php:33
|
1750 |
-
msgid "Comment Form components"
|
1751 |
-
msgstr ""
|
1752 |
-
|
1753 |
-
#: options/options-layouts/settings-form.php:34
|
1754 |
-
msgid ""
|
1755 |
-
"These components can be found on the main comment form. The \"My Content and "
|
1756 |
-
"Settings\" button is located on the top left side, under the \"Leave Reply\" "
|
1757 |
-
"header text. The \"Discussion Statistic\" and \"Recent Comment Authors\" "
|
1758 |
-
"sections are located under the main comment form fields ont the left and "
|
1759 |
-
"right sides accordingly."
|
1760 |
-
msgstr ""
|
1761 |
-
|
1762 |
-
#: options/options-layouts/settings-form.php:43
|
1763 |
-
msgid "Hide \"Please login to comment\" text"
|
1764 |
-
msgstr ""
|
1765 |
-
|
1766 |
-
#: options/options-layouts/settings-form.php:50
|
1767 |
-
msgid "Hide \"My Content and Settings\" button"
|
1768 |
-
msgstr ""
|
1769 |
-
|
1770 |
-
#: options/options-layouts/settings-form.php:57
|
1771 |
-
msgid "Hide \"Discussion Statistic\" section"
|
1772 |
-
msgstr ""
|
1773 |
-
|
1774 |
-
#: options/options-layouts/settings-form.php:64
|
1775 |
-
msgid "Hide \"Recent Comment Authors\" section"
|
1776 |
-
msgstr ""
|
1777 |
-
|
1778 |
-
#: options/options-layouts/settings-form.php:73
|
1779 |
-
msgid "Keep guest commenter credentials in browser cookies for x days"
|
1780 |
-
msgstr ""
|
1781 |
-
|
1782 |
-
#: options/options-layouts/settings-form.php:75
|
1783 |
-
msgid ""
|
1784 |
-
"wpDiscuz uses WordPress function to keep guest Name, Email and Website "
|
1785 |
-
"information in cookies to fill according fields of comment form on next "
|
1786 |
-
"commenting time."
|
1787 |
-
msgstr ""
|
1788 |
-
|
1789 |
-
#: options/options-layouts/settings-form.php:76
|
1790 |
-
msgid "Set this option value -1 to make it unlimited."
|
1791 |
-
msgstr ""
|
1792 |
-
|
1793 |
-
#: options/options-layouts/settings-form.php:77
|
1794 |
-
msgid "Set this option value 0 to clear those data when user closes browser."
|
1795 |
-
msgstr ""
|
1796 |
-
|
1797 |
-
#: options/options-layouts/settings-form.php:87
|
1798 |
-
msgid "Comment author name length (for guests only)"
|
1799 |
-
msgstr ""
|
1800 |
-
|
1801 |
-
#: options/options-layouts/settings-form.php:91
|
1802 |
-
#: options/options-layouts/settings-form.php:106
|
1803 |
-
msgid "Min"
|
1804 |
-
msgstr ""
|
1805 |
-
|
1806 |
-
#: options/options-layouts/settings-form.php:94
|
1807 |
-
#: options/options-layouts/settings-form.php:109
|
1808 |
-
msgid "Max"
|
1809 |
-
msgstr ""
|
1810 |
-
|
1811 |
-
#: options/options-layouts/settings-form.php:101
|
1812 |
-
msgid "Comment text length"
|
1813 |
-
msgstr ""
|
1814 |
-
|
1815 |
-
#: options/options-layouts/settings-form.php:102
|
1816 |
-
msgid ""
|
1817 |
-
"Allows to set minimum and maximum number of chars can be inserted in comment "
|
1818 |
-
"textarea. Leave the max value empty to remove the limit."
|
1819 |
-
msgstr ""
|
1820 |
-
|
1821 |
-
#: options/options-layouts/settings-form.php:116
|
1822 |
-
msgid "Captcha generation type"
|
1823 |
-
msgstr ""
|
1824 |
-
|
1825 |
-
#: options/options-layouts/settings-form.php:121
|
1826 |
-
msgid "File system"
|
1827 |
-
msgstr ""
|
1828 |
-
|
1829 |
-
#: options/options-layouts/settings-form.php:122
|
1830 |
-
msgid "WP Session"
|
1831 |
-
msgstr ""
|
1832 |
-
|
1833 |
-
#: options/options-layouts/settings-form.php:129
|
1834 |
-
msgid "Invisible Spam Protection"
|
1835 |
-
msgstr ""
|
1836 |
-
|
1837 |
-
#: options/options-layouts/settings-form.php:131
|
1838 |
-
msgid ""
|
1839 |
-
"You should purge caches after each key generation otherwise the plugin may "
|
1840 |
-
"work not correctly"
|
1841 |
-
msgstr ""
|
1842 |
-
|
1843 |
-
#: options/options-layouts/settings-form.php:134
|
1844 |
-
msgid "Leave the field empty if you don't want to use this feature"
|
1845 |
-
msgstr ""
|
1846 |
-
|
1847 |
-
#: options/options-layouts/settings-form.php:139
|
1848 |
-
msgid "Generate"
|
1849 |
-
msgstr ""
|
1850 |
-
|
1851 |
-
#: options/options-layouts/settings-form.php:145
|
1852 |
-
msgid "Display note about Invisible Spam Protection"
|
1853 |
-
msgstr ""
|
1854 |
-
|
1855 |
-
#: options/options-layouts/settings-form.php:146
|
1856 |
-
msgid ""
|
1857 |
-
"wpDiscuz has built-in invisible antispam protection based on server side and "
|
1858 |
-
"front-end unique key comparation. By default wpDiscuz display a small note "
|
1859 |
-
"in simple CAPTCHA area, saying the comment form is under antispam protection."
|
1860 |
-
" The note text can be managed in Comments > Phrases > Form tab."
|
1861 |
-
msgstr ""
|
1862 |
-
|
1863 |
-
#: options/options-layouts/settings-form.php:156
|
1864 |
-
msgid "Enable Quicktags"
|
1865 |
-
msgstr ""
|
1866 |
-
|
1867 |
-
#: options/options-layouts/settings-form.php:157
|
1868 |
-
msgid ""
|
1869 |
-
"Quicktag is a on-click button that inserts HTML in to comment textarea. For "
|
1870 |
-
"example the \"b\" Quicktag will insert the HTML bold tags < b > < /b >."
|
1871 |
-
msgstr ""
|
1872 |
-
|
1873 |
-
#: options/options-layouts/settings-form.php:167
|
1874 |
-
msgid "Enable automatic image URL to image HTML conversion"
|
1875 |
-
msgstr ""
|
1876 |
-
|
1877 |
-
#: options/options-layouts/settings-form.php:177
|
1878 |
-
msgid "Edit Button - Allow comment editing for"
|
1879 |
-
msgstr ""
|
1880 |
-
|
1881 |
-
#: options/options-layouts/settings-form.php:182
|
1882 |
-
msgid "Do not allow"
|
1883 |
-
msgstr ""
|
1884 |
-
|
1885 |
-
#: options/options-layouts/settings-form.php:183
|
1886 |
-
#: options/options-layouts/settings-form.php:184
|
1887 |
-
#: options/options-layouts/settings-live-update.php:54
|
1888 |
-
#: options/options-layouts/settings-live-update.php:55
|
1889 |
-
#: options/options-layouts/settings-live-update.php:56
|
1890 |
-
msgid "Minutes"
|
1891 |
-
msgstr ""
|
1892 |
-
|
1893 |
-
#: options/options-layouts/settings-form.php:185
|
1894 |
-
#: options/phrases-layouts/phrases-datetime.php:35
|
1895 |
-
msgid "Hour"
|
1896 |
-
msgstr ""
|
1897 |
-
|
1898 |
-
#: options/options-layouts/settings-form.php:186
|
1899 |
-
#: options/options-layouts/settings-form.php:187
|
1900 |
-
msgid "Hours"
|
1901 |
-
msgstr ""
|
1902 |
-
|
1903 |
-
#: options/options-layouts/settings-form.php:188
|
1904 |
-
msgid "Unlimit"
|
1905 |
-
msgstr ""
|
1906 |
-
|
1907 |
-
#: options/options-layouts/settings-form.php:195
|
1908 |
-
msgid "Stick Button - Stick a comment thread"
|
1909 |
-
msgstr ""
|
1910 |
-
|
1911 |
-
#: options/options-layouts/settings-form.php:205
|
1912 |
-
msgid "Close Button - Close a comment thread"
|
1913 |
-
msgstr ""
|
1914 |
-
|
1915 |
-
#: options/options-layouts/settings-form.php:215
|
1916 |
-
msgid "Enable drop animation for comment form and subscription bar"
|
1917 |
-
msgstr ""
|
1918 |
-
|
1919 |
-
#: options/options-layouts/settings-general.php:7
|
1920 |
-
msgid "General Settings"
|
1921 |
-
msgstr ""
|
1922 |
-
|
1923 |
-
#: options/options-layouts/settings-general.php:11
|
1924 |
-
msgid "Enable wpDiscuz on home page"
|
1925 |
-
msgstr ""
|
1926 |
-
|
1927 |
-
#: options/options-layouts/settings-general.php:19
|
1928 |
-
msgid "Use WordPress native AJAX functions"
|
1929 |
-
msgstr ""
|
1930 |
-
|
1931 |
-
#: options/options-layouts/settings-general.php:21
|
1932 |
-
msgid ""
|
1933 |
-
"By disabling this option you're automatically enabling wpDiscuz custom AJAX "
|
1934 |
-
"functions, which are many times faster that the default WordPress functions. "
|
1935 |
-
"Just make sure it doesn't conflict with your plugins."
|
1936 |
-
msgstr ""
|
1937 |
-
|
1938 |
-
#: options/options-layouts/settings-general.php:31
|
1939 |
-
msgid "Use guest email to detect registered account"
|
1940 |
-
msgstr ""
|
1941 |
-
|
1942 |
-
#: options/options-layouts/settings-general.php:33
|
1943 |
-
msgid ""
|
1944 |
-
"Sometimes registered users comment as guest using the same email address. "
|
1945 |
-
"wpDiscuz can detect the account role using guest email and display commenter "
|
1946 |
-
"label correctly."
|
1947 |
-
msgstr ""
|
1948 |
-
|
1949 |
-
#: options/options-layouts/settings-general.php:43
|
1950 |
-
msgid "Secure comment content in HTTPS protocol."
|
1951 |
-
msgstr ""
|
1952 |
-
|
1953 |
-
#: options/options-layouts/settings-general.php:45
|
1954 |
-
msgid ""
|
1955 |
-
"This option detects images and other contents with non-https source URLs and "
|
1956 |
-
"fix according to your selected logic."
|
1957 |
-
msgstr ""
|
1958 |
-
|
1959 |
-
#: options/options-layouts/settings-general.php:53
|
1960 |
-
msgid "Replace non-https content to simple link URLs"
|
1961 |
-
msgstr ""
|
1962 |
-
|
1963 |
-
#: options/options-layouts/settings-general.php:57
|
1964 |
-
msgid ""
|
1965 |
-
"Just replace http protocols to https (https may not be supported by content "
|
1966 |
-
"provider)"
|
1967 |
-
msgstr ""
|
1968 |
-
|
1969 |
-
#: options/options-layouts/settings-general.php:61
|
1970 |
-
msgid "Ignore non-https content"
|
1971 |
-
msgstr ""
|
1972 |
-
|
1973 |
-
#: options/options-layouts/settings-general.php:69
|
1974 |
-
msgid "Redirect first commenter to"
|
1975 |
-
msgstr ""
|
1976 |
-
|
1977 |
-
#: options/options-layouts/settings-general.php:76
|
1978 |
-
msgid "Do not redirect"
|
1979 |
-
msgstr ""
|
1980 |
-
|
1981 |
-
#: options/options-layouts/settings-general.php:85
|
1982 |
-
msgid "Use WordPress Date/Time format"
|
1983 |
-
msgstr ""
|
1984 |
-
|
1985 |
-
#: options/options-layouts/settings-general.php:86
|
1986 |
-
msgid ""
|
1987 |
-
"wpDiscuz shows Human Readable date format. If you check this option it'll "
|
1988 |
-
"show the date/time format set in WordPress General Settings."
|
1989 |
-
msgstr ""
|
1990 |
-
|
1991 |
-
#: options/options-layouts/settings-general.php:92
|
1992 |
-
msgid "Current Wordpress date/time format"
|
1993 |
-
msgstr ""
|
1994 |
-
|
1995 |
-
#: options/options-layouts/settings-general.php:99
|
1996 |
-
msgid "Use Plugin .PO/.MO files"
|
1997 |
-
msgstr ""
|
1998 |
-
|
1999 |
-
#: options/options-layouts/settings-general.php:100
|
2000 |
-
msgid ""
|
2001 |
-
"wpDiscuz phrase system allows you to translate all front-end phrases. "
|
2002 |
-
"However if you have a multi-language website it'll not allow you to add more "
|
2003 |
-
"than one language translation. The only way to get it is the plugin "
|
2004 |
-
"translation files (.PO / .MO). If wpDiscuz has the languages you need you "
|
2005 |
-
"should check this option to disable phrase system and it'll automatically "
|
2006 |
-
"translate all phrases based on language files according to current language."
|
2007 |
-
msgstr ""
|
2008 |
-
|
2009 |
-
#: options/options-layouts/settings-general.php:110
|
2010 |
-
msgid ""
|
2011 |
-
"Help wpDiscuz to grow allowing people to recognize which comment plugin you "
|
2012 |
-
"use"
|
2013 |
-
msgstr ""
|
2014 |
-
|
2015 |
-
#: options/options-layouts/settings-general.php:112
|
2016 |
-
msgid ""
|
2017 |
-
"Please check this option on to help wpDiscuz get more popularity as your "
|
2018 |
-
"thank to the hard work we do for you totally free. This option adds a very "
|
2019 |
-
"small (16x16px) icon under the comment section which will allow your site "
|
2020 |
-
"visitors recognize the name of comment solution you use."
|
2021 |
-
msgstr ""
|
2022 |
-
|
2023 |
-
#: options/options-layouts/settings-general.php:117
|
2024 |
-
msgid "Thank you!"
|
2025 |
-
msgstr ""
|
2026 |
-
|
2027 |
-
#: options/options-layouts/settings-integrations.php:14
|
2028 |
-
msgid "BuddyPress"
|
2029 |
-
msgstr ""
|
2030 |
-
|
2031 |
-
#: options/options-layouts/settings-integrations.php:15
|
2032 |
-
msgid "Users Ultra"
|
2033 |
-
msgstr ""
|
2034 |
-
|
2035 |
-
#: options/options-layouts/settings-integrations.php:16
|
2036 |
-
msgid "User Pro"
|
2037 |
-
msgstr ""
|
2038 |
-
|
2039 |
-
#: options/options-layouts/settings-integrations.php:17
|
2040 |
-
msgid "Ultimate Member"
|
2041 |
-
msgstr ""
|
2042 |
-
|
2043 |
-
#: options/options-layouts/settings-integrations.php:18
|
2044 |
-
msgid "MyCred"
|
2045 |
-
msgstr ""
|
2046 |
-
|
2047 |
-
#: options/options-layouts/settings-integrations.php:19
|
2048 |
-
msgid "PeepSo"
|
2049 |
-
msgstr ""
|
2050 |
-
|
2051 |
-
#: options/options-layouts/settings-integrations.php:24
|
2052 |
-
#: options/options-layouts/settings-integrations.php:42
|
2053 |
-
#: options/options-layouts/settings-integrations.php:60
|
2054 |
-
#: options/options-layouts/settings-integrations.php:91
|
2055 |
-
#: options/options-layouts/settings-integrations.php:125
|
2056 |
-
#: options/options-layouts/settings-integrations.php:154
|
2057 |
-
msgid "Please add the code below in current active theme's functions.php file"
|
2058 |
-
msgstr ""
|
2059 |
-
|
2060 |
-
#: options/options-layouts/settings-integrations.php:25
|
2061 |
-
msgid ""
|
2062 |
-
"This code will integrate BuddyPress profile URL with wpDiscuz. BuddyPress "
|
2063 |
-
"Display Names and Avatars will be integrated automatically."
|
2064 |
-
msgstr ""
|
2065 |
-
|
2066 |
-
#: options/options-layouts/settings-integrations.php:43
|
2067 |
-
msgid ""
|
2068 |
-
"This code will integrate Users Ultra profile URL with wpDiscuz. Users Ultra "
|
2069 |
-
"Display Names and Avatars will be integrated automatically."
|
2070 |
-
msgstr ""
|
2071 |
-
|
2072 |
-
#: options/options-layouts/settings-integrations.php:61
|
2073 |
-
msgid ""
|
2074 |
-
"This code will integrate User Pro profile URL with wpDiscuz. User Pro "
|
2075 |
-
"Display Names and Avatars will be integrated automatically."
|
2076 |
-
msgstr ""
|
2077 |
-
|
2078 |
-
#: options/options-layouts/settings-integrations.php:92
|
2079 |
-
msgid ""
|
2080 |
-
"This code consists of two parts, which will integrate Ultimate Member "
|
2081 |
-
"profile Display Name and Profile URL with wpDiscuz. UM Avatars will be "
|
2082 |
-
"integrated automatically."
|
2083 |
-
msgstr ""
|
2084 |
-
|
2085 |
-
#: options/options-layouts/settings-integrations.php:126
|
2086 |
-
msgid ""
|
2087 |
-
"This code will integrate MyCred User Ranks and Badges under comment author "
|
2088 |
-
"avatar."
|
2089 |
-
msgstr ""
|
2090 |
-
|
2091 |
-
#: options/options-layouts/settings-integrations.php:155
|
2092 |
-
msgid "This code will integrate PeepSo profile url with wpDiscuz."
|
2093 |
-
msgstr ""
|
2094 |
-
|
2095 |
-
#: options/options-layouts/settings-list.php:7
|
2096 |
-
msgid "Comment List Settings"
|
2097 |
-
msgstr ""
|
2098 |
-
|
2099 |
-
#: options/options-layouts/settings-list.php:12
|
2100 |
-
msgid "Display only parent comments and <u>view replies ∨</u> button"
|
2101 |
-
msgstr ""
|
2102 |
-
|
2103 |
-
#: options/options-layouts/settings-list.php:14
|
2104 |
-
msgid ""
|
2105 |
-
"If this option is enabled only parent comment will be displayed. This "
|
2106 |
-
"increases page load speed and keeps pages light. If visitor wants to read "
|
2107 |
-
"replies he/she just need to click on [view replies (12)] button located on "
|
2108 |
-
"all parent comments which have replies."
|
2109 |
-
msgstr ""
|
2110 |
-
|
2111 |
-
#: options/options-layouts/settings-list.php:25
|
2112 |
-
msgid "Show sorting buttons"
|
2113 |
-
msgstr ""
|
2114 |
-
|
2115 |
-
#: options/options-layouts/settings-list.php:26
|
2116 |
-
msgid ""
|
2117 |
-
"This option enables comment sorting buttons (newest | oldest | most voted). "
|
2118 |
-
"Sorting buttons are not available for the default comments pagination type "
|
2119 |
-
"[1][2][3]... It's only active for [Load more] and other AYAX pagination "
|
2120 |
-
"types."
|
2121 |
-
msgstr ""
|
2122 |
-
|
2123 |
-
#: options/options-layouts/settings-list.php:36
|
2124 |
-
msgid "Set comments ordering to \"Most voted\" by default "
|
2125 |
-
msgstr ""
|
2126 |
-
|
2127 |
-
#: options/options-layouts/settings-list.php:46
|
2128 |
-
msgid "Reverse child comments order"
|
2129 |
-
msgstr ""
|
2130 |
-
|
2131 |
-
#: options/options-layouts/settings-list.php:56
|
2132 |
-
msgid "Comments loading/pagination type"
|
2133 |
-
msgstr ""
|
2134 |
-
|
2135 |
-
#: options/options-layouts/settings-list.php:58
|
2136 |
-
msgid ""
|
2137 |
-
"You can manage the number of comments for [Load more] option in Settings > "
|
2138 |
-
"Discussion page, using \"Break comments into pages with [X] top level "
|
2139 |
-
"comments per page\" option. To show the default Wordpress comment pagination "
|
2140 |
-
"you should enable the checkbox on bigining of the same option."
|
2141 |
-
msgstr ""
|
2142 |
-
|
2143 |
-
#: options/options-layouts/settings-list.php:64
|
2144 |
-
#: options/options-layouts/settings-list.php:66
|
2145 |
-
msgid "[Load more] Button"
|
2146 |
-
msgstr ""
|
2147 |
-
|
2148 |
-
#: options/options-layouts/settings-list.php:68
|
2149 |
-
#: options/options-layouts/settings-list.php:70
|
2150 |
-
msgid "[Load rest of all comments] Button"
|
2151 |
-
msgstr ""
|
2152 |
-
|
2153 |
-
#: options/options-layouts/settings-list.php:72
|
2154 |
-
#: options/options-layouts/settings-list.php:74
|
2155 |
-
msgid "Load all comments"
|
2156 |
-
msgstr ""
|
2157 |
-
|
2158 |
-
#: options/options-layouts/settings-list.php:76
|
2159 |
-
#: options/options-layouts/settings-list.php:78
|
2160 |
-
msgid "Lazy load comments on scrolling"
|
2161 |
-
msgstr ""
|
2162 |
-
|
2163 |
-
#: options/options-layouts/settings-list.php:86
|
2164 |
-
msgid ""
|
2165 |
-
"The number of words before breaking comment text and showing \"Read more\" "
|
2166 |
-
"link"
|
2167 |
-
msgstr ""
|
2168 |
-
|
2169 |
-
#: options/options-layouts/settings-list.php:88
|
2170 |
-
msgid "Set this option value 0, to turn off comment text breaking function."
|
2171 |
-
msgstr ""
|
2172 |
-
|
2173 |
-
#: options/options-layouts/settings-list.php:98
|
2174 |
-
msgid "Comment components"
|
2175 |
-
msgstr ""
|
2176 |
-
|
2177 |
-
#: options/options-layouts/settings-list.php:103
|
2178 |
-
msgid "Hide comment link"
|
2179 |
-
msgstr ""
|
2180 |
-
|
2181 |
-
#: options/options-layouts/settings-list.php:106
|
2182 |
-
msgid "Hide comment date"
|
2183 |
-
msgstr ""
|
2184 |
-
|
2185 |
-
#: options/options-layouts/settings-list.php:109
|
2186 |
-
msgid "Hide Commenter Labels"
|
2187 |
-
msgstr ""
|
2188 |
-
|
2189 |
-
#: options/options-layouts/settings-list.php:118
|
2190 |
-
msgid "Hide Voting buttons"
|
2191 |
-
msgstr ""
|
2192 |
-
|
2193 |
-
#: options/options-layouts/settings-list.php:127
|
2194 |
-
msgid "Comment voting buttons icon"
|
2195 |
-
msgstr ""
|
2196 |
-
|
2197 |
-
#: options/options-layouts/settings-list.php:146
|
2198 |
-
msgid "Comment voting statistic mode"
|
2199 |
-
msgstr ""
|
2200 |
-
|
2201 |
-
#: options/options-layouts/settings-list.php:150
|
2202 |
-
msgid "total count"
|
2203 |
-
msgstr ""
|
2204 |
-
|
2205 |
-
#: options/options-layouts/settings-list.php:151
|
2206 |
-
msgid "separate count"
|
2207 |
-
msgstr ""
|
2208 |
-
|
2209 |
-
#: options/options-layouts/settings-list.php:158
|
2210 |
-
msgid "Allow guests to vote on comments"
|
2211 |
-
msgstr ""
|
2212 |
-
|
2213 |
-
#: options/options-layouts/settings-list.php:168
|
2214 |
-
msgid "Display Ratings"
|
2215 |
-
msgstr ""
|
2216 |
-
|
2217 |
-
#: options/options-layouts/settings-list.php:173
|
2218 |
-
msgid "Before Content"
|
2219 |
-
msgstr ""
|
2220 |
-
|
2221 |
-
#: options/options-layouts/settings-list.php:175
|
2222 |
-
msgid "After Content"
|
2223 |
-
msgstr ""
|
2224 |
-
|
2225 |
-
#: options/options-layouts/settings-list.php:176
|
2226 |
-
msgid "Display ratings on none singular pages"
|
2227 |
-
msgstr ""
|
2228 |
-
|
2229 |
-
#: options/options-layouts/settings-list.php:183
|
2230 |
-
msgid "Disable Profiles URL"
|
2231 |
-
msgstr ""
|
2232 |
-
|
2233 |
-
#: options/options-layouts/settings-live-update.php:12
|
2234 |
-
msgid "Live update options"
|
2235 |
-
msgstr ""
|
2236 |
-
|
2237 |
-
#: options/options-layouts/settings-live-update.php:13
|
2238 |
-
msgid ""
|
2239 |
-
"wpDiscuz live update is very light and doesn't overload your server. However "
|
2240 |
-
"we recommend to monitor your server resources if you're on a Shared hosting "
|
2241 |
-
"plan. There are some very weak hosting plans which may not be able to "
|
2242 |
-
"perform very frequently live update requests. If you found some issue you "
|
2243 |
-
"can set the option below 30 seconds or more."
|
2244 |
-
msgstr ""
|
2245 |
-
|
2246 |
-
#: options/options-layouts/settings-live-update.php:18
|
2247 |
-
msgid "Never update"
|
2248 |
-
msgstr ""
|
2249 |
-
|
2250 |
-
#: options/options-layouts/settings-live-update.php:20
|
2251 |
-
msgid "Turn off \"Live Update\" function"
|
2252 |
-
msgstr ""
|
2253 |
-
|
2254 |
-
#: options/options-layouts/settings-live-update.php:22
|
2255 |
-
msgid "Show new comment/reply buttons to update manualy"
|
2256 |
-
msgstr ""
|
2257 |
-
|
2258 |
-
#: options/options-layouts/settings-live-update.php:24
|
2259 |
-
msgid "Always check for new comments and show update buttons"
|
2260 |
-
msgstr ""
|
2261 |
-
|
2262 |
-
#: options/options-layouts/settings-live-update.php:26
|
2263 |
-
msgid "Always update"
|
2264 |
-
msgstr ""
|
2265 |
-
|
2266 |
-
#: options/options-layouts/settings-live-update.php:28
|
2267 |
-
msgid "Always check for new comments and update automatically"
|
2268 |
-
msgstr ""
|
2269 |
-
|
2270 |
-
#: options/options-layouts/settings-live-update.php:36
|
2271 |
-
msgid "Disable live update for guests"
|
2272 |
-
msgstr ""
|
2273 |
-
|
2274 |
-
#: options/options-layouts/settings-live-update.php:45
|
2275 |
-
msgid "Update comment list every"
|
2276 |
-
msgstr ""
|
2277 |
-
|
2278 |
-
#: options/options-layouts/settings-live-update.php:50
|
2279 |
-
#: options/options-layouts/settings-live-update.php:51
|
2280 |
-
#: options/options-layouts/settings-live-update.php:52
|
2281 |
-
msgid "Seconds"
|
2282 |
-
msgstr ""
|
2283 |
-
|
2284 |
-
#: options/options-layouts/settings-live-update.php:53
|
2285 |
-
#: options/phrases-layouts/phrases-datetime.php:43
|
2286 |
-
msgid "Minute"
|
2287 |
-
msgstr ""
|
2288 |
-
|
2289 |
-
#: options/options-layouts/settings-social.php:12
|
2290 |
-
msgid "User agreement prior to a social login action"
|
2291 |
-
msgstr ""
|
2292 |
-
|
2293 |
-
#: options/options-layouts/settings-social.php:13
|
2294 |
-
msgid ""
|
2295 |
-
"If this option is enabled, all Social Login buttons become not-clickable "
|
2296 |
-
"until user accept automatic account creation process based on his/her Social "
|
2297 |
-
"Network Account shared information (email, name). This checkbox and "
|
2298 |
-
"appropriate information will be displayed when user click on a social login "
|
2299 |
-
"button, prior to the login process. This extra step is added to comply with "
|
2300 |
-
"the GDPR"
|
2301 |
-
msgstr ""
|
2302 |
-
|
2303 |
-
#: options/options-layouts/settings-social.php:13
|
2304 |
-
msgid ""
|
2305 |
-
"The note text and the label of this checkbox can be managed in Comments > "
|
2306 |
-
"Phrases > Social Login tab."
|
2307 |
-
msgstr ""
|
2308 |
-
|
2309 |
-
#: options/options-layouts/settings-social.php:23
|
2310 |
-
msgid "Display social login buttons on reply forms"
|
2311 |
-
msgstr ""
|
2312 |
-
|
2313 |
-
#: options/options-layouts/settings-social.php:37
|
2314 |
-
msgid "Facebook"
|
2315 |
-
msgstr ""
|
2316 |
-
|
2317 |
-
#: options/options-layouts/settings-social.php:43
|
2318 |
-
msgid ""
|
2319 |
-
"To start using Facebook Login and Share Buttons you should get Facebook "
|
2320 |
-
"Application Key and Secret for your website. Please follow to this"
|
2321 |
-
msgstr ""
|
2322 |
-
|
2323 |
-
#: options/options-layouts/settings-social.php:43
|
2324 |
-
#: options/options-layouts/settings-social.php:102
|
2325 |
-
#: options/options-layouts/settings-social.php:150
|
2326 |
-
#: options/options-layouts/settings-social.php:190
|
2327 |
-
#: options/options-layouts/settings-social.php:237
|
2328 |
-
msgid "instruction »"
|
2329 |
-
msgstr ""
|
2330 |
-
|
2331 |
-
#: options/options-layouts/settings-social.php:44
|
2332 |
-
msgid "Valid OAuth Redirect URI"
|
2333 |
-
msgstr ""
|
2334 |
-
|
2335 |
-
#: options/options-layouts/settings-social.php:50
|
2336 |
-
#: options/options-layouts/settings-social.php:109
|
2337 |
-
#: options/options-layouts/settings-social.php:157
|
2338 |
-
#: options/options-layouts/settings-social.php:197
|
2339 |
-
#: options/options-layouts/settings-social.php:244
|
2340 |
-
msgid "Enable Login Button"
|
2341 |
-
msgstr ""
|
2342 |
-
|
2343 |
-
#: options/options-layouts/settings-social.php:60
|
2344 |
-
msgid "Use Facebook OAuth2"
|
2345 |
-
msgstr ""
|
2346 |
-
|
2347 |
-
#: options/options-layouts/settings-social.php:71
|
2348 |
-
#: options/options-layouts/settings-social.php:118
|
2349 |
-
#: options/options-layouts/settings-social.php:166
|
2350 |
-
#: options/options-layouts/settings-social.php:169
|
2351 |
-
#: options/options-layouts/settings-social.php:206
|
2352 |
-
#: options/options-layouts/settings-social.php:253
|
2353 |
-
msgid "Enable Share Button"
|
2354 |
-
msgstr ""
|
2355 |
-
|
2356 |
-
#: options/options-layouts/settings-social.php:80
|
2357 |
-
#: options/options-layouts/settings-social.php:83
|
2358 |
-
#: options/options-layouts/settings-social.php:262
|
2359 |
-
#: options/options-layouts/settings-social.php:264
|
2360 |
-
msgid "Aplication ID"
|
2361 |
-
msgstr ""
|
2362 |
-
|
2363 |
-
#: options/options-layouts/settings-social.php:87
|
2364 |
-
#: options/options-layouts/settings-social.php:90
|
2365 |
-
#: options/options-layouts/settings-social.php:274
|
2366 |
-
#: options/options-layouts/settings-social.php:276
|
2367 |
-
msgid "Aplication Secret"
|
2368 |
-
msgstr ""
|
2369 |
-
|
2370 |
-
#: options/options-layouts/settings-social.php:96
|
2371 |
-
msgid "Twitter"
|
2372 |
-
msgstr ""
|
2373 |
-
|
2374 |
-
#: options/options-layouts/settings-social.php:102
|
2375 |
-
msgid ""
|
2376 |
-
"To start using Twitter Login Button you should get Consumer Key and Secret "
|
2377 |
-
"for your website. Please follow to this"
|
2378 |
-
msgstr ""
|
2379 |
-
|
2380 |
-
#: options/options-layouts/settings-social.php:103
|
2381 |
-
msgid "Callback URL"
|
2382 |
-
msgstr ""
|
2383 |
-
|
2384 |
-
#: options/options-layouts/settings-social.php:127
|
2385 |
-
#: options/options-layouts/settings-social.php:129
|
2386 |
-
msgid "Consumer Key (API Key)"
|
2387 |
-
msgstr ""
|
2388 |
-
|
2389 |
-
#: options/options-layouts/settings-social.php:133
|
2390 |
-
#: options/options-layouts/settings-social.php:136
|
2391 |
-
msgid "Consumer Secret (API Secret)"
|
2392 |
-
msgstr ""
|
2393 |
-
|
2394 |
-
#: options/options-layouts/settings-social.php:144
|
2395 |
-
msgid "Google +"
|
2396 |
-
msgstr ""
|
2397 |
-
|
2398 |
-
#: options/options-layouts/settings-social.php:150
|
2399 |
-
msgid ""
|
2400 |
-
"To start using Google+ Login Button you should get Client ID for your "
|
2401 |
-
"website. Please follow to this"
|
2402 |
-
msgstr ""
|
2403 |
-
|
2404 |
-
#: options/options-layouts/settings-social.php:151
|
2405 |
-
msgid "Authorized JavaScript Sources / Permitted URI redirects"
|
2406 |
-
msgstr ""
|
2407 |
-
|
2408 |
-
#: options/options-layouts/settings-social.php:175
|
2409 |
-
#: options/options-layouts/settings-social.php:177
|
2410 |
-
msgid "Client ID"
|
2411 |
-
msgstr ""
|
2412 |
-
|
2413 |
-
#: options/options-layouts/settings-social.php:184
|
2414 |
-
msgid "VK"
|
2415 |
-
msgstr ""
|
2416 |
-
|
2417 |
-
#: options/options-layouts/settings-social.php:190
|
2418 |
-
msgid ""
|
2419 |
-
"To start using VK Login Button you should get Application ID and Secure Key. "
|
2420 |
-
"Please follow to this "
|
2421 |
-
msgstr ""
|
2422 |
-
|
2423 |
-
#: options/options-layouts/settings-social.php:191
|
2424 |
-
#: options/options-layouts/settings-social.php:238
|
2425 |
-
msgid "Redirect URI"
|
2426 |
-
msgstr ""
|
2427 |
-
|
2428 |
-
#: options/options-layouts/settings-social.php:215
|
2429 |
-
#: options/options-layouts/settings-social.php:217
|
2430 |
-
msgid "Application ID"
|
2431 |
-
msgstr ""
|
2432 |
-
|
2433 |
-
#: options/options-layouts/settings-social.php:221
|
2434 |
-
#: options/options-layouts/settings-social.php:223
|
2435 |
-
msgid "Secure Key"
|
2436 |
-
msgstr ""
|
2437 |
-
|
2438 |
-
#: options/options-layouts/settings-social.php:230
|
2439 |
-
msgid "OK"
|
2440 |
-
msgstr ""
|
2441 |
-
|
2442 |
-
#: options/options-layouts/settings-social.php:236
|
2443 |
-
msgid "Getting started with"
|
2444 |
-
msgstr ""
|
2445 |
-
|
2446 |
-
#: options/options-layouts/settings-social.php:237
|
2447 |
-
msgid ""
|
2448 |
-
"To get the Aplication ID, Key and Secret, you should create an app using one "
|
2449 |
-
"of the supported types (external, Android, iOS), use this"
|
2450 |
-
msgstr ""
|
2451 |
-
|
2452 |
-
#: options/options-layouts/settings-social.php:268
|
2453 |
-
#: options/options-layouts/settings-social.php:270
|
2454 |
-
msgid "Aplication Key"
|
2455 |
-
msgstr ""
|
2456 |
-
|
2457 |
-
#: options/options-layouts/settings-style.php:7
|
2458 |
-
msgid "Background and Colors"
|
2459 |
-
msgstr ""
|
2460 |
-
|
2461 |
-
#: options/options-layouts/settings-style.php:12
|
2462 |
-
msgid "Comment Form and Comment List Style"
|
2463 |
-
msgstr ""
|
2464 |
-
|
2465 |
-
#: options/options-layouts/settings-style.php:16
|
2466 |
-
msgid "Default"
|
2467 |
-
msgstr ""
|
2468 |
-
|
2469 |
-
#: options/options-layouts/settings-style.php:17
|
2470 |
-
msgid "Dark"
|
2471 |
-
msgstr ""
|
2472 |
-
|
2473 |
-
#: options/options-layouts/settings-style.php:24
|
2474 |
-
msgid "Colors"
|
2475 |
-
msgstr ""
|
2476 |
-
|
2477 |
-
#: options/options-layouts/settings-style.php:28
|
2478 |
-
#: options/options-layouts/settings-style.php:33
|
2479 |
-
#: options/options-layouts/settings-style.php:38
|
2480 |
-
#: options/options-layouts/settings-style.php:45
|
2481 |
-
#: options/options-layouts/settings-style.php:50
|
2482 |
-
#: options/options-layouts/settings-style.php:55
|
2483 |
-
#: options/options-layouts/settings-style.php:106
|
2484 |
-
#: options/options-layouts/settings-style.php:111
|
2485 |
-
#: options/options-layouts/settings-style.php:116
|
2486 |
-
#: options/options-layouts/settings-style.php:131
|
2487 |
-
msgid "Example: #00FF00"
|
2488 |
-
msgstr ""
|
2489 |
-
|
2490 |
-
#: options/options-layouts/settings-style.php:29
|
2491 |
-
msgid "Primary Color"
|
2492 |
-
msgstr ""
|
2493 |
-
|
2494 |
-
#: options/options-layouts/settings-style.php:34
|
2495 |
-
msgid "Subscription Bar Background"
|
2496 |
-
msgstr ""
|
2497 |
-
|
2498 |
-
#: options/options-layouts/settings-style.php:39
|
2499 |
-
msgid "Comment form fields border"
|
2500 |
-
msgstr ""
|
2501 |
-
|
2502 |
-
#: options/options-layouts/settings-style.php:46
|
2503 |
-
msgid "Comment Background"
|
2504 |
-
msgstr ""
|
2505 |
-
|
2506 |
-
#: options/options-layouts/settings-style.php:51
|
2507 |
-
msgid "Reply Background"
|
2508 |
-
msgstr ""
|
2509 |
-
|
2510 |
-
#: options/options-layouts/settings-style.php:56
|
2511 |
-
msgid "Unread comments background"
|
2512 |
-
msgstr ""
|
2513 |
-
|
2514 |
-
#: options/options-layouts/settings-style.php:64
|
2515 |
-
msgid "Button Colors"
|
2516 |
-
msgstr ""
|
2517 |
-
|
2518 |
-
#: options/options-layouts/settings-style.php:68
|
2519 |
-
#: options/options-layouts/settings-style.php:78
|
2520 |
-
msgid "Text Color"
|
2521 |
-
msgstr ""
|
2522 |
-
|
2523 |
-
#: options/options-layouts/settings-style.php:69
|
2524 |
-
msgid "Primary buttons text"
|
2525 |
-
msgstr ""
|
2526 |
-
|
2527 |
-
#: options/options-layouts/settings-style.php:72
|
2528 |
-
msgid "Background Color"
|
2529 |
-
msgstr ""
|
2530 |
-
|
2531 |
-
#: options/options-layouts/settings-style.php:73
|
2532 |
-
msgid "Primary buttons background"
|
2533 |
-
msgstr ""
|
2534 |
-
|
2535 |
-
#: options/options-layouts/settings-style.php:79
|
2536 |
-
msgid "Secondary buttons text"
|
2537 |
-
msgstr ""
|
2538 |
-
|
2539 |
-
#: options/options-layouts/settings-style.php:82
|
2540 |
-
msgid "Border Color"
|
2541 |
-
msgstr ""
|
2542 |
-
|
2543 |
-
#: options/options-layouts/settings-style.php:83
|
2544 |
-
msgid "Secondary buttons border"
|
2545 |
-
msgstr ""
|
2546 |
-
|
2547 |
-
#: options/options-layouts/settings-style.php:89
|
2548 |
-
msgid "Up Vote Color"
|
2549 |
-
msgstr ""
|
2550 |
-
|
2551 |
-
#: options/options-layouts/settings-style.php:90
|
2552 |
-
msgid "Up vote button"
|
2553 |
-
msgstr ""
|
2554 |
-
|
2555 |
-
#: options/options-layouts/settings-style.php:93
|
2556 |
-
msgid "Down Vote Color"
|
2557 |
-
msgstr ""
|
2558 |
-
|
2559 |
-
#: options/options-layouts/settings-style.php:94
|
2560 |
-
msgid "Down vote button"
|
2561 |
-
msgstr ""
|
2562 |
-
|
2563 |
-
#: options/options-layouts/settings-style.php:102
|
2564 |
-
msgid "Rating Star Colors"
|
2565 |
-
msgstr ""
|
2566 |
-
|
2567 |
-
#: options/options-layouts/settings-style.php:107
|
2568 |
-
msgid "Rating Stars Hover Color"
|
2569 |
-
msgstr ""
|
2570 |
-
|
2571 |
-
#: options/options-layouts/settings-style.php:112
|
2572 |
-
msgid "Rating Stars Inactive Color"
|
2573 |
-
msgstr ""
|
2574 |
-
|
2575 |
-
#: options/options-layouts/settings-style.php:117
|
2576 |
-
msgid "Rating Stars Active Color"
|
2577 |
-
msgstr ""
|
2578 |
-
|
2579 |
-
#: options/options-layouts/settings-style.php:124
|
2580 |
-
msgid "Commenter Label Colors by User Role"
|
2581 |
-
msgstr ""
|
2582 |
-
|
2583 |
-
#: options/options-layouts/settings-style.php:131
|
2584 |
-
msgid "label color"
|
2585 |
-
msgstr ""
|
2586 |
-
|
2587 |
-
#: options/options-layouts/settings-style.php:143
|
2588 |
-
msgid "Comment text size in pixels"
|
2589 |
-
msgstr ""
|
2590 |
-
|
2591 |
-
#: options/options-layouts/settings-style.php:158
|
2592 |
-
msgid "Do not load Font Awesome css lib"
|
2593 |
-
msgstr ""
|
2594 |
-
|
2595 |
-
#: options/options-layouts/settings-style.php:159
|
2596 |
-
msgid ""
|
2597 |
-
"IMPORTANT: wpDiscuz uses FontAwesome version 5. in case your theme still "
|
2598 |
-
"uses the old 4.x versions you should not disable this lib. The theme 4.x "
|
2599 |
-
"version doesn't support FontAwesome 5 icons, thus all wpDiscuz icons will be "
|
2600 |
-
"lost."
|
2601 |
-
msgstr ""
|
2602 |
-
|
2603 |
-
#: options/options-layouts/settings-style.php:169
|
2604 |
-
msgid "Custom CSS Code"
|
2605 |
-
msgstr ""
|
2606 |
-
|
2607 |
-
#: options/options-layouts/settings-subscription.php:11
|
2608 |
-
msgid "Comment Subscription"
|
2609 |
-
msgstr ""
|
2610 |
-
|
2611 |
-
#: options/options-layouts/settings-subscription.php:15
|
2612 |
-
msgid "Notify comment author once comment is approved"
|
2613 |
-
msgstr ""
|
2614 |
-
|
2615 |
-
#: options/options-layouts/settings-subscription.php:23
|
2616 |
-
msgid "Disable subscription confirmation for registered users"
|
2617 |
-
msgstr ""
|
2618 |
-
|
2619 |
-
#: options/options-layouts/settings-subscription.php:33
|
2620 |
-
msgid "Disable subscription confirmation for guests"
|
2621 |
-
msgstr ""
|
2622 |
-
|
2623 |
-
#: options/options-layouts/settings-subscription.php:43
|
2624 |
-
msgid "Show subscription types in dropdown"
|
2625 |
-
msgstr ""
|
2626 |
-
|
2627 |
-
#: options/options-layouts/settings-subscription.php:50
|
2628 |
-
msgid "Subscribe to all comments of this post"
|
2629 |
-
msgstr ""
|
2630 |
-
|
2631 |
-
#: options/options-layouts/settings-subscription.php:54
|
2632 |
-
msgid "Subscribe to all replies to my comments "
|
2633 |
-
msgstr ""
|
2634 |
-
|
2635 |
-
#: options/options-layouts/settings-subscription.php:56
|
2636 |
-
#: options/options-layouts/settings-subscription.php:58
|
2637 |
-
msgid "Both"
|
2638 |
-
msgstr ""
|
2639 |
-
|
2640 |
-
#: options/options-layouts/settings-subscription.php:67
|
2641 |
-
msgid "Show \"Notify of new replies to this comment\""
|
2642 |
-
msgstr ""
|
2643 |
-
|
2644 |
-
#: options/options-layouts/settings-subscription.php:69
|
2645 |
-
msgid ""
|
2646 |
-
"wpDiscuz is the only comment plugin which allows you to subscribe to certain "
|
2647 |
-
"comment replies. This option is located above [Post Comment] button in "
|
2648 |
-
"comment form. You can disable this subscription way by unchecking this "
|
2649 |
-
"option."
|
2650 |
-
msgstr ""
|
2651 |
-
|
2652 |
-
#: options/options-layouts/settings-subscription.php:80
|
2653 |
-
msgid "\"Notify of new replies to this comment\" checked by default"
|
2654 |
-
msgstr ""
|
2655 |
-
|
2656 |
-
#: options/options-layouts/settings-subscription.php:91
|
2657 |
-
msgid "Use Postmatic for subscriptions and commenting by email"
|
2658 |
-
msgstr ""
|
2659 |
-
|
2660 |
-
#: options/options-layouts/settings-subscription.php:92
|
2661 |
-
msgid ""
|
2662 |
-
"Postmatic allows your users subscribe to comments. Instead of just being "
|
2663 |
-
"notified, they add a reply right from their inbox."
|
2664 |
-
msgstr ""
|
2665 |
-
|
2666 |
-
#: options/options-layouts/settings-subscription.php:101
|
2667 |
-
msgid "User Subscription / Following"
|
2668 |
-
msgstr ""
|
2669 |
-
|
2670 |
-
#: options/options-layouts/settings-subscription.php:106
|
2671 |
-
msgid "Enable user following feature"
|
2672 |
-
msgstr ""
|
2673 |
-
|
2674 |
-
#: options/options-layouts/settings-subscription.php:116
|
2675 |
-
msgid "Follow users without email confirmation"
|
2676 |
-
msgstr ""
|
2677 |
-
|
2678 |
-
#: options/phrases-layouts/phrases-comment.php:7
|
2679 |
-
msgid "Comment Template Phrases"
|
2680 |
-
msgstr ""
|
2681 |
-
|
2682 |
-
#: options/phrases-layouts/phrases-comment.php:83
|
2683 |
-
msgid "Save edited comment button text"
|
2684 |
-
msgstr ""
|
2685 |
-
|
2686 |
-
#: options/phrases-layouts/phrases-comment.php:87
|
2687 |
-
msgid "Cancel comment editing button text"
|
2688 |
-
msgstr ""
|
2689 |
-
|
2690 |
-
#: options/phrases-layouts/phrases-comment.php:91
|
2691 |
-
msgid "Comment read more link text"
|
2692 |
-
msgstr ""
|
2693 |
-
|
2694 |
-
#: options/phrases-layouts/phrases-comment.php:95
|
2695 |
-
msgid "Anonymous commenter name"
|
2696 |
-
msgstr ""
|
2697 |
-
|
2698 |
-
#: options/phrases-layouts/phrases-comment.php:99
|
2699 |
-
msgid "Stick button title"
|
2700 |
-
msgstr ""
|
2701 |
-
|
2702 |
-
#: options/phrases-layouts/phrases-comment.php:111
|
2703 |
-
msgid "Sticky comment icon title"
|
2704 |
-
msgstr ""
|
2705 |
-
|
2706 |
-
#: options/phrases-layouts/phrases-comment.php:115
|
2707 |
-
msgid "Close button title"
|
2708 |
-
msgstr ""
|
2709 |
-
|
2710 |
-
#: options/phrases-layouts/phrases-comment.php:127
|
2711 |
-
msgid "Closed comment icon title"
|
2712 |
-
msgstr ""
|
2713 |
-
|
2714 |
-
#: options/phrases-layouts/phrases-datetime.php:7
|
2715 |
-
msgid "Date/Time Phrases"
|
2716 |
-
msgstr ""
|
2717 |
-
|
2718 |
-
#: options/phrases-layouts/phrases-datetime.php:11
|
2719 |
-
msgid "Year"
|
2720 |
-
msgstr ""
|
2721 |
-
|
2722 |
-
#: options/phrases-layouts/phrases-datetime.php:15
|
2723 |
-
msgid "Years (Plural Form)"
|
2724 |
-
msgstr ""
|
2725 |
-
|
2726 |
-
#: options/phrases-layouts/phrases-datetime.php:19
|
2727 |
-
msgid "Month"
|
2728 |
-
msgstr ""
|
2729 |
-
|
2730 |
-
#: options/phrases-layouts/phrases-datetime.php:23
|
2731 |
-
msgid "Months (Plural Form)"
|
2732 |
-
msgstr ""
|
2733 |
-
|
2734 |
-
#: options/phrases-layouts/phrases-datetime.php:27
|
2735 |
-
msgid "Day"
|
2736 |
-
msgstr ""
|
2737 |
-
|
2738 |
-
#: options/phrases-layouts/phrases-datetime.php:31
|
2739 |
-
msgid "Days (Plural Form)"
|
2740 |
-
msgstr ""
|
2741 |
-
|
2742 |
-
#: options/phrases-layouts/phrases-datetime.php:39
|
2743 |
-
msgid "Hours (Plural Form)"
|
2744 |
-
msgstr ""
|
2745 |
-
|
2746 |
-
#: options/phrases-layouts/phrases-datetime.php:47
|
2747 |
-
msgid "Minutes (Plural Form)"
|
2748 |
-
msgstr ""
|
2749 |
-
|
2750 |
-
#: options/phrases-layouts/phrases-datetime.php:51
|
2751 |
-
msgid "Second"
|
2752 |
-
msgstr ""
|
2753 |
-
|
2754 |
-
#: options/phrases-layouts/phrases-datetime.php:55
|
2755 |
-
msgid "Seconds (Plural Form)"
|
2756 |
-
msgstr ""
|
2757 |
-
|
2758 |
-
#: options/phrases-layouts/phrases-datetime.php:59
|
2759 |
-
msgid "Commented \"right now\" text"
|
2760 |
-
msgstr ""
|
2761 |
-
|
2762 |
-
#: options/phrases-layouts/phrases-datetime.php:63
|
2763 |
-
msgid "Ago text"
|
2764 |
-
msgstr ""
|
2765 |
-
|
2766 |
-
#: options/phrases-layouts/phrases-email.php:17
|
2767 |
-
msgid "Email Template Phrases"
|
2768 |
-
msgstr ""
|
2769 |
-
|
2770 |
-
#: options/phrases-layouts/phrases-email.php:22
|
2771 |
-
msgid "Subscription type: Post comments"
|
2772 |
-
msgstr ""
|
2773 |
-
|
2774 |
-
#: options/phrases-layouts/phrases-email.php:23
|
2775 |
-
msgid "Post comment notification subject"
|
2776 |
-
msgstr ""
|
2777 |
-
|
2778 |
-
#: options/phrases-layouts/phrases-email.php:24
|
2779 |
-
#: options/phrases-layouts/phrases-email.php:35
|
2780 |
-
#: options/phrases-layouts/phrases-email.php:56
|
2781 |
-
#: options/phrases-layouts/phrases-email.php:67
|
2782 |
-
#: options/phrases-layouts/phrases-email.php:88
|
2783 |
-
#: options/phrases-layouts/phrases-email.php:99
|
2784 |
-
#: options/phrases-layouts/phrases-email.php:118
|
2785 |
-
#: options/phrases-layouts/phrases-email.php:129
|
2786 |
-
#: options/phrases-layouts/phrases-email.php:145
|
2787 |
-
#: options/phrases-layouts/phrases-email.php:157
|
2788 |
-
#: options/phrases-layouts/phrases-follow.php:57
|
2789 |
-
#: options/phrases-layouts/phrases-follow.php:68
|
2790 |
-
#: options/phrases-layouts/phrases-follow.php:84
|
2791 |
-
#: options/phrases-layouts/phrases-follow.php:95
|
2792 |
-
#: options/phrases-layouts/phrases-user-settings.php:61
|
2793 |
-
#: options/phrases-layouts/phrases-user-settings.php:73
|
2794 |
-
#: options/phrases-layouts/phrases-user-settings.php:86
|
2795 |
-
#: options/phrases-layouts/phrases-user-settings.php:98
|
2796 |
-
#: options/phrases-layouts/phrases-user-settings.php:111
|
2797 |
-
#: options/phrases-layouts/phrases-user-settings.php:123
|
2798 |
-
msgid "Available shortcodes"
|
2799 |
-
msgstr ""
|
2800 |
-
|
2801 |
-
#: options/phrases-layouts/phrases-email.php:34
|
2802 |
-
msgid "Post comment notification content"
|
2803 |
-
msgstr ""
|
2804 |
-
|
2805 |
-
#: options/phrases-layouts/phrases-email.php:42
|
2806 |
-
#: options/phrases-layouts/phrases-email.php:74
|
2807 |
-
msgid "Shortcode above will work for registered users only"
|
2808 |
-
msgstr ""
|
2809 |
-
|
2810 |
-
#: options/phrases-layouts/phrases-email.php:54
|
2811 |
-
msgid "Subscription type: All my comments"
|
2812 |
-
msgstr ""
|
2813 |
-
|
2814 |
-
#: options/phrases-layouts/phrases-email.php:55
|
2815 |
-
#: options/phrases-layouts/phrases-email.php:87
|
2816 |
-
msgid "New reply notification subject"
|
2817 |
-
msgstr ""
|
2818 |
-
|
2819 |
-
#: options/phrases-layouts/phrases-email.php:66
|
2820 |
-
#: options/phrases-layouts/phrases-email.php:98
|
2821 |
-
msgid "New Reply notification content"
|
2822 |
-
msgstr ""
|
2823 |
-
|
2824 |
-
#: options/phrases-layouts/phrases-email.php:86
|
2825 |
-
msgid "Subscription type: Single comment"
|
2826 |
-
msgstr ""
|
2827 |
-
|
2828 |
-
#: options/phrases-layouts/phrases-email.php:117
|
2829 |
-
msgid "Subscription confirmation email subject"
|
2830 |
-
msgstr ""
|
2831 |
-
|
2832 |
-
#: options/phrases-layouts/phrases-email.php:128
|
2833 |
-
msgid "Subscription confirmation email content"
|
2834 |
-
msgstr ""
|
2835 |
-
|
2836 |
-
#: options/phrases-layouts/phrases-email.php:144
|
2837 |
-
msgid "Comment approved subject"
|
2838 |
-
msgstr ""
|
2839 |
-
|
2840 |
-
#: options/phrases-layouts/phrases-email.php:155
|
2841 |
-
msgid "Comment approved message"
|
2842 |
-
msgstr ""
|
2843 |
-
|
2844 |
-
#: options/phrases-layouts/phrases-email.php:176
|
2845 |
-
msgid "Ignore subscription"
|
2846 |
-
msgstr ""
|
2847 |
-
|
2848 |
-
#: options/phrases-layouts/phrases-error.php:7
|
2849 |
-
#: options/phrases-layouts/phrases-notification.php:7
|
2850 |
-
msgid "Notification Phrases"
|
2851 |
-
msgstr ""
|
2852 |
-
|
2853 |
-
#: options/phrases-layouts/phrases-error.php:11
|
2854 |
-
msgid "Error message for empty field"
|
2855 |
-
msgstr ""
|
2856 |
-
|
2857 |
-
#: options/phrases-layouts/phrases-error.php:15
|
2858 |
-
msgid "Error message for invalid email field"
|
2859 |
-
msgstr ""
|
2860 |
-
|
2861 |
-
#: options/phrases-layouts/phrases-error.php:19
|
2862 |
-
msgid "Error message for invalid website url field"
|
2863 |
-
msgstr ""
|
2864 |
-
|
2865 |
-
#: options/phrases-layouts/phrases-error.php:23
|
2866 |
-
msgid "You can vote only 1 time"
|
2867 |
-
msgstr ""
|
2868 |
-
|
2869 |
-
#: options/phrases-layouts/phrases-error.php:31
|
2870 |
-
msgid "You Cannot Vote On Your Comment"
|
2871 |
-
msgstr ""
|
2872 |
-
|
2873 |
-
#: options/phrases-layouts/phrases-error.php:35
|
2874 |
-
msgid "You are not allowed to vote for this comment (Voting from same IP)"
|
2875 |
-
msgstr ""
|
2876 |
-
|
2877 |
-
#: options/phrases-layouts/phrases-error.php:47
|
2878 |
-
msgid "Message if input text length is too short"
|
2879 |
-
msgstr ""
|
2880 |
-
|
2881 |
-
#: options/phrases-layouts/phrases-error.php:51
|
2882 |
-
msgid "Message if input text length is too long"
|
2883 |
-
msgstr ""
|
2884 |
-
|
2885 |
-
#: options/phrases-layouts/phrases-error.php:55
|
2886 |
-
msgid "Message if comment was not updated"
|
2887 |
-
msgstr ""
|
2888 |
-
|
2889 |
-
#: options/phrases-layouts/phrases-error.php:59
|
2890 |
-
msgid "Message if comment no longer possible to edit"
|
2891 |
-
msgstr ""
|
2892 |
-
|
2893 |
-
#: options/phrases-layouts/phrases-error.php:63
|
2894 |
-
msgid "Message if comment text not changed"
|
2895 |
-
msgstr ""
|
2896 |
-
|
2897 |
-
#: options/phrases-layouts/phrases-follow.php:7
|
2898 |
-
msgid "Follow Users Phrases"
|
2899 |
-
msgstr ""
|
2900 |
-
|
2901 |
-
#: options/phrases-layouts/phrases-follow.php:23
|
2902 |
-
msgid "You stopped following this comment author"
|
2903 |
-
msgstr ""
|
2904 |
-
|
2905 |
-
#: options/phrases-layouts/phrases-follow.php:27
|
2906 |
-
msgid "Please check your email and confirm the follow"
|
2907 |
-
msgstr ""
|
2908 |
-
|
2909 |
-
#: options/phrases-layouts/phrases-follow.php:31
|
2910 |
-
msgid "Sorry, we couldn't send confirmation email"
|
2911 |
-
msgstr ""
|
2912 |
-
|
2913 |
-
#: options/phrases-layouts/phrases-follow.php:35
|
2914 |
-
msgid "Please login to follow users"
|
2915 |
-
msgstr ""
|
2916 |
-
|
2917 |
-
#: options/phrases-layouts/phrases-follow.php:39
|
2918 |
-
msgid "We are sorry, following this user is impossible"
|
2919 |
-
msgstr ""
|
2920 |
-
|
2921 |
-
#: options/phrases-layouts/phrases-follow.php:43
|
2922 |
-
msgid "We are sorry, following failed. Please try again later."
|
2923 |
-
msgstr ""
|
2924 |
-
|
2925 |
-
#: options/phrases-layouts/phrases-follow.php:47
|
2926 |
-
msgid "Confirm following link text"
|
2927 |
-
msgstr ""
|
2928 |
-
|
2929 |
-
#: options/phrases-layouts/phrases-follow.php:51
|
2930 |
-
msgid "Cancel following link text"
|
2931 |
-
msgstr ""
|
2932 |
-
|
2933 |
-
#: options/phrases-layouts/phrases-follow.php:56
|
2934 |
-
msgid "Follow confirmation email subject"
|
2935 |
-
msgstr ""
|
2936 |
-
|
2937 |
-
#: options/phrases-layouts/phrases-follow.php:67
|
2938 |
-
msgid "Follow confirmation email content"
|
2939 |
-
msgstr ""
|
2940 |
-
|
2941 |
-
#: options/phrases-layouts/phrases-follow.php:83
|
2942 |
-
msgid "Following email subject"
|
2943 |
-
msgstr ""
|
2944 |
-
|
2945 |
-
#: options/phrases-layouts/phrases-follow.php:94
|
2946 |
-
msgid "Follow email content"
|
2947 |
-
msgstr ""
|
2948 |
-
|
2949 |
-
#: options/phrases-layouts/phrases-form.php:7
|
2950 |
-
msgid "Form Template Phrases"
|
2951 |
-
msgstr ""
|
2952 |
-
|
2953 |
-
#: options/phrases-layouts/phrases-form.php:11
|
2954 |
-
msgid "Comment Field Start"
|
2955 |
-
msgstr ""
|
2956 |
-
|
2957 |
-
#: options/phrases-layouts/phrases-form.php:15
|
2958 |
-
msgid "Comment Field Join"
|
2959 |
-
msgstr ""
|
2960 |
-
|
2961 |
-
#: options/phrases-layouts/phrases-form.php:47
|
2962 |
-
msgid "Email Field"
|
2963 |
-
msgstr ""
|
2964 |
-
|
2965 |
-
#: options/phrases-layouts/phrases-form.php:59
|
2966 |
-
msgid "Notify on new comments"
|
2967 |
-
msgstr ""
|
2968 |
-
|
2969 |
-
#: options/phrases-layouts/phrases-form.php:63
|
2970 |
-
msgid "Notify on all new replies"
|
2971 |
-
msgstr ""
|
2972 |
-
|
2973 |
-
#: options/phrases-layouts/phrases-form.php:67
|
2974 |
-
msgid "Notify on new replies to this comment"
|
2975 |
-
msgstr ""
|
2976 |
-
|
2977 |
-
#: options/phrases-layouts/phrases-form.php:87
|
2978 |
-
msgid "Subscribed on this comment replies"
|
2979 |
-
msgstr ""
|
2980 |
-
|
2981 |
-
#: options/phrases-layouts/phrases-form.php:91
|
2982 |
-
msgid "Subscribed on all your comments replies"
|
2983 |
-
msgstr ""
|
2984 |
-
|
2985 |
-
#: options/phrases-layouts/phrases-form.php:95
|
2986 |
-
msgid "Subscribed on this post"
|
2987 |
-
msgstr ""
|
2988 |
-
|
2989 |
-
#: options/phrases-layouts/phrases-form.php:99
|
2990 |
-
msgid "Form subscription button"
|
2991 |
-
msgstr ""
|
2992 |
-
|
2993 |
-
#: options/phrases-layouts/phrases-form.php:103
|
2994 |
-
msgid "Invisible Antispam Protection note"
|
2995 |
-
msgstr ""
|
2996 |
-
|
2997 |
-
#: options/phrases-layouts/phrases-general.php:7
|
2998 |
-
msgid "General Phrases"
|
2999 |
-
msgstr ""
|
3000 |
-
|
3001 |
-
#: options/phrases-layouts/phrases-general.php:11
|
3002 |
-
msgid "Be the first to comment"
|
3003 |
-
msgstr ""
|
3004 |
-
|
3005 |
-
#: options/phrases-layouts/phrases-general.php:15
|
3006 |
-
msgid "Load More Button"
|
3007 |
-
msgstr ""
|
3008 |
-
|
3009 |
-
#: options/phrases-layouts/phrases-general.php:23
|
3010 |
-
msgid "Button text if has new comment"
|
3011 |
-
msgstr ""
|
3012 |
-
|
3013 |
-
#: options/phrases-layouts/phrases-general.php:27
|
3014 |
-
msgid "Button text if has new comments (Plural Form)"
|
3015 |
-
msgstr ""
|
3016 |
-
|
3017 |
-
#: options/phrases-layouts/phrases-general.php:31
|
3018 |
-
msgid "Button text if has new reply"
|
3019 |
-
msgstr ""
|
3020 |
-
|
3021 |
-
#: options/phrases-layouts/phrases-general.php:35
|
3022 |
-
msgid "Button text if has new replies (Plural Form)"
|
3023 |
-
msgstr ""
|
3024 |
-
|
3025 |
-
#: options/phrases-layouts/phrases-notification.php:24
|
3026 |
-
msgid "Postmatic subscription label"
|
3027 |
-
msgstr ""
|
3028 |
-
|
3029 |
-
#: options/phrases-layouts/phrases-notification.php:42
|
3030 |
-
msgid "Logged In"
|
3031 |
-
msgstr ""
|
3032 |
-
|
3033 |
-
#: options/phrases-layouts/phrases-notification.php:46
|
3034 |
-
msgid "To post a comment"
|
3035 |
-
msgstr ""
|
3036 |
-
|
3037 |
-
#: options/phrases-layouts/phrases-notification.php:50
|
3038 |
-
msgid "Logged in as"
|
3039 |
-
msgstr ""
|
3040 |
-
|
3041 |
-
#: options/phrases-layouts/phrases-notification.php:62
|
3042 |
-
msgid "Login To Vote"
|
3043 |
-
msgstr ""
|
3044 |
-
|
3045 |
-
#: options/phrases-layouts/phrases-notification.php:66
|
3046 |
-
msgid "Comment waiting moderation"
|
3047 |
-
msgstr ""
|
3048 |
-
|
3049 |
-
#: options/phrases-layouts/phrases-notification.php:70
|
3050 |
-
msgid "Message if commenting disabled by user role"
|
3051 |
-
msgstr ""
|
3052 |
-
|
3053 |
-
#: options/phrases-layouts/phrases-social-login.php:15
|
3054 |
-
msgid "Social login agreement label"
|
3055 |
-
msgstr ""
|
3056 |
-
|
3057 |
-
#: options/phrases-layouts/phrases-social-login.php:19
|
3058 |
-
msgid "Social login agreement description"
|
3059 |
-
msgstr ""
|
3060 |
-
|
3061 |
-
#: options/phrases-layouts/phrases-user-settings.php:7
|
3062 |
-
msgid "User Settings Phrases"
|
3063 |
-
msgstr ""
|
3064 |
-
|
3065 |
-
#: options/phrases-layouts/phrases-user-settings.php:35
|
3066 |
-
msgid "\"Bulk management via email\" description"
|
3067 |
-
msgstr ""
|
3068 |
-
|
3069 |
-
#: options/phrases-layouts/phrases-user-settings.php:72
|
3070 |
-
msgid "Delete all comments email text"
|
3071 |
-
msgstr ""
|
3072 |
-
|
3073 |
-
#: options/phrases-layouts/phrases-user-settings.php:97
|
3074 |
-
msgid "Delete all subscriptions email text"
|
3075 |
-
msgstr ""
|
3076 |
-
|
3077 |
-
#: options/phrases-layouts/phrases-user-settings.php:122
|
3078 |
-
msgid "Delete all follows email text"
|
3079 |
-
msgstr ""
|
3080 |
-
|
3081 |
-
#: options/phrases-layouts/phrases-user-settings.php:146
|
3082 |
-
msgid "Please check your email."
|
3083 |
-
msgstr ""
|
3084 |
-
|
3085 |
-
#: options/tools-layouts/options-export.php:9
|
3086 |
-
msgid ""
|
3087 |
-
"Using this tool you can migrate or backup/restore wpDiscuz options from one "
|
3088 |
-
"WordPress to another."
|
3089 |
-
msgstr ""
|
3090 |
-
|
3091 |
-
#: options/tools-layouts/options-export.php:20
|
3092 |
-
msgid "Download Options"
|
3093 |
-
msgstr ""
|
3094 |
-
|
3095 |
-
#: options/tools-layouts/options-export.php:28
|
3096 |
-
msgid "Backup Options"
|
3097 |
-
msgstr ""
|
3098 |
-
|
3099 |
-
#: options/tools-layouts/options-import.php:9
|
3100 |
-
msgid ""
|
3101 |
-
"Here you can import and restore wpDiscuz options. You just need to choose "
|
3102 |
-
"backup file and click import options."
|
3103 |
-
msgstr ""
|
3104 |
-
|
3105 |
-
#: options/tools-layouts/options-import.php:22
|
3106 |
-
msgid "Import Options"
|
3107 |
-
msgstr ""
|
3108 |
-
|
3109 |
-
#: options/tools-layouts/subscriptions-import.php:11
|
3110 |
-
msgid ""
|
3111 |
-
"Using this tool you can import subscriptions from other plugins to wpDiscuz."
|
3112 |
-
msgstr ""
|
3113 |
-
|
3114 |
-
#: options/tools-layouts/subscriptions-import.php:19
|
3115 |
-
msgid "Import subscriptions from Subscribe To Comments Reloaded"
|
3116 |
-
msgstr ""
|
3117 |
-
|
3118 |
-
#: options/tools-layouts/subscriptions-import.php:20
|
3119 |
-
msgid "Import subscriptions from \"Subscribe To Comments Reloaded\" plugin"
|
3120 |
-
msgstr ""
|
3121 |
-
|
3122 |
-
#: options/tools-layouts/tools-other.php:16
|
3123 |
-
msgid "Update vote data"
|
3124 |
-
msgstr ""
|
3125 |
-
|
3126 |
-
#: options/tools-layouts/tools-other.php:18
|
3127 |
-
msgid ""
|
3128 |
-
"We recommend use this tool to do one way hashing of commenter IP addresses "
|
3129 |
-
"to 32 bit strings, so you'll keep less personal information of your "
|
3130 |
-
"commenters. This tool only hashes voter IP addresses. You also can stop "
|
3131 |
-
"saving of commenter IP addresses in comments database table using this "
|
3132 |
-
"instruction "
|
3133 |
-
msgstr ""
|
3134 |
-
|
3135 |
-
#: options/tools-layouts/tools-other.php:26
|
3136 |
-
msgid "Start Hashing"
|
3137 |
-
msgstr ""
|
3138 |
-
|
3139 |
-
#: options/tools-layouts/tools-other.php:27
|
3140 |
-
msgid "Hash users IP addresses"
|
3141 |
-
msgstr ""
|
3142 |
-
|
3143 |
-
#: templates/comment/comment-form.php:61
|
3144 |
-
msgid "Your comments have been deleted from database"
|
3145 |
-
msgstr ""
|
3146 |
-
|
3147 |
-
#: templates/comment/comment-form.php:72
|
3148 |
-
msgid "You cancel all your subscriptions successfully"
|
3149 |
-
msgstr ""
|
3150 |
-
|
3151 |
-
#: templates/comment/comment-form.php:82
|
3152 |
-
msgid "You cancel all your follows successfully"
|
3153 |
-
msgstr ""
|
3154 |
-
|
3155 |
-
#: templates/comment/comment-form.php:91
|
3156 |
-
msgid "Follow has been confirmed successfully"
|
3157 |
-
msgstr ""
|
3158 |
-
|
3159 |
-
#: templates/comment/comment-form.php:99
|
3160 |
-
msgid "Follow has been canceled successfully"
|
3161 |
-
msgstr ""
|
3162 |
-
|
3163 |
-
#: templates/comment/comment-form.php:127
|
3164 |
-
msgid "Unable to send an email"
|
3165 |
-
msgstr ""
|
3166 |
-
|
3167 |
-
#: templates/comment/comment-form.php:129
|
3168 |
-
msgid "Subscription Fault"
|
3169 |
-
msgstr ""
|
3170 |
-
|
3171 |
-
#: utils/layouts/pagination.php:22
|
3172 |
-
msgid "«"
|
3173 |
-
msgstr ""
|
3174 |
-
|
3175 |
-
#: utils/layouts/pagination.php:28
|
3176 |
-
msgid "‹"
|
3177 |
-
msgstr ""
|
3178 |
-
|
3179 |
-
#: utils/layouts/pagination.php:52
|
3180 |
-
msgid "»"
|
3181 |
-
msgstr ""
|
3182 |
-
|
3183 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:16
|
3184 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:17
|
3185 |
-
#: forms/wpdFormAttr/Field/ColorField.php:17
|
3186 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:18
|
3187 |
-
#: forms/wpdFormAttr/Field/DateField.php:17
|
3188 |
-
#: forms/wpdFormAttr/Field/NumberField.php:17
|
3189 |
-
#: forms/wpdFormAttr/Field/RadioField.php:17
|
3190 |
-
#: forms/wpdFormAttr/Field/RatingField.php:16
|
3191 |
-
#: forms/wpdFormAttr/Field/SelectField.php:17
|
3192 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:18
|
3193 |
-
#: forms/wpdFormAttr/Field/TextField.php:17
|
3194 |
-
#: forms/wpdFormAttr/Field/UrlField.php:17
|
3195 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:32
|
3196 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:24
|
3197 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:23
|
3198 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:23
|
3199 |
-
msgid "Description"
|
3200 |
-
msgstr ""
|
3201 |
-
|
3202 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:18
|
3203 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:19
|
3204 |
-
#: forms/wpdFormAttr/Field/ColorField.php:19
|
3205 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:20
|
3206 |
-
#: forms/wpdFormAttr/Field/DateField.php:19
|
3207 |
-
#: forms/wpdFormAttr/Field/NumberField.php:19
|
3208 |
-
#: forms/wpdFormAttr/Field/NumberField.php:24
|
3209 |
-
#: forms/wpdFormAttr/Field/NumberField.php:29
|
3210 |
-
#: forms/wpdFormAttr/Field/RadioField.php:19
|
3211 |
-
#: forms/wpdFormAttr/Field/RatingField.php:18
|
3212 |
-
#: forms/wpdFormAttr/Field/SelectField.php:19
|
3213 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:20
|
3214 |
-
#: forms/wpdFormAttr/Field/TextField.php:19
|
3215 |
-
#: forms/wpdFormAttr/Field/UrlField.php:19
|
3216 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:34
|
3217 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:26
|
3218 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:25
|
3219 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:25
|
3220 |
-
msgid ""
|
3221 |
-
"Field specific short description or some rule related to inserted "
|
3222 |
-
"information."
|
3223 |
-
msgstr ""
|
3224 |
-
|
3225 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:21
|
3226 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:23
|
3227 |
-
msgid "Checkbox Label"
|
3228 |
-
msgstr ""
|
3229 |
-
|
3230 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:22
|
3231 |
-
msgid ""
|
3232 |
-
"You can use HTML tags to add links to website Terms and Privacy Policy pages."
|
3233 |
-
" For example: "
|
3234 |
-
msgstr ""
|
3235 |
-
|
3236 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:28
|
3237 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:33
|
3238 |
-
#: forms/wpdFormAttr/Field/ColorField.php:29
|
3239 |
-
#: forms/wpdFormAttr/Field/DateField.php:29
|
3240 |
-
#: forms/wpdFormAttr/Field/NumberField.php:39
|
3241 |
-
#: forms/wpdFormAttr/Field/RadioField.php:33
|
3242 |
-
#: forms/wpdFormAttr/Field/RatingField.php:28
|
3243 |
-
#: forms/wpdFormAttr/Field/SelectField.php:33
|
3244 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:23
|
3245 |
-
#: forms/wpdFormAttr/Field/TextField.php:29
|
3246 |
-
#: forms/wpdFormAttr/Field/UrlField.php:29
|
3247 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:36
|
3248 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:35
|
3249 |
-
msgid "Field is required"
|
3250 |
-
msgstr ""
|
3251 |
-
|
3252 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:32
|
3253 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:37
|
3254 |
-
#: forms/wpdFormAttr/Field/ColorField.php:33
|
3255 |
-
#: forms/wpdFormAttr/Field/DateField.php:33
|
3256 |
-
#: forms/wpdFormAttr/Field/HTMLField.php:21
|
3257 |
-
#: forms/wpdFormAttr/Field/NumberField.php:43
|
3258 |
-
#: forms/wpdFormAttr/Field/RadioField.php:37
|
3259 |
-
#: forms/wpdFormAttr/Field/SelectField.php:37
|
3260 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:27
|
3261 |
-
#: forms/wpdFormAttr/Field/TextField.php:33
|
3262 |
-
#: forms/wpdFormAttr/Field/UrlField.php:33
|
3263 |
-
msgid "Display on reply form"
|
3264 |
-
msgstr ""
|
3265 |
-
|
3266 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:36
|
3267 |
-
msgid "Display for Guests"
|
3268 |
-
msgstr ""
|
3269 |
-
|
3270 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:40
|
3271 |
-
msgid "Display for Registered Users"
|
3272 |
-
msgstr ""
|
3273 |
-
|
3274 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:44
|
3275 |
-
msgid "Don't show again if the agreement is accepted once"
|
3276 |
-
msgstr ""
|
3277 |
-
|
3278 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:101
|
3279 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:153
|
3280 |
-
#: forms/wpdFormAttr/Field/ColorField.php:115
|
3281 |
-
#: forms/wpdFormAttr/Field/DateField.php:115
|
3282 |
-
#: forms/wpdFormAttr/Field/NumberField.php:125
|
3283 |
-
#: forms/wpdFormAttr/Field/RadioField.php:130
|
3284 |
-
#: forms/wpdFormAttr/Field/RatingField.php:126
|
3285 |
-
#: forms/wpdFormAttr/Field/SelectField.php:125
|
3286 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:98
|
3287 |
-
#: forms/wpdFormAttr/Field/TextField.php:109
|
3288 |
-
#: forms/wpdFormAttr/Field/UrlField.php:110
|
3289 |
-
msgid "field is required!"
|
3290 |
-
msgstr ""
|
3291 |
-
|
3292 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:14
|
3293 |
-
#: forms/wpdFormAttr/Field/ColorField.php:14
|
3294 |
-
#: forms/wpdFormAttr/Field/DateField.php:14
|
3295 |
-
#: forms/wpdFormAttr/Field/NumberField.php:14
|
3296 |
-
#: forms/wpdFormAttr/Field/RadioField.php:14
|
3297 |
-
#: forms/wpdFormAttr/Field/SelectField.php:14
|
3298 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:15
|
3299 |
-
#: forms/wpdFormAttr/Field/TextField.php:14
|
3300 |
-
#: forms/wpdFormAttr/Field/UrlField.php:14
|
3301 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:29
|
3302 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:21
|
3303 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:20
|
3304 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:20
|
3305 |
-
msgid "Also used for field placeholder"
|
3306 |
-
msgstr ""
|
3307 |
-
|
3308 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:28
|
3309 |
-
#: forms/wpdFormAttr/Field/RadioField.php:28
|
3310 |
-
#: forms/wpdFormAttr/Field/SelectField.php:28
|
3311 |
-
msgid "Values"
|
3312 |
-
msgstr ""
|
3313 |
-
|
3314 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:30
|
3315 |
-
msgid "Please insert one value per line"
|
3316 |
-
msgstr ""
|
3317 |
-
|
3318 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:41
|
3319 |
-
#: forms/wpdFormAttr/Field/ColorField.php:37
|
3320 |
-
#: forms/wpdFormAttr/Field/DateField.php:37
|
3321 |
-
#: forms/wpdFormAttr/Field/NumberField.php:47
|
3322 |
-
#: forms/wpdFormAttr/Field/RadioField.php:41
|
3323 |
-
#: forms/wpdFormAttr/Field/RatingField.php:32
|
3324 |
-
#: forms/wpdFormAttr/Field/SelectField.php:41
|
3325 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:31
|
3326 |
-
#: forms/wpdFormAttr/Field/TextField.php:37
|
3327 |
-
#: forms/wpdFormAttr/Field/UrlField.php:37
|
3328 |
-
msgid "Display on comment"
|
3329 |
-
msgstr ""
|
3330 |
-
|
3331 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:45
|
3332 |
-
#: forms/wpdFormAttr/Field/ColorField.php:41
|
3333 |
-
#: forms/wpdFormAttr/Field/DateField.php:41
|
3334 |
-
#: forms/wpdFormAttr/Field/NumberField.php:51
|
3335 |
-
#: forms/wpdFormAttr/Field/RadioField.php:45
|
3336 |
-
#: forms/wpdFormAttr/Field/RatingField.php:36
|
3337 |
-
#: forms/wpdFormAttr/Field/SelectField.php:45
|
3338 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:35
|
3339 |
-
#: forms/wpdFormAttr/Field/TextField.php:41
|
3340 |
-
#: forms/wpdFormAttr/Field/UrlField.php:41
|
3341 |
-
msgid "Advanced Options"
|
3342 |
-
msgstr ""
|
3343 |
-
|
3344 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:48
|
3345 |
-
#: forms/wpdFormAttr/Field/ColorField.php:44
|
3346 |
-
#: forms/wpdFormAttr/Field/DateField.php:44
|
3347 |
-
#: forms/wpdFormAttr/Field/NumberField.php:54
|
3348 |
-
#: forms/wpdFormAttr/Field/RadioField.php:48
|
3349 |
-
#: forms/wpdFormAttr/Field/RatingField.php:39
|
3350 |
-
#: forms/wpdFormAttr/Field/SelectField.php:48
|
3351 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:38
|
3352 |
-
#: forms/wpdFormAttr/Field/TextField.php:44
|
3353 |
-
#: forms/wpdFormAttr/Field/UrlField.php:44
|
3354 |
-
msgid "Meta Key"
|
3355 |
-
msgstr ""
|
3356 |
-
|
3357 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:52
|
3358 |
-
#: forms/wpdFormAttr/Field/ColorField.php:48
|
3359 |
-
#: forms/wpdFormAttr/Field/DateField.php:48
|
3360 |
-
#: forms/wpdFormAttr/Field/NumberField.php:58
|
3361 |
-
#: forms/wpdFormAttr/Field/RadioField.php:52
|
3362 |
-
#: forms/wpdFormAttr/Field/RatingField.php:43
|
3363 |
-
#: forms/wpdFormAttr/Field/SelectField.php:52
|
3364 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:42
|
3365 |
-
#: forms/wpdFormAttr/Field/TextField.php:48
|
3366 |
-
#: forms/wpdFormAttr/Field/UrlField.php:48
|
3367 |
-
msgid "Replace old meta key"
|
3368 |
-
msgstr ""
|
3369 |
-
|
3370 |
-
#: forms/wpdFormAttr/Field/ColorField.php:23
|
3371 |
-
#: forms/wpdFormAttr/Field/DateField.php:23
|
3372 |
-
#: forms/wpdFormAttr/Field/NumberField.php:33
|
3373 |
-
#: forms/wpdFormAttr/Field/RatingField.php:22
|
3374 |
-
#: forms/wpdFormAttr/Field/TextField.php:23
|
3375 |
-
#: forms/wpdFormAttr/Field/UrlField.php:23
|
3376 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:30
|
3377 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:29
|
3378 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:29
|
3379 |
-
msgid "Field icon"
|
3380 |
-
msgstr ""
|
3381 |
-
|
3382 |
-
#: forms/wpdFormAttr/Field/ColorField.php:26
|
3383 |
-
#: forms/wpdFormAttr/Field/DateField.php:26
|
3384 |
-
#: forms/wpdFormAttr/Field/NumberField.php:36
|
3385 |
-
#: forms/wpdFormAttr/Field/RatingField.php:25
|
3386 |
-
#: forms/wpdFormAttr/Field/TextField.php:26
|
3387 |
-
#: forms/wpdFormAttr/Field/UrlField.php:26
|
3388 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:33
|
3389 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:32
|
3390 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:32
|
3391 |
-
msgid "Font-awesome icon library."
|
3392 |
-
msgstr ""
|
3393 |
-
|
3394 |
-
#: forms/wpdFormAttr/Field/Field.php:54
|
3395 |
-
msgid " (Submit Button)"
|
3396 |
-
msgstr ""
|
3397 |
-
|
3398 |
-
#: forms/wpdFormAttr/Field/Field.php:56
|
3399 |
-
msgid " (CAPTCHA)"
|
3400 |
-
msgstr ""
|
3401 |
-
|
3402 |
-
#: forms/wpdFormAttr/Field/Field.php:89
|
3403 |
-
msgid "Add To Form"
|
3404 |
-
msgstr ""
|
3405 |
-
|
3406 |
-
#: forms/wpdFormAttr/Field/HTMLField.php:17
|
3407 |
-
msgid "HTML Code"
|
3408 |
-
msgstr ""
|
3409 |
-
|
3410 |
-
#: forms/wpdFormAttr/Field/NumberField.php:22
|
3411 |
-
msgid "Min Value"
|
3412 |
-
msgstr ""
|
3413 |
-
|
3414 |
-
#: forms/wpdFormAttr/Field/NumberField.php:27
|
3415 |
-
msgid "Max Value"
|
3416 |
-
msgstr ""
|
3417 |
-
|
3418 |
-
#: forms/wpdFormAttr/Field/NumberField.php:129
|
3419 |
-
msgid "value can not be less than"
|
3420 |
-
msgstr ""
|
3421 |
-
|
3422 |
-
#: forms/wpdFormAttr/Field/NumberField.php:132
|
3423 |
-
msgid "value can not be more than"
|
3424 |
-
msgstr ""
|
3425 |
-
|
3426 |
-
#: forms/wpdFormAttr/Field/RadioField.php:30
|
3427 |
-
#: forms/wpdFormAttr/Field/SelectField.php:30
|
3428 |
-
msgid "New value new line"
|
3429 |
-
msgstr ""
|
3430 |
-
|
3431 |
-
#: forms/wpdFormAttr/html/admin-form-fields-list.php:7
|
3432 |
-
msgid "Comment Form Fields"
|
3433 |
-
msgstr ""
|
3434 |
-
|
3435 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:32
|
3436 |
-
msgid "Authentication failed."
|
3437 |
-
msgstr ""
|
3438 |
-
|
3439 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:90
|
3440 |
-
msgid "Facebook access token or user ID invalid."
|
3441 |
-
msgstr ""
|
3442 |
-
|
3443 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:94
|
3444 |
-
msgid "Facebook App Secret is required."
|
3445 |
-
msgstr ""
|
3446 |
-
|
3447 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:123
|
3448 |
-
msgid "Facebook Application ID and Application Secret required."
|
3449 |
-
msgstr ""
|
3450 |
-
|
3451 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:151
|
3452 |
-
msgid ""
|
3453 |
-
"Facebook authentication failed (OAuth <code>state</code> does not exist)."
|
3454 |
-
msgstr ""
|
3455 |
-
|
3456 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:154
|
3457 |
-
msgid ""
|
3458 |
-
"Facebook authentication failed (OAuth <code>code</code> does not exist)."
|
3459 |
-
msgstr ""
|
3460 |
-
|
3461 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:193
|
3462 |
-
msgid "Google access token invalid."
|
3463 |
-
msgstr ""
|
3464 |
-
|
3465 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:204
|
3466 |
-
msgid "Google authentication failed."
|
3467 |
-
msgstr ""
|
3468 |
-
|
3469 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:232
|
3470 |
-
msgid "Twitter Consumer Key and Consumer Secret required."
|
3471 |
-
msgstr ""
|
3472 |
-
|
3473 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:245
|
3474 |
-
msgid "Twitter authentication failed (OAuth secret does not exist)."
|
3475 |
-
msgstr ""
|
3476 |
-
|
3477 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:256
|
3478 |
-
msgid "Twitter connection failed."
|
3479 |
-
msgstr ""
|
3480 |
-
|
3481 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:266
|
3482 |
-
msgid "VK Client ID and Client Secret required."
|
3483 |
-
msgstr ""
|
3484 |
-
|
3485 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:295
|
3486 |
-
msgid "VK authentication failed (OAuth <code>state</code> does not exist)."
|
3487 |
-
msgstr ""
|
3488 |
-
|
3489 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:298
|
3490 |
-
msgid "VK authentication failed (OAuth <code>code</code> does not exist)."
|
3491 |
-
msgstr ""
|
3492 |
-
|
3493 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:316
|
3494 |
-
msgid "VK authentication failed (<code>user_id</code> does not exist)."
|
3495 |
-
msgstr ""
|
3496 |
-
|
3497 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:342
|
3498 |
-
msgid "OK Application ID, Application Key and Application Secret required."
|
3499 |
-
msgstr ""
|
3500 |
-
|
3501 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:369
|
3502 |
-
msgid "OK authentication failed (OAuth <code>state</code> does not exist)."
|
3503 |
-
msgstr ""
|
3504 |
-
|
3505 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:372
|
3506 |
-
msgid "OK authentication failed (<code>code</code> does not exist)."
|
3507 |
-
msgstr ""
|
3508 |
-
|
3509 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:391
|
3510 |
-
msgid "OK authentication failed (<code>access_token</code> does not exist)."
|
3511 |
-
msgstr ""
|
3512 |
-
|
3513 |
-
#: forms/wpdFormAttr/Tools/PersonalDataExporter.php:36
|
3514 |
-
msgid "wpDiscuz Fields Data"
|
3515 |
-
msgstr ""
|
3516 |
-
|
3517 |
-
#: options/addons/cai/title.php:7
|
3518 |
-
msgid "Comment Author"
|
3519 |
-
msgstr ""
|
3520 |
-
|
3521 |
-
#: options/addons/fem/title.php:7
|
3522 |
-
msgid "Frontend Moderation"
|
3523 |
-
msgstr ""
|
3524 |
-
|
3525 |
-
#: options/addons/more/title.php:6
|
3526 |
-
msgid "More Addons..."
|
3527 |
-
msgstr ""
|
3528 |
-
|
3529 |
-
#: options/addons/ucm/title.php:7
|
3530 |
-
msgid "Mentioning"
|
3531 |
-
msgstr ""
|
3532 |
-
|
3533 |
-
#: utils/layouts/activity/item.php:28
|
3534 |
-
msgid "Delete this comment"
|
3535 |
-
msgstr ""
|
3536 |
-
|
3537 |
-
#: utils/layouts/follows/item.php:14
|
3538 |
-
msgid "Cancel this follow"
|
3539 |
-
msgstr ""
|
3540 |
-
|
3541 |
-
#: utils/layouts/subscriptions/item.php:23
|
3542 |
-
msgid "Cancel this subscription"
|
3543 |
-
msgstr ""
|
3544 |
-
|
3545 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:37
|
3546 |
-
msgid ""
|
3547 |
-
"For an advanced antispam protection please check <a target=\"blank\" "
|
3548 |
-
"href=\"https://gvectors.com/product/wpdiscuz-recaptcha/\">wpDiscuz - Google "
|
3549 |
-
"reCAPTCHA</a> addon."
|
3550 |
-
msgstr ""
|
3551 |
-
|
3552 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:40
|
3553 |
-
msgid "Show for guests"
|
3554 |
-
msgstr ""
|
3555 |
-
|
3556 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:44
|
3557 |
-
msgid "Show for logged in users"
|
3558 |
-
msgstr ""
|
3559 |
-
|
3560 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:135
|
3561 |
-
msgid "Cannot create image file"
|
3562 |
-
msgstr ""
|
3563 |
-
|
3564 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:136
|
3565 |
-
msgid "Permission denied for file creation"
|
3566 |
-
msgstr ""
|
3567 |
-
|
3568 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:137
|
3569 |
-
msgid "PHP GD2 library is disabled"
|
3570 |
-
msgstr ""
|
3571 |
-
|
3572 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:138
|
3573 |
-
msgid "PNG image creation disabled"
|
3574 |
-
msgstr ""
|
3575 |
-
|
3576 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:145
|
3577 |
-
msgid "Insert the CAPTCHA code"
|
3578 |
-
msgstr ""
|
3579 |
-
|
3580 |
-
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
|
3581 |
-
msgid "Button Text"
|
3582 |
-
msgstr ""
|
3583 |
-
|
3584 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:35
|
3585 |
-
msgid "Enable"
|
3586 |
-
msgstr ""
|
3587 |
-
|
3588 |
-
#. Plugin Name of the plugin/theme
|
3589 |
-
msgid "wpDiscuz"
|
3590 |
-
msgstr ""
|
3591 |
-
|
3592 |
-
#. Description of the plugin/theme
|
3593 |
-
msgid ""
|
3594 |
-
"Better comment system. Wordpress post comments and discussion plugin. Allows "
|
3595 |
-
"your visitors discuss, vote for comments and share."
|
3596 |
-
msgstr ""
|
3597 |
-
|
3598 |
-
#. Plugin URI of the plugin/theme
|
3599 |
-
msgid "http://wpdiscuz.com/"
|
3600 |
-
msgstr ""
|
3601 |
-
|
3602 |
-
#. Author of the plugin/theme
|
3603 |
-
msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
|
3604 |
-
msgstr ""
|
3605 |
-
|
3606 |
-
#. Author URI of the plugin/theme
|
3607 |
-
msgid "https://gvectors.com/"
|
3608 |
-
msgstr ""
|
1 |
+
#, fuzzy
|
2 |
+
msgid ""
|
3 |
+
msgstr ""
|
4 |
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
+
"Project-Id-Version: wpDiscuz\n"
|
6 |
+
"POT-Creation-Date: 2018-09-14 11:52+0000\n"
|
7 |
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
+
"Last-Translator: \n"
|
9 |
+
"Language-Team: \n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Loco https://localise.biz/\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
18 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
19 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
+
"Language: "
|
23 |
+
|
24 |
+
#: class.WpdiscuzCore.php:264
|
25 |
+
msgid "Every 3 hours"
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
+
#: class.WpdiscuzCore.php:268
|
29 |
+
msgid "Every 48 hours"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: class.WpdiscuzCore.php:381
|
33 |
+
msgid "We are sorry, but this comment cannot be posted. Please try later."
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: class.WpdiscuzCore.php:390
|
37 |
+
msgid "We are sorry, you are not allowed to comment more than one time!"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: class.WpdiscuzCore.php:452
|
41 |
+
msgid "This is closed comment thread"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: class.WpdiscuzCore.php:1025 class.WpdiscuzCore.php:1261
|
45 |
+
msgid "Settings"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: class.WpdiscuzCore.php:1027 class.WpdiscuzCore.php:1263
|
49 |
+
msgid "Phrases"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: class.WpdiscuzCore.php:1029
|
53 |
+
msgid "Tools"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: class.WpdiscuzCore.php:1030 options/html-options.php:22
|
57 |
+
#: options/html-options.php:64 options/options-layouts/settings-addons.php:14
|
58 |
+
msgid "Addons"
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: class.WpdiscuzCore.php:1042
|
62 |
+
msgid "Do you really want to reset all options?"
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: class.WpdiscuzCore.php:1043
|
66 |
+
msgid "Do you really want to remove voting data?"
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
#: class.WpdiscuzCore.php:1044
|
70 |
+
msgid "Do you really want to reset phrases?"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: class.WpdiscuzCore.php:1045
|
74 |
+
msgid "Do you really want to delete gravatars cache?"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: class.WpdiscuzCore.php:1046
|
78 |
+
msgid "Do you really want to delete statistics cache?"
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: class.WpdiscuzCore.php:1083
|
82 |
+
msgid "Please check one of reasons before sending feedback!"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: class.WpdiscuzCore.php:1084 utils/deactivation-reason-modal.php:58
|
86 |
+
msgid "Please provide more information"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: class.WpdiscuzCore.php:1350 options/phrases-layouts/phrases-comment.php:56
|
90 |
+
msgid "Admin"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: class.WpdiscuzCore.php:1352 class.WpdiscuzCore.php:1361
|
94 |
+
#: options/phrases-layouts/phrases-comment.php:58
|
95 |
+
msgid "Author"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: class.WpdiscuzCore.php:1356 options/phrases-layouts/phrases-comment.php:64
|
99 |
+
msgid "Member"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: class.WpdiscuzCore.php:1362 options/phrases-layouts/phrases-comment.php:62
|
103 |
+
msgid "Guest"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: forms/wpDiscuzForm.php:111 forms/wpDiscuzForm.php:159
|
107 |
+
msgid "Forms"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: forms/wpDiscuzForm.php:112 options/html-phrases.php:22
|
111 |
+
msgid "Form"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: forms/wpDiscuzForm.php:113
|
115 |
+
msgid "Add New"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: forms/wpDiscuzForm.php:114
|
119 |
+
msgid "Add New Form"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: forms/wpDiscuzForm.php:115
|
123 |
+
msgid "Edit Form"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: forms/wpDiscuzForm.php:116
|
127 |
+
msgid "You did not create any forms yet"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: forms/wpDiscuzForm.php:117
|
131 |
+
msgid "Nothing found in Trash"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: forms/wpDiscuzForm.php:118
|
135 |
+
msgid "Search Forms"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: forms/wpDiscuzForm.php:174
|
139 |
+
msgid "Post Types"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: forms/wpDiscuzForm.php:175
|
143 |
+
msgid "Post IDs"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: forms/wpDiscuzForm.php:176 forms/wpdFormAttr/Form.php:674
|
147 |
+
msgid "Language"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: forms/wpDiscuzForm.php:222
|
151 |
+
msgid "Field Types"
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: forms/wpDiscuzForm.php:223 forms/wpdFormAttr/Row.php:23
|
155 |
+
msgid "Two column"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: forms/wpDiscuzForm.php:224 forms/wpdFormAttr/Row.php:24
|
159 |
+
#: forms/wpdFormAttr/Field/Field.php:66
|
160 |
+
msgid "Delete"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: forms/wpDiscuzForm.php:225 forms/wpdFormAttr/Row.php:25
|
164 |
+
msgid "Move"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: forms/wpDiscuzForm.php:226 forms/wpdFormAttr/Row.php:69
|
168 |
+
msgid "Add Field"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: forms/wpDiscuzForm.php:227 options/class.WpdiscuzOptionsSerialized.php:820
|
172 |
+
#: options/phrases-layouts/phrases-comment.php:19
|
173 |
+
#: forms/wpdFormAttr/Field/Field.php:63
|
174 |
+
msgid "Edit"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: forms/wpDiscuzForm.php:228
|
178 |
+
msgid "You can not delete default field."
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
#: forms/wpDiscuzForm.php:229
|
182 |
+
msgid "You really want to delete this item ?"
|
183 |
+
msgstr ""
|
184 |
+
|
185 |
+
#: forms/wpDiscuzForm.php:236
|
186 |
+
msgid "Permission Denied !!!"
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: forms/wpDiscuzForm.php:261 forms/wpdFormAttr/Form.php:642
|
190 |
+
#: options/options-layouts/settings-customfields.php:7
|
191 |
+
#: forms/wpdFormAttr/html/admin-form-fields-list.php:18
|
192 |
+
msgid "Custom Fields"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: forms/wpDiscuzForm.php:309
|
196 |
+
msgid "Custom CSS"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: forms/wpDiscuzForm.php:365
|
200 |
+
msgid "Default Form"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: forms/wpDiscuzForm.php:398 forms/wpDiscuzForm.php:406
|
204 |
+
#: forms/wpdFormAttr/Form.php:755 forms/wpdFormAttr/Form.php:755
|
205 |
+
msgid "Leave a Reply"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: forms/wpDiscuzForm.php:421 forms/wpdFormAttr/Form.php:878
|
209 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:12
|
210 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:12
|
211 |
+
#: forms/wpdFormAttr/Field/ColorField.php:12
|
212 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:14
|
213 |
+
#: forms/wpdFormAttr/Field/DateField.php:12
|
214 |
+
#: forms/wpdFormAttr/Field/HTMLField.php:12
|
215 |
+
#: forms/wpdFormAttr/Field/NumberField.php:12
|
216 |
+
#: forms/wpdFormAttr/Field/RadioField.php:12
|
217 |
+
#: forms/wpdFormAttr/Field/RatingField.php:12
|
218 |
+
#: forms/wpdFormAttr/Field/SelectField.php:12
|
219 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:13
|
220 |
+
#: forms/wpdFormAttr/Field/TextField.php:12
|
221 |
+
#: forms/wpdFormAttr/Field/UrlField.php:12
|
222 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:27
|
223 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:19
|
224 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:18
|
225 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:65
|
226 |
+
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
|
227 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:18
|
228 |
+
msgid "Name"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: forms/wpDiscuzForm.php:423 options/class.WpdiscuzOptionsSerialized.php:806
|
232 |
+
#: options/html-phrases.php:25 forms/wpdFormAttr/Form.php:885
|
233 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:65
|
234 |
+
msgid "Email"
|
235 |
+
msgstr ""
|
236 |
+
|
237 |
+
#: forms/wpDiscuzForm.php:425
|
238 |
+
msgid "WebSite URL"
|
239 |
+
msgstr ""
|
240 |
+
|
241 |
+
#: forms/wpDiscuzForm.php:428 forms/wpdFormAttr/Form.php:908
|
242 |
+
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:116
|
243 |
+
msgid "Post Comment"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: forms/wpDiscuzForm.php:449
|
247 |
+
msgid "Clone"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: forms/wpDiscuzForm.php:487
|
251 |
+
msgid ""
|
252 |
+
"Comment Form is not detected, please navigate to form manager page to create "
|
253 |
+
"it. "
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: forms/wpDiscuzForm.php:488
|
257 |
+
msgid "Add Comment Form"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: options/class.WpdiscuzOptions.php:22 options/class.WpdiscuzOptions.php:143
|
261 |
+
#: options/class.WpdiscuzOptions.php:368
|
262 |
+
msgid "Hacker?"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: options/class.WpdiscuzOptions.php:134
|
266 |
+
msgid "Settings updated"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: options/class.WpdiscuzOptions.php:315
|
270 |
+
msgid "Phrases updated"
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: options/class.WpdiscuzOptions.php:342
|
274 |
+
msgid "Options were backed up!"
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: options/class.WpdiscuzOptions.php:344
|
278 |
+
msgid "Cannot back up the options!"
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
#: options/class.WpdiscuzOptions.php:355
|
282 |
+
msgid "Options Imported Successfully!"
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: options/class.WpdiscuzOptions.php:357
|
286 |
+
msgid "Error occured! File content is empty or data is not valid!"
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: options/class.WpdiscuzOptions.php:360
|
290 |
+
msgid "Error occured! Can not get file content!"
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: options/class.WpdiscuzOptions.php:363
|
294 |
+
msgid "Error occured! Please choose file!"
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: options/class.WpdiscuzOptions.php:379
|
298 |
+
msgid ""
|
299 |
+
"All 16 addons in one bundle. Save 90% and get Unlimited Site License with "
|
300 |
+
"one year premium support."
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: options/class.WpdiscuzOptions.php:380
|
304 |
+
msgid ""
|
305 |
+
"Brings an ocean of emotions to your comments. It comes with an awesome smile "
|
306 |
+
"package."
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: options/class.WpdiscuzOptions.php:381
|
310 |
+
msgid ""
|
311 |
+
"Extended information about comment author with Profile, Activity, Votes and "
|
312 |
+
"Subscriptions Tabs on pop-up window."
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: options/class.WpdiscuzOptions.php:382
|
316 |
+
msgid ""
|
317 |
+
"Real-time online user checking, pop-up notification of new online users and "
|
318 |
+
"online/offline badges."
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: options/class.WpdiscuzOptions.php:383
|
322 |
+
msgid ""
|
323 |
+
"Allows to create private comment threads. Rich management options in "
|
324 |
+
"dashboard by user roles."
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: options/class.WpdiscuzOptions.php:384
|
328 |
+
msgid ""
|
329 |
+
"Total control over comment subscriptions. Full list, monitor, manage, filter,"
|
330 |
+
" unsubscribe, confirm..."
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#: options/class.WpdiscuzOptions.php:385
|
334 |
+
msgid ""
|
335 |
+
"A full-fledged tool-kit for advertising in comment section of your website. "
|
336 |
+
"Separate banner and ad managment."
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: options/class.WpdiscuzOptions.php:386
|
340 |
+
msgid ""
|
341 |
+
"Allows to mention comments and users in comment text using #comment-id and "
|
342 |
+
"@username tags."
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: options/class.WpdiscuzOptions.php:387
|
346 |
+
msgid ""
|
347 |
+
"See comment likers and voters of each comment. Adds user reputation and "
|
348 |
+
"badges based on received likes."
|
349 |
+
msgstr ""
|
350 |
+
|
351 |
+
#: options/class.WpdiscuzOptions.php:388
|
352 |
+
msgid ""
|
353 |
+
"Comment reporting tools. Auto-moderates comments based on number of flags "
|
354 |
+
"and dislikes."
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: options/class.WpdiscuzOptions.php:389
|
358 |
+
msgid ""
|
359 |
+
"Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
|
360 |
+
"options. Uses free translation API."
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: options/class.WpdiscuzOptions.php:390
|
364 |
+
msgid ""
|
365 |
+
"AJAX powered front-end comment search. It starts searching while you type "
|
366 |
+
"search words. "
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: options/class.WpdiscuzOptions.php:391
|
370 |
+
msgid ""
|
371 |
+
"Most voted comments, Active comment threads, Most commented posts, Active "
|
372 |
+
"comment authors"
|
373 |
+
msgstr ""
|
374 |
+
|
375 |
+
#: options/class.WpdiscuzOptions.php:392
|
376 |
+
msgid ""
|
377 |
+
"All in one powerful yet simple admin toolkit to moderate comments on front-"
|
378 |
+
"end."
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
+
#: options/class.WpdiscuzOptions.php:393
|
382 |
+
msgid ""
|
383 |
+
"Extended comment attachment system. Allows to upload images, videos, audios "
|
384 |
+
"and other file types."
|
385 |
+
msgstr ""
|
386 |
+
|
387 |
+
#: options/class.WpdiscuzOptions.php:394
|
388 |
+
msgid ""
|
389 |
+
"Adds No CAPTCHA on all comment forms. Stops spam and bot comments with "
|
390 |
+
"Google reCAPTCHA"
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: options/class.WpdiscuzOptions.php:395
|
394 |
+
msgid ""
|
395 |
+
"Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
|
396 |
+
"myCRED points. "
|
397 |
+
msgstr ""
|
398 |
+
|
399 |
+
#: options/class.WpdiscuzOptions.php:401
|
400 |
+
msgid "Custom Comment Forms"
|
401 |
+
msgstr ""
|
402 |
+
|
403 |
+
#: options/class.WpdiscuzOptions.php:402
|
404 |
+
msgid ""
|
405 |
+
"You can create custom comment forms with wpDiscuz. wpDiscuz 4 comes with "
|
406 |
+
"custom comment forms and fields. You can create custom comment forms for "
|
407 |
+
"each post type, each form can beceated with different form fields, for "
|
408 |
+
"eaxample: text, dropdown, rating, checkboxes, etc..."
|
409 |
+
msgstr ""
|
410 |
+
|
411 |
+
#: options/class.WpdiscuzOptions.php:405
|
412 |
+
msgid "Emoticons"
|
413 |
+
msgstr ""
|
414 |
+
|
415 |
+
#: options/class.WpdiscuzOptions.php:406
|
416 |
+
msgid ""
|
417 |
+
"You can add more emotions to your comments using wpDiscuz Emoticons addon."
|
418 |
+
msgstr ""
|
419 |
+
|
420 |
+
#: options/class.WpdiscuzOptions.php:409
|
421 |
+
msgid "Ads Manager"
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: options/class.WpdiscuzOptions.php:410
|
425 |
+
msgid ""
|
426 |
+
"Increase your income using ad banners. Comment area is the most active "
|
427 |
+
"sections for advertising. wpDiscuz Ads Manager addon is designed to help you "
|
428 |
+
"add banners and control ads in this section."
|
429 |
+
msgstr ""
|
430 |
+
|
431 |
+
#: options/class.WpdiscuzOptions.php:413
|
432 |
+
msgid "User and Comment Mentioning"
|
433 |
+
msgstr ""
|
434 |
+
|
435 |
+
#: options/class.WpdiscuzOptions.php:414
|
436 |
+
msgid ""
|
437 |
+
"Using wpDiscuz User & Comment Mentioning addon you can allow commenters "
|
438 |
+
"mention comments and users in comment text using #comment-id and @username "
|
439 |
+
"tags."
|
440 |
+
msgstr ""
|
441 |
+
|
442 |
+
#: options/class.WpdiscuzOptions.php:417 options/addons/al/title.php:7
|
443 |
+
msgid "Advanced Likers"
|
444 |
+
msgstr ""
|
445 |
+
|
446 |
+
#: options/class.WpdiscuzOptions.php:418
|
447 |
+
msgid ""
|
448 |
+
"wpDiscuz Advanced Likers addon displays likers and voters of each comment. "
|
449 |
+
"Adds user reputation and badges based on received likes."
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#: options/class.WpdiscuzOptions.php:421 options/addons/raf/title.php:7
|
453 |
+
msgid "Report and Flagging"
|
454 |
+
msgstr ""
|
455 |
+
|
456 |
+
#: options/class.WpdiscuzOptions.php:422
|
457 |
+
msgid ""
|
458 |
+
"Let your commenters help you to determine and remove spam comments. wpDiscuz "
|
459 |
+
"Report and Flagging addon comes with comment reporting tools. Automaticaly "
|
460 |
+
"auto-moderates comments based on number of flags and dislikes."
|
461 |
+
msgstr ""
|
462 |
+
|
463 |
+
#: options/class.WpdiscuzOptions.php:425
|
464 |
+
msgid "Comment Translate"
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: options/class.WpdiscuzOptions.php:426
|
468 |
+
msgid ""
|
469 |
+
"In most cases the big part of your visitors are not a native speakers of "
|
470 |
+
"your language. Make your comments comprehensible for all visitors using "
|
471 |
+
"wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX "
|
472 |
+
"\"Translate\" button with 60 language translation options. Uses free "
|
473 |
+
"translation API."
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: options/class.WpdiscuzOptions.php:429
|
477 |
+
msgid "Comment Search"
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: options/class.WpdiscuzOptions.php:430
|
481 |
+
msgid ""
|
482 |
+
"You can let website visitor search in comments. It's always more attractive "
|
483 |
+
"to find a comment about something that interest you. Using wpDiscuz Comment "
|
484 |
+
"Search addon you'll get a nice, AJAX powered front-end comment search form "
|
485 |
+
"above comment list."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: options/class.WpdiscuzOptions.php:433
|
489 |
+
msgid "wpDiscuz Widgets"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: options/class.WpdiscuzOptions.php:434
|
493 |
+
msgid ""
|
494 |
+
"More Comment Widgets! Most voted comments, Active comment threads, Most "
|
495 |
+
"commented posts, Active comment authors widgets are available in wpDiscuz "
|
496 |
+
"Widgets Addon"
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
+
#: options/class.WpdiscuzOptions.php:437
|
500 |
+
msgid "Front-end Moderation"
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: options/class.WpdiscuzOptions.php:438
|
504 |
+
msgid ""
|
505 |
+
"You can moderate comments on front-end using all in one powerful yet simple "
|
506 |
+
"wpDiscuz Frontend Moderation addon."
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#: options/class.WpdiscuzOptions.php:441 options/addons/mu/title.php:7
|
510 |
+
msgid "Media Uploader"
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#: options/class.WpdiscuzOptions.php:442
|
514 |
+
msgid ""
|
515 |
+
"You can let website visitors attach images and files to comments and embed "
|
516 |
+
"video/audio content using wpDiscuz Media Uploader addon."
|
517 |
+
msgstr ""
|
518 |
+
|
519 |
+
#: options/class.WpdiscuzOptions.php:445
|
520 |
+
msgid "Google ReCaptcha"
|
521 |
+
msgstr ""
|
522 |
+
|
523 |
+
#: options/class.WpdiscuzOptions.php:446
|
524 |
+
msgid ""
|
525 |
+
"Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon "
|
526 |
+
"adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: options/class.WpdiscuzOptions.php:467
|
530 |
+
msgid "Finally wpDiscuz Addons Bundle is ready for You!"
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: options/class.WpdiscuzOptions.php:476
|
534 |
+
msgid "View Addons Bundle"
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: options/class.WpdiscuzOptions.php:514
|
538 |
+
msgid "Do you know?"
|
539 |
+
msgstr ""
|
540 |
+
|
541 |
+
#: options/class.WpdiscuzOptions.php:527
|
542 |
+
msgid "More info"
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: options/class.WpdiscuzOptionsSerialized.php:796
|
546 |
+
msgid "Be the First to Comment!"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: options/class.WpdiscuzOptionsSerialized.php:797
|
550 |
+
msgid "Start the discussion"
|
551 |
+
msgstr ""
|
552 |
+
|
553 |
+
#: options/class.WpdiscuzOptionsSerialized.php:798
|
554 |
+
msgid "Join the discussion"
|
555 |
+
msgstr ""
|
556 |
+
|
557 |
+
#: options/class.WpdiscuzOptionsSerialized.php:799
|
558 |
+
#: options/phrases-layouts/phrases-form.php:19
|
559 |
+
msgid "Comment threads"
|
560 |
+
msgstr ""
|
561 |
+
|
562 |
+
#: options/class.WpdiscuzOptionsSerialized.php:800
|
563 |
+
#: options/phrases-layouts/phrases-form.php:23
|
564 |
+
msgid "Thread replies"
|
565 |
+
msgstr ""
|
566 |
+
|
567 |
+
#: options/class.WpdiscuzOptionsSerialized.php:801
|
568 |
+
#: options/phrases-layouts/phrases-form.php:27
|
569 |
+
msgid "Followers"
|
570 |
+
msgstr ""
|
571 |
+
|
572 |
+
#: options/class.WpdiscuzOptionsSerialized.php:802
|
573 |
+
#: options/phrases-layouts/phrases-form.php:31
|
574 |
+
msgid "Most reacted comment"
|
575 |
+
msgstr ""
|
576 |
+
|
577 |
+
#: options/class.WpdiscuzOptionsSerialized.php:803
|
578 |
+
#: options/phrases-layouts/phrases-form.php:35
|
579 |
+
msgid "Hottest comment thread"
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: options/class.WpdiscuzOptionsSerialized.php:804
|
583 |
+
#: options/phrases-layouts/phrases-form.php:39
|
584 |
+
msgid "Comment authors"
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: options/class.WpdiscuzOptionsSerialized.php:805
|
588 |
+
#: options/phrases-layouts/phrases-form.php:43
|
589 |
+
msgid "Recent comment authors"
|
590 |
+
msgstr ""
|
591 |
+
|
592 |
+
#: options/class.WpdiscuzOptionsSerialized.php:807
|
593 |
+
#: options/phrases-layouts/phrases-form.php:51
|
594 |
+
msgid "Subscribe"
|
595 |
+
msgstr ""
|
596 |
+
|
597 |
+
#: options/class.WpdiscuzOptionsSerialized.php:808
|
598 |
+
#: options/phrases-layouts/phrases-form.php:55
|
599 |
+
msgid "Notify of"
|
600 |
+
msgstr ""
|
601 |
+
|
602 |
+
#: options/class.WpdiscuzOptionsSerialized.php:809
|
603 |
+
msgid "new follow-up comments"
|
604 |
+
msgstr ""
|
605 |
+
|
606 |
+
#: options/class.WpdiscuzOptionsSerialized.php:810
|
607 |
+
msgid "new replies to my comments"
|
608 |
+
msgstr ""
|
609 |
+
|
610 |
+
#: options/class.WpdiscuzOptionsSerialized.php:811
|
611 |
+
msgid "Notify of new replies to this comment"
|
612 |
+
msgstr ""
|
613 |
+
|
614 |
+
#: options/class.WpdiscuzOptionsSerialized.php:812
|
615 |
+
#: options/phrases-layouts/phrases-form.php:71
|
616 |
+
msgid "Sort by"
|
617 |
+
msgstr ""
|
618 |
+
|
619 |
+
#: options/class.WpdiscuzOptionsSerialized.php:813
|
620 |
+
#: options/phrases-layouts/phrases-form.php:75
|
621 |
+
msgid "newest"
|
622 |
+
msgstr ""
|
623 |
+
|
624 |
+
#: options/class.WpdiscuzOptionsSerialized.php:814
|
625 |
+
#: options/phrases-layouts/phrases-form.php:79
|
626 |
+
msgid "oldest"
|
627 |
+
msgstr ""
|
628 |
+
|
629 |
+
#: options/class.WpdiscuzOptionsSerialized.php:815
|
630 |
+
#: options/phrases-layouts/phrases-form.php:83
|
631 |
+
msgid "most voted"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: options/class.WpdiscuzOptionsSerialized.php:816
|
635 |
+
msgid "Load More Comments"
|
636 |
+
msgstr ""
|
637 |
+
|
638 |
+
#: options/class.WpdiscuzOptionsSerialized.php:817
|
639 |
+
#: options/phrases-layouts/phrases-general.php:19
|
640 |
+
msgid "Load Rest of Comments"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: options/class.WpdiscuzOptionsSerialized.php:818
|
644 |
+
#: options/phrases-layouts/phrases-comment.php:11
|
645 |
+
msgid "Reply"
|
646 |
+
msgstr ""
|
647 |
+
|
648 |
+
#: options/class.WpdiscuzOptionsSerialized.php:819
|
649 |
+
#: options/phrases-layouts/phrases-comment.php:15
|
650 |
+
msgid "Share"
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#: options/class.WpdiscuzOptionsSerialized.php:821
|
654 |
+
#: options/phrases-layouts/phrases-comment.php:23
|
655 |
+
msgid "Share On Facebook"
|
656 |
+
msgstr ""
|
657 |
+
|
658 |
+
#: options/class.WpdiscuzOptionsSerialized.php:822
|
659 |
+
#: options/phrases-layouts/phrases-comment.php:27
|
660 |
+
msgid "Share On Twitter"
|
661 |
+
msgstr ""
|
662 |
+
|
663 |
+
#: options/class.WpdiscuzOptionsSerialized.php:823
|
664 |
+
#: options/phrases-layouts/phrases-comment.php:31
|
665 |
+
msgid "Share On Google"
|
666 |
+
msgstr ""
|
667 |
+
|
668 |
+
#: options/class.WpdiscuzOptionsSerialized.php:824
|
669 |
+
#: options/phrases-layouts/phrases-comment.php:35
|
670 |
+
msgid "Share On VKontakte"
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: options/class.WpdiscuzOptionsSerialized.php:825
|
674 |
+
#: options/phrases-layouts/phrases-comment.php:39
|
675 |
+
msgid "Share On Odnoklassniki"
|
676 |
+
msgstr ""
|
677 |
+
|
678 |
+
#: options/class.WpdiscuzOptionsSerialized.php:826
|
679 |
+
#: options/phrases-layouts/phrases-comment.php:43
|
680 |
+
msgid "Hide Replies"
|
681 |
+
msgstr ""
|
682 |
+
|
683 |
+
#: options/class.WpdiscuzOptionsSerialized.php:827
|
684 |
+
#: options/phrases-layouts/phrases-comment.php:47
|
685 |
+
msgid "View Replies"
|
686 |
+
msgstr ""
|
687 |
+
|
688 |
+
#: options/class.WpdiscuzOptionsSerialized.php:828
|
689 |
+
#: options/class.WpdiscuzOptionsSerialized.php:953
|
690 |
+
msgid "New Comment"
|
691 |
+
msgstr ""
|
692 |
+
|
693 |
+
#: options/class.WpdiscuzOptionsSerialized.php:829
|
694 |
+
msgid ""
|
695 |
+
"Hi [SUBSCRIBER_NAME],<br/><br/> new comment have been posted by the <em>"
|
696 |
+
"<strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been "
|
697 |
+
"interested in<br/><br/><a href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>"
|
698 |
+
"[COMMENT_CONTENT]<br/><br/><a href=\"[UNSUBSCRIBE_URL]\">Unsubscribe</a>"
|
699 |
+
msgstr ""
|
700 |
+
|
701 |
+
#: options/class.WpdiscuzOptionsSerialized.php:830
|
702 |
+
#: options/class.WpdiscuzOptionsSerialized.php:832
|
703 |
+
msgid "New Reply"
|
704 |
+
msgstr ""
|
705 |
+
|
706 |
+
#: options/class.WpdiscuzOptionsSerialized.php:831
|
707 |
+
#: options/class.WpdiscuzOptionsSerialized.php:833
|
708 |
+
msgid ""
|
709 |
+
"Hi [SUBSCRIBER_NAME],<br/><br/> new reply have been posted by the <em>"
|
710 |
+
"<strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been "
|
711 |
+
"interested in<br/><br/><a href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>"
|
712 |
+
"[COMMENT_CONTENT]<br/><br/><a href=\"[UNSUBSCRIBE_URL]\">Unsubscribe</a>"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: options/class.WpdiscuzOptionsSerialized.php:834
|
716 |
+
msgid "You're subscribed for new replies on this comment"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: options/class.WpdiscuzOptionsSerialized.php:835
|
720 |
+
msgid "You're subscribed for new replies on all your comments"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: options/class.WpdiscuzOptionsSerialized.php:836
|
724 |
+
msgid "You're subscribed for new follow-up comments on this post"
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: options/class.WpdiscuzOptionsSerialized.php:837
|
728 |
+
#: options/phrases-layouts/phrases-email.php:172
|
729 |
+
msgid "Unsubscribe"
|
730 |
+
msgstr ""
|
731 |
+
|
732 |
+
#: options/class.WpdiscuzOptionsSerialized.php:838
|
733 |
+
msgid "Cancel subscription"
|
734 |
+
msgstr ""
|
735 |
+
|
736 |
+
#: options/class.WpdiscuzOptionsSerialized.php:839
|
737 |
+
#: options/phrases-layouts/phrases-notification.php:19
|
738 |
+
msgid "You've successfully unsubscribed."
|
739 |
+
msgstr ""
|
740 |
+
|
741 |
+
#: options/class.WpdiscuzOptionsSerialized.php:840
|
742 |
+
#: options/phrases-layouts/phrases-notification.php:15
|
743 |
+
msgid "You've successfully subscribed."
|
744 |
+
msgstr ""
|
745 |
+
|
746 |
+
#: options/class.WpdiscuzOptionsSerialized.php:841
|
747 |
+
#: options/phrases-layouts/phrases-email.php:180
|
748 |
+
msgid "Confirm your subscription"
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
+
#: options/class.WpdiscuzOptionsSerialized.php:842
|
752 |
+
#: options/phrases-layouts/phrases-email.php:184
|
753 |
+
msgid "You've successfully confirmed your subscription."
|
754 |
+
msgstr ""
|
755 |
+
|
756 |
+
#: options/class.WpdiscuzOptionsSerialized.php:843
|
757 |
+
msgid "Subscription Confirmation"
|
758 |
+
msgstr ""
|
759 |
+
|
760 |
+
#: options/class.WpdiscuzOptionsSerialized.php:844
|
761 |
+
msgid ""
|
762 |
+
"Hi, <br/> You just subscribed for new comments on our website. This means "
|
763 |
+
"you will receive an email when new comments are posted according to "
|
764 |
+
"subscription option you've chosen. <br/> To activate, click confirm below. "
|
765 |
+
"If you believe this is an error, ignore this message and we'll never bother "
|
766 |
+
"you again. <br/><br/><a href=\"[POST_URL]\">[POST_TITLE]</a><br/><br/><a "
|
767 |
+
"href=\"[CONFIRM_URL]\">Confirm Your Subscrption</a><br/><br/><a "
|
768 |
+
"href=\"[CANCEL_URL]\">Cancel Subscription</a>"
|
769 |
+
msgstr ""
|
770 |
+
|
771 |
+
#: options/class.WpdiscuzOptionsSerialized.php:845
|
772 |
+
msgid "please fill out this field to comment"
|
773 |
+
msgstr ""
|
774 |
+
|
775 |
+
#: options/class.WpdiscuzOptionsSerialized.php:846
|
776 |
+
msgid "email address is invalid"
|
777 |
+
msgstr ""
|
778 |
+
|
779 |
+
#: options/class.WpdiscuzOptionsSerialized.php:847
|
780 |
+
msgid "url is invalid"
|
781 |
+
msgstr ""
|
782 |
+
|
783 |
+
#: options/class.WpdiscuzOptionsSerialized.php:848
|
784 |
+
msgid "year"
|
785 |
+
msgstr ""
|
786 |
+
|
787 |
+
#: options/class.WpdiscuzOptionsSerialized.php:849
|
788 |
+
msgid "years"
|
789 |
+
msgstr ""
|
790 |
+
|
791 |
+
#: options/class.WpdiscuzOptionsSerialized.php:850
|
792 |
+
msgid "month"
|
793 |
+
msgstr ""
|
794 |
+
|
795 |
+
#: options/class.WpdiscuzOptionsSerialized.php:851
|
796 |
+
msgid "months"
|
797 |
+
msgstr ""
|
798 |
+
|
799 |
+
#: options/class.WpdiscuzOptionsSerialized.php:852
|
800 |
+
msgid "day"
|
801 |
+
msgstr ""
|
802 |
+
|
803 |
+
#: options/class.WpdiscuzOptionsSerialized.php:853
|
804 |
+
msgid "days"
|
805 |
+
msgstr ""
|
806 |
+
|
807 |
+
#: options/class.WpdiscuzOptionsSerialized.php:854
|
808 |
+
msgid "hour"
|
809 |
+
msgstr ""
|
810 |
+
|
811 |
+
#: options/class.WpdiscuzOptionsSerialized.php:855
|
812 |
+
msgid "hours"
|
813 |
+
msgstr ""
|
814 |
+
|
815 |
+
#: options/class.WpdiscuzOptionsSerialized.php:856
|
816 |
+
msgid "minute"
|
817 |
+
msgstr ""
|
818 |
+
|
819 |
+
#: options/class.WpdiscuzOptionsSerialized.php:857
|
820 |
+
msgid "minutes"
|
821 |
+
msgstr ""
|
822 |
+
|
823 |
+
#: options/class.WpdiscuzOptionsSerialized.php:858
|
824 |
+
msgid "second"
|
825 |
+
msgstr ""
|
826 |
+
|
827 |
+
#: options/class.WpdiscuzOptionsSerialized.php:859
|
828 |
+
msgid "seconds"
|
829 |
+
msgstr ""
|
830 |
+
|
831 |
+
#: options/class.WpdiscuzOptionsSerialized.php:860
|
832 |
+
msgid "right now"
|
833 |
+
msgstr ""
|
834 |
+
|
835 |
+
#: options/class.WpdiscuzOptionsSerialized.php:861
|
836 |
+
msgid "ago"
|
837 |
+
msgstr ""
|
838 |
+
|
839 |
+
#: options/class.WpdiscuzOptionsSerialized.php:862
|
840 |
+
#: options/phrases-layouts/phrases-notification.php:38
|
841 |
+
msgid "You must be"
|
842 |
+
msgstr ""
|
843 |
+
|
844 |
+
#: options/class.WpdiscuzOptionsSerialized.php:863
|
845 |
+
msgid "You are logged in as"
|
846 |
+
msgstr ""
|
847 |
+
|
848 |
+
#: options/class.WpdiscuzOptionsSerialized.php:864
|
849 |
+
#: options/phrases-layouts/phrases-notification.php:29
|
850 |
+
msgid "Login"
|
851 |
+
msgstr ""
|
852 |
+
|
853 |
+
#: options/class.WpdiscuzOptionsSerialized.php:865
|
854 |
+
#: options/phrases-layouts/phrases-notification.php:33
|
855 |
+
#, php-format
|
856 |
+
msgid "Please %s to comment"
|
857 |
+
msgstr ""
|
858 |
+
|
859 |
+
#: options/class.WpdiscuzOptionsSerialized.php:866
|
860 |
+
#: options/phrases-layouts/phrases-notification.php:54
|
861 |
+
msgid "Log out"
|
862 |
+
msgstr ""
|
863 |
+
|
864 |
+
#: options/class.WpdiscuzOptionsSerialized.php:867
|
865 |
+
msgid "logged in"
|
866 |
+
msgstr ""
|
867 |
+
|
868 |
+
#: options/class.WpdiscuzOptionsSerialized.php:868
|
869 |
+
msgid "to post a comment."
|
870 |
+
msgstr ""
|
871 |
+
|
872 |
+
#: options/class.WpdiscuzOptionsSerialized.php:869
|
873 |
+
#: options/phrases-layouts/phrases-comment.php:75
|
874 |
+
msgid "Vote Up"
|
875 |
+
msgstr ""
|
876 |
+
|
877 |
+
#: options/class.WpdiscuzOptionsSerialized.php:870
|
878 |
+
#: options/phrases-layouts/phrases-comment.php:79
|
879 |
+
msgid "Vote Down"
|
880 |
+
msgstr ""
|
881 |
+
|
882 |
+
#: options/class.WpdiscuzOptionsSerialized.php:871
|
883 |
+
#: options/phrases-layouts/phrases-notification.php:58
|
884 |
+
msgid "Vote Counted"
|
885 |
+
msgstr ""
|
886 |
+
|
887 |
+
#: options/class.WpdiscuzOptionsSerialized.php:872
|
888 |
+
msgid "You've already voted for this comment"
|
889 |
+
msgstr ""
|
890 |
+
|
891 |
+
#: options/class.WpdiscuzOptionsSerialized.php:873
|
892 |
+
#: options/phrases-layouts/phrases-error.php:27
|
893 |
+
msgid "Voting Error"
|
894 |
+
msgstr ""
|
895 |
+
|
896 |
+
#: options/class.WpdiscuzOptionsSerialized.php:874
|
897 |
+
msgid "You Must Be Logged In To Vote"
|
898 |
+
msgstr ""
|
899 |
+
|
900 |
+
#: options/class.WpdiscuzOptionsSerialized.php:875
|
901 |
+
msgid "You cannot vote for your comment"
|
902 |
+
msgstr ""
|
903 |
+
|
904 |
+
#: options/class.WpdiscuzOptionsSerialized.php:876
|
905 |
+
msgid "You are not allowed to vote for this comment"
|
906 |
+
msgstr ""
|
907 |
+
|
908 |
+
#: options/class.WpdiscuzOptionsSerialized.php:877
|
909 |
+
#: options/phrases-layouts/phrases-error.php:39
|
910 |
+
msgid "Invalid Captcha Code"
|
911 |
+
msgstr ""
|
912 |
+
|
913 |
+
#: options/class.WpdiscuzOptionsSerialized.php:878
|
914 |
+
#: options/phrases-layouts/phrases-error.php:43
|
915 |
+
msgid "Some of field value is invalid"
|
916 |
+
msgstr ""
|
917 |
+
|
918 |
+
#: options/class.WpdiscuzOptionsSerialized.php:879
|
919 |
+
msgid "new comment"
|
920 |
+
msgstr ""
|
921 |
+
|
922 |
+
#: options/class.WpdiscuzOptionsSerialized.php:880
|
923 |
+
msgid "new comments"
|
924 |
+
msgstr ""
|
925 |
+
|
926 |
+
#: options/class.WpdiscuzOptionsSerialized.php:881
|
927 |
+
msgid "Comment awaiting moderation"
|
928 |
+
msgstr ""
|
929 |
+
|
930 |
+
#: options/class.WpdiscuzOptionsSerialized.php:882
|
931 |
+
msgid "new reply on your comment"
|
932 |
+
msgstr ""
|
933 |
+
|
934 |
+
#: options/class.WpdiscuzOptionsSerialized.php:883
|
935 |
+
msgid "new replies on your comments"
|
936 |
+
msgstr ""
|
937 |
+
|
938 |
+
#: options/class.WpdiscuzOptionsSerialized.php:884
|
939 |
+
msgid "Sorry, the comment was not updated"
|
940 |
+
msgstr ""
|
941 |
+
|
942 |
+
#: options/class.WpdiscuzOptionsSerialized.php:885
|
943 |
+
msgid "Sorry, this comment no longer possible to edit"
|
944 |
+
msgstr ""
|
945 |
+
|
946 |
+
#: options/class.WpdiscuzOptionsSerialized.php:886
|
947 |
+
msgid "You've not made any changes"
|
948 |
+
msgstr ""
|
949 |
+
|
950 |
+
#: options/class.WpdiscuzOptionsSerialized.php:887
|
951 |
+
msgid "Save"
|
952 |
+
msgstr ""
|
953 |
+
|
954 |
+
#: options/class.WpdiscuzOptionsSerialized.php:888
|
955 |
+
msgid "Cancel"
|
956 |
+
msgstr ""
|
957 |
+
|
958 |
+
#: options/class.WpdiscuzOptionsSerialized.php:889
|
959 |
+
msgid "Input is too short"
|
960 |
+
msgstr ""
|
961 |
+
|
962 |
+
#: options/class.WpdiscuzOptionsSerialized.php:890
|
963 |
+
msgid "Input is too long"
|
964 |
+
msgstr ""
|
965 |
+
|
966 |
+
#: options/class.WpdiscuzOptionsSerialized.php:891
|
967 |
+
msgid "Read more »"
|
968 |
+
msgstr ""
|
969 |
+
|
970 |
+
#: options/class.WpdiscuzOptionsSerialized.php:892
|
971 |
+
msgid "Anonymous"
|
972 |
+
msgstr ""
|
973 |
+
|
974 |
+
#: options/class.WpdiscuzOptionsSerialized.php:893
|
975 |
+
#: options/phrases-layouts/phrases-error.php:67
|
976 |
+
msgid "Please fill out required fields"
|
977 |
+
msgstr ""
|
978 |
+
|
979 |
+
#: options/class.WpdiscuzOptionsSerialized.php:894
|
980 |
+
#: options/phrases-layouts/phrases-social-login.php:11
|
981 |
+
msgid "Connect with"
|
982 |
+
msgstr ""
|
983 |
+
|
984 |
+
#: options/class.WpdiscuzOptionsSerialized.php:895
|
985 |
+
#: options/phrases-layouts/phrases-notification.php:11
|
986 |
+
msgid "You're subscribed to"
|
987 |
+
msgstr ""
|
988 |
+
|
989 |
+
#: options/class.WpdiscuzOptionsSerialized.php:896
|
990 |
+
msgid "Participate in this discussion via email"
|
991 |
+
msgstr ""
|
992 |
+
|
993 |
+
#: options/class.WpdiscuzOptionsSerialized.php:897
|
994 |
+
#: utils/layouts/pagination.php:46
|
995 |
+
msgid "›"
|
996 |
+
msgstr ""
|
997 |
+
|
998 |
+
#: options/class.WpdiscuzOptionsSerialized.php:898
|
999 |
+
msgid "Your comment is approved!"
|
1000 |
+
msgstr ""
|
1001 |
+
|
1002 |
+
#: options/class.WpdiscuzOptionsSerialized.php:899
|
1003 |
+
msgid ""
|
1004 |
+
"Hi [COMMENT_AUTHOR],<br/><br/>your comment was approved.<br/><br/><a "
|
1005 |
+
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
|
1006 |
+
msgstr ""
|
1007 |
+
|
1008 |
+
#: options/class.WpdiscuzOptionsSerialized.php:900
|
1009 |
+
msgid "Comments are closed."
|
1010 |
+
msgstr ""
|
1011 |
+
|
1012 |
+
#: options/class.WpdiscuzOptionsSerialized.php:901
|
1013 |
+
msgid "Stick this comment"
|
1014 |
+
msgstr ""
|
1015 |
+
|
1016 |
+
#: options/class.WpdiscuzOptionsSerialized.php:902
|
1017 |
+
#: options/phrases-layouts/phrases-comment.php:103
|
1018 |
+
msgid "Stick"
|
1019 |
+
msgstr ""
|
1020 |
+
|
1021 |
+
#: options/class.WpdiscuzOptionsSerialized.php:903
|
1022 |
+
#: options/phrases-layouts/phrases-comment.php:107
|
1023 |
+
msgid "Unstick"
|
1024 |
+
msgstr ""
|
1025 |
+
|
1026 |
+
#: options/class.WpdiscuzOptionsSerialized.php:904
|
1027 |
+
msgid "Sticky comment thread"
|
1028 |
+
msgstr ""
|
1029 |
+
|
1030 |
+
#: options/class.WpdiscuzOptionsSerialized.php:905
|
1031 |
+
msgid "Close this thread"
|
1032 |
+
msgstr ""
|
1033 |
+
|
1034 |
+
#: options/class.WpdiscuzOptionsSerialized.php:906
|
1035 |
+
#: options/phrases-layouts/phrases-comment.php:119
|
1036 |
+
msgid "Close"
|
1037 |
+
msgstr ""
|
1038 |
+
|
1039 |
+
#: options/class.WpdiscuzOptionsSerialized.php:907
|
1040 |
+
#: options/phrases-layouts/phrases-comment.php:123
|
1041 |
+
msgid "Open"
|
1042 |
+
msgstr ""
|
1043 |
+
|
1044 |
+
#: options/class.WpdiscuzOptionsSerialized.php:908
|
1045 |
+
msgid "Closed comment thread"
|
1046 |
+
msgstr ""
|
1047 |
+
|
1048 |
+
#: options/class.WpdiscuzOptionsSerialized.php:909
|
1049 |
+
msgid "I allow to create an account"
|
1050 |
+
msgstr ""
|
1051 |
+
|
1052 |
+
#: options/class.WpdiscuzOptionsSerialized.php:910
|
1053 |
+
msgid ""
|
1054 |
+
"When you login first time using a Social Login button, we collect your "
|
1055 |
+
"account public profile information shared by Social Login provider, based on "
|
1056 |
+
"your privacy settings. We also get your email address to automatically "
|
1057 |
+
"create an account for you in our website. Once your account is created, "
|
1058 |
+
"you'll be logged-in to this account."
|
1059 |
+
msgstr ""
|
1060 |
+
|
1061 |
+
#: options/class.WpdiscuzOptionsSerialized.php:911
|
1062 |
+
msgid "This comment form is under antispam protection"
|
1063 |
+
msgstr ""
|
1064 |
+
|
1065 |
+
#: options/class.WpdiscuzOptionsSerialized.php:912
|
1066 |
+
#: options/phrases-layouts/phrases-social-login.php:23
|
1067 |
+
msgid "Disagree"
|
1068 |
+
msgstr ""
|
1069 |
+
|
1070 |
+
#: options/class.WpdiscuzOptionsSerialized.php:913
|
1071 |
+
#: options/phrases-layouts/phrases-social-login.php:27
|
1072 |
+
msgid "Agree"
|
1073 |
+
msgstr ""
|
1074 |
+
|
1075 |
+
#: options/class.WpdiscuzOptionsSerialized.php:914
|
1076 |
+
#: options/phrases-layouts/phrases-user-settings.php:11
|
1077 |
+
msgid "My content and settings"
|
1078 |
+
msgstr ""
|
1079 |
+
|
1080 |
+
#: options/class.WpdiscuzOptionsSerialized.php:915
|
1081 |
+
#: options/phrases-layouts/phrases-user-settings.php:15
|
1082 |
+
msgid "Activity"
|
1083 |
+
msgstr ""
|
1084 |
+
|
1085 |
+
#: options/class.WpdiscuzOptionsSerialized.php:916
|
1086 |
+
#: options/phrases-layouts/phrases-user-settings.php:19
|
1087 |
+
msgid "Subscriptions"
|
1088 |
+
msgstr ""
|
1089 |
+
|
1090 |
+
#: options/class.WpdiscuzOptionsSerialized.php:917
|
1091 |
+
#: options/phrases-layouts/phrases-user-settings.php:23
|
1092 |
+
msgid "Follows"
|
1093 |
+
msgstr ""
|
1094 |
+
|
1095 |
+
#: options/class.WpdiscuzOptionsSerialized.php:918
|
1096 |
+
#: options/phrases-layouts/phrases-user-settings.php:27
|
1097 |
+
msgid "In response to:"
|
1098 |
+
msgstr ""
|
1099 |
+
|
1100 |
+
#: options/class.WpdiscuzOptionsSerialized.php:919
|
1101 |
+
#: options/class.WpdiscuzOptionsSerialized.php:925
|
1102 |
+
#: options/phrases-layouts/phrases-user-settings.php:31
|
1103 |
+
#: options/phrases-layouts/phrases-user-settings.php:55
|
1104 |
+
msgid "Bulk management via email"
|
1105 |
+
msgstr ""
|
1106 |
+
|
1107 |
+
#: options/class.WpdiscuzOptionsSerialized.php:920
|
1108 |
+
msgid ""
|
1109 |
+
"Click the button above to get an email with bulk delete and unsubscribe "
|
1110 |
+
"links."
|
1111 |
+
msgstr ""
|
1112 |
+
|
1113 |
+
#: options/class.WpdiscuzOptionsSerialized.php:921
|
1114 |
+
#: options/phrases-layouts/phrases-user-settings.php:39
|
1115 |
+
msgid "No data found!"
|
1116 |
+
msgstr ""
|
1117 |
+
|
1118 |
+
#: options/class.WpdiscuzOptionsSerialized.php:922
|
1119 |
+
#: options/class.WpdiscuzOptionsSerialized.php:926
|
1120 |
+
#: options/phrases-layouts/phrases-user-settings.php:43
|
1121 |
+
#: options/phrases-layouts/phrases-user-settings.php:60
|
1122 |
+
msgid "Delete all my comments"
|
1123 |
+
msgstr ""
|
1124 |
+
|
1125 |
+
#: options/class.WpdiscuzOptionsSerialized.php:923
|
1126 |
+
#: options/phrases-layouts/phrases-user-settings.php:47
|
1127 |
+
msgid "Cancel all comment subscriptions"
|
1128 |
+
msgstr ""
|
1129 |
+
|
1130 |
+
#: options/class.WpdiscuzOptionsSerialized.php:924
|
1131 |
+
#: options/phrases-layouts/phrases-user-settings.php:51
|
1132 |
+
msgid "Clear cookies with my personal data"
|
1133 |
+
msgstr ""
|
1134 |
+
|
1135 |
+
#: options/class.WpdiscuzOptionsSerialized.php:927
|
1136 |
+
msgid ""
|
1137 |
+
"Please use this link to delete all your comments. Please note, that this "
|
1138 |
+
"action cannot be undone.<br/><br/><a href=\"[DELETE_COMMENTS_URL]\" "
|
1139 |
+
"target=\"_blank\">Delete all my comments</a><br/><br/>"
|
1140 |
+
msgstr ""
|
1141 |
+
|
1142 |
+
#: options/class.WpdiscuzOptionsSerialized.php:928
|
1143 |
+
#: options/phrases-layouts/phrases-user-settings.php:85
|
1144 |
+
msgid "Delete all my subscriptions"
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: options/class.WpdiscuzOptionsSerialized.php:929
|
1148 |
+
msgid ""
|
1149 |
+
"Please use this link to cancel all subscriptions for new comments. Please "
|
1150 |
+
"note, that this action cannot be undone.<br/><br/><a "
|
1151 |
+
"href=\"[DELETE_SUBSCRIPTIONS_URL]\" target=\"_blank\">Delete all my "
|
1152 |
+
"subscriptions</a><br/><br/>"
|
1153 |
+
msgstr ""
|
1154 |
+
|
1155 |
+
#: options/class.WpdiscuzOptionsSerialized.php:930
|
1156 |
+
#: options/phrases-layouts/phrases-user-settings.php:110
|
1157 |
+
msgid "Delete all my follows"
|
1158 |
+
msgstr ""
|
1159 |
+
|
1160 |
+
#: options/class.WpdiscuzOptionsSerialized.php:931
|
1161 |
+
msgid ""
|
1162 |
+
"Please use this link to cancel all follows for new comments. Please note, "
|
1163 |
+
"that this action cannot be undone.<br/><br/><a href=\"[DELETE_FOLLOWS_URL]\" "
|
1164 |
+
"target=\"_blank\">Delete all my follows</a><br/><br/>"
|
1165 |
+
msgstr ""
|
1166 |
+
|
1167 |
+
#: options/class.WpdiscuzOptionsSerialized.php:932
|
1168 |
+
#: options/phrases-layouts/phrases-user-settings.php:134
|
1169 |
+
msgid "subscribed to this comment"
|
1170 |
+
msgstr ""
|
1171 |
+
|
1172 |
+
#: options/class.WpdiscuzOptionsSerialized.php:933
|
1173 |
+
#: options/phrases-layouts/phrases-user-settings.php:138
|
1174 |
+
msgid "subscribed to my comments"
|
1175 |
+
msgstr ""
|
1176 |
+
|
1177 |
+
#: options/class.WpdiscuzOptionsSerialized.php:934
|
1178 |
+
#: options/phrases-layouts/phrases-user-settings.php:142
|
1179 |
+
msgid "subscribed to all follow-up comments of this post"
|
1180 |
+
msgstr ""
|
1181 |
+
|
1182 |
+
#: options/class.WpdiscuzOptionsSerialized.php:936
|
1183 |
+
#: options/phrases-layouts/phrases-user-settings.php:150
|
1184 |
+
msgid "Error : Can't send email."
|
1185 |
+
msgstr ""
|
1186 |
+
|
1187 |
+
#: options/class.WpdiscuzOptionsSerialized.php:937
|
1188 |
+
#: options/phrases-layouts/phrases-user-settings.php:154
|
1189 |
+
msgid "Are you sure you want to delete this comment?"
|
1190 |
+
msgstr ""
|
1191 |
+
|
1192 |
+
#: options/class.WpdiscuzOptionsSerialized.php:938
|
1193 |
+
#: options/phrases-layouts/phrases-user-settings.php:158
|
1194 |
+
msgid "Are you sure you want to cancel this subscription?"
|
1195 |
+
msgstr ""
|
1196 |
+
|
1197 |
+
#: options/class.WpdiscuzOptionsSerialized.php:939
|
1198 |
+
#: options/phrases-layouts/phrases-user-settings.php:162
|
1199 |
+
msgid "Are you sure you want to cancel this follow?"
|
1200 |
+
msgstr ""
|
1201 |
+
|
1202 |
+
#: options/class.WpdiscuzOptionsSerialized.php:940
|
1203 |
+
#: options/phrases-layouts/phrases-follow.php:11
|
1204 |
+
msgid "Follow this user"
|
1205 |
+
msgstr ""
|
1206 |
+
|
1207 |
+
#: options/class.WpdiscuzOptionsSerialized.php:941
|
1208 |
+
#: options/phrases-layouts/phrases-follow.php:15
|
1209 |
+
msgid "Unfollow this user"
|
1210 |
+
msgstr ""
|
1211 |
+
|
1212 |
+
#: options/class.WpdiscuzOptionsSerialized.php:942
|
1213 |
+
#: options/phrases-layouts/phrases-follow.php:19
|
1214 |
+
msgid "You started following this comment author"
|
1215 |
+
msgstr ""
|
1216 |
+
|
1217 |
+
#: options/class.WpdiscuzOptionsSerialized.php:943
|
1218 |
+
msgid "You stopped following this comment author."
|
1219 |
+
msgstr ""
|
1220 |
+
|
1221 |
+
#: options/class.WpdiscuzOptionsSerialized.php:944
|
1222 |
+
msgid "Please check your email and confirm the user following request."
|
1223 |
+
msgstr ""
|
1224 |
+
|
1225 |
+
#: options/class.WpdiscuzOptionsSerialized.php:945
|
1226 |
+
msgid "Sorry, we couldn't send confirmation email."
|
1227 |
+
msgstr ""
|
1228 |
+
|
1229 |
+
#: options/class.WpdiscuzOptionsSerialized.php:946
|
1230 |
+
msgid "Please login to follow users."
|
1231 |
+
msgstr ""
|
1232 |
+
|
1233 |
+
#: options/class.WpdiscuzOptionsSerialized.php:947
|
1234 |
+
msgid "We are sorry, but you can't follow this user."
|
1235 |
+
msgstr ""
|
1236 |
+
|
1237 |
+
#: options/class.WpdiscuzOptionsSerialized.php:948
|
1238 |
+
msgid "Following failed. Please try again later."
|
1239 |
+
msgstr ""
|
1240 |
+
|
1241 |
+
#: options/class.WpdiscuzOptionsSerialized.php:949
|
1242 |
+
msgid "Confirm user following request"
|
1243 |
+
msgstr ""
|
1244 |
+
|
1245 |
+
#: options/class.WpdiscuzOptionsSerialized.php:950
|
1246 |
+
msgid "Cancel user following request"
|
1247 |
+
msgstr ""
|
1248 |
+
|
1249 |
+
#: options/class.WpdiscuzOptionsSerialized.php:951
|
1250 |
+
msgid "User Following Confirmation"
|
1251 |
+
msgstr ""
|
1252 |
+
|
1253 |
+
#: options/class.WpdiscuzOptionsSerialized.php:952
|
1254 |
+
#: options/class.WpdiscuzOptionsSerialized.php:954
|
1255 |
+
msgid "</a>"
|
1256 |
+
msgstr ""
|
1257 |
+
|
1258 |
+
#: options/html-addons.php:11
|
1259 |
+
msgid "wpDiscuz Addons"
|
1260 |
+
msgstr ""
|
1261 |
+
|
1262 |
+
#: options/html-addons.php:19
|
1263 |
+
msgid "wpDiscuz Add-ons"
|
1264 |
+
msgstr ""
|
1265 |
+
|
1266 |
+
#: options/html-addons.php:20
|
1267 |
+
msgid "Addons Support Forum"
|
1268 |
+
msgstr ""
|
1269 |
+
|
1270 |
+
#: options/html-addons.php:25
|
1271 |
+
msgid ""
|
1272 |
+
"All wpDiscuz addons are being developed by wpDiscuz developers at gVectors "
|
1273 |
+
"Team, those are very solid premium level extensions and come with premium "
|
1274 |
+
"support.\n"
|
1275 |
+
" These addons help us to keep top level "
|
1276 |
+
"development of the free wpDiscuz plugin. All essential and even dozens of "
|
1277 |
+
"extra-cool features are already available for free in core wpDiscuz. \n"
|
1278 |
+
" There will never be any limits, any pro and paid "
|
1279 |
+
"versions for wpDiscuz. We have another dozens of awesome features in our to-"
|
1280 |
+
"do list which will also be added for free in future releases. \n"
|
1281 |
+
" So the free wpDiscuz development always stays on "
|
1282 |
+
"the first priority and wpDiscuz is being extended with new free functions "
|
1283 |
+
"and features even faster than before."
|
1284 |
+
msgstr ""
|
1285 |
+
|
1286 |
+
#: options/html-addons.php:31
|
1287 |
+
msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team "
|
1288 |
+
msgstr ""
|
1289 |
+
|
1290 |
+
#: options/html-addons.php:41
|
1291 |
+
msgid "View wpDiscuz Addons Bundle"
|
1292 |
+
msgstr ""
|
1293 |
+
|
1294 |
+
#: options/html-addons.php:64
|
1295 |
+
msgid "More Info »"
|
1296 |
+
msgstr ""
|
1297 |
+
|
1298 |
+
#: options/html-addons.php:66
|
1299 |
+
msgid "Live Preview | Buy"
|
1300 |
+
msgstr ""
|
1301 |
+
|
1302 |
+
#: options/html-options.php:10
|
1303 |
+
msgid "wpDiscuz General Settings"
|
1304 |
+
msgstr ""
|
1305 |
+
|
1306 |
+
#: options/html-options.php:19
|
1307 |
+
msgid "Need More Features?"
|
1308 |
+
msgstr ""
|
1309 |
+
|
1310 |
+
#: options/html-options.php:20
|
1311 |
+
msgid "Documentation"
|
1312 |
+
msgstr ""
|
1313 |
+
|
1314 |
+
#: options/html-options.php:21
|
1315 |
+
msgid "Support"
|
1316 |
+
msgstr ""
|
1317 |
+
|
1318 |
+
#: options/html-options.php:54 options/html-phrases.php:21
|
1319 |
+
msgid "General"
|
1320 |
+
msgstr ""
|
1321 |
+
|
1322 |
+
#: options/html-options.php:55
|
1323 |
+
msgid "Comment Form"
|
1324 |
+
msgstr ""
|
1325 |
+
|
1326 |
+
#: options/html-options.php:56
|
1327 |
+
msgid "Comment List"
|
1328 |
+
msgstr ""
|
1329 |
+
|
1330 |
+
#: options/html-options.php:57
|
1331 |
+
#: options/options-layouts/settings-live-update.php:7
|
1332 |
+
msgid "Live Update"
|
1333 |
+
msgstr ""
|
1334 |
+
|
1335 |
+
#: options/html-options.php:59
|
1336 |
+
msgid "Subscription"
|
1337 |
+
msgstr ""
|
1338 |
+
|
1339 |
+
#: options/html-options.php:59
|
1340 |
+
msgid "and Postmatic"
|
1341 |
+
msgstr ""
|
1342 |
+
|
1343 |
+
#: options/html-options.php:60
|
1344 |
+
msgid "Styling"
|
1345 |
+
msgstr ""
|
1346 |
+
|
1347 |
+
#: options/html-options.php:61
|
1348 |
+
msgid "Cache"
|
1349 |
+
msgstr ""
|
1350 |
+
|
1351 |
+
#: options/html-options.php:62 options/options-layouts/settings-social.php:7
|
1352 |
+
msgid "Social Login & Share"
|
1353 |
+
msgstr ""
|
1354 |
+
|
1355 |
+
#: options/html-options.php:63
|
1356 |
+
#: options/options-layouts/settings-integrations.php:7
|
1357 |
+
msgid "Integrations"
|
1358 |
+
msgstr ""
|
1359 |
+
|
1360 |
+
#: options/html-options.php:154
|
1361 |
+
msgid "Reset Options"
|
1362 |
+
msgstr ""
|
1363 |
+
|
1364 |
+
#: options/html-options.php:156
|
1365 |
+
msgid "Remove vote data"
|
1366 |
+
msgstr ""
|
1367 |
+
|
1368 |
+
#: options/html-options.php:157 options/html-phrases.php:82
|
1369 |
+
msgid "Save Changes"
|
1370 |
+
msgstr ""
|
1371 |
+
|
1372 |
+
#: options/html-phrases.php:10
|
1373 |
+
msgid "wpDiscuz Front-end Phrases"
|
1374 |
+
msgstr ""
|
1375 |
+
|
1376 |
+
#: options/html-phrases.php:23
|
1377 |
+
msgid "Comment"
|
1378 |
+
msgstr ""
|
1379 |
+
|
1380 |
+
#: options/html-phrases.php:24
|
1381 |
+
msgid "Date/Time"
|
1382 |
+
msgstr ""
|
1383 |
+
|
1384 |
+
#: options/html-phrases.php:26
|
1385 |
+
msgid "Notification"
|
1386 |
+
msgstr ""
|
1387 |
+
|
1388 |
+
#: options/html-phrases.php:27
|
1389 |
+
msgid "Follow"
|
1390 |
+
msgstr ""
|
1391 |
+
|
1392 |
+
#: options/html-phrases.php:28
|
1393 |
+
#: options/phrases-layouts/phrases-social-login.php:7
|
1394 |
+
msgid "Social Login"
|
1395 |
+
msgstr ""
|
1396 |
+
|
1397 |
+
#: options/html-phrases.php:29
|
1398 |
+
msgid "User Settings"
|
1399 |
+
msgstr ""
|
1400 |
+
|
1401 |
+
#: options/html-phrases.php:30
|
1402 |
+
msgid "Errors"
|
1403 |
+
msgstr ""
|
1404 |
+
|
1405 |
+
#: options/html-phrases.php:81
|
1406 |
+
msgid "Reset Phrases"
|
1407 |
+
msgstr ""
|
1408 |
+
|
1409 |
+
#: options/html-tools.php:10
|
1410 |
+
msgid "wpDiscuz Tools"
|
1411 |
+
msgstr ""
|
1412 |
+
|
1413 |
+
#: options/html-tools.php:15 options/tools-layouts/options-export.php:7
|
1414 |
+
msgid "Export options"
|
1415 |
+
msgstr ""
|
1416 |
+
|
1417 |
+
#: options/html-tools.php:16 options/tools-layouts/options-import.php:7
|
1418 |
+
msgid "Import options"
|
1419 |
+
msgstr ""
|
1420 |
+
|
1421 |
+
#: options/html-tools.php:17 options/tools-layouts/subscriptions-import.php:9
|
1422 |
+
msgid "Import subscriptions"
|
1423 |
+
msgstr ""
|
1424 |
+
|
1425 |
+
#: options/html-tools.php:18 utils/deactivation-reason-modal.php:57
|
1426 |
+
msgid "Other"
|
1427 |
+
msgstr ""
|
1428 |
+
|
1429 |
+
#: utils/class.WpdiscuzHelper.php:225 utils/class.WpdiscuzHelper.php:228
|
1430 |
+
msgid "Spoiler"
|
1431 |
+
msgstr ""
|
1432 |
+
|
1433 |
+
#: utils/class.WpdiscuzHelper.php:568
|
1434 |
+
msgid "Go to update data"
|
1435 |
+
msgstr ""
|
1436 |
+
|
1437 |
+
#: utils/class.WpdiscuzHelperEmail.php:516
|
1438 |
+
msgid "Cancel Follow"
|
1439 |
+
msgstr ""
|
1440 |
+
|
1441 |
+
#: utils/deactivation-reason-modal.php:10
|
1442 |
+
msgid "Plugin Usage Feedback"
|
1443 |
+
msgstr ""
|
1444 |
+
|
1445 |
+
#: utils/deactivation-reason-modal.php:13
|
1446 |
+
msgid ""
|
1447 |
+
"Please let us know why you are deactivating. Choosing one of the options "
|
1448 |
+
"below you will help us make it better for you and for other users."
|
1449 |
+
msgstr ""
|
1450 |
+
|
1451 |
+
#: utils/deactivation-reason-modal.php:19
|
1452 |
+
msgid "I'll reactivate it later"
|
1453 |
+
msgstr ""
|
1454 |
+
|
1455 |
+
#: utils/deactivation-reason-modal.php:23
|
1456 |
+
msgid "The plugin is not working"
|
1457 |
+
msgstr ""
|
1458 |
+
|
1459 |
+
#: utils/deactivation-reason-modal.php:24
|
1460 |
+
msgid "What kind of problems do you have?"
|
1461 |
+
msgstr ""
|
1462 |
+
|
1463 |
+
#: utils/deactivation-reason-modal.php:28
|
1464 |
+
msgid "It's not what I was looking for"
|
1465 |
+
msgstr ""
|
1466 |
+
|
1467 |
+
#: utils/deactivation-reason-modal.php:32
|
1468 |
+
msgid "I couldn't understand how to make it work"
|
1469 |
+
msgstr ""
|
1470 |
+
|
1471 |
+
#: utils/deactivation-reason-modal.php:33
|
1472 |
+
#: utils/deactivation-reason-modal.php:38
|
1473 |
+
msgid "What type of features you want to be in the plugin?"
|
1474 |
+
msgstr ""
|
1475 |
+
|
1476 |
+
#: utils/deactivation-reason-modal.php:37
|
1477 |
+
msgid "The plugin is great, but I need specific features"
|
1478 |
+
msgstr ""
|
1479 |
+
|
1480 |
+
#: utils/deactivation-reason-modal.php:42
|
1481 |
+
msgid "I didn't like plugin design"
|
1482 |
+
msgstr ""
|
1483 |
+
|
1484 |
+
#: utils/deactivation-reason-modal.php:43
|
1485 |
+
msgid "What part of design you don't like or want to change?"
|
1486 |
+
msgstr ""
|
1487 |
+
|
1488 |
+
#: utils/deactivation-reason-modal.php:47
|
1489 |
+
msgid "The plugin works very slow"
|
1490 |
+
msgstr ""
|
1491 |
+
|
1492 |
+
#: utils/deactivation-reason-modal.php:48
|
1493 |
+
msgid ""
|
1494 |
+
"Could you please describe which features of the plugin slows down your "
|
1495 |
+
"website?"
|
1496 |
+
msgstr ""
|
1497 |
+
|
1498 |
+
#: utils/deactivation-reason-modal.php:52
|
1499 |
+
msgid "I found a better plugin"
|
1500 |
+
msgstr ""
|
1501 |
+
|
1502 |
+
#: utils/deactivation-reason-modal.php:53
|
1503 |
+
msgid "Please provide a plugin name or URL"
|
1504 |
+
msgstr ""
|
1505 |
+
|
1506 |
+
#: utils/deactivation-reason-modal.php:62
|
1507 |
+
msgid "Dismiss and never show again"
|
1508 |
+
msgstr ""
|
1509 |
+
|
1510 |
+
#: utils/deactivation-reason-modal.php:66
|
1511 |
+
msgid "Thank you for your feedback!"
|
1512 |
+
msgstr ""
|
1513 |
+
|
1514 |
+
#: forms/wpdFormAttr/Form.php:131 forms/wpdFormAttr/Form.php:415
|
1515 |
+
#: forms/wpdFormAttr/Form.php:744
|
1516 |
+
msgid ""
|
1517 |
+
"I allow to use my email address and send notification about new comments and "
|
1518 |
+
"replies (you can unsubscribe at any time)."
|
1519 |
+
msgstr ""
|
1520 |
+
|
1521 |
+
#: forms/wpdFormAttr/Form.php:679 forms/wpdFormAttr/Form.php:701
|
1522 |
+
#: forms/wpdFormAttr/Form.php:713 forms/wpdFormAttr/Form.php:725
|
1523 |
+
#: forms/wpdFormAttr/Form.php:736 forms/wpdFormAttr/Form.php:756
|
1524 |
+
#: forms/wpdFormAttr/Form.php:786 forms/wpdFormAttr/Form.php:796
|
1525 |
+
#: forms/wpdFormAttr/Form.php:803 options/options-layouts/settings-cache.php:23
|
1526 |
+
#: options/options-layouts/settings-cache.php:33
|
1527 |
+
#: options/options-layouts/settings-cache.php:41
|
1528 |
+
#: options/options-layouts/settings-form.php:18
|
1529 |
+
#: options/options-layouts/settings-form.php:28
|
1530 |
+
#: options/options-layouts/settings-form.php:68
|
1531 |
+
#: options/options-layouts/settings-form.php:82
|
1532 |
+
#: options/options-layouts/settings-form.php:96
|
1533 |
+
#: options/options-layouts/settings-form.php:111
|
1534 |
+
#: options/options-layouts/settings-form.php:124
|
1535 |
+
#: options/options-layouts/settings-form.php:140
|
1536 |
+
#: options/options-layouts/settings-form.php:151
|
1537 |
+
#: options/options-layouts/settings-form.php:162
|
1538 |
+
#: options/options-layouts/settings-form.php:172
|
1539 |
+
#: options/options-layouts/settings-form.php:190
|
1540 |
+
#: options/options-layouts/settings-form.php:200
|
1541 |
+
#: options/options-layouts/settings-form.php:210
|
1542 |
+
#: options/options-layouts/settings-form.php:220
|
1543 |
+
#: options/options-layouts/settings-general.php:14
|
1544 |
+
#: options/options-layouts/settings-general.php:26
|
1545 |
+
#: options/options-layouts/settings-general.php:38
|
1546 |
+
#: options/options-layouts/settings-general.php:80
|
1547 |
+
#: options/options-layouts/settings-general.php:94
|
1548 |
+
#: options/options-layouts/settings-general.php:104
|
1549 |
+
#: options/options-layouts/settings-list.php:20
|
1550 |
+
#: options/options-layouts/settings-list.php:31
|
1551 |
+
#: options/options-layouts/settings-list.php:41
|
1552 |
+
#: options/options-layouts/settings-list.php:51
|
1553 |
+
#: options/options-layouts/settings-list.php:81
|
1554 |
+
#: options/options-layouts/settings-list.php:93
|
1555 |
+
#: options/options-layouts/settings-list.php:113
|
1556 |
+
#: options/options-layouts/settings-list.php:122
|
1557 |
+
#: options/options-layouts/settings-list.php:141
|
1558 |
+
#: options/options-layouts/settings-list.php:153
|
1559 |
+
#: options/options-layouts/settings-list.php:163
|
1560 |
+
#: options/options-layouts/settings-list.php:178
|
1561 |
+
#: options/options-layouts/settings-list.php:188
|
1562 |
+
#: options/options-layouts/settings-live-update.php:31
|
1563 |
+
#: options/options-layouts/settings-social.php:18
|
1564 |
+
#: options/options-layouts/settings-social.php:28
|
1565 |
+
#: options/options-layouts/settings-style.php:19
|
1566 |
+
#: options/options-layouts/settings-style.php:59
|
1567 |
+
#: options/options-layouts/settings-style.php:96
|
1568 |
+
#: options/options-layouts/settings-style.php:119
|
1569 |
+
#: options/options-layouts/settings-style.php:138
|
1570 |
+
#: options/options-layouts/settings-style.php:164
|
1571 |
+
#: options/options-layouts/settings-style.php:173
|
1572 |
+
#: options/options-layouts/settings-subscription.php:18
|
1573 |
+
#: options/options-layouts/settings-subscription.php:28
|
1574 |
+
#: options/options-layouts/settings-subscription.php:38
|
1575 |
+
#: options/options-layouts/settings-subscription.php:62
|
1576 |
+
#: options/options-layouts/settings-subscription.php:75
|
1577 |
+
#: options/options-layouts/settings-subscription.php:85
|
1578 |
+
#: options/options-layouts/settings-subscription.php:111
|
1579 |
+
#: options/options-layouts/settings-subscription.php:121
|
1580 |
+
msgid "Read the documentation"
|
1581 |
+
msgstr ""
|
1582 |
+
|
1583 |
+
#: forms/wpdFormAttr/Form.php:684
|
1584 |
+
msgid "Disable commenting for roles"
|
1585 |
+
msgstr ""
|
1586 |
+
|
1587 |
+
#: forms/wpdFormAttr/Form.php:706
|
1588 |
+
msgid "Allow guests to comment"
|
1589 |
+
msgstr ""
|
1590 |
+
|
1591 |
+
#: forms/wpdFormAttr/Form.php:710 forms/wpdFormAttr/Form.php:722
|
1592 |
+
#: forms/wpdFormAttr/Form.php:733
|
1593 |
+
msgid "Yes"
|
1594 |
+
msgstr ""
|
1595 |
+
|
1596 |
+
#: forms/wpdFormAttr/Form.php:712 forms/wpdFormAttr/Form.php:724
|
1597 |
+
#: forms/wpdFormAttr/Form.php:735
|
1598 |
+
msgid "No"
|
1599 |
+
msgstr ""
|
1600 |
+
|
1601 |
+
#: forms/wpdFormAttr/Form.php:718
|
1602 |
+
msgid "Enable subscription bar"
|
1603 |
+
msgstr ""
|
1604 |
+
|
1605 |
+
#: forms/wpdFormAttr/Form.php:729
|
1606 |
+
msgid "Display agreement checkbox in Comment Subscription bar"
|
1607 |
+
msgstr ""
|
1608 |
+
|
1609 |
+
#: forms/wpdFormAttr/Form.php:741
|
1610 |
+
msgid "Comment Subscription bar agreement checkbox label"
|
1611 |
+
msgstr ""
|
1612 |
+
|
1613 |
+
#: forms/wpdFormAttr/Form.php:751
|
1614 |
+
msgid "Comment form header text"
|
1615 |
+
msgstr ""
|
1616 |
+
|
1617 |
+
#: forms/wpdFormAttr/Form.php:761
|
1618 |
+
msgid "Display comment form for post types"
|
1619 |
+
msgstr ""
|
1620 |
+
|
1621 |
+
#: forms/wpdFormAttr/Form.php:768
|
1622 |
+
msgid ""
|
1623 |
+
"The red marked post types are already attached to other comment form. If you "
|
1624 |
+
"set this form too, the old forms will not be used for them."
|
1625 |
+
msgstr ""
|
1626 |
+
|
1627 |
+
#: forms/wpdFormAttr/Form.php:791
|
1628 |
+
msgid "Display comment form for post IDs"
|
1629 |
+
msgstr ""
|
1630 |
+
|
1631 |
+
#: forms/wpdFormAttr/Form.php:792
|
1632 |
+
msgid ""
|
1633 |
+
"You can use this form for certain posts/pages specified by comma separated "
|
1634 |
+
"IDs."
|
1635 |
+
msgstr ""
|
1636 |
+
|
1637 |
+
#: forms/wpdFormAttr/Form.php:807
|
1638 |
+
msgid "Comment Text Field"
|
1639 |
+
msgstr ""
|
1640 |
+
|
1641 |
+
#: forms/wpdFormAttr/Form.php:822
|
1642 |
+
msgid "ADD ROW"
|
1643 |
+
msgstr ""
|
1644 |
+
|
1645 |
+
#: forms/wpdFormAttr/Form.php:892
|
1646 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:84
|
1647 |
+
msgid "Website"
|
1648 |
+
msgstr ""
|
1649 |
+
|
1650 |
+
#: forms/wpdFormAttr/Form.php:901
|
1651 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:117
|
1652 |
+
msgid "Code"
|
1653 |
+
msgstr ""
|
1654 |
+
|
1655 |
+
#: options/options-layouts/settings-addons.php:20
|
1656 |
+
msgid ""
|
1657 |
+
"Here you can find wpDiscuz Addons' setting options in vertical subTabs with "
|
1658 |
+
"according addon titles. All wpDiscuz addons are listed on wpDiscuz"
|
1659 |
+
msgstr ""
|
1660 |
+
|
1661 |
+
#: options/options-layouts/settings-addons.php:20
|
1662 |
+
msgid "Addons subMenu"
|
1663 |
+
msgstr ""
|
1664 |
+
|
1665 |
+
#: options/options-layouts/settings-addons.php:20
|
1666 |
+
msgid ""
|
1667 |
+
"We'll add new free and paid addons with almost every wpDiscuz release. There "
|
1668 |
+
"will be dozens of very useful addons in near future. Currently wpDiscuz "
|
1669 |
+
"consists of about 70 free features/addons like \"Live Update\", \"First "
|
1670 |
+
"comment redirection\", \"Comment sorting\", \"Simple CAPTCHA\", \"AJAX "
|
1671 |
+
"Pagination\", \"Lazy Load\", \"Comment Likes\", \"Comment Share\" and dozens "
|
1672 |
+
"of other addons and there will be more. All new and free addons will be "
|
1673 |
+
"built-in with wpDiscuz plugin and all paid addons will be listed separately "
|
1674 |
+
"on"
|
1675 |
+
msgstr ""
|
1676 |
+
|
1677 |
+
#: options/options-layouts/settings-cache.php:10
|
1678 |
+
msgid "Gravatar Cache"
|
1679 |
+
msgstr ""
|
1680 |
+
|
1681 |
+
#: options/options-layouts/settings-cache.php:15
|
1682 |
+
msgid "Enable Gravatar caching"
|
1683 |
+
msgstr ""
|
1684 |
+
|
1685 |
+
#: options/options-layouts/settings-cache.php:17
|
1686 |
+
msgid ""
|
1687 |
+
"It seems on of important functions (\"file_get_contents\", "
|
1688 |
+
"\"file_put_contents\") of php is not exists.<br/> Please enable these "
|
1689 |
+
"functions in your server settings to use gravatar caching feature."
|
1690 |
+
msgstr ""
|
1691 |
+
|
1692 |
+
#: options/options-layouts/settings-cache.php:27
|
1693 |
+
msgid "Caching method"
|
1694 |
+
msgstr ""
|
1695 |
+
|
1696 |
+
#: options/options-layouts/settings-cache.php:30
|
1697 |
+
msgid "Runtime"
|
1698 |
+
msgstr ""
|
1699 |
+
|
1700 |
+
#: options/options-layouts/settings-cache.php:31
|
1701 |
+
msgid "Cron job"
|
1702 |
+
msgstr ""
|
1703 |
+
|
1704 |
+
#: options/options-layouts/settings-cache.php:37
|
1705 |
+
msgid "Cache avatars for \"X\" days"
|
1706 |
+
msgstr ""
|
1707 |
+
|
1708 |
+
#: options/options-layouts/settings-cache.php:45
|
1709 |
+
#: options/options-layouts/settings-cache.php:48
|
1710 |
+
msgid "Purge expired caches"
|
1711 |
+
msgstr ""
|
1712 |
+
|
1713 |
+
#: options/options-layouts/settings-cache.php:52
|
1714 |
+
#: options/options-layouts/settings-cache.php:55
|
1715 |
+
msgid "Purge all caches"
|
1716 |
+
msgstr ""
|
1717 |
+
|
1718 |
+
#: options/options-layouts/settings-cache.php:59
|
1719 |
+
msgid "Statistics Cache"
|
1720 |
+
msgstr ""
|
1721 |
+
|
1722 |
+
#: options/options-layouts/settings-cache.php:63
|
1723 |
+
#: options/options-layouts/settings-cache.php:66
|
1724 |
+
msgid "Purge statistics caches"
|
1725 |
+
msgstr ""
|
1726 |
+
|
1727 |
+
#: options/options-layouts/settings-customfields.php:12
|
1728 |
+
msgid "Google Map API Key"
|
1729 |
+
msgstr ""
|
1730 |
+
|
1731 |
+
#: options/options-layouts/settings-form.php:7
|
1732 |
+
msgid "Comment Form Settings"
|
1733 |
+
msgstr ""
|
1734 |
+
|
1735 |
+
#: options/options-layouts/settings-form.php:12
|
1736 |
+
msgid "Hide Header Text"
|
1737 |
+
msgstr ""
|
1738 |
+
|
1739 |
+
#: options/options-layouts/settings-form.php:13
|
1740 |
+
msgid ""
|
1741 |
+
"This option hides \"Leave Reply\" header text on top of comment form. You "
|
1742 |
+
"can change this text in Comments > Forms admin page."
|
1743 |
+
msgstr ""
|
1744 |
+
|
1745 |
+
#: options/options-layouts/settings-form.php:23
|
1746 |
+
msgid "Show logged-in user name and logout link on top of main form"
|
1747 |
+
msgstr ""
|
1748 |
+
|
1749 |
+
#: options/options-layouts/settings-form.php:33
|
1750 |
+
msgid "Comment Form components"
|
1751 |
+
msgstr ""
|
1752 |
+
|
1753 |
+
#: options/options-layouts/settings-form.php:34
|
1754 |
+
msgid ""
|
1755 |
+
"These components can be found on the main comment form. The \"My Content and "
|
1756 |
+
"Settings\" button is located on the top left side, under the \"Leave Reply\" "
|
1757 |
+
"header text. The \"Discussion Statistic\" and \"Recent Comment Authors\" "
|
1758 |
+
"sections are located under the main comment form fields ont the left and "
|
1759 |
+
"right sides accordingly."
|
1760 |
+
msgstr ""
|
1761 |
+
|
1762 |
+
#: options/options-layouts/settings-form.php:43
|
1763 |
+
msgid "Hide \"Please login to comment\" text"
|
1764 |
+
msgstr ""
|
1765 |
+
|
1766 |
+
#: options/options-layouts/settings-form.php:50
|
1767 |
+
msgid "Hide \"My Content and Settings\" button"
|
1768 |
+
msgstr ""
|
1769 |
+
|
1770 |
+
#: options/options-layouts/settings-form.php:57
|
1771 |
+
msgid "Hide \"Discussion Statistic\" section"
|
1772 |
+
msgstr ""
|
1773 |
+
|
1774 |
+
#: options/options-layouts/settings-form.php:64
|
1775 |
+
msgid "Hide \"Recent Comment Authors\" section"
|
1776 |
+
msgstr ""
|
1777 |
+
|
1778 |
+
#: options/options-layouts/settings-form.php:73
|
1779 |
+
msgid "Keep guest commenter credentials in browser cookies for x days"
|
1780 |
+
msgstr ""
|
1781 |
+
|
1782 |
+
#: options/options-layouts/settings-form.php:75
|
1783 |
+
msgid ""
|
1784 |
+
"wpDiscuz uses WordPress function to keep guest Name, Email and Website "
|
1785 |
+
"information in cookies to fill according fields of comment form on next "
|
1786 |
+
"commenting time."
|
1787 |
+
msgstr ""
|
1788 |
+
|
1789 |
+
#: options/options-layouts/settings-form.php:76
|
1790 |
+
msgid "Set this option value -1 to make it unlimited."
|
1791 |
+
msgstr ""
|
1792 |
+
|
1793 |
+
#: options/options-layouts/settings-form.php:77
|
1794 |
+
msgid "Set this option value 0 to clear those data when user closes browser."
|
1795 |
+
msgstr ""
|
1796 |
+
|
1797 |
+
#: options/options-layouts/settings-form.php:87
|
1798 |
+
msgid "Comment author name length (for guests only)"
|
1799 |
+
msgstr ""
|
1800 |
+
|
1801 |
+
#: options/options-layouts/settings-form.php:91
|
1802 |
+
#: options/options-layouts/settings-form.php:106
|
1803 |
+
msgid "Min"
|
1804 |
+
msgstr ""
|
1805 |
+
|
1806 |
+
#: options/options-layouts/settings-form.php:94
|
1807 |
+
#: options/options-layouts/settings-form.php:109
|
1808 |
+
msgid "Max"
|
1809 |
+
msgstr ""
|
1810 |
+
|
1811 |
+
#: options/options-layouts/settings-form.php:101
|
1812 |
+
msgid "Comment text length"
|
1813 |
+
msgstr ""
|
1814 |
+
|
1815 |
+
#: options/options-layouts/settings-form.php:102
|
1816 |
+
msgid ""
|
1817 |
+
"Allows to set minimum and maximum number of chars can be inserted in comment "
|
1818 |
+
"textarea. Leave the max value empty to remove the limit."
|
1819 |
+
msgstr ""
|
1820 |
+
|
1821 |
+
#: options/options-layouts/settings-form.php:116
|
1822 |
+
msgid "Captcha generation type"
|
1823 |
+
msgstr ""
|
1824 |
+
|
1825 |
+
#: options/options-layouts/settings-form.php:121
|
1826 |
+
msgid "File system"
|
1827 |
+
msgstr ""
|
1828 |
+
|
1829 |
+
#: options/options-layouts/settings-form.php:122
|
1830 |
+
msgid "WP Session"
|
1831 |
+
msgstr ""
|
1832 |
+
|
1833 |
+
#: options/options-layouts/settings-form.php:129
|
1834 |
+
msgid "Invisible Spam Protection"
|
1835 |
+
msgstr ""
|
1836 |
+
|
1837 |
+
#: options/options-layouts/settings-form.php:131
|
1838 |
+
msgid ""
|
1839 |
+
"You should purge caches after each key generation otherwise the plugin may "
|
1840 |
+
"work not correctly"
|
1841 |
+
msgstr ""
|
1842 |
+
|
1843 |
+
#: options/options-layouts/settings-form.php:134
|
1844 |
+
msgid "Leave the field empty if you don't want to use this feature"
|
1845 |
+
msgstr ""
|
1846 |
+
|
1847 |
+
#: options/options-layouts/settings-form.php:139
|
1848 |
+
msgid "Generate"
|
1849 |
+
msgstr ""
|
1850 |
+
|
1851 |
+
#: options/options-layouts/settings-form.php:145
|
1852 |
+
msgid "Display note about Invisible Spam Protection"
|
1853 |
+
msgstr ""
|
1854 |
+
|
1855 |
+
#: options/options-layouts/settings-form.php:146
|
1856 |
+
msgid ""
|
1857 |
+
"wpDiscuz has built-in invisible antispam protection based on server side and "
|
1858 |
+
"front-end unique key comparation. By default wpDiscuz display a small note "
|
1859 |
+
"in simple CAPTCHA area, saying the comment form is under antispam protection."
|
1860 |
+
" The note text can be managed in Comments > Phrases > Form tab."
|
1861 |
+
msgstr ""
|
1862 |
+
|
1863 |
+
#: options/options-layouts/settings-form.php:156
|
1864 |
+
msgid "Enable Quicktags"
|
1865 |
+
msgstr ""
|
1866 |
+
|
1867 |
+
#: options/options-layouts/settings-form.php:157
|
1868 |
+
msgid ""
|
1869 |
+
"Quicktag is a on-click button that inserts HTML in to comment textarea. For "
|
1870 |
+
"example the \"b\" Quicktag will insert the HTML bold tags < b > < /b >."
|
1871 |
+
msgstr ""
|
1872 |
+
|
1873 |
+
#: options/options-layouts/settings-form.php:167
|
1874 |
+
msgid "Enable automatic image URL to image HTML conversion"
|
1875 |
+
msgstr ""
|
1876 |
+
|
1877 |
+
#: options/options-layouts/settings-form.php:177
|
1878 |
+
msgid "Edit Button - Allow comment editing for"
|
1879 |
+
msgstr ""
|
1880 |
+
|
1881 |
+
#: options/options-layouts/settings-form.php:182
|
1882 |
+
msgid "Do not allow"
|
1883 |
+
msgstr ""
|
1884 |
+
|
1885 |
+
#: options/options-layouts/settings-form.php:183
|
1886 |
+
#: options/options-layouts/settings-form.php:184
|
1887 |
+
#: options/options-layouts/settings-live-update.php:54
|
1888 |
+
#: options/options-layouts/settings-live-update.php:55
|
1889 |
+
#: options/options-layouts/settings-live-update.php:56
|
1890 |
+
msgid "Minutes"
|
1891 |
+
msgstr ""
|
1892 |
+
|
1893 |
+
#: options/options-layouts/settings-form.php:185
|
1894 |
+
#: options/phrases-layouts/phrases-datetime.php:35
|
1895 |
+
msgid "Hour"
|
1896 |
+
msgstr ""
|
1897 |
+
|
1898 |
+
#: options/options-layouts/settings-form.php:186
|
1899 |
+
#: options/options-layouts/settings-form.php:187
|
1900 |
+
msgid "Hours"
|
1901 |
+
msgstr ""
|
1902 |
+
|
1903 |
+
#: options/options-layouts/settings-form.php:188
|
1904 |
+
msgid "Unlimit"
|
1905 |
+
msgstr ""
|
1906 |
+
|
1907 |
+
#: options/options-layouts/settings-form.php:195
|
1908 |
+
msgid "Stick Button - Stick a comment thread"
|
1909 |
+
msgstr ""
|
1910 |
+
|
1911 |
+
#: options/options-layouts/settings-form.php:205
|
1912 |
+
msgid "Close Button - Close a comment thread"
|
1913 |
+
msgstr ""
|
1914 |
+
|
1915 |
+
#: options/options-layouts/settings-form.php:215
|
1916 |
+
msgid "Enable drop animation for comment form and subscription bar"
|
1917 |
+
msgstr ""
|
1918 |
+
|
1919 |
+
#: options/options-layouts/settings-general.php:7
|
1920 |
+
msgid "General Settings"
|
1921 |
+
msgstr ""
|
1922 |
+
|
1923 |
+
#: options/options-layouts/settings-general.php:11
|
1924 |
+
msgid "Enable wpDiscuz on home page"
|
1925 |
+
msgstr ""
|
1926 |
+
|
1927 |
+
#: options/options-layouts/settings-general.php:19
|
1928 |
+
msgid "Use WordPress native AJAX functions"
|
1929 |
+
msgstr ""
|
1930 |
+
|
1931 |
+
#: options/options-layouts/settings-general.php:21
|
1932 |
+
msgid ""
|
1933 |
+
"By disabling this option you're automatically enabling wpDiscuz custom AJAX "
|
1934 |
+
"functions, which are many times faster that the default WordPress functions. "
|
1935 |
+
"Just make sure it doesn't conflict with your plugins."
|
1936 |
+
msgstr ""
|
1937 |
+
|
1938 |
+
#: options/options-layouts/settings-general.php:31
|
1939 |
+
msgid "Use guest email to detect registered account"
|
1940 |
+
msgstr ""
|
1941 |
+
|
1942 |
+
#: options/options-layouts/settings-general.php:33
|
1943 |
+
msgid ""
|
1944 |
+
"Sometimes registered users comment as guest using the same email address. "
|
1945 |
+
"wpDiscuz can detect the account role using guest email and display commenter "
|
1946 |
+
"label correctly."
|
1947 |
+
msgstr ""
|
1948 |
+
|
1949 |
+
#: options/options-layouts/settings-general.php:43
|
1950 |
+
msgid "Secure comment content in HTTPS protocol."
|
1951 |
+
msgstr ""
|
1952 |
+
|
1953 |
+
#: options/options-layouts/settings-general.php:45
|
1954 |
+
msgid ""
|
1955 |
+
"This option detects images and other contents with non-https source URLs and "
|
1956 |
+
"fix according to your selected logic."
|
1957 |
+
msgstr ""
|
1958 |
+
|
1959 |
+
#: options/options-layouts/settings-general.php:53
|
1960 |
+
msgid "Replace non-https content to simple link URLs"
|
1961 |
+
msgstr ""
|
1962 |
+
|
1963 |
+
#: options/options-layouts/settings-general.php:57
|
1964 |
+
msgid ""
|
1965 |
+
"Just replace http protocols to https (https may not be supported by content "
|
1966 |
+
"provider)"
|
1967 |
+
msgstr ""
|
1968 |
+
|
1969 |
+
#: options/options-layouts/settings-general.php:61
|
1970 |
+
msgid "Ignore non-https content"
|
1971 |
+
msgstr ""
|
1972 |
+
|
1973 |
+
#: options/options-layouts/settings-general.php:69
|
1974 |
+
msgid "Redirect first commenter to"
|
1975 |
+
msgstr ""
|
1976 |
+
|
1977 |
+
#: options/options-layouts/settings-general.php:76
|
1978 |
+
msgid "Do not redirect"
|
1979 |
+
msgstr ""
|
1980 |
+
|
1981 |
+
#: options/options-layouts/settings-general.php:85
|
1982 |
+
msgid "Use WordPress Date/Time format"
|
1983 |
+
msgstr ""
|
1984 |
+
|
1985 |
+
#: options/options-layouts/settings-general.php:86
|
1986 |
+
msgid ""
|
1987 |
+
"wpDiscuz shows Human Readable date format. If you check this option it'll "
|
1988 |
+
"show the date/time format set in WordPress General Settings."
|
1989 |
+
msgstr ""
|
1990 |
+
|
1991 |
+
#: options/options-layouts/settings-general.php:92
|
1992 |
+
msgid "Current Wordpress date/time format"
|
1993 |
+
msgstr ""
|
1994 |
+
|
1995 |
+
#: options/options-layouts/settings-general.php:99
|
1996 |
+
msgid "Use Plugin .PO/.MO files"
|
1997 |
+
msgstr ""
|
1998 |
+
|
1999 |
+
#: options/options-layouts/settings-general.php:100
|
2000 |
+
msgid ""
|
2001 |
+
"wpDiscuz phrase system allows you to translate all front-end phrases. "
|
2002 |
+
"However if you have a multi-language website it'll not allow you to add more "
|
2003 |
+
"than one language translation. The only way to get it is the plugin "
|
2004 |
+
"translation files (.PO / .MO). If wpDiscuz has the languages you need you "
|
2005 |
+
"should check this option to disable phrase system and it'll automatically "
|
2006 |
+
"translate all phrases based on language files according to current language."
|
2007 |
+
msgstr ""
|
2008 |
+
|
2009 |
+
#: options/options-layouts/settings-general.php:110
|
2010 |
+
msgid ""
|
2011 |
+
"Help wpDiscuz to grow allowing people to recognize which comment plugin you "
|
2012 |
+
"use"
|
2013 |
+
msgstr ""
|
2014 |
+
|
2015 |
+
#: options/options-layouts/settings-general.php:112
|
2016 |
+
msgid ""
|
2017 |
+
"Please check this option on to help wpDiscuz get more popularity as your "
|
2018 |
+
"thank to the hard work we do for you totally free. This option adds a very "
|
2019 |
+
"small (16x16px) icon under the comment section which will allow your site "
|
2020 |
+
"visitors recognize the name of comment solution you use."
|
2021 |
+
msgstr ""
|
2022 |
+
|
2023 |
+
#: options/options-layouts/settings-general.php:117
|
2024 |
+
msgid "Thank you!"
|
2025 |
+
msgstr ""
|
2026 |
+
|
2027 |
+
#: options/options-layouts/settings-integrations.php:14
|
2028 |
+
msgid "BuddyPress"
|
2029 |
+
msgstr ""
|
2030 |
+
|
2031 |
+
#: options/options-layouts/settings-integrations.php:15
|
2032 |
+
msgid "Users Ultra"
|
2033 |
+
msgstr ""
|
2034 |
+
|
2035 |
+
#: options/options-layouts/settings-integrations.php:16
|
2036 |
+
msgid "User Pro"
|
2037 |
+
msgstr ""
|
2038 |
+
|
2039 |
+
#: options/options-layouts/settings-integrations.php:17
|
2040 |
+
msgid "Ultimate Member"
|
2041 |
+
msgstr ""
|
2042 |
+
|
2043 |
+
#: options/options-layouts/settings-integrations.php:18
|
2044 |
+
msgid "MyCred"
|
2045 |
+
msgstr ""
|
2046 |
+
|
2047 |
+
#: options/options-layouts/settings-integrations.php:19
|
2048 |
+
msgid "PeepSo"
|
2049 |
+
msgstr ""
|
2050 |
+
|
2051 |
+
#: options/options-layouts/settings-integrations.php:24
|
2052 |
+
#: options/options-layouts/settings-integrations.php:42
|
2053 |
+
#: options/options-layouts/settings-integrations.php:60
|
2054 |
+
#: options/options-layouts/settings-integrations.php:91
|
2055 |
+
#: options/options-layouts/settings-integrations.php:125
|
2056 |
+
#: options/options-layouts/settings-integrations.php:154
|
2057 |
+
msgid "Please add the code below in current active theme's functions.php file"
|
2058 |
+
msgstr ""
|
2059 |
+
|
2060 |
+
#: options/options-layouts/settings-integrations.php:25
|
2061 |
+
msgid ""
|
2062 |
+
"This code will integrate BuddyPress profile URL with wpDiscuz. BuddyPress "
|
2063 |
+
"Display Names and Avatars will be integrated automatically."
|
2064 |
+
msgstr ""
|
2065 |
+
|
2066 |
+
#: options/options-layouts/settings-integrations.php:43
|
2067 |
+
msgid ""
|
2068 |
+
"This code will integrate Users Ultra profile URL with wpDiscuz. Users Ultra "
|
2069 |
+
"Display Names and Avatars will be integrated automatically."
|
2070 |
+
msgstr ""
|
2071 |
+
|
2072 |
+
#: options/options-layouts/settings-integrations.php:61
|
2073 |
+
msgid ""
|
2074 |
+
"This code will integrate User Pro profile URL with wpDiscuz. User Pro "
|
2075 |
+
"Display Names and Avatars will be integrated automatically."
|
2076 |
+
msgstr ""
|
2077 |
+
|
2078 |
+
#: options/options-layouts/settings-integrations.php:92
|
2079 |
+
msgid ""
|
2080 |
+
"This code consists of two parts, which will integrate Ultimate Member "
|
2081 |
+
"profile Display Name and Profile URL with wpDiscuz. UM Avatars will be "
|
2082 |
+
"integrated automatically."
|
2083 |
+
msgstr ""
|
2084 |
+
|
2085 |
+
#: options/options-layouts/settings-integrations.php:126
|
2086 |
+
msgid ""
|
2087 |
+
"This code will integrate MyCred User Ranks and Badges under comment author "
|
2088 |
+
"avatar."
|
2089 |
+
msgstr ""
|
2090 |
+
|
2091 |
+
#: options/options-layouts/settings-integrations.php:155
|
2092 |
+
msgid "This code will integrate PeepSo profile url with wpDiscuz."
|
2093 |
+
msgstr ""
|
2094 |
+
|
2095 |
+
#: options/options-layouts/settings-list.php:7
|
2096 |
+
msgid "Comment List Settings"
|
2097 |
+
msgstr ""
|
2098 |
+
|
2099 |
+
#: options/options-layouts/settings-list.php:12
|
2100 |
+
msgid "Display only parent comments and <u>view replies ∨</u> button"
|
2101 |
+
msgstr ""
|
2102 |
+
|
2103 |
+
#: options/options-layouts/settings-list.php:14
|
2104 |
+
msgid ""
|
2105 |
+
"If this option is enabled only parent comment will be displayed. This "
|
2106 |
+
"increases page load speed and keeps pages light. If visitor wants to read "
|
2107 |
+
"replies he/she just need to click on [view replies (12)] button located on "
|
2108 |
+
"all parent comments which have replies."
|
2109 |
+
msgstr ""
|
2110 |
+
|
2111 |
+
#: options/options-layouts/settings-list.php:25
|
2112 |
+
msgid "Show sorting buttons"
|
2113 |
+
msgstr ""
|
2114 |
+
|
2115 |
+
#: options/options-layouts/settings-list.php:26
|
2116 |
+
msgid ""
|
2117 |
+
"This option enables comment sorting buttons (newest | oldest | most voted). "
|
2118 |
+
"Sorting buttons are not available for the default comments pagination type "
|
2119 |
+
"[1][2][3]... It's only active for [Load more] and other AYAX pagination "
|
2120 |
+
"types."
|
2121 |
+
msgstr ""
|
2122 |
+
|
2123 |
+
#: options/options-layouts/settings-list.php:36
|
2124 |
+
msgid "Set comments ordering to \"Most voted\" by default "
|
2125 |
+
msgstr ""
|
2126 |
+
|
2127 |
+
#: options/options-layouts/settings-list.php:46
|
2128 |
+
msgid "Reverse child comments order"
|
2129 |
+
msgstr ""
|
2130 |
+
|
2131 |
+
#: options/options-layouts/settings-list.php:56
|
2132 |
+
msgid "Comments loading/pagination type"
|
2133 |
+
msgstr ""
|
2134 |
+
|
2135 |
+
#: options/options-layouts/settings-list.php:58
|
2136 |
+
msgid ""
|
2137 |
+
"You can manage the number of comments for [Load more] option in Settings > "
|
2138 |
+
"Discussion page, using \"Break comments into pages with [X] top level "
|
2139 |
+
"comments per page\" option. To show the default Wordpress comment pagination "
|
2140 |
+
"you should enable the checkbox on bigining of the same option."
|
2141 |
+
msgstr ""
|
2142 |
+
|
2143 |
+
#: options/options-layouts/settings-list.php:64
|
2144 |
+
#: options/options-layouts/settings-list.php:66
|
2145 |
+
msgid "[Load more] Button"
|
2146 |
+
msgstr ""
|
2147 |
+
|
2148 |
+
#: options/options-layouts/settings-list.php:68
|
2149 |
+
#: options/options-layouts/settings-list.php:70
|
2150 |
+
msgid "[Load rest of all comments] Button"
|
2151 |
+
msgstr ""
|
2152 |
+
|
2153 |
+
#: options/options-layouts/settings-list.php:72
|
2154 |
+
#: options/options-layouts/settings-list.php:74
|
2155 |
+
msgid "Load all comments"
|
2156 |
+
msgstr ""
|
2157 |
+
|
2158 |
+
#: options/options-layouts/settings-list.php:76
|
2159 |
+
#: options/options-layouts/settings-list.php:78
|
2160 |
+
msgid "Lazy load comments on scrolling"
|
2161 |
+
msgstr ""
|
2162 |
+
|
2163 |
+
#: options/options-layouts/settings-list.php:86
|
2164 |
+
msgid ""
|
2165 |
+
"The number of words before breaking comment text and showing \"Read more\" "
|
2166 |
+
"link"
|
2167 |
+
msgstr ""
|
2168 |
+
|
2169 |
+
#: options/options-layouts/settings-list.php:88
|
2170 |
+
msgid "Set this option value 0, to turn off comment text breaking function."
|
2171 |
+
msgstr ""
|
2172 |
+
|
2173 |
+
#: options/options-layouts/settings-list.php:98
|
2174 |
+
msgid "Comment components"
|
2175 |
+
msgstr ""
|
2176 |
+
|
2177 |
+
#: options/options-layouts/settings-list.php:103
|
2178 |
+
msgid "Hide comment link"
|
2179 |
+
msgstr ""
|
2180 |
+
|
2181 |
+
#: options/options-layouts/settings-list.php:106
|
2182 |
+
msgid "Hide comment date"
|
2183 |
+
msgstr ""
|
2184 |
+
|
2185 |
+
#: options/options-layouts/settings-list.php:109
|
2186 |
+
msgid "Hide Commenter Labels"
|
2187 |
+
msgstr ""
|
2188 |
+
|
2189 |
+
#: options/options-layouts/settings-list.php:118
|
2190 |
+
msgid "Hide Voting buttons"
|
2191 |
+
msgstr ""
|
2192 |
+
|
2193 |
+
#: options/options-layouts/settings-list.php:127
|
2194 |
+
msgid "Comment voting buttons icon"
|
2195 |
+
msgstr ""
|
2196 |
+
|
2197 |
+
#: options/options-layouts/settings-list.php:146
|
2198 |
+
msgid "Comment voting statistic mode"
|
2199 |
+
msgstr ""
|
2200 |
+
|
2201 |
+
#: options/options-layouts/settings-list.php:150
|
2202 |
+
msgid "total count"
|
2203 |
+
msgstr ""
|
2204 |
+
|
2205 |
+
#: options/options-layouts/settings-list.php:151
|
2206 |
+
msgid "separate count"
|
2207 |
+
msgstr ""
|
2208 |
+
|
2209 |
+
#: options/options-layouts/settings-list.php:158
|
2210 |
+
msgid "Allow guests to vote on comments"
|
2211 |
+
msgstr ""
|
2212 |
+
|
2213 |
+
#: options/options-layouts/settings-list.php:168
|
2214 |
+
msgid "Display Ratings"
|
2215 |
+
msgstr ""
|
2216 |
+
|
2217 |
+
#: options/options-layouts/settings-list.php:173
|
2218 |
+
msgid "Before Content"
|
2219 |
+
msgstr ""
|
2220 |
+
|
2221 |
+
#: options/options-layouts/settings-list.php:175
|
2222 |
+
msgid "After Content"
|
2223 |
+
msgstr ""
|
2224 |
+
|
2225 |
+
#: options/options-layouts/settings-list.php:176
|
2226 |
+
msgid "Display ratings on none singular pages"
|
2227 |
+
msgstr ""
|
2228 |
+
|
2229 |
+
#: options/options-layouts/settings-list.php:183
|
2230 |
+
msgid "Disable Profiles URL"
|
2231 |
+
msgstr ""
|
2232 |
+
|
2233 |
+
#: options/options-layouts/settings-live-update.php:12
|
2234 |
+
msgid "Live update options"
|
2235 |
+
msgstr ""
|
2236 |
+
|
2237 |
+
#: options/options-layouts/settings-live-update.php:13
|
2238 |
+
msgid ""
|
2239 |
+
"wpDiscuz live update is very light and doesn't overload your server. However "
|
2240 |
+
"we recommend to monitor your server resources if you're on a Shared hosting "
|
2241 |
+
"plan. There are some very weak hosting plans which may not be able to "
|
2242 |
+
"perform very frequently live update requests. If you found some issue you "
|
2243 |
+
"can set the option below 30 seconds or more."
|
2244 |
+
msgstr ""
|
2245 |
+
|
2246 |
+
#: options/options-layouts/settings-live-update.php:18
|
2247 |
+
msgid "Never update"
|
2248 |
+
msgstr ""
|
2249 |
+
|
2250 |
+
#: options/options-layouts/settings-live-update.php:20
|
2251 |
+
msgid "Turn off \"Live Update\" function"
|
2252 |
+
msgstr ""
|
2253 |
+
|
2254 |
+
#: options/options-layouts/settings-live-update.php:22
|
2255 |
+
msgid "Show new comment/reply buttons to update manualy"
|
2256 |
+
msgstr ""
|
2257 |
+
|
2258 |
+
#: options/options-layouts/settings-live-update.php:24
|
2259 |
+
msgid "Always check for new comments and show update buttons"
|
2260 |
+
msgstr ""
|
2261 |
+
|
2262 |
+
#: options/options-layouts/settings-live-update.php:26
|
2263 |
+
msgid "Always update"
|
2264 |
+
msgstr ""
|
2265 |
+
|
2266 |
+
#: options/options-layouts/settings-live-update.php:28
|
2267 |
+
msgid "Always check for new comments and update automatically"
|
2268 |
+
msgstr ""
|
2269 |
+
|
2270 |
+
#: options/options-layouts/settings-live-update.php:36
|
2271 |
+
msgid "Disable live update for guests"
|
2272 |
+
msgstr ""
|
2273 |
+
|
2274 |
+
#: options/options-layouts/settings-live-update.php:45
|
2275 |
+
msgid "Update comment list every"
|
2276 |
+
msgstr ""
|
2277 |
+
|
2278 |
+
#: options/options-layouts/settings-live-update.php:50
|
2279 |
+
#: options/options-layouts/settings-live-update.php:51
|
2280 |
+
#: options/options-layouts/settings-live-update.php:52
|
2281 |
+
msgid "Seconds"
|
2282 |
+
msgstr ""
|
2283 |
+
|
2284 |
+
#: options/options-layouts/settings-live-update.php:53
|
2285 |
+
#: options/phrases-layouts/phrases-datetime.php:43
|
2286 |
+
msgid "Minute"
|
2287 |
+
msgstr ""
|
2288 |
+
|
2289 |
+
#: options/options-layouts/settings-social.php:12
|
2290 |
+
msgid "User agreement prior to a social login action"
|
2291 |
+
msgstr ""
|
2292 |
+
|
2293 |
+
#: options/options-layouts/settings-social.php:13
|
2294 |
+
msgid ""
|
2295 |
+
"If this option is enabled, all Social Login buttons become not-clickable "
|
2296 |
+
"until user accept automatic account creation process based on his/her Social "
|
2297 |
+
"Network Account shared information (email, name). This checkbox and "
|
2298 |
+
"appropriate information will be displayed when user click on a social login "
|
2299 |
+
"button, prior to the login process. This extra step is added to comply with "
|
2300 |
+
"the GDPR"
|
2301 |
+
msgstr ""
|
2302 |
+
|
2303 |
+
#: options/options-layouts/settings-social.php:13
|
2304 |
+
msgid ""
|
2305 |
+
"The note text and the label of this checkbox can be managed in Comments > "
|
2306 |
+
"Phrases > Social Login tab."
|
2307 |
+
msgstr ""
|
2308 |
+
|
2309 |
+
#: options/options-layouts/settings-social.php:23
|
2310 |
+
msgid "Display social login buttons on reply forms"
|
2311 |
+
msgstr ""
|
2312 |
+
|
2313 |
+
#: options/options-layouts/settings-social.php:37
|
2314 |
+
msgid "Facebook"
|
2315 |
+
msgstr ""
|
2316 |
+
|
2317 |
+
#: options/options-layouts/settings-social.php:43
|
2318 |
+
msgid ""
|
2319 |
+
"To start using Facebook Login and Share Buttons you should get Facebook "
|
2320 |
+
"Application Key and Secret for your website. Please follow to this"
|
2321 |
+
msgstr ""
|
2322 |
+
|
2323 |
+
#: options/options-layouts/settings-social.php:43
|
2324 |
+
#: options/options-layouts/settings-social.php:102
|
2325 |
+
#: options/options-layouts/settings-social.php:150
|
2326 |
+
#: options/options-layouts/settings-social.php:190
|
2327 |
+
#: options/options-layouts/settings-social.php:237
|
2328 |
+
msgid "instruction »"
|
2329 |
+
msgstr ""
|
2330 |
+
|
2331 |
+
#: options/options-layouts/settings-social.php:44
|
2332 |
+
msgid "Valid OAuth Redirect URI"
|
2333 |
+
msgstr ""
|
2334 |
+
|
2335 |
+
#: options/options-layouts/settings-social.php:50
|
2336 |
+
#: options/options-layouts/settings-social.php:109
|
2337 |
+
#: options/options-layouts/settings-social.php:157
|
2338 |
+
#: options/options-layouts/settings-social.php:197
|
2339 |
+
#: options/options-layouts/settings-social.php:244
|
2340 |
+
msgid "Enable Login Button"
|
2341 |
+
msgstr ""
|
2342 |
+
|
2343 |
+
#: options/options-layouts/settings-social.php:60
|
2344 |
+
msgid "Use Facebook OAuth2"
|
2345 |
+
msgstr ""
|
2346 |
+
|
2347 |
+
#: options/options-layouts/settings-social.php:71
|
2348 |
+
#: options/options-layouts/settings-social.php:118
|
2349 |
+
#: options/options-layouts/settings-social.php:166
|
2350 |
+
#: options/options-layouts/settings-social.php:169
|
2351 |
+
#: options/options-layouts/settings-social.php:206
|
2352 |
+
#: options/options-layouts/settings-social.php:253
|
2353 |
+
msgid "Enable Share Button"
|
2354 |
+
msgstr ""
|
2355 |
+
|
2356 |
+
#: options/options-layouts/settings-social.php:80
|
2357 |
+
#: options/options-layouts/settings-social.php:83
|
2358 |
+
#: options/options-layouts/settings-social.php:262
|
2359 |
+
#: options/options-layouts/settings-social.php:264
|
2360 |
+
msgid "Aplication ID"
|
2361 |
+
msgstr ""
|
2362 |
+
|
2363 |
+
#: options/options-layouts/settings-social.php:87
|
2364 |
+
#: options/options-layouts/settings-social.php:90
|
2365 |
+
#: options/options-layouts/settings-social.php:274
|
2366 |
+
#: options/options-layouts/settings-social.php:276
|
2367 |
+
msgid "Aplication Secret"
|
2368 |
+
msgstr ""
|
2369 |
+
|
2370 |
+
#: options/options-layouts/settings-social.php:96
|
2371 |
+
msgid "Twitter"
|
2372 |
+
msgstr ""
|
2373 |
+
|
2374 |
+
#: options/options-layouts/settings-social.php:102
|
2375 |
+
msgid ""
|
2376 |
+
"To start using Twitter Login Button you should get Consumer Key and Secret "
|
2377 |
+
"for your website. Please follow to this"
|
2378 |
+
msgstr ""
|
2379 |
+
|
2380 |
+
#: options/options-layouts/settings-social.php:103
|
2381 |
+
msgid "Callback URL"
|
2382 |
+
msgstr ""
|
2383 |
+
|
2384 |
+
#: options/options-layouts/settings-social.php:127
|
2385 |
+
#: options/options-layouts/settings-social.php:129
|
2386 |
+
msgid "Consumer Key (API Key)"
|
2387 |
+
msgstr ""
|
2388 |
+
|
2389 |
+
#: options/options-layouts/settings-social.php:133
|
2390 |
+
#: options/options-layouts/settings-social.php:136
|
2391 |
+
msgid "Consumer Secret (API Secret)"
|
2392 |
+
msgstr ""
|
2393 |
+
|
2394 |
+
#: options/options-layouts/settings-social.php:144
|
2395 |
+
msgid "Google +"
|
2396 |
+
msgstr ""
|
2397 |
+
|
2398 |
+
#: options/options-layouts/settings-social.php:150
|
2399 |
+
msgid ""
|
2400 |
+
"To start using Google+ Login Button you should get Client ID for your "
|
2401 |
+
"website. Please follow to this"
|
2402 |
+
msgstr ""
|
2403 |
+
|
2404 |
+
#: options/options-layouts/settings-social.php:151
|
2405 |
+
msgid "Authorized JavaScript Sources / Permitted URI redirects"
|
2406 |
+
msgstr ""
|
2407 |
+
|
2408 |
+
#: options/options-layouts/settings-social.php:175
|
2409 |
+
#: options/options-layouts/settings-social.php:177
|
2410 |
+
msgid "Client ID"
|
2411 |
+
msgstr ""
|
2412 |
+
|
2413 |
+
#: options/options-layouts/settings-social.php:184
|
2414 |
+
msgid "VK"
|
2415 |
+
msgstr ""
|
2416 |
+
|
2417 |
+
#: options/options-layouts/settings-social.php:190
|
2418 |
+
msgid ""
|
2419 |
+
"To start using VK Login Button you should get Application ID and Secure Key. "
|
2420 |
+
"Please follow to this "
|
2421 |
+
msgstr ""
|
2422 |
+
|
2423 |
+
#: options/options-layouts/settings-social.php:191
|
2424 |
+
#: options/options-layouts/settings-social.php:238
|
2425 |
+
msgid "Redirect URI"
|
2426 |
+
msgstr ""
|
2427 |
+
|
2428 |
+
#: options/options-layouts/settings-social.php:215
|
2429 |
+
#: options/options-layouts/settings-social.php:217
|
2430 |
+
msgid "Application ID"
|
2431 |
+
msgstr ""
|
2432 |
+
|
2433 |
+
#: options/options-layouts/settings-social.php:221
|
2434 |
+
#: options/options-layouts/settings-social.php:223
|
2435 |
+
msgid "Secure Key"
|
2436 |
+
msgstr ""
|
2437 |
+
|
2438 |
+
#: options/options-layouts/settings-social.php:230
|
2439 |
+
msgid "OK"
|
2440 |
+
msgstr ""
|
2441 |
+
|
2442 |
+
#: options/options-layouts/settings-social.php:236
|
2443 |
+
msgid "Getting started with"
|
2444 |
+
msgstr ""
|
2445 |
+
|
2446 |
+
#: options/options-layouts/settings-social.php:237
|
2447 |
+
msgid ""
|
2448 |
+
"To get the Aplication ID, Key and Secret, you should create an app using one "
|
2449 |
+
"of the supported types (external, Android, iOS), use this"
|
2450 |
+
msgstr ""
|
2451 |
+
|
2452 |
+
#: options/options-layouts/settings-social.php:268
|
2453 |
+
#: options/options-layouts/settings-social.php:270
|
2454 |
+
msgid "Aplication Key"
|
2455 |
+
msgstr ""
|
2456 |
+
|
2457 |
+
#: options/options-layouts/settings-style.php:7
|
2458 |
+
msgid "Background and Colors"
|
2459 |
+
msgstr ""
|
2460 |
+
|
2461 |
+
#: options/options-layouts/settings-style.php:12
|
2462 |
+
msgid "Comment Form and Comment List Style"
|
2463 |
+
msgstr ""
|
2464 |
+
|
2465 |
+
#: options/options-layouts/settings-style.php:16
|
2466 |
+
msgid "Default"
|
2467 |
+
msgstr ""
|
2468 |
+
|
2469 |
+
#: options/options-layouts/settings-style.php:17
|
2470 |
+
msgid "Dark"
|
2471 |
+
msgstr ""
|
2472 |
+
|
2473 |
+
#: options/options-layouts/settings-style.php:24
|
2474 |
+
msgid "Colors"
|
2475 |
+
msgstr ""
|
2476 |
+
|
2477 |
+
#: options/options-layouts/settings-style.php:28
|
2478 |
+
#: options/options-layouts/settings-style.php:33
|
2479 |
+
#: options/options-layouts/settings-style.php:38
|
2480 |
+
#: options/options-layouts/settings-style.php:45
|
2481 |
+
#: options/options-layouts/settings-style.php:50
|
2482 |
+
#: options/options-layouts/settings-style.php:55
|
2483 |
+
#: options/options-layouts/settings-style.php:106
|
2484 |
+
#: options/options-layouts/settings-style.php:111
|
2485 |
+
#: options/options-layouts/settings-style.php:116
|
2486 |
+
#: options/options-layouts/settings-style.php:131
|
2487 |
+
msgid "Example: #00FF00"
|
2488 |
+
msgstr ""
|
2489 |
+
|
2490 |
+
#: options/options-layouts/settings-style.php:29
|
2491 |
+
msgid "Primary Color"
|
2492 |
+
msgstr ""
|
2493 |
+
|
2494 |
+
#: options/options-layouts/settings-style.php:34
|
2495 |
+
msgid "Subscription Bar Background"
|
2496 |
+
msgstr ""
|
2497 |
+
|
2498 |
+
#: options/options-layouts/settings-style.php:39
|
2499 |
+
msgid "Comment form fields border"
|
2500 |
+
msgstr ""
|
2501 |
+
|
2502 |
+
#: options/options-layouts/settings-style.php:46
|
2503 |
+
msgid "Comment Background"
|
2504 |
+
msgstr ""
|
2505 |
+
|
2506 |
+
#: options/options-layouts/settings-style.php:51
|
2507 |
+
msgid "Reply Background"
|
2508 |
+
msgstr ""
|
2509 |
+
|
2510 |
+
#: options/options-layouts/settings-style.php:56
|
2511 |
+
msgid "Unread comments background"
|
2512 |
+
msgstr ""
|
2513 |
+
|
2514 |
+
#: options/options-layouts/settings-style.php:64
|
2515 |
+
msgid "Button Colors"
|
2516 |
+
msgstr ""
|
2517 |
+
|
2518 |
+
#: options/options-layouts/settings-style.php:68
|
2519 |
+
#: options/options-layouts/settings-style.php:78
|
2520 |
+
msgid "Text Color"
|
2521 |
+
msgstr ""
|
2522 |
+
|
2523 |
+
#: options/options-layouts/settings-style.php:69
|
2524 |
+
msgid "Primary buttons text"
|
2525 |
+
msgstr ""
|
2526 |
+
|
2527 |
+
#: options/options-layouts/settings-style.php:72
|
2528 |
+
msgid "Background Color"
|
2529 |
+
msgstr ""
|
2530 |
+
|
2531 |
+
#: options/options-layouts/settings-style.php:73
|
2532 |
+
msgid "Primary buttons background"
|
2533 |
+
msgstr ""
|
2534 |
+
|
2535 |
+
#: options/options-layouts/settings-style.php:79
|
2536 |
+
msgid "Secondary buttons text"
|
2537 |
+
msgstr ""
|
2538 |
+
|
2539 |
+
#: options/options-layouts/settings-style.php:82
|
2540 |
+
msgid "Border Color"
|
2541 |
+
msgstr ""
|
2542 |
+
|
2543 |
+
#: options/options-layouts/settings-style.php:83
|
2544 |
+
msgid "Secondary buttons border"
|
2545 |
+
msgstr ""
|
2546 |
+
|
2547 |
+
#: options/options-layouts/settings-style.php:89
|
2548 |
+
msgid "Up Vote Color"
|
2549 |
+
msgstr ""
|
2550 |
+
|
2551 |
+
#: options/options-layouts/settings-style.php:90
|
2552 |
+
msgid "Up vote button"
|
2553 |
+
msgstr ""
|
2554 |
+
|
2555 |
+
#: options/options-layouts/settings-style.php:93
|
2556 |
+
msgid "Down Vote Color"
|
2557 |
+
msgstr ""
|
2558 |
+
|
2559 |
+
#: options/options-layouts/settings-style.php:94
|
2560 |
+
msgid "Down vote button"
|
2561 |
+
msgstr ""
|
2562 |
+
|
2563 |
+
#: options/options-layouts/settings-style.php:102
|
2564 |
+
msgid "Rating Star Colors"
|
2565 |
+
msgstr ""
|
2566 |
+
|
2567 |
+
#: options/options-layouts/settings-style.php:107
|
2568 |
+
msgid "Rating Stars Hover Color"
|
2569 |
+
msgstr ""
|
2570 |
+
|
2571 |
+
#: options/options-layouts/settings-style.php:112
|
2572 |
+
msgid "Rating Stars Inactive Color"
|
2573 |
+
msgstr ""
|
2574 |
+
|
2575 |
+
#: options/options-layouts/settings-style.php:117
|
2576 |
+
msgid "Rating Stars Active Color"
|
2577 |
+
msgstr ""
|
2578 |
+
|
2579 |
+
#: options/options-layouts/settings-style.php:124
|
2580 |
+
msgid "Commenter Label Colors by User Role"
|
2581 |
+
msgstr ""
|
2582 |
+
|
2583 |
+
#: options/options-layouts/settings-style.php:131
|
2584 |
+
msgid "label color"
|
2585 |
+
msgstr ""
|
2586 |
+
|
2587 |
+
#: options/options-layouts/settings-style.php:143
|
2588 |
+
msgid "Comment text size in pixels"
|
2589 |
+
msgstr ""
|
2590 |
+
|
2591 |
+
#: options/options-layouts/settings-style.php:158
|
2592 |
+
msgid "Do not load Font Awesome css lib"
|
2593 |
+
msgstr ""
|
2594 |
+
|
2595 |
+
#: options/options-layouts/settings-style.php:159
|
2596 |
+
msgid ""
|
2597 |
+
"IMPORTANT: wpDiscuz uses FontAwesome version 5. in case your theme still "
|
2598 |
+
"uses the old 4.x versions you should not disable this lib. The theme 4.x "
|
2599 |
+
"version doesn't support FontAwesome 5 icons, thus all wpDiscuz icons will be "
|
2600 |
+
"lost."
|
2601 |
+
msgstr ""
|
2602 |
+
|
2603 |
+
#: options/options-layouts/settings-style.php:169
|
2604 |
+
msgid "Custom CSS Code"
|
2605 |
+
msgstr ""
|
2606 |
+
|
2607 |
+
#: options/options-layouts/settings-subscription.php:11
|
2608 |
+
msgid "Comment Subscription"
|
2609 |
+
msgstr ""
|
2610 |
+
|
2611 |
+
#: options/options-layouts/settings-subscription.php:15
|
2612 |
+
msgid "Notify comment author once comment is approved"
|
2613 |
+
msgstr ""
|
2614 |
+
|
2615 |
+
#: options/options-layouts/settings-subscription.php:23
|
2616 |
+
msgid "Disable subscription confirmation for registered users"
|
2617 |
+
msgstr ""
|
2618 |
+
|
2619 |
+
#: options/options-layouts/settings-subscription.php:33
|
2620 |
+
msgid "Disable subscription confirmation for guests"
|
2621 |
+
msgstr ""
|
2622 |
+
|
2623 |
+
#: options/options-layouts/settings-subscription.php:43
|
2624 |
+
msgid "Show subscription types in dropdown"
|
2625 |
+
msgstr ""
|
2626 |
+
|
2627 |
+
#: options/options-layouts/settings-subscription.php:50
|
2628 |
+
msgid "Subscribe to all comments of this post"
|
2629 |
+
msgstr ""
|
2630 |
+
|
2631 |
+
#: options/options-layouts/settings-subscription.php:54
|
2632 |
+
msgid "Subscribe to all replies to my comments "
|
2633 |
+
msgstr ""
|
2634 |
+
|
2635 |
+
#: options/options-layouts/settings-subscription.php:56
|
2636 |
+
#: options/options-layouts/settings-subscription.php:58
|
2637 |
+
msgid "Both"
|
2638 |
+
msgstr ""
|
2639 |
+
|
2640 |
+
#: options/options-layouts/settings-subscription.php:67
|
2641 |
+
msgid "Show \"Notify of new replies to this comment\""
|
2642 |
+
msgstr ""
|
2643 |
+
|
2644 |
+
#: options/options-layouts/settings-subscription.php:69
|
2645 |
+
msgid ""
|
2646 |
+
"wpDiscuz is the only comment plugin which allows you to subscribe to certain "
|
2647 |
+
"comment replies. This option is located above [Post Comment] button in "
|
2648 |
+
"comment form. You can disable this subscription way by unchecking this "
|
2649 |
+
"option."
|
2650 |
+
msgstr ""
|
2651 |
+
|
2652 |
+
#: options/options-layouts/settings-subscription.php:80
|
2653 |
+
msgid "\"Notify of new replies to this comment\" checked by default"
|
2654 |
+
msgstr ""
|
2655 |
+
|
2656 |
+
#: options/options-layouts/settings-subscription.php:91
|
2657 |
+
msgid "Use Postmatic for subscriptions and commenting by email"
|
2658 |
+
msgstr ""
|
2659 |
+
|
2660 |
+
#: options/options-layouts/settings-subscription.php:92
|
2661 |
+
msgid ""
|
2662 |
+
"Postmatic allows your users subscribe to comments. Instead of just being "
|
2663 |
+
"notified, they add a reply right from their inbox."
|
2664 |
+
msgstr ""
|
2665 |
+
|
2666 |
+
#: options/options-layouts/settings-subscription.php:101
|
2667 |
+
msgid "User Subscription / Following"
|
2668 |
+
msgstr ""
|
2669 |
+
|
2670 |
+
#: options/options-layouts/settings-subscription.php:106
|
2671 |
+
msgid "Enable user following feature"
|
2672 |
+
msgstr ""
|
2673 |
+
|
2674 |
+
#: options/options-layouts/settings-subscription.php:116
|
2675 |
+
msgid "Follow users without email confirmation"
|
2676 |
+
msgstr ""
|
2677 |
+
|
2678 |
+
#: options/phrases-layouts/phrases-comment.php:7
|
2679 |
+
msgid "Comment Template Phrases"
|
2680 |
+
msgstr ""
|
2681 |
+
|
2682 |
+
#: options/phrases-layouts/phrases-comment.php:83
|
2683 |
+
msgid "Save edited comment button text"
|
2684 |
+
msgstr ""
|
2685 |
+
|
2686 |
+
#: options/phrases-layouts/phrases-comment.php:87
|
2687 |
+
msgid "Cancel comment editing button text"
|
2688 |
+
msgstr ""
|
2689 |
+
|
2690 |
+
#: options/phrases-layouts/phrases-comment.php:91
|
2691 |
+
msgid "Comment read more link text"
|
2692 |
+
msgstr ""
|
2693 |
+
|
2694 |
+
#: options/phrases-layouts/phrases-comment.php:95
|
2695 |
+
msgid "Anonymous commenter name"
|
2696 |
+
msgstr ""
|
2697 |
+
|
2698 |
+
#: options/phrases-layouts/phrases-comment.php:99
|
2699 |
+
msgid "Stick button title"
|
2700 |
+
msgstr ""
|
2701 |
+
|
2702 |
+
#: options/phrases-layouts/phrases-comment.php:111
|
2703 |
+
msgid "Sticky comment icon title"
|
2704 |
+
msgstr ""
|
2705 |
+
|
2706 |
+
#: options/phrases-layouts/phrases-comment.php:115
|
2707 |
+
msgid "Close button title"
|
2708 |
+
msgstr ""
|
2709 |
+
|
2710 |
+
#: options/phrases-layouts/phrases-comment.php:127
|
2711 |
+
msgid "Closed comment icon title"
|
2712 |
+
msgstr ""
|
2713 |
+
|
2714 |
+
#: options/phrases-layouts/phrases-datetime.php:7
|
2715 |
+
msgid "Date/Time Phrases"
|
2716 |
+
msgstr ""
|
2717 |
+
|
2718 |
+
#: options/phrases-layouts/phrases-datetime.php:11
|
2719 |
+
msgid "Year"
|
2720 |
+
msgstr ""
|
2721 |
+
|
2722 |
+
#: options/phrases-layouts/phrases-datetime.php:15
|
2723 |
+
msgid "Years (Plural Form)"
|
2724 |
+
msgstr ""
|
2725 |
+
|
2726 |
+
#: options/phrases-layouts/phrases-datetime.php:19
|
2727 |
+
msgid "Month"
|
2728 |
+
msgstr ""
|
2729 |
+
|
2730 |
+
#: options/phrases-layouts/phrases-datetime.php:23
|
2731 |
+
msgid "Months (Plural Form)"
|
2732 |
+
msgstr ""
|
2733 |
+
|
2734 |
+
#: options/phrases-layouts/phrases-datetime.php:27
|
2735 |
+
msgid "Day"
|
2736 |
+
msgstr ""
|
2737 |
+
|
2738 |
+
#: options/phrases-layouts/phrases-datetime.php:31
|
2739 |
+
msgid "Days (Plural Form)"
|
2740 |
+
msgstr ""
|
2741 |
+
|
2742 |
+
#: options/phrases-layouts/phrases-datetime.php:39
|
2743 |
+
msgid "Hours (Plural Form)"
|
2744 |
+
msgstr ""
|
2745 |
+
|
2746 |
+
#: options/phrases-layouts/phrases-datetime.php:47
|
2747 |
+
msgid "Minutes (Plural Form)"
|
2748 |
+
msgstr ""
|
2749 |
+
|
2750 |
+
#: options/phrases-layouts/phrases-datetime.php:51
|
2751 |
+
msgid "Second"
|
2752 |
+
msgstr ""
|
2753 |
+
|
2754 |
+
#: options/phrases-layouts/phrases-datetime.php:55
|
2755 |
+
msgid "Seconds (Plural Form)"
|
2756 |
+
msgstr ""
|
2757 |
+
|
2758 |
+
#: options/phrases-layouts/phrases-datetime.php:59
|
2759 |
+
msgid "Commented \"right now\" text"
|
2760 |
+
msgstr ""
|
2761 |
+
|
2762 |
+
#: options/phrases-layouts/phrases-datetime.php:63
|
2763 |
+
msgid "Ago text"
|
2764 |
+
msgstr ""
|
2765 |
+
|
2766 |
+
#: options/phrases-layouts/phrases-email.php:17
|
2767 |
+
msgid "Email Template Phrases"
|
2768 |
+
msgstr ""
|
2769 |
+
|
2770 |
+
#: options/phrases-layouts/phrases-email.php:22
|
2771 |
+
msgid "Subscription type: Post comments"
|
2772 |
+
msgstr ""
|
2773 |
+
|
2774 |
+
#: options/phrases-layouts/phrases-email.php:23
|
2775 |
+
msgid "Post comment notification subject"
|
2776 |
+
msgstr ""
|
2777 |
+
|
2778 |
+
#: options/phrases-layouts/phrases-email.php:24
|
2779 |
+
#: options/phrases-layouts/phrases-email.php:35
|
2780 |
+
#: options/phrases-layouts/phrases-email.php:56
|
2781 |
+
#: options/phrases-layouts/phrases-email.php:67
|
2782 |
+
#: options/phrases-layouts/phrases-email.php:88
|
2783 |
+
#: options/phrases-layouts/phrases-email.php:99
|
2784 |
+
#: options/phrases-layouts/phrases-email.php:118
|
2785 |
+
#: options/phrases-layouts/phrases-email.php:129
|
2786 |
+
#: options/phrases-layouts/phrases-email.php:145
|
2787 |
+
#: options/phrases-layouts/phrases-email.php:157
|
2788 |
+
#: options/phrases-layouts/phrases-follow.php:57
|
2789 |
+
#: options/phrases-layouts/phrases-follow.php:68
|
2790 |
+
#: options/phrases-layouts/phrases-follow.php:84
|
2791 |
+
#: options/phrases-layouts/phrases-follow.php:95
|
2792 |
+
#: options/phrases-layouts/phrases-user-settings.php:61
|
2793 |
+
#: options/phrases-layouts/phrases-user-settings.php:73
|
2794 |
+
#: options/phrases-layouts/phrases-user-settings.php:86
|
2795 |
+
#: options/phrases-layouts/phrases-user-settings.php:98
|
2796 |
+
#: options/phrases-layouts/phrases-user-settings.php:111
|
2797 |
+
#: options/phrases-layouts/phrases-user-settings.php:123
|
2798 |
+
msgid "Available shortcodes"
|
2799 |
+
msgstr ""
|
2800 |
+
|
2801 |
+
#: options/phrases-layouts/phrases-email.php:34
|
2802 |
+
msgid "Post comment notification content"
|
2803 |
+
msgstr ""
|
2804 |
+
|
2805 |
+
#: options/phrases-layouts/phrases-email.php:42
|
2806 |
+
#: options/phrases-layouts/phrases-email.php:74
|
2807 |
+
msgid "Shortcode above will work for registered users only"
|
2808 |
+
msgstr ""
|
2809 |
+
|
2810 |
+
#: options/phrases-layouts/phrases-email.php:54
|
2811 |
+
msgid "Subscription type: All my comments"
|
2812 |
+
msgstr ""
|
2813 |
+
|
2814 |
+
#: options/phrases-layouts/phrases-email.php:55
|
2815 |
+
#: options/phrases-layouts/phrases-email.php:87
|
2816 |
+
msgid "New reply notification subject"
|
2817 |
+
msgstr ""
|
2818 |
+
|
2819 |
+
#: options/phrases-layouts/phrases-email.php:66
|
2820 |
+
#: options/phrases-layouts/phrases-email.php:98
|
2821 |
+
msgid "New Reply notification content"
|
2822 |
+
msgstr ""
|
2823 |
+
|
2824 |
+
#: options/phrases-layouts/phrases-email.php:86
|
2825 |
+
msgid "Subscription type: Single comment"
|
2826 |
+
msgstr ""
|
2827 |
+
|
2828 |
+
#: options/phrases-layouts/phrases-email.php:117
|
2829 |
+
msgid "Subscription confirmation email subject"
|
2830 |
+
msgstr ""
|
2831 |
+
|
2832 |
+
#: options/phrases-layouts/phrases-email.php:128
|
2833 |
+
msgid "Subscription confirmation email content"
|
2834 |
+
msgstr ""
|
2835 |
+
|
2836 |
+
#: options/phrases-layouts/phrases-email.php:144
|
2837 |
+
msgid "Comment approved subject"
|
2838 |
+
msgstr ""
|
2839 |
+
|
2840 |
+
#: options/phrases-layouts/phrases-email.php:155
|
2841 |
+
msgid "Comment approved message"
|
2842 |
+
msgstr ""
|
2843 |
+
|
2844 |
+
#: options/phrases-layouts/phrases-email.php:176
|
2845 |
+
msgid "Ignore subscription"
|
2846 |
+
msgstr ""
|
2847 |
+
|
2848 |
+
#: options/phrases-layouts/phrases-error.php:7
|
2849 |
+
#: options/phrases-layouts/phrases-notification.php:7
|
2850 |
+
msgid "Notification Phrases"
|
2851 |
+
msgstr ""
|
2852 |
+
|
2853 |
+
#: options/phrases-layouts/phrases-error.php:11
|
2854 |
+
msgid "Error message for empty field"
|
2855 |
+
msgstr ""
|
2856 |
+
|
2857 |
+
#: options/phrases-layouts/phrases-error.php:15
|
2858 |
+
msgid "Error message for invalid email field"
|
2859 |
+
msgstr ""
|
2860 |
+
|
2861 |
+
#: options/phrases-layouts/phrases-error.php:19
|
2862 |
+
msgid "Error message for invalid website url field"
|
2863 |
+
msgstr ""
|
2864 |
+
|
2865 |
+
#: options/phrases-layouts/phrases-error.php:23
|
2866 |
+
msgid "You can vote only 1 time"
|
2867 |
+
msgstr ""
|
2868 |
+
|
2869 |
+
#: options/phrases-layouts/phrases-error.php:31
|
2870 |
+
msgid "You Cannot Vote On Your Comment"
|
2871 |
+
msgstr ""
|
2872 |
+
|
2873 |
+
#: options/phrases-layouts/phrases-error.php:35
|
2874 |
+
msgid "You are not allowed to vote for this comment (Voting from same IP)"
|
2875 |
+
msgstr ""
|
2876 |
+
|
2877 |
+
#: options/phrases-layouts/phrases-error.php:47
|
2878 |
+
msgid "Message if input text length is too short"
|
2879 |
+
msgstr ""
|
2880 |
+
|
2881 |
+
#: options/phrases-layouts/phrases-error.php:51
|
2882 |
+
msgid "Message if input text length is too long"
|
2883 |
+
msgstr ""
|
2884 |
+
|
2885 |
+
#: options/phrases-layouts/phrases-error.php:55
|
2886 |
+
msgid "Message if comment was not updated"
|
2887 |
+
msgstr ""
|
2888 |
+
|
2889 |
+
#: options/phrases-layouts/phrases-error.php:59
|
2890 |
+
msgid "Message if comment no longer possible to edit"
|
2891 |
+
msgstr ""
|
2892 |
+
|
2893 |
+
#: options/phrases-layouts/phrases-error.php:63
|
2894 |
+
msgid "Message if comment text not changed"
|
2895 |
+
msgstr ""
|
2896 |
+
|
2897 |
+
#: options/phrases-layouts/phrases-follow.php:7
|
2898 |
+
msgid "Follow Users Phrases"
|
2899 |
+
msgstr ""
|
2900 |
+
|
2901 |
+
#: options/phrases-layouts/phrases-follow.php:23
|
2902 |
+
msgid "You stopped following this comment author"
|
2903 |
+
msgstr ""
|
2904 |
+
|
2905 |
+
#: options/phrases-layouts/phrases-follow.php:27
|
2906 |
+
msgid "Please check your email and confirm the follow"
|
2907 |
+
msgstr ""
|
2908 |
+
|
2909 |
+
#: options/phrases-layouts/phrases-follow.php:31
|
2910 |
+
msgid "Sorry, we couldn't send confirmation email"
|
2911 |
+
msgstr ""
|
2912 |
+
|
2913 |
+
#: options/phrases-layouts/phrases-follow.php:35
|
2914 |
+
msgid "Please login to follow users"
|
2915 |
+
msgstr ""
|
2916 |
+
|
2917 |
+
#: options/phrases-layouts/phrases-follow.php:39
|
2918 |
+
msgid "We are sorry, following this user is impossible"
|
2919 |
+
msgstr ""
|
2920 |
+
|
2921 |
+
#: options/phrases-layouts/phrases-follow.php:43
|
2922 |
+
msgid "We are sorry, following failed. Please try again later."
|
2923 |
+
msgstr ""
|
2924 |
+
|
2925 |
+
#: options/phrases-layouts/phrases-follow.php:47
|
2926 |
+
msgid "Confirm following link text"
|
2927 |
+
msgstr ""
|
2928 |
+
|
2929 |
+
#: options/phrases-layouts/phrases-follow.php:51
|
2930 |
+
msgid "Cancel following link text"
|
2931 |
+
msgstr ""
|
2932 |
+
|
2933 |
+
#: options/phrases-layouts/phrases-follow.php:56
|
2934 |
+
msgid "Follow confirmation email subject"
|
2935 |
+
msgstr ""
|
2936 |
+
|
2937 |
+
#: options/phrases-layouts/phrases-follow.php:67
|
2938 |
+
msgid "Follow confirmation email content"
|
2939 |
+
msgstr ""
|
2940 |
+
|
2941 |
+
#: options/phrases-layouts/phrases-follow.php:83
|
2942 |
+
msgid "Following email subject"
|
2943 |
+
msgstr ""
|
2944 |
+
|
2945 |
+
#: options/phrases-layouts/phrases-follow.php:94
|
2946 |
+
msgid "Follow email content"
|
2947 |
+
msgstr ""
|
2948 |
+
|
2949 |
+
#: options/phrases-layouts/phrases-form.php:7
|
2950 |
+
msgid "Form Template Phrases"
|
2951 |
+
msgstr ""
|
2952 |
+
|
2953 |
+
#: options/phrases-layouts/phrases-form.php:11
|
2954 |
+
msgid "Comment Field Start"
|
2955 |
+
msgstr ""
|
2956 |
+
|
2957 |
+
#: options/phrases-layouts/phrases-form.php:15
|
2958 |
+
msgid "Comment Field Join"
|
2959 |
+
msgstr ""
|
2960 |
+
|
2961 |
+
#: options/phrases-layouts/phrases-form.php:47
|
2962 |
+
msgid "Email Field"
|
2963 |
+
msgstr ""
|
2964 |
+
|
2965 |
+
#: options/phrases-layouts/phrases-form.php:59
|
2966 |
+
msgid "Notify on new comments"
|
2967 |
+
msgstr ""
|
2968 |
+
|
2969 |
+
#: options/phrases-layouts/phrases-form.php:63
|
2970 |
+
msgid "Notify on all new replies"
|
2971 |
+
msgstr ""
|
2972 |
+
|
2973 |
+
#: options/phrases-layouts/phrases-form.php:67
|
2974 |
+
msgid "Notify on new replies to this comment"
|
2975 |
+
msgstr ""
|
2976 |
+
|
2977 |
+
#: options/phrases-layouts/phrases-form.php:87
|
2978 |
+
msgid "Subscribed on this comment replies"
|
2979 |
+
msgstr ""
|
2980 |
+
|
2981 |
+
#: options/phrases-layouts/phrases-form.php:91
|
2982 |
+
msgid "Subscribed on all your comments replies"
|
2983 |
+
msgstr ""
|
2984 |
+
|
2985 |
+
#: options/phrases-layouts/phrases-form.php:95
|
2986 |
+
msgid "Subscribed on this post"
|
2987 |
+
msgstr ""
|
2988 |
+
|
2989 |
+
#: options/phrases-layouts/phrases-form.php:99
|
2990 |
+
msgid "Form subscription button"
|
2991 |
+
msgstr ""
|
2992 |
+
|
2993 |
+
#: options/phrases-layouts/phrases-form.php:103
|
2994 |
+
msgid "Invisible Antispam Protection note"
|
2995 |
+
msgstr ""
|
2996 |
+
|
2997 |
+
#: options/phrases-layouts/phrases-general.php:7
|
2998 |
+
msgid "General Phrases"
|
2999 |
+
msgstr ""
|
3000 |
+
|
3001 |
+
#: options/phrases-layouts/phrases-general.php:11
|
3002 |
+
msgid "Be the first to comment"
|
3003 |
+
msgstr ""
|
3004 |
+
|
3005 |
+
#: options/phrases-layouts/phrases-general.php:15
|
3006 |
+
msgid "Load More Button"
|
3007 |
+
msgstr ""
|
3008 |
+
|
3009 |
+
#: options/phrases-layouts/phrases-general.php:23
|
3010 |
+
msgid "Button text if has new comment"
|
3011 |
+
msgstr ""
|
3012 |
+
|
3013 |
+
#: options/phrases-layouts/phrases-general.php:27
|
3014 |
+
msgid "Button text if has new comments (Plural Form)"
|
3015 |
+
msgstr ""
|
3016 |
+
|
3017 |
+
#: options/phrases-layouts/phrases-general.php:31
|
3018 |
+
msgid "Button text if has new reply"
|
3019 |
+
msgstr ""
|
3020 |
+
|
3021 |
+
#: options/phrases-layouts/phrases-general.php:35
|
3022 |
+
msgid "Button text if has new replies (Plural Form)"
|
3023 |
+
msgstr ""
|
3024 |
+
|
3025 |
+
#: options/phrases-layouts/phrases-notification.php:24
|
3026 |
+
msgid "Postmatic subscription label"
|
3027 |
+
msgstr ""
|
3028 |
+
|
3029 |
+
#: options/phrases-layouts/phrases-notification.php:42
|
3030 |
+
msgid "Logged In"
|
3031 |
+
msgstr ""
|
3032 |
+
|
3033 |
+
#: options/phrases-layouts/phrases-notification.php:46
|
3034 |
+
msgid "To post a comment"
|
3035 |
+
msgstr ""
|
3036 |
+
|
3037 |
+
#: options/phrases-layouts/phrases-notification.php:50
|
3038 |
+
msgid "Logged in as"
|
3039 |
+
msgstr ""
|
3040 |
+
|
3041 |
+
#: options/phrases-layouts/phrases-notification.php:62
|
3042 |
+
msgid "Login To Vote"
|
3043 |
+
msgstr ""
|
3044 |
+
|
3045 |
+
#: options/phrases-layouts/phrases-notification.php:66
|
3046 |
+
msgid "Comment waiting moderation"
|
3047 |
+
msgstr ""
|
3048 |
+
|
3049 |
+
#: options/phrases-layouts/phrases-notification.php:70
|
3050 |
+
msgid "Message if commenting disabled by user role"
|
3051 |
+
msgstr ""
|
3052 |
+
|
3053 |
+
#: options/phrases-layouts/phrases-social-login.php:15
|
3054 |
+
msgid "Social login agreement label"
|
3055 |
+
msgstr ""
|
3056 |
+
|
3057 |
+
#: options/phrases-layouts/phrases-social-login.php:19
|
3058 |
+
msgid "Social login agreement description"
|
3059 |
+
msgstr ""
|
3060 |
+
|
3061 |
+
#: options/phrases-layouts/phrases-user-settings.php:7
|
3062 |
+
msgid "User Settings Phrases"
|
3063 |
+
msgstr ""
|
3064 |
+
|
3065 |
+
#: options/phrases-layouts/phrases-user-settings.php:35
|
3066 |
+
msgid "\"Bulk management via email\" description"
|
3067 |
+
msgstr ""
|
3068 |
+
|
3069 |
+
#: options/phrases-layouts/phrases-user-settings.php:72
|
3070 |
+
msgid "Delete all comments email text"
|
3071 |
+
msgstr ""
|
3072 |
+
|
3073 |
+
#: options/phrases-layouts/phrases-user-settings.php:97
|
3074 |
+
msgid "Delete all subscriptions email text"
|
3075 |
+
msgstr ""
|
3076 |
+
|
3077 |
+
#: options/phrases-layouts/phrases-user-settings.php:122
|
3078 |
+
msgid "Delete all follows email text"
|
3079 |
+
msgstr ""
|
3080 |
+
|
3081 |
+
#: options/phrases-layouts/phrases-user-settings.php:146
|
3082 |
+
msgid "Please check your email."
|
3083 |
+
msgstr ""
|
3084 |
+
|
3085 |
+
#: options/tools-layouts/options-export.php:9
|
3086 |
+
msgid ""
|
3087 |
+
"Using this tool you can migrate or backup/restore wpDiscuz options from one "
|
3088 |
+
"WordPress to another."
|
3089 |
+
msgstr ""
|
3090 |
+
|
3091 |
+
#: options/tools-layouts/options-export.php:20
|
3092 |
+
msgid "Download Options"
|
3093 |
+
msgstr ""
|
3094 |
+
|
3095 |
+
#: options/tools-layouts/options-export.php:28
|
3096 |
+
msgid "Backup Options"
|
3097 |
+
msgstr ""
|
3098 |
+
|
3099 |
+
#: options/tools-layouts/options-import.php:9
|
3100 |
+
msgid ""
|
3101 |
+
"Here you can import and restore wpDiscuz options. You just need to choose "
|
3102 |
+
"backup file and click import options."
|
3103 |
+
msgstr ""
|
3104 |
+
|
3105 |
+
#: options/tools-layouts/options-import.php:22
|
3106 |
+
msgid "Import Options"
|
3107 |
+
msgstr ""
|
3108 |
+
|
3109 |
+
#: options/tools-layouts/subscriptions-import.php:11
|
3110 |
+
msgid ""
|
3111 |
+
"Using this tool you can import subscriptions from other plugins to wpDiscuz."
|
3112 |
+
msgstr ""
|
3113 |
+
|
3114 |
+
#: options/tools-layouts/subscriptions-import.php:19
|
3115 |
+
msgid "Import subscriptions from Subscribe To Comments Reloaded"
|
3116 |
+
msgstr ""
|
3117 |
+
|
3118 |
+
#: options/tools-layouts/subscriptions-import.php:20
|
3119 |
+
msgid "Import subscriptions from \"Subscribe To Comments Reloaded\" plugin"
|
3120 |
+
msgstr ""
|
3121 |
+
|
3122 |
+
#: options/tools-layouts/tools-other.php:16
|
3123 |
+
msgid "Update vote data"
|
3124 |
+
msgstr ""
|
3125 |
+
|
3126 |
+
#: options/tools-layouts/tools-other.php:18
|
3127 |
+
msgid ""
|
3128 |
+
"We recommend use this tool to do one way hashing of commenter IP addresses "
|
3129 |
+
"to 32 bit strings, so you'll keep less personal information of your "
|
3130 |
+
"commenters. This tool only hashes voter IP addresses. You also can stop "
|
3131 |
+
"saving of commenter IP addresses in comments database table using this "
|
3132 |
+
"instruction "
|
3133 |
+
msgstr ""
|
3134 |
+
|
3135 |
+
#: options/tools-layouts/tools-other.php:26
|
3136 |
+
msgid "Start Hashing"
|
3137 |
+
msgstr ""
|
3138 |
+
|
3139 |
+
#: options/tools-layouts/tools-other.php:27
|
3140 |
+
msgid "Hash users IP addresses"
|
3141 |
+
msgstr ""
|
3142 |
+
|
3143 |
+
#: templates/comment/comment-form.php:61
|
3144 |
+
msgid "Your comments have been deleted from database"
|
3145 |
+
msgstr ""
|
3146 |
+
|
3147 |
+
#: templates/comment/comment-form.php:72
|
3148 |
+
msgid "You cancel all your subscriptions successfully"
|
3149 |
+
msgstr ""
|
3150 |
+
|
3151 |
+
#: templates/comment/comment-form.php:82
|
3152 |
+
msgid "You cancel all your follows successfully"
|
3153 |
+
msgstr ""
|
3154 |
+
|
3155 |
+
#: templates/comment/comment-form.php:91
|
3156 |
+
msgid "Follow has been confirmed successfully"
|
3157 |
+
msgstr ""
|
3158 |
+
|
3159 |
+
#: templates/comment/comment-form.php:99
|
3160 |
+
msgid "Follow has been canceled successfully"
|
3161 |
+
msgstr ""
|
3162 |
+
|
3163 |
+
#: templates/comment/comment-form.php:127
|
3164 |
+
msgid "Unable to send an email"
|
3165 |
+
msgstr ""
|
3166 |
+
|
3167 |
+
#: templates/comment/comment-form.php:129
|
3168 |
+
msgid "Subscription Fault"
|
3169 |
+
msgstr ""
|
3170 |
+
|
3171 |
+
#: utils/layouts/pagination.php:22
|
3172 |
+
msgid "«"
|
3173 |
+
msgstr ""
|
3174 |
+
|
3175 |
+
#: utils/layouts/pagination.php:28
|
3176 |
+
msgid "‹"
|
3177 |
+
msgstr ""
|
3178 |
+
|
3179 |
+
#: utils/layouts/pagination.php:52
|
3180 |
+
msgid "»"
|
3181 |
+
msgstr ""
|
3182 |
+
|
3183 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:16
|
3184 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:17
|
3185 |
+
#: forms/wpdFormAttr/Field/ColorField.php:17
|
3186 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:18
|
3187 |
+
#: forms/wpdFormAttr/Field/DateField.php:17
|
3188 |
+
#: forms/wpdFormAttr/Field/NumberField.php:17
|
3189 |
+
#: forms/wpdFormAttr/Field/RadioField.php:17
|
3190 |
+
#: forms/wpdFormAttr/Field/RatingField.php:16
|
3191 |
+
#: forms/wpdFormAttr/Field/SelectField.php:17
|
3192 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:18
|
3193 |
+
#: forms/wpdFormAttr/Field/TextField.php:17
|
3194 |
+
#: forms/wpdFormAttr/Field/UrlField.php:17
|
3195 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:32
|
3196 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:24
|
3197 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:23
|
3198 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:23
|
3199 |
+
msgid "Description"
|
3200 |
+
msgstr ""
|
3201 |
+
|
3202 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:18
|
3203 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:19
|
3204 |
+
#: forms/wpdFormAttr/Field/ColorField.php:19
|
3205 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:20
|
3206 |
+
#: forms/wpdFormAttr/Field/DateField.php:19
|
3207 |
+
#: forms/wpdFormAttr/Field/NumberField.php:19
|
3208 |
+
#: forms/wpdFormAttr/Field/NumberField.php:24
|
3209 |
+
#: forms/wpdFormAttr/Field/NumberField.php:29
|
3210 |
+
#: forms/wpdFormAttr/Field/RadioField.php:19
|
3211 |
+
#: forms/wpdFormAttr/Field/RatingField.php:18
|
3212 |
+
#: forms/wpdFormAttr/Field/SelectField.php:19
|
3213 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:20
|
3214 |
+
#: forms/wpdFormAttr/Field/TextField.php:19
|
3215 |
+
#: forms/wpdFormAttr/Field/UrlField.php:19
|
3216 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:34
|
3217 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:26
|
3218 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:25
|
3219 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:25
|
3220 |
+
msgid ""
|
3221 |
+
"Field specific short description or some rule related to inserted "
|
3222 |
+
"information."
|
3223 |
+
msgstr ""
|
3224 |
+
|
3225 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:21
|
3226 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:23
|
3227 |
+
msgid "Checkbox Label"
|
3228 |
+
msgstr ""
|
3229 |
+
|
3230 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:22
|
3231 |
+
msgid ""
|
3232 |
+
"You can use HTML tags to add links to website Terms and Privacy Policy pages."
|
3233 |
+
" For example: "
|
3234 |
+
msgstr ""
|
3235 |
+
|
3236 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:28
|
3237 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:33
|
3238 |
+
#: forms/wpdFormAttr/Field/ColorField.php:29
|
3239 |
+
#: forms/wpdFormAttr/Field/DateField.php:29
|
3240 |
+
#: forms/wpdFormAttr/Field/NumberField.php:39
|
3241 |
+
#: forms/wpdFormAttr/Field/RadioField.php:33
|
3242 |
+
#: forms/wpdFormAttr/Field/RatingField.php:28
|
3243 |
+
#: forms/wpdFormAttr/Field/SelectField.php:33
|
3244 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:23
|
3245 |
+
#: forms/wpdFormAttr/Field/TextField.php:29
|
3246 |
+
#: forms/wpdFormAttr/Field/UrlField.php:29
|
3247 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:36
|
3248 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:35
|
3249 |
+
msgid "Field is required"
|
3250 |
+
msgstr ""
|
3251 |
+
|
3252 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:32
|
3253 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:37
|
3254 |
+
#: forms/wpdFormAttr/Field/ColorField.php:33
|
3255 |
+
#: forms/wpdFormAttr/Field/DateField.php:33
|
3256 |
+
#: forms/wpdFormAttr/Field/HTMLField.php:21
|
3257 |
+
#: forms/wpdFormAttr/Field/NumberField.php:43
|
3258 |
+
#: forms/wpdFormAttr/Field/RadioField.php:37
|
3259 |
+
#: forms/wpdFormAttr/Field/SelectField.php:37
|
3260 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:27
|
3261 |
+
#: forms/wpdFormAttr/Field/TextField.php:33
|
3262 |
+
#: forms/wpdFormAttr/Field/UrlField.php:33
|
3263 |
+
msgid "Display on reply form"
|
3264 |
+
msgstr ""
|
3265 |
+
|
3266 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:36
|
3267 |
+
msgid "Display for Guests"
|
3268 |
+
msgstr ""
|
3269 |
+
|
3270 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:40
|
3271 |
+
msgid "Display for Registered Users"
|
3272 |
+
msgstr ""
|
3273 |
+
|
3274 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:44
|
3275 |
+
msgid "Don't show again if the agreement is accepted once"
|
3276 |
+
msgstr ""
|
3277 |
+
|
3278 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:101
|
3279 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:153
|
3280 |
+
#: forms/wpdFormAttr/Field/ColorField.php:115
|
3281 |
+
#: forms/wpdFormAttr/Field/DateField.php:115
|
3282 |
+
#: forms/wpdFormAttr/Field/NumberField.php:125
|
3283 |
+
#: forms/wpdFormAttr/Field/RadioField.php:130
|
3284 |
+
#: forms/wpdFormAttr/Field/RatingField.php:126
|
3285 |
+
#: forms/wpdFormAttr/Field/SelectField.php:125
|
3286 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:98
|
3287 |
+
#: forms/wpdFormAttr/Field/TextField.php:109
|
3288 |
+
#: forms/wpdFormAttr/Field/UrlField.php:110
|
3289 |
+
msgid "field is required!"
|
3290 |
+
msgstr ""
|
3291 |
+
|
3292 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:14
|
3293 |
+
#: forms/wpdFormAttr/Field/ColorField.php:14
|
3294 |
+
#: forms/wpdFormAttr/Field/DateField.php:14
|
3295 |
+
#: forms/wpdFormAttr/Field/NumberField.php:14
|
3296 |
+
#: forms/wpdFormAttr/Field/RadioField.php:14
|
3297 |
+
#: forms/wpdFormAttr/Field/SelectField.php:14
|
3298 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:15
|
3299 |
+
#: forms/wpdFormAttr/Field/TextField.php:14
|
3300 |
+
#: forms/wpdFormAttr/Field/UrlField.php:14
|
3301 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:29
|
3302 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:21
|
3303 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:20
|
3304 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:20
|
3305 |
+
msgid "Also used for field placeholder"
|
3306 |
+
msgstr ""
|
3307 |
+
|
3308 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:28
|
3309 |
+
#: forms/wpdFormAttr/Field/RadioField.php:28
|
3310 |
+
#: forms/wpdFormAttr/Field/SelectField.php:28
|
3311 |
+
msgid "Values"
|
3312 |
+
msgstr ""
|
3313 |
+
|
3314 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:30
|
3315 |
+
msgid "Please insert one value per line"
|
3316 |
+
msgstr ""
|
3317 |
+
|
3318 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:41
|
3319 |
+
#: forms/wpdFormAttr/Field/ColorField.php:37
|
3320 |
+
#: forms/wpdFormAttr/Field/DateField.php:37
|
3321 |
+
#: forms/wpdFormAttr/Field/NumberField.php:47
|
3322 |
+
#: forms/wpdFormAttr/Field/RadioField.php:41
|
3323 |
+
#: forms/wpdFormAttr/Field/RatingField.php:32
|
3324 |
+
#: forms/wpdFormAttr/Field/SelectField.php:41
|
3325 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:31
|
3326 |
+
#: forms/wpdFormAttr/Field/TextField.php:37
|
3327 |
+
#: forms/wpdFormAttr/Field/UrlField.php:37
|
3328 |
+
msgid "Display on comment"
|
3329 |
+
msgstr ""
|
3330 |
+
|
3331 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:45
|
3332 |
+
#: forms/wpdFormAttr/Field/ColorField.php:41
|
3333 |
+
#: forms/wpdFormAttr/Field/DateField.php:41
|
3334 |
+
#: forms/wpdFormAttr/Field/NumberField.php:51
|
3335 |
+
#: forms/wpdFormAttr/Field/RadioField.php:45
|
3336 |
+
#: forms/wpdFormAttr/Field/RatingField.php:36
|
3337 |
+
#: forms/wpdFormAttr/Field/SelectField.php:45
|
3338 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:35
|
3339 |
+
#: forms/wpdFormAttr/Field/TextField.php:41
|
3340 |
+
#: forms/wpdFormAttr/Field/UrlField.php:41
|
3341 |
+
msgid "Advanced Options"
|
3342 |
+
msgstr ""
|
3343 |
+
|
3344 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:48
|
3345 |
+
#: forms/wpdFormAttr/Field/ColorField.php:44
|
3346 |
+
#: forms/wpdFormAttr/Field/DateField.php:44
|
3347 |
+
#: forms/wpdFormAttr/Field/NumberField.php:54
|
3348 |
+
#: forms/wpdFormAttr/Field/RadioField.php:48
|
3349 |
+
#: forms/wpdFormAttr/Field/RatingField.php:39
|
3350 |
+
#: forms/wpdFormAttr/Field/SelectField.php:48
|
3351 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:38
|
3352 |
+
#: forms/wpdFormAttr/Field/TextField.php:44
|
3353 |
+
#: forms/wpdFormAttr/Field/UrlField.php:44
|
3354 |
+
msgid "Meta Key"
|
3355 |
+
msgstr ""
|
3356 |
+
|
3357 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:52
|
3358 |
+
#: forms/wpdFormAttr/Field/ColorField.php:48
|
3359 |
+
#: forms/wpdFormAttr/Field/DateField.php:48
|
3360 |
+
#: forms/wpdFormAttr/Field/NumberField.php:58
|
3361 |
+
#: forms/wpdFormAttr/Field/RadioField.php:52
|
3362 |
+
#: forms/wpdFormAttr/Field/RatingField.php:43
|
3363 |
+
#: forms/wpdFormAttr/Field/SelectField.php:52
|
3364 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:42
|
3365 |
+
#: forms/wpdFormAttr/Field/TextField.php:48
|
3366 |
+
#: forms/wpdFormAttr/Field/UrlField.php:48
|
3367 |
+
msgid "Replace old meta key"
|
3368 |
+
msgstr ""
|
3369 |
+
|
3370 |
+
#: forms/wpdFormAttr/Field/ColorField.php:23
|
3371 |
+
#: forms/wpdFormAttr/Field/DateField.php:23
|
3372 |
+
#: forms/wpdFormAttr/Field/NumberField.php:33
|
3373 |
+
#: forms/wpdFormAttr/Field/RatingField.php:22
|
3374 |
+
#: forms/wpdFormAttr/Field/TextField.php:23
|
3375 |
+
#: forms/wpdFormAttr/Field/UrlField.php:23
|
3376 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:30
|
3377 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:29
|
3378 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:29
|
3379 |
+
msgid "Field icon"
|
3380 |
+
msgstr ""
|
3381 |
+
|
3382 |
+
#: forms/wpdFormAttr/Field/ColorField.php:26
|
3383 |
+
#: forms/wpdFormAttr/Field/DateField.php:26
|
3384 |
+
#: forms/wpdFormAttr/Field/NumberField.php:36
|
3385 |
+
#: forms/wpdFormAttr/Field/RatingField.php:25
|
3386 |
+
#: forms/wpdFormAttr/Field/TextField.php:26
|
3387 |
+
#: forms/wpdFormAttr/Field/UrlField.php:26
|
3388 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:33
|
3389 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:32
|
3390 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:32
|
3391 |
+
msgid "Font-awesome icon library."
|
3392 |
+
msgstr ""
|
3393 |
+
|
3394 |
+
#: forms/wpdFormAttr/Field/Field.php:54
|
3395 |
+
msgid " (Submit Button)"
|
3396 |
+
msgstr ""
|
3397 |
+
|
3398 |
+
#: forms/wpdFormAttr/Field/Field.php:56
|
3399 |
+
msgid " (CAPTCHA)"
|
3400 |
+
msgstr ""
|
3401 |
+
|
3402 |
+
#: forms/wpdFormAttr/Field/Field.php:89
|
3403 |
+
msgid "Add To Form"
|
3404 |
+
msgstr ""
|
3405 |
+
|
3406 |
+
#: forms/wpdFormAttr/Field/HTMLField.php:17
|
3407 |
+
msgid "HTML Code"
|
3408 |
+
msgstr ""
|
3409 |
+
|
3410 |
+
#: forms/wpdFormAttr/Field/NumberField.php:22
|
3411 |
+
msgid "Min Value"
|
3412 |
+
msgstr ""
|
3413 |
+
|
3414 |
+
#: forms/wpdFormAttr/Field/NumberField.php:27
|
3415 |
+
msgid "Max Value"
|
3416 |
+
msgstr ""
|
3417 |
+
|
3418 |
+
#: forms/wpdFormAttr/Field/NumberField.php:129
|
3419 |
+
msgid "value can not be less than"
|
3420 |
+
msgstr ""
|
3421 |
+
|
3422 |
+
#: forms/wpdFormAttr/Field/NumberField.php:132
|
3423 |
+
msgid "value can not be more than"
|
3424 |
+
msgstr ""
|
3425 |
+
|
3426 |
+
#: forms/wpdFormAttr/Field/RadioField.php:30
|
3427 |
+
#: forms/wpdFormAttr/Field/SelectField.php:30
|
3428 |
+
msgid "New value new line"
|
3429 |
+
msgstr ""
|
3430 |
+
|
3431 |
+
#: forms/wpdFormAttr/html/admin-form-fields-list.php:7
|
3432 |
+
msgid "Comment Form Fields"
|
3433 |
+
msgstr ""
|
3434 |
+
|
3435 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:32
|
3436 |
+
msgid "Authentication failed."
|
3437 |
+
msgstr ""
|
3438 |
+
|
3439 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:90
|
3440 |
+
msgid "Facebook access token or user ID invalid."
|
3441 |
+
msgstr ""
|
3442 |
+
|
3443 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:94
|
3444 |
+
msgid "Facebook App Secret is required."
|
3445 |
+
msgstr ""
|
3446 |
+
|
3447 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:123
|
3448 |
+
msgid "Facebook Application ID and Application Secret required."
|
3449 |
+
msgstr ""
|
3450 |
+
|
3451 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:151
|
3452 |
+
msgid ""
|
3453 |
+
"Facebook authentication failed (OAuth <code>state</code> does not exist)."
|
3454 |
+
msgstr ""
|
3455 |
+
|
3456 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:154
|
3457 |
+
msgid ""
|
3458 |
+
"Facebook authentication failed (OAuth <code>code</code> does not exist)."
|
3459 |
+
msgstr ""
|
3460 |
+
|
3461 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:193
|
3462 |
+
msgid "Google access token invalid."
|
3463 |
+
msgstr ""
|
3464 |
+
|
3465 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:204
|
3466 |
+
msgid "Google authentication failed."
|
3467 |
+
msgstr ""
|
3468 |
+
|
3469 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:232
|
3470 |
+
msgid "Twitter Consumer Key and Consumer Secret required."
|
3471 |
+
msgstr ""
|
3472 |
+
|
3473 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:245
|
3474 |
+
msgid "Twitter authentication failed (OAuth secret does not exist)."
|
3475 |
+
msgstr ""
|
3476 |
+
|
3477 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:256
|
3478 |
+
msgid "Twitter connection failed."
|
3479 |
+
msgstr ""
|
3480 |
+
|
3481 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:266
|
3482 |
+
msgid "VK Client ID and Client Secret required."
|
3483 |
+
msgstr ""
|
3484 |
+
|
3485 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:295
|
3486 |
+
msgid "VK authentication failed (OAuth <code>state</code> does not exist)."
|
3487 |
+
msgstr ""
|
3488 |
+
|
3489 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:298
|
3490 |
+
msgid "VK authentication failed (OAuth <code>code</code> does not exist)."
|
3491 |
+
msgstr ""
|
3492 |
+
|
3493 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:316
|
3494 |
+
msgid "VK authentication failed (<code>user_id</code> does not exist)."
|
3495 |
+
msgstr ""
|
3496 |
+
|
3497 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:342
|
3498 |
+
msgid "OK Application ID, Application Key and Application Secret required."
|
3499 |
+
msgstr ""
|
3500 |
+
|
3501 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:369
|
3502 |
+
msgid "OK authentication failed (OAuth <code>state</code> does not exist)."
|
3503 |
+
msgstr ""
|
3504 |
+
|
3505 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:372
|
3506 |
+
msgid "OK authentication failed (<code>code</code> does not exist)."
|
3507 |
+
msgstr ""
|
3508 |
+
|
3509 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:391
|
3510 |
+
msgid "OK authentication failed (<code>access_token</code> does not exist)."
|
3511 |
+
msgstr ""
|
3512 |
+
|
3513 |
+
#: forms/wpdFormAttr/Tools/PersonalDataExporter.php:36
|
3514 |
+
msgid "wpDiscuz Fields Data"
|
3515 |
+
msgstr ""
|
3516 |
+
|
3517 |
+
#: options/addons/cai/title.php:7
|
3518 |
+
msgid "Comment Author"
|
3519 |
+
msgstr ""
|
3520 |
+
|
3521 |
+
#: options/addons/fem/title.php:7
|
3522 |
+
msgid "Frontend Moderation"
|
3523 |
+
msgstr ""
|
3524 |
+
|
3525 |
+
#: options/addons/more/title.php:6
|
3526 |
+
msgid "More Addons..."
|
3527 |
+
msgstr ""
|
3528 |
+
|
3529 |
+
#: options/addons/ucm/title.php:7
|
3530 |
+
msgid "Mentioning"
|
3531 |
+
msgstr ""
|
3532 |
+
|
3533 |
+
#: utils/layouts/activity/item.php:28
|
3534 |
+
msgid "Delete this comment"
|
3535 |
+
msgstr ""
|
3536 |
+
|
3537 |
+
#: utils/layouts/follows/item.php:14
|
3538 |
+
msgid "Cancel this follow"
|
3539 |
+
msgstr ""
|
3540 |
+
|
3541 |
+
#: utils/layouts/subscriptions/item.php:23
|
3542 |
+
msgid "Cancel this subscription"
|
3543 |
+
msgstr ""
|
3544 |
+
|
3545 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:37
|
3546 |
+
msgid ""
|
3547 |
+
"For an advanced antispam protection please check <a target=\"blank\" "
|
3548 |
+
"href=\"https://gvectors.com/product/wpdiscuz-recaptcha/\">wpDiscuz - Google "
|
3549 |
+
"reCAPTCHA</a> addon."
|
3550 |
+
msgstr ""
|
3551 |
+
|
3552 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:40
|
3553 |
+
msgid "Show for guests"
|
3554 |
+
msgstr ""
|
3555 |
+
|
3556 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:44
|
3557 |
+
msgid "Show for logged in users"
|
3558 |
+
msgstr ""
|
3559 |
+
|
3560 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:135
|
3561 |
+
msgid "Cannot create image file"
|
3562 |
+
msgstr ""
|
3563 |
+
|
3564 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:136
|
3565 |
+
msgid "Permission denied for file creation"
|
3566 |
+
msgstr ""
|
3567 |
+
|
3568 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:137
|
3569 |
+
msgid "PHP GD2 library is disabled"
|
3570 |
+
msgstr ""
|
3571 |
+
|
3572 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:138
|
3573 |
+
msgid "PNG image creation disabled"
|
3574 |
+
msgstr ""
|
3575 |
+
|
3576 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:145
|
3577 |
+
msgid "Insert the CAPTCHA code"
|
3578 |
+
msgstr ""
|
3579 |
+
|
3580 |
+
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
|
3581 |
+
msgid "Button Text"
|
3582 |
+
msgstr ""
|
3583 |
+
|
3584 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:35
|
3585 |
+
msgid "Enable"
|
3586 |
+
msgstr ""
|
3587 |
+
|
3588 |
+
#. Plugin Name of the plugin/theme
|
3589 |
+
msgid "wpDiscuz"
|
3590 |
+
msgstr ""
|
3591 |
+
|
3592 |
+
#. Description of the plugin/theme
|
3593 |
+
msgid ""
|
3594 |
+
"Better comment system. Wordpress post comments and discussion plugin. Allows "
|
3595 |
+
"your visitors discuss, vote for comments and share."
|
3596 |
+
msgstr ""
|
3597 |
+
|
3598 |
+
#. Plugin URI of the plugin/theme
|
3599 |
+
msgid "http://wpdiscuz.com/"
|
3600 |
+
msgstr ""
|
3601 |
+
|
3602 |
+
#. Author of the plugin/theme
|
3603 |
+
msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
|
3604 |
+
msgstr ""
|
3605 |
+
|
3606 |
+
#. Author URI of the plugin/theme
|
3607 |
+
msgid "https://gvectors.com/"
|
3608 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: gVectors Team
|
|
3 |
Tags: comment, comments, ajax comments, custom comment form, custom comment field
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 4.9
|
6 |
-
Stable tag: 5.2.
|
7 |
Requires PHP: 5.4 and higher
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -174,7 +174,9 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
|
|
174 |
|
175 |
== Changelog ==
|
176 |
|
177 |
-
= Comments - wpDiscuz v5.2.0 =
|
|
|
|
|
178 |
|
179 |
* Boosted: Revolutionary changes in core made for rocket speed.
|
180 |
* Boosted: Database queries with custom AJAX processor (disabled by default)
|
3 |
Tags: comment, comments, ajax comments, custom comment form, custom comment field
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 4.9
|
6 |
+
Stable tag: 5.2.1
|
7 |
Requires PHP: 5.4 and higher
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
174 |
|
175 |
== Changelog ==
|
176 |
|
177 |
+
= Comments - wpDiscuz v5.2.0 / v5.2.1 =
|
178 |
+
|
179 |
+
* Fixed Bug: Comment replies not displaying
|
180 |
|
181 |
* Boosted: Revolutionary changes in core made for rocket speed.
|
182 |
* Boosted: Database queries with custom AJAX processor (disabled by default)
|