Comments – wpDiscuz - Version 7.0.10

Version Description

Download this release

Release Info

Developer taron96
Plugin Icon 128x128 Comments – wpDiscuz
Version 7.0.10
Comparing to
See all releases

Code changes from version 7.0.9 to 7.0.10

class.WpdiscuzCore.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * Plugin Name: wpDiscuz
4
  * Description: #1 WordPress Comment Plugin. Innovative, modern and feature-rich comment system to supercharge your website comment section.
5
- * Version: 7.0.9
6
  * Author: gVectors Team
7
  * Author URI: https://gvectors.com/
8
  * Plugin URI: https://wpdiscuz.com/
@@ -413,7 +413,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
413
  "comment_content" => $comment_content,
414
  "comment_author_url" => $website_url,
415
  "comment_agent" => $wc_user_agent,
416
- "comment_type" => $stickyComment ? self::WPDISCUZ_STICKY_COMMENT : self::$DEFAULT_COMMENT_TYPE,
417
  ];
418
 
419
  $new_comment_id = wp_new_comment(wp_slash($new_commentdata));
2
  /*
3
  * Plugin Name: wpDiscuz
4
  * Description: #1 WordPress Comment Plugin. Innovative, modern and feature-rich comment system to supercharge your website comment section.
5
+ * Version: 7.0.10
6
  * Author: gVectors Team
7
  * Author URI: https://gvectors.com/
8
  * Plugin URI: https://wpdiscuz.com/
413
  "comment_content" => $comment_content,
414
  "comment_author_url" => $website_url,
415
  "comment_agent" => $wc_user_agent,
416
+ "comment_type" => $wooExists ? "review" : ($stickyComment ? self::WPDISCUZ_STICKY_COMMENT : self::$DEFAULT_COMMENT_TYPE),
417
  ];
418
 
419
  $new_comment_id = wp_new_comment(wp_slash($new_commentdata));
forms/wpdFormAttr/Field/DefaultField/Email.php CHANGED
@@ -85,8 +85,7 @@ class Email extends Field {
85
  }
86
 
87
  if ($email !== "" && filter_var($email, FILTER_VALIDATE_EMAIL) === false) {
88
- $messageArray["code"] = "wc_error_email_text";
89
- wp_die(json_encode($messageArray));
90
  }
91
 
92
  return $email;
85
  }
86
 
87
  if ($email !== "" && filter_var($email, FILTER_VALIDATE_EMAIL) === false) {
88
+ wp_send_json_error("wc_error_email_text");
 
89
  }
90
 
91
  return $email;
forms/wpdFormAttr/Field/DefaultField/Website.php CHANGED
@@ -96,8 +96,7 @@ class Website extends Field {
96
  }
97
 
98
  if (filter_var($website_url, FILTER_VALIDATE_URL) === false) {
99
- $messageArray["code"] = "wc_error_url_text";
100
- wp_die(json_encode($messageArray));
101
  }
102
  }
103
  return esc_url_raw($website_url, ["http", "https"]);
96
  }
97
 
98
  if (filter_var($website_url, FILTER_VALIDATE_URL) === false) {
99
+ wp_send_json_error("wc_error_url_text");
 
100
  }
101
  }
102
  return esc_url_raw($website_url, ["http", "https"]);
languages/wpdiscuz.pot CHANGED
@@ -3,5405 +3,4826 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: wpDiscuz\n"
6
- "POT-Creation-Date: 2020-06-06 08:31+0400\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: Poedit 1.8.6\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__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
 
20
 
21
- #: class.WpdiscuzCore.php:251
22
- msgid "Every 3 hours"
23
  msgstr ""
24
 
25
- #: class.WpdiscuzCore.php:255
26
- msgid "Every 48 hours"
27
  msgstr ""
28
 
29
- #: class.WpdiscuzCore.php:931 class.WpdiscuzCore.php:1390
30
- msgid "Dashboard"
31
  msgstr ""
32
 
33
- #: class.WpdiscuzCore.php:932 class.WpdiscuzCore.php:1391
34
- #: options/html-options.php:399 options/html-options.php:510
35
- msgid "Settings"
36
  msgstr ""
37
 
38
- #: class.WpdiscuzCore.php:934 class.WpdiscuzCore.php:1393
39
- msgid "Phrases"
40
  msgstr ""
41
 
42
- #: class.WpdiscuzCore.php:936
43
- msgid "Tools"
44
  msgstr ""
45
 
46
- #: class.WpdiscuzCore.php:937 options/html-options.php:26
47
- msgid "Addons"
 
48
  msgstr ""
49
 
50
- #: class.WpdiscuzCore.php:952
51
- msgid "Do you really want to reset all options?"
52
  msgstr ""
53
 
54
- #: class.WpdiscuzCore.php:953
55
- msgid "Do you really want to reset tab options?"
56
  msgstr ""
57
 
58
- #: class.WpdiscuzCore.php:954
59
- msgid "Do you really want to remove voting data?"
60
  msgstr ""
61
 
62
- #: class.WpdiscuzCore.php:955
63
- msgid "Do you really want to reset phrases?"
64
  msgstr ""
65
 
66
- #: class.WpdiscuzCore.php:956
67
- msgid "Do you really want to delet this attachment?"
68
  msgstr ""
69
 
70
- #: class.WpdiscuzCore.php:957
71
- msgid "Do you really want to delete gravatars cache?"
72
  msgstr ""
73
 
74
- #: class.WpdiscuzCore.php:1013
75
- msgid "Please check one of reasons before sending feedback!"
76
  msgstr ""
77
 
78
- #: class.WpdiscuzCore.php:1014 utils/deactivation-reason-modal.php:137
79
- msgid "Please provide more information"
80
  msgstr ""
81
 
82
- #: class.WpdiscuzCore.php:1029 class.WpdiscuzCore.php:1805
83
- msgid "No text is selected. Please select a part of text from post content."
84
  msgstr ""
85
 
86
- #: class.WpdiscuzCore.php:1518 options/phrases-layouts/phrases-comment.php:56
87
- msgid "Admin"
88
  msgstr ""
89
 
90
- #: class.WpdiscuzCore.php:1521 class.WpdiscuzCore.php:1534
91
- #: options/phrases-layouts/phrases-comment.php:58
92
- msgid "Author"
93
  msgstr ""
94
 
95
- #: class.WpdiscuzCore.php:1524 options/phrases-layouts/phrases-comment.php:60
96
- msgid "Editor"
97
  msgstr ""
98
 
99
- #: class.WpdiscuzCore.php:1527 options/phrases-layouts/phrases-comment.php:64
100
- msgid "Member"
101
  msgstr ""
102
 
103
- #: class.WpdiscuzCore.php:1535 options/phrases-layouts/phrases-comment.php:62
104
- msgid "Guest"
105
  msgstr ""
106
 
107
- #: class.WpdiscuzCore.php:1803
108
- msgid "Selected Text"
109
  msgstr ""
110
 
111
- #: class.WpdiscuzCore.php:1810
112
- msgid "Your Question to Readers"
113
  msgstr ""
114
 
115
- #: class.WpdiscuzCore.php:1811
116
- msgid "A simple question or a call to leave a feedback on the selected part of text. Something like "By the way. Do you agree with this?" or "Would love your thoughts, please comment on this.""
117
  msgstr ""
118
 
119
- #: class.WpdiscuzCore.php:1816
120
- msgid "e.g: Any thoughts on this?"
121
  msgstr ""
122
 
123
- #: class.WpdiscuzCore.php:1821
124
- msgid "Feedback Button Display Type"
125
  msgstr ""
126
 
127
- #: class.WpdiscuzCore.php:1822
128
- msgid "By default the inline feedback form is closed and only the button is displayed. Once reader scrolled and reached to the selected text part, this button animates with comment button size and color changes attracting readers attention. Readers click on the button and open your question with feedback form. Using this option you can keep opened the feedback form. Readers can close it using [x] button."
129
  msgstr ""
130
 
131
- #: class.WpdiscuzCore.php:1830
132
- msgid "CLOSED"
133
  msgstr ""
134
 
135
- #: class.WpdiscuzCore.php:1839
136
- msgid "OPENED"
137
  msgstr ""
138
 
139
- #: class.WpdiscuzCore.php:1848
140
- msgid "Add Inline Feedback Button"
141
  msgstr ""
142
 
143
- #: forms/wpDiscuzForm.php:96
144
- msgid "Not whitelisted value detected"
145
  msgstr ""
146
 
147
- #: forms/wpDiscuzForm.php:101
148
- msgid "Invalid Data !!!"
149
  msgstr ""
150
 
151
- #: forms/wpDiscuzForm.php:109 forms/wpDiscuzForm.php:158
152
- msgid "Forms"
153
  msgstr ""
154
 
155
- #: forms/wpDiscuzForm.php:110 options/html-phrases.php:20
156
- msgid "Form"
157
  msgstr ""
158
 
159
- #: forms/wpDiscuzForm.php:111
160
- msgid "Add New"
161
  msgstr ""
162
 
163
- #: forms/wpDiscuzForm.php:112
164
- msgid "Add New Form"
165
  msgstr ""
166
 
167
- #: forms/wpDiscuzForm.php:113
168
- msgid "Edit Form"
169
  msgstr ""
170
 
171
- #: forms/wpDiscuzForm.php:114
172
- msgid "You did not create any forms yet"
173
  msgstr ""
174
 
175
- #: forms/wpDiscuzForm.php:115
176
- msgid "Nothing found in Trash"
 
177
  msgstr ""
178
 
179
- #: forms/wpDiscuzForm.php:116
180
- msgid "Search Forms"
181
  msgstr ""
182
 
183
- #: forms/wpDiscuzForm.php:173
184
- msgid "Title"
185
  msgstr ""
186
 
187
- #: forms/wpDiscuzForm.php:174
188
- msgid "Post Types"
189
  msgstr ""
190
 
191
- #: forms/wpDiscuzForm.php:175
192
- msgid "Post IDs"
193
  msgstr ""
194
 
195
- #: forms/wpDiscuzForm.php:176 forms/wpdFormAttr/Form.php:980
196
- msgid "Language"
197
  msgstr ""
198
 
199
- #: forms/wpDiscuzForm.php:177
200
- msgid "Date"
201
  msgstr ""
202
 
203
- #: forms/wpDiscuzForm.php:222
204
- msgid "Field Types"
205
  msgstr ""
206
 
207
- #: forms/wpDiscuzForm.php:223 forms/wpdFormAttr/Row.php:23
208
- msgid "Two column"
209
  msgstr ""
210
 
211
- #: forms/wpDiscuzForm.php:224 forms/wpdFormAttr/Field/Field.php:73
212
- #: forms/wpdFormAttr/Row.php:24 utils/class.WpdiscuzHelperUpload.php:681
213
- msgid "Delete"
214
  msgstr ""
215
 
216
- #: forms/wpDiscuzForm.php:225 forms/wpdFormAttr/Row.php:25
217
- msgid "Move"
218
  msgstr ""
219
 
220
- #: forms/wpDiscuzForm.php:226 forms/wpdFormAttr/Row.php:73
221
- msgid "Add Field"
222
  msgstr ""
223
 
224
- #: forms/wpDiscuzForm.php:227 forms/wpdFormAttr/Field/Field.php:70
225
- #: options/class.WpdiscuzOptions.php:338
226
- #: options/phrases-layouts/phrases-comment.php:19
227
- msgid "Edit"
228
  msgstr ""
229
 
230
- #: forms/wpDiscuzForm.php:228
231
- msgid "You can not delete default field."
232
  msgstr ""
233
 
234
- #: forms/wpDiscuzForm.php:229
235
- msgid "You really want to delete this item ?"
236
  msgstr ""
237
 
238
- #: forms/wpDiscuzForm.php:236
239
- msgid "Permission Denied !!!"
240
  msgstr ""
241
 
242
- #: forms/wpDiscuzForm.php:257 forms/wpdFormAttr/Form.php:945
243
- #: forms/wpdFormAttr/html/admin-form-fields-list.php:18
244
- msgid "Custom Fields"
245
  msgstr ""
246
 
247
- #: forms/wpDiscuzForm.php:315
248
- msgid "Custom CSS"
249
  msgstr ""
250
 
251
- #: forms/wpDiscuzForm.php:370
252
- msgid "Default Form"
253
  msgstr ""
254
 
255
- #: forms/wpDiscuzForm.php:403 forms/wpdFormAttr/Form.php:114
256
- #: forms/wpdFormAttr/Form.php:1061 options/html-phrases.php:21
257
- #: options/options-layouts/html-moderation.php:133
258
- msgid "Comment"
259
  msgstr ""
260
 
261
- #: forms/wpDiscuzForm.php:404 forms/wpdFormAttr/Form.php:122
262
- #: forms/wpdFormAttr/Form.php:1072
263
- #: forms/wpdFormAttr/Tools/PersonalDataExporter.php:82
264
- #: utils/class.WpdiscuzHelperAjax.php:905
265
- msgid "Comments"
266
  msgstr ""
267
 
268
- #: forms/wpDiscuzForm.php:411 forms/wpdFormAttr/Form.php:174
269
- #: forms/wpdFormAttr/Form.php:616 forms/wpdFormAttr/Form.php:1184
270
- msgid "Article Rating"
271
  msgstr ""
272
 
273
- #: forms/wpDiscuzForm.php:431 forms/wpdFormAttr/Field/AgreementCheckbox.php:12
274
- #: forms/wpdFormAttr/Field/CheckboxField.php:12
275
- #: forms/wpdFormAttr/Field/ColorField.php:12
276
- #: forms/wpdFormAttr/Field/CookiesConsent.php:14
277
- #: forms/wpdFormAttr/Field/DateField.php:12
278
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:19
279
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:18
280
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:67
281
- #: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
282
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:18
283
- #: forms/wpdFormAttr/Field/HTMLField.php:12
284
- #: forms/wpdFormAttr/Field/NumberField.php:12
285
- #: forms/wpdFormAttr/Field/RadioField.php:12
286
- #: forms/wpdFormAttr/Field/RatingField.php:12
287
- #: forms/wpdFormAttr/Field/SelectField.php:12
288
- #: forms/wpdFormAttr/Field/TextAreaField.php:12
289
- #: forms/wpdFormAttr/Field/TextField.php:12
290
- #: forms/wpdFormAttr/Field/UrlField.php:12 forms/wpdFormAttr/Form.php:1275
291
- msgid "Name"
292
  msgstr ""
293
 
294
- #: forms/wpDiscuzForm.php:433 forms/wpdFormAttr/Field/DefaultField/Email.php:67
295
- #: forms/wpdFormAttr/Form.php:1282 options/class.WpdiscuzOptions.php:324
296
- #: options/html-phrases.php:23
297
- msgid "Email"
298
  msgstr ""
299
 
300
- #: forms/wpDiscuzForm.php:435
301
- msgid "WebSite URL"
302
  msgstr ""
303
 
304
- #: forms/wpDiscuzForm.php:438
305
- #: forms/wpdFormAttr/Field/DefaultField/Submit.php:117
306
- #: forms/wpdFormAttr/Form.php:1305
307
- msgid "Post Comment"
308
  msgstr ""
309
 
310
- #: forms/wpDiscuzForm.php:447
311
- msgid "Clone Form"
312
  msgstr ""
313
 
314
- #: forms/wpDiscuzForm.php:459
315
- msgid "Clone"
316
  msgstr ""
317
 
318
- #: forms/wpDiscuzForm.php:493
319
- msgid "Comment Form is not detected, please navigate to form manager page to create it. "
320
  msgstr ""
321
 
322
- #: forms/wpDiscuzForm.php:494
323
- msgid "Add Comment Form"
324
  msgstr ""
325
 
326
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:16
327
- #: forms/wpdFormAttr/Field/CheckboxField.php:17
328
- #: forms/wpdFormAttr/Field/ColorField.php:17
329
- #: forms/wpdFormAttr/Field/CookiesConsent.php:18
330
- #: forms/wpdFormAttr/Field/DateField.php:17
331
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:24
332
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:23
333
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:23
334
- #: forms/wpdFormAttr/Field/NumberField.php:17
335
- #: forms/wpdFormAttr/Field/RadioField.php:17
336
- #: forms/wpdFormAttr/Field/RatingField.php:21
337
- #: forms/wpdFormAttr/Field/SelectField.php:17
338
- #: forms/wpdFormAttr/Field/TextAreaField.php:17
339
- #: forms/wpdFormAttr/Field/TextField.php:17
340
- #: forms/wpdFormAttr/Field/UrlField.php:17
341
- msgid "Description"
342
  msgstr ""
343
 
344
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:18
345
- #: forms/wpdFormAttr/Field/CheckboxField.php:19
346
- #: forms/wpdFormAttr/Field/ColorField.php:19
347
- #: forms/wpdFormAttr/Field/CookiesConsent.php:20
348
- #: forms/wpdFormAttr/Field/DateField.php:19
349
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:26
350
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:25
351
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:25
352
- #: forms/wpdFormAttr/Field/NumberField.php:19
353
- #: forms/wpdFormAttr/Field/NumberField.php:24
354
- #: forms/wpdFormAttr/Field/NumberField.php:29
355
- #: forms/wpdFormAttr/Field/RadioField.php:19
356
- #: forms/wpdFormAttr/Field/RatingField.php:23
357
- #: forms/wpdFormAttr/Field/SelectField.php:19
358
- #: forms/wpdFormAttr/Field/TextAreaField.php:19
359
- #: forms/wpdFormAttr/Field/TextField.php:19
360
- #: forms/wpdFormAttr/Field/UrlField.php:19
361
- msgid "Field specific short description or some rule related to inserted information."
362
  msgstr ""
363
 
364
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:21
365
- #: forms/wpdFormAttr/Field/CookiesConsent.php:23
366
- msgid "Checkbox Label"
367
  msgstr ""
368
 
369
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:22
370
- msgid "You can use HTML tags to add links to website Terms and Privacy Policy pages. For example: "
371
  msgstr ""
372
 
373
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:28
374
- #: forms/wpdFormAttr/Field/CheckboxField.php:33
375
- #: forms/wpdFormAttr/Field/ColorField.php:29
376
- #: forms/wpdFormAttr/Field/DateField.php:29
377
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:36
378
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:35
379
- #: forms/wpdFormAttr/Field/NumberField.php:39
380
- #: forms/wpdFormAttr/Field/RadioField.php:33
381
- #: forms/wpdFormAttr/Field/RatingField.php:33
382
- #: forms/wpdFormAttr/Field/SelectField.php:33
383
- #: forms/wpdFormAttr/Field/TextAreaField.php:22
384
- #: forms/wpdFormAttr/Field/TextField.php:29
385
- #: forms/wpdFormAttr/Field/UrlField.php:29
386
- msgid "Field is required"
387
  msgstr ""
388
 
389
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:32
390
- #: forms/wpdFormAttr/Field/CheckboxField.php:37
391
- #: forms/wpdFormAttr/Field/ColorField.php:33
392
- #: forms/wpdFormAttr/Field/DateField.php:33
393
- #: forms/wpdFormAttr/Field/HTMLField.php:21
394
- #: forms/wpdFormAttr/Field/NumberField.php:43
395
- #: forms/wpdFormAttr/Field/RadioField.php:37
396
- #: forms/wpdFormAttr/Field/SelectField.php:37
397
- #: forms/wpdFormAttr/Field/TextAreaField.php:26
398
- #: forms/wpdFormAttr/Field/TextField.php:33
399
- #: forms/wpdFormAttr/Field/UrlField.php:33
400
- msgid "Display on reply form"
401
  msgstr ""
402
 
403
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:36
404
- msgid "Display for Guests"
405
  msgstr ""
406
 
407
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:40
408
- msgid "Display for Registered Users"
409
  msgstr ""
410
 
411
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:44
412
- msgid "Don't show again if the agreement is accepted once"
413
  msgstr ""
414
 
415
- #: forms/wpdFormAttr/Field/AgreementCheckbox.php:101
416
- #: forms/wpdFormAttr/Field/CheckboxField.php:150
417
- #: forms/wpdFormAttr/Field/ColorField.php:113
418
- #: forms/wpdFormAttr/Field/DateField.php:113
419
- #: forms/wpdFormAttr/Field/NumberField.php:123
420
- #: forms/wpdFormAttr/Field/RadioField.php:129
421
- #: forms/wpdFormAttr/Field/RatingField.php:129
422
- #: forms/wpdFormAttr/Field/SelectField.php:122
423
- #: forms/wpdFormAttr/Field/TextAreaField.php:95
424
- #: forms/wpdFormAttr/Field/TextField.php:107
425
- #: forms/wpdFormAttr/Field/UrlField.php:117
426
- msgid "field is required!"
427
  msgstr ""
428
 
429
- #: forms/wpdFormAttr/Field/CheckboxField.php:14
430
- #: forms/wpdFormAttr/Field/ColorField.php:14
431
- #: forms/wpdFormAttr/Field/DateField.php:14
432
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:21
433
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:20
434
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:20
435
- #: forms/wpdFormAttr/Field/NumberField.php:14
436
- #: forms/wpdFormAttr/Field/RadioField.php:14
437
- #: forms/wpdFormAttr/Field/SelectField.php:14
438
- #: forms/wpdFormAttr/Field/TextAreaField.php:14
439
- #: forms/wpdFormAttr/Field/TextField.php:14
440
- #: forms/wpdFormAttr/Field/UrlField.php:14
441
- msgid "Also used for field placeholder"
442
  msgstr ""
443
 
444
- #: forms/wpdFormAttr/Field/CheckboxField.php:28
445
- #: forms/wpdFormAttr/Field/RadioField.php:28
446
- #: forms/wpdFormAttr/Field/SelectField.php:28
447
- msgid "Values"
448
  msgstr ""
449
 
450
- #: forms/wpdFormAttr/Field/CheckboxField.php:30
451
- msgid "Please insert one value per line"
452
  msgstr ""
453
 
454
- #: forms/wpdFormAttr/Field/CheckboxField.php:41
455
- #: forms/wpdFormAttr/Field/ColorField.php:37
456
- #: forms/wpdFormAttr/Field/DateField.php:37
457
- #: forms/wpdFormAttr/Field/NumberField.php:47
458
- #: forms/wpdFormAttr/Field/RadioField.php:41
459
- #: forms/wpdFormAttr/Field/RatingField.php:37
460
- #: forms/wpdFormAttr/Field/SelectField.php:41
461
- #: forms/wpdFormAttr/Field/TextAreaField.php:30
462
- #: forms/wpdFormAttr/Field/TextField.php:37
463
- #: forms/wpdFormAttr/Field/UrlField.php:37
464
- msgid "Display on comment"
465
  msgstr ""
466
 
467
- #: forms/wpdFormAttr/Field/CheckboxField.php:45
468
- #: forms/wpdFormAttr/Field/ColorField.php:41
469
- #: forms/wpdFormAttr/Field/DateField.php:41
470
- #: forms/wpdFormAttr/Field/NumberField.php:51
471
- #: forms/wpdFormAttr/Field/RadioField.php:45
472
- #: forms/wpdFormAttr/Field/RatingField.php:41
473
- #: forms/wpdFormAttr/Field/SelectField.php:45
474
- #: forms/wpdFormAttr/Field/TextAreaField.php:34
475
- #: forms/wpdFormAttr/Field/TextField.php:41
476
- #: forms/wpdFormAttr/Field/UrlField.php:41
477
- msgid "Advanced Options"
478
  msgstr ""
479
 
480
- #: forms/wpdFormAttr/Field/CheckboxField.php:48
481
- #: forms/wpdFormAttr/Field/ColorField.php:44
482
- #: forms/wpdFormAttr/Field/DateField.php:44
483
- #: forms/wpdFormAttr/Field/NumberField.php:54
484
- #: forms/wpdFormAttr/Field/RadioField.php:48
485
- #: forms/wpdFormAttr/Field/RatingField.php:44
486
- #: forms/wpdFormAttr/Field/SelectField.php:48
487
- #: forms/wpdFormAttr/Field/TextAreaField.php:37
488
- #: forms/wpdFormAttr/Field/TextField.php:44
489
- #: forms/wpdFormAttr/Field/UrlField.php:44
490
- msgid "Meta Key"
491
  msgstr ""
492
 
493
- #: forms/wpdFormAttr/Field/CheckboxField.php:52
494
- #: forms/wpdFormAttr/Field/ColorField.php:48
495
- #: forms/wpdFormAttr/Field/DateField.php:48
496
- #: forms/wpdFormAttr/Field/NumberField.php:58
497
- #: forms/wpdFormAttr/Field/RadioField.php:52
498
- #: forms/wpdFormAttr/Field/RatingField.php:48
499
- #: forms/wpdFormAttr/Field/SelectField.php:52
500
- #: forms/wpdFormAttr/Field/TextAreaField.php:41
501
- #: forms/wpdFormAttr/Field/TextField.php:48
502
- #: forms/wpdFormAttr/Field/UrlField.php:48
503
- msgid "Replace old meta key"
504
  msgstr ""
505
 
506
- #: forms/wpdFormAttr/Field/ColorField.php:23
507
- #: forms/wpdFormAttr/Field/DateField.php:23
508
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:30
509
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:29
510
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:29
511
- #: forms/wpdFormAttr/Field/NumberField.php:33
512
- #: forms/wpdFormAttr/Field/RatingField.php:27
513
- #: forms/wpdFormAttr/Field/TextField.php:23
514
- #: forms/wpdFormAttr/Field/UrlField.php:23
515
- msgid "Field icon"
516
  msgstr ""
517
 
518
- #: forms/wpdFormAttr/Field/ColorField.php:26
519
- #: forms/wpdFormAttr/Field/DateField.php:26
520
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:33
521
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:32
522
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:32
523
- #: forms/wpdFormAttr/Field/NumberField.php:36
524
- #: forms/wpdFormAttr/Field/RatingField.php:30
525
- #: forms/wpdFormAttr/Field/TextField.php:26
526
- #: forms/wpdFormAttr/Field/UrlField.php:26
527
- msgid "Font-awesome icon library."
528
  msgstr ""
529
 
530
- #: forms/wpdFormAttr/Field/CookiesConsent.php:92
531
- msgid "Save my data for the next time I comment"
532
  msgstr ""
533
 
534
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:18
535
- msgid "reCAPTCHA Settings"
536
  msgstr ""
537
 
538
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:93
539
- msgid "reCAPTCHA verification failed."
540
  msgstr ""
541
 
542
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:98
543
- msgid "The secret parameter is missing."
544
  msgstr ""
545
 
546
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:99
547
- msgid "The secret parameter is invalid or malformed."
548
  msgstr ""
549
 
550
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:100
551
- msgid "The response parameter is missing."
552
  msgstr ""
553
 
554
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:101
555
- msgid "The response parameter is invalid or malformed."
556
  msgstr ""
557
 
558
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:102
559
- msgid "The request is invalid or malformed."
560
  msgstr ""
561
 
562
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:103
563
- msgid "The response is no longer valid: either is too old or has been used previously."
564
  msgstr ""
565
 
566
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:109
567
- msgid "reCaptcha validation fails. Error code: "
568
  msgstr ""
569
 
570
- #: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
571
- msgid "Button Text"
572
  msgstr ""
573
 
574
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:35
575
- #: options/html-options.php:268 options/html-options.php:281
576
- #: options/html-options.php:351 options/options-layouts/html-live.php:29
577
- #: options/options-layouts/html-live.php:71
578
- #: options/options-layouts/html-live.php:92
579
- #: options/options-layouts/html-live.php:143
580
- msgid "Enable"
581
  msgstr ""
582
 
583
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:84
584
- #: forms/wpdFormAttr/Form.php:1289
585
- msgid "Website"
586
  msgstr ""
587
 
588
- #: forms/wpdFormAttr/Field/Field.php:61
589
- msgid " (Submit Button)"
590
  msgstr ""
591
 
592
- #: forms/wpdFormAttr/Field/Field.php:63 options/class.WpdiscuzOptions.php:2592
593
- msgid "Google reCAPTCHA"
594
  msgstr ""
595
 
596
- #: forms/wpdFormAttr/Field/Field.php:96
597
- msgid "Add To Form"
598
  msgstr ""
599
 
600
- #: forms/wpdFormAttr/Field/HTMLField.php:17
601
- msgid "HTML Code"
602
  msgstr ""
603
 
604
- #: forms/wpdFormAttr/Field/NumberField.php:22
605
- msgid "Min Value"
606
  msgstr ""
607
 
608
- #: forms/wpdFormAttr/Field/NumberField.php:27
609
- msgid "Max Value"
610
  msgstr ""
611
 
612
- #: forms/wpdFormAttr/Field/NumberField.php:127
613
- msgid "value can not be less than"
614
  msgstr ""
615
 
616
- #: forms/wpdFormAttr/Field/NumberField.php:130
617
- msgid "value can not be more than"
618
  msgstr ""
619
 
620
- #: forms/wpdFormAttr/Field/RadioField.php:30
621
- #: forms/wpdFormAttr/Field/SelectField.php:30
622
- msgid "New value new line"
623
  msgstr ""
624
 
625
- #: forms/wpdFormAttr/Field/RatingField.php:17
626
- msgid "Name For Total"
627
  msgstr ""
628
 
629
- #: forms/wpdFormAttr/Form.php:207 forms/wpdFormAttr/Form.php:612
630
- #: forms/wpdFormAttr/Form.php:1051
631
- msgid "I allow to use my email address and send notification about new comments and replies (you can unsubscribe at any time)."
632
  msgstr ""
633
 
634
- #: forms/wpdFormAttr/Form.php:595
635
- msgid "Average Rating"
636
  msgstr ""
637
 
638
- #: forms/wpdFormAttr/Form.php:985 forms/wpdFormAttr/Form.php:1007
639
- #: forms/wpdFormAttr/Form.php:1019 forms/wpdFormAttr/Form.php:1031
640
- #: forms/wpdFormAttr/Form.php:1043 forms/wpdFormAttr/Form.php:1063
641
- #: forms/wpdFormAttr/Form.php:1074 forms/wpdFormAttr/Form.php:1103
642
- #: forms/wpdFormAttr/Form.php:1113 forms/wpdFormAttr/Form.php:1159
643
- #: forms/wpdFormAttr/Form.php:1175 forms/wpdFormAttr/Form.php:1197
644
- #: forms/wpdFormAttr/Form.php:1204 options/options-layouts/html-content.php:13
645
- #: options/options-layouts/html-content.php:29
646
- #: options/options-layouts/html-content.php:47
647
- #: options/options-layouts/html-content.php:65
648
- #: options/options-layouts/html-content.php:80
649
- #: options/options-layouts/html-content.php:102
650
- #: options/options-layouts/html-content.php:136
651
- #: options/options-layouts/html-content.php:149
652
- #: options/options-layouts/html-content.php:195
653
- #: options/options-layouts/html-content.php:213
654
- #: options/options-layouts/html-content.php:229
655
- #: options/options-layouts/html-content.php:261
656
- #: options/options-layouts/html-form.php:13
657
- #: options/options-layouts/html-form.php:33
658
- #: options/options-layouts/html-form.php:51
659
- #: options/options-layouts/html-form.php:80
660
- #: options/options-layouts/html-form.php:122
661
- #: options/options-layouts/html-form.php:138
662
- #: options/options-layouts/html-form.php:153
663
- #: options/options-layouts/html-general.php:20
664
- #: options/options-layouts/html-general.php:38
665
- #: options/options-layouts/html-general.php:55
666
- #: options/options-layouts/html-general.php:72
667
- #: options/options-layouts/html-general.php:121
668
- #: options/options-layouts/html-general.php:143
669
- #: options/options-layouts/html-general.php:158
670
- #: options/options-layouts/html-general.php:176
671
- #: options/options-layouts/html-general.php:217
672
- #: options/options-layouts/html-general.php:235
673
- #: options/options-layouts/html-general.php:251
674
- #: options/options-layouts/html-inline.php:21
675
- #: options/options-layouts/html-inline.php:39
676
- #: options/options-layouts/html-inline.php:69
677
- #: options/options-layouts/html-labels.php:13
678
- #: options/options-layouts/html-labels.php:39
679
- #: options/options-layouts/html-labels.php:63
680
- #: options/options-layouts/html-live.php:15
681
- #: options/options-layouts/html-live.php:35
682
- #: options/options-layouts/html-live.php:57
683
- #: options/options-layouts/html-live.php:77
684
- #: options/options-layouts/html-live.php:98
685
- #: options/options-layouts/html-live.php:114
686
- #: options/options-layouts/html-live.php:129
687
- #: options/options-layouts/html-live.php:149
688
- #: options/options-layouts/html-live.php:167
689
- #: options/options-layouts/html-live.php:190
690
- #: options/options-layouts/html-login.php:13
691
- #: options/options-layouts/html-login.php:31
692
- #: options/options-layouts/html-login.php:49
693
- #: options/options-layouts/html-login.php:99
694
- #: options/options-layouts/html-login.php:117
695
- #: options/options-layouts/html-login.php:135
696
- #: options/options-layouts/html-login.php:153
697
- #: options/options-layouts/html-moderation.php:13
698
- #: options/options-layouts/html-moderation.php:36
699
- #: options/options-layouts/html-moderation.php:54
700
- #: options/options-layouts/html-moderation.php:72
701
- #: options/options-layouts/html-moderation.php:90
702
- #: options/options-layouts/html-moderation.php:108
703
- #: options/options-layouts/html-moderation.php:143
704
- #: options/options-layouts/html-rating.php:13
705
- #: options/options-layouts/html-rating.php:31
706
- #: options/options-layouts/html-rating.php:61
707
- #: options/options-layouts/html-recaptcha.php:14
708
- #: options/options-layouts/html-recaptcha.php:38
709
- #: options/options-layouts/html-recaptcha.php:56
710
- #: options/options-layouts/html-recaptcha.php:74
711
- #: options/options-layouts/html-recaptcha.php:92
712
- #: options/options-layouts/html-recaptcha.php:111
713
- #: options/options-layouts/html-recaptcha.php:126
714
- #: options/options-layouts/html-recaptcha.php:144
715
- #: options/options-layouts/html-recaptcha.php:160
716
- #: options/options-layouts/html-social.php:13
717
- #: options/options-layouts/html-social.php:31
718
- #: options/options-layouts/html-social.php:49
719
- #: options/options-layouts/html-social.php:67
720
- #: options/options-layouts/html-social.php:140
721
- #: options/options-layouts/html-social.php:155
722
- #: options/options-layouts/html-social.php:212
723
- #: options/options-layouts/html-social.php:227
724
- #: options/options-layouts/html-social.php:267
725
- #: options/options-layouts/html-social.php:282
726
- #: options/options-layouts/html-social.php:323
727
- #: options/options-layouts/html-social.php:338
728
- #: options/options-layouts/html-social.php:378
729
- #: options/options-layouts/html-social.php:393
730
- #: options/options-layouts/html-social.php:431
731
- #: options/options-layouts/html-social.php:446
732
- #: options/options-layouts/html-social.php:485
733
- #: options/options-layouts/html-social.php:500
734
- #: options/options-layouts/html-social.php:559
735
- #: options/options-layouts/html-social.php:574
736
- #: options/options-layouts/html-social.php:630
737
- #: options/options-layouts/html-social.php:645
738
- #: options/options-layouts/html-social.php:684
739
- #: options/options-layouts/html-social.php:699
740
- #: options/options-layouts/html-social.php:756
741
- #: options/options-layouts/html-social.php:771
742
- #: options/options-layouts/html-social.php:786
743
- #: options/options-layouts/html-social.php:824
744
- #: options/options-layouts/html-social.php:839
745
- #: options/options-layouts/html-social.php:878
746
- #: options/options-layouts/html-social.php:893
747
- #: options/options-layouts/html-social.php:932
748
- #: options/options-layouts/html-social.php:947
749
- #: options/options-layouts/html-social.php:986
750
- #: options/options-layouts/html-social.php:1001
751
- #: options/options-layouts/html-subscription.php:13
752
- #: options/options-layouts/html-subscription.php:31
753
- #: options/options-layouts/html-subscription.php:49
754
- #: options/options-layouts/html-subscription.php:67
755
- #: options/options-layouts/html-subscription.php:85
756
- #: options/options-layouts/html-subscription.php:103
757
- #: options/options-layouts/html-subscription.php:132
758
- #: options/options-layouts/html-subscription.php:150
759
- #: options/options-layouts/html-subscription.php:185
760
- #: options/options-layouts/html-subscription.php:204
761
- #: options/options-layouts/html-subscription.php:222
762
- #: options/options-layouts/html-thread_display.php:13
763
- #: options/options-layouts/html-thread_display.php:42
764
- #: options/options-layouts/html-thread_display.php:78
765
- #: options/options-layouts/html-thread_display.php:96
766
- #: options/options-layouts/html-thread_display.php:114
767
- #: options/options-layouts/html-thread_display.php:132
768
- #: options/options-layouts/html-thread_display.php:150
769
- #: options/options-layouts/html-thread_display.php:168
770
- #: options/options-layouts/html-thread_display.php:186
771
- #: options/options-layouts/html-thread_display.php:204
772
- #: options/options-layouts/html-thread_layouts.php:32
773
- #: options/options-layouts/html-thread_layouts.php:55
774
- #: options/options-layouts/html-thread_layouts.php:70
775
- #: options/options-layouts/html-thread_layouts.php:85
776
- #: options/options-layouts/html-thread_layouts.php:103
777
- #: options/options-layouts/html-thread_layouts.php:125
778
- #: options/options-layouts/html-thread_layouts.php:149
779
- #: options/options-layouts/html-thread_layouts.php:167
780
- #: options/options-layouts/html-thread_layouts.php:185
781
- #: options/options-layouts/html-thread_layouts.php:203
782
- #: options/options-layouts/html-thread_layouts.php:221
783
- #: options/options-layouts/html-thread_layouts.php:244
784
- #: options/options-layouts/html-thread_styles.php:13
785
- #: options/options-layouts/html-thread_styles.php:32
786
- #: options/options-layouts/html-thread_styles.php:99
787
- #: options/options-layouts/html-thread_styles.php:137
788
- #: options/options-layouts/html-thread_styles.php:159
789
- #: options/options-layouts/html-thread_styles.php:174
790
- msgid "Read the documentation"
791
  msgstr ""
792
 
793
- #: forms/wpdFormAttr/Form.php:990
794
- msgid "Disable commenting for roles"
795
  msgstr ""
796
 
797
- #: forms/wpdFormAttr/Form.php:1012
798
- msgid "Allow guests to comment"
799
  msgstr ""
800
 
801
- #: forms/wpdFormAttr/Form.php:1016 forms/wpdFormAttr/Form.php:1028
802
- #: forms/wpdFormAttr/Form.php:1040 forms/wpdFormAttr/Form.php:1172
803
- #: forms/wpdFormAttr/Form.php:1194
804
- msgid "Yes"
805
  msgstr ""
806
 
807
- #: forms/wpdFormAttr/Form.php:1018 forms/wpdFormAttr/Form.php:1030
808
- #: forms/wpdFormAttr/Form.php:1042 forms/wpdFormAttr/Form.php:1174
809
- #: forms/wpdFormAttr/Form.php:1196
810
- msgid "No"
811
  msgstr ""
812
 
813
- #: forms/wpdFormAttr/Form.php:1024
814
- msgid "Enable subscription bar"
815
  msgstr ""
816
 
817
- #: forms/wpdFormAttr/Form.php:1036
818
- msgid "Display agreement checkbox in Comment Subscription bar"
819
  msgstr ""
820
 
821
- #: forms/wpdFormAttr/Form.php:1048
822
- msgid "Comment Subscription bar agreement checkbox label"
823
  msgstr ""
824
 
825
- #: forms/wpdFormAttr/Form.php:1057
826
- msgid "Comment form header text (singular)"
827
  msgstr ""
828
 
829
- #: forms/wpdFormAttr/Form.php:1068
830
- msgid "Comment form header text (plural)"
831
  msgstr ""
832
 
833
- #: forms/wpdFormAttr/Form.php:1078
834
- msgid "Display comment form for post types"
835
  msgstr ""
836
 
837
- #: forms/wpdFormAttr/Form.php:1085
838
- msgid "The red marked post types are already attached to other comment form. If you set this form too, the old forms will not be used for them."
 
839
  msgstr ""
840
 
841
- #: forms/wpdFormAttr/Form.php:1108
842
- msgid "Display comment form for post IDs"
843
  msgstr ""
844
 
845
- #: forms/wpdFormAttr/Form.php:1109
846
- msgid "You can use this form for certain posts/pages specified by comma separated IDs."
847
  msgstr ""
848
 
849
- #: forms/wpdFormAttr/Form.php:1123
850
- msgid "Theme"
851
  msgstr ""
852
 
853
- #: forms/wpdFormAttr/Form.php:1142
854
- msgid "Comment List Layout"
855
  msgstr ""
856
 
857
- #: forms/wpdFormAttr/Form.php:1153
858
- msgid "Layout"
859
  msgstr ""
860
 
861
- #: forms/wpdFormAttr/Form.php:1168
862
- msgid "Enable Post Rating"
863
  msgstr ""
864
 
865
- #: forms/wpdFormAttr/Form.php:1180
866
- msgid "Post Rating Title"
867
  msgstr ""
868
 
869
- #: forms/wpdFormAttr/Form.php:1190
870
- msgid "Allow Guests to Rate"
871
  msgstr ""
872
 
873
- #: forms/wpdFormAttr/Form.php:1208
874
- msgid "Comment Text Field"
875
  msgstr ""
876
 
877
- #: forms/wpdFormAttr/Form.php:1223
878
- msgid "ADD ROW"
879
  msgstr ""
880
 
881
- #: forms/wpdFormAttr/Form.php:1260
882
- msgid "Only logged in customers who have purchased this product may leave a review."
883
  msgstr ""
884
 
885
- #: forms/wpdFormAttr/Login/SocialLogin.php:44
886
- msgid "Authentication failed."
887
  msgstr ""
888
 
889
- #: forms/wpdFormAttr/Login/SocialLogin.php:129
890
- msgid "Facebook access token or user ID invalid."
891
  msgstr ""
892
 
893
- #: forms/wpdFormAttr/Login/SocialLogin.php:133
894
- msgid "Facebook App Secret is required."
895
  msgstr ""
896
 
897
- #: forms/wpdFormAttr/Login/SocialLogin.php:165
898
- msgid "Facebook Application ID and Application Secret required."
899
  msgstr ""
900
 
901
- #: forms/wpdFormAttr/Login/SocialLogin.php:192
902
- msgid "Facebook authentication failed (OAuth state does not exist)."
903
  msgstr ""
904
 
905
- #: forms/wpdFormAttr/Login/SocialLogin.php:195
906
- msgid "Facebook authentication failed (OAuth code does not exist)."
907
  msgstr ""
908
 
909
- #: forms/wpdFormAttr/Login/SocialLogin.php:238
910
- msgid "Instagram Application ID and Application Secret required."
911
  msgstr ""
912
 
913
- #: forms/wpdFormAttr/Login/SocialLogin.php:267
914
- msgid "Instagram authentication failed (OAuth state does not exist)."
915
  msgstr ""
916
 
917
- #: forms/wpdFormAttr/Login/SocialLogin.php:270
918
- msgid "Instagram authentication failed (OAuth code does not exist)."
919
  msgstr ""
920
 
921
- #: forms/wpdFormAttr/Login/SocialLogin.php:315
922
- msgid "Google Client ID and Client Secret required."
923
  msgstr ""
924
 
925
- #: forms/wpdFormAttr/Login/SocialLogin.php:344
926
- msgid "Google authentication failed (OAuth state does not exist)."
927
  msgstr ""
928
 
929
- #: forms/wpdFormAttr/Login/SocialLogin.php:347
930
- msgid "Google authentication failed (OAuth code does not exist)."
931
  msgstr ""
932
 
933
- #: forms/wpdFormAttr/Login/SocialLogin.php:385
934
- msgid "Linkedin Client ID and Client Secret required."
935
  msgstr ""
936
 
937
- #: forms/wpdFormAttr/Login/SocialLogin.php:414
938
- msgid "Linkedin authentication failed (OAuth state does not exist)."
939
  msgstr ""
940
 
941
- #: forms/wpdFormAttr/Login/SocialLogin.php:417
942
- msgid "Linkedin authentication failed (OAuth code does not exist)."
943
  msgstr ""
944
 
945
- #: forms/wpdFormAttr/Login/SocialLogin.php:495
946
- msgid "Disqus Public Key and Secret Key required."
947
  msgstr ""
948
 
949
- #: forms/wpdFormAttr/Login/SocialLogin.php:523
950
- msgid "Disqus authentication failed (OAuth state does not exist)."
951
  msgstr ""
952
 
953
- #: forms/wpdFormAttr/Login/SocialLogin.php:526
954
- msgid "Disqus authentication failed (OAuth code does not exist)."
955
  msgstr ""
956
 
957
- #: forms/wpdFormAttr/Login/SocialLogin.php:547
958
- msgid "Disqus authentication failed (access_token does not exist)."
959
  msgstr ""
960
 
961
- #: forms/wpdFormAttr/Login/SocialLogin.php:550
962
- msgid "Disqus authentication failed (user_id does not exist)."
963
  msgstr ""
964
 
965
- #: forms/wpdFormAttr/Login/SocialLogin.php:581
966
- msgid "Wordpress Client ID and Client Secret required."
967
  msgstr ""
968
 
969
- #: forms/wpdFormAttr/Login/SocialLogin.php:609
970
- msgid "Wordpress.com authentication failed (OAuth state does not exist)."
971
  msgstr ""
972
 
973
- #: forms/wpdFormAttr/Login/SocialLogin.php:612
974
- msgid "Wordpress.com authentication failed (OAuth code does not exist)."
975
  msgstr ""
976
 
977
- #: forms/wpdFormAttr/Login/SocialLogin.php:633
978
- msgid "Wordpress.com authentication failed (access_token does not exist)."
979
  msgstr ""
980
 
981
- #: forms/wpdFormAttr/Login/SocialLogin.php:645
982
- msgid "Wordpress.com authentication failed (user_id does not exist)."
983
  msgstr ""
984
 
985
- #: forms/wpdFormAttr/Login/SocialLogin.php:684
986
- msgid "Twitter Consumer Key and Consumer Secret required."
987
  msgstr ""
988
 
989
- #: forms/wpdFormAttr/Login/SocialLogin.php:696
990
- msgid "Twitter authentication failed (OAuth secret does not exist)."
991
  msgstr ""
992
 
993
- #: forms/wpdFormAttr/Login/SocialLogin.php:711
994
- msgid "Twitter connection failed."
995
  msgstr ""
996
 
997
- #: forms/wpdFormAttr/Login/SocialLogin.php:721
998
- msgid "VK Client ID and Client Secret required."
999
  msgstr ""
1000
 
1001
- #: forms/wpdFormAttr/Login/SocialLogin.php:749
1002
- msgid "VK authentication failed (OAuth state does not exist)."
1003
  msgstr ""
1004
 
1005
- #: forms/wpdFormAttr/Login/SocialLogin.php:752
1006
- msgid "VK authentication failed (OAuth code does not exist)."
1007
  msgstr ""
1008
 
1009
- #: forms/wpdFormAttr/Login/SocialLogin.php:770
1010
- msgid "VK authentication failed (user_id does not exist)."
1011
  msgstr ""
1012
 
1013
- #: forms/wpdFormAttr/Login/SocialLogin.php:800
1014
- msgid "OK Application ID, Application Key and Application Secret required."
1015
  msgstr ""
1016
 
1017
- #: forms/wpdFormAttr/Login/SocialLogin.php:826
1018
- msgid "OK authentication failed (OAuth state does not exist)."
1019
  msgstr ""
1020
 
1021
- #: forms/wpdFormAttr/Login/SocialLogin.php:829
1022
- msgid "OK authentication failed (code does not exist)."
1023
  msgstr ""
1024
 
1025
- #: forms/wpdFormAttr/Login/SocialLogin.php:848
1026
- msgid "OK authentication failed (access_token does not exist)."
1027
  msgstr ""
1028
 
1029
- #: forms/wpdFormAttr/Login/SocialLogin.php:878
1030
- msgid "Yandex ID and Password required."
1031
  msgstr ""
1032
 
1033
- #: forms/wpdFormAttr/Login/SocialLogin.php:908
1034
- msgid "Yandex authentication failed (OAuth state does not exist)."
1035
  msgstr ""
1036
 
1037
- #: forms/wpdFormAttr/Login/SocialLogin.php:911
1038
- msgid "Yandex authentication failed (code does not exist)."
1039
  msgstr ""
1040
 
1041
- #: forms/wpdFormAttr/Login/SocialLogin.php:931
1042
- msgid "Yandex authentication failed (access_token does not exist)."
1043
  msgstr ""
1044
 
1045
- #: forms/wpdFormAttr/Login/SocialLogin.php:964
1046
- msgid "Mail.ru Client ID and Client Secret required."
1047
  msgstr ""
1048
 
1049
- #: forms/wpdFormAttr/Login/SocialLogin.php:998
1050
- msgid "Mail.ru authentication failed (OAuth state does not exist)."
1051
  msgstr ""
1052
 
1053
- #: forms/wpdFormAttr/Login/SocialLogin.php:1001
1054
- msgid "Mail.ru authentication failed (code does not exist)."
1055
  msgstr ""
1056
 
1057
- #: forms/wpdFormAttr/Login/SocialLogin.php:1033
1058
- msgid "Mail.ru authentication failed (access_token does not exist)."
1059
  msgstr ""
1060
 
1061
- #: forms/wpdFormAttr/Login/SocialLogin.php:1055
1062
- msgid "WeChat AppKey and AppSecret required."
1063
  msgstr ""
1064
 
1065
- #: forms/wpdFormAttr/Login/SocialLogin.php:1087
1066
- msgid "WeChat authentication failed (OAuth state does not exist)."
1067
  msgstr ""
1068
 
1069
- #: forms/wpdFormAttr/Login/SocialLogin.php:1090
1070
- msgid "WeChat authentication failed (code does not exist)."
1071
  msgstr ""
1072
 
1073
- #: forms/wpdFormAttr/Login/SocialLogin.php:1108
1074
- msgid "WeChat authentication failed (access_token does not exist)."
1075
  msgstr ""
1076
 
1077
- #: forms/wpdFormAttr/Login/SocialLogin.php:1140
1078
- msgid "QQ AppKey and AppSecret required."
1079
  msgstr ""
1080
 
1081
- #: forms/wpdFormAttr/Login/SocialLogin.php:1172
1082
- msgid "QQ authentication failed (OAuth state does not exist)."
1083
  msgstr ""
1084
 
1085
- #: forms/wpdFormAttr/Login/SocialLogin.php:1175
1086
- msgid "QQ authentication failed (code does not exist)."
1087
  msgstr ""
1088
 
1089
- #: forms/wpdFormAttr/Login/SocialLogin.php:1200
1090
- #: forms/wpdFormAttr/Login/SocialLogin.php:1239
1091
- msgid "QQ authentication failed (access_token does not exist)."
1092
  msgstr ""
1093
 
1094
- #: forms/wpdFormAttr/Login/SocialLogin.php:1247
1095
- msgid "Weibo App Key and App Secret required."
1096
  msgstr ""
1097
 
1098
- #: forms/wpdFormAttr/Login/SocialLogin.php:1278
1099
- msgid "Weibo authentication failed (OAuth state does not exist)."
1100
  msgstr ""
1101
 
1102
- #: forms/wpdFormAttr/Login/SocialLogin.php:1281
1103
- msgid "Weibo authentication failed (code does not exist)."
1104
  msgstr ""
1105
 
1106
- #: forms/wpdFormAttr/Login/SocialLogin.php:1301
1107
- msgid "Weibo authentication failed (access_token does not exist)."
1108
  msgstr ""
1109
 
1110
- #: forms/wpdFormAttr/Login/SocialLogin.php:1333
1111
- msgid "Baidu Client ID and Client Secret required."
1112
  msgstr ""
1113
 
1114
- #: forms/wpdFormAttr/Login/SocialLogin.php:1367
1115
- msgid "Baidu authentication failed (OAuth state does not exist)."
1116
  msgstr ""
1117
 
1118
- #: forms/wpdFormAttr/Login/SocialLogin.php:1370
1119
- msgid "Baidu authentication failed (code does not exist)."
1120
  msgstr ""
1121
 
1122
- #: forms/wpdFormAttr/Login/SocialLogin.php:1390
1123
- msgid "Baidu authentication failed (access_token does not exist)."
1124
  msgstr ""
1125
 
1126
- #: forms/wpdFormAttr/Tools/PersonalDataExporter.php:36
1127
- msgid "wpDiscuz Fields Data"
1128
  msgstr ""
1129
 
1130
- #: forms/wpdFormAttr/html/admin-form-fields-list.php:7
1131
- msgid "Comment Form Fields"
1132
  msgstr ""
1133
 
1134
- #: options/addons/al/title.php:7 options/class.WpdiscuzOptions.php:1839
1135
- msgid "Advanced Likers"
1136
  msgstr ""
1137
 
1138
- #: options/addons/cai/title.php:7 utils/class.WpdiscuzHelperAjax.php:902
1139
- msgid "Comment Author"
1140
  msgstr ""
1141
 
1142
- #: options/addons/fem/title.php:7
1143
- msgid "Frontend Moderation"
1144
  msgstr ""
1145
 
1146
- #: options/addons/more/title.php:6
1147
- msgid "More Addons..."
1148
  msgstr ""
1149
 
1150
- #: options/addons/mu/title.php:7 options/class.WpdiscuzOptions.php:1863
1151
- msgid "Media Uploader"
1152
  msgstr ""
1153
 
1154
- #: options/addons/raf/title.php:7 options/class.WpdiscuzOptions.php:1843
1155
- msgid "Report and Flagging"
1156
  msgstr ""
1157
 
1158
- #: options/addons/ucm/title.php:7
1159
- msgid "Mentioning"
1160
  msgstr ""
1161
 
1162
- #: options/class.WpdiscuzOptions.php:318
1163
- msgid "Be the First to Comment!"
1164
  msgstr ""
1165
 
1166
- #: options/class.WpdiscuzOptions.php:319
1167
- msgid "Start the discussion"
1168
  msgstr ""
1169
 
1170
- #: options/class.WpdiscuzOptions.php:320
1171
- msgid "Join the discussion"
1172
  msgstr ""
1173
 
1174
- #: options/class.WpdiscuzOptions.php:321
1175
- #: options/phrases-layouts/phrases-form.php:19
1176
- msgid "Most reacted comment"
1177
  msgstr ""
1178
 
1179
- #: options/class.WpdiscuzOptions.php:322
1180
- #: options/phrases-layouts/phrases-form.php:23
1181
- msgid "Hottest comment thread"
1182
  msgstr ""
1183
 
1184
- #: options/class.WpdiscuzOptions.php:323
1185
- #: options/phrases-layouts/phrases-form.php:27
1186
- msgid "Inline Comments"
1187
  msgstr ""
1188
 
1189
- #: options/class.WpdiscuzOptions.php:325
1190
- #: options/phrases-layouts/phrases-form.php:35
1191
- msgid "Subscribe"
1192
  msgstr ""
1193
 
1194
- #: options/class.WpdiscuzOptions.php:326
1195
- #: options/phrases-layouts/phrases-form.php:39
1196
- msgid "Notify of"
1197
  msgstr ""
1198
 
1199
- #: options/class.WpdiscuzOptions.php:327
1200
- msgid "new follow-up comments"
1201
  msgstr ""
1202
 
1203
- #: options/class.WpdiscuzOptions.php:328
1204
- msgid "new replies to my comments"
1205
  msgstr ""
1206
 
1207
- #: options/class.WpdiscuzOptions.php:329
1208
- msgid "Notify of new replies to this comment"
1209
  msgstr ""
1210
 
1211
- #: options/class.WpdiscuzOptions.php:330
1212
- #: options/phrases-layouts/phrases-form.php:55
1213
- msgid "Sort by"
1214
  msgstr ""
1215
 
1216
- #: options/class.WpdiscuzOptions.php:331
1217
- #: options/phrases-layouts/phrases-form.php:59
1218
- msgid "Newest"
1219
  msgstr ""
1220
 
1221
- #: options/class.WpdiscuzOptions.php:332
1222
- #: options/phrases-layouts/phrases-form.php:63
1223
- msgid "Oldest"
1224
  msgstr ""
1225
 
1226
- #: options/class.WpdiscuzOptions.php:333
1227
- #: options/phrases-layouts/phrases-form.php:67
1228
- msgid "Most Voted"
1229
  msgstr ""
1230
 
1231
- #: options/class.WpdiscuzOptions.php:334
1232
- msgid "Load More Comments"
1233
  msgstr ""
1234
 
1235
- #: options/class.WpdiscuzOptions.php:335
1236
- #: options/phrases-layouts/phrases-general.php:19
1237
- msgid "Load Rest of Comments"
1238
  msgstr ""
1239
 
1240
- #: options/class.WpdiscuzOptions.php:336
1241
- #: options/options-layouts/html-moderation.php:135
1242
- #: options/phrases-layouts/phrases-comment.php:11
1243
- msgid "Reply"
1244
  msgstr ""
1245
 
1246
- #: options/class.WpdiscuzOptions.php:337
1247
- #: options/phrases-layouts/phrases-comment.php:15
1248
- msgid "Share"
1249
  msgstr ""
1250
 
1251
- #: options/class.WpdiscuzOptions.php:339
1252
- #: options/phrases-layouts/phrases-comment.php:23
1253
- msgid "Share On Facebook"
1254
  msgstr ""
1255
 
1256
- #: options/class.WpdiscuzOptions.php:340
1257
- #: options/phrases-layouts/phrases-comment.php:27
1258
- msgid "Share On Twitter"
1259
  msgstr ""
1260
 
1261
- #: options/class.WpdiscuzOptions.php:341
1262
- #: options/phrases-layouts/phrases-comment.php:31
1263
- msgid "Share On WhatsApp"
1264
  msgstr ""
1265
 
1266
- #: options/class.WpdiscuzOptions.php:342
1267
- #: options/phrases-layouts/phrases-comment.php:35
1268
- msgid "Share On VKontakte"
1269
  msgstr ""
1270
 
1271
- #: options/class.WpdiscuzOptions.php:343
1272
- #: options/phrases-layouts/phrases-comment.php:39
1273
- msgid "Share On Odnoklassniki"
1274
  msgstr ""
1275
 
1276
- #: options/class.WpdiscuzOptions.php:344
1277
- #: options/phrases-layouts/phrases-comment.php:43
1278
- msgid "Hide Replies"
1279
  msgstr ""
1280
 
1281
- #: options/class.WpdiscuzOptions.php:345
1282
- #: options/phrases-layouts/phrases-comment.php:47
1283
- msgid "View Replies"
1284
  msgstr ""
1285
 
1286
- #: options/class.WpdiscuzOptions.php:346 options/class.WpdiscuzOptions.php:466
1287
- msgid "New Comment"
1288
  msgstr ""
1289
 
1290
- #: options/class.WpdiscuzOptions.php:347
1291
- msgid "Hi [SUBSCRIBER_NAME],<br/><br/> new comment have been posted by the <em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
1292
  msgstr ""
1293
 
1294
- #: options/class.WpdiscuzOptions.php:348 options/class.WpdiscuzOptions.php:350
1295
- msgid "New Reply"
1296
  msgstr ""
1297
 
1298
- #: options/class.WpdiscuzOptions.php:349 options/class.WpdiscuzOptions.php:351
1299
- msgid "Hi [SUBSCRIBER_NAME],<br/><br/> new reply have been posted by the <em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
1300
  msgstr ""
1301
 
1302
- #: options/class.WpdiscuzOptions.php:352
1303
- msgid "You're subscribed for new replies on this comment"
1304
  msgstr ""
1305
 
1306
- #: options/class.WpdiscuzOptions.php:353
1307
- msgid "You're subscribed for new replies on all your comments"
1308
  msgstr ""
1309
 
1310
- #: options/class.WpdiscuzOptions.php:354
1311
- msgid "You're subscribed for new follow-up comments on this post"
1312
  msgstr ""
1313
 
1314
- #: options/class.WpdiscuzOptions.php:355
1315
- #: options/phrases-layouts/phrases-email.php:172
1316
- msgid "Unsubscribe"
1317
  msgstr ""
1318
 
1319
- #: options/class.WpdiscuzOptions.php:356
1320
- msgid "Cancel subscription"
1321
  msgstr ""
1322
 
1323
- #: options/class.WpdiscuzOptions.php:357
1324
- #: options/phrases-layouts/phrases-notification.php:19
1325
- msgid "You've successfully unsubscribed."
1326
  msgstr ""
1327
 
1328
- #: options/class.WpdiscuzOptions.php:358
1329
- #: options/phrases-layouts/phrases-notification.php:15
1330
- msgid "You've successfully subscribed."
1331
  msgstr ""
1332
 
1333
- #: options/class.WpdiscuzOptions.php:359
1334
- #: options/phrases-layouts/phrases-email.php:180
1335
- msgid "Confirm your subscription"
1336
  msgstr ""
1337
 
1338
- #: options/class.WpdiscuzOptions.php:360
1339
- #: options/phrases-layouts/phrases-email.php:184
1340
- msgid "You've successfully confirmed your subscription."
1341
  msgstr ""
1342
 
1343
- #: options/class.WpdiscuzOptions.php:361
1344
- msgid "Subscription Confirmation"
1345
  msgstr ""
1346
 
1347
- #: options/class.WpdiscuzOptions.php:362
1348
- msgid "Hi, <br/> You just subscribed for new comments on our website. This means you will receive an email when new comments are posted according to subscription option you've chosen. <br/> To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again. <br/><br/><a href='[POST_URL]'>[POST_TITLE]</a><br/><br/><a href='[CONFIRM_URL]'>Confirm Your Subscrption</a><br/><br/><a href='[CANCEL_URL]'>Cancel Subscription</a>"
1349
  msgstr ""
1350
 
1351
- #: options/class.WpdiscuzOptions.php:363
1352
- msgid "please fill out this field to comment"
1353
  msgstr ""
1354
 
1355
- #: options/class.WpdiscuzOptions.php:364
1356
- msgid "email address is invalid"
1357
  msgstr ""
1358
 
1359
- #: options/class.WpdiscuzOptions.php:365
1360
- msgid "url is invalid"
1361
  msgstr ""
1362
 
1363
- #: options/class.WpdiscuzOptions.php:366
1364
- msgid "year"
1365
  msgstr ""
1366
 
1367
- #: options/class.WpdiscuzOptions.php:367
1368
- msgid "years"
1369
  msgstr ""
1370
 
1371
- #: options/class.WpdiscuzOptions.php:368
1372
- msgid "month"
1373
  msgstr ""
1374
 
1375
- #: options/class.WpdiscuzOptions.php:369
1376
- msgid "months"
1377
  msgstr ""
1378
 
1379
- #: options/class.WpdiscuzOptions.php:370
1380
- msgid "day"
1381
  msgstr ""
1382
 
1383
- #: options/class.WpdiscuzOptions.php:371
1384
- #: options/options-layouts/html-general.php:248
1385
- msgid "days"
1386
  msgstr ""
1387
 
1388
- #: options/class.WpdiscuzOptions.php:372
1389
- msgid "hour"
1390
  msgstr ""
1391
 
1392
- #: options/class.WpdiscuzOptions.php:373
1393
- msgid "hours"
1394
  msgstr ""
1395
 
1396
- #: options/class.WpdiscuzOptions.php:374
1397
- msgid "minute"
1398
  msgstr ""
1399
 
1400
- #: options/class.WpdiscuzOptions.php:375
1401
- msgid "minutes"
1402
  msgstr ""
1403
 
1404
- #: options/class.WpdiscuzOptions.php:376
1405
- msgid "second"
1406
  msgstr ""
1407
 
1408
- #: options/class.WpdiscuzOptions.php:377
1409
- #: options/options-layouts/html-live.php:111
1410
- #: options/options-layouts/html-live.php:126
1411
- msgid "seconds"
1412
  msgstr ""
1413
 
1414
- #: options/class.WpdiscuzOptions.php:378
1415
- msgid "right now"
1416
  msgstr ""
1417
 
1418
- #: options/class.WpdiscuzOptions.php:379
1419
- msgid "ago"
1420
  msgstr ""
1421
 
1422
- #: options/class.WpdiscuzOptions.php:380
1423
- #: options/phrases-layouts/phrases-notification.php:38
1424
- msgid "You must be"
1425
  msgstr ""
1426
 
1427
- #: options/class.WpdiscuzOptions.php:381
1428
- msgid "You are logged in as"
1429
  msgstr ""
1430
 
1431
- #: options/class.WpdiscuzOptions.php:382
1432
- #: options/phrases-layouts/phrases-notification.php:29
1433
- msgid "Login"
1434
  msgstr ""
1435
 
1436
- #: options/class.WpdiscuzOptions.php:383
1437
- #: options/phrases-layouts/phrases-notification.php:33
1438
- #, php-format
1439
- msgid "Please %s to comment"
1440
  msgstr ""
1441
 
1442
- #: options/class.WpdiscuzOptions.php:384
1443
- #: options/phrases-layouts/phrases-notification.php:54
1444
- msgid "Log out"
1445
  msgstr ""
1446
 
1447
- #: options/class.WpdiscuzOptions.php:385
1448
- msgid "logged in"
1449
  msgstr ""
1450
 
1451
- #: options/class.WpdiscuzOptions.php:386
1452
- msgid "to post a comment."
1453
  msgstr ""
1454
 
1455
- #: options/class.WpdiscuzOptions.php:387
1456
- #: options/phrases-layouts/phrases-comment.php:75
1457
- msgid "Vote Up"
1458
  msgstr ""
1459
 
1460
- #: options/class.WpdiscuzOptions.php:388
1461
- #: options/phrases-layouts/phrases-comment.php:79
1462
- msgid "Vote Down"
1463
  msgstr ""
1464
 
1465
- #: options/class.WpdiscuzOptions.php:389
1466
- #: options/phrases-layouts/phrases-notification.php:58
1467
- msgid "Vote Counted"
1468
  msgstr ""
1469
 
1470
- #: options/class.WpdiscuzOptions.php:390
1471
- msgid "You've already voted for this comment"
1472
  msgstr ""
1473
 
1474
- #: options/class.WpdiscuzOptions.php:391
1475
- #: options/phrases-layouts/phrases-error.php:27
1476
- msgid "Voting Error"
1477
  msgstr ""
1478
 
1479
- #: options/class.WpdiscuzOptions.php:392
1480
- msgid "You Must Be Logged In To Vote"
1481
  msgstr ""
1482
 
1483
- #: options/class.WpdiscuzOptions.php:393
1484
- msgid "You cannot vote for your comment"
1485
  msgstr ""
1486
 
1487
- #: options/class.WpdiscuzOptions.php:394
1488
- msgid "You are not allowed to vote for this comment"
1489
  msgstr ""
1490
 
1491
- #: options/class.WpdiscuzOptions.php:395
1492
- #: options/phrases-layouts/phrases-error.php:39
1493
- msgid "Invalid Captcha Code"
1494
  msgstr ""
1495
 
1496
- #: options/class.WpdiscuzOptions.php:396
1497
- #: options/phrases-layouts/phrases-error.php:43
1498
- msgid "Some of field value is invalid"
1499
  msgstr ""
1500
 
1501
- #: options/class.WpdiscuzOptions.php:397
1502
- #: options/phrases-layouts/phrases-notification.php:66
1503
- msgid "Awaiting for approval"
1504
  msgstr ""
1505
 
1506
- #: options/class.WpdiscuzOptions.php:398
1507
- msgid "Sorry, the comment was not updated"
1508
  msgstr ""
1509
 
1510
- #: options/class.WpdiscuzOptions.php:399
1511
- msgid "Sorry, this comment is no longer possible to edit"
1512
  msgstr ""
1513
 
1514
- #: options/class.WpdiscuzOptions.php:400
1515
- msgid "You've not made any changes"
1516
  msgstr ""
1517
 
1518
- #: options/class.WpdiscuzOptions.php:401 utils/class.WpdiscuzHelper.php:1176
1519
- msgid "Save"
1520
  msgstr ""
1521
 
1522
- #: options/class.WpdiscuzOptions.php:402
1523
- msgid "Cancel"
1524
  msgstr ""
1525
 
1526
- #: options/class.WpdiscuzOptions.php:403
1527
- msgid "Input is too short"
1528
  msgstr ""
1529
 
1530
- #: options/class.WpdiscuzOptions.php:404
1531
- msgid "Input is too long"
1532
  msgstr ""
1533
 
1534
- #: options/class.WpdiscuzOptions.php:405
1535
- msgid "Read more &raquo;"
1536
  msgstr ""
1537
 
1538
- #: options/class.WpdiscuzOptions.php:406
1539
- msgid "Anonymous"
1540
  msgstr ""
1541
 
1542
- #: options/class.WpdiscuzOptions.php:407
1543
- #: options/phrases-layouts/phrases-error.php:67
1544
- msgid "Please fill out required fields"
1545
  msgstr ""
1546
 
1547
- #: options/class.WpdiscuzOptions.php:408
1548
- #: options/phrases-layouts/phrases-social-login.php:11
1549
- msgid "Connect with"
1550
  msgstr ""
1551
 
1552
- #: options/class.WpdiscuzOptions.php:409
1553
- #: options/phrases-layouts/phrases-notification.php:11
1554
- msgid "You're subscribed to"
1555
  msgstr ""
1556
 
1557
- #: options/class.WpdiscuzOptions.php:410
1558
- msgid "Participate in this discussion via email"
1559
  msgstr ""
1560
 
1561
- #: options/class.WpdiscuzOptions.php:411 utils/layouts/pagination.php:45
1562
- msgid "&rsaquo;"
1563
  msgstr ""
1564
 
1565
- #: options/class.WpdiscuzOptions.php:412
1566
- msgid "Your comment is approved!"
1567
  msgstr ""
1568
 
1569
- #: options/class.WpdiscuzOptions.php:413
1570
- msgid "Hi [COMMENT_AUTHOR],<br/><br/>your comment was approved.<br/><br/><a href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
1571
  msgstr ""
1572
 
1573
- #: options/class.WpdiscuzOptions.php:414
1574
- msgid "Comments are closed."
1575
  msgstr ""
1576
 
1577
- #: options/class.WpdiscuzOptions.php:415
1578
- msgid "Stick this comment"
1579
  msgstr ""
1580
 
1581
- #: options/class.WpdiscuzOptions.php:416
1582
- #: options/phrases-layouts/phrases-comment.php:103
1583
- msgid "Stick"
1584
  msgstr ""
1585
 
1586
- #: options/class.WpdiscuzOptions.php:417
1587
- #: options/phrases-layouts/phrases-comment.php:107
1588
- msgid "Unstick"
1589
  msgstr ""
1590
 
1591
- #: options/class.WpdiscuzOptions.php:418
1592
- msgid "Sticky Comment Thread"
1593
  msgstr ""
1594
 
1595
- #: options/class.WpdiscuzOptions.php:419
1596
- msgid "Close this thread"
1597
  msgstr ""
1598
 
1599
- #: options/class.WpdiscuzOptions.php:420 options/html-dashboard.php:34
1600
- #: options/phrases-layouts/phrases-comment.php:119
1601
- msgid "Close"
1602
  msgstr ""
1603
 
1604
- #: options/class.WpdiscuzOptions.php:421
1605
- #: options/phrases-layouts/phrases-comment.php:123
1606
- msgid "Open"
1607
  msgstr ""
1608
 
1609
- #: options/class.WpdiscuzOptions.php:422
1610
- msgid "Closed Comment Thread"
1611
  msgstr ""
1612
 
1613
- #: options/class.WpdiscuzOptions.php:423
1614
- msgid "I allow to create an account"
1615
  msgstr ""
1616
 
1617
- #: options/class.WpdiscuzOptions.php:424
1618
- msgid "When you login first time using a Social Login button, we collect your account public profile information shared by Social Login provider, based on your privacy settings. We also get your email address to automatically create an account for you in our website. Once your account is created, you'll be logged-in to this account."
1619
  msgstr ""
1620
 
1621
- #: options/class.WpdiscuzOptions.php:425
1622
- #: options/phrases-layouts/phrases-social-login.php:23
1623
- msgid "Disagree"
1624
  msgstr ""
1625
 
1626
- #: options/class.WpdiscuzOptions.php:426
1627
- #: options/phrases-layouts/phrases-social-login.php:27
1628
- msgid "Agree"
1629
  msgstr ""
1630
 
1631
- #: options/class.WpdiscuzOptions.php:427
1632
- #: options/phrases-layouts/phrases-user-settings.php:11
1633
- msgid "My content and settings"
1634
  msgstr ""
1635
 
1636
- #: options/class.WpdiscuzOptions.php:428
1637
- #: options/phrases-layouts/phrases-user-settings.php:15
1638
- msgid "Activity"
1639
  msgstr ""
1640
 
1641
- #: options/class.WpdiscuzOptions.php:429 options/html-dashboard.php:201
1642
- #: options/phrases-layouts/phrases-user-settings.php:19
1643
- #: utils/class.WpdiscuzHelperAjax.php:909
1644
- msgid "Subscriptions"
1645
  msgstr ""
1646
 
1647
- #: options/class.WpdiscuzOptions.php:430
1648
- #: options/phrases-layouts/phrases-user-settings.php:23
1649
- msgid "Follows"
1650
  msgstr ""
1651
 
1652
- #: options/class.WpdiscuzOptions.php:431
1653
- #: options/phrases-layouts/phrases-user-settings.php:27
1654
- msgid "In response to:"
1655
  msgstr ""
1656
 
1657
- #: options/class.WpdiscuzOptions.php:432 options/class.WpdiscuzOptions.php:438
1658
- #: options/phrases-layouts/phrases-user-settings.php:31
1659
- #: options/phrases-layouts/phrases-user-settings.php:55
1660
- msgid "Bulk management via email"
1661
  msgstr ""
1662
 
1663
- #: options/class.WpdiscuzOptions.php:433
1664
- msgid "Click the button above to get an email with bulk delete and unsubscribe links."
1665
  msgstr ""
1666
 
1667
- #: options/class.WpdiscuzOptions.php:434
1668
- #: options/phrases-layouts/phrases-user-settings.php:39
1669
- msgid "No data found!"
1670
  msgstr ""
1671
 
1672
- #: options/class.WpdiscuzOptions.php:435 options/class.WpdiscuzOptions.php:439
1673
- #: options/phrases-layouts/phrases-user-settings.php:43
1674
- #: options/phrases-layouts/phrases-user-settings.php:60
1675
- msgid "Delete all my comments"
1676
  msgstr ""
1677
 
1678
- #: options/class.WpdiscuzOptions.php:436
1679
- #: options/phrases-layouts/phrases-user-settings.php:47
1680
- msgid "Cancel all comment subscriptions"
1681
  msgstr ""
1682
 
1683
- #: options/class.WpdiscuzOptions.php:437
1684
- #: options/phrases-layouts/phrases-user-settings.php:51
1685
- msgid "Clear cookies with my personal data"
1686
  msgstr ""
1687
 
1688
- #: options/class.WpdiscuzOptions.php:440
1689
- msgid "Please use this link to delete all your comments. Please note, that this action cannot be undone.<br/><br/><a href=\"[DELETE_COMMENTS_URL]\" target=\"_blank\">Delete all my comments</a><br/><br/>"
1690
  msgstr ""
1691
 
1692
- #: options/class.WpdiscuzOptions.php:441
1693
- #: options/phrases-layouts/phrases-user-settings.php:85
1694
- msgid "Delete all my subscriptions"
1695
  msgstr ""
1696
 
1697
- #: options/class.WpdiscuzOptions.php:442
1698
- msgid "Please use this link to cancel all subscriptions for new comments. Please note, that this action cannot be undone.<br/><br/><a href=\"[DELETE_SUBSCRIPTIONS_URL]\" target=\"_blank\">Delete all my subscriptions</a><br/><br/>"
1699
  msgstr ""
1700
 
1701
- #: options/class.WpdiscuzOptions.php:443
1702
- #: options/phrases-layouts/phrases-user-settings.php:110
1703
- msgid "Delete all my follows"
1704
  msgstr ""
1705
 
1706
- #: options/class.WpdiscuzOptions.php:444
1707
- msgid "Please use this link to cancel all follows for new comments. Please note, that this action cannot be undone.<br/><br/><a href=\"[DELETE_FOLLOWS_URL]\" target=\"_blank\">Delete all my follows</a><br/><br/>"
1708
  msgstr ""
1709
 
1710
- #: options/class.WpdiscuzOptions.php:445
1711
- #: options/phrases-layouts/phrases-user-settings.php:134
1712
- msgid "subscribed to this comment"
1713
  msgstr ""
1714
 
1715
- #: options/class.WpdiscuzOptions.php:446
1716
- #: options/phrases-layouts/phrases-user-settings.php:138
1717
- msgid "subscribed to my comments"
1718
  msgstr ""
1719
 
1720
- #: options/class.WpdiscuzOptions.php:447
1721
- #: options/phrases-layouts/phrases-user-settings.php:142
1722
- msgid "subscribed to all follow-up comments of this post"
1723
  msgstr ""
1724
 
1725
- #: options/class.WpdiscuzOptions.php:448
1726
- #: options/phrases-layouts/phrases-user-settings.php:146
1727
- msgid "Please check your email."
1728
  msgstr ""
1729
 
1730
- #: options/class.WpdiscuzOptions.php:449
1731
- #: options/phrases-layouts/phrases-user-settings.php:150
1732
- msgid "Error : Can't send email."
1733
  msgstr ""
1734
 
1735
- #: options/class.WpdiscuzOptions.php:450
1736
- #: options/phrases-layouts/phrases-user-settings.php:154
1737
- msgid "Are you sure you want to delete this comment?"
1738
  msgstr ""
1739
 
1740
- #: options/class.WpdiscuzOptions.php:451
1741
- #: options/phrases-layouts/phrases-user-settings.php:158
1742
- msgid "Are you sure you want to cancel this subscription?"
1743
  msgstr ""
1744
 
1745
- #: options/class.WpdiscuzOptions.php:452
1746
- #: options/phrases-layouts/phrases-user-settings.php:162
1747
- msgid "Are you sure you want to cancel this follow?"
1748
  msgstr ""
1749
 
1750
- #: options/class.WpdiscuzOptions.php:453
1751
- #: options/phrases-layouts/phrases-follow.php:11
1752
- msgid "Follow this user"
1753
  msgstr ""
1754
 
1755
- #: options/class.WpdiscuzOptions.php:454
1756
- #: options/phrases-layouts/phrases-follow.php:15
1757
- msgid "Unfollow this user"
1758
  msgstr ""
1759
 
1760
- #: options/class.WpdiscuzOptions.php:455
1761
- #: options/phrases-layouts/phrases-follow.php:19
1762
- msgid "You started following this comment author"
1763
  msgstr ""
1764
 
1765
- #: options/class.WpdiscuzOptions.php:456
1766
- msgid "You stopped following this comment author."
1767
  msgstr ""
1768
 
1769
- #: options/class.WpdiscuzOptions.php:457
1770
- msgid "Please check your email and confirm the user following request."
1771
  msgstr ""
1772
 
1773
- #: options/class.WpdiscuzOptions.php:458
1774
- msgid "Sorry, we couldn't send confirmation email."
1775
  msgstr ""
1776
 
1777
- #: options/class.WpdiscuzOptions.php:459
1778
- msgid "Please login to follow users."
1779
  msgstr ""
1780
 
1781
- #: options/class.WpdiscuzOptions.php:460
1782
- msgid "We are sorry, but you can't follow this user."
1783
  msgstr ""
1784
 
1785
- #: options/class.WpdiscuzOptions.php:461
1786
- msgid "Following failed. Please try again later."
1787
  msgstr ""
1788
 
1789
- #: options/class.WpdiscuzOptions.php:462
1790
- msgid "Confirm user following request"
1791
  msgstr ""
1792
 
1793
- #: options/class.WpdiscuzOptions.php:463
1794
- msgid "Cancel user following request"
1795
  msgstr ""
1796
 
1797
- #: options/class.WpdiscuzOptions.php:464
1798
- msgid "User Following Confirmation"
1799
  msgstr ""
1800
 
1801
- #: options/class.WpdiscuzOptions.php:465
1802
- msgid "Confirm Follow"
1803
  msgstr ""
1804
 
1805
- #: options/class.WpdiscuzOptions.php:465 options/class.WpdiscuzOptions.php:467
1806
- #: utils/class.WpdiscuzHelperEmail.php:419
1807
- msgid "Unfollow"
1808
  msgstr ""
1809
 
1810
- #: options/class.WpdiscuzOptions.php:465
1811
- msgid "Hi, <br/> You just started following a new user. You'll get email notification once new comment is posted by this user. <br/> Please click on \"user following confirmation\" link to confirm your request. If you believe this is an error, ignore this message and we'll never bother you again. <br/><br/><a href=\"[POST_URL]\">[POST_TITLE]</a><br/><br/><a href=\"[CONFIRM_URL]\">"
1812
  msgstr ""
1813
 
1814
- #: options/class.WpdiscuzOptions.php:467
1815
- msgid "Hi [FOLLOWER_NAME],<br/><br/> new comment have been posted by the <em><strong>[COMMENT_AUTHOR]</em></strong> you are following<br/><br/><a href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a href=\"[CANCEL_URL]\">"
1816
  msgstr ""
1817
 
1818
- #: options/class.WpdiscuzOptions.php:468
1819
- msgid "You have been mentioned in comment"
1820
  msgstr ""
1821
 
1822
- #: options/class.WpdiscuzOptions.php:469
1823
- msgid "Hi [MENTIONED_USER_NAME]!<br/>You have been mentioned in a comment posted on \"[POST_TITLE]\" post by [COMMENT_AUTHOR].<br/><br/>Comment URL: <a href=\"[COMMENT_URL]\">[COMMENT_URL]</a>"
1824
  msgstr ""
1825
 
1826
- #: options/class.WpdiscuzOptions.php:470
1827
- #: options/phrases-layouts/phrases-general.php:23
1828
- msgid "Copied to clipboard!"
1829
  msgstr ""
1830
 
1831
- #: options/class.WpdiscuzOptions.php:471
1832
- #: options/phrases-layouts/phrases-general.php:27
1833
- msgid "Select a part of text and ask readers for feedback (inline commenting)"
1834
  msgstr ""
1835
 
1836
- #: options/class.WpdiscuzOptions.php:472
1837
- #: options/phrases-layouts/phrases-general.php:31
1838
- msgid "Ask for Feedback"
1839
  msgstr ""
1840
 
1841
- #: options/class.WpdiscuzOptions.php:473
1842
- #: options/phrases-layouts/phrases-general.php:35
1843
- msgid "Please leave a feedback on this"
1844
  msgstr ""
1845
 
1846
- #: options/class.WpdiscuzOptions.php:475
1847
- #: utils/deactivation-reason-modal.php:157
1848
- msgid "Thank you for your feedback!"
1849
  msgstr ""
1850
 
1851
- #: options/class.WpdiscuzOptions.php:476
1852
- msgid "Commenting is closed!"
1853
  msgstr ""
1854
 
1855
- #: options/class.WpdiscuzOptions.php:477
1856
- #: options/phrases-layouts/phrases-general.php:51
1857
- msgid "This is closed comment thread"
1858
  msgstr ""
1859
 
1860
- #: options/class.WpdiscuzOptions.php:478
1861
- msgid "Would love your thoughts, please comment."
1862
  msgstr ""
1863
 
1864
- #: options/class.WpdiscuzOptions.php:479
1865
- #: options/phrases-layouts/phrases-general.php:59
1866
- msgid "vote"
1867
  msgstr ""
1868
 
1869
- #: options/class.WpdiscuzOptions.php:480
1870
- #: options/phrases-layouts/phrases-general.php:63
1871
- msgid "votes"
1872
  msgstr ""
1873
 
1874
- #: options/class.WpdiscuzOptions.php:481
1875
- #: options/phrases-layouts/phrases-general.php:67
1876
- msgid "Comment Link"
1877
  msgstr ""
1878
 
1879
- #: options/class.WpdiscuzOptions.php:482 options/class.WpdiscuzOptions.php:483
1880
- #, php-format
1881
- msgid "We are sorry, you are not allowed to comment more than %d time(s)!"
1882
  msgstr ""
1883
 
1884
- #: options/class.WpdiscuzOptions.php:484
1885
- #, php-format
1886
- msgid "We are sorry, you are not allowed to reply more than %d time(s)!"
1887
  msgstr ""
1888
 
1889
- #: options/class.WpdiscuzOptions.php:485
1890
- #: options/phrases-layouts/phrases-general.php:83
1891
- msgid "Your comment here..."
1892
  msgstr ""
1893
 
1894
- #: options/class.WpdiscuzOptions.php:486
1895
- #: options/phrases-layouts/phrases-general.php:87
1896
- msgid "Notify me via email when a new reply is posted"
1897
  msgstr ""
1898
 
1899
- #: options/class.WpdiscuzOptions.php:487
1900
- #: options/phrases-layouts/phrases-general.php:91
1901
- msgid "Your Name*"
1902
  msgstr ""
1903
 
1904
- #: options/class.WpdiscuzOptions.php:488
1905
- #: options/phrases-layouts/phrases-general.php:95
1906
- msgid "Your Email"
1907
  msgstr ""
1908
 
1909
- #: options/class.WpdiscuzOptions.php:489
1910
- #: options/phrases-layouts/phrases-general.php:99
1911
- msgid "COMMENT"
1912
  msgstr ""
1913
 
1914
- #: options/class.WpdiscuzOptions.php:490
1915
- #: options/phrases-layouts/phrases-general.php:103
1916
- msgid "View all comments"
1917
  msgstr ""
1918
 
1919
- #: options/class.WpdiscuzOptions.php:491 options/html-dashboard.php:127
1920
- #: options/phrases-layouts/phrases-general.php:107
1921
- msgid "Inline Feedbacks"
1922
  msgstr ""
1923
 
1924
- #: options/class.WpdiscuzOptions.php:492
1925
- #: options/phrases-layouts/phrases-general.php:111
1926
- msgid "Unable to send an email"
1927
  msgstr ""
1928
 
1929
- #: options/class.WpdiscuzOptions.php:493
1930
- #: options/phrases-layouts/phrases-general.php:115
1931
- msgid "Subscription Fault"
1932
  msgstr ""
1933
 
1934
- #: options/class.WpdiscuzOptions.php:494
1935
- #: options/phrases-layouts/phrases-general.php:119
1936
- msgid "Your comments have been deleted from database"
1937
  msgstr ""
1938
 
1939
- #: options/class.WpdiscuzOptions.php:495
1940
- #: options/phrases-layouts/phrases-general.php:123
1941
- msgid "You cancel all your subscriptions successfully"
1942
  msgstr ""
1943
 
1944
- #: options/class.WpdiscuzOptions.php:496
1945
- #: options/phrases-layouts/phrases-general.php:127
1946
- msgid "You cancel all your follows successfully"
1947
  msgstr ""
1948
 
1949
- #: options/class.WpdiscuzOptions.php:497
1950
- #: options/phrases-layouts/phrases-general.php:131
1951
- msgid "Follow has been confirmed successfully"
1952
  msgstr ""
1953
 
1954
- #: options/class.WpdiscuzOptions.php:498
1955
- #: options/phrases-layouts/phrases-general.php:135
1956
- msgid "Follow has been canceled successfully"
1957
  msgstr ""
1958
 
1959
- #: options/class.WpdiscuzOptions.php:499
1960
- #: options/phrases-layouts/phrases-general.php:139
1961
- msgid "Please login to comment"
1962
  msgstr ""
1963
 
1964
- #: options/class.WpdiscuzOptions.php:500
1965
- #: options/phrases-layouts/phrases-general.php:143
1966
- msgid "View Comments"
1967
  msgstr ""
1968
 
1969
- #: options/class.WpdiscuzOptions.php:501
1970
- #: options/options-layouts/html-form.php:111
1971
- #: options/phrases-layouts/phrases-general.php:147
1972
- msgid "Spoiler"
1973
  msgstr ""
1974
 
1975
- #: options/class.WpdiscuzOptions.php:502
1976
- #: options/phrases-layouts/phrases-general.php:151
1977
- #, php-format
1978
- msgid "Last edited %1$s by %2$s"
1979
  msgstr ""
1980
 
1981
- #: options/class.WpdiscuzOptions.php:503
1982
- #: options/phrases-layouts/phrases-general.php:155
1983
- msgid "Reply to"
1984
  msgstr ""
1985
 
1986
- #: options/class.WpdiscuzOptions.php:504
1987
- #: options/phrases-layouts/phrases-general.php:159
1988
- msgid "Manage Comment"
1989
  msgstr ""
1990
 
1991
- #: options/class.WpdiscuzOptions.php:505
1992
- #: options/phrases-layouts/phrases-general.php:163
1993
- msgid "Spoiler Title"
1994
  msgstr ""
1995
 
1996
- #: options/class.WpdiscuzOptions.php:506
1997
- #: options/phrases-layouts/phrases-general.php:167
1998
- msgid "You cannot rate again"
1999
  msgstr ""
2000
 
2001
- #: options/class.WpdiscuzOptions.php:507
2002
- #: options/phrases-layouts/phrases-general.php:171
2003
- msgid "You're not allowed to rate here"
2004
  msgstr ""
2005
 
2006
- #: options/class.WpdiscuzOptions.php:509
2007
- msgid "Are you sure you want to delete this attachment?"
2008
  msgstr ""
2009
 
2010
- #: options/class.WpdiscuzOptions.php:510
2011
- msgid "Not allowed file type"
2012
  msgstr ""
2013
 
2014
- #: options/class.WpdiscuzOptions.php:511
2015
- msgid "Maximum number of uploaded files is"
2016
  msgstr ""
2017
 
2018
- #: options/class.WpdiscuzOptions.php:512
2019
- msgid "Maximum upload file size is"
2020
  msgstr ""
2021
 
2022
- #: options/class.WpdiscuzOptions.php:513
2023
- msgid "Maximum post size is"
2024
  msgstr ""
2025
 
2026
- #: options/class.WpdiscuzOptions.php:514
2027
- #: options/phrases-layouts/phrases-media.php:31
2028
- msgid "Attach an image to this comment"
2029
  msgstr ""
2030
 
2031
- #: options/class.WpdiscuzOptions.php:515
2032
- #: options/phrases-layouts/phrases-media.php:35
2033
- msgid "Change the attached image"
2034
  msgstr ""
2035
 
2036
- #: options/class.WpdiscuzOptions.php:1120
2037
- msgid "File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini."
2038
  msgstr ""
2039
 
2040
- #: options/class.WpdiscuzOptions.php:1121
2041
- msgid "Post ID not exists"
2042
  msgstr ""
2043
 
2044
- #: options/class.WpdiscuzOptions.php:1122
2045
- msgid "Sorry, uploading not allowed for this post"
2046
  msgstr ""
2047
 
2048
- #: options/class.WpdiscuzOptions.php:1123
2049
- msgid "You do not have sufficient permissions to perform this action"
2050
  msgstr ""
2051
 
2052
- #: options/class.WpdiscuzOptions.php:1195
2053
- #: options/class.WpdiscuzOptions.php:1447
2054
- #: options/class.WpdiscuzOptions.php:1790
2055
- msgid "Hacker?"
2056
  msgstr ""
2057
 
2058
- #: options/class.WpdiscuzOptions.php:1703
2059
- msgid "Settings updated"
2060
  msgstr ""
2061
 
2062
- #: options/class.WpdiscuzOptions.php:1710
2063
- msgid "Phrases updated"
2064
  msgstr ""
2065
 
2066
- #: options/class.WpdiscuzOptions.php:1734
2067
- msgid "Options were backed up!"
2068
  msgstr ""
2069
 
2070
- #: options/class.WpdiscuzOptions.php:1736
2071
- msgid "Cannot back up the options!"
2072
  msgstr ""
2073
 
2074
- #: options/class.WpdiscuzOptions.php:1747
2075
- msgid "Options Imported Successfully!"
2076
  msgstr ""
2077
 
2078
- #: options/class.WpdiscuzOptions.php:1749
2079
- #: options/class.WpdiscuzOptions.php:1779
2080
- msgid "Error occured! File content is empty or data is not valid!"
2081
  msgstr ""
2082
 
2083
- #: options/class.WpdiscuzOptions.php:1752
2084
- #: options/class.WpdiscuzOptions.php:1782
2085
- msgid "Error occured! Can not get file content!"
2086
  msgstr ""
2087
 
2088
- #: options/class.WpdiscuzOptions.php:1755
2089
- #: options/class.WpdiscuzOptions.php:1785
2090
- msgid "Error occured! Please choose file!"
2091
  msgstr ""
2092
 
2093
- #: options/class.WpdiscuzOptions.php:1764
2094
- msgid "Phrases were backed up!"
2095
  msgstr ""
2096
 
2097
- #: options/class.WpdiscuzOptions.php:1766
2098
- msgid "Cannot back up the phrases!"
2099
  msgstr ""
2100
 
2101
- #: options/class.WpdiscuzOptions.php:1777
2102
- msgid "Phrases Imported Successfully!"
2103
  msgstr ""
2104
 
2105
- #: options/class.WpdiscuzOptions.php:1801
2106
- msgid "All 16 addons in one bundle. Save 90% and get Unlimited Site License with one year premium support."
2107
  msgstr ""
2108
 
2109
- #: options/class.WpdiscuzOptions.php:1802
2110
- msgid "Extended comment attachment system. Allows to upload images, videos, audios and other file types."
2111
  msgstr ""
2112
 
2113
- #: options/class.WpdiscuzOptions.php:1803
2114
- msgid "All in one powerful yet simple admin toolkit to moderate comments on front-end."
2115
  msgstr ""
2116
 
2117
- #: options/class.WpdiscuzOptions.php:1804
2118
- msgid "Brings an ocean of emotions to your comments. It comes with an awesome smile package."
2119
  msgstr ""
2120
 
2121
- #: options/class.WpdiscuzOptions.php:1805
2122
- msgid "Adds Invisible reCAPTCHA on all comment forms. Stops spam and bot comments with reCAPTCHA version 3"
2123
  msgstr ""
2124
 
2125
- #: options/class.WpdiscuzOptions.php:1806
2126
- msgid "Extended information about comment author with Profile, Activity, Votes and Subscriptions Tabs on pop-up window."
2127
  msgstr ""
2128
 
2129
- #: options/class.WpdiscuzOptions.php:1807
2130
- msgid "Comment reporting tools. Auto-moderates comments based on number of flags and dislikes."
2131
  msgstr ""
2132
 
2133
- #: options/class.WpdiscuzOptions.php:1808
2134
- msgid "Real-time online user checking, pop-up notification of new online users and online/offline badges."
2135
  msgstr ""
2136
 
2137
- #: options/class.WpdiscuzOptions.php:1809
2138
- msgid "Allows to create private comment threads. Rich management options in dashboard by user roles."
2139
  msgstr ""
2140
 
2141
- #: options/class.WpdiscuzOptions.php:1810
2142
- msgid "Total control over comment subscriptions. Full list, monitor, manage, filter, unsubscribe, confirm..."
2143
  msgstr ""
2144
 
2145
- #: options/class.WpdiscuzOptions.php:1811
2146
- msgid "A full-fledged tool-kit for advertising in comment section of your website. Separate banner and ad managment."
2147
  msgstr ""
2148
 
2149
- #: options/class.WpdiscuzOptions.php:1812
2150
- msgid "Allows to mention comments and users in comment text using #comment-id and @username tags."
2151
  msgstr ""
2152
 
2153
- #: options/class.WpdiscuzOptions.php:1813
2154
- msgid "See comment likers and voters of each comment. Adds user reputation and badges based on received likes."
2155
  msgstr ""
2156
 
2157
- #: options/class.WpdiscuzOptions.php:1814
2158
- msgid "Adds a smart and intuitive AJAX \"Translate\" button with 60 language options. Uses free translation API."
2159
  msgstr ""
2160
 
2161
- #: options/class.WpdiscuzOptions.php:1815
2162
- msgid "AJAX powered front-end comment search. It starts searching while you type search words. "
2163
  msgstr ""
2164
 
2165
- #: options/class.WpdiscuzOptions.php:1816
2166
- msgid "Most voted comments, Active comment threads, Most commented posts, Active comment authors"
2167
  msgstr ""
2168
 
2169
- #: options/class.WpdiscuzOptions.php:1817
2170
- msgid "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to myCRED points. "
2171
  msgstr ""
2172
 
2173
- #: options/class.WpdiscuzOptions.php:1823
2174
- msgid "Custom Comment Forms"
2175
  msgstr ""
2176
 
2177
- #: options/class.WpdiscuzOptions.php:1824
2178
- msgid "You can create custom comment forms with wpDiscuz. wpDiscuz 4 comes with custom comment forms and fields. You can create custom comment forms for each post type, each form can beceated with different form fields, for eaxample: text, dropdown, rating, checkboxes, etc..."
2179
  msgstr ""
2180
 
2181
- #: options/class.WpdiscuzOptions.php:1827
2182
- msgid "Emoticons"
2183
  msgstr ""
2184
 
2185
- #: options/class.WpdiscuzOptions.php:1828
2186
- msgid "You can add more emotions to your comments using wpDiscuz Emoticons addon."
2187
  msgstr ""
2188
 
2189
- #: options/class.WpdiscuzOptions.php:1831
2190
- msgid "Ads Manager"
2191
  msgstr ""
2192
 
2193
- #: options/class.WpdiscuzOptions.php:1832
2194
- msgid "Increase your income using ad banners. Comment area is the most active sections for advertising. wpDiscuz Ads Manager addon is designed to help you add banners and control ads in this section."
2195
  msgstr ""
2196
 
2197
- #: options/class.WpdiscuzOptions.php:1835
2198
- msgid "User and Comment Mentioning"
2199
  msgstr ""
2200
 
2201
- #: options/class.WpdiscuzOptions.php:1836
2202
- msgid "Using wpDiscuz User &amp; Comment Mentioning addon you can allow commenters mention comments and users in comment text using #comment-id and @username tags."
2203
  msgstr ""
2204
 
2205
- #: options/class.WpdiscuzOptions.php:1840
2206
- msgid "wpDiscuz Advanced Likers addon displays likers and voters of each comment. Adds user reputation and badges based on received likes."
2207
  msgstr ""
2208
 
2209
- #: options/class.WpdiscuzOptions.php:1844
2210
- msgid "Let your commenters help you to determine and remove spam comments. wpDiscuz Report and Flagging addon comes with comment reporting tools. Automaticaly auto-moderates comments based on number of flags and dislikes."
2211
  msgstr ""
2212
 
2213
- #: options/class.WpdiscuzOptions.php:1847
2214
- msgid "Comment Translate"
2215
  msgstr ""
2216
 
2217
- #: options/class.WpdiscuzOptions.php:1848
2218
- msgid "In most cases the big part of your visitors are not a native speakers of your language. Make your comments comprehensible for all visitors using wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX 'Translate' button with 60 language translation options. Uses free translation API."
2219
  msgstr ""
2220
 
2221
- #: options/class.WpdiscuzOptions.php:1851
2222
- msgid "Comment Search"
2223
  msgstr ""
2224
 
2225
- #: options/class.WpdiscuzOptions.php:1852
2226
- msgid "You can let website visitor search in comments. It's always more attractive to find a comment about something that interest you. Using wpDiscuz Comment Search addon you'll get a nice, AJAX powered front-end comment search form above comment list."
2227
  msgstr ""
2228
 
2229
- #: options/class.WpdiscuzOptions.php:1855
2230
- msgid "wpDiscuz Widgets"
2231
  msgstr ""
2232
 
2233
- #: options/class.WpdiscuzOptions.php:1856
2234
- msgid "More Comment Widgets! Most voted comments, Active comment threads, Most commented posts, Active comment authors widgets are available in wpDiscuz Widgets Addon"
2235
  msgstr ""
2236
 
2237
- #: options/class.WpdiscuzOptions.php:1859
2238
- msgid "Front-end Moderation"
2239
  msgstr ""
2240
 
2241
- #: options/class.WpdiscuzOptions.php:1860
2242
- msgid "You can moderate comments on front-end using all in one powerful yet simple wpDiscuz Frontend Moderation addon."
2243
  msgstr ""
2244
 
2245
- #: options/class.WpdiscuzOptions.php:1864
2246
- msgid "You can let website visitors attach images and files to comments and embed video/audio content using wpDiscuz Media Uploader addon."
2247
  msgstr ""
2248
 
2249
- #: options/class.WpdiscuzOptions.php:1867
2250
- msgid "Google ReCaptcha"
2251
  msgstr ""
2252
 
2253
- #: options/class.WpdiscuzOptions.php:1868
2254
- msgid "Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
2255
  msgstr ""
2256
 
2257
- #: options/class.WpdiscuzOptions.php:1884
2258
- msgid "Finally wpDiscuz Addons Bundle is ready for You!"
2259
  msgstr ""
2260
 
2261
- #: options/class.WpdiscuzOptions.php:1894
2262
- msgid "View Addons Bundle"
2263
  msgstr ""
2264
 
2265
- #: options/class.WpdiscuzOptions.php:1900
2266
- msgid "Go to wpDiscuz Addons subMenu"
2267
  msgstr ""
2268
 
2269
- #: options/class.WpdiscuzOptions.php:1982
2270
- msgid "Please complete required steps to start using wpDiscuz 7"
2271
  msgstr ""
2272
 
2273
- #: options/class.WpdiscuzOptions.php:1983
2274
- msgid "Go to Update Wizard &raquo;"
2275
  msgstr ""
2276
 
2277
- #: options/class.WpdiscuzOptions.php:1983
2278
- msgid "Go to Installation Wizard &raquo;"
2279
  msgstr ""
2280
 
2281
- #: options/class.WpdiscuzOptions.php:1992
2282
- msgid "Jetpack Comments are active."
2283
  msgstr ""
2284
 
2285
- #: options/class.WpdiscuzOptions.php:2001
2286
- msgid "Comment votes meta data need to be regenerated"
2287
  msgstr ""
2288
 
2289
- #: options/class.WpdiscuzOptions.php:2002 options/html-tools.php:20
2290
- #: options/tools-layouts/regenerate-vote-metas.php:10
2291
- #: options/tools-layouts/regenerate-vote-metas.php:18
2292
- msgid "Regenerate Vote Metas"
2293
  msgstr ""
2294
 
2295
- #: options/class.WpdiscuzOptions.php:2011
2296
- msgid "Closed Comments data need be regenerated"
2297
  msgstr ""
2298
 
2299
- #: options/class.WpdiscuzOptions.php:2012 options/html-tools.php:21
2300
- #: options/tools-layouts/regenerate-closed-comments.php:10
2301
- #: options/tools-layouts/regenerate-closed-comments.php:18
2302
- msgid "Regenerate Closed Comments"
2303
  msgstr ""
2304
 
2305
- #: options/class.WpdiscuzOptions.php:2021
2306
- msgid "Comments votes data need to be regenerated"
2307
  msgstr ""
2308
 
2309
- #: options/class.WpdiscuzOptions.php:2022 options/html-tools.php:22
2310
- #: options/tools-layouts/regenerate-vote-data.php:10
2311
- #: options/tools-layouts/regenerate-vote-data.php:18
2312
- msgid "Regenerate Vote Data"
2313
  msgstr ""
2314
 
2315
- #: options/class.WpdiscuzOptions.php:2031
2316
- msgid "Please synchronize comment data for the best performance and fastest experience"
 
2317
  msgstr ""
2318
 
2319
- #: options/class.WpdiscuzOptions.php:2032
2320
- #: options/tools-layouts/sync-commenter-data.php:8
2321
- #: options/tools-layouts/sync-commenter-data.php:16
2322
- msgid "Synchronize Commenters Data"
2323
  msgstr ""
2324
 
2325
- #: options/class.WpdiscuzOptions.php:2540
2326
- msgid "Comment Form Settings"
2327
  msgstr ""
2328
 
2329
- #: options/class.WpdiscuzOptions.php:2548
2330
- msgid "Keep guest commenter credentials in browser cookies for X days"
2331
  msgstr ""
2332
 
2333
- #: options/class.WpdiscuzOptions.php:2550
2334
- msgid "wpDiscuz uses WordPress functions to keep guest Name, Email and Website information in cookies. Those are used to fill according fields of comment form on next commenting time. Set this option value -1 to make it unlimited. Set this option value 0 to clear those data when user closes browser."
2335
  msgstr ""
2336
 
2337
- #: options/class.WpdiscuzOptions.php:2555
2338
- msgid "Comment author name length (for guests only)"
2339
  msgstr ""
2340
 
2341
- #: options/class.WpdiscuzOptions.php:2562
2342
- msgid "Comment Form View"
2343
  msgstr ""
2344
 
2345
- #: options/class.WpdiscuzOptions.php:2564
2346
- msgid "By default, only the comment text field is visible. When you click on the comment text field it opens all other fields (Name, Email, Website, etc...). If you want to keep all fields open, please set this option \"expended\"."
2347
  msgstr ""
2348
 
2349
- #: options/class.WpdiscuzOptions.php:2569
2350
- msgid "Enable drop animation for comment form and subscription bar"
2351
  msgstr ""
2352
 
2353
- #: options/class.WpdiscuzOptions.php:2576
2354
- msgid "Load Rich Editor"
2355
  msgstr ""
2356
 
2357
- #: options/class.WpdiscuzOptions.php:2578
2358
- msgid "Search engines rank web pages for mobile devices totally different. For the mobile devices, there are more restrictions for JS and CSS files loading. This is the main reason why wpDiscuz disables the Rich Editor for mobile devices by default. It's only enabled for desktop. If you have good cache and website optimizer plugins you can enable the rich editor for mobile devices as well."
2359
  msgstr ""
2360
 
2361
- #: options/class.WpdiscuzOptions.php:2583
2362
- msgid "Rich Editor Toolbar Buttons"
2363
  msgstr ""
2364
 
2365
- #: options/class.WpdiscuzOptions.php:2585
2366
- msgid "Please click on buttons to disable or enable. The enabled buttons are colored green, the disabled buttons are gray. If you want to disable the whole formatting toolbar, please click on the [Disable formatting buttons] button. Options to manage Image Attachment button are located in 'Comment Content and Media' setting page."
2367
  msgstr ""
2368
 
2369
- #: options/class.WpdiscuzOptions.php:2600
2370
- msgid "Site Key"
2371
  msgstr ""
2372
 
2373
- #: options/class.WpdiscuzOptions.php:2607
2374
- #: options/options-layouts/html-social.php:696
2375
- msgid "Secret Key"
2376
  msgstr ""
2377
 
2378
- #: options/class.WpdiscuzOptions.php:2614
2379
- msgid "reCAPTCHA Theme"
2380
  msgstr ""
2381
 
2382
- #: options/class.WpdiscuzOptions.php:2621
2383
- msgid "reCAPTCHA Language"
2384
  msgstr ""
2385
 
2386
- #: options/class.WpdiscuzOptions.php:2628
2387
- msgid "Request Method"
2388
  msgstr ""
2389
 
2390
- #: options/class.WpdiscuzOptions.php:2635
2391
- msgid "Enable for Guests"
2392
  msgstr ""
2393
 
2394
- #: options/class.WpdiscuzOptions.php:2642
2395
- msgid "Enable for Logged-in Users"
2396
  msgstr ""
2397
 
2398
- #: options/class.WpdiscuzOptions.php:2649
2399
- msgid "Display on Subscription Form"
2400
  msgstr ""
2401
 
2402
- #: options/class.WpdiscuzOptions.php:2659
2403
- msgid "User Authorization and Profile Data"
2404
  msgstr ""
2405
 
2406
- #: options/class.WpdiscuzOptions.php:2667
2407
- msgid "Display logged-in user name and logout link on comment form"
2408
  msgstr ""
2409
 
2410
- #: options/class.WpdiscuzOptions.php:2674
2411
- msgid "Show \"Login\" link on comment form"
2412
  msgstr ""
2413
 
2414
- #: options/class.WpdiscuzOptions.php:2681
2415
- msgid "\"My Content and Settings\" button"
2416
  msgstr ""
2417
 
2418
- #: options/class.WpdiscuzOptions.php:2683
2419
- msgid "The \"My Content & Settings\" button is located in comment filter panel on top of all comments, right after the [X Comments] phrase. This button opens a pop-up window allowing commenters manage their content and settings."
2420
  msgstr ""
2421
 
2422
- #: options/class.WpdiscuzOptions.php:2688
2423
- msgid "Enable Profiles URL"
2424
  msgstr ""
2425
 
2426
- #: options/class.WpdiscuzOptions.php:2690
2427
- #, php-format
2428
- msgid "By default wpDiscuz adds a link with comment author avatar to the author profile page, you can disable this link using this option. However in case you use some plugin with User Profile page, you should keep this option enabled. wpDiscuz is well integrated with %s, BuddyPress and Ultimate Member profile builder plugins."
2429
  msgstr ""
2430
 
2431
- #: options/class.WpdiscuzOptions.php:2695
2432
- msgid "Use Website URL as Profile URL"
2433
  msgstr ""
2434
 
2435
- #: options/class.WpdiscuzOptions.php:2702
2436
- msgid "Use guest email to detect registered account"
2437
  msgstr ""
2438
 
2439
- #: options/class.WpdiscuzOptions.php:2704
2440
- msgid "Sometimes registered users comment as guest using the same email address. wpDiscuz can detect the account role using guest email and display commenter label correctly."
2441
  msgstr ""
2442
 
2443
- #: options/class.WpdiscuzOptions.php:2711
2444
- msgid "Social Login and Share"
2445
  msgstr ""
2446
 
2447
- #: options/class.WpdiscuzOptions.php:2719
2448
- msgid "User agreement prior to a social login action"
2449
  msgstr ""
2450
 
2451
- #: options/class.WpdiscuzOptions.php:2721
2452
- msgid "If this option is enabled, all Social Login buttons become not-clickable until user accept automatic account creation process based on his/her Social Network Account shared information (email, name). This checkbox and appropriate information will be displayed when user click on a social login button, prior to the login process. This extra step is added to comply with the GDPR"
 
2453
  msgstr ""
2454
 
2455
- #: options/class.WpdiscuzOptions.php:2721
2456
- msgid "The note text and the label of this checkbox can be managed in Comments > Phrases > Social Login tab."
2457
  msgstr ""
2458
 
2459
- #: options/class.WpdiscuzOptions.php:2726
2460
- msgid "Display social login buttons on reply forms"
2461
  msgstr ""
2462
 
2463
- #: options/class.WpdiscuzOptions.php:2733
2464
- msgid "Display Social Network Icon on User Avatars"
2465
  msgstr ""
2466
 
2467
- #: options/class.WpdiscuzOptions.php:2740
2468
- msgid "Facebook Login Button"
2469
  msgstr ""
2470
 
2471
- #: options/class.WpdiscuzOptions.php:2747
2472
- msgid "Use Facebook OAuth2"
2473
  msgstr ""
2474
 
2475
- #: options/class.WpdiscuzOptions.php:2749
2476
- msgid "If you enable this option, please make sure you've inserted the Valid OAuth Redirect URI in according field when you create Facebook Login App. Your website OAuth Redirect URI is displayed above."
2477
  msgstr ""
2478
 
2479
- #: options/class.WpdiscuzOptions.php:2754
2480
- msgid "Facebook Share Button"
2481
  msgstr ""
2482
 
2483
- #: options/class.WpdiscuzOptions.php:2761
2484
- msgid "Facebook Application ID"
2485
  msgstr ""
2486
 
2487
- #: options/class.WpdiscuzOptions.php:2768
2488
- msgid "Facebook Application Secret"
2489
  msgstr ""
2490
 
2491
- #: options/class.WpdiscuzOptions.php:2775
2492
- msgid "Twitter Login Button"
2493
  msgstr ""
2494
 
2495
- #: options/class.WpdiscuzOptions.php:2782
2496
- msgid "Twitter Share Button"
2497
  msgstr ""
2498
 
2499
- #: options/class.WpdiscuzOptions.php:2789
2500
- msgid "Twitter - Consumer Key (API Key)"
2501
  msgstr ""
2502
 
2503
- #: options/class.WpdiscuzOptions.php:2796
2504
- msgid "Twitter - Consumer Secret (API Secret)"
2505
  msgstr ""
2506
 
2507
- #: options/class.WpdiscuzOptions.php:2803
2508
- msgid "Google Login Button"
2509
  msgstr ""
2510
 
2511
- #: options/class.WpdiscuzOptions.php:2810
2512
- msgid "Google Client ID"
2513
  msgstr ""
2514
 
2515
- #: options/class.WpdiscuzOptions.php:2817
2516
- msgid "Google Client Secret"
2517
  msgstr ""
2518
 
2519
- #: options/class.WpdiscuzOptions.php:2824
2520
- msgid "Disqus Login Button"
2521
  msgstr ""
2522
 
2523
- #: options/class.WpdiscuzOptions.php:2831
2524
- msgid "Disqus Public Key"
2525
  msgstr ""
2526
 
2527
- #: options/class.WpdiscuzOptions.php:2838
2528
- msgid "Disqus Secret Key"
2529
  msgstr ""
2530
 
2531
- #: options/class.WpdiscuzOptions.php:2845
2532
- msgid "WordPress Login Button"
2533
  msgstr ""
2534
 
2535
- #: options/class.WpdiscuzOptions.php:2852
2536
- msgid "WordPress Client ID"
2537
  msgstr ""
2538
 
2539
- #: options/class.WpdiscuzOptions.php:2859
2540
- msgid "WordPress Client Secret"
2541
  msgstr ""
2542
 
2543
- #: options/class.WpdiscuzOptions.php:2866
2544
- msgid "Instagram Login Button"
2545
  msgstr ""
2546
 
2547
- #: options/class.WpdiscuzOptions.php:2873
2548
- msgid "Instagram App ID"
2549
  msgstr ""
2550
 
2551
- #: options/class.WpdiscuzOptions.php:2880
2552
- msgid "Instagram App Secret"
2553
  msgstr ""
2554
 
2555
- #: options/class.WpdiscuzOptions.php:2887
2556
- msgid "LinkedIn Login Button"
2557
  msgstr ""
2558
 
2559
- #: options/class.WpdiscuzOptions.php:2894
2560
- msgid "LinkedIn Client ID"
2561
  msgstr ""
2562
 
2563
- #: options/class.WpdiscuzOptions.php:2901
2564
- msgid "LinkedIn Client Secret"
2565
  msgstr ""
2566
 
2567
- #: options/class.WpdiscuzOptions.php:2908
2568
- msgid "WhatsApp Share Button"
2569
  msgstr ""
2570
 
2571
- #: options/class.WpdiscuzOptions.php:2915
2572
- msgid "Yandex Login Button"
2573
  msgstr ""
2574
 
2575
- #: options/class.WpdiscuzOptions.php:2922
2576
- msgid "Yandex ID"
2577
  msgstr ""
2578
 
2579
- #: options/class.WpdiscuzOptions.php:2929
2580
- msgid "Yandex Password"
2581
  msgstr ""
2582
 
2583
- #: options/class.WpdiscuzOptions.php:2936
2584
- msgid "Mail.ru Login Button"
2585
  msgstr ""
2586
 
2587
- #: options/class.WpdiscuzOptions.php:2943
2588
- msgid "Mail.ru Client ID"
2589
  msgstr ""
2590
 
2591
- #: options/class.WpdiscuzOptions.php:2950
2592
- msgid "Mail.ru Client Secret"
2593
  msgstr ""
2594
 
2595
- #: options/class.WpdiscuzOptions.php:2957
2596
- msgid "Weibo Login Button"
2597
  msgstr ""
2598
 
2599
- #: options/class.WpdiscuzOptions.php:2964
2600
- msgid "Weibo App Key"
2601
  msgstr ""
2602
 
2603
- #: options/class.WpdiscuzOptions.php:2971
2604
- msgid "Weibo App Secret"
2605
  msgstr ""
2606
 
2607
- #: options/class.WpdiscuzOptions.php:2978
2608
- msgid "WeChat Login Button"
2609
  msgstr ""
2610
 
2611
- #: options/class.WpdiscuzOptions.php:2985
2612
- msgid "WeChat App ID"
2613
  msgstr ""
2614
 
2615
- #: options/class.WpdiscuzOptions.php:2992
2616
- msgid "WeChat Secret"
2617
  msgstr ""
2618
 
2619
- #: options/class.WpdiscuzOptions.php:2999
2620
- msgid "QQ Login Button"
2621
  msgstr ""
2622
 
2623
- #: options/class.WpdiscuzOptions.php:3006
2624
- msgid "QQ AppID"
2625
  msgstr ""
2626
 
2627
- #: options/class.WpdiscuzOptions.php:3013
2628
- msgid "QQ AppKey"
2629
  msgstr ""
2630
 
2631
- #: options/class.WpdiscuzOptions.php:3020
2632
- msgid "Baidu Login Button"
2633
  msgstr ""
2634
 
2635
- #: options/class.WpdiscuzOptions.php:3027
2636
- msgid "Baidu Client ID"
2637
  msgstr ""
2638
 
2639
- #: options/class.WpdiscuzOptions.php:3034
2640
- msgid "Baidu Client Secret"
2641
  msgstr ""
2642
 
2643
- #: options/class.WpdiscuzOptions.php:3041
2644
- msgid "VK Login Button"
2645
  msgstr ""
2646
 
2647
- #: options/class.WpdiscuzOptions.php:3048
2648
- msgid "VK Share Button"
2649
  msgstr ""
2650
 
2651
- #: options/class.WpdiscuzOptions.php:3055
2652
- msgid "VK Application ID"
2653
  msgstr ""
2654
 
2655
- #: options/class.WpdiscuzOptions.php:3062
2656
- msgid "VK Secure Key"
2657
  msgstr ""
2658
 
2659
- #: options/class.WpdiscuzOptions.php:3069
2660
- msgid "OK Login Button"
2661
  msgstr ""
2662
 
2663
- #: options/class.WpdiscuzOptions.php:3076
2664
- msgid "OK Share Button"
2665
  msgstr ""
2666
 
2667
- #: options/class.WpdiscuzOptions.php:3083
2668
- msgid "OK Application ID"
2669
  msgstr ""
2670
 
2671
- #: options/class.WpdiscuzOptions.php:3090
2672
- msgid "OK Application Key"
2673
  msgstr ""
2674
 
2675
- #: options/class.WpdiscuzOptions.php:3097
2676
- msgid "OK Application Secret"
2677
  msgstr ""
2678
 
2679
- #: options/class.WpdiscuzOptions.php:3106
2680
- msgid "Article and Comment Rating"
2681
  msgstr ""
2682
 
2683
- #: options/class.WpdiscuzOptions.php:3114
2684
- msgid "Enable Aggregate Rating Schema"
2685
  msgstr ""
2686
 
2687
- #: options/class.WpdiscuzOptions.php:3116
2688
- msgid "Aggregate rating schema is a code integrated with post rating HTML. This enables Google to feature your post ratings and attract customers with it. When searching the internet, people will see your posts search results with star ratings. Even though those results are not at the top of search engine results page, those sites caught people attention first."
2689
  msgstr ""
2690
 
2691
- #: options/class.WpdiscuzOptions.php:3121
2692
- msgid "Display Ratings"
 
2693
  msgstr ""
2694
 
2695
- #: options/class.WpdiscuzOptions.php:3128
2696
- msgid "Rating Star Colors"
2697
  msgstr ""
2698
 
2699
- #: options/class.WpdiscuzOptions.php:3137
2700
- msgid "Comment Thread Displaying"
2701
  msgstr ""
2702
 
2703
- #: options/class.WpdiscuzOptions.php:3145
2704
- msgid "Comment List Loading Type"
2705
  msgstr ""
2706
 
2707
- #: options/class.WpdiscuzOptions.php:3147
2708
- msgid "Keep your page loading speed high by disabling comments loading. Once the page loading is complete, this option will initiate AJAX request and load comments without affecting page loading speed. Also, you can select the [View Comments] button option to allow visitors load comments manually whenever they want."
2709
  msgstr ""
2710
 
2711
- #: options/class.WpdiscuzOptions.php:3152
2712
- msgid "Display only parent comments and <u>view replies &or;</u> button"
2713
  msgstr ""
2714
 
2715
- #: options/class.WpdiscuzOptions.php:3154
2716
- msgid "If this option is enabled only parent comments will be displayed. This increases page load speed and keeps pages light. If visitor wants to read replies he/she just need to click on [view replies (12)] button located on all parent comments which have replies."
2717
  msgstr ""
2718
 
2719
- #: options/class.WpdiscuzOptions.php:3159
2720
- msgid "Display \"Most Reacted Comments\" filter button"
2721
  msgstr ""
2722
 
2723
- #: options/class.WpdiscuzOptions.php:3166
2724
- msgid "Display \"Hottest Comment Threads\" filter button"
2725
  msgstr ""
2726
 
2727
- #: options/class.WpdiscuzOptions.php:3173
2728
- msgid "Display Comment Sorting Options"
2729
  msgstr ""
2730
 
2731
- #: options/class.WpdiscuzOptions.php:3175
2732
- msgid "This option enables comment sorting buttons (newest | oldest | most voted). Sorting buttons are not available for the default comments pagination type [1][2][3]... It's only active for [Load more] and other AJAX pagination types."
2733
  msgstr ""
2734
 
2735
- #: options/class.WpdiscuzOptions.php:3180
2736
- msgid "Set comments order to \"Most voted\" by default"
2737
  msgstr ""
2738
 
2739
- #: options/class.WpdiscuzOptions.php:3187
2740
- msgid "Reverse Child Comments Order"
2741
  msgstr ""
2742
 
2743
- #: options/class.WpdiscuzOptions.php:3189
2744
- msgid "By default child comments are sorted by oldest on top. Using this option you can revers child comments order and sort them by newest on top."
2745
  msgstr ""
2746
 
2747
- #: options/class.WpdiscuzOptions.php:3194
2748
- msgid "Comments Pagination Type"
2749
  msgstr ""
2750
 
2751
- #: options/class.WpdiscuzOptions.php:3196
2752
- msgid "You can manage the number of comments for [Load more] option in Settings > Discussion page, using \"Break comments into pages with [X] top level comments per page\" option. To show the default Wordpress comment pagination you should enable the checkbox on beginning of the same option."
2753
  msgstr ""
2754
 
2755
- #: options/class.WpdiscuzOptions.php:3201
2756
- msgid "Highlight Unread Comments"
2757
  msgstr ""
2758
 
2759
- #: options/class.WpdiscuzOptions.php:3210
2760
- msgid "Comment Thread Features"
2761
  msgstr ""
2762
 
2763
- #: options/class.WpdiscuzOptions.php:3218
2764
- msgid "Show Comment Link"
2765
  msgstr ""
2766
 
2767
- #: options/class.WpdiscuzOptions.php:3225
2768
- msgid "Show Comment Date"
2769
  msgstr ""
2770
 
2771
- #: options/class.WpdiscuzOptions.php:3232
2772
- msgid "Show Voting Buttons"
2773
  msgstr ""
2774
 
2775
- #: options/class.WpdiscuzOptions.php:3239
2776
- msgid "Voting Buttons Icon"
2777
  msgstr ""
2778
 
2779
- #: options/class.WpdiscuzOptions.php:3246
2780
- msgid "Comment Voting Result Mode"
2781
  msgstr ""
2782
 
2783
- #: options/class.WpdiscuzOptions.php:3253
2784
- msgid "Enable down vote button (dislike)"
2785
  msgstr ""
2786
 
2787
- #: options/class.WpdiscuzOptions.php:3260
2788
- msgid "Allow Guests to Vote for Comments"
2789
  msgstr ""
2790
 
2791
- #: options/class.WpdiscuzOptions.php:3267
2792
- msgid "Highlight Voting Buttons for Voters"
2793
  msgstr ""
2794
 
2795
- #: options/class.WpdiscuzOptions.php:3269
2796
- msgid "This allows users to see own voted comments."
2797
  msgstr ""
2798
 
2799
- #: options/class.WpdiscuzOptions.php:3274
2800
- msgid "Display Avatars"
2801
  msgstr ""
2802
 
2803
- #: options/class.WpdiscuzOptions.php:3276
2804
- msgid "This option only related to avatars in comment system. For sitewide avatar control, please use WordPress native avatar settings in Dashboard > Settings > Discussions admin page."
2805
  msgstr ""
2806
 
2807
- #: options/class.WpdiscuzOptions.php:3281
2808
- msgid "Default Avatar Source URL for Users"
2809
  msgstr ""
2810
 
2811
- #: options/class.WpdiscuzOptions.php:3288
2812
- msgid "Default Avatar Source URL for Guests"
2813
  msgstr ""
2814
 
2815
- #: options/class.WpdiscuzOptions.php:3295
2816
- msgid "Enable Sitewide Usage of Default Avatars"
2817
  msgstr ""
2818
 
2819
- #: options/class.WpdiscuzOptions.php:3304
2820
- msgid "Styles and Colors"
2821
  msgstr ""
2822
 
2823
- #: options/class.WpdiscuzOptions.php:3312
2824
- msgid "Comment Form and Comment List Style"
2825
  msgstr ""
2826
 
2827
- #: options/class.WpdiscuzOptions.php:3314
2828
- msgid "Starting from wpDiscuz 7 you can choose the [ Off ] option of comment style. It'll remove most of wpDiscuz CSS code and allow you write your own CSS for custom comment styling."
2829
  msgstr ""
2830
 
2831
- #: options/class.WpdiscuzOptions.php:3319
2832
- msgid "Style Specific Colors"
2833
  msgstr ""
2834
 
2835
- #: options/class.WpdiscuzOptions.php:3321
2836
- msgid "These options allows you manage comment section colors individaly for the Default and Dark Styles"
2837
  msgstr ""
2838
 
2839
- #: options/class.WpdiscuzOptions.php:3326
2840
- msgid "General Colors"
2841
  msgstr ""
2842
 
2843
- #: options/class.WpdiscuzOptions.php:3333
2844
- msgid "Comment Text Size"
2845
  msgstr ""
2846
 
2847
- #: options/class.WpdiscuzOptions.php:3340
2848
- msgid "Load Font Awesome css lib"
2849
  msgstr ""
2850
 
2851
- #: options/class.WpdiscuzOptions.php:3342
2852
- msgid "IMPORTANT: In case your theme uses old versions of Font-Awesome lib, you should not disable this this option. The theme old version doesn't support new version icons, thus some wpDiscuz icons might be lost."
2853
  msgstr ""
2854
 
2855
- #: options/class.WpdiscuzOptions.php:3347
2856
- msgid "Custom CSS Code"
2857
  msgstr ""
2858
 
2859
- #: options/class.WpdiscuzOptions.php:3356
2860
- msgid "Subscription and User Following"
2861
  msgstr ""
2862
 
2863
- #: options/class.WpdiscuzOptions.php:3364
2864
- msgid "Enable User Mentioning"
2865
  msgstr ""
2866
 
2867
- #: options/class.WpdiscuzOptions.php:3366
2868
- #, php-format
2869
- msgid "This option allows mentioning users in comments using @nickname method. Mentioned users will get notification via email if the next option is enabled. To get an advanced user mentioning features and to be able mention comments by #CommentID, we recommend the %s addon."
2870
  msgstr ""
2871
 
2872
- #: options/class.WpdiscuzOptions.php:3371
2873
- msgid "Send E-Mail Notification to Mentioned Users"
2874
  msgstr ""
2875
 
2876
- #: options/class.WpdiscuzOptions.php:3378
2877
- msgid "Notify comment author once comment is approved"
2878
  msgstr ""
2879
 
2880
- #: options/class.WpdiscuzOptions.php:3385
2881
- msgid "Enable subscription confirmation for registered users"
2882
  msgstr ""
2883
 
2884
- #: options/class.WpdiscuzOptions.php:3392
2885
- msgid "Enable subscription confirmation for guests"
2886
  msgstr ""
2887
 
2888
- #: options/class.WpdiscuzOptions.php:3399
2889
- msgid "Subscription types in Subscription Bar drop-down"
2890
  msgstr ""
2891
 
2892
- #: options/class.WpdiscuzOptions.php:3406
2893
- msgid "Display \"Notify of new replies to this comment\" option in comment form"
2894
  msgstr ""
2895
 
2896
- #: options/class.WpdiscuzOptions.php:3408
2897
- msgid "wpDiscuz is the only comment plugin which allows you to subscribe to certain comment replies. This option is located above [Post Comment] button in comment form. You can disable this subscription way by unchecking this option."
2898
  msgstr ""
2899
 
2900
- #: options/class.WpdiscuzOptions.php:3413
2901
- msgid "Keep checked the \"Notify of new replies to this comment\" option by default"
2902
  msgstr ""
2903
 
2904
- #: options/class.WpdiscuzOptions.php:3420
2905
- msgid "Use Postmatic for subscriptions and commenting by email"
2906
  msgstr ""
2907
 
2908
- #: options/class.WpdiscuzOptions.php:3422
2909
- msgid "Postmatic allows your users subscribe to comments. Instead of just being notified, they add a reply right from their inbox."
2910
  msgstr ""
2911
 
2912
- #: options/class.WpdiscuzOptions.php:3427
2913
- msgid "Enable User Following Feature"
2914
  msgstr ""
2915
 
2916
- #: options/class.WpdiscuzOptions.php:3434
2917
- msgid "Follow users without email confirmation"
2918
  msgstr ""
2919
 
2920
- #: options/class.WpdiscuzOptions.php:3443
2921
- msgid "User Labels and Badges"
2922
  msgstr ""
2923
 
2924
- #: options/class.WpdiscuzOptions.php:3451
2925
- msgid "Display Comment Author Labels"
2926
  msgstr ""
2927
 
2928
- #: options/class.WpdiscuzOptions.php:3458
2929
- msgid "Comment Author Label Colors by User Role"
2930
  msgstr ""
2931
 
2932
- #: options/class.WpdiscuzOptions.php:3467
2933
- msgid "Comment Moderation"
2934
  msgstr ""
2935
 
2936
- #: options/class.WpdiscuzOptions.php:3475
2937
- msgid "Edit Button - Allow comment editing for"
2938
  msgstr ""
2939
 
2940
- #: options/class.WpdiscuzOptions.php:3482
2941
- msgid "Enable editing for replied comments"
2942
  msgstr ""
2943
 
2944
- #: options/class.WpdiscuzOptions.php:3489
2945
- msgid "Display comment editing Information"
2946
  msgstr ""
2947
 
2948
- #: options/class.WpdiscuzOptions.php:3496
2949
- msgid "Stick Button - Stick a comment thread"
2950
  msgstr ""
2951
 
2952
- #: options/class.WpdiscuzOptions.php:3503
2953
- msgid "Close Button - Close a comment thread"
2954
  msgstr ""
2955
 
2956
- #: options/class.WpdiscuzOptions.php:3510
2957
- msgid "Limit Comments per User"
2958
  msgstr ""
2959
 
2960
- #: options/class.WpdiscuzOptions.php:3512
2961
- msgid "This option allows control commenting activity per user. You can set maximum number of comments users can leave per post or sitewide. It also allow to set restriction for comments or for replies only."
2962
  msgstr ""
2963
 
2964
- #: options/class.WpdiscuzOptions.php:3519
2965
- msgid "Comment Content and Media"
2966
  msgstr ""
2967
 
2968
- #: options/class.WpdiscuzOptions.php:3527
2969
- msgid "Comment Text Length"
2970
  msgstr ""
2971
 
2972
- #: options/class.WpdiscuzOptions.php:3529
2973
- msgid "Allows to set minimum and maximum number of chars can be inserted in comment textarea. Leave the max value empty to remove the limit."
2974
  msgstr ""
2975
 
2976
- #: options/class.WpdiscuzOptions.php:3534
2977
- msgid "Image Source URL to Image Conversion"
2978
  msgstr ""
2979
 
2980
- #: options/class.WpdiscuzOptions.php:3541
2981
- msgid "Enable WordPress Shortcodes in Comment Content"
2982
  msgstr ""
2983
 
2984
- #: options/class.WpdiscuzOptions.php:3543
2985
- msgid "This option allows embedding other plugins shortcodes in comment content. Some plugin shortcodes work very slow, so this may affect your page load speed if the shortcode provider plugin is not well optimized."
2986
  msgstr ""
2987
 
2988
- #: options/class.WpdiscuzOptions.php:3548
2989
- msgid "The number of words before breaking comment text (Read more)"
2990
  msgstr ""
2991
 
2992
- #: options/class.WpdiscuzOptions.php:3550
2993
- msgid "Set this option value 0, to turn off comment text breaking function."
2994
  msgstr ""
2995
 
2996
- #: options/class.WpdiscuzOptions.php:3555
2997
- msgid "Enable Media Uploading"
2998
  msgstr ""
2999
 
3000
- #: options/class.WpdiscuzOptions.php:3557
3001
- msgid "This option allows commenters to attach an image with comments."
3002
  msgstr ""
3003
 
3004
- #: options/class.WpdiscuzOptions.php:3562
3005
- msgid "Allow Media Uploading for Guests"
3006
  msgstr ""
3007
 
3008
- #: options/class.WpdiscuzOptions.php:3569
3009
- msgid "Enable Lightbox for Attached Images"
3010
  msgstr ""
3011
 
3012
- #: options/class.WpdiscuzOptions.php:3576
3013
- msgid "Allowed File Types"
3014
  msgstr ""
3015
 
3016
- #: options/class.WpdiscuzOptions.php:3583
3017
- msgid "Max Uploaded Size"
3018
  msgstr ""
3019
 
3020
- #: options/class.WpdiscuzOptions.php:3585
3021
- msgid "You can not set this value more than 'upload_max_filesize' and 'post_max_size'. If you want to increase server parameters please contact to your hosting service support."
3022
  msgstr ""
3023
 
3024
- #: options/class.WpdiscuzOptions.php:3590
3025
- msgid "Show Comments Media in Dashboard"
3026
  msgstr ""
3027
 
3028
- #: options/class.WpdiscuzOptions.php:3597
3029
- msgid "Single Image Sizes in Comments"
3030
  msgstr ""
3031
 
3032
- #: options/class.WpdiscuzOptions.php:3604
3033
- msgid "Generate Thumbnail Sizes"
3034
  msgstr ""
3035
 
3036
- #: options/class.WpdiscuzOptions.php:3606
3037
- msgid "Once image is uploaded, it'll generate thumbnails according to your selected sizes. When you set up a new WordPress website, the platform gives you three image sizes to play with: thumbnail, medium, and large (plus the file's original resolution). You may have other options and sizes which are registered by current active theme and by other plugins."
3038
  msgstr ""
3039
 
3040
- #: options/class.WpdiscuzOptions.php:3613
3041
- msgid "Live Commenting and Notifications"
3042
  msgstr ""
3043
 
3044
- #: options/class.WpdiscuzOptions.php:3621 options/html-options.php:254
3045
- #: options/html-options.php:263
3046
- msgid "Comment Bubble"
3047
  msgstr ""
3048
 
3049
- #: options/class.WpdiscuzOptions.php:3623
3050
- msgid "Comment Bubble is a real-time updating sticky comment icon on your web pages. It invites people to comment, displays current comments information and notifies current page viewers about new comments."
3051
  msgstr ""
3052
 
3053
- #: options/class.WpdiscuzOptions.php:3628
3054
- msgid "Comment Bubble Live Update"
3055
  msgstr ""
3056
 
3057
- #: options/class.WpdiscuzOptions.php:3635 options/html-options.php:289
3058
- msgid "Comment Bubble Location"
3059
  msgstr ""
3060
 
3061
- #: options/class.WpdiscuzOptions.php:3642
3062
- msgid "Bubble - Notify on New Comments"
3063
  msgstr ""
3064
 
3065
- #: options/class.WpdiscuzOptions.php:3644
3066
- msgid "If the Bubble live update is enabled, it shows new comments excerpts as a pop-up information to article reads in real-time. This keeps website visitors up to date and engages them join to the discussion."
3067
  msgstr ""
3068
 
3069
- #: options/class.WpdiscuzOptions.php:3649
3070
- msgid "Bubble - Invite to comment in X seconds"
3071
  msgstr ""
3072
 
3073
- #: options/class.WpdiscuzOptions.php:3651
3074
- msgid "In most cases article readers don't even think about leaving some comment. Using this option you can enable Bubble &laquo;Invite to Comment&raquo; message. Once page is loaded and visitor has read some content, it reminds about comments and calls to leave a reply."
3075
  msgstr ""
3076
 
3077
- #: options/class.WpdiscuzOptions.php:3656
3078
- msgid "Bubble - Hide the invitation message in X seconds"
3079
  msgstr ""
3080
 
3081
- #: options/class.WpdiscuzOptions.php:3663
3082
- msgid "Live Update"
3083
  msgstr ""
3084
 
3085
- #: options/class.WpdiscuzOptions.php:3665
3086
- msgid "wpDiscuz live update is very light and doesn't overload your server. However we recommend to monitor your server resources if you're on a Shared hosting plan. There are some very weak hosting plans which may not be able to perform very frequently live update requests. If you found some issue you can set the option below 30 seconds or more."
3087
  msgstr ""
3088
 
3089
- #: options/class.WpdiscuzOptions.php:3670
3090
- msgid "Enable Live Update for Guests"
3091
  msgstr ""
3092
 
3093
- #: options/class.WpdiscuzOptions.php:3677
3094
- msgid "Update Comment List Every"
3095
  msgstr ""
3096
 
3097
- #: options/class.WpdiscuzOptions.php:3686
3098
- msgid "Inline Commenting"
3099
  msgstr ""
3100
 
3101
- #: options/class.WpdiscuzOptions.php:3694
3102
- msgid "Display filter button to load inline feedbacks"
3103
  msgstr ""
3104
 
3105
- #: options/class.WpdiscuzOptions.php:3696
3106
- msgid "This filter button appears next to all filter buttons and comment sorting options. It allows to filter and display article inline feedbacks (comments made while reading current article)."
3107
  msgstr ""
3108
 
3109
- #: options/class.WpdiscuzOptions.php:3701
3110
- msgid "Animation for \"Leave a Feedback\" button in article content"
3111
  msgstr ""
3112
 
3113
- #: options/class.WpdiscuzOptions.php:3703
3114
- msgid "Once a question is added in article editor (backend), readers will see a small comment icon (call to leave a feedback) next to the text part you've selected for your question on article (front-end). This icon calls people to leave a feedback, using the type you've selected in this option. For example, if you've chosen the \"Blink\" option, once reader scrolled and reached to the article text with question, it animates with comment button size and color changes attracting readers attention."
3115
  msgstr ""
3116
 
3117
- #: options/class.WpdiscuzOptions.php:3710
3118
- msgid "General Settings"
3119
  msgstr ""
3120
 
3121
- #: options/class.WpdiscuzOptions.php:3718
3122
- msgid "Enable wpDiscuz on Home Page"
3123
  msgstr ""
3124
 
3125
- #: options/class.WpdiscuzOptions.php:3725
3126
- msgid "Use WordPress native AJAX functions"
3127
  msgstr ""
3128
 
3129
- #: options/class.WpdiscuzOptions.php:3727
3130
- msgid "By disabling this option you're automatically enabling wpDiscuz custom AJAX functions, which are many times faster that the default WordPress functions. Just make sure it doesn't conflict with your plugins."
3131
  msgstr ""
3132
 
3133
- #: options/class.WpdiscuzOptions.php:3732
3134
- msgid "Combine JS and CSS Files to Optimize Page Loading Speed"
3135
  msgstr ""
3136
 
3137
- #: options/class.WpdiscuzOptions.php:3739
3138
- msgid "Minify JS and CSS Files to Optimize Page Loading Speed"
3139
  msgstr ""
3140
 
3141
- #: options/class.WpdiscuzOptions.php:3746
3142
- msgid "Secure comment content in HTTPS protocol."
3143
  msgstr ""
3144
 
3145
- #: options/class.WpdiscuzOptions.php:3748
3146
- msgid "This option detects images and other contents with non-https source URLs and fix according to your selected logic."
3147
  msgstr ""
3148
 
3149
- #: options/class.WpdiscuzOptions.php:3753
3150
- msgid "Redirect First Comment to"
3151
  msgstr ""
3152
 
3153
- #: options/class.WpdiscuzOptions.php:3760
3154
- msgid "Use WordPress Date/Time Format"
3155
  msgstr ""
3156
 
3157
- #: options/class.WpdiscuzOptions.php:3762
3158
- msgid "wpDiscuz shows Human Readable date format. If you check this option it'll show the date/time format set in WordPress General Settings."
3159
  msgstr ""
3160
 
3161
- #: options/class.WpdiscuzOptions.php:3767
3162
- msgid "Structure of Human Readable Date Format"
3163
  msgstr ""
3164
 
3165
- #: options/class.WpdiscuzOptions.php:3769
3166
- msgid "By default, comment date is displayed with the human readable format, such as [X days ago]. For some languages, you may need to change the sequence of words in this date. This option provides shordcodes for each word allowing you manage the order. [number] is the 'X', [time_unit] is the 'days', [adjective] is the 'ago'."
3167
  msgstr ""
3168
 
3169
- #: options/class.WpdiscuzOptions.php:3774
3170
- msgid "Use Plugin .PO/.MO Files"
3171
  msgstr ""
3172
 
3173
- #: options/class.WpdiscuzOptions.php:3776
3174
- msgid "wpDiscuz phrase system allows you to translate all front-end phrases. However if you have a multi-language website it'll not allow you to add more than one language translation. The only way to get it is the plugin translation files (.PO / .MO). If wpDiscuz has the languages you need you should check this option to disable phrase system and it'll automatically translate all phrases based on language files according to current language."
3175
  msgstr ""
3176
 
3177
- #: options/class.WpdiscuzOptions.php:3781
3178
- msgid "Help wpDiscuz to grow allowing people to recognize which comment plugin you use"
3179
  msgstr ""
3180
 
3181
- #: options/class.WpdiscuzOptions.php:3783
3182
- msgid "Please check this option on to help wpDiscuz get more popularity as your thank to the hard work we do for you totally free. This option adds a very small (16x16px) icon under the comment section which will allow your site visitors recognize the name of comment solution you use."
3183
  msgstr ""
3184
 
3185
- #: options/class.WpdiscuzOptions.php:3788
3186
- msgid "Enable Gravatar caching"
3187
  msgstr ""
3188
 
3189
- #: options/class.WpdiscuzOptions.php:3795
3190
- msgid "Caching Method"
3191
  msgstr ""
3192
 
3193
- #: options/class.WpdiscuzOptions.php:3802
3194
- msgid "Reset Avatar Cache Frequency"
3195
  msgstr ""
3196
 
3197
- #: options/class.WpdiscuzOptions.php:3809
3198
- msgid "Remove Vote Data"
3199
  msgstr ""
3200
 
3201
- #: options/class.WpdiscuzOptions.php:3816
3202
- msgid "Purge Expired Avatar Caches"
3203
  msgstr ""
3204
 
3205
- #: options/class.WpdiscuzOptions.php:3823
3206
- msgid "Purge All Avatar Caches"
3207
  msgstr ""
3208
 
3209
- #: options/html-addons.php:11 options/html-dashboard.php:243
3210
- #: options/html-dashboard.php:245
3211
- msgid "wpDiscuz Addons"
3212
  msgstr ""
3213
 
3214
- #: options/html-addons.php:19
3215
- msgid "wpDiscuz Add-ons"
3216
  msgstr ""
3217
 
3218
- #: options/html-addons.php:20
3219
- msgid "Addons Support Forum"
3220
  msgstr ""
3221
 
3222
- #: options/html-addons.php:25
3223
- msgid "All wpDiscuz addons are being developed by wpDiscuz developers at gVectors Team. These addons help us to keep top level development of the free wpDiscuz plugin. All essential and even dozens of extra-cool features are already available for free in the core wpDiscuz plugin. There are not any limits, any pro and paid versions of wpDiscuz. We have another dozens of awesome features in our to-do list which will be added for free in the future releases."
3224
  msgstr ""
3225
 
3226
- #: options/html-addons.php:28
3227
- msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team&nbsp;"
3228
  msgstr ""
3229
 
3230
- #: options/html-addons.php:50
3231
- msgid "Installed"
3232
  msgstr ""
3233
 
3234
- #: options/html-addons.php:55
3235
- msgid "at least"
3236
  msgstr ""
3237
 
3238
- #: options/html-addons.php:58
3239
- msgid "More Info &raquo;"
3240
  msgstr ""
3241
 
3242
- #: options/html-addons.php:60
3243
- msgid "Live Preview | Buy"
3244
  msgstr ""
3245
 
3246
- #: options/html-addons.php:68
3247
- msgid "More information about"
3248
  msgstr ""
3249
 
3250
- #: options/html-addons.php:79
3251
- msgid "View wpDiscuz Addons Bundle"
3252
  msgstr ""
3253
 
3254
- #: options/html-addons.php:79
3255
- msgid "wpDiscuz Addons Bundle"
3256
  msgstr ""
3257
 
3258
- #: options/html-dashboard.php:12
3259
- msgid "Welcome to wpDiscuz 7"
3260
  msgstr ""
3261
 
3262
- #: options/html-dashboard.php:13
3263
- msgid "Built to Engage"
3264
  msgstr ""
3265
 
3266
- #: options/html-dashboard.php:15
3267
- msgid "Thank you for installing wpDiscuz!"
3268
  msgstr ""
3269
 
3270
- #: options/html-dashboard.php:16
3271
- msgid "wpDiscuz 7 is a revolution in WordPress commenting experience."
3272
  msgstr ""
3273
 
3274
- #: options/html-dashboard.php:17
3275
- msgid "This version is mostly focused on website visitors engagement,"
3276
  msgstr ""
3277
 
3278
- #: options/html-dashboard.php:18
3279
- msgid "It's totally improved with brand new innovative features bringing live to your website and discussions."
3280
  msgstr ""
3281
 
3282
- #: options/html-dashboard.php:30
3283
- msgid "What's New"
3284
  msgstr ""
3285
 
3286
- #: options/html-dashboard.php:39
3287
- msgid "Inline Feedback"
3288
  msgstr ""
3289
 
3290
- #: options/html-dashboard.php:40
3291
- msgid "Live Notification, Bubble!"
3292
  msgstr ""
3293
 
3294
- #: options/html-dashboard.php:41 options/html-dashboard.php:67
3295
- msgid "Comment Layouts"
3296
  msgstr ""
3297
 
3298
- #: options/html-dashboard.php:42 options/html-dashboard.php:90
3299
- msgid "Social Login and Commenting"
3300
  msgstr ""
3301
 
3302
- #: options/html-dashboard.php:43 options/html-dashboard.php:99
3303
- msgid "Article Rating vs Rating Field"
3304
  msgstr ""
3305
 
3306
- #: options/html-dashboard.php:48
3307
- msgid "Article Inline Feedback"
3308
  msgstr ""
3309
 
3310
- #: options/html-dashboard.php:49
3311
- msgid "First time in blog commenting experience we introduce, the Inline Feedback feature. This is an interactive article reading option with questions and feedback. Now article authors can add some questions for readers on certain part of article content and ask for feedback while visitors read it."
3312
  msgstr ""
3313
 
3314
- #: options/html-dashboard.php:52
3315
- msgid "Once a question is added in article editor (backend), on article (front-end), readers will see a small comment icon next to the text part you've selected. This feature engages post readers inviting them comment and leave a feedback without scrolling down and using the standard comment form. Thus they leave reply and react to post content or questions during the reading process."
3316
  msgstr ""
3317
 
3318
- #: options/html-dashboard.php:53
3319
- msgid "The number of already left feedbacks will be displayed next to the feedback icon allowing people click and read other's feedbacks in the same place. Also, those feedbacks will be displayed with other standard comments in article comment section below."
3320
  msgstr ""
3321
 
3322
- #: options/html-dashboard.php:57
3323
- msgid "Live Notification / Bubble"
3324
  msgstr ""
3325
 
3326
- #: options/html-dashboard.php:58
3327
- msgid " In wpDiscuz 7 the real-time commenting becomes more live and attractive. It's based on REST API and doesn't overload your server. A specific sticky comment icon on your web pages, called &laquo;Bubble&raquo; keeps article readers and commenters up to date. It can display new comments as pop-up notification or as number in an orange circle."
3328
  msgstr ""
3329
 
3330
- #: options/html-dashboard.php:61
3331
- msgid "Once new comment is posted, Bubble shows pop-up message with the new comment excerpt as it's shown on screenshot. The small &laquo;Reply&raquo; button allows to reply that comment immediately or readers can click on the pop-up notification and jump to that comment thread below the article. Just make sure the Bubble Live Update is enabled in wpDiscuz > Settings > Live Commenting and Notifications options."
3332
  msgstr ""
3333
 
3334
- #: options/html-dashboard.php:63
3335
- msgid "If there is no new comments while visitor read the article, in most cases they don't even think about leaving some comment. The Bubble helps here too, it calls article readers to join to the discussion displaying them invite message. This message attracting readers attention and allows them fast and easy jump to comment area. Once page is loaded and visitor has read some content, it reminds about comments and calls to leave a reply."
3336
  msgstr ""
3337
 
3338
- #: options/html-dashboard.php:68
3339
- msgid "wpDiscuz comment system design is totally changed. It comes with three nice layouts. You can even choose different layout for different pages. Three attractive, modern and clean layouts are ready to use. You can choose your proffered layout in wpDiscuz > Forms > Edit Comment Forms screen. Once the layout is changed, don't forget to delete all caches. Comment layouts are called simply &laquo;Layout #1&raquo;, &laquo;Layout #2&raquo;, &laquo;Layout #3&raquo;."
3340
  msgstr ""
3341
 
3342
- #: options/html-dashboard.php:73
3343
- msgid "Comment Layout #1"
3344
  msgstr ""
3345
 
3346
- #: options/html-dashboard.php:78
3347
- msgid "Comment Layout #2"
 
3348
  msgstr ""
3349
 
3350
- #: options/html-dashboard.php:83
3351
- msgid "Comment Layout #3"
 
3352
  msgstr ""
3353
 
3354
- #: options/html-dashboard.php:86
3355
- msgid "The &laquo;Layout #1&raquo; is the simplest and cleanest layout. The &laquo;Layout #2&raquo; is designed for narrow comment sections. It displays comment content in wider area. The &laquo;Layout #3&raquo; layout is designed to accent comment thread hierarchy by colored vertical lines and indents."
3356
  msgstr ""
3357
 
3358
- #: options/html-dashboard.php:91
3359
- msgid "wpDiscuz comes with built-in social login and share buttons. It includes Facebook, Twitter, Google, Disqus, WordPress.org, VK and OK Social Networks. You can enable those by managing API Keys in wpDiscuz > Settings > Social Login and Share options."
3360
  msgstr ""
3361
 
3362
- #: options/html-dashboard.php:100
3363
- msgid "Before, you had to create a Rating field in comment form to allow users rate article while they post a comment, there was no way to rate without commenting. Now you can allow users rate your articles without leavening a comment. wpDiscuz 7 has a built-in Post Rating system which is not based on comment form custom fields. You can see that on top of comment section like the left one on the screenshot below:"
3364
  msgstr ""
3365
 
3366
- #: options/html-dashboard.php:112
3367
- msgid "Overview & Comments Statistic"
3368
  msgstr ""
3369
 
3370
- #: options/html-dashboard.php:123
3371
- msgid "All Comments"
3372
  msgstr ""
3373
 
3374
- #: options/html-dashboard.php:131
3375
- msgid "Comment Threads"
3376
  msgstr ""
3377
 
3378
- #: options/html-dashboard.php:135
3379
- msgid "Thread Replies"
3380
  msgstr ""
3381
 
3382
- #: options/html-dashboard.php:141
3383
- msgid "User Commenters"
3384
  msgstr ""
3385
 
3386
- #: options/html-dashboard.php:145
3387
- msgid "Guest Commenters"
3388
  msgstr ""
3389
 
3390
- #: options/html-dashboard.php:156
3391
- msgid "Comment Statistic"
3392
  msgstr ""
3393
 
3394
- #: options/html-dashboard.php:158
3395
- msgid "All comments"
3396
  msgstr ""
3397
 
3398
- #: options/html-dashboard.php:160
3399
- msgid "Inline feedbacks"
3400
  msgstr ""
3401
 
3402
- #: options/html-dashboard.php:166
3403
- msgid "Today"
3404
  msgstr ""
3405
 
3406
- #: options/html-dashboard.php:167
3407
- msgid "Last Week"
3408
  msgstr ""
3409
 
3410
- #: options/html-dashboard.php:168
3411
- msgid "Last Month"
3412
  msgstr ""
3413
 
3414
- #: options/html-dashboard.php:169
3415
- msgid "Last 6 Months"
3416
  msgstr ""
3417
 
3418
- #: options/html-dashboard.php:170
3419
- msgid "Last Year"
3420
  msgstr ""
3421
 
3422
- #: options/html-dashboard.php:171
3423
- msgid "All Time"
3424
  msgstr ""
3425
 
3426
- #: options/html-dashboard.php:184
3427
- msgid "Active Users and Guests"
3428
  msgstr ""
3429
 
3430
- #: options/html-dashboard.php:213
3431
- msgid "Credits"
3432
  msgstr ""
3433
 
3434
- #: options/html-dashboard.php:219 options/html-options.php:24
3435
- msgid "Documentation"
3436
  msgstr ""
3437
 
3438
- #: options/html-dashboard.php:222
3439
- msgid "Getting Started"
3440
  msgstr ""
3441
 
3442
- #: options/html-dashboard.php:223
3443
- msgid "Manage Comment Forms"
3444
  msgstr ""
3445
 
3446
- #: options/html-dashboard.php:224
3447
- msgid "Manage Comment Layout"
3448
  msgstr ""
3449
 
3450
  #: options/html-dashboard.php:225
3451
  msgid "Plugin Customization"
3452
  msgstr ""
3453
 
3454
- #: options/html-dashboard.php:226
3455
- msgid "Translation"
3456
  msgstr ""
3457
 
3458
- #: options/html-dashboard.php:227
3459
- msgid "Privacy and GDPR"
3460
  msgstr ""
3461
 
3462
- #: options/html-dashboard.php:232
3463
- msgid "Support & Community"
3464
  msgstr ""
3465
 
3466
- #: options/html-dashboard.php:235
3467
- msgid "wpDiscuz Demo"
3468
  msgstr ""
3469
 
3470
- #: options/html-dashboard.php:236
3471
- msgid "wpDiscuz Support"
3472
  msgstr ""
3473
 
3474
- #: options/html-dashboard.php:237
3475
- msgid "wpDiscuz Addons Support"
3476
  msgstr ""
3477
 
3478
- #: options/html-dashboard.php:238
3479
- msgid "wpDiscuz Plugin Page"
3480
  msgstr ""
3481
 
3482
- #: options/html-dashboard.php:246
3483
- msgid "Get all wpDiscuz premium addons with unlimited site license and save 90% with"
3484
  msgstr ""
3485
 
3486
- #: options/html-dashboard.php:250
3487
- msgid "Contribute"
3488
  msgstr ""
3489
 
3490
- #: options/html-dashboard.php:252
3491
- msgid "Help to Translate wpDiscuz"
3492
  msgstr ""
3493
 
3494
- #: options/html-dashboard.php:253
3495
- msgid "We'd really appreciate if you could help translating wpDiscuz to your language."
3496
  msgstr ""
3497
 
3498
- #: options/html-dashboard.php:253
3499
- msgid "Just log in to the translation platform with your WordPress.org account, and suggest translations."
3500
  msgstr ""
3501
 
3502
- #: options/html-dashboard.php:255
3503
- msgid "Leave a Good Review"
3504
  msgstr ""
3505
 
3506
- #: options/html-dashboard.php:258
3507
- msgid "We love your reviews. This is the best way to say thank you to developers and support team."
3508
  msgstr ""
3509
 
3510
- #. Plugin Name of the plugin/theme
3511
- #: options/html-options.php:21
3512
- msgid "wpDiscuz"
3513
  msgstr ""
3514
 
3515
- #: options/html-options.php:25
3516
- msgid "Support"
3517
  msgstr ""
3518
 
3519
- #: options/html-options.php:79
3520
- msgid "Just 3 Steps to Complete Update!"
3521
  msgstr ""
3522
 
3523
- #: options/html-options.php:79
3524
- msgid "Just 3 Steps to Complete Installation!"
3525
  msgstr ""
3526
 
3527
- #: options/html-options.php:85
3528
- msgid "Step 1"
3529
  msgstr ""
3530
 
3531
- #: options/html-options.php:93
3532
- msgid "Step 2"
3533
  msgstr ""
3534
 
3535
- #: options/html-options.php:101
3536
- msgid "Step 3"
3537
  msgstr ""
3538
 
3539
- #: options/html-options.php:126
3540
- msgid "Custom wpDiscuz template files are detected!"
3541
  msgstr ""
3542
 
3543
- #: options/html-options.php:128 options/html-options.php:148
3544
- #: options/html-options.php:168
3545
- msgid "Information: "
3546
  msgstr ""
3547
 
3548
- #: options/html-options.php:129
3549
- msgid "Your customized wpDiscuz template files are no longer compatible with wpDiscuz 7. This is a doable major version update (from 5.x to 7.x) with totally redesigned comment system and template files. You can do the same customization on the new wpDiscuz 7 template files with the same upgrade-safe way in case the new comment layouts don't fit your needs. Please find those below."
3550
  msgstr ""
3551
 
3552
- #: options/html-options.php:132 options/html-options.php:152
3553
- #: options/html-options.php:171
3554
- msgid "Fix the problem: "
3555
  msgstr ""
3556
 
3557
- #: options/html-options.php:133
3558
- msgid "Please remove wpDiscuz template files from your active theme's /wpdiscuz/ folder."
3559
  msgstr ""
3560
 
3561
- #: options/html-options.php:134
3562
- msgid "Use FTP client or hosting service cPanel > File Manager tool. WordPress theme folders are located in /wp-content/themes/ directory. The active theme folder can be detected by name."
3563
  msgstr ""
3564
 
3565
- #: options/html-options.php:136 options/html-options.php:175
3566
- msgid "Mark as solved"
3567
  msgstr ""
3568
 
3569
- #: options/html-options.php:146
3570
- msgid "All wpDiscuz Addons are Deactivated!"
3571
  msgstr ""
3572
 
3573
- #: options/html-options.php:149
3574
- msgid "All old versions of addons are not compatible with wpDiscuz 7, because of new comment layouts and template functions. In order to avoid errors wpDiscuz deactivates those during the update process."
3575
  msgstr ""
3576
 
3577
- #: options/html-options.php:153
3578
- msgid "Please update wpDiscuz addons in Dashboard > Plugins admin page, then activate those back."
3579
  msgstr ""
3580
 
3581
- #: options/html-options.php:154
3582
- #, php-format
3583
- msgid "Prior to the wpDiscuz 7 release, we've released new versions of all wpDiscuz addons. If you've already using the latest versions, just activate those back. If your license key is expired and you cannot update, please renew those addons at gVectors Store with 30% discount applied automatically at checkout page. Just make sure you're logged-in in the store with your customer account."
 
 
 
 
 
 
 
3584
  msgstr ""
3585
 
3586
- #: options/html-options.php:156
3587
- msgid "Ok, I understood"
3588
  msgstr ""
3589
 
3590
- #: options/html-options.php:166
3591
- msgid "Jetpack comments is active, please deactivate!"
3592
  msgstr ""
3593
 
3594
- #: options/html-options.php:168
3595
- msgid "Jetpack Comments doesn't allow wpDiscuz comment form to be loaded on your posts and pages. It overwrites wpDiscuz Comment form."
3596
  msgstr ""
3597
 
3598
- #: options/html-options.php:172
3599
- msgid "Please disable Jetpack Comments."
3600
  msgstr ""
3601
 
3602
- #: options/html-options.php:173
3603
- msgid "Use the \"Deactivate\" button located next to the \"Learn More\" button. Just click on this button and Jetpack Comments will be deactivated. Once it's disabled, please delete all caches."
3604
  msgstr ""
3605
 
3606
- #: options/html-options.php:185
3607
- msgid "I can't resolve the problems!"
3608
  msgstr ""
3609
 
3610
- #: options/html-options.php:186
3611
- msgid "All problems displayed above have fixing tips in the same boxes. If, for some reason you can't solve those problems, we're ready to help you and fix those as soon as possible. Please open a support topic at gVectors support forum or contact as via support@gvectors.com email address. Our support team works from 6am till 6pm in GMT+0 timezone. Please be patient when you open a new support topic or when contacting us via email. We'll get back to you within 3-12 hours."
3612
  msgstr ""
3613
 
3614
- #: options/html-options.php:189
3615
- msgid "I want to downgrade to previous 5.x version!"
3616
  msgstr ""
3617
 
3618
- #: options/html-options.php:190
3619
- msgid "To downgrade wpDiscuz, you should deactivate and delete wpDiscuz 7 plugin. Then download the previous 5.3.2 version ZIP file from wpDiscuz plugin page (use dropdown menu under statistic graphics). And install the ZIP file in Dashboard > Plugins > Add Plugin admin page. The downgrading is only recommended to gain a time to do template customizations or wait for help from our support team. Once the issues are resolved, you should update to latest wpDiscuz version."
3620
  msgstr ""
3621
 
3622
- #: options/html-options.php:198
3623
- msgid "Comments Style & Layout"
3624
  msgstr ""
3625
 
3626
- #: options/html-options.php:204
3627
- msgid "Comments Style"
3628
  msgstr ""
3629
 
3630
- #: options/html-options.php:209 options/options-layouts/html-recaptcha.php:139
3631
- msgid "Light"
3632
  msgstr ""
3633
 
3634
- #: options/html-options.php:210 options/options-layouts/html-recaptcha.php:140
3635
- #: options/options-layouts/html-thread_styles.php:28
3636
- msgid "Dark"
3637
  msgstr ""
3638
 
3639
- #: options/html-options.php:220
3640
- msgid "Choose Your Comments Layout"
3641
  msgstr ""
3642
 
3643
- #: options/html-options.php:225
3644
- msgid "Layout #1"
3645
  msgstr ""
3646
 
3647
- #: options/html-options.php:226
3648
- msgid "Layout #2"
3649
  msgstr ""
3650
 
3651
- #: options/html-options.php:227
3652
- msgid "Layout #3"
3653
  msgstr ""
3654
 
3655
- #: options/html-options.php:236
3656
- msgid "Comments Layout #1"
3657
  msgstr ""
3658
 
3659
- #: options/html-options.php:241
3660
- msgid "Comments Layout #2"
3661
  msgstr ""
3662
 
3663
- #: options/html-options.php:246
3664
- msgid "Comments Layout #3"
3665
  msgstr ""
3666
 
3667
- #: options/html-options.php:258
3668
- msgid "Comment Bubble is a sticky comment icon on your web pages. It keeps article readers and commenters up to date. It displays new comments as pop-up information or as a number in an orange circle."
3669
  msgstr ""
3670
 
3671
- #: options/html-options.php:259
3672
- msgid "The Bubble is also designed to invite article readers to comment. It displays invite message allowing them fast and easy jump to comment area."
3673
  msgstr ""
3674
 
3675
- #: options/html-options.php:270 options/html-options.php:283
3676
- #: options/html-options.php:353 options/options-layouts/html-inline.php:55
3677
- #: options/options-layouts/html-live.php:31
3678
- #: options/options-layouts/html-live.php:73
3679
- #: options/options-layouts/html-live.php:94
3680
- #: options/options-layouts/html-live.php:145
3681
- #: options/options-layouts/html-moderation.php:122
3682
- msgid "Disable"
3683
  msgstr ""
3684
 
3685
- #: options/html-options.php:276
3686
- msgid "Bubble Live Update"
3687
  msgstr ""
3688
 
3689
- #: options/html-options.php:294 options/html-options.php:306
3690
- #: options/options-layouts/html-live.php:49
3691
- msgid "Content Left"
3692
  msgstr ""
3693
 
3694
- #: options/html-options.php:296 options/html-options.php:311
3695
- #: options/options-layouts/html-live.php:51
3696
- msgid "Left Corner"
3697
  msgstr ""
3698
 
3699
- #: options/html-options.php:298 options/html-options.php:316
3700
- #: options/options-layouts/html-live.php:53
3701
- msgid "Right Corner"
3702
  msgstr ""
3703
 
3704
- #: options/html-options.php:324
3705
- msgid "More News"
3706
  msgstr ""
3707
 
3708
- #: options/html-options.php:328
3709
- msgid "Increase Your Comments!"
3710
  msgstr ""
3711
 
3712
- #: options/html-options.php:329
3713
- msgid "Add Inline Commenting forms in article!"
3714
  msgstr ""
3715
 
3716
- #: options/html-options.php:330
3717
- msgid "Ask questions to readers and discuss directly on article content!"
3718
  msgstr ""
3719
 
3720
- #: options/html-options.php:333
3721
- msgid "Great News! Now you can add questions for readers on certain part of article content and ask for feedback while visitors read it."
3722
  msgstr ""
3723
 
3724
- #: options/html-options.php:334
3725
- msgid "Select a part of text, add inline commenting form in post content using the green &laquo;Comment&raquo; button on post editor toolbar. Once it's added in article editor (backend), on article (front-end) readers will see a small comment icon next to the text part you've selected."
3726
  msgstr ""
3727
 
3728
- #: options/html-options.php:342
3729
- msgid "Article Rating vs Comment Rating"
3730
  msgstr ""
3731
 
3732
- #: options/html-options.php:346
3733
- msgid "Enable Article Rating"
3734
  msgstr ""
3735
 
3736
- #: options/html-options.php:359
3737
- msgid "Before, you had to create a Rating field in comment form to allow users rate article while they post a comment, there was no way to rate without commenting. Now you can allow users rate your articles without leaving a comment. wpDiscuz 7 has a built-in Article Rating system which is not based on comment form custom fields and appears on top of comment section, under the article content."
3738
  msgstr ""
3739
 
3740
- #: options/html-options.php:372
3741
- msgid "Finish Update"
3742
  msgstr ""
3743
 
3744
- #: options/html-options.php:372
3745
- msgid "Finish Installation"
3746
  msgstr ""
3747
 
3748
- #: options/html-options.php:372
3749
- msgid "Next Step &raquo;"
3750
  msgstr ""
3751
 
3752
- #: options/html-options.php:383
3753
- msgid "Thank You!"
3754
  msgstr ""
3755
 
3756
- #: options/html-options.php:386
3757
- msgid "Start Using wpDiscuz"
3758
  msgstr ""
3759
 
3760
- #: options/html-options.php:401
3761
- msgid "Find an option..."
3762
  msgstr ""
3763
 
3764
- #: options/html-options.php:421 options/html-options.php:427
3765
- #: options/html-options.php:430
3766
- msgid "Open Settings"
3767
  msgstr ""
3768
 
3769
- #: options/html-options.php:445 options/html-options.php:523
3770
- msgid "Addons Settings"
3771
  msgstr ""
3772
 
3773
- #: options/html-options.php:482
3774
- msgid "Back"
3775
  msgstr ""
3776
 
3777
- #: options/html-options.php:498
3778
- msgid "Reset Tab Options"
3779
  msgstr ""
3780
 
3781
- #: options/html-options.php:499
3782
- msgid "Reset All Options"
3783
  msgstr ""
3784
 
3785
- #: options/html-options.php:501 options/html-phrases.php:77
3786
- msgid "Save Changes"
3787
  msgstr ""
3788
 
3789
- #: options/html-phrases.php:10
3790
- msgid "wpDiscuz Front-end Phrases"
3791
  msgstr ""
3792
 
3793
- #: options/html-phrases.php:19 options/options-layouts/html-recaptcha.php:20
3794
- msgid "General"
3795
  msgstr ""
3796
 
3797
- #: options/html-phrases.php:22
3798
- msgid "Date/Time"
3799
  msgstr ""
3800
 
3801
- #: options/html-phrases.php:24
3802
- msgid "Notification"
3803
  msgstr ""
3804
 
3805
- #: options/html-phrases.php:25
3806
- msgid "Follow"
3807
  msgstr ""
3808
 
3809
- #: options/html-phrases.php:26
3810
- #: options/phrases-layouts/phrases-social-login.php:7
3811
- msgid "Social Login"
3812
  msgstr ""
3813
 
3814
- #: options/html-phrases.php:27
3815
- msgid "User Settings"
3816
  msgstr ""
3817
 
3818
- #: options/html-phrases.php:28
3819
- msgid "Errors"
3820
  msgstr ""
3821
 
3822
- #: options/html-phrases.php:29
3823
- msgid "Media"
3824
  msgstr ""
3825
 
3826
- #: options/html-phrases.php:76
3827
- msgid "Reset Phrases"
3828
  msgstr ""
3829
 
3830
- #: options/html-tools.php:10
3831
- msgid "wpDiscuz Tools"
3832
  msgstr ""
3833
 
3834
- #: options/html-tools.php:15 options/tools-layouts/options-export.php:7
3835
- msgid "Export options"
3836
  msgstr ""
3837
 
3838
- #: options/html-tools.php:16 options/tools-layouts/options-import.php:7
3839
- msgid "Import options"
3840
  msgstr ""
3841
 
3842
- #: options/html-tools.php:17 options/tools-layouts/phrases-export.php:7
3843
- msgid "Export phrases"
3844
  msgstr ""
3845
 
3846
- #: options/html-tools.php:18 options/tools-layouts/phrases-import.php:7
3847
- msgid "Import phrases"
3848
  msgstr ""
3849
 
3850
- #: options/html-tools.php:19 options/tools-layouts/subscriptions-import.php:9
3851
- msgid "Import subscriptions"
3852
  msgstr ""
3853
 
3854
- #: options/html-tools.php:23
3855
- msgid "Synchronize Commenter Data"
3856
  msgstr ""
3857
 
3858
- #: options/html-tools.php:24 options/tools-layouts/rebuild-ratings.php:17
3859
- msgid "Rebuild Ratings"
3860
  msgstr ""
3861
 
3862
- #: options/html-tools.php:25 options/tools-layouts/fix-tables.php:7
3863
- #: options/tools-layouts/fix-tables.php:14
3864
- #: options/tools-layouts/fix-tables.php:15
3865
- msgid "Fix Tables"
3866
  msgstr ""
3867
 
3868
- #: options/options-layouts/html-content.php:10
3869
- #, php-format
3870
- msgid "Here you can manage comment content related options, such as comment text length, comment content breaking, comment image attachment... By default wpDiscuz allows to attach one image with comment. For an advanced media uploading and file attachment options we recommend %s addon."
3871
  msgstr ""
3872
 
3873
- #: options/options-layouts/html-content.php:25
3874
- #: options/options-layouts/html-form.php:134
3875
- msgid "Min"
3876
  msgstr ""
3877
 
3878
- #: options/options-layouts/html-content.php:26
3879
- #: options/options-layouts/html-form.php:135
3880
- msgid "Max"
3881
  msgstr ""
3882
 
3883
- #: options/options-layouts/html-content.php:86
3884
- msgid "File Attachment Settings"
3885
  msgstr ""
3886
 
3887
- #: options/options-layouts/html-content.php:167
3888
- msgid "Select All"
3889
  msgstr ""
3890
 
3891
- #: options/options-layouts/html-content.php:168
3892
- msgid "Unselect All"
3893
  msgstr ""
3894
 
3895
- #: options/options-layouts/html-content.php:169
3896
- msgid "Invert Selection"
3897
  msgstr ""
3898
 
3899
- #: options/options-layouts/html-content.php:190
3900
- msgid "Server 'upload_max_filesize' is "
3901
  msgstr ""
3902
 
3903
- #: options/options-layouts/html-content.php:191
3904
- msgid "Server 'post_max_size' is "
3905
  msgstr ""
3906
 
3907
- #: options/options-layouts/html-content.php:225
3908
- msgid "Width (px)"
3909
  msgstr ""
3910
 
3911
- #: options/options-layouts/html-content.php:226
3912
- msgid "Height (px)"
3913
  msgstr ""
3914
 
3915
- #: options/options-layouts/html-form.php:10
3916
- #, php-format
3917
- msgid "wpDiscuz allows you to customize comment form layout and fields. You can create as much comment forms as you want and attach those to certain post type or page. Please navigate to %s page to manage comment form specific settings."
3918
  msgstr ""
3919
 
3920
- #: options/options-layouts/html-form.php:10
3921
- msgid "Comment Form Manager"
3922
  msgstr ""
3923
 
3924
- #: options/options-layouts/html-form.php:27
3925
- msgid "collapsed"
3926
  msgstr ""
3927
 
3928
- #: options/options-layouts/html-form.php:29
3929
- msgid "expanded"
3930
  msgstr ""
3931
 
3932
- #: options/options-layouts/html-form.php:66
3933
- msgid "Mobile and Desktop"
3934
  msgstr ""
3935
 
3936
- #: options/options-layouts/html-form.php:71
3937
- msgid "Only Desktop"
3938
  msgstr ""
3939
 
3940
- #: options/options-layouts/html-form.php:76
3941
- msgid "None"
3942
  msgstr ""
3943
 
3944
- #: options/options-layouts/html-form.php:91
3945
- msgid "Bold"
 
 
 
 
3946
  msgstr ""
3947
 
3948
- #: options/options-layouts/html-form.php:93
3949
- msgid "Italic"
3950
  msgstr ""
3951
 
3952
- #: options/options-layouts/html-form.php:95
3953
- msgid "Underline"
3954
  msgstr ""
3955
 
3956
- #: options/options-layouts/html-form.php:97
3957
- msgid "Strike"
3958
  msgstr ""
3959
 
3960
- #: options/options-layouts/html-form.php:99
3961
- msgid "Ordered List"
3962
  msgstr ""
3963
 
3964
- #: options/options-layouts/html-form.php:101
3965
- msgid "Unordered List"
3966
  msgstr ""
3967
 
3968
- #: options/options-layouts/html-form.php:103
3969
- msgid "Blockquote"
3970
  msgstr ""
3971
 
3972
- #: options/options-layouts/html-form.php:105
3973
- msgid "Code Block"
3974
  msgstr ""
3975
 
3976
- #: options/options-layouts/html-form.php:107
3977
- msgid "Link"
 
3978
  msgstr ""
3979
 
3980
- #: options/options-layouts/html-form.php:109
3981
- msgid "Source Code"
3982
  msgstr ""
3983
 
3984
- #: options/options-layouts/html-form.php:114
3985
- msgid "Disable formatting toolbar"
3986
  msgstr ""
3987
 
3988
- #: options/options-layouts/html-form.php:115
3989
- msgid "Enable formatting toolbar"
3990
  msgstr ""
3991
 
3992
- #: options/options-layouts/html-form.php:118
3993
- msgid "Go to \"Comment Content and Media\" admin page to manage image attachment settings"
3994
  msgstr ""
3995
 
3996
- #: options/options-layouts/html-general.php:87
3997
- msgid "Replace non-https content to simple link URLs"
3998
  msgstr ""
3999
 
4000
- #: options/options-layouts/html-general.php:92
4001
- msgid "Just replace http protocols to https (https may not be supported by content provider)"
4002
  msgstr ""
4003
 
4004
- #: options/options-layouts/html-general.php:97
4005
- msgid "Ignore non-https content"
4006
  msgstr ""
4007
 
4008
- #: options/options-layouts/html-general.php:115
4009
- msgid "Do not redirect"
4010
  msgstr ""
4011
 
4012
- #: options/options-layouts/html-general.php:139
4013
- msgid "Current Wordpress date/time format"
4014
  msgstr ""
4015
 
4016
- #: options/options-layouts/html-general.php:190
4017
- msgid "Thank you!"
4018
  msgstr ""
4019
 
4020
- #: options/options-layouts/html-general.php:198
4021
- msgid "Gravatar Cache"
4022
  msgstr ""
4023
 
4024
- #: options/options-layouts/html-general.php:207
4025
- msgid "It seems file_get_contents() and file_put_contents() PHP functions don't exist.<br/> Please enable these functions in your server settings to use gravatar caching feature."
4026
  msgstr ""
4027
 
4028
- #: options/options-layouts/html-general.php:230
4029
- msgid "Runtime"
4030
  msgstr ""
4031
 
4032
- #: options/options-layouts/html-general.php:231
4033
- msgid "Cron job"
4034
  msgstr ""
4035
 
4036
- #: options/options-layouts/html-general.php:257
4037
- msgid "Maintenance"
4038
  msgstr ""
4039
 
4040
- #: options/options-layouts/html-general.php:268
4041
- msgid "Remove vote data"
4042
  msgstr ""
4043
 
4044
- #: options/options-layouts/html-general.php:282
4045
- msgid "Purge expired caches"
4046
  msgstr ""
4047
 
4048
- #: options/options-layouts/html-general.php:296
4049
- msgid "Purge all caches"
4050
  msgstr ""
4051
 
4052
- #: options/options-layouts/html-inline.php:10
4053
- msgid "Article Inline Feedback feature is an interactive article reading option with author's questions and readers feedback (comments). Now article authors can add some questions for readers on certain part of article content and ask for feedback while visitors read it."
4054
  msgstr ""
4055
 
4056
- #: options/options-layouts/html-inline.php:11
4057
- msgid "You can add Inline Feedback button in post content using &laquo;Comment&raquo; button on post editor toolbar."
4058
  msgstr ""
4059
 
4060
- #: options/options-layouts/html-inline.php:17
4061
- msgid "Once a question is added in article editor (backend), on article (front-end) readers will see a small comment icon next to the text part you've selected. This feature engages post readers inviting them comment and leave a feedback while reading without scrolling down and using the standard comment form."
4062
  msgstr ""
4063
 
4064
- #: options/options-layouts/html-inline.php:60
4065
- msgid "Animate (blink and wiggle)"
4066
  msgstr ""
4067
 
4068
- #: options/options-layouts/html-inline.php:65
4069
- msgid "Open the Feedback Form on scroll"
4070
  msgstr ""
4071
 
4072
- #: options/options-layouts/html-labels.php:10
4073
- #, php-format
4074
- msgid "User Labels are small rectangles with specific background colors indicating comment author role, such as Guest, Member, Author, Admin, etc... These labels can be enabled and disabled for certain user role. Also you can change label colors using according options below.<br> Besides labels you can enable User Reputation, Badges and Ranks based on user activity, using %s addon. This addon integrates wpDiscuz comment system with an adaptive user points management plugin %s."
4075
  msgstr ""
4076
 
4077
- #: options/options-layouts/html-labels.php:54
4078
- msgid "label color"
4079
  msgstr ""
4080
 
4081
- #: options/options-layouts/html-labels.php:54
4082
- #: options/options-layouts/html-rating.php:73
4083
- #: options/options-layouts/html-rating.php:77
4084
- #: options/options-layouts/html-rating.php:81
4085
- #: options/options-layouts/html-thread_styles.php:111
4086
- #: options/options-layouts/html-thread_styles.php:115
4087
- #: options/options-layouts/html-thread_styles.php:127
4088
- #: options/options-layouts/html-thread_styles.php:131
4089
- msgid "Example: #00FF00"
4090
  msgstr ""
4091
 
4092
- #: options/options-layouts/html-live.php:10
4093
- msgid "In wpDiscuz 7 the real-time commenting becomes more live and attractive. It's based on REST API and doesn't overload your server. A specific sticky comment icon on your web pages, called &laquo;Bubble&raquo; keeps article readers and commenters up to date. It displays new comments as pop-up information or as a number in an orange circle."
4094
  msgstr ""
4095
 
4096
- #: options/options-layouts/html-live.php:11
4097
- msgid "This Bubble is also designed to invite article readers to comment. It displays invite message allowing them fast and easy jump to comment area."
4098
  msgstr ""
4099
 
4100
- #: options/options-layouts/html-live.php:12
4101
- msgid "You can enabled comments live update without the Bubble too. There is a separate live update option to keep comment list real-time updating."
4102
  msgstr ""
4103
 
4104
- #: options/options-layouts/html-live.php:180
4105
- #: options/options-layouts/html-live.php:181
4106
- #: options/options-layouts/html-live.php:182
4107
- msgid "Seconds"
4108
  msgstr ""
4109
 
4110
- #: options/options-layouts/html-live.php:183
4111
- #: options/phrases-layouts/phrases-datetime.php:43
4112
- msgid "Minute"
4113
  msgstr ""
4114
 
4115
- #: options/options-layouts/html-live.php:184
4116
- #: options/options-layouts/html-live.php:185
4117
- #: options/options-layouts/html-live.php:186
4118
- #: options/options-layouts/html-moderation.php:27
4119
- #: options/options-layouts/html-moderation.php:28
4120
- msgid "Minutes"
4121
  msgstr ""
4122
 
4123
- #: options/options-layouts/html-login.php:10
4124
- #, php-format
4125
- msgid "Here you can manage commenters authorization and data control related settings. wpDiscuz is focused on user engagement and community building ideas, therefore it's integrated with community builder plugins like wpForo Forum, BuddyPress, etc... With these plugins comment authors are linked to their profile pages. In case you want to display commenters profile and activity information directly on comment list, please be sure to check out the %s addon."
4126
  msgstr ""
4127
 
4128
- #: options/options-layouts/html-login.php:67
4129
- msgid "Enable button"
4130
  msgstr ""
4131
 
4132
- #: options/options-layouts/html-login.php:76
4133
- msgid "Show Activity Tab"
4134
  msgstr ""
4135
 
4136
- #: options/options-layouts/html-login.php:85
4137
- msgid "Show Subscriptions Tab"
4138
  msgstr ""
4139
 
4140
- #: options/options-layouts/html-login.php:94
4141
- msgid "Show Followers Tab"
4142
  msgstr ""
4143
 
4144
- #: options/options-layouts/html-moderation.php:10
4145
- #, php-format
4146
- msgid "WordPress has already all necessary tools to moderate commends. You can approve, unapprove, mark as spam, delete and do other things with comments in WordPress Dashboard > Comments admin page. <br><br>On front-end you can only edit, close and stick comments. In case you want to have all moderation options on front-end, we recommend checkout %s addon. Besides the comment editing, closing and sticking options, here you can limit users commenting activity. You can set max number of comments per user per post or sitewide, allow them only comment or only reply."
4147
  msgstr ""
4148
 
4149
- #: options/options-layouts/html-moderation.php:26
4150
- msgid "Do not allow"
4151
  msgstr ""
4152
 
4153
- #: options/options-layouts/html-moderation.php:29
4154
- #: options/phrases-layouts/phrases-datetime.php:35
4155
- msgid "Hour"
4156
  msgstr ""
4157
 
4158
- #: options/options-layouts/html-moderation.php:30
4159
- #: options/options-layouts/html-moderation.php:31
4160
- msgid "Hours"
4161
  msgstr ""
4162
 
4163
- #: options/options-layouts/html-moderation.php:32
4164
- msgid "Unlimit"
4165
  msgstr ""
4166
 
4167
- #: options/options-layouts/html-moderation.php:124
4168
- msgid "Per Post"
4169
  msgstr ""
4170
 
4171
- #: options/options-layouts/html-moderation.php:126
4172
- msgid "Sitewide"
4173
  msgstr ""
4174
 
4175
- #: options/options-layouts/html-moderation.php:131
4176
- #: options/options-layouts/html-subscription.php:128
4177
- msgid "Both"
4178
  msgstr ""
4179
 
4180
- #: options/options-layouts/html-moderation.php:139
4181
- msgid "Max number of comments"
4182
  msgstr ""
4183
 
4184
- #: options/options-layouts/html-rating.php:10
4185
- msgid "You have two ways to add Post Rating for your blog posts and articles. The first, comment independent type is enabled by default and appears on top of comment section. It allows people rate your articles without leaving comments. "
4186
  msgstr ""
4187
 
4188
- #: options/options-layouts/html-rating.php:10
4189
- #, php-format
4190
- msgid "The second type, is the old, comment depended way. You should create a \"Rating\" custom field in comment form allowing people to rate while they leave a comment. If you've already configured the second type (Rating comment field) in comment form, the first type will be automatically disabled. Both types of ratings can be managed in %s"
4191
  msgstr ""
4192
 
4193
- #: options/options-layouts/html-rating.php:10
4194
- #: options/options-layouts/html-thread_layouts.php:29
4195
- msgid "Comment Form Manager &raquo;"
4196
  msgstr ""
4197
 
4198
- #: options/options-layouts/html-rating.php:45
4199
- msgid "Before Comment Form"
4200
  msgstr ""
4201
 
4202
- #: options/options-layouts/html-rating.php:49
4203
- msgid "Before Content"
4204
  msgstr ""
4205
 
4206
- #: options/options-layouts/html-rating.php:53
4207
- msgid "After Content"
4208
  msgstr ""
4209
 
4210
- #: options/options-layouts/html-rating.php:57
4211
- msgid "Display ratings on non-singular pages"
4212
  msgstr ""
4213
 
4214
- #: options/options-layouts/html-rating.php:74
4215
- msgid "Rating Stars Hover Color"
4216
  msgstr ""
4217
 
4218
- #: options/options-layouts/html-rating.php:78
4219
- msgid "Rating Stars Inactive Color"
4220
  msgstr ""
4221
 
4222
- #: options/options-layouts/html-rating.php:82
4223
- msgid "Rating Stars Active Color"
4224
  msgstr ""
4225
 
4226
- #: options/options-layouts/html-recaptcha.php:10
4227
- #, php-format
4228
- msgid "Please %s with Google to obtain the Site Key and Secret Key for %s. Then insert those keys in according fields below."
4229
  msgstr ""
4230
 
4231
- #: options/options-layouts/html-recaptcha.php:10
4232
- msgid "register your domain"
4233
  msgstr ""
4234
 
4235
- #: options/options-layouts/html-recaptcha.php:10
4236
- msgid "reCAPTCHA Version 2"
4237
  msgstr ""
4238
 
4239
- #: options/options-layouts/html-recaptcha.php:11
4240
- #, php-format
4241
- msgid "If you want to use the latest Version 3 - Invisible Google reCAPTCHA with comment form, please checkout %s addon. This will make your commenters life easier, letting them pass through with ease."
4242
  msgstr ""
4243
 
4244
- #: options/options-layouts/html-recaptcha.php:31
4245
- msgid "Auto"
4246
  msgstr ""
4247
 
4248
- #: options/options-layouts/html-recaptcha.php:32
4249
- msgid "SocketPost"
4250
  msgstr ""
4251
 
4252
- #: options/options-layouts/html-recaptcha.php:33
4253
- msgid "CurlPost"
4254
  msgstr ""
4255
 
4256
- #: options/options-layouts/html-recaptcha.php:34
4257
- msgid "Post"
4258
  msgstr ""
4259
 
4260
- #: options/options-layouts/html-recaptcha.php:98
4261
- msgid "reCAPTCHA v2"
4262
  msgstr ""
4263
 
4264
- #: options/options-layouts/html-recaptcha.php:108
4265
- msgid "reCAPTCHA V2 Site Key"
4266
  msgstr ""
4267
 
4268
- #: options/options-layouts/html-recaptcha.php:123
4269
- msgid "reCAPTCHA V2 Secret Key"
4270
  msgstr ""
4271
 
4272
- #: options/options-layouts/html-recaptcha.php:156
4273
- msgid "Example en"
4274
  msgstr ""
4275
 
4276
- #: options/options-layouts/html-recaptcha.php:157
4277
- msgid "Language codes"
4278
  msgstr ""
4279
 
4280
- #: options/options-layouts/html-social.php:10
4281
- msgid "wpDiscuz comes with built-in social login and share buttons. It includes Facebook, Twitter, Google, Disqus, WordPress.com, VK and OK Social Networks. Here you can configure App IDs and Keys to enable those. Once IDs and Keys are configured you'll see social login buttons on top of the main comment form. Social Login buttons are only available for guests, so make sure you're logged-out before checking those."
4282
  msgstr ""
4283
 
4284
- #: options/options-layouts/html-social.php:76
4285
- msgid "To start using Facebook Login and Share Buttons you should get Facebook Application Key and Secret for your website. Please follow to this"
4286
  msgstr ""
4287
 
4288
- #: options/options-layouts/html-social.php:76
4289
- #: options/options-layouts/html-social.php:165
4290
- #: options/options-layouts/html-social.php:237
4291
- #: options/options-layouts/html-social.php:293
4292
- #: options/options-layouts/html-social.php:348
4293
- #: options/options-layouts/html-social.php:401
4294
- #: options/options-layouts/html-social.php:455
4295
- #: options/options-layouts/html-social.php:529
4296
- #: options/options-layouts/html-social.php:583
4297
- #: options/options-layouts/html-social.php:654
4298
- #: options/options-layouts/html-social.php:709
4299
- #: options/options-layouts/html-social.php:794
4300
- #: options/options-layouts/html-social.php:848
4301
- #: options/options-layouts/html-social.php:902
4302
- #: options/options-layouts/html-social.php:956
4303
- msgid "instruction &raquo;"
4304
  msgstr ""
4305
 
4306
- #: options/options-layouts/html-social.php:77
4307
- msgid "Valid OAuth Redirect URI"
4308
  msgstr ""
4309
 
4310
- #: options/options-layouts/html-social.php:137
4311
- #: options/options-layouts/html-social.php:627
4312
- #: options/options-layouts/html-social.php:753
4313
- msgid "Application ID"
4314
  msgstr ""
4315
 
4316
- #: options/options-layouts/html-social.php:152
4317
- #: options/options-layouts/html-social.php:783
4318
- msgid "Application Secret"
4319
  msgstr ""
4320
 
4321
- #: options/options-layouts/html-social.php:165
4322
- msgid "To start using Twitter Login Button you should get Consumer Key and Secret for your website. Please follow to this"
4323
  msgstr ""
4324
 
4325
- #: options/options-layouts/html-social.php:166
4326
- msgid "Twitter Callback URL"
4327
  msgstr ""
4328
 
4329
- #: options/options-layouts/html-social.php:209
4330
- msgid "Consumer Key (API Key)"
4331
  msgstr ""
4332
 
4333
- #: options/options-layouts/html-social.php:224
4334
- msgid "Consumer Secret (API Secret)"
 
4335
  msgstr ""
4336
 
4337
- #: options/options-layouts/html-social.php:237
4338
- msgid "To start using Google Login Button you should get Client ID and Client Secret for your website. Please follow to this"
4339
  msgstr ""
4340
 
4341
- #: options/options-layouts/html-social.php:238
4342
- msgid "Permitted URI redirects"
4343
  msgstr ""
4344
 
4345
- #: options/options-layouts/html-social.php:264
4346
- #: options/options-layouts/html-social.php:375
4347
- #: options/options-layouts/html-social.php:482
4348
- msgid "Client ID"
4349
  msgstr ""
4350
 
4351
- #: options/options-layouts/html-social.php:279
4352
- #: options/options-layouts/html-social.php:390
4353
- #: options/options-layouts/html-social.php:497
4354
- msgid "Client Secret"
4355
  msgstr ""
4356
 
4357
- #: options/options-layouts/html-social.php:293
4358
- msgid "To start using Disqus Login Button you should get Public Key and Secret Key. Please follow to this "
4359
  msgstr ""
4360
 
4361
- #: options/options-layouts/html-social.php:294
4362
- #: options/options-layouts/html-social.php:349
4363
- #: options/options-layouts/html-social.php:402
4364
- #: options/options-layouts/html-social.php:456
4365
- #: options/options-layouts/html-social.php:530
4366
- #: options/options-layouts/html-social.php:584
4367
- #: options/options-layouts/html-social.php:655
4368
- #: options/options-layouts/html-social.php:710
4369
- #: options/options-layouts/html-social.php:795
4370
- #: options/options-layouts/html-social.php:849
4371
- #: options/options-layouts/html-social.php:903
4372
- #: options/options-layouts/html-social.php:957
4373
- msgid "Redirect URI"
4374
  msgstr ""
4375
 
4376
- #: options/options-layouts/html-social.php:320
4377
- msgid "Public Key"
4378
  msgstr ""
4379
 
4380
- #: options/options-layouts/html-social.php:335
4381
- #: options/options-layouts/html-social.php:642
4382
- msgid "Secure Key"
4383
  msgstr ""
4384
 
4385
- #: options/options-layouts/html-social.php:348
4386
- msgid "To start using Wordpress.com Login Button you should get Client ID and Client Secret. Please follow to this "
4387
  msgstr ""
4388
 
4389
- #: options/options-layouts/html-social.php:401
4390
- msgid "To start using Instagram Login Button you should get Client ID and Client Secret. Please follow to this "
4391
  msgstr ""
4392
 
4393
- #: options/options-layouts/html-social.php:428
4394
- #: options/options-layouts/html-social.php:821
4395
- #: options/options-layouts/html-social.php:929
4396
- #: options/options-layouts/html-social.php:983
4397
- msgid "App ID"
4398
  msgstr ""
4399
 
4400
- #: options/options-layouts/html-social.php:443
4401
- msgid "App Secret"
4402
  msgstr ""
4403
 
4404
- #: options/options-layouts/html-social.php:455
4405
- msgid "To start using Linkedin Login Button you should get Client ID and Client Secret. Please follow to this "
 
4406
  msgstr ""
4407
 
4408
- #: options/options-layouts/html-social.php:529
4409
- msgid "To start using Yandex Login Button you should get Client ID and Client Secret. Please follow to this "
4410
  msgstr ""
4411
 
4412
- #: options/options-layouts/html-social.php:556
4413
- #: options/options-layouts/html-social.php:681
4414
- msgid "ID"
4415
  msgstr ""
4416
 
4417
- #: options/options-layouts/html-social.php:571
4418
- msgid "Password"
4419
  msgstr ""
4420
 
4421
- #: options/options-layouts/html-social.php:583
4422
- msgid "To start using VK Login Button you should get Application ID and Secure Key. Please follow to this "
4423
  msgstr ""
4424
 
4425
- #: options/options-layouts/html-social.php:654
4426
- msgid "To start using Mail.ru Login Button you should get Client ID and Client Secret. Please follow to this "
4427
  msgstr ""
4428
 
4429
- #: options/options-layouts/html-social.php:708
4430
- msgid "Getting started with"
4431
  msgstr ""
4432
 
4433
- #: options/options-layouts/html-social.php:709
4434
  msgid "To get the Application ID, Key and Secret, you should create an app using one of the supported types (external, Android, iOS), use this"
4435
  msgstr ""
4436
 
4437
- #: options/options-layouts/html-social.php:768
4438
- msgid "Application Key"
4439
- msgstr ""
4440
-
4441
- #: options/options-layouts/html-social.php:794
4442
- msgid "To start using WeChat Login Button you should get AppID and Secret. Please follow to this "
4443
  msgstr ""
4444
 
4445
- #: options/options-layouts/html-social.php:836
4446
- #: options/options-layouts/html-social.php:890
4447
- #: options/options-layouts/html-social.php:944
4448
- #: options/options-layouts/html-social.php:998
4449
- msgid "Secret"
4450
  msgstr ""
4451
 
4452
- #: options/options-layouts/html-social.php:848
4453
- msgid "To start using Weibo Login Button you should get App Key and App Secret. Please follow to this "
4454
  msgstr ""
4455
 
4456
- #: options/options-layouts/html-social.php:875
4457
- msgid "Key"
4458
  msgstr ""
4459
 
4460
- #: options/options-layouts/html-social.php:902
4461
- msgid "To start using Tencent QQ Login Button you should get AppID and AppKey. Please follow to this "
4462
  msgstr ""
4463
 
4464
- #: options/options-layouts/html-social.php:956
4465
- msgid "To start using Baidu Login Button you should get Client Id and Client Secret. Please follow to this "
4466
  msgstr ""
4467
 
4468
- #: options/options-layouts/html-subscription.php:10
4469
- #, php-format
4470
- msgid "wpDiscuz allows users to get all kind of news from your website comment system, such as new comments, new replies, double opt-in subscription, user mentioning, user following and new comments by followed users. You can manage all those options here. All those options are based on email notifications. You can manage email templates in wpDiscuz > Phrases > Email Tab. <br>In wpDiscuz > Dashboard page, you can find a quick overview of user subscriptions. For an advanced subscriptions management tool, please checkout %s addon."
4471
  msgstr ""
4472
 
4473
- #: options/options-layouts/html-subscription.php:118
4474
- msgid "Subscribe to all comments of this post"
4475
  msgstr ""
4476
 
4477
- #: options/options-layouts/html-subscription.php:123
4478
- msgid "Subscribe to all replies to my comments"
4479
  msgstr ""
4480
 
4481
- #: options/options-layouts/html-thread_display.php:10
4482
- msgid "Here you can find all necessary options to control comment threads loading, displaying and sorting functions. Using \"Comment List Loading Type\", \"Comments Pagination Type\" and \"Display only parent comments\" options, you can get the highest page loading speed. Also you can manage comment thread filtering buttons."
4483
  msgstr ""
4484
 
4485
- #: options/options-layouts/html-thread_display.php:28
4486
- msgid "Load with page"
4487
  msgstr ""
4488
 
4489
- #: options/options-layouts/html-thread_display.php:33
4490
- msgid "Initiates AJAX loading once page loading is complete"
4491
  msgstr ""
4492
 
4493
- #: options/options-layouts/html-thread_display.php:33
4494
- msgid "Initiate AJAX loading after page"
4495
  msgstr ""
4496
 
4497
- #: options/options-layouts/html-thread_display.php:38
4498
- msgid "Display [View Comments] button to load comments manually"
4499
  msgstr ""
4500
 
4501
- #: options/options-layouts/html-thread_display.php:38
4502
- msgid "Display [View Comments] button"
4503
  msgstr ""
4504
 
4505
- #: options/options-layouts/html-thread_display.php:58
4506
- msgid "[Load more] Button"
4507
  msgstr ""
4508
 
4509
- #: options/options-layouts/html-thread_display.php:63
4510
- msgid "[Load rest of all comments] Button"
4511
  msgstr ""
4512
 
4513
- #: options/options-layouts/html-thread_display.php:68
4514
- msgid "Load all comments"
4515
  msgstr ""
4516
 
4517
- #: options/options-layouts/html-thread_display.php:73
4518
- msgid "Lazy load comments on scrolling"
4519
  msgstr ""
4520
 
4521
- #: options/options-layouts/html-thread_layouts.php:10
4522
- msgid "Here you can manage comment layout components. You can display/hide certain button or information on comment threads, as well as commenters' avatars and comment voting options."
4523
  msgstr ""
4524
 
4525
- #: options/options-layouts/html-thread_layouts.php:11
4526
- msgid "wpDiscuz 7 comes with three modern and totally different comment thread layouts. They are called Layout #1, Layout #2 and Layout #3."
4527
  msgstr ""
4528
 
4529
- #: options/options-layouts/html-thread_layouts.php:16
4530
- msgid "Comment Thread Layout #1"
4531
  msgstr ""
4532
 
4533
- #: options/options-layouts/html-thread_layouts.php:21
4534
- msgid "Comment Thread Layout #2"
4535
  msgstr ""
4536
 
4537
- #: options/options-layouts/html-thread_layouts.php:26
4538
- msgid "Comment Thread Layout #3"
4539
  msgstr ""
4540
 
4541
- #: options/options-layouts/html-thread_layouts.php:29
4542
- #, php-format
4543
- msgid "You can select different comment thread layout for different comment forms in %s"
4544
  msgstr ""
4545
 
4546
- #: options/options-layouts/html-thread_layouts.php:39
4547
- msgid "Avatar Settings"
4548
  msgstr ""
4549
 
4550
- #: options/options-layouts/html-thread_layouts.php:109
4551
- msgid "Comment Voting Buttons"
4552
  msgstr ""
4553
 
4554
- #: options/options-layouts/html-thread_layouts.php:162
4555
- msgid "total count"
4556
  msgstr ""
4557
 
4558
- #: options/options-layouts/html-thread_layouts.php:163
4559
- msgid "separate count"
4560
  msgstr ""
4561
 
4562
- #: options/options-layouts/html-thread_layouts.php:228
4563
- msgid "Layout Components"
4564
  msgstr ""
4565
 
4566
- #: options/options-layouts/html-thread_styles.php:10
4567
- msgid "Here you can manage comment thread styles, custom colors and add custom CSS. By default wpDiscuz comes with &laquo;Light&raquo; style. If your theme style is dark, we recommend choose the &laquo;Dark&raquo; option for comments too. In case you want to totally customize comment style or create it from scratch, we recommend choose the &laquo;Off&raquo; option to stop loading wpDiscuz core CSS. In this case only basic CSS code will be loaded allowing you add your custom style easier."
4568
  msgstr ""
4569
 
4570
- #: options/options-layouts/html-thread_styles.php:26
4571
- msgid "Off"
4572
  msgstr ""
4573
 
4574
- #: options/options-layouts/html-thread_styles.php:27
4575
- msgid "Default"
4576
  msgstr ""
4577
 
4578
- #: options/options-layouts/html-thread_styles.php:43
4579
- msgid "Default Style"
4580
  msgstr ""
4581
 
4582
- #: options/options-layouts/html-thread_styles.php:45
4583
- #: options/options-layouts/html-thread_styles.php:49
4584
- #: options/options-layouts/html-thread_styles.php:53
4585
- #: options/options-layouts/html-thread_styles.php:57
4586
- #: options/options-layouts/html-thread_styles.php:61
4587
- #: options/options-layouts/html-thread_styles.php:65
4588
- #: options/options-layouts/html-thread_styles.php:72
4589
- #: options/options-layouts/html-thread_styles.php:76
4590
- #: options/options-layouts/html-thread_styles.php:80
4591
- #: options/options-layouts/html-thread_styles.php:84
4592
- #: options/options-layouts/html-thread_styles.php:88
4593
- #: options/options-layouts/html-thread_styles.php:92
4594
- msgid "default"
4595
  msgstr ""
4596
 
4597
- #: options/options-layouts/html-thread_styles.php:46
4598
- #: options/options-layouts/html-thread_styles.php:73
4599
- msgid "Comment Area Background"
4600
  msgstr ""
4601
 
4602
- #: options/options-layouts/html-thread_styles.php:50
4603
- #: options/options-layouts/html-thread_styles.php:77
4604
- msgid "Comment Text"
4605
  msgstr ""
4606
 
4607
- #: options/options-layouts/html-thread_styles.php:54
4608
- #: options/options-layouts/html-thread_styles.php:81
4609
- msgid "Comment Fields Background"
4610
  msgstr ""
4611
 
4612
- #: options/options-layouts/html-thread_styles.php:58
4613
- #: options/options-layouts/html-thread_styles.php:85
4614
- msgid "Comment Fields Border"
4615
  msgstr ""
4616
 
4617
- #: options/options-layouts/html-thread_styles.php:62
4618
- #: options/options-layouts/html-thread_styles.php:89
4619
- msgid "Comment Fields Text"
4620
  msgstr ""
4621
 
4622
- #: options/options-layouts/html-thread_styles.php:66
4623
- #: options/options-layouts/html-thread_styles.php:93
4624
- msgid "Comment Fields Placeholder"
4625
  msgstr ""
4626
 
4627
- #: options/options-layouts/html-thread_styles.php:70
4628
- msgid "Dark Style"
4629
  msgstr ""
4630
 
4631
- #: options/options-layouts/html-thread_styles.php:112
4632
- msgid "Primary Color"
4633
  msgstr ""
4634
 
4635
- #: options/options-layouts/html-thread_styles.php:116
4636
- msgid "Unread comments background"
4637
  msgstr ""
4638
 
4639
- #: options/options-layouts/html-thread_styles.php:119
4640
- msgid "Text Color"
4641
  msgstr ""
4642
 
4643
- #: options/options-layouts/html-thread_styles.php:120
4644
- msgid "Primary buttons text"
4645
  msgstr ""
4646
 
4647
- #: options/options-layouts/html-thread_styles.php:123
4648
- msgid "Background Color"
4649
  msgstr ""
4650
 
4651
- #: options/options-layouts/html-thread_styles.php:124
4652
- msgid "Primary buttons background"
4653
  msgstr ""
4654
 
4655
- #: options/options-layouts/html-thread_styles.php:128
4656
- msgid "Comment Bubble Colors"
4657
  msgstr ""
4658
 
4659
- #: options/options-layouts/html-thread_styles.php:132
4660
- msgid "Inline Feedback Icon Colors"
4661
  msgstr ""
4662
 
4663
- #: options/options-layouts/html-thread_styles.php:143
4664
- msgid "Comment Rating Colors"
4665
  msgstr ""
4666
 
4667
- #: options/options-layouts/html-thread_styles.php:143
4668
- msgid "Comment Author Label Colors"
4669
  msgstr ""
4670
 
4671
- #: options/phrases-layouts/phrases-comment.php:7
4672
- msgid "Comment Template Phrases"
4673
  msgstr ""
4674
 
4675
- #: options/phrases-layouts/phrases-comment.php:83
4676
- msgid "Save edited comment button text"
4677
  msgstr ""
4678
 
4679
- #: options/phrases-layouts/phrases-comment.php:87
4680
- msgid "Cancel comment editing button text"
4681
  msgstr ""
4682
 
4683
- #: options/phrases-layouts/phrases-comment.php:91
4684
- msgid "Comment read more link text"
4685
  msgstr ""
4686
 
4687
- #: options/phrases-layouts/phrases-comment.php:95
4688
- msgid "Anonymous commenter name"
4689
  msgstr ""
4690
 
4691
- #: options/phrases-layouts/phrases-comment.php:99
4692
- msgid "Stick button title"
 
4693
  msgstr ""
4694
 
4695
- #: options/phrases-layouts/phrases-comment.php:111
4696
- msgid "Sticky comment icon title"
4697
  msgstr ""
4698
 
4699
- #: options/phrases-layouts/phrases-comment.php:115
4700
- msgid "Close button title"
4701
  msgstr ""
4702
 
4703
- #: options/phrases-layouts/phrases-comment.php:127
4704
- msgid "Closed comment icon title"
4705
  msgstr ""
4706
 
4707
- #: options/phrases-layouts/phrases-datetime.php:7
4708
- msgid "Date/Time Phrases"
4709
  msgstr ""
4710
 
4711
- #: options/phrases-layouts/phrases-datetime.php:11
4712
- msgid "Year"
4713
  msgstr ""
4714
 
4715
- #: options/phrases-layouts/phrases-datetime.php:15
4716
- msgid "Years (Plural Form)"
4717
  msgstr ""
4718
 
4719
- #: options/phrases-layouts/phrases-datetime.php:19
4720
- msgid "Month"
4721
  msgstr ""
4722
 
4723
- #: options/phrases-layouts/phrases-datetime.php:23
4724
- msgid "Months (Plural Form)"
4725
  msgstr ""
4726
 
4727
- #: options/phrases-layouts/phrases-datetime.php:27
4728
- msgid "Day"
4729
  msgstr ""
4730
 
4731
- #: options/phrases-layouts/phrases-datetime.php:31
4732
- msgid "Days (Plural Form)"
4733
  msgstr ""
4734
 
4735
- #: options/phrases-layouts/phrases-datetime.php:39
4736
- msgid "Hours (Plural Form)"
4737
  msgstr ""
4738
 
4739
- #: options/phrases-layouts/phrases-datetime.php:47
4740
- msgid "Minutes (Plural Form)"
4741
  msgstr ""
4742
 
4743
- #: options/phrases-layouts/phrases-datetime.php:51
4744
- msgid "Second"
4745
  msgstr ""
4746
 
4747
- #: options/phrases-layouts/phrases-datetime.php:55
4748
- msgid "Seconds (Plural Form)"
4749
  msgstr ""
4750
 
4751
- #: options/phrases-layouts/phrases-datetime.php:59
4752
- msgid "Commented \"right now\" text"
4753
  msgstr ""
4754
 
4755
- #: options/phrases-layouts/phrases-datetime.php:63
4756
- msgid "Ago text"
4757
  msgstr ""
4758
 
4759
- #: options/phrases-layouts/phrases-email.php:17
4760
- msgid "Email Template Phrases"
4761
  msgstr ""
4762
 
4763
- #: options/phrases-layouts/phrases-email.php:22
4764
- msgid "Subscription type: Post comments"
4765
  msgstr ""
4766
 
4767
- #: options/phrases-layouts/phrases-email.php:23
4768
- msgid "Post comment notification subject"
4769
  msgstr ""
4770
 
4771
- #: options/phrases-layouts/phrases-email.php:24
4772
- #: options/phrases-layouts/phrases-email.php:35
4773
- #: options/phrases-layouts/phrases-email.php:56
4774
- #: options/phrases-layouts/phrases-email.php:67
4775
- #: options/phrases-layouts/phrases-email.php:88
4776
- #: options/phrases-layouts/phrases-email.php:99
4777
- #: options/phrases-layouts/phrases-email.php:118
4778
- #: options/phrases-layouts/phrases-email.php:129
4779
- #: options/phrases-layouts/phrases-email.php:145
4780
- #: options/phrases-layouts/phrases-email.php:157
4781
- #: options/phrases-layouts/phrases-email.php:196
4782
- #: options/phrases-layouts/phrases-follow.php:57
4783
- #: options/phrases-layouts/phrases-follow.php:68
4784
- #: options/phrases-layouts/phrases-follow.php:84
4785
- #: options/phrases-layouts/phrases-follow.php:95
4786
- #: options/phrases-layouts/phrases-user-settings.php:61
4787
- #: options/phrases-layouts/phrases-user-settings.php:73
4788
- #: options/phrases-layouts/phrases-user-settings.php:86
4789
- #: options/phrases-layouts/phrases-user-settings.php:98
4790
- #: options/phrases-layouts/phrases-user-settings.php:111
4791
- #: options/phrases-layouts/phrases-user-settings.php:123
4792
- msgid "Available shortcodes"
4793
  msgstr ""
4794
 
4795
- #: options/phrases-layouts/phrases-email.php:34
4796
- msgid "Post comment notification content"
4797
  msgstr ""
4798
 
4799
- #: options/phrases-layouts/phrases-email.php:42
4800
- #: options/phrases-layouts/phrases-email.php:74
4801
- msgid "Shortcode above will work for registered users only"
4802
  msgstr ""
4803
 
4804
- #: options/phrases-layouts/phrases-email.php:54
4805
- msgid "Subscription type: All my comments"
4806
  msgstr ""
4807
 
4808
- #: options/phrases-layouts/phrases-email.php:55
4809
- #: options/phrases-layouts/phrases-email.php:87
4810
- msgid "New reply notification subject"
4811
  msgstr ""
4812
 
4813
- #: options/phrases-layouts/phrases-email.php:66
4814
- #: options/phrases-layouts/phrases-email.php:98
4815
- msgid "New Reply notification content"
4816
  msgstr ""
4817
 
4818
- #: options/phrases-layouts/phrases-email.php:86
4819
- msgid "Subscription type: Single comment"
4820
  msgstr ""
4821
 
4822
- #: options/phrases-layouts/phrases-email.php:117
4823
- msgid "Subscription confirmation email subject"
4824
  msgstr ""
4825
 
4826
- #: options/phrases-layouts/phrases-email.php:128
4827
- msgid "Subscription confirmation email content"
4828
  msgstr ""
4829
 
4830
- #: options/phrases-layouts/phrases-email.php:144
4831
- msgid "Comment approved subject"
4832
  msgstr ""
4833
 
4834
- #: options/phrases-layouts/phrases-email.php:155
4835
- msgid "Comment approved message"
4836
  msgstr ""
4837
 
4838
- #: options/phrases-layouts/phrases-email.php:176
4839
- msgid "Ignore subscription"
4840
  msgstr ""
4841
 
4842
- #: options/phrases-layouts/phrases-email.php:189
4843
- msgid "Mentioned email subject"
4844
  msgstr ""
4845
 
4846
- #: options/phrases-layouts/phrases-email.php:195
4847
- msgid "Mentioned email content"
4848
  msgstr ""
4849
 
4850
- #: options/phrases-layouts/phrases-error.php:7
4851
- #: options/phrases-layouts/phrases-notification.php:7
4852
- msgid "Notification Phrases"
4853
  msgstr ""
4854
 
4855
- #: options/phrases-layouts/phrases-error.php:11
4856
- msgid "Error message for empty field"
4857
  msgstr ""
4858
 
4859
- #: options/phrases-layouts/phrases-error.php:15
4860
- msgid "Error message for invalid email field"
4861
  msgstr ""
4862
 
4863
- #: options/phrases-layouts/phrases-error.php:19
4864
- msgid "Error message for invalid website url field"
4865
  msgstr ""
4866
 
4867
- #: options/phrases-layouts/phrases-error.php:23
4868
- msgid "You can vote only 1 time"
4869
  msgstr ""
4870
 
4871
- #: options/phrases-layouts/phrases-error.php:31
4872
- msgid "You Cannot Vote On Your Comment"
 
4873
  msgstr ""
4874
 
4875
- #: options/phrases-layouts/phrases-error.php:35
4876
- msgid "You are not allowed to vote for this comment (Voting from same IP)"
 
4877
  msgstr ""
4878
 
4879
- #: options/phrases-layouts/phrases-error.php:47
4880
- msgid "Message if input text length is too short"
 
4881
  msgstr ""
4882
 
4883
- #: options/phrases-layouts/phrases-error.php:51
4884
- msgid "Message if input text length is too long"
 
4885
  msgstr ""
4886
 
4887
- #: options/phrases-layouts/phrases-error.php:55
4888
- msgid "Message if comment was not updated"
 
4889
  msgstr ""
4890
 
4891
- #: options/phrases-layouts/phrases-error.php:59
4892
- msgid "Message if comment no longer possible to edit"
4893
  msgstr ""
4894
 
4895
- #: options/phrases-layouts/phrases-error.php:63
4896
- msgid "Message if comment text not changed"
4897
  msgstr ""
4898
 
4899
- #: options/phrases-layouts/phrases-follow.php:7
4900
- msgid "Follow Users Phrases"
4901
  msgstr ""
4902
 
4903
- #: options/phrases-layouts/phrases-follow.php:23
4904
- msgid "You stopped following this comment author"
4905
  msgstr ""
4906
 
4907
- #: options/phrases-layouts/phrases-follow.php:27
4908
- msgid "Please check your email and confirm the follow"
4909
  msgstr ""
4910
 
4911
- #: options/phrases-layouts/phrases-follow.php:31
4912
- msgid "Sorry, we couldn't send confirmation email"
4913
  msgstr ""
4914
 
4915
- #: options/phrases-layouts/phrases-follow.php:35
4916
- msgid "Please login to follow users"
4917
  msgstr ""
4918
 
4919
- #: options/phrases-layouts/phrases-follow.php:39
4920
- msgid "We are sorry, following this user is impossible"
4921
  msgstr ""
4922
 
4923
- #: options/phrases-layouts/phrases-follow.php:43
4924
- msgid "We are sorry, following failed. Please try again later."
4925
  msgstr ""
4926
 
4927
- #: options/phrases-layouts/phrases-follow.php:47
4928
- msgid "Confirm following link text"
4929
  msgstr ""
4930
 
4931
- #: options/phrases-layouts/phrases-follow.php:51
4932
- msgid "Cancel following link text"
4933
  msgstr ""
4934
 
4935
- #: options/phrases-layouts/phrases-follow.php:56
4936
- msgid "Follow confirmation email subject"
4937
  msgstr ""
4938
 
4939
- #: options/phrases-layouts/phrases-follow.php:67
4940
- msgid "Follow confirmation email content"
4941
  msgstr ""
4942
 
4943
- #: options/phrases-layouts/phrases-follow.php:83
4944
- msgid "Following email subject"
4945
  msgstr ""
4946
 
4947
- #: options/phrases-layouts/phrases-follow.php:94
4948
- msgid "Follow email content"
4949
  msgstr ""
4950
 
4951
- #: options/phrases-layouts/phrases-form.php:7
4952
- msgid "Form Template Phrases"
4953
  msgstr ""
4954
 
4955
- #: options/phrases-layouts/phrases-form.php:11
4956
- msgid "Comment Field Start"
4957
  msgstr ""
4958
 
4959
- #: options/phrases-layouts/phrases-form.php:15
4960
- msgid "Comment Field Join"
4961
  msgstr ""
4962
 
4963
- #: options/phrases-layouts/phrases-form.php:31
4964
- msgid "Email Field"
4965
  msgstr ""
4966
 
4967
- #: options/phrases-layouts/phrases-form.php:43
4968
- msgid "Notify on new comments"
4969
  msgstr ""
4970
 
4971
- #: options/phrases-layouts/phrases-form.php:47
4972
- msgid "Notify on all new replies"
4973
  msgstr ""
4974
 
4975
- #: options/phrases-layouts/phrases-form.php:51
4976
- msgid "Notify on new replies to this comment"
4977
  msgstr ""
4978
 
4979
- #: options/phrases-layouts/phrases-form.php:71
4980
- msgid "Subscribed on this comment replies"
4981
  msgstr ""
4982
 
4983
- #: options/phrases-layouts/phrases-form.php:75
4984
- msgid "Subscribed on all your comments replies"
4985
  msgstr ""
4986
 
4987
- #: options/phrases-layouts/phrases-form.php:79
4988
- msgid "Subscribed on this post"
4989
  msgstr ""
4990
 
4991
- #: options/phrases-layouts/phrases-form.php:83
4992
- msgid "Form subscription button"
4993
  msgstr ""
4994
 
4995
- #: options/phrases-layouts/phrases-general.php:7
4996
- msgid "General Phrases"
4997
  msgstr ""
4998
 
4999
- #: options/phrases-layouts/phrases-general.php:11
5000
- msgid "Be the first to comment"
5001
  msgstr ""
5002
 
5003
- #: options/phrases-layouts/phrases-general.php:15
5004
- msgid "Load More Button"
5005
  msgstr ""
5006
 
5007
- #: options/phrases-layouts/phrases-general.php:39
5008
- msgid "Feedback on post content"
 
5009
  msgstr ""
5010
 
5011
- #: options/phrases-layouts/phrases-general.php:43
5012
- msgid "Thank you for your feedback"
5013
  msgstr ""
5014
 
5015
- #: options/phrases-layouts/phrases-general.php:47
5016
- msgid "Commenting is closed"
5017
  msgstr ""
5018
 
5019
- #: options/phrases-layouts/phrases-general.php:55
5020
- msgid "Would love your thoughts, please comment"
5021
  msgstr ""
5022
 
5023
- #: options/phrases-layouts/phrases-general.php:71
5024
- #, php-format
5025
- msgid "We are sorry, you are not allowed to comment more than %d time(s)"
5026
  msgstr ""
5027
 
5028
- #: options/phrases-layouts/phrases-general.php:75
5029
- #, php-format
5030
- msgid "We are sorry, you are not allowed to create a new comment thread more than %d time(s)"
5031
  msgstr ""
5032
 
5033
- #: options/phrases-layouts/phrases-general.php:79
5034
- #, php-format
5035
- msgid "We are sorry, you are not allowed to reply more than %d time(s)"
5036
  msgstr ""
5037
 
5038
- #: options/phrases-layouts/phrases-media.php:7
5039
- msgid "Media Upload Phrases"
5040
  msgstr ""
5041
 
5042
- #: options/phrases-layouts/phrases-media.php:11
5043
- msgid "Alert message before deleting attached file"
5044
  msgstr ""
5045
 
5046
- #: options/phrases-layouts/phrases-media.php:15
5047
- msgid "Message if one or more file types are not allowed"
 
5048
  msgstr ""
5049
 
5050
- #: options/phrases-layouts/phrases-media.php:19
5051
- msgid "Message if attached more files than allowed"
5052
  msgstr ""
5053
 
5054
- #: options/phrases-layouts/phrases-media.php:23
5055
- msgid "Message if upload file size is bigger than allowed"
5056
  msgstr ""
5057
 
5058
- #: options/phrases-layouts/phrases-media.php:27
5059
- msgid "Message if post size is bigger than allowed"
5060
  msgstr ""
5061
 
5062
- #: options/phrases-layouts/phrases-notification.php:24
5063
- msgid "Postmatic subscription label"
5064
  msgstr ""
5065
 
5066
- #: options/phrases-layouts/phrases-notification.php:42
5067
- msgid "Logged In"
5068
  msgstr ""
5069
 
5070
- #: options/phrases-layouts/phrases-notification.php:46
5071
- msgid "To post a comment"
5072
  msgstr ""
5073
 
5074
- #: options/phrases-layouts/phrases-notification.php:50
5075
- msgid "Logged in as"
 
5076
  msgstr ""
5077
 
5078
- #: options/phrases-layouts/phrases-notification.php:62
5079
- msgid "Login To Vote"
 
5080
  msgstr ""
5081
 
5082
- #: options/phrases-layouts/phrases-notification.php:70
5083
- msgid "Message if commenting disabled by user role"
5084
  msgstr ""
5085
 
5086
- #: options/phrases-layouts/phrases-social-login.php:15
5087
- msgid "Social login agreement label"
5088
  msgstr ""
5089
 
5090
- #: options/phrases-layouts/phrases-social-login.php:19
5091
- msgid "Social login agreement description"
5092
  msgstr ""
5093
 
5094
- #: options/phrases-layouts/phrases-user-settings.php:7
5095
- msgid "User Settings Phrases"
5096
  msgstr ""
5097
 
5098
- #: options/phrases-layouts/phrases-user-settings.php:35
5099
- msgid "\"Bulk management via email\" description"
5100
  msgstr ""
5101
 
5102
- #: options/phrases-layouts/phrases-user-settings.php:72
5103
- msgid "Delete all comments email text"
5104
  msgstr ""
5105
 
5106
- #: options/phrases-layouts/phrases-user-settings.php:97
5107
- msgid "Delete all subscriptions email text"
5108
  msgstr ""
5109
 
5110
- #: options/phrases-layouts/phrases-user-settings.php:122
5111
- msgid "Delete all follows email text"
5112
  msgstr ""
5113
 
5114
- #: options/tools-layouts/options-export.php:9
5115
- msgid "Using this tool you can migrate or backup/restore wpDiscuz options from one WordPress to another."
5116
  msgstr ""
5117
 
5118
- #: options/tools-layouts/options-export.php:20
5119
- msgid "Download Options"
5120
  msgstr ""
5121
 
5122
- #: options/tools-layouts/options-export.php:28
5123
- msgid "Backup Options"
5124
  msgstr ""
5125
 
5126
- #: options/tools-layouts/options-import.php:9
5127
- msgid "Here you can import and restore wpDiscuz options. You just need to choose backup file and click import options."
5128
  msgstr ""
5129
 
5130
- #: options/tools-layouts/options-import.php:22
5131
- msgid "Import Options"
5132
  msgstr ""
5133
 
5134
- #: options/tools-layouts/phrases-export.php:9
5135
- msgid "Using this tool you can migrate or backup/restore wpDiscuz phrases from one WordPress to another."
5136
  msgstr ""
5137
 
5138
- #: options/tools-layouts/phrases-export.php:20
5139
- msgid "Download Phrases"
5140
  msgstr ""
5141
 
5142
- #: options/tools-layouts/phrases-export.php:28
5143
- msgid "Backup Phrases"
5144
  msgstr ""
5145
 
5146
- #: options/tools-layouts/phrases-import.php:9
5147
- msgid "Here you can import and restore wpDiscuz phrases. You just need to choose backup file and click import phrases."
5148
  msgstr ""
5149
 
5150
- #: options/tools-layouts/phrases-import.php:22
5151
- msgid "Import Phrases"
5152
  msgstr ""
5153
 
5154
- #: options/tools-layouts/rebuild-ratings.php:9
5155
- msgid "Rebuid Ratings"
5156
  msgstr ""
5157
 
5158
- #: options/tools-layouts/rebuild-ratings.php:16
5159
- msgid "Start Rebuild"
5160
  msgstr ""
5161
 
5162
- #: options/tools-layouts/regenerate-closed-comments.php:17
5163
- #: options/tools-layouts/regenerate-vote-data.php:17
5164
- #: options/tools-layouts/regenerate-vote-metas.php:17
5165
- msgid "Start Regenerate"
5166
  msgstr ""
5167
 
5168
- #: options/tools-layouts/subscriptions-import.php:11
5169
- msgid "Using this tool you can import subscriptions from other plugins to wpDiscuz."
5170
  msgstr ""
5171
 
5172
- #: options/tools-layouts/subscriptions-import.php:19
5173
- msgid "Import subscriptions from Subscribe To Comments Reloaded"
5174
  msgstr ""
5175
 
5176
- #: options/tools-layouts/subscriptions-import.php:20
5177
- msgid "Import subscriptions from \"Subscribe To Comments Reloaded\" plugin"
5178
  msgstr ""
5179
 
5180
- #: options/tools-layouts/sync-commenter-data.php:15
5181
- msgid "Start Sync"
5182
  msgstr ""
5183
 
5184
- #: utils/class.WpdiscuzHelper.php:365
5185
- msgid "Sticky"
5186
  msgstr ""
5187
 
5188
- #: utils/class.WpdiscuzHelper.php:965
5189
- msgid "Reset Ratings"
5190
  msgstr ""
5191
 
5192
- #: utils/class.WpdiscuzHelper.php:977
5193
- msgid "Are you sure you want to reset post rating?"
5194
  msgstr ""
5195
 
5196
- #: utils/class.WpdiscuzHelper.php:1005
5197
- msgid "Reset Post Rating"
5198
  msgstr ""
5199
 
5200
- #: utils/class.WpdiscuzHelper.php:1006 utils/class.WpdiscuzHelper.php:1045
5201
- msgid "Working..."
5202
  msgstr ""
5203
 
5204
- #: utils/class.WpdiscuzHelper.php:1007 utils/class.WpdiscuzHelper.php:1046
5205
- msgid "Done"
5206
  msgstr ""
5207
 
5208
- #: utils/class.WpdiscuzHelper.php:1016
5209
- msgid "Are you sure you want to reset fields ratings?"
5210
  msgstr ""
5211
 
5212
- #: utils/class.WpdiscuzHelper.php:1044
5213
- msgid "Reset Fields Ratings"
5214
  msgstr ""
5215
 
5216
- #: utils/class.WpdiscuzHelper.php:1175
5217
- msgid "Enter link:"
5218
  msgstr ""
5219
 
5220
- #: utils/class.WpdiscuzHelperAjax.php:747
5221
- msgid "Read More"
5222
  msgstr ""
5223
 
5224
- #: utils/class.WpdiscuzHelperAjax.php:851
5225
- msgid "Subscribers"
5226
  msgstr ""
5227
 
5228
- #: utils/class.WpdiscuzHelperAjax.php:852
5229
- msgid "Subscription - posts"
5230
  msgstr ""
5231
 
5232
- #: utils/class.WpdiscuzHelperAjax.php:853
5233
- msgid "Subscription - all comments"
5234
  msgstr ""
5235
 
5236
- #: utils/class.WpdiscuzHelperAjax.php:854
5237
- msgid "Subscription - comment"
5238
  msgstr ""
5239
 
5240
- #: utils/class.WpdiscuzHelperAjax.php:855
5241
- #: utils/class.WpdiscuzHelperAjax.php:917
5242
- msgid "Followers"
5243
  msgstr ""
5244
 
5245
- #: utils/class.WpdiscuzHelperAjax.php:856
5246
- #: utils/class.WpdiscuzHelperAjax.php:913
5247
- msgid "Following"
5248
  msgstr ""
5249
 
5250
- #: utils/class.WpdiscuzHelperAjax.php:921
5251
- msgid "Last Activity"
5252
  msgstr ""
5253
 
5254
- #: utils/class.WpdiscuzHelperAjax.php:955
5255
- msgid "Something is wrong"
5256
  msgstr ""
5257
 
5258
- #: utils/class.WpdiscuzHelperUpload.php:459
5259
- msgid "The attachment not exists"
5260
  msgstr ""
5261
 
5262
- #: utils/class.WpdiscuzHelperUpload.php:734
5263
- msgid "Attached Images"
5264
  msgstr ""
5265
 
5266
- #: utils/deactivation-reason-modal.php:10
5267
- msgid "Plugin Usage Feedback"
5268
  msgstr ""
5269
 
5270
- #: utils/deactivation-reason-modal.php:13
5271
- msgid "Please let us know why you are deactivating. Choosing one of the options below you will help us make it better for you and for other users."
5272
  msgstr ""
5273
 
5274
- #: utils/deactivation-reason-modal.php:19
5275
- msgid "I'll reactivate it later"
5276
  msgstr ""
5277
 
5278
- #: utils/deactivation-reason-modal.php:23
5279
- msgid "The plugin is not working"
5280
  msgstr ""
5281
 
5282
- #: utils/deactivation-reason-modal.php:25
5283
- msgid "What kind of problems do you have?"
5284
  msgstr ""
5285
 
5286
- #: utils/deactivation-reason-modal.php:27
5287
- #: utils/deactivation-reason-modal.php:49
5288
- #: utils/deactivation-reason-modal.php:67
5289
- #: utils/deactivation-reason-modal.php:85
5290
- #: utils/deactivation-reason-modal.php:103
5291
- #: utils/deactivation-reason-modal.php:121
5292
- #: utils/deactivation-reason-modal.php:139
5293
- msgid "If you want us to contact you please click on \"I agree to receive email\" checkbox, then fill out your email. We'll try to do our best to help you with problems."
5294
  msgstr ""
5295
 
5296
- #: utils/deactivation-reason-modal.php:29
5297
- #: utils/deactivation-reason-modal.php:51
5298
- #: utils/deactivation-reason-modal.php:69
5299
- #: utils/deactivation-reason-modal.php:87
5300
- #: utils/deactivation-reason-modal.php:105
5301
- #: utils/deactivation-reason-modal.php:123
5302
- #: utils/deactivation-reason-modal.php:141
5303
- msgid "I agree to receive email"
5304
  msgstr ""
5305
 
5306
- #: utils/deactivation-reason-modal.php:34
5307
- #: utils/deactivation-reason-modal.php:56
5308
- #: utils/deactivation-reason-modal.php:74
5309
- #: utils/deactivation-reason-modal.php:92
5310
- #: utils/deactivation-reason-modal.php:110
5311
- #: utils/deactivation-reason-modal.php:128
5312
- #: utils/deactivation-reason-modal.php:146
5313
- msgid "email for feedback"
5314
  msgstr ""
5315
 
5316
- #: utils/deactivation-reason-modal.php:41
5317
- msgid "It's not what I was looking for"
5318
  msgstr ""
5319
 
5320
- #: utils/deactivation-reason-modal.php:45
5321
- msgid "I couldn't understand how to make it work"
5322
  msgstr ""
5323
 
5324
- #: utils/deactivation-reason-modal.php:47
5325
- #: utils/deactivation-reason-modal.php:65
5326
- msgid "What type of features you want to be in the plugin?"
5327
  msgstr ""
5328
 
5329
- #: utils/deactivation-reason-modal.php:63
5330
- msgid "The plugin is great, but I need specific features"
5331
  msgstr ""
5332
 
5333
- #: utils/deactivation-reason-modal.php:81
5334
- msgid "I didn't like plugin design"
5335
  msgstr ""
5336
 
5337
- #: utils/deactivation-reason-modal.php:83
5338
- msgid "What part of design you don't like or want to change?"
5339
  msgstr ""
5340
 
5341
- #: utils/deactivation-reason-modal.php:99
5342
- msgid "The plugin works very slow"
5343
  msgstr ""
5344
 
5345
- #: utils/deactivation-reason-modal.php:101
5346
- msgid "Could you please describe which features of the plugin slows down your website?"
5347
  msgstr ""
5348
 
5349
- #: utils/deactivation-reason-modal.php:117
5350
- msgid "I found a better plugin"
5351
  msgstr ""
5352
 
5353
- #: utils/deactivation-reason-modal.php:119
5354
- msgid "Please provide a plugin name or URL"
5355
  msgstr ""
5356
 
5357
- #: utils/deactivation-reason-modal.php:135
5358
- msgid "Other"
5359
  msgstr ""
5360
 
5361
- #: utils/deactivation-reason-modal.php:153
5362
- msgid "Dismiss and never show again"
5363
  msgstr ""
5364
 
5365
- #: utils/deactivation-reason-modal.php:154
5366
- msgid "Submit &amp; Deactivate"
5367
  msgstr ""
5368
 
5369
- #: utils/layouts/activity/item.php:28
5370
- msgid "Delete this comment"
5371
  msgstr ""
5372
 
5373
- #: utils/layouts/follows/item.php:14
5374
- msgid "Cancel this follow"
5375
  msgstr ""
5376
 
5377
- #: utils/layouts/pagination.php:23
5378
- msgid "&laquo;"
5379
  msgstr ""
5380
 
5381
- #: utils/layouts/pagination.php:28
5382
- msgid "&lsaquo;"
5383
  msgstr ""
5384
 
5385
- #: utils/layouts/pagination.php:50
5386
- msgid "&raquo;"
5387
  msgstr ""
5388
 
5389
- #: utils/layouts/subscriptions/item.php:23
5390
- msgid "Cancel this subscription"
5391
  msgstr ""
5392
 
5393
- #. Plugin URI of the plugin/theme
5394
- msgid "https://wpdiscuz.com/"
5395
  msgstr ""
5396
 
5397
- #. Description of the plugin/theme
5398
- msgid "#1 WordPress Comment Plugin. Innovative, modern and feature-rich comment system to supercharge your website comment section."
5399
  msgstr ""
5400
 
5401
- #. Author of the plugin/theme
5402
- msgid "gVectors Team"
5403
  msgstr ""
5404
 
5405
- #. Author URI of the plugin/theme
5406
- msgid "https://gvectors.com/"
5407
  msgstr ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: wpDiscuz\n"
6
+ "POT-Creation-Date: 2020-12-08 11:26+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__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
+ "Language: "
21
 
22
+ #: forms/wpdFormAttr/Field/Field.php:61
23
+ msgid " (Submit Button)"
24
  msgstr ""
25
 
26
+ #: options/html-dashboard.php:58
27
+ msgid " In wpDiscuz 7 the real-time commenting becomes more live and attractive. It's based on REST API and doesn't overload your server. A specific sticky comment icon on your web pages, called &laquo;Bubble&raquo; keeps article readers and commenters up to date. It can display new comments as pop-up notification or as number in an orange circle."
28
  msgstr ""
29
 
30
+ #: options/html-addons.php:28
31
+ msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team&nbsp;"
32
  msgstr ""
33
 
34
+ #: options/phrases-layouts/phrases-user-settings.php:35
35
+ msgid "\"Bulk management via email\" description"
 
36
  msgstr ""
37
 
38
+ #: options/class.WpdiscuzOptions.php:3277
39
+ msgid "\"My Content and Settings\" button"
40
  msgstr ""
41
 
42
+ #. Description of the plugin
43
+ msgid "#1 WordPress Comment Plugin. Innovative, modern and feature-rich comment system to supercharge your website comment section."
44
  msgstr ""
45
 
46
+ #: options/class.WpdiscuzOptions.php:3070 options/class.WpdiscuzOptions.php:3082
47
+ #, php-format
48
+ msgid "%s addon was deactivated, because your license isn't valid."
49
  msgstr ""
50
 
51
+ #: utils/layouts/pagination.php:23
52
+ msgid "&laquo;"
53
  msgstr ""
54
 
55
+ #: utils/layouts/pagination.php:28
56
+ msgid "&lsaquo;"
57
  msgstr ""
58
 
59
+ #: utils/layouts/pagination.php:50
60
+ msgid "&raquo;"
61
  msgstr ""
62
 
63
+ #: options/class.WpdiscuzOptions.php:418 utils/layouts/pagination.php:45
64
+ msgid "&rsaquo;"
65
  msgstr ""
66
 
67
+ #: options/class.WpdiscuzOptions.php:472 options/class.WpdiscuzOptions.php:474
68
+ msgid "</a>"
69
  msgstr ""
70
 
71
+ #: options/options-layouts/html-thread_display.php:58
72
+ msgid "[Load more] Button"
73
  msgstr ""
74
 
75
+ #: options/options-layouts/html-thread_display.php:63
76
+ msgid "[Load rest of all comments] Button"
77
  msgstr ""
78
 
79
+ #: options/class.WpdiscuzOptions.php:1958
80
+ msgid "A full-fledged tool-kit for advertising in comment section of your website. Separate banner and ad managment."
81
  msgstr ""
82
 
83
+ #: class.WpdiscuzCore.php:1973
84
+ msgid "A simple question or a call to leave a feedback on the selected part of text. Something like &quot;By the way. Do you agree with this?&quot; or &quot;Would love your thoughts, please comment on this.&quot;"
85
  msgstr ""
86
 
87
+ #: options/html-dashboard.php:184
88
+ msgid "Active Users and Guests"
89
  msgstr ""
90
 
91
+ #: options/class.WpdiscuzOptions.php:435 options/phrases-layouts/phrases-user-settings.php:15
92
+ msgid "Activity"
 
93
  msgstr ""
94
 
95
+ #: forms/wpDiscuzForm.php:497
96
+ msgid "Add Comment Form"
97
  msgstr ""
98
 
99
+ #: forms/wpDiscuzForm.php:227 forms/wpdFormAttr/Row.php:73
100
+ msgid "Add Field"
101
  msgstr ""
102
 
103
+ #: options/html-options.php:329
104
+ msgid "Add Inline Commenting forms in article!"
105
  msgstr ""
106
 
107
+ #: class.WpdiscuzCore.php:2015
108
+ msgid "Add Inline Feedback Button"
109
  msgstr ""
110
 
111
+ #: forms/wpDiscuzForm.php:112
112
+ msgid "Add New"
113
  msgstr ""
114
 
115
+ #: forms/wpDiscuzForm.php:113
116
+ msgid "Add New Form"
117
  msgstr ""
118
 
119
+ #: forms/wpdFormAttr/Form.php:1234
120
+ msgid "ADD ROW"
121
  msgstr ""
122
 
123
+ #: forms/wpdFormAttr/Field/Field.php:96
124
+ msgid "Add To Form"
125
  msgstr ""
126
 
127
+ #: class.WpdiscuzCore.php:972 options/html-options.php:26
128
+ msgid "Addons"
129
  msgstr ""
130
 
131
+ #: options/html-options.php:445 options/html-options.php:523
132
+ msgid "Addons Settings"
133
  msgstr ""
134
 
135
+ #: options/html-addons.php:20
136
+ msgid "Addons Support Forum"
137
  msgstr ""
138
 
139
+ #: options/class.WpdiscuzOptions.php:1985
140
+ msgid "Adds a smart and intuitive AJAX \"Translate\" button with 60 language options. Uses free translation API."
141
  msgstr ""
142
 
143
+ #: options/class.WpdiscuzOptions.php:1904
144
+ msgid "Adds Invisible reCAPTCHA on all comment forms. Stops spam and bot comments with reCAPTCHA version 3"
145
  msgstr ""
146
 
147
+ #: class.WpdiscuzCore.php:1595 options/phrases-layouts/phrases-comment.php:56
148
+ msgid "Admin"
149
  msgstr ""
150
 
151
+ #: options/class.WpdiscuzOptions.php:2033
152
+ msgid "Ads Manager"
153
  msgstr ""
154
 
155
+ #: options/class.WpdiscuzOptions.php:2045 options/addons/al/title.php:7
156
+ msgid "Advanced Likers"
157
  msgstr ""
158
 
159
+ #: forms/wpdFormAttr/Field/CheckboxField.php:45 forms/wpdFormAttr/Field/ColorField.php:41 forms/wpdFormAttr/Field/DateField.php:41 forms/wpdFormAttr/Field/NumberField.php:51 forms/wpdFormAttr/Field/RadioField.php:45 forms/wpdFormAttr/Field/RatingField.php:41 forms/wpdFormAttr/Field/SelectField.php:45 forms/wpdFormAttr/Field/TextAreaField.php:34 forms/wpdFormAttr/Field/TextField.php:41 forms/wpdFormAttr/Field/UrlField.php:41
160
+ msgid "Advanced Options"
161
  msgstr ""
162
 
163
+ #: options/class.WpdiscuzOptions.php:2088
164
+ msgid "Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
165
  msgstr ""
166
 
167
+ #: options/options-layouts/html-rating.php:53
168
+ msgid "After Content"
169
  msgstr ""
170
 
171
+ #: options/class.WpdiscuzOptions.php:3719
172
+ msgid "Aggregate rating schema is a code integrated with post rating HTML. This enables Google to feature your post ratings and attract customers with it. When searching the internet, people will see your posts search results with star ratings. Even though those results are not at the top of search engine results page, those sites caught people attention first."
173
  msgstr ""
174
 
175
+ #: options/class.WpdiscuzOptions.php:3720
176
+ #, php-format
177
+ msgid "Aggregate rating schema is a code integrated with post rating HTML. This enables Google to feature your post ratings and attract customers with it. When searching the internet, people will see your posts search results with star ratings. Even though those results are not at the top of search engine results page, those sites caught people attention first. If your website does not sell Products, we do not recommend activating this option. For more details, please %s."
178
  msgstr ""
179
 
180
+ #: options/class.WpdiscuzOptions.php:386
181
+ msgid "ago"
182
  msgstr ""
183
 
184
+ #: options/phrases-layouts/phrases-datetime.php:63
185
+ msgid "Ago text"
186
  msgstr ""
187
 
188
+ #: options/class.WpdiscuzOptions.php:433 options/phrases-layouts/phrases-social-login.php:27
189
+ msgid "Agree"
190
  msgstr ""
191
 
192
+ #: options/class.WpdiscuzOptions.php:1994
193
+ msgid "AJAX powered front-end comment search. It starts searching while you type search words. "
194
  msgstr ""
195
 
196
+ #: options/phrases-layouts/phrases-media.php:11
197
+ msgid "Alert message before deleting attached file"
198
  msgstr ""
199
 
200
+ #: options/class.WpdiscuzOptions.php:1850
201
+ msgid "All 16 addons in one bundle. Save 90% and get Unlimited Site License with one year premium support."
202
  msgstr ""
203
 
204
+ #: options/html-dashboard.php:123
205
+ msgid "All Comments"
206
  msgstr ""
207
 
208
+ #: options/html-dashboard.php:158
209
+ msgid "All comments"
210
  msgstr ""
211
 
212
+ #: options/class.WpdiscuzOptions.php:1886
213
+ msgid "All in one powerful yet simple admin toolkit to moderate comments on front-end."
 
214
  msgstr ""
215
 
216
+ #: options/html-options.php:149
217
+ msgid "All old versions of addons are not compatible with wpDiscuz 7, because of new comment layouts and template functions. In order to avoid errors wpDiscuz deactivates those during the update process."
218
  msgstr ""
219
 
220
+ #: options/html-options.php:186
221
+ msgid "All problems displayed above have fixing tips in the same boxes. If, for some reason you can't solve those problems, we're ready to help you and fix those as soon as possible. Please open a support topic at gVectors support forum or contact as via support@gvectors.com email address. Our support team works from 6am till 6pm in GMT+0 timezone. Please be patient when you open a new support topic or when contacting us via email. We'll get back to you within 3-12 hours."
222
  msgstr ""
223
 
224
+ #: options/html-dashboard.php:171
225
+ msgid "All Time"
 
 
226
  msgstr ""
227
 
228
+ #: options/html-addons.php:25
229
+ msgid "All wpDiscuz addons are being developed by wpDiscuz developers at gVectors Team. These addons help us to keep top level development of the free wpDiscuz plugin. All essential and even dozens of extra-cool features are already available for free in the core wpDiscuz plugin. There are not any limits, any pro and paid versions of wpDiscuz. We have another dozens of awesome features in our to-do list which will be added for free in the future releases."
230
  msgstr ""
231
 
232
+ #: options/html-options.php:146
233
+ msgid "All wpDiscuz Addons are Deactivated!"
234
  msgstr ""
235
 
236
+ #: forms/wpdFormAttr/Form.php:1023
237
+ msgid "Allow guests to comment"
238
  msgstr ""
239
 
240
+ #: forms/wpdFormAttr/Form.php:1201
241
+ msgid "Allow Guests to Rate"
 
242
  msgstr ""
243
 
244
+ #: options/class.WpdiscuzOptions.php:3878
245
+ msgid "Allow Guests to Vote for Comments"
246
  msgstr ""
247
 
248
+ #: options/class.WpdiscuzOptions.php:4180
249
+ msgid "Allow Media Uploading for Guests"
250
  msgstr ""
251
 
252
+ #: options/class.WpdiscuzOptions.php:4194
253
+ msgid "Allowed File Types"
 
 
254
  msgstr ""
255
 
256
+ #: options/class.WpdiscuzOptions.php:1940
257
+ msgid "Allows to create private comment threads. Rich management options in dashboard by user roles."
 
 
 
258
  msgstr ""
259
 
260
+ #: options/class.WpdiscuzOptions.php:1868
261
+ msgid "Allows to embed lots of video, social network, audio and photo content providers URLs in comment content."
 
262
  msgstr ""
263
 
264
+ #: options/class.WpdiscuzOptions.php:1967
265
+ msgid "Allows to mention comments and users in comment text using #comment-id and @username tags."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  msgstr ""
267
 
268
+ #: options/class.WpdiscuzOptions.php:4147
269
+ msgid "Allows to set minimum and maximum number of chars can be inserted in comment textarea. Leave the max value empty to remove the limit."
 
 
270
  msgstr ""
271
 
272
+ #: forms/wpdFormAttr/Field/CheckboxField.php:14 forms/wpdFormAttr/Field/ColorField.php:14 forms/wpdFormAttr/Field/DateField.php:14 forms/wpdFormAttr/Field/NumberField.php:14 forms/wpdFormAttr/Field/RadioField.php:14 forms/wpdFormAttr/Field/SelectField.php:14 forms/wpdFormAttr/Field/TextAreaField.php:14 forms/wpdFormAttr/Field/TextField.php:14 forms/wpdFormAttr/Field/UrlField.php:14 forms/wpdFormAttr/Field/DefaultField/Email.php:21 forms/wpdFormAttr/Field/DefaultField/Name.php:20 forms/wpdFormAttr/Field/DefaultField/Website.php:20
273
+ msgid "Also used for field placeholder"
274
  msgstr ""
275
 
276
+ #: options/options-layouts/html-inline.php:60
277
+ msgid "Animate (blink and wiggle)"
 
 
278
  msgstr ""
279
 
280
+ #: options/class.WpdiscuzOptions.php:4319
281
+ msgid "Animation for \"Leave a Feedback\" button in article content"
282
  msgstr ""
283
 
284
+ #: options/class.WpdiscuzOptions.php:413
285
+ msgid "Anonymous"
286
  msgstr ""
287
 
288
+ #: options/phrases-layouts/phrases-comment.php:95
289
+ msgid "Anonymous commenter name"
290
  msgstr ""
291
 
292
+ #: options/options-layouts/html-social.php:446 options/options-layouts/html-social.php:857 options/options-layouts/html-social.php:969 options/options-layouts/html-social.php:1025
293
+ msgid "App ID"
294
  msgstr ""
295
 
296
+ #: options/options-layouts/html-social.php:461
297
+ msgid "App Secret"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
298
  msgstr ""
299
 
300
+ #: options/options-layouts/html-social.php:143 options/options-layouts/html-social.php:655 options/options-layouts/html-social.php:787
301
+ msgid "Application ID"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
302
  msgstr ""
303
 
304
+ #: options/options-layouts/html-social.php:802
305
+ msgid "Application Key"
 
306
  msgstr ""
307
 
308
+ #: options/options-layouts/html-social.php:158 options/options-layouts/html-social.php:817
309
+ msgid "Application Secret"
310
  msgstr ""
311
 
312
+ #: options/class.WpdiscuzOptions.php:459 options/phrases-layouts/phrases-user-settings.php:162
313
+ msgid "Are you sure you want to cancel this follow?"
 
 
 
 
 
 
 
 
 
 
 
 
314
  msgstr ""
315
 
316
+ #: options/class.WpdiscuzOptions.php:458 options/phrases-layouts/phrases-user-settings.php:158
317
+ msgid "Are you sure you want to cancel this subscription?"
 
 
 
 
 
 
 
 
 
 
318
  msgstr ""
319
 
320
+ #: options/class.WpdiscuzOptions.php:516
321
+ msgid "Are you sure you want to delete this attachment?"
322
  msgstr ""
323
 
324
+ #: options/class.WpdiscuzOptions.php:457 options/phrases-layouts/phrases-user-settings.php:154
325
+ msgid "Are you sure you want to delete this comment?"
326
  msgstr ""
327
 
328
+ #: options/class.WpdiscuzOptions.php:3709
329
+ msgid "Article and Comment Rating"
330
  msgstr ""
331
 
332
+ #: options/html-dashboard.php:48
333
+ msgid "Article Inline Feedback"
 
 
 
 
 
 
 
 
 
 
334
  msgstr ""
335
 
336
+ #: options/options-layouts/html-inline.php:10
337
+ msgid "Article Inline Feedback feature is an interactive article reading option with author's questions and readers feedback (comments). Now article authors can add some questions for readers on certain part of article content and ask for feedback while visitors read it."
 
 
 
 
 
 
 
 
 
 
 
338
  msgstr ""
339
 
340
+ #: forms/wpDiscuzForm.php:414 forms/wpdFormAttr/Form.php:178 forms/wpdFormAttr/Form.php:621 forms/wpdFormAttr/Form.php:1195 forms/wpdFormAttr/Form.php:1195
341
+ msgid "Article Rating"
 
 
342
  msgstr ""
343
 
344
+ #: options/html-options.php:342
345
+ msgid "Article Rating vs Comment Rating"
346
  msgstr ""
347
 
348
+ #: options/html-dashboard.php:43 options/html-dashboard.php:99
349
+ msgid "Article Rating vs Rating Field"
 
 
 
 
 
 
 
 
 
350
  msgstr ""
351
 
352
+ #: options/class.WpdiscuzOptions.php:479 options/phrases-layouts/phrases-general.php:31
353
+ msgid "Ask for Feedback"
 
 
 
 
 
 
 
 
 
354
  msgstr ""
355
 
356
+ #: options/html-options.php:330
357
+ msgid "Ask questions to readers and discuss directly on article content!"
 
 
 
 
 
 
 
 
 
358
  msgstr ""
359
 
360
+ #: options/class.WpdiscuzOptions.php:521 options/phrases-layouts/phrases-media.php:31
361
+ msgid "Attach an image to this comment"
 
 
 
 
 
 
 
 
 
362
  msgstr ""
363
 
364
+ #: utils/class.WpdiscuzHelperUpload.php:779
365
+ msgid "Attached Images"
 
 
 
 
 
 
 
 
366
  msgstr ""
367
 
368
+ #: forms/wpdFormAttr/Login/SocialLogin.php:44
369
+ msgid "Authentication failed."
 
 
 
 
 
 
 
 
370
  msgstr ""
371
 
372
+ #: class.WpdiscuzCore.php:1598 class.WpdiscuzCore.php:1611 options/phrases-layouts/phrases-comment.php:58
373
+ msgid "Author"
374
  msgstr ""
375
 
376
+ #: options/options-layouts/html-recaptcha.php:31
377
+ msgid "Auto"
378
  msgstr ""
379
 
380
+ #: options/phrases-layouts/phrases-email.php:24 options/phrases-layouts/phrases-email.php:36 options/phrases-layouts/phrases-email.php:57 options/phrases-layouts/phrases-email.php:69 options/phrases-layouts/phrases-email.php:90 options/phrases-layouts/phrases-email.php:102 options/phrases-layouts/phrases-email.php:121 options/phrases-layouts/phrases-email.php:132 options/phrases-layouts/phrases-email.php:148 options/phrases-layouts/phrases-email.php:161 options/phrases-layouts/phrases-email.php:200 options/phrases-layouts/phrases-follow.php:57 options/phrases-layouts/phrases-follow.php:68 options/phrases-layouts/phrases-follow.php:84 options/phrases-layouts/phrases-follow.php:96 options/phrases-layouts/phrases-user-settings.php:61 options/phrases-layouts/phrases-user-settings.php:73 options/phrases-layouts/phrases-user-settings.php:86 options/phrases-layouts/phrases-user-settings.php:98 options/phrases-layouts/phrases-user-settings.php:111 options/phrases-layouts/phrases-user-settings.php:123
381
+ msgid "Available shortcodes"
382
  msgstr ""
383
 
384
+ #: options/options-layouts/html-thread_layouts.php:39
385
+ msgid "Avatar Settings"
386
  msgstr ""
387
 
388
+ #: forms/wpdFormAttr/Form.php:600
389
+ msgid "Average Rating"
390
  msgstr ""
391
 
392
+ #: options/class.WpdiscuzOptions.php:404 options/phrases-layouts/phrases-notification.php:66
393
+ msgid "Awaiting for approval"
394
  msgstr ""
395
 
396
+ #: options/html-options.php:482
397
+ msgid "Back"
398
  msgstr ""
399
 
400
+ #: options/options-layouts/html-thread_styles.php:123
401
+ msgid "Background Color"
402
  msgstr ""
403
 
404
+ #: options/tools-layouts/tool-options.php:26
405
+ msgid "Backup Options"
406
  msgstr ""
407
 
408
+ #: options/tools-layouts/tool-phrases.php:27
409
+ msgid "Backup Phrases"
410
  msgstr ""
411
 
412
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1392
413
+ msgid "Baidu authentication failed (access_token does not exist)."
414
  msgstr ""
415
 
416
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1372
417
+ msgid "Baidu authentication failed (code does not exist)."
 
 
 
 
 
418
  msgstr ""
419
 
420
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1369
421
+ msgid "Baidu authentication failed (OAuth state does not exist)."
 
422
  msgstr ""
423
 
424
+ #: options/class.WpdiscuzOptions.php:3630
425
+ msgid "Baidu Client ID"
426
  msgstr ""
427
 
428
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1335
429
+ msgid "Baidu Client ID and Client Secret required."
430
  msgstr ""
431
 
432
+ #: options/class.WpdiscuzOptions.php:3637
433
+ msgid "Baidu Client Secret"
434
  msgstr ""
435
 
436
+ #: options/class.WpdiscuzOptions.php:3623
437
+ msgid "Baidu Login Button"
438
  msgstr ""
439
 
440
+ #: options/phrases-layouts/phrases-general.php:11
441
+ msgid "Be the first to comment"
442
  msgstr ""
443
 
444
+ #: options/class.WpdiscuzOptions.php:325
445
+ msgid "Be the First to Comment!"
446
  msgstr ""
447
 
448
+ #: options/options-layouts/html-rating.php:45
449
+ msgid "Before Comment Form"
450
  msgstr ""
451
 
452
+ #: options/options-layouts/html-rating.php:49
453
+ msgid "Before Content"
454
  msgstr ""
455
 
456
+ #: options/html-dashboard.php:100
457
+ msgid "Before, you had to create a Rating field in comment form to allow users rate article while they post a comment, there was no way to rate without commenting. Now you can allow users rate your articles without leavening a comment. wpDiscuz 7 has a built-in Post Rating system which is not based on comment form custom fields. You can see that on top of comment section like the left one on the screenshot below:"
 
458
  msgstr ""
459
 
460
+ #: options/html-options.php:359
461
+ msgid "Before, you had to create a Rating field in comment form to allow users rate article while they post a comment, there was no way to rate without commenting. Now you can allow users rate your articles without leaving a comment. wpDiscuz 7 has a built-in Article Rating system which is not based on comment form custom fields and appears on top of comment section, under the article content."
462
  msgstr ""
463
 
464
+ #: options/options-layouts/html-form.php:103
465
+ msgid "Blockquote"
 
466
  msgstr ""
467
 
468
+ #: options/options-layouts/html-form.php:91
469
+ msgid "Bold"
470
  msgstr ""
471
 
472
+ #: options/options-layouts/html-moderation.php:131 options/options-layouts/html-subscription.php:128
473
+ msgid "Both"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
474
  msgstr ""
475
 
476
+ #: options/class.WpdiscuzOptions.php:1895
477
+ msgid "Brings an ocean of emotions to your comments. It comes with an awesome smile package."
478
  msgstr ""
479
 
480
+ #: options/class.WpdiscuzOptions.php:4274
481
+ msgid "Bubble - Hide the invitation message in X seconds"
482
  msgstr ""
483
 
484
+ #: options/class.WpdiscuzOptions.php:4267
485
+ msgid "Bubble - Invite to comment in X seconds"
 
 
486
  msgstr ""
487
 
488
+ #: options/class.WpdiscuzOptions.php:4260
489
+ msgid "Bubble - Notify on New Comments"
 
 
490
  msgstr ""
491
 
492
+ #: options/html-options.php:276
493
+ msgid "Bubble Live Update"
494
  msgstr ""
495
 
496
+ #: options/html-dashboard.php:13
497
+ msgid "Built to Engage"
498
  msgstr ""
499
 
500
+ #: options/class.WpdiscuzOptions.php:439 options/class.WpdiscuzOptions.php:445 options/phrases-layouts/phrases-user-settings.php:31 options/phrases-layouts/phrases-user-settings.php:55
501
+ msgid "Bulk management via email"
502
  msgstr ""
503
 
504
+ #: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
505
+ msgid "Button Text"
506
  msgstr ""
507
 
508
+ #: options/class.WpdiscuzOptions.php:3793
509
+ msgid "By default child comments are sorted by oldest on top. Using this option you can revers child comments order and sort them by newest on top."
510
  msgstr ""
511
 
512
+ #: class.WpdiscuzCore.php:1986
513
+ msgid "By default the inline feedback form is closed and only the button is displayed. Once reader scrolled and reached to the selected text part, this button animates with comment button size and color changes attracting readers attention. Readers click on the button and open your question with feedback form. Using this option you can keep opened the feedback form. Readers can close it using [x] button."
514
  msgstr ""
515
 
516
+ #: options/class.WpdiscuzOptions.php:3286
517
+ #, php-format
518
+ msgid "By default wpDiscuz adds a link with comment author avatar to the author profile page, you can disable this link using this option. However in case you use some plugin with User Profile page, you should keep this option enabled. wpDiscuz is well integrated with %s, BuddyPress and Ultimate Member profile builder plugins."
519
  msgstr ""
520
 
521
+ #: options/class.WpdiscuzOptions.php:4387
522
+ msgid "By default, comment date is displayed with the human readable format, such as [X days ago]. For some languages, you may need to change the sequence of words in this date. This option provides shordcodes for each word allowing you manage the order. [number] is the 'X', [time_unit] is the 'days', [adjective] is the 'ago'."
523
  msgstr ""
524
 
525
+ #: options/class.WpdiscuzOptions.php:3153
526
+ msgid "By default, only the comment text field is visible. When you click on the comment text field it opens all other fields (Name, Email, Website, etc...). If you want to keep all fields open, please set this option \"expended\"."
527
  msgstr ""
528
 
529
+ #: options/class.WpdiscuzOptions.php:4345
530
+ msgid "By disabling this option you're automatically enabling wpDiscuz custom AJAX functions, which are many times faster that the default WordPress functions. Just make sure it doesn't conflict with your plugins."
531
  msgstr ""
532
 
533
+ #: options/class.WpdiscuzOptions.php:4413
534
+ msgid "Caching Method"
535
  msgstr ""
536
 
537
+ #: options/class.WpdiscuzOptions.php:409
538
+ msgid "Cancel"
539
  msgstr ""
540
 
541
+ #: options/class.WpdiscuzOptions.php:443 options/phrases-layouts/phrases-user-settings.php:47
542
+ msgid "Cancel all comment subscriptions"
543
  msgstr ""
544
 
545
+ #: options/phrases-layouts/phrases-comment.php:87
546
+ msgid "Cancel comment editing button text"
547
  msgstr ""
548
 
549
+ #: options/phrases-layouts/phrases-follow.php:51
550
+ msgid "Cancel following link text"
551
  msgstr ""
552
 
553
+ #: options/class.WpdiscuzOptions.php:363
554
+ msgid "Cancel subscription"
555
  msgstr ""
556
 
557
+ #: utils/layouts/follows/item.php:14
558
+ msgid "Cancel this follow"
559
  msgstr ""
560
 
561
+ #: utils/layouts/subscriptions/item.php:23
562
+ msgid "Cancel this subscription"
563
  msgstr ""
564
 
565
+ #: options/class.WpdiscuzOptions.php:470
566
+ msgid "Cancel user following request"
567
  msgstr ""
568
 
569
+ #: options/class.WpdiscuzOptions.php:1779
570
+ msgid "Cannot back up the options!"
571
  msgstr ""
572
 
573
+ #: options/class.WpdiscuzOptions.php:1809
574
+ msgid "Cannot back up the phrases!"
575
  msgstr ""
576
 
577
+ #: options/class.WpdiscuzOptions.php:522 options/phrases-layouts/phrases-media.php:35
578
+ msgid "Change the attached image"
579
  msgstr ""
580
 
581
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:21 forms/wpdFormAttr/Field/CookiesConsent.php:23
582
+ msgid "Checkbox Label"
583
  msgstr ""
584
 
585
+ #: options/html-options.php:220
586
+ msgid "Choose Your Comments Layout"
587
  msgstr ""
588
 
589
+ #: options/class.WpdiscuzOptions.php:444 options/phrases-layouts/phrases-user-settings.php:51
590
+ msgid "Clear cookies with my personal data"
591
  msgstr ""
592
 
593
+ #: options/class.WpdiscuzOptions.php:440
594
+ msgid "Click the button above to get an email with bulk delete and unsubscribe links."
595
  msgstr ""
596
 
597
+ #: options/options-layouts/html-social.php:276 options/options-layouts/html-social.php:391 options/options-layouts/html-social.php:502
598
+ msgid "Client ID"
599
  msgstr ""
600
 
601
+ #: options/options-layouts/html-social.php:291 options/options-layouts/html-social.php:406 options/options-layouts/html-social.php:517
602
+ msgid "Client Secret"
603
  msgstr ""
604
 
605
+ #: forms/wpDiscuzForm.php:462
606
+ msgid "Clone"
607
  msgstr ""
608
 
609
+ #: options/class.WpdiscuzOptions.php:427 options/html-dashboard.php:34 options/phrases-layouts/phrases-comment.php:119
610
+ msgid "Close"
611
  msgstr ""
612
 
613
+ #: options/class.WpdiscuzOptions.php:4121
614
+ msgid "Close Button - Close a comment thread"
615
  msgstr ""
616
 
617
+ #: options/phrases-layouts/phrases-comment.php:115
618
+ msgid "Close button title"
619
  msgstr ""
620
 
621
+ #: options/class.WpdiscuzOptions.php:426
622
+ msgid "Close this thread"
623
  msgstr ""
624
 
625
+ #: class.WpdiscuzCore.php:1994
626
+ msgid "CLOSED"
627
  msgstr ""
628
 
629
+ #: options/phrases-layouts/phrases-comment.php:127
630
+ msgid "Closed comment icon title"
631
  msgstr ""
632
 
633
+ #: options/class.WpdiscuzOptions.php:429
634
+ msgid "Closed Comment Thread"
635
  msgstr ""
636
 
637
+ #: options/class.WpdiscuzOptions.php:2251
638
+ msgid "Closed Comments data need be regenerated"
639
  msgstr ""
640
 
641
+ #: options/options-layouts/html-form.php:105
642
+ msgid "Code Block"
643
  msgstr ""
644
 
645
+ #: options/options-layouts/html-form.php:27
646
+ msgid "collapsed"
647
  msgstr ""
648
 
649
+ #: options/class.WpdiscuzOptions.php:4350
650
+ msgid "Combine JS and CSS Files to Optimize Page Loading Speed"
651
  msgstr ""
652
 
653
+ #: options/class.WpdiscuzOptions.php:496 options/phrases-layouts/phrases-general.php:99
654
+ msgid "COMMENT"
655
  msgstr ""
656
 
657
+ #: forms/wpDiscuzForm.php:406 options/html-phrases.php:21 forms/wpdFormAttr/Form.php:118 forms/wpdFormAttr/Form.php:1072 forms/wpdFormAttr/Form.php:1072 options/options-layouts/html-moderation.php:133
658
+ msgid "Comment"
659
  msgstr ""
660
 
661
+ #: options/phrases-layouts/phrases-email.php:159
662
+ msgid "Comment approved message"
663
  msgstr ""
664
 
665
+ #: options/phrases-layouts/phrases-email.php:147
666
+ msgid "Comment approved subject"
667
  msgstr ""
668
 
669
+ #: options/options-layouts/html-thread_styles.php:46 options/options-layouts/html-thread_styles.php:73
670
+ msgid "Comment Area Background"
671
  msgstr ""
672
 
673
+ #: utils/class.WpdiscuzHelperAjax.php:942 options/addons/cai/title.php:7
674
+ msgid "Comment Author"
675
  msgstr ""
676
 
677
+ #: options/options-layouts/html-thread_styles.php:143
678
+ msgid "Comment Author Label Colors"
679
  msgstr ""
680
 
681
+ #: options/class.WpdiscuzOptions.php:4076
682
+ msgid "Comment Author Label Colors by User Role"
683
  msgstr ""
684
 
685
+ #: options/class.WpdiscuzOptions.php:3144
686
+ msgid "Comment author name length (for guests only)"
687
  msgstr ""
688
 
689
+ #: options/class.WpdiscuzOptions.php:4239 options/html-options.php:254 options/html-options.php:263
690
+ msgid "Comment Bubble"
691
  msgstr ""
692
 
693
+ #: options/options-layouts/html-thread_styles.php:128
694
+ msgid "Comment Bubble Colors"
695
  msgstr ""
696
 
697
+ #: options/class.WpdiscuzOptions.php:4241
698
+ msgid "Comment Bubble is a real-time updating sticky comment icon on your web pages. It invites people to comment, displays current comments information and notifies current page viewers about new comments."
699
  msgstr ""
700
 
701
+ #: options/html-options.php:258
702
+ msgid "Comment Bubble is a sticky comment icon on your web pages. It keeps article readers and commenters up to date. It displays new comments as pop-up information or as a number in an orange circle."
703
  msgstr ""
704
 
705
+ #: options/class.WpdiscuzOptions.php:4246
706
+ msgid "Comment Bubble Live Update"
707
  msgstr ""
708
 
709
+ #: options/class.WpdiscuzOptions.php:4253 options/html-options.php:289
710
+ msgid "Comment Bubble Location"
711
  msgstr ""
712
 
713
+ #: options/class.WpdiscuzOptions.php:4137
714
+ msgid "Comment Content and Media"
715
  msgstr ""
716
 
717
+ #: options/phrases-layouts/phrases-form.php:15
718
+ msgid "Comment Field Join"
719
  msgstr ""
720
 
721
+ #: options/phrases-layouts/phrases-form.php:11
722
+ msgid "Comment Field Start"
723
  msgstr ""
724
 
725
+ #: options/options-layouts/html-thread_styles.php:54 options/options-layouts/html-thread_styles.php:81
726
+ msgid "Comment Fields Background"
727
  msgstr ""
728
 
729
+ #: options/options-layouts/html-thread_styles.php:58 options/options-layouts/html-thread_styles.php:85
730
+ msgid "Comment Fields Border"
731
  msgstr ""
732
 
733
+ #: options/options-layouts/html-thread_styles.php:66 options/options-layouts/html-thread_styles.php:93
734
+ msgid "Comment Fields Placeholder"
735
  msgstr ""
736
 
737
+ #: options/options-layouts/html-thread_styles.php:62 options/options-layouts/html-thread_styles.php:89
738
+ msgid "Comment Fields Text"
739
  msgstr ""
740
 
741
+ #: options/class.WpdiscuzOptions.php:3930
742
+ msgid "Comment Form and Comment List Style"
743
  msgstr ""
744
 
745
+ #: forms/wpdFormAttr/html/admin-form-fields-list.php:7
746
+ msgid "Comment Form Fields"
747
  msgstr ""
748
 
749
+ #: forms/wpdFormAttr/Form.php:1079
750
+ msgid "Comment form header text (plural)"
751
  msgstr ""
752
 
753
+ #: forms/wpdFormAttr/Form.php:1068
754
+ msgid "Comment form header text (singular)"
755
  msgstr ""
756
 
757
+ #: forms/wpDiscuzForm.php:496
758
+ msgid "Comment Form is not detected, please navigate to form manager page to create it. "
759
  msgstr ""
760
 
761
+ #: options/options-layouts/html-form.php:10
762
+ msgid "Comment Form Manager"
763
  msgstr ""
764
 
765
+ #: options/options-layouts/html-rating.php:10 options/options-layouts/html-thread_layouts.php:29
766
+ msgid "Comment Form Manager &raquo;"
767
  msgstr ""
768
 
769
+ #: options/class.WpdiscuzOptions.php:3129
770
+ msgid "Comment Form Settings"
 
771
  msgstr ""
772
 
773
+ #: options/class.WpdiscuzOptions.php:3151
774
+ msgid "Comment Form View"
775
  msgstr ""
776
 
777
+ #: options/html-dashboard.php:73
778
+ msgid "Comment Layout #1"
779
  msgstr ""
780
 
781
+ #: options/html-dashboard.php:78
782
+ msgid "Comment Layout #2"
783
  msgstr ""
784
 
785
+ #: options/html-dashboard.php:83
786
+ msgid "Comment Layout #3"
787
  msgstr ""
788
 
789
+ #: options/html-dashboard.php:41 options/html-dashboard.php:67
790
+ msgid "Comment Layouts"
791
  msgstr ""
792
 
793
+ #: options/class.WpdiscuzOptions.php:488 options/phrases-layouts/phrases-general.php:67
794
+ msgid "Comment Link"
795
  msgstr ""
796
 
797
+ #: forms/wpdFormAttr/Form.php:1153
798
+ msgid "Comment List Layout"
799
  msgstr ""
800
 
801
+ #: options/class.WpdiscuzOptions.php:3749
802
+ msgid "Comment List Loading Type"
803
  msgstr ""
804
 
805
+ #: options/class.WpdiscuzOptions.php:4085
806
+ msgid "Comment Moderation"
807
  msgstr ""
808
 
809
+ #: options/options-layouts/html-thread_styles.php:143
810
+ msgid "Comment Rating Colors"
811
  msgstr ""
812
 
813
+ #: options/phrases-layouts/phrases-comment.php:91
814
+ msgid "Comment read more link text"
815
  msgstr ""
816
 
817
+ #: options/class.WpdiscuzOptions.php:1922
818
+ msgid "Comment reporting tools. Auto-moderates comments based on number of flags and dislikes."
819
  msgstr ""
820
 
821
+ #: options/class.WpdiscuzOptions.php:2063
822
+ msgid "Comment Search"
823
  msgstr ""
824
 
825
+ #: options/html-dashboard.php:156
826
+ msgid "Comment Statistic"
827
  msgstr ""
828
 
829
+ #: forms/wpdFormAttr/Form.php:1059
830
+ msgid "Comment Subscription bar agreement checkbox label"
831
  msgstr ""
832
 
833
+ #: options/phrases-layouts/phrases-comment.php:7
834
+ msgid "Comment Template Phrases"
835
  msgstr ""
836
 
837
+ #: options/options-layouts/html-thread_styles.php:50 options/options-layouts/html-thread_styles.php:77
838
+ msgid "Comment Text"
839
  msgstr ""
840
 
841
+ #: forms/wpdFormAttr/Form.php:1219
842
+ msgid "Comment Text Field"
843
  msgstr ""
844
 
845
+ #: options/class.WpdiscuzOptions.php:4145
846
+ msgid "Comment Text Length"
847
  msgstr ""
848
 
849
+ #: options/class.WpdiscuzOptions.php:3951
850
+ msgid "Comment Text Size"
851
  msgstr ""
852
 
853
+ #: options/class.WpdiscuzOptions.php:3741
854
+ msgid "Comment Thread Displaying"
 
855
  msgstr ""
856
 
857
+ #: options/class.WpdiscuzOptions.php:3828
858
+ msgid "Comment Thread Features"
 
859
  msgstr ""
860
 
861
+ #: options/options-layouts/html-thread_layouts.php:16
862
+ msgid "Comment Thread Layout #1"
 
863
  msgstr ""
864
 
865
+ #: options/options-layouts/html-thread_layouts.php:21
866
+ msgid "Comment Thread Layout #2"
 
867
  msgstr ""
868
 
869
+ #: options/options-layouts/html-thread_layouts.php:26
870
+ msgid "Comment Thread Layout #3"
 
871
  msgstr ""
872
 
873
+ #: options/html-dashboard.php:131
874
+ msgid "Comment Threads"
875
  msgstr ""
876
 
877
+ #: options/class.WpdiscuzOptions.php:2057
878
+ msgid "Comment Translate"
879
  msgstr ""
880
 
881
+ #: options/class.WpdiscuzOptions.php:2240
882
+ msgid "Comment votes meta data need to be regenerated"
883
  msgstr ""
884
 
885
+ #: options/options-layouts/html-thread_layouts.php:109
886
+ msgid "Comment Voting Buttons"
 
887
  msgstr ""
888
 
889
+ #: options/class.WpdiscuzOptions.php:3864
890
+ msgid "Comment Voting Result Mode"
 
891
  msgstr ""
892
 
893
+ #: options/phrases-layouts/phrases-datetime.php:59
894
+ msgid "Commented \"right now\" text"
 
895
  msgstr ""
896
 
897
+ #: options/phrases-layouts/phrases-general.php:47
898
+ msgid "Commenting is closed"
 
899
  msgstr ""
900
 
901
+ #: options/class.WpdiscuzOptions.php:483
902
+ msgid "Commenting is closed!"
903
  msgstr ""
904
 
905
+ #: forms/wpDiscuzForm.php:407 utils/class.WpdiscuzHelperAjax.php:945 forms/wpdFormAttr/Form.php:126 forms/wpdFormAttr/Form.php:1083 forms/wpdFormAttr/Form.php:1083
906
+ msgid "Comments"
 
907
  msgstr ""
908
 
909
+ #: options/class.WpdiscuzOptions.php:421
910
+ msgid "Comments are closed."
 
 
911
  msgstr ""
912
 
913
+ #: options/html-options.php:236
914
+ msgid "Comments Layout #1"
 
915
  msgstr ""
916
 
917
+ #: options/html-options.php:241
918
+ msgid "Comments Layout #2"
 
919
  msgstr ""
920
 
921
+ #: options/html-options.php:246
922
+ msgid "Comments Layout #3"
 
923
  msgstr ""
924
 
925
+ #: options/class.WpdiscuzOptions.php:3798
926
+ msgid "Comments Pagination Type"
 
927
  msgstr ""
928
 
929
+ #: options/html-options.php:204
930
+ msgid "Comments Style"
 
931
  msgstr ""
932
 
933
+ #: options/html-options.php:198
934
+ msgid "Comments Style & Layout"
 
935
  msgstr ""
936
 
937
+ #: options/class.WpdiscuzOptions.php:2262
938
+ msgid "Comments votes data need to be regenerated"
 
939
  msgstr ""
940
 
941
+ #: options/phrases-layouts/phrases-follow.php:47
942
+ msgid "Confirm following link text"
 
943
  msgstr ""
944
 
945
+ #: options/class.WpdiscuzOptions.php:469
946
+ msgid "Confirm user following request"
947
  msgstr ""
948
 
949
+ #: options/class.WpdiscuzOptions.php:366 options/phrases-layouts/phrases-email.php:184
950
+ msgid "Confirm your subscription"
951
  msgstr ""
952
 
953
+ #: options/class.WpdiscuzOptions.php:415 options/phrases-layouts/phrases-social-login.php:11
954
+ msgid "Connect with"
955
  msgstr ""
956
 
957
+ #: options/options-layouts/html-social.php:219
958
+ msgid "Consumer Key (API Key)"
959
  msgstr ""
960
 
961
+ #: options/options-layouts/html-social.php:234
962
+ msgid "Consumer Secret (API Secret)"
963
  msgstr ""
964
 
965
+ #: options/html-options.php:294 options/html-options.php:306 options/options-layouts/html-live.php:49
966
+ msgid "Content Left"
967
  msgstr ""
968
 
969
+ #: options/html-dashboard.php:250
970
+ msgid "Contribute"
971
  msgstr ""
972
 
973
+ #: options/class.WpdiscuzOptions.php:477 options/phrases-layouts/phrases-general.php:23
974
+ msgid "Copied to clipboard!"
 
975
  msgstr ""
976
 
977
+ #: utils/deactivation-reason-modal.php:101
978
+ msgid "Could you please describe which features of the plugin slows down your website?"
979
  msgstr ""
980
 
981
+ #: options/html-dashboard.php:213
982
+ msgid "Credits"
 
983
  msgstr ""
984
 
985
+ #: options/options-layouts/html-general.php:235
986
+ msgid "Cron job"
 
987
  msgstr ""
988
 
989
+ #: options/options-layouts/html-recaptcha.php:33
990
+ msgid "CurlPost"
 
991
  msgstr ""
992
 
993
+ #: options/options-layouts/html-general.php:141
994
+ msgid "Current Wordpress date/time format"
 
995
  msgstr ""
996
 
997
+ #: options/class.WpdiscuzOptions.php:2021
998
+ msgid "Custom Comment Forms"
999
  msgstr ""
1000
 
1001
+ #: forms/wpDiscuzForm.php:318
1002
+ msgid "Custom CSS"
1003
  msgstr ""
1004
 
1005
+ #: options/class.WpdiscuzOptions.php:3965
1006
+ msgid "Custom CSS Code"
1007
  msgstr ""
1008
 
1009
+ #: forms/wpDiscuzForm.php:258 forms/wpdFormAttr/Form.php:956 forms/wpdFormAttr/html/admin-form-fields-list.php:18
1010
+ msgid "Custom Fields"
1011
  msgstr ""
1012
 
1013
+ #: options/html-options.php:126
1014
+ msgid "Custom wpDiscuz template files are detected!"
1015
  msgstr ""
1016
 
1017
+ #: options/html-options.php:210 options/options-layouts/html-recaptcha.php:140 options/options-layouts/html-thread_styles.php:28
1018
+ msgid "Dark"
1019
  msgstr ""
1020
 
1021
+ #: options/options-layouts/html-thread_styles.php:70
1022
+ msgid "Dark Style"
1023
  msgstr ""
1024
 
1025
+ #: class.WpdiscuzCore.php:954 class.WpdiscuzCore.php:1461
1026
+ msgid "Dashboard"
1027
  msgstr ""
1028
 
1029
+ #: options/tools-layouts/tool-database.php:9
1030
+ msgid "Database Operations"
1031
  msgstr ""
1032
 
1033
+ #: options/options-layouts/html-thread_display.php:238
1034
+ msgid "Date"
1035
  msgstr ""
1036
 
1037
+ #: options/html-phrases.php:22
1038
+ msgid "Date/Time"
 
1039
  msgstr ""
1040
 
1041
+ #: options/phrases-layouts/phrases-datetime.php:7
1042
+ msgid "Date/Time Phrases"
1043
  msgstr ""
1044
 
1045
+ #: options/phrases-layouts/phrases-datetime.php:27
1046
+ msgid "Day"
1047
  msgstr ""
1048
 
1049
+ #: options/class.WpdiscuzOptions.php:377
1050
+ msgid "day"
1051
  msgstr ""
1052
 
1053
+ #: options/class.WpdiscuzOptions.php:378 options/options-layouts/html-general.php:252
1054
+ msgid "days"
1055
  msgstr ""
1056
 
1057
+ #: options/phrases-layouts/phrases-datetime.php:31
1058
+ msgid "Days (Plural Form)"
1059
  msgstr ""
1060
 
1061
+ #: options/options-layouts/html-thread_styles.php:27
1062
+ msgid "Default"
 
 
1063
  msgstr ""
1064
 
1065
+ #: options/options-layouts/html-thread_styles.php:45 options/options-layouts/html-thread_styles.php:49 options/options-layouts/html-thread_styles.php:53 options/options-layouts/html-thread_styles.php:57 options/options-layouts/html-thread_styles.php:61 options/options-layouts/html-thread_styles.php:65 options/options-layouts/html-thread_styles.php:72 options/options-layouts/html-thread_styles.php:76 options/options-layouts/html-thread_styles.php:80 options/options-layouts/html-thread_styles.php:84 options/options-layouts/html-thread_styles.php:88 options/options-layouts/html-thread_styles.php:92
1066
+ msgid "default"
1067
  msgstr ""
1068
 
1069
+ #: options/class.WpdiscuzOptions.php:3906
1070
+ msgid "Default Avatar Source URL for Guests"
1071
  msgstr ""
1072
 
1073
+ #: options/class.WpdiscuzOptions.php:3899
1074
+ msgid "Default Avatar Source URL for Users"
 
1075
  msgstr ""
1076
 
1077
+ #: forms/wpDiscuzForm.php:373
1078
+ msgid "Default Form"
1079
  msgstr ""
1080
 
1081
+ #: options/options-layouts/html-thread_styles.php:43
1082
+ msgid "Default Style"
 
1083
  msgstr ""
1084
 
1085
+ #: forms/wpDiscuzForm.php:225 utils/class.WpdiscuzHelperUpload.php:719 forms/wpdFormAttr/Row.php:24 forms/wpdFormAttr/Field/Field.php:73
1086
+ msgid "Delete"
 
 
1087
  msgstr ""
1088
 
1089
+ #: options/phrases-layouts/phrases-user-settings.php:72
1090
+ msgid "Delete all comments email text"
 
1091
  msgstr ""
1092
 
1093
+ #: options/phrases-layouts/phrases-user-settings.php:122
1094
+ msgid "Delete all follows email text"
1095
  msgstr ""
1096
 
1097
+ #: options/class.WpdiscuzOptions.php:442 options/class.WpdiscuzOptions.php:446 options/phrases-layouts/phrases-user-settings.php:43 options/phrases-layouts/phrases-user-settings.php:60
1098
+ msgid "Delete all my comments"
1099
  msgstr ""
1100
 
1101
+ #: options/class.WpdiscuzOptions.php:450 options/phrases-layouts/phrases-user-settings.php:110
1102
+ msgid "Delete all my follows"
 
1103
  msgstr ""
1104
 
1105
+ #: options/class.WpdiscuzOptions.php:448 options/phrases-layouts/phrases-user-settings.php:85
1106
+ msgid "Delete all my subscriptions"
 
1107
  msgstr ""
1108
 
1109
+ #: options/phrases-layouts/phrases-user-settings.php:97
1110
+ msgid "Delete all subscriptions email text"
 
1111
  msgstr ""
1112
 
1113
+ #: utils/layouts/activity/item.php:28
1114
+ msgid "Delete this comment"
1115
  msgstr ""
1116
 
1117
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:16 forms/wpdFormAttr/Field/CheckboxField.php:17 forms/wpdFormAttr/Field/ColorField.php:17 forms/wpdFormAttr/Field/CookiesConsent.php:18 forms/wpdFormAttr/Field/DateField.php:17 forms/wpdFormAttr/Field/NumberField.php:17 forms/wpdFormAttr/Field/RadioField.php:17 forms/wpdFormAttr/Field/RatingField.php:21 forms/wpdFormAttr/Field/SelectField.php:17 forms/wpdFormAttr/Field/TextAreaField.php:17 forms/wpdFormAttr/Field/TextField.php:17 forms/wpdFormAttr/Field/UrlField.php:17 forms/wpdFormAttr/Field/DefaultField/Email.php:24 forms/wpdFormAttr/Field/DefaultField/Name.php:23 forms/wpdFormAttr/Field/DefaultField/Website.php:23
1118
+ msgid "Description"
 
1119
  msgstr ""
1120
 
1121
+ #: options/html-options.php:270 options/html-options.php:283 options/html-options.php:353 options/options-layouts/html-inline.php:55 options/options-layouts/html-live.php:31 options/options-layouts/html-live.php:73 options/options-layouts/html-live.php:94 options/options-layouts/html-live.php:145 options/options-layouts/html-moderation.php:122
1122
+ msgid "Disable"
1123
  msgstr ""
1124
 
1125
+ #: forms/wpdFormAttr/Form.php:1001
1126
+ msgid "Disable commenting for roles"
1127
  msgstr ""
1128
 
1129
+ #: options/options-layouts/html-form.php:114
1130
+ msgid "Disable formatting toolbar"
1131
  msgstr ""
1132
 
1133
+ #: options/class.WpdiscuzOptions.php:432 options/phrases-layouts/phrases-social-login.php:23
1134
+ msgid "Disagree"
 
1135
  msgstr ""
1136
 
1137
+ #: utils/deactivation-reason-modal.php:153
1138
+ msgid "Dismiss and never show again"
 
1139
  msgstr ""
1140
 
1141
+ #: options/class.WpdiscuzOptions.php:3770
1142
+ msgid "Display \"Hottest Comment Threads\" filter button"
 
1143
  msgstr ""
1144
 
1145
+ #: options/class.WpdiscuzOptions.php:3763
1146
+ msgid "Display \"Most Reacted Comments\" filter button"
1147
  msgstr ""
1148
 
1149
+ #: options/class.WpdiscuzOptions.php:4024
1150
+ msgid "Display \"Notify of new replies to this comment\" option in comment form"
1151
  msgstr ""
1152
 
1153
+ #: options/options-layouts/html-thread_display.php:38
1154
+ msgid "Display [View Comments] button"
1155
  msgstr ""
1156
 
1157
+ #: options/options-layouts/html-thread_display.php:38
1158
+ msgid "Display [View Comments] button to load comments manually"
1159
  msgstr ""
1160
 
1161
+ #: forms/wpdFormAttr/Form.php:1047
1162
+ msgid "Display agreement checkbox in Comment Subscription bar"
1163
  msgstr ""
1164
 
1165
+ #: options/class.WpdiscuzOptions.php:3892
1166
+ msgid "Display Avatars"
1167
  msgstr ""
1168
 
1169
+ #: options/class.WpdiscuzOptions.php:4069
1170
+ msgid "Display Comment Author Labels"
1171
  msgstr ""
1172
 
1173
+ #: options/class.WpdiscuzOptions.php:4107
1174
+ msgid "Display comment editing Information"
1175
  msgstr ""
1176
 
1177
+ #: forms/wpdFormAttr/Form.php:1119
1178
+ msgid "Display comment form for post IDs"
1179
  msgstr ""
1180
 
1181
+ #: forms/wpdFormAttr/Form.php:1089
1182
+ msgid "Display comment form for post types"
 
1183
  msgstr ""
1184
 
1185
+ #: options/class.WpdiscuzOptions.php:3777
1186
+ msgid "Display Comment Sorting Options"
 
1187
  msgstr ""
1188
 
1189
+ #: options/class.WpdiscuzOptions.php:4312
1190
+ msgid "Display filter button to load inline feedbacks"
 
1191
  msgstr ""
1192
 
1193
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:36
1194
+ msgid "Display for Guests"
1195
  msgstr ""
1196
 
1197
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:40
1198
+ msgid "Display for Registered Users"
1199
  msgstr ""
1200
 
1201
+ #: options/class.WpdiscuzOptions.php:3263
1202
+ msgid "Display logged-in user name and logout link on comment form"
1203
  msgstr ""
1204
 
1205
+ #: forms/wpdFormAttr/Field/CheckboxField.php:41 forms/wpdFormAttr/Field/ColorField.php:37 forms/wpdFormAttr/Field/DateField.php:37 forms/wpdFormAttr/Field/NumberField.php:47 forms/wpdFormAttr/Field/RadioField.php:41 forms/wpdFormAttr/Field/RatingField.php:37 forms/wpdFormAttr/Field/SelectField.php:41 forms/wpdFormAttr/Field/TextAreaField.php:30 forms/wpdFormAttr/Field/TextField.php:37 forms/wpdFormAttr/Field/UrlField.php:37
1206
+ msgid "Display on comment"
1207
  msgstr ""
1208
 
1209
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:32 forms/wpdFormAttr/Field/CheckboxField.php:37 forms/wpdFormAttr/Field/ColorField.php:33 forms/wpdFormAttr/Field/DateField.php:33 forms/wpdFormAttr/Field/HTMLField.php:21 forms/wpdFormAttr/Field/NumberField.php:43 forms/wpdFormAttr/Field/RadioField.php:37 forms/wpdFormAttr/Field/SelectField.php:37 forms/wpdFormAttr/Field/TextAreaField.php:26 forms/wpdFormAttr/Field/TextField.php:33 forms/wpdFormAttr/Field/UrlField.php:33
1210
+ msgid "Display on reply form"
1211
  msgstr ""
1212
 
1213
+ #: options/class.WpdiscuzOptions.php:3245
1214
+ msgid "Display on Subscription Form"
1215
  msgstr ""
1216
 
1217
+ #: options/class.WpdiscuzOptions.php:3756
1218
+ msgid "Display only parent comments and <u>view replies &or;</u> button"
 
1219
  msgstr ""
1220
 
1221
+ #: options/class.WpdiscuzOptions.php:3725
1222
+ msgid "Display Ratings"
 
1223
  msgstr ""
1224
 
1225
+ #: options/options-layouts/html-rating.php:57
1226
+ msgid "Display ratings on non-singular pages"
1227
  msgstr ""
1228
 
1229
+ #: options/class.WpdiscuzOptions.php:3329
1230
+ msgid "Display social login buttons on reply forms"
1231
  msgstr ""
1232
 
1233
+ #: options/class.WpdiscuzOptions.php:3336
1234
+ msgid "Display Social Network Icon on User Avatars"
 
1235
  msgstr ""
1236
 
1237
+ #: forms/wpdFormAttr/Login/SocialLogin.php:549
1238
+ msgid "Disqus authentication failed (access_token does not exist)."
 
1239
  msgstr ""
1240
 
1241
+ #: forms/wpdFormAttr/Login/SocialLogin.php:528
1242
+ msgid "Disqus authentication failed (OAuth code does not exist)."
1243
  msgstr ""
1244
 
1245
+ #: forms/wpdFormAttr/Login/SocialLogin.php:525
1246
+ msgid "Disqus authentication failed (OAuth state does not exist)."
1247
  msgstr ""
1248
 
1249
+ #: forms/wpdFormAttr/Login/SocialLogin.php:552
1250
+ msgid "Disqus authentication failed (user_id does not exist)."
1251
  msgstr ""
1252
 
1253
+ #: options/class.WpdiscuzOptions.php:3427
1254
+ msgid "Disqus Login Button"
 
1255
  msgstr ""
1256
 
1257
+ #: options/class.WpdiscuzOptions.php:3434
1258
+ msgid "Disqus Public Key"
 
1259
  msgstr ""
1260
 
1261
+ #: forms/wpdFormAttr/Login/SocialLogin.php:497
1262
+ msgid "Disqus Public Key and Secret Key required."
 
1263
  msgstr ""
1264
 
1265
+ #: options/class.WpdiscuzOptions.php:3441
1266
+ msgid "Disqus Secret Key"
 
1267
  msgstr ""
1268
 
1269
+ #: options/options-layouts/html-moderation.php:26
1270
+ msgid "Do not allow"
 
 
1271
  msgstr ""
1272
 
1273
+ #: options/options-layouts/html-general.php:117
1274
+ msgid "Do not redirect"
 
1275
  msgstr ""
1276
 
1277
+ #: class.WpdiscuzCore.php:1000
1278
+ msgid "Do you really want to delet this attachment?"
 
1279
  msgstr ""
1280
 
1281
+ #: class.WpdiscuzCore.php:1001
1282
+ msgid "Do you really want to delete gravatars cache?"
 
 
1283
  msgstr ""
1284
 
1285
+ #: class.WpdiscuzCore.php:998
1286
+ msgid "Do you really want to remove voting data?"
1287
  msgstr ""
1288
 
1289
+ #: class.WpdiscuzCore.php:996
1290
+ msgid "Do you really want to reset all options?"
 
1291
  msgstr ""
1292
 
1293
+ #: class.WpdiscuzCore.php:999
1294
+ msgid "Do you really want to reset phrases?"
 
 
1295
  msgstr ""
1296
 
1297
+ #: class.WpdiscuzCore.php:997
1298
+ msgid "Do you really want to reset tab options?"
 
1299
  msgstr ""
1300
 
1301
+ #: options/html-dashboard.php:219 options/html-options.php:24
1302
+ msgid "Documentation"
 
1303
  msgstr ""
1304
 
1305
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:44
1306
+ msgid "Don't show again if the agreement is accepted once"
1307
  msgstr ""
1308
 
1309
+ #: utils/class.WpdiscuzHelper.php:1032 utils/class.WpdiscuzHelper.php:1071
1310
+ msgid "Done"
 
1311
  msgstr ""
1312
 
1313
+ #: options/tools-layouts/tool-options.php:21
1314
+ msgid "Download Options"
1315
  msgstr ""
1316
 
1317
+ #: options/tools-layouts/tool-phrases.php:22
1318
+ msgid "Download Phrases"
 
1319
  msgstr ""
1320
 
1321
+ #: class.WpdiscuzCore.php:1979
1322
+ msgid "e.g: Any thoughts on this?"
1323
  msgstr ""
1324
 
1325
+ #: forms/wpDiscuzForm.php:228 options/class.WpdiscuzOptions.php:345 options/phrases-layouts/phrases-comment.php:19 forms/wpdFormAttr/Field/Field.php:70
1326
+ msgid "Edit"
 
1327
  msgstr ""
1328
 
1329
+ #: options/class.WpdiscuzOptions.php:4093
1330
+ msgid "Edit Button - Allow comment editing for"
 
1331
  msgstr ""
1332
 
1333
+ #: forms/wpDiscuzForm.php:114
1334
+ msgid "Edit Form"
 
1335
  msgstr ""
1336
 
1337
+ #: class.WpdiscuzCore.php:1601 options/phrases-layouts/phrases-comment.php:60
1338
+ msgid "Editor"
 
1339
  msgstr ""
1340
 
1341
+ #: forms/wpDiscuzForm.php:436 options/class.WpdiscuzOptions.php:331 options/html-phrases.php:23 forms/wpdFormAttr/Form.php:1293 forms/wpdFormAttr/Field/DefaultField/Email.php:67
1342
+ msgid "Email"
 
1343
  msgstr ""
1344
 
1345
+ #: options/class.WpdiscuzOptions.php:371
1346
+ msgid "email address is invalid"
 
1347
  msgstr ""
1348
 
1349
+ #: options/phrases-layouts/phrases-form.php:31
1350
+ msgid "Email Field"
 
1351
  msgstr ""
1352
 
1353
+ #: utils/deactivation-reason-modal.php:34 utils/deactivation-reason-modal.php:56 utils/deactivation-reason-modal.php:74 utils/deactivation-reason-modal.php:92 utils/deactivation-reason-modal.php:110 utils/deactivation-reason-modal.php:128 utils/deactivation-reason-modal.php:146
1354
+ msgid "email for feedback"
 
1355
  msgstr ""
1356
 
1357
+ #: options/phrases-layouts/phrases-email.php:17
1358
+ msgid "Email Template Phrases"
 
1359
  msgstr ""
1360
 
1361
+ #: options/class.WpdiscuzOptions.php:2027
1362
+ msgid "Emoticons"
 
1363
  msgstr ""
1364
 
1365
+ #: options/html-options.php:268 options/html-options.php:281 options/html-options.php:351 options/options-layouts/html-live.php:29 options/options-layouts/html-live.php:71 options/options-layouts/html-live.php:92 options/options-layouts/html-live.php:143 forms/wpdFormAttr/Field/DefaultField/Website.php:35
1366
+ msgid "Enable"
 
1367
  msgstr ""
1368
 
1369
+ #: options/class.WpdiscuzOptions.php:3717
1370
+ msgid "Enable Aggregate Rating Schema"
1371
  msgstr ""
1372
 
1373
+ #: options/html-options.php:346
1374
+ msgid "Enable Article Rating"
1375
  msgstr ""
1376
 
1377
+ #: options/options-layouts/html-login.php:82
1378
+ msgid "Enable button"
1379
  msgstr ""
1380
 
1381
+ #: options/class.WpdiscuzOptions.php:3871
1382
+ msgid "Enable down vote button (dislike)"
1383
  msgstr ""
1384
 
1385
+ #: options/class.WpdiscuzOptions.php:3158
1386
+ msgid "Enable drop animation for comment form and subscription bar"
1387
  msgstr ""
1388
 
1389
+ #: options/class.WpdiscuzOptions.php:4100
1390
+ msgid "Enable editing for replied comments"
1391
  msgstr ""
1392
 
1393
+ #: options/class.WpdiscuzOptions.php:3231
1394
+ msgid "Enable for Guests"
1395
  msgstr ""
1396
 
1397
+ #: options/class.WpdiscuzOptions.php:3238
1398
+ msgid "Enable for Logged-in Users"
1399
  msgstr ""
1400
 
1401
+ #: options/options-layouts/html-form.php:115
1402
+ msgid "Enable formatting toolbar"
1403
  msgstr ""
1404
 
1405
+ #: options/class.WpdiscuzOptions.php:4406
1406
+ msgid "Enable Gravatar caching"
1407
  msgstr ""
1408
 
1409
+ #: options/class.WpdiscuzOptions.php:4187
1410
+ msgid "Enable Lightbox for Attached Images"
 
1411
  msgstr ""
1412
 
1413
+ #: options/class.WpdiscuzOptions.php:4288
1414
+ msgid "Enable Live Update for Guests"
1415
  msgstr ""
1416
 
1417
+ #: options/class.WpdiscuzOptions.php:4173
1418
+ msgid "Enable Media Uploading"
1419
  msgstr ""
1420
 
1421
+ #: forms/wpdFormAttr/Form.php:1179
1422
+ msgid "Enable Post Rating"
1423
  msgstr ""
1424
 
1425
+ #: options/class.WpdiscuzOptions.php:3284
1426
+ msgid "Enable Profiles URL"
1427
  msgstr ""
1428
 
1429
+ #: options/class.WpdiscuzOptions.php:3179
1430
+ msgid "Enable Quicktags"
 
1431
  msgstr ""
1432
 
1433
+ #: options/class.WpdiscuzOptions.php:3913
1434
+ msgid "Enable Sitewide Usage of Default Avatars"
 
1435
  msgstr ""
1436
 
1437
+ #: forms/wpdFormAttr/Form.php:1035
1438
+ msgid "Enable subscription bar"
 
1439
  msgstr ""
1440
 
1441
+ #: options/class.WpdiscuzOptions.php:4010
1442
+ msgid "Enable subscription confirmation for guests"
 
1443
  msgstr ""
1444
 
1445
+ #: options/class.WpdiscuzOptions.php:4003
1446
+ msgid "Enable subscription confirmation for registered users"
 
1447
  msgstr ""
1448
 
1449
+ #: options/class.WpdiscuzOptions.php:4045
1450
+ msgid "Enable User Following Feature"
1451
  msgstr ""
1452
 
1453
+ #: options/class.WpdiscuzOptions.php:3982
1454
+ msgid "Enable User Mentioning"
 
1455
  msgstr ""
1456
 
1457
+ #: options/class.WpdiscuzOptions.php:4159
1458
+ msgid "Enable WordPress Shortcodes in Comment Content"
1459
  msgstr ""
1460
 
1461
+ #: options/class.WpdiscuzOptions.php:4336
1462
+ msgid "Enable wpDiscuz on Home Page"
 
1463
  msgstr ""
1464
 
1465
+ #: utils/class.WpdiscuzHelper.php:1212
1466
+ msgid "Enter link:"
 
1467
  msgstr ""
1468
 
1469
+ #: options/class.WpdiscuzOptions.php:456 options/phrases-layouts/phrases-user-settings.php:150
1470
+ msgid "Error : Can't send email."
 
1471
  msgstr ""
1472
 
1473
+ #: options/phrases-layouts/phrases-error.php:11
1474
+ msgid "Error message for empty field"
 
1475
  msgstr ""
1476
 
1477
+ #: options/phrases-layouts/phrases-error.php:15
1478
+ msgid "Error message for invalid email field"
 
1479
  msgstr ""
1480
 
1481
+ #: options/phrases-layouts/phrases-error.php:19
1482
+ msgid "Error message for invalid website url field"
 
1483
  msgstr ""
1484
 
1485
+ #: options/class.WpdiscuzOptions.php:1795 options/class.WpdiscuzOptions.php:1825
1486
+ msgid "Error occured! Can not get file content!"
 
1487
  msgstr ""
1488
 
1489
+ #: options/class.WpdiscuzOptions.php:1792 options/class.WpdiscuzOptions.php:1822
1490
+ msgid "Error occured! File content is empty or data is not valid!"
 
1491
  msgstr ""
1492
 
1493
+ #: options/class.WpdiscuzOptions.php:1798 options/class.WpdiscuzOptions.php:1828
1494
+ msgid "Error occured! Please choose file!"
 
1495
  msgstr ""
1496
 
1497
+ #: options/html-phrases.php:28
1498
+ msgid "Errors"
 
1499
  msgstr ""
1500
 
1501
+ #: class.WpdiscuzCore.php:256
1502
+ msgid "Every 3 hours"
 
1503
  msgstr ""
1504
 
1505
+ #: class.WpdiscuzCore.php:260
1506
+ msgid "Every 48 hours"
 
1507
  msgstr ""
1508
 
1509
+ #: options/options-layouts/html-recaptcha.php:156
1510
+ msgid "Example en"
 
1511
  msgstr ""
1512
 
1513
+ #: options/options-layouts/html-labels.php:54 options/options-layouts/html-rating.php:73 options/options-layouts/html-rating.php:77 options/options-layouts/html-rating.php:81 options/options-layouts/html-thread_styles.php:111 options/options-layouts/html-thread_styles.php:115 options/options-layouts/html-thread_styles.php:127 options/options-layouts/html-thread_styles.php:131
1514
+ msgid "Example: #00FF00"
 
1515
  msgstr ""
1516
 
1517
+ #: options/options-layouts/html-form.php:29
1518
+ msgid "expanded"
 
1519
  msgstr ""
1520
 
1521
+ #: options/tools-layouts/tool-options.php:8
1522
+ msgid "Export / Import options"
 
1523
  msgstr ""
1524
 
1525
+ #: options/tools-layouts/tool-phrases.php:8
1526
+ msgid "Export / Import phrases"
 
1527
  msgstr ""
1528
 
1529
+ #: options/class.WpdiscuzOptions.php:1859
1530
+ msgid "Extended comment attachment system. Allows to upload images, videos, audios and other file types."
 
1531
  msgstr ""
1532
 
1533
+ #: options/class.WpdiscuzOptions.php:1913
1534
+ msgid "Extended information about comment author with Profile, Activity, Votes and Subscriptions Tabs on pop-up window."
 
1535
  msgstr ""
1536
 
1537
+ #: forms/wpdFormAttr/Login/SocialLogin.php:129
1538
+ msgid "Facebook access token or user ID invalid."
 
1539
  msgstr ""
1540
 
1541
+ #: forms/wpdFormAttr/Login/SocialLogin.php:133
1542
+ msgid "Facebook App Secret is required."
 
1543
  msgstr ""
1544
 
1545
+ #: options/class.WpdiscuzOptions.php:3364
1546
+ msgid "Facebook Application ID"
 
 
1547
  msgstr ""
1548
 
1549
+ #: forms/wpdFormAttr/Login/SocialLogin.php:167
1550
+ msgid "Facebook Application ID and Application Secret required."
 
 
1551
  msgstr ""
1552
 
1553
+ #: options/class.WpdiscuzOptions.php:3371
1554
+ msgid "Facebook Application Secret"
 
1555
  msgstr ""
1556
 
1557
+ #: forms/wpdFormAttr/Login/SocialLogin.php:197
1558
+ msgid "Facebook authentication failed (OAuth code does not exist)."
 
1559
  msgstr ""
1560
 
1561
+ #: forms/wpdFormAttr/Login/SocialLogin.php:194
1562
+ msgid "Facebook authentication failed (OAuth state does not exist)."
 
1563
  msgstr ""
1564
 
1565
+ #: options/class.WpdiscuzOptions.php:3343
1566
+ msgid "Facebook Login Button"
 
1567
  msgstr ""
1568
 
1569
+ #: options/class.WpdiscuzOptions.php:3357
1570
+ msgid "Facebook Share Button"
 
1571
  msgstr ""
1572
 
1573
+ #: class.WpdiscuzCore.php:1984
1574
+ msgid "Feedback Button Display Type"
1575
  msgstr ""
1576
 
1577
+ #: options/phrases-layouts/phrases-general.php:39
1578
+ msgid "Feedback on post content"
1579
  msgstr ""
1580
 
1581
+ #: forms/wpdFormAttr/Field/ColorField.php:23 forms/wpdFormAttr/Field/DateField.php:23 forms/wpdFormAttr/Field/NumberField.php:33 forms/wpdFormAttr/Field/RatingField.php:27 forms/wpdFormAttr/Field/TextField.php:23 forms/wpdFormAttr/Field/UrlField.php:23 forms/wpdFormAttr/Field/DefaultField/Email.php:30 forms/wpdFormAttr/Field/DefaultField/Name.php:29 forms/wpdFormAttr/Field/DefaultField/Website.php:29
1582
+ msgid "Field icon"
1583
  msgstr ""
1584
 
1585
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:28 forms/wpdFormAttr/Field/CheckboxField.php:33 forms/wpdFormAttr/Field/ColorField.php:29 forms/wpdFormAttr/Field/DateField.php:29 forms/wpdFormAttr/Field/NumberField.php:39 forms/wpdFormAttr/Field/RadioField.php:33 forms/wpdFormAttr/Field/RatingField.php:33 forms/wpdFormAttr/Field/SelectField.php:33 forms/wpdFormAttr/Field/TextAreaField.php:22 forms/wpdFormAttr/Field/TextField.php:29 forms/wpdFormAttr/Field/UrlField.php:29 forms/wpdFormAttr/Field/DefaultField/Email.php:36 forms/wpdFormAttr/Field/DefaultField/Name.php:35
1586
+ msgid "Field is required"
1587
  msgstr ""
1588
 
1589
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:101 forms/wpdFormAttr/Field/CheckboxField.php:150 forms/wpdFormAttr/Field/ColorField.php:113 forms/wpdFormAttr/Field/DateField.php:113 forms/wpdFormAttr/Field/NumberField.php:123 forms/wpdFormAttr/Field/RadioField.php:129 forms/wpdFormAttr/Field/RatingField.php:129 forms/wpdFormAttr/Field/SelectField.php:122 forms/wpdFormAttr/Field/TextAreaField.php:95 forms/wpdFormAttr/Field/TextField.php:107 forms/wpdFormAttr/Field/UrlField.php:117
1590
+ msgid "field is required!"
1591
  msgstr ""
1592
 
1593
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:18 forms/wpdFormAttr/Field/CheckboxField.php:19 forms/wpdFormAttr/Field/ColorField.php:19 forms/wpdFormAttr/Field/CookiesConsent.php:20 forms/wpdFormAttr/Field/DateField.php:19 forms/wpdFormAttr/Field/NumberField.php:19 forms/wpdFormAttr/Field/NumberField.php:24 forms/wpdFormAttr/Field/NumberField.php:29 forms/wpdFormAttr/Field/RadioField.php:19 forms/wpdFormAttr/Field/RatingField.php:23 forms/wpdFormAttr/Field/SelectField.php:19 forms/wpdFormAttr/Field/TextAreaField.php:19 forms/wpdFormAttr/Field/TextField.php:19 forms/wpdFormAttr/Field/UrlField.php:19 forms/wpdFormAttr/Field/DefaultField/Email.php:26 forms/wpdFormAttr/Field/DefaultField/Name.php:25 forms/wpdFormAttr/Field/DefaultField/Website.php:25
1594
+ msgid "Field specific short description or some rule related to inserted information."
 
1595
  msgstr ""
1596
 
1597
+ #: forms/wpDiscuzForm.php:223
1598
+ msgid "Field Types"
 
1599
  msgstr ""
1600
 
1601
+ #: options/options-layouts/html-content.php:86
1602
+ msgid "File Attachment Settings"
1603
  msgstr ""
1604
 
1605
+ #: options/class.WpdiscuzOptions.php:2111
1606
+ msgid "Finally wpDiscuz Addons Bundle is ready for You!"
1607
  msgstr ""
1608
 
1609
+ #: options/html-options.php:401
1610
+ msgid "Find an option..."
1611
  msgstr ""
1612
 
1613
+ #: options/html-options.php:372
1614
+ msgid "Finish Installation"
1615
  msgstr ""
1616
 
1617
+ #: options/html-options.php:372
1618
+ msgid "Finish Update"
 
 
1619
  msgstr ""
1620
 
1621
+ #: options/html-dashboard.php:49
1622
+ msgid "First time in blog commenting experience we introduce, the Inline Feedback feature. This is an interactive article reading option with questions and feedback. Now article authors can add some questions for readers on certain part of article content and ask for feedback while visitors read it."
1623
  msgstr ""
1624
 
1625
+ #: options/tools-layouts/tool-database.php:20 options/tools-layouts/tool-database.php:21
1626
+ msgid "Fix Tables"
1627
  msgstr ""
1628
 
1629
+ #: options/html-options.php:132 options/html-options.php:152 options/html-options.php:171
1630
+ msgid "Fix the problem: "
1631
  msgstr ""
1632
 
1633
+ #: options/html-phrases.php:25
1634
+ msgid "Follow"
1635
  msgstr ""
1636
 
1637
+ #: options/phrases-layouts/phrases-follow.php:67
1638
+ msgid "Follow confirmation email content"
1639
  msgstr ""
1640
 
1641
+ #: options/phrases-layouts/phrases-follow.php:56
1642
+ msgid "Follow confirmation email subject"
 
1643
  msgstr ""
1644
 
1645
+ #: options/phrases-layouts/phrases-follow.php:95
1646
+ msgid "Follow email content"
 
1647
  msgstr ""
1648
 
1649
+ #: options/class.WpdiscuzOptions.php:505 options/phrases-layouts/phrases-general.php:135
1650
+ msgid "Follow has been canceled successfully"
 
1651
  msgstr ""
1652
 
1653
+ #: options/class.WpdiscuzOptions.php:504 options/phrases-layouts/phrases-general.php:131
1654
+ msgid "Follow has been confirmed successfully"
1655
  msgstr ""
1656
 
1657
+ #: options/class.WpdiscuzOptions.php:460 options/phrases-layouts/phrases-follow.php:11
1658
+ msgid "Follow this user"
1659
  msgstr ""
1660
 
1661
+ #: options/phrases-layouts/phrases-follow.php:7
1662
+ msgid "Follow Users Phrases"
1663
  msgstr ""
1664
 
1665
+ #: options/class.WpdiscuzOptions.php:4052
1666
+ msgid "Follow users without email confirmation"
1667
  msgstr ""
1668
 
1669
+ #: utils/class.WpdiscuzHelperAjax.php:895 utils/class.WpdiscuzHelperAjax.php:957
1670
+ msgid "Followers"
1671
  msgstr ""
1672
 
1673
+ #: utils/class.WpdiscuzHelperAjax.php:896 utils/class.WpdiscuzHelperAjax.php:953
1674
+ msgid "Following"
1675
  msgstr ""
1676
 
1677
+ #: options/phrases-layouts/phrases-follow.php:83
1678
+ msgid "Following email subject"
1679
  msgstr ""
1680
 
1681
+ #: options/class.WpdiscuzOptions.php:468
1682
+ msgid "Following failed. Please try again later."
1683
  msgstr ""
1684
 
1685
+ #: options/class.WpdiscuzOptions.php:437 options/phrases-layouts/phrases-user-settings.php:23
1686
+ msgid "Follows"
1687
  msgstr ""
1688
 
1689
+ #: forms/wpdFormAttr/Field/ColorField.php:26 forms/wpdFormAttr/Field/DateField.php:26 forms/wpdFormAttr/Field/NumberField.php:36 forms/wpdFormAttr/Field/RatingField.php:30 forms/wpdFormAttr/Field/TextField.php:26 forms/wpdFormAttr/Field/UrlField.php:26 forms/wpdFormAttr/Field/DefaultField/Email.php:33 forms/wpdFormAttr/Field/DefaultField/Name.php:32 forms/wpdFormAttr/Field/DefaultField/Website.php:32
1690
+ msgid "Font-awesome icon library."
1691
  msgstr ""
1692
 
1693
+ #: forms/wpDiscuzForm.php:111 options/html-phrases.php:20
1694
+ msgid "Form"
1695
  msgstr ""
1696
 
1697
+ #: options/phrases-layouts/phrases-form.php:83
1698
+ msgid "Form subscription button"
1699
  msgstr ""
1700
 
1701
+ #: options/phrases-layouts/phrases-form.php:7
1702
+ msgid "Form Template Phrases"
1703
  msgstr ""
1704
 
1705
+ #: forms/wpDiscuzForm.php:110 forms/wpDiscuzForm.php:159
1706
+ msgid "Forms"
1707
  msgstr ""
1708
 
1709
+ #: options/class.WpdiscuzOptions.php:2075
1710
+ msgid "Front-end Moderation"
1711
  msgstr ""
1712
 
1713
+ #: options/addons/fem/title.php:7
1714
+ msgid "Frontend Moderation"
1715
  msgstr ""
1716
 
1717
+ #: options/html-phrases.php:19 options/options-layouts/html-recaptcha.php:20
1718
+ msgid "General"
1719
  msgstr ""
1720
 
1721
+ #: options/class.WpdiscuzOptions.php:3944
1722
+ msgid "General Colors"
1723
  msgstr ""
1724
 
1725
+ #: options/phrases-layouts/phrases-general.php:7
1726
+ msgid "General Phrases"
1727
  msgstr ""
1728
 
1729
+ #: options/class.WpdiscuzOptions.php:4328
1730
+ msgid "General Settings"
1731
  msgstr ""
1732
 
1733
+ #: options/class.WpdiscuzOptions.php:4222
1734
+ msgid "Generate Thumbnail Sizes"
1735
  msgstr ""
1736
 
1737
+ #: options/html-dashboard.php:246
1738
+ msgid "Get all wpDiscuz premium addons with unlimited site license and save 90% with"
1739
  msgstr ""
1740
 
1741
+ #: options/html-dashboard.php:222
1742
+ msgid "Getting Started"
1743
  msgstr ""
1744
 
1745
+ #: options/options-layouts/html-social.php:738
1746
+ msgid "Getting started with"
1747
  msgstr ""
1748
 
1749
+ #: options/options-layouts/html-form.php:118
1750
+ msgid "Go to \"Comment Content and Media\" admin page to manage image attachment settings"
1751
  msgstr ""
1752
 
1753
+ #: options/class.WpdiscuzOptions.php:2222
1754
+ msgid "Go to Installation Wizard &raquo;"
1755
  msgstr ""
1756
 
1757
+ #: options/class.WpdiscuzOptions.php:2222
1758
+ msgid "Go to Update Wizard &raquo;"
1759
  msgstr ""
1760
 
1761
+ #: forms/wpdFormAttr/Login/SocialLogin.php:349
1762
+ msgid "Google authentication failed (OAuth code does not exist)."
1763
  msgstr ""
1764
 
1765
+ #: forms/wpdFormAttr/Login/SocialLogin.php:346
1766
+ msgid "Google authentication failed (OAuth state does not exist)."
1767
  msgstr ""
1768
 
1769
+ #: options/class.WpdiscuzOptions.php:3413
1770
+ msgid "Google Client ID"
1771
  msgstr ""
1772
 
1773
+ #: forms/wpdFormAttr/Login/SocialLogin.php:317
1774
+ msgid "Google Client ID and Client Secret required."
1775
  msgstr ""
1776
 
1777
+ #: options/class.WpdiscuzOptions.php:3420
1778
+ msgid "Google Client Secret"
1779
  msgstr ""
1780
 
1781
+ #: options/class.WpdiscuzOptions.php:3406
1782
+ msgid "Google Login Button"
1783
  msgstr ""
1784
 
1785
+ #: options/class.WpdiscuzOptions.php:2087
1786
+ msgid "Google ReCaptcha"
1787
  msgstr ""
1788
 
1789
+ #: options/class.WpdiscuzOptions.php:3188 forms/wpdFormAttr/Field/Field.php:63
1790
+ msgid "Google reCAPTCHA"
1791
  msgstr ""
1792
 
1793
+ #: options/options-layouts/html-general.php:202
1794
+ msgid "Gravatar Cache"
1795
  msgstr ""
1796
 
1797
+ #: options/html-options.php:333
1798
+ msgid "Great News! Now you can add questions for readers on certain part of article content and ask for feedback while visitors read it."
1799
  msgstr ""
1800
 
1801
+ #: class.WpdiscuzCore.php:1612 options/phrases-layouts/phrases-comment.php:62
1802
+ msgid "Guest"
1803
  msgstr ""
1804
 
1805
+ #: options/html-dashboard.php:145
1806
+ msgid "Guest Commenters"
1807
  msgstr ""
1808
 
1809
+ #. Author of the plugin
1810
+ msgid "gVectors Team"
1811
  msgstr ""
1812
 
1813
+ #: options/class.WpdiscuzOptions.php:1223 options/class.WpdiscuzOptions.php:1482 options/class.WpdiscuzOptions.php:1833
1814
+ msgid "Hacker?"
1815
  msgstr ""
1816
 
1817
+ #: options/options-layouts/html-content.php:230
1818
+ msgid "Height (px)"
1819
  msgstr ""
1820
 
1821
+ #: options/html-dashboard.php:252
1822
+ msgid "Help to Translate wpDiscuz"
1823
  msgstr ""
1824
 
1825
+ #: options/class.WpdiscuzOptions.php:4399
1826
+ msgid "Help wpDiscuz to grow allowing people to recognize which comment plugin you use"
1827
  msgstr ""
1828
 
1829
+ #: options/options-layouts/html-thread_display.php:10
1830
+ msgid "Here you can find all necessary options to control comment threads loading, displaying and sorting functions. Using \"Comment List Loading Type\", \"Comments Pagination Type\" and \"Display only parent comments\" options, you can get the highest page loading speed. Also you can manage comment thread filtering buttons."
1831
  msgstr ""
1832
 
1833
+ #: options/tools-layouts/tool-options.php:35
1834
+ msgid "Here you can import and restore wpDiscuz options. You just need to choose backup file and click import options."
1835
  msgstr ""
1836
 
1837
+ #: options/tools-layouts/tool-phrases.php:36
1838
+ msgid "Here you can import and restore wpDiscuz phrases. You just need to choose backup file and click import phrases."
1839
  msgstr ""
1840
 
1841
+ #: options/tools-layouts/tool-images.php:64
1842
+ msgid "Here you can import comments' images from <strong><i>Comment Images Reloaded</i></strong> plugin to wpDiscuz."
1843
  msgstr ""
1844
 
1845
+ #: options/tools-layouts/tool-images.php:80
1846
+ msgid "Here you can import comments' images from <strong><i>DCO Comment Attachment</i></strong> plugin to wpDiscuz."
1847
  msgstr ""
1848
 
1849
+ #: options/tools-layouts/tool-subscriptions.php:37
1850
+ msgid "Here you can import subscriptions from <strong><i>Lightweight Subscribe To Comments</i></strong> plugin to wpDiscuz."
 
 
1851
  msgstr ""
1852
 
1853
+ #: options/tools-layouts/tool-subscriptions.php:21
1854
+ msgid "Here you can import subscriptions from <strong><i>Subscribe To Comments Reloaded</i></strong> plugin to wpDiscuz."
1855
  msgstr ""
1856
 
1857
+ #: options/options-layouts/html-content.php:10
1858
+ #, php-format
1859
+ msgid "Here you can manage comment content related options, such as comment text length, comment content breaking, comment image attachment... By default wpDiscuz allows to attach one image with comment. For an advanced media uploading and file attachment options we recommend %s addon."
 
1860
  msgstr ""
1861
 
1862
+ #: options/options-layouts/html-thread_layouts.php:10
1863
+ msgid "Here you can manage comment layout components. You can display/hide certain button or information on comment threads, as well as commenters' avatars and comment voting options."
1864
  msgstr ""
1865
 
1866
+ #: options/options-layouts/html-thread_styles.php:10
1867
+ msgid "Here you can manage comment thread styles, custom colors and add custom CSS. By default wpDiscuz comes with &laquo;Light&raquo; style. If your theme style is dark, we recommend choose the &laquo;Dark&raquo; option for comments too. In case you want to totally customize comment style or create it from scratch, we recommend choose the &laquo;Off&raquo; option to stop loading wpDiscuz core CSS. In this case only basic CSS code will be loaded allowing you add your custom style easier."
 
 
1868
  msgstr ""
1869
 
1870
+ #: options/options-layouts/html-login.php:10
1871
+ #, php-format
1872
+ msgid "Here you can manage commenters authorization and data control related settings. wpDiscuz is focused on user engagement and community building ideas, therefore it's integrated with community builder plugins like wpForo Forum, BuddyPress, etc... With these plugins comment authors are linked to their profile pages. In case you want to display commenters profile and activity information directly on comment list, please be sure to check out the %s addon."
1873
  msgstr ""
1874
 
1875
+ #: options/class.WpdiscuzOptions.php:420
1876
+ msgid "Hi [COMMENT_AUTHOR],<br/><br/>your comment was approved.<br/><br/><a href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
 
 
1877
  msgstr ""
1878
 
1879
+ #: options/class.WpdiscuzOptions.php:476
1880
+ msgid "Hi [MENTIONED_USER_NAME]!<br/>You have been mentioned in a comment posted on \"[POST_TITLE]\" post by [COMMENT_AUTHOR].<br/><br/>Comment URL: <a href=\"[COMMENT_URL]\">[COMMENT_URL]</a>"
1881
  msgstr ""
1882
 
1883
+ #: options/class.WpdiscuzOptions.php:354
1884
+ msgid "Hi [SUBSCRIBER_NAME],<br/><br/> new comment has been posted by the <em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
1885
  msgstr ""
1886
 
1887
+ #: options/class.WpdiscuzOptions.php:356 options/class.WpdiscuzOptions.php:358
1888
+ msgid "Hi [SUBSCRIBER_NAME],<br/><br/> new reply has been posted by the <em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
1889
  msgstr ""
1890
 
1891
+ #: options/class.WpdiscuzOptions.php:369
1892
+ msgid "Hi, <br/> You just subscribed for new comments on our website. This means you will receive an email when new comments are posted according to subscription option you've chosen. <br/> To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again. <br/><br/><a href='[POST_URL]'>[POST_TITLE]</a><br/><br/><a href='[CONFIRM_URL]'>Confirm Your Subscription</a><br/><br/><a href='[CANCEL_URL]'>Cancel Subscription</a>"
1893
  msgstr ""
1894
 
1895
+ #: options/class.WpdiscuzOptions.php:351 options/phrases-layouts/phrases-comment.php:43
1896
+ msgid "Hide Replies"
1897
  msgstr ""
1898
 
1899
+ #: options/class.WpdiscuzOptions.php:3805
1900
+ msgid "Highlight Unread Comments"
1901
  msgstr ""
1902
 
1903
+ #: options/class.WpdiscuzOptions.php:3885
1904
+ msgid "Highlight Voting Buttons for Voters"
1905
  msgstr ""
1906
 
1907
+ #: options/class.WpdiscuzOptions.php:329 options/phrases-layouts/phrases-form.php:23
1908
+ msgid "Hottest comment thread"
1909
  msgstr ""
1910
 
1911
+ #: options/options-layouts/html-moderation.php:29 options/phrases-layouts/phrases-datetime.php:35
1912
+ msgid "Hour"
1913
  msgstr ""
1914
 
1915
+ #: options/class.WpdiscuzOptions.php:379
1916
+ msgid "hour"
1917
  msgstr ""
1918
 
1919
+ #: options/options-layouts/html-moderation.php:30 options/options-layouts/html-moderation.php:31
1920
+ msgid "Hours"
1921
  msgstr ""
1922
 
1923
+ #: options/class.WpdiscuzOptions.php:380
1924
+ msgid "hours"
1925
  msgstr ""
1926
 
1927
+ #: options/phrases-layouts/phrases-datetime.php:39
1928
+ msgid "Hours (Plural Form)"
 
1929
  msgstr ""
1930
 
1931
+ #: forms/wpdFormAttr/Field/HTMLField.php:17
1932
+ msgid "HTML Code"
1933
  msgstr ""
1934
 
1935
+ #. Author URI of the plugin
1936
+ msgid "https://gvectors.com/"
1937
  msgstr ""
1938
 
1939
+ #. URI of the plugin
1940
+ msgid "https://wpdiscuz.com/"
1941
  msgstr ""
1942
 
1943
+ #: utils/deactivation-reason-modal.php:29 utils/deactivation-reason-modal.php:51 utils/deactivation-reason-modal.php:69 utils/deactivation-reason-modal.php:87 utils/deactivation-reason-modal.php:105 utils/deactivation-reason-modal.php:123 utils/deactivation-reason-modal.php:141
1944
+ msgid "I agree to receive email"
1945
  msgstr ""
1946
 
1947
+ #: options/class.WpdiscuzOptions.php:430
1948
+ msgid "I allow to create an account"
1949
  msgstr ""
1950
 
1951
+ #: forms/wpdFormAttr/Form.php:211 forms/wpdFormAttr/Form.php:617 forms/wpdFormAttr/Form.php:1062
1952
+ msgid "I allow to use my email address and send notification about new comments and replies (you can unsubscribe at any time)."
1953
  msgstr ""
1954
 
1955
+ #: options/html-options.php:185
1956
+ msgid "I can't resolve the problems!"
1957
  msgstr ""
1958
 
1959
+ #: utils/deactivation-reason-modal.php:45
1960
+ msgid "I couldn't understand how to make it work"
1961
  msgstr ""
1962
 
1963
+ #: utils/deactivation-reason-modal.php:81
1964
+ msgid "I didn't like plugin design"
1965
  msgstr ""
1966
 
1967
+ #: utils/deactivation-reason-modal.php:117
1968
+ msgid "I found a better plugin"
1969
  msgstr ""
1970
 
1971
+ #: options/html-options.php:189
1972
+ msgid "I want to downgrade to previous 5.x version!"
1973
  msgstr ""
1974
 
1975
+ #: utils/deactivation-reason-modal.php:19
1976
+ msgid "I'll reactivate it later"
1977
  msgstr ""
1978
 
1979
+ #: options/options-layouts/html-social.php:580 options/options-layouts/html-social.php:711 options/options-layouts/html-thread_display.php:236
1980
+ msgid "ID"
 
1981
  msgstr ""
1982
 
1983
+ #: options/class.WpdiscuzOptions.php:4262
1984
+ msgid "If the Bubble live update is enabled, it shows new comments excerpts as a pop-up information to article reads in real-time. This keeps website visitors up to date and engages them join to the discussion."
1985
  msgstr ""
1986
 
1987
+ #: options/html-dashboard.php:63
1988
+ msgid "If there is no new comments while visitor read the article, in most cases they don't even think about leaving some comment. The Bubble helps here too, it calls article readers to join to the discussion displaying them invite message. This message attracting readers attention and allows them fast and easy jump to comment area. Once page is loaded and visitor has read some content, it reminds about comments and calls to leave a reply."
1989
  msgstr ""
1990
 
1991
+ #: options/class.WpdiscuzOptions.php:3758
1992
+ msgid "If this option is enabled only parent comments will be displayed. This increases page load speed and keeps pages light. If visitor wants to read replies he/she just need to click on [view replies (12)] button located on all parent comments which have replies."
1993
  msgstr ""
1994
 
1995
+ #: options/class.WpdiscuzOptions.php:3324
1996
+ msgid "If this option is enabled, all Social Login buttons become not-clickable until user accept automatic account creation process based on his/her Social Network Account shared information (email, name). This checkbox and appropriate information will be displayed when user click on a social login button, prior to the login process. This extra step is added to comply with the GDPR"
1997
  msgstr ""
1998
 
1999
+ #: options/class.WpdiscuzOptions.php:3352
2000
+ msgid "If you enable this option, please make sure you've inserted the Valid OAuth Redirect URI in according field when you create Facebook Login App. Your website OAuth Redirect URI is displayed above."
2001
  msgstr ""
2002
 
2003
+ #: options/options-layouts/html-recaptcha.php:11
2004
+ #, php-format
2005
+ msgid "If you want to use the latest Version 3 - Invisible Google reCAPTCHA with comment form, please checkout %s addon. This will make your commenters life easier, letting them pass through with ease."
2006
  msgstr ""
2007
 
2008
+ #: utils/deactivation-reason-modal.php:27 utils/deactivation-reason-modal.php:49 utils/deactivation-reason-modal.php:67 utils/deactivation-reason-modal.php:85 utils/deactivation-reason-modal.php:103 utils/deactivation-reason-modal.php:121 utils/deactivation-reason-modal.php:139
2009
+ msgid "If you want us to contact you please click on \"I agree to receive email\" checkbox, then fill out your email. We'll try to do our best to help you with problems."
2010
  msgstr ""
2011
 
2012
+ #: options/options-layouts/html-general.php:97
2013
+ msgid "Ignore non-https content"
2014
  msgstr ""
2015
 
2016
+ #: options/phrases-layouts/phrases-email.php:180
2017
+ msgid "Ignore subscription"
2018
  msgstr ""
2019
 
2020
+ #: options/class.WpdiscuzOptions.php:4152
2021
+ msgid "Image Source URL to Image Conversion"
2022
  msgstr ""
2023
 
2024
+ #: options/tools-layouts/tool-images.php:53
2025
+ msgid "Import Comment Images"
2026
  msgstr ""
2027
 
2028
+ #: options/tools-layouts/tool-images.php:69 options/tools-layouts/tool-images.php:85
2029
+ msgid "Import images"
2030
  msgstr ""
2031
 
2032
+ #: options/tools-layouts/tool-options.php:43
2033
+ msgid "Import Options"
2034
  msgstr ""
2035
 
2036
+ #: options/tools-layouts/tool-phrases.php:44
2037
+ msgid "Import Phrases"
2038
  msgstr ""
2039
 
2040
+ #: options/tools-layouts/tool-subscriptions.php:15
2041
+ msgid "Import Subscriptions"
2042
  msgstr ""
2043
 
2044
+ #: options/tools-layouts/tool-subscriptions.php:26 options/tools-layouts/tool-subscriptions.php:42
2045
+ msgid "Import subscriptions"
2046
  msgstr ""
2047
 
2048
+ #: options/class.WpdiscuzOptions.php:3960
2049
+ msgid "IMPORTANT: In case your theme uses old versions of Font-Awesome lib, you should not disable this this option. The theme old version doesn't support new version icons, thus some wpDiscuz icons might be lost."
2050
  msgstr ""
2051
 
2052
+ #: options/class.WpdiscuzOptions.php:4269
2053
+ msgid "In most cases article readers don't even think about leaving some comment. Using this option you can enable Bubble &laquo;Invite to Comment&raquo; message. Once page is loaded and visitor has read some content, it reminds about comments and calls to leave a reply."
2054
  msgstr ""
2055
 
2056
+ #: options/class.WpdiscuzOptions.php:2058
2057
+ msgid "In most cases the big part of your visitors are not a native speakers of your language. Make your comments comprehensible for all visitors using wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX 'Translate' button with 60 language translation options. Uses free translation API."
2058
  msgstr ""
2059
 
2060
+ #: options/class.WpdiscuzOptions.php:438 options/phrases-layouts/phrases-user-settings.php:27
2061
+ msgid "In response to:"
2062
  msgstr ""
2063
 
2064
+ #: options/options-layouts/html-live.php:10
2065
+ msgid "In wpDiscuz 7 the real-time commenting becomes more live and attractive. It's based on REST API and doesn't overload your server. A specific sticky comment icon on your web pages, called &laquo;Bubble&raquo; keeps article readers and commenters up to date. It displays new comments as pop-up information or as a number in an orange circle."
2066
  msgstr ""
2067
 
2068
+ #: options/html-options.php:328
2069
+ msgid "Increase Your Comments!"
2070
  msgstr ""
2071
 
2072
+ #: options/class.WpdiscuzOptions.php:2034
2073
+ msgid "Increase your income using ad banners. Comment area is the most active sections for advertising. wpDiscuz Ads Manager addon is designed to help you add banners and control ads in this section."
2074
  msgstr ""
2075
 
2076
+ #: options/html-options.php:128 options/html-options.php:148 options/html-options.php:168
2077
+ msgid "Information: "
2078
  msgstr ""
2079
 
2080
+ #: options/options-layouts/html-thread_display.php:33
2081
+ msgid "Initiate AJAX loading after page"
2082
  msgstr ""
2083
 
2084
+ #: options/options-layouts/html-thread_display.php:33
2085
+ msgid "Initiates AJAX loading once page loading is complete"
2086
  msgstr ""
2087
 
2088
+ #: options/class.WpdiscuzOptions.php:4304
2089
+ msgid "Inline Commenting"
2090
  msgstr ""
2091
 
2092
+ #: options/class.WpdiscuzOptions.php:330 options/phrases-layouts/phrases-form.php:27
2093
+ msgid "Inline Comments"
2094
  msgstr ""
2095
 
2096
+ #: options/html-dashboard.php:39
2097
+ msgid "Inline Feedback"
2098
  msgstr ""
2099
 
2100
+ #: options/options-layouts/html-thread_styles.php:132
2101
+ msgid "Inline Feedback Icon Colors"
2102
  msgstr ""
2103
 
2104
+ #: options/class.WpdiscuzOptions.php:498 options/html-dashboard.php:127 options/phrases-layouts/phrases-general.php:107
2105
+ msgid "Inline Feedbacks"
2106
  msgstr ""
2107
 
2108
+ #: options/html-dashboard.php:160
2109
+ msgid "Inline feedbacks"
2110
  msgstr ""
2111
 
2112
+ #: options/class.WpdiscuzOptions.php:411
2113
+ msgid "Input is too long"
2114
  msgstr ""
2115
 
2116
+ #: options/class.WpdiscuzOptions.php:410
2117
+ msgid "Input is too short"
2118
  msgstr ""
2119
 
2120
+ #: options/class.WpdiscuzOptions.php:3476
2121
+ msgid "Instagram App ID"
2122
  msgstr ""
2123
 
2124
+ #: options/class.WpdiscuzOptions.php:3483
2125
+ msgid "Instagram App Secret"
2126
  msgstr ""
2127
 
2128
+ #: forms/wpdFormAttr/Login/SocialLogin.php:240
2129
+ msgid "Instagram Application ID and Application Secret required."
2130
  msgstr ""
2131
 
2132
+ #: forms/wpdFormAttr/Login/SocialLogin.php:272
2133
+ msgid "Instagram authentication failed (OAuth code does not exist)."
2134
  msgstr ""
2135
 
2136
+ #: forms/wpdFormAttr/Login/SocialLogin.php:269
2137
+ msgid "Instagram authentication failed (OAuth state does not exist)."
2138
  msgstr ""
2139
 
2140
+ #: options/class.WpdiscuzOptions.php:3469
2141
+ msgid "Instagram Login Button"
2142
  msgstr ""
2143
 
2144
+ #: options/options-layouts/html-social.php:76 options/options-layouts/html-social.php:171 options/options-layouts/html-social.php:247 options/options-layouts/html-social.php:305 options/options-layouts/html-social.php:362 options/options-layouts/html-social.php:417 options/options-layouts/html-social.php:473 options/options-layouts/html-social.php:551 options/options-layouts/html-social.php:607 options/options-layouts/html-social.php:682 options/options-layouts/html-social.php:739 options/options-layouts/html-social.php:828 options/options-layouts/html-social.php:884 options/options-layouts/html-social.php:940 options/options-layouts/html-social.php:996
2145
+ msgid "instruction &raquo;"
2146
  msgstr ""
2147
 
2148
+ #: options/class.WpdiscuzOptions.php:2012
2149
+ msgid "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to myCRED points. "
2150
  msgstr ""
2151
 
2152
+ #: options/class.WpdiscuzOptions.php:402 options/phrases-layouts/phrases-error.php:39
2153
+ msgid "Invalid Captcha Code"
2154
  msgstr ""
2155
 
2156
+ #: options/options-layouts/html-content.php:171
2157
+ msgid "Invert Selection"
2158
  msgstr ""
2159
 
2160
+ #: options/options-layouts/html-general.php:211
2161
+ msgid "It seems file_get_contents() and file_put_contents() PHP functions don't exist.<br/> Please enable these functions in your server settings to use gravatar caching feature."
2162
  msgstr ""
2163
 
2164
+ #: utils/deactivation-reason-modal.php:41
2165
+ msgid "It's not what I was looking for"
2166
  msgstr ""
2167
 
2168
+ #: options/html-dashboard.php:18
2169
+ msgid "It's totally improved with brand new innovative features bringing live to your website and discussions."
2170
  msgstr ""
2171
 
2172
+ #: options/options-layouts/html-form.php:93
2173
+ msgid "Italic"
2174
  msgstr ""
2175
 
2176
+ #: options/class.WpdiscuzOptions.php:2231
2177
+ msgid "Jetpack Comments are active."
2178
  msgstr ""
2179
 
2180
+ #: options/html-options.php:168
2181
+ msgid "Jetpack Comments doesn't allow wpDiscuz comment form to be loaded on your posts and pages. It overwrites wpDiscuz Comment form."
2182
  msgstr ""
2183
 
2184
+ #: options/html-options.php:166
2185
+ msgid "Jetpack comments is active, please deactivate!"
2186
  msgstr ""
2187
 
2188
+ #: options/class.WpdiscuzOptions.php:327
2189
+ msgid "Join the discussion"
2190
  msgstr ""
2191
 
2192
+ #: options/html-options.php:79
2193
+ msgid "Just 3 Steps to Complete Installation!"
2194
  msgstr ""
2195
 
2196
+ #: options/html-options.php:79
2197
+ msgid "Just 3 Steps to Complete Update!"
2198
  msgstr ""
2199
 
2200
+ #: options/html-dashboard.php:253
2201
+ msgid "Just log in to the translation platform with your WordPress.org account, and suggest translations."
2202
  msgstr ""
2203
 
2204
+ #: options/options-layouts/html-general.php:92
2205
+ msgid "Just replace http protocols to https (https may not be supported by content provider)"
2206
  msgstr ""
2207
 
2208
+ #: options/class.WpdiscuzOptions.php:4031
2209
+ msgid "Keep checked the \"Notify of new replies to this comment\" option by default"
2210
  msgstr ""
2211
 
2212
+ #: options/class.WpdiscuzOptions.php:3137
2213
+ msgid "Keep guest commenter credentials in browser cookies for X days"
2214
  msgstr ""
2215
 
2216
+ #: options/class.WpdiscuzOptions.php:3751
2217
+ msgid "Keep your page loading speed high by disabling comments loading. Once the page loading is complete, this option will initiate AJAX request and load comments without affecting page loading speed. Also, you can select the [View Comments] button option to allow visitors load comments manually whenever they want."
2218
  msgstr ""
2219
 
2220
+ #: options/options-layouts/html-social.php:913
2221
+ msgid "Key"
2222
  msgstr ""
2223
 
2224
+ #: options/options-layouts/html-labels.php:54
2225
+ msgid "label color"
2226
  msgstr ""
2227
 
2228
+ #: forms/wpDiscuzForm.php:177 forms/wpdFormAttr/Form.php:991
2229
+ msgid "Language"
2230
  msgstr ""
2231
 
2232
+ #: options/options-layouts/html-recaptcha.php:157
2233
+ msgid "Language codes"
2234
  msgstr ""
2235
 
2236
+ #: options/html-dashboard.php:169
2237
+ msgid "Last 6 Months"
2238
  msgstr ""
2239
 
2240
+ #: utils/class.WpdiscuzHelperAjax.php:961
2241
+ msgid "Last Activity"
2242
  msgstr ""
2243
 
2244
+ #: options/class.WpdiscuzOptions.php:509 options/phrases-layouts/phrases-general.php:151
2245
+ #, php-format
2246
+ msgid "Last edited %1$s by %2$s"
2247
  msgstr ""
2248
 
2249
+ #: options/html-dashboard.php:168
2250
+ msgid "Last Month"
2251
  msgstr ""
2252
 
2253
+ #: options/html-dashboard.php:167
2254
+ msgid "Last Week"
2255
  msgstr ""
2256
 
2257
+ #: options/html-dashboard.php:170
2258
+ msgid "Last Year"
2259
  msgstr ""
2260
 
2261
+ #: forms/wpdFormAttr/Form.php:1164
2262
+ msgid "Layout"
2263
  msgstr ""
2264
 
2265
+ #: options/html-options.php:225
2266
+ msgid "Layout #1"
2267
  msgstr ""
2268
 
2269
+ #: options/html-options.php:226
2270
+ msgid "Layout #2"
2271
  msgstr ""
2272
 
2273
+ #: options/html-options.php:227
2274
+ msgid "Layout #3"
2275
  msgstr ""
2276
 
2277
+ #: options/options-layouts/html-thread_layouts.php:228
2278
+ msgid "Layout Components"
2279
  msgstr ""
2280
 
2281
+ #: options/options-layouts/html-thread_display.php:73
2282
+ msgid "Lazy load comments on scrolling"
2283
  msgstr ""
2284
 
2285
+ #: options/html-dashboard.php:255
2286
+ msgid "Leave a Good Review"
2287
  msgstr ""
2288
 
2289
+ #: options/html-options.php:296 options/html-options.php:311 options/options-layouts/html-live.php:51
2290
+ msgid "Left Corner"
2291
  msgstr ""
2292
 
2293
+ #: options/class.WpdiscuzOptions.php:2052
2294
+ msgid "Let your commenters help you to determine and remove spam comments. wpDiscuz Report and Flagging addon comes with comment reporting tools. Automaticaly auto-moderates comments based on number of flags and dislikes."
2295
  msgstr ""
2296
 
2297
+ #: options/html-options.php:209 options/options-layouts/html-recaptcha.php:139
2298
+ msgid "Light"
2299
  msgstr ""
2300
 
2301
+ #: options/class.WpdiscuzOptions.php:4128
2302
+ msgid "Limit Comments per User"
2303
  msgstr ""
2304
 
2305
+ #: options/options-layouts/html-form.php:107
2306
+ msgid "Link"
2307
  msgstr ""
2308
 
2309
+ #: forms/wpdFormAttr/Login/SocialLogin.php:419
2310
+ msgid "Linkedin authentication failed (OAuth code does not exist)."
2311
  msgstr ""
2312
 
2313
+ #: forms/wpdFormAttr/Login/SocialLogin.php:416
2314
+ msgid "Linkedin authentication failed (OAuth state does not exist)."
2315
  msgstr ""
2316
 
2317
+ #: options/class.WpdiscuzOptions.php:3497
2318
+ msgid "LinkedIn Client ID"
2319
  msgstr ""
2320
 
2321
+ #: forms/wpdFormAttr/Login/SocialLogin.php:387
2322
+ msgid "Linkedin Client ID and Client Secret required."
2323
  msgstr ""
2324
 
2325
+ #: options/class.WpdiscuzOptions.php:3504
2326
+ msgid "LinkedIn Client Secret"
2327
  msgstr ""
2328
 
2329
+ #: options/class.WpdiscuzOptions.php:3490
2330
+ msgid "LinkedIn Login Button"
2331
  msgstr ""
2332
 
2333
+ #: options/class.WpdiscuzOptions.php:4231
2334
+ msgid "Live Commenting and Notifications"
2335
  msgstr ""
2336
 
2337
+ #: options/html-dashboard.php:57
2338
+ msgid "Live Notification / Bubble"
2339
  msgstr ""
2340
 
2341
+ #: options/html-dashboard.php:40
2342
+ msgid "Live Notification, Bubble!"
2343
  msgstr ""
2344
 
2345
+ #: options/html-addons.php:60
2346
+ msgid "Live Preview | Buy"
2347
  msgstr ""
2348
 
2349
+ #: options/class.WpdiscuzOptions.php:4281
2350
+ msgid "Live Update"
2351
  msgstr ""
2352
 
2353
+ #: options/options-layouts/html-thread_display.php:68
2354
+ msgid "Load all comments"
2355
  msgstr ""
2356
 
2357
+ #: options/class.WpdiscuzOptions.php:3958
2358
+ msgid "Load Font Awesome css lib"
2359
  msgstr ""
2360
 
2361
+ #: options/phrases-layouts/phrases-general.php:15
2362
+ msgid "Load More Button"
2363
  msgstr ""
2364
 
2365
+ #: options/class.WpdiscuzOptions.php:341
2366
+ msgid "Load More Comments"
2367
  msgstr ""
2368
 
2369
+ #: options/class.WpdiscuzOptions.php:342 options/phrases-layouts/phrases-general.php:19
2370
+ msgid "Load Rest of Comments"
2371
  msgstr ""
2372
 
2373
+ #: options/class.WpdiscuzOptions.php:3165
2374
+ msgid "Load Rich Editor"
2375
  msgstr ""
2376
 
2377
+ #: options/options-layouts/html-thread_display.php:28
2378
+ msgid "Load with page"
2379
  msgstr ""
2380
 
2381
+ #: options/class.WpdiscuzOptions.php:391 options/phrases-layouts/phrases-notification.php:54
2382
+ msgid "Log out"
2383
  msgstr ""
2384
 
2385
+ #: options/phrases-layouts/phrases-notification.php:42
2386
+ msgid "Logged In"
2387
  msgstr ""
2388
 
2389
+ #: options/class.WpdiscuzOptions.php:392
2390
+ msgid "logged in"
2391
  msgstr ""
2392
 
2393
+ #: options/phrases-layouts/phrases-notification.php:50
2394
+ msgid "Logged in as"
2395
  msgstr ""
2396
 
2397
+ #: options/class.WpdiscuzOptions.php:389 options/phrases-layouts/phrases-notification.php:29
2398
+ msgid "Login"
2399
  msgstr ""
2400
 
2401
+ #: options/phrases-layouts/phrases-notification.php:62
2402
+ msgid "Login To Vote"
2403
  msgstr ""
2404
 
2405
+ #: options/class.WpdiscuzOptions.php:3305
2406
+ msgid "Login URL"
2407
  msgstr ""
2408
 
2409
+ #: forms/wpdFormAttr/Login/SocialLogin.php:966
2410
+ msgid "Mail.ru Client ID and Client Secret required."
2411
  msgstr ""
2412
 
2413
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1035
2414
+ msgid "Mail.ru authentication failed (access_token does not exist)."
2415
  msgstr ""
2416
 
2417
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1003
2418
+ msgid "Mail.ru authentication failed (code does not exist)."
2419
  msgstr ""
2420
 
2421
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1000
2422
+ msgid "Mail.ru authentication failed (OAuth state does not exist)."
 
2423
  msgstr ""
2424
 
2425
+ #: options/class.WpdiscuzOptions.php:3546
2426
+ msgid "Mail.ru Client ID"
2427
  msgstr ""
2428
 
2429
+ #: options/class.WpdiscuzOptions.php:3553
2430
+ msgid "Mail.ru Client Secret"
2431
  msgstr ""
2432
 
2433
+ #: options/class.WpdiscuzOptions.php:3539
2434
+ msgid "Mail.ru Login Button"
2435
  msgstr ""
2436
 
2437
+ #: options/options-layouts/html-general.php:261
2438
+ msgid "Maintenance"
2439
  msgstr ""
2440
 
2441
+ #: options/class.WpdiscuzOptions.php:511 options/phrases-layouts/phrases-general.php:159
2442
+ msgid "Manage Comment"
2443
  msgstr ""
2444
 
2445
+ #: options/html-dashboard.php:223
2446
+ msgid "Manage Comment Forms"
2447
  msgstr ""
2448
 
2449
+ #: options/html-dashboard.php:224
2450
+ msgid "Manage Comment Layout"
2451
  msgstr ""
2452
 
2453
+ #: options/html-options.php:136 options/html-options.php:175
2454
+ msgid "Mark as solved"
2455
  msgstr ""
2456
 
2457
+ #: options/options-layouts/html-content.php:26 options/options-layouts/html-form.php:153
2458
+ msgid "Max"
2459
  msgstr ""
2460
 
2461
+ #: options/options-layouts/html-moderation.php:139
2462
+ msgid "Max number of comments"
2463
  msgstr ""
2464
 
2465
+ #: options/class.WpdiscuzOptions.php:4201
2466
+ msgid "Max Uploaded Size"
2467
  msgstr ""
2468
 
2469
+ #: forms/wpdFormAttr/Field/NumberField.php:27
2470
+ msgid "Max Value"
2471
  msgstr ""
2472
 
2473
+ #: options/class.WpdiscuzOptions.php:518
2474
+ msgid "Maximum number of uploaded files is"
2475
  msgstr ""
2476
 
2477
+ #: options/class.WpdiscuzOptions.php:520
2478
+ msgid "Maximum post size is"
2479
  msgstr ""
2480
 
2481
+ #: options/class.WpdiscuzOptions.php:519
2482
+ msgid "Maximum upload file size is"
2483
  msgstr ""
2484
 
2485
+ #: options/html-phrases.php:29
2486
+ msgid "Media"
2487
  msgstr ""
2488
 
2489
+ #: options/phrases-layouts/phrases-media.php:7
2490
+ msgid "Media Upload Phrases"
2491
  msgstr ""
2492
 
2493
+ #: options/class.WpdiscuzOptions.php:2081 options/addons/mu/title.php:7
2494
+ msgid "Media Uploader"
2495
  msgstr ""
2496
 
2497
+ #: class.WpdiscuzCore.php:1604 options/phrases-layouts/phrases-comment.php:64
2498
+ msgid "Member"
2499
  msgstr ""
2500
 
2501
+ #: options/phrases-layouts/phrases-email.php:199
2502
+ msgid "Mentioned email content"
2503
  msgstr ""
2504
 
2505
+ #: options/phrases-layouts/phrases-email.php:193
2506
+ msgid "Mentioned email subject"
2507
  msgstr ""
2508
 
2509
+ #: options/addons/ucm/title.php:7
2510
+ msgid "Mentioning"
2511
  msgstr ""
2512
 
2513
+ #: options/phrases-layouts/phrases-media.php:19
2514
+ msgid "Message if attached more files than allowed"
2515
  msgstr ""
2516
 
2517
+ #: options/phrases-layouts/phrases-error.php:59
2518
+ msgid "Message if comment no longer possible to edit"
2519
  msgstr ""
2520
 
2521
+ #: options/phrases-layouts/phrases-error.php:63
2522
+ msgid "Message if comment text not changed"
2523
  msgstr ""
2524
 
2525
+ #: options/phrases-layouts/phrases-error.php:55
2526
+ msgid "Message if comment was not updated"
2527
  msgstr ""
2528
 
2529
+ #: options/phrases-layouts/phrases-notification.php:70
2530
+ msgid "Message if commenting disabled by user role"
2531
  msgstr ""
2532
 
2533
+ #: options/phrases-layouts/phrases-error.php:51
2534
+ msgid "Message if input text length is too long"
2535
  msgstr ""
2536
 
2537
+ #: options/phrases-layouts/phrases-error.php:47
2538
+ msgid "Message if input text length is too short"
2539
  msgstr ""
2540
 
2541
+ #: options/phrases-layouts/phrases-media.php:15
2542
+ msgid "Message if one or more file types are not allowed"
2543
  msgstr ""
2544
 
2545
+ #: options/phrases-layouts/phrases-media.php:27
2546
+ msgid "Message if post size is bigger than allowed"
2547
  msgstr ""
2548
 
2549
+ #: options/phrases-layouts/phrases-media.php:23
2550
+ msgid "Message if upload file size is bigger than allowed"
2551
  msgstr ""
2552
 
2553
+ #: forms/wpdFormAttr/Field/CheckboxField.php:48 forms/wpdFormAttr/Field/ColorField.php:44 forms/wpdFormAttr/Field/DateField.php:44 forms/wpdFormAttr/Field/NumberField.php:54 forms/wpdFormAttr/Field/RadioField.php:48 forms/wpdFormAttr/Field/RatingField.php:44 forms/wpdFormAttr/Field/SelectField.php:48 forms/wpdFormAttr/Field/TextAreaField.php:37 forms/wpdFormAttr/Field/TextField.php:44 forms/wpdFormAttr/Field/UrlField.php:44
2554
+ msgid "Meta Key"
2555
  msgstr ""
2556
 
2557
+ #: options/options-layouts/html-content.php:25 options/options-layouts/html-form.php:152
2558
+ msgid "Min"
2559
  msgstr ""
2560
 
2561
+ #: forms/wpdFormAttr/Field/NumberField.php:22
2562
+ msgid "Min Value"
2563
  msgstr ""
2564
 
2565
+ #: options/class.WpdiscuzOptions.php:4357
2566
+ msgid "Minify JS and CSS Files to Optimize Page Loading Speed"
2567
  msgstr ""
2568
 
2569
+ #: options/options-layouts/html-live.php:183 options/phrases-layouts/phrases-datetime.php:43
2570
+ msgid "Minute"
2571
  msgstr ""
2572
 
2573
+ #: options/class.WpdiscuzOptions.php:381
2574
+ msgid "minute"
2575
  msgstr ""
2576
 
2577
+ #: options/options-layouts/html-live.php:184 options/options-layouts/html-live.php:185 options/options-layouts/html-live.php:186 options/options-layouts/html-moderation.php:27 options/options-layouts/html-moderation.php:28
2578
+ msgid "Minutes"
2579
  msgstr ""
2580
 
2581
+ #: options/class.WpdiscuzOptions.php:382
2582
+ msgid "minutes"
2583
  msgstr ""
2584
 
2585
+ #: options/phrases-layouts/phrases-datetime.php:47
2586
+ msgid "Minutes (Plural Form)"
2587
  msgstr ""
2588
 
2589
+ #: options/options-layouts/html-form.php:66
2590
+ msgid "Mobile and Desktop"
2591
  msgstr ""
2592
 
2593
+ #: options/phrases-layouts/phrases-datetime.php:19
2594
+ msgid "Month"
2595
  msgstr ""
2596
 
2597
+ #: options/class.WpdiscuzOptions.php:375
2598
+ msgid "month"
 
2599
  msgstr ""
2600
 
2601
+ #: options/class.WpdiscuzOptions.php:376
2602
+ msgid "months"
2603
  msgstr ""
2604
 
2605
+ #: options/phrases-layouts/phrases-datetime.php:23
2606
+ msgid "Months (Plural Form)"
2607
  msgstr ""
2608
 
2609
+ #: options/addons/more/title.php:6
2610
+ msgid "More Addons..."
2611
  msgstr ""
2612
 
2613
+ #: options/class.WpdiscuzOptions.php:2070
2614
+ msgid "More Comment Widgets! Most voted comments, Active comment threads, Most commented posts, Active comment authors widgets are available in wpDiscuz Widgets Addon"
2615
  msgstr ""
2616
 
2617
+ #: options/html-addons.php:58
2618
+ msgid "More Info &raquo;"
2619
  msgstr ""
2620
 
2621
+ #: options/html-options.php:324
2622
+ msgid "More News"
2623
  msgstr ""
2624
 
2625
+ #: options/class.WpdiscuzOptions.php:328 options/phrases-layouts/phrases-form.php:19
2626
+ msgid "Most reacted comment"
2627
  msgstr ""
2628
 
2629
+ #: options/class.WpdiscuzOptions.php:340 options/phrases-layouts/phrases-form.php:67
2630
+ msgid "Most Voted"
2631
  msgstr ""
2632
 
2633
+ #: options/class.WpdiscuzOptions.php:2003
2634
+ msgid "Most voted comments, Active comment threads, Most commented posts, Active comment authors"
2635
  msgstr ""
2636
 
2637
+ #: forms/wpDiscuzForm.php:226 forms/wpdFormAttr/Row.php:25
2638
+ msgid "Move"
2639
  msgstr ""
2640
 
2641
+ #: options/class.WpdiscuzOptions.php:434 options/phrases-layouts/phrases-user-settings.php:11
2642
+ msgid "My content and settings"
2643
  msgstr ""
2644
 
2645
+ #: forms/wpDiscuzForm.php:434 forms/wpdFormAttr/Form.php:1286 forms/wpdFormAttr/Field/AgreementCheckbox.php:12 forms/wpdFormAttr/Field/CheckboxField.php:12 forms/wpdFormAttr/Field/ColorField.php:12 forms/wpdFormAttr/Field/CookiesConsent.php:14 forms/wpdFormAttr/Field/DateField.php:12 forms/wpdFormAttr/Field/HTMLField.php:12 forms/wpdFormAttr/Field/NumberField.php:12 forms/wpdFormAttr/Field/RadioField.php:12 forms/wpdFormAttr/Field/RatingField.php:12 forms/wpdFormAttr/Field/SelectField.php:12 forms/wpdFormAttr/Field/TextAreaField.php:12 forms/wpdFormAttr/Field/TextField.php:12 forms/wpdFormAttr/Field/UrlField.php:12 forms/wpdFormAttr/Field/DefaultField/Email.php:19 forms/wpdFormAttr/Field/DefaultField/Name.php:18 forms/wpdFormAttr/Field/DefaultField/Name.php:67 forms/wpdFormAttr/Field/DefaultField/Submit.php:18 forms/wpdFormAttr/Field/DefaultField/Website.php:18
2646
+ msgid "Name"
2647
  msgstr ""
2648
 
2649
+ #: forms/wpdFormAttr/Field/RatingField.php:17
2650
+ msgid "Name For Total"
2651
  msgstr ""
2652
 
2653
+ #: options/class.WpdiscuzOptions.php:353 options/class.WpdiscuzOptions.php:473
2654
+ msgid "New Comment"
2655
  msgstr ""
2656
 
2657
+ #: options/class.WpdiscuzOptions.php:334
2658
+ msgid "new follow-up comments"
2659
  msgstr ""
2660
 
2661
+ #: options/class.WpdiscuzOptions.php:335
2662
+ msgid "new replies to my comments"
2663
  msgstr ""
2664
 
2665
+ #: options/class.WpdiscuzOptions.php:355 options/class.WpdiscuzOptions.php:357
2666
+ msgid "New Reply"
2667
  msgstr ""
2668
 
2669
+ #: options/phrases-layouts/phrases-email.php:68 options/phrases-layouts/phrases-email.php:101
2670
+ msgid "New Reply notification content"
2671
  msgstr ""
2672
 
2673
+ #: options/phrases-layouts/phrases-email.php:56 options/phrases-layouts/phrases-email.php:89
2674
+ msgid "New reply notification subject"
2675
  msgstr ""
2676
 
2677
+ #: forms/wpdFormAttr/Field/RadioField.php:30 forms/wpdFormAttr/Field/SelectField.php:30
2678
+ msgid "New value new line"
2679
  msgstr ""
2680
 
2681
+ #: options/class.WpdiscuzOptions.php:338 options/phrases-layouts/phrases-form.php:59
2682
+ msgid "Newest"
2683
  msgstr ""
2684
 
2685
+ #: options/class.WpdiscuzOptions.php:3819
2686
+ msgid "Newest and oldest comment ordering by"
2687
  msgstr ""
2688
 
2689
+ #: options/html-options.php:372
2690
+ msgid "Next Step &raquo;"
2691
  msgstr ""
2692
 
2693
+ #: forms/wpdFormAttr/Form.php:1029 forms/wpdFormAttr/Form.php:1041 forms/wpdFormAttr/Form.php:1053 forms/wpdFormAttr/Form.php:1185 forms/wpdFormAttr/Form.php:1207
2694
+ msgid "No"
2695
  msgstr ""
2696
 
2697
+ #: options/class.WpdiscuzOptions.php:441 options/phrases-layouts/phrases-user-settings.php:39
2698
+ msgid "No data found!"
2699
  msgstr ""
2700
 
2701
+ #: class.WpdiscuzCore.php:1080 class.WpdiscuzCore.php:1966
2702
+ msgid "No text is selected. Please select a part of text from post content."
2703
  msgstr ""
2704
 
2705
+ #: options/options-layouts/html-form.php:76
2706
+ msgid "None"
2707
  msgstr ""
2708
 
2709
+ #: options/class.WpdiscuzOptions.php:517
2710
+ msgid "Not allowed file type"
2711
  msgstr ""
2712
 
2713
+ #: forms/wpDiscuzForm.php:116
2714
+ msgid "Nothing found in Trash"
2715
  msgstr ""
2716
 
2717
+ #: options/html-phrases.php:24
2718
+ msgid "Notification"
2719
  msgstr ""
2720
 
2721
+ #: options/phrases-layouts/phrases-error.php:7 options/phrases-layouts/phrases-notification.php:7
2722
+ msgid "Notification Phrases"
2723
  msgstr ""
2724
 
2725
+ #: options/class.WpdiscuzOptions.php:3996
2726
+ msgid "Notify comment author once comment is approved"
2727
  msgstr ""
2728
 
2729
+ #: options/class.WpdiscuzOptions.php:493 options/phrases-layouts/phrases-general.php:87
2730
+ msgid "Notify me via email when a new reply is posted"
2731
  msgstr ""
2732
 
2733
+ #: options/class.WpdiscuzOptions.php:333 options/phrases-layouts/phrases-form.php:39
2734
+ msgid "Notify of"
2735
  msgstr ""
2736
 
2737
+ #: options/class.WpdiscuzOptions.php:336
2738
+ msgid "Notify of new replies to this comment"
2739
  msgstr ""
2740
 
2741
+ #: options/phrases-layouts/phrases-form.php:47
2742
+ msgid "Notify on all new replies"
2743
  msgstr ""
2744
 
2745
+ #: options/phrases-layouts/phrases-form.php:43
2746
+ msgid "Notify on new comments"
2747
  msgstr ""
2748
 
2749
+ #: options/phrases-layouts/phrases-form.php:51
2750
+ msgid "Notify on new replies to this comment"
2751
  msgstr ""
2752
 
2753
+ #: options/options-layouts/html-thread_styles.php:26
2754
+ msgid "Off"
2755
  msgstr ""
2756
 
2757
+ #: options/class.WpdiscuzOptions.php:3686
2758
+ msgid "OK Application ID"
2759
  msgstr ""
2760
 
2761
+ #: forms/wpdFormAttr/Login/SocialLogin.php:802
2762
+ msgid "OK Application ID, Application Key and Application Secret required."
 
2763
  msgstr ""
2764
 
2765
+ #: options/class.WpdiscuzOptions.php:3693
2766
+ msgid "OK Application Key"
2767
  msgstr ""
2768
 
2769
+ #: options/class.WpdiscuzOptions.php:3700
2770
+ msgid "OK Application Secret"
2771
  msgstr ""
2772
 
2773
+ #: forms/wpdFormAttr/Login/SocialLogin.php:850
2774
+ msgid "OK authentication failed (access_token does not exist)."
2775
  msgstr ""
2776
 
2777
+ #: forms/wpdFormAttr/Login/SocialLogin.php:831
2778
+ msgid "OK authentication failed (code does not exist)."
2779
  msgstr ""
2780
 
2781
+ #: forms/wpdFormAttr/Login/SocialLogin.php:828
2782
+ msgid "OK authentication failed (OAuth state does not exist)."
2783
  msgstr ""
2784
 
2785
+ #: options/class.WpdiscuzOptions.php:3672
2786
+ msgid "OK Login Button"
2787
  msgstr ""
2788
 
2789
+ #: options/class.WpdiscuzOptions.php:3679
2790
+ msgid "OK Share Button"
2791
  msgstr ""
2792
 
2793
+ #: options/html-options.php:156
2794
+ msgid "Ok, I understood"
2795
  msgstr ""
2796
 
2797
+ #: options/class.WpdiscuzOptions.php:339 options/phrases-layouts/phrases-form.php:63
2798
+ msgid "Oldest"
2799
  msgstr ""
2800
 
2801
+ #: options/options-layouts/html-inline.php:17
2802
+ msgid "Once a question is added in article editor (backend), on article (front-end) readers will see a small comment icon next to the text part you've selected. This feature engages post readers inviting them comment and leave a feedback while reading without scrolling down and using the standard comment form."
2803
  msgstr ""
2804
 
2805
+ #: options/html-dashboard.php:52
2806
+ msgid "Once a question is added in article editor (backend), on article (front-end), readers will see a small comment icon next to the text part you've selected. This feature engages post readers inviting them comment and leave a feedback without scrolling down and using the standard comment form. Thus they leave reply and react to post content or questions during the reading process."
2807
  msgstr ""
2808
 
2809
+ #: options/class.WpdiscuzOptions.php:4321
2810
+ msgid "Once a question is added in article editor (backend), readers will see a small comment icon (call to leave a feedback) next to the text part you've selected for your question on article (front-end). This icon calls people to leave a feedback, using the type you've selected in this option. For example, if you've chosen the \"Blink\" option, once reader scrolled and reached to the article text with question, it animates with comment button size and color changes attracting readers attention."
2811
  msgstr ""
2812
 
2813
+ #: options/class.WpdiscuzOptions.php:4224
2814
+ msgid "Once image is uploaded, it'll generate thumbnails according to your selected sizes. When you set up a new WordPress website, the platform gives you three image sizes to play with: thumbnail, medium, and large (plus the file's original resolution). You may have other options and sizes which are registered by current active theme and by other plugins."
2815
  msgstr ""
2816
 
2817
+ #: options/html-dashboard.php:61
2818
+ msgid "Once new comment is posted, Bubble shows pop-up message with the new comment excerpt as it's shown on screenshot. The small &laquo;Reply&raquo; button allows to reply that comment immediately or readers can click on the pop-up notification and jump to that comment thread below the article. Just make sure the Bubble Live Update is enabled in wpDiscuz > Settings > Live Commenting and Notifications options."
2819
  msgstr ""
2820
 
2821
+ #: options/options-layouts/html-form.php:71
2822
+ msgid "Only Desktop"
2823
  msgstr ""
2824
 
2825
+ #: options/class.WpdiscuzOptions.php:428 options/phrases-layouts/phrases-comment.php:123
2826
+ msgid "Open"
2827
  msgstr ""
2828
 
2829
+ #: options/html-options.php:421 options/html-options.php:427 options/html-options.php:430
2830
+ msgid "Open Settings"
2831
  msgstr ""
2832
 
2833
+ #: options/options-layouts/html-inline.php:65
2834
+ msgid "Open the Feedback Form on scroll"
2835
  msgstr ""
2836
 
2837
+ #: class.WpdiscuzCore.php:2004
2838
+ msgid "OPENED"
2839
  msgstr ""
2840
 
2841
+ #: options/class.WpdiscuzOptions.php:1790
2842
+ msgid "Options Imported Successfully!"
2843
  msgstr ""
2844
 
2845
+ #: options/class.WpdiscuzOptions.php:1777
2846
+ msgid "Options were backed up!"
2847
  msgstr ""
2848
 
2849
+ #: options/options-layouts/html-form.php:99
2850
+ msgid "Ordered List"
2851
  msgstr ""
2852
 
2853
+ #: utils/deactivation-reason-modal.php:135
2854
+ msgid "Other"
2855
  msgstr ""
2856
 
2857
+ #: options/html-dashboard.php:112
2858
+ msgid "Overview & Comments Statistic"
2859
  msgstr ""
2860
 
2861
+ #: options/class.WpdiscuzOptions.php:417
2862
+ msgid "Participate in this discussion via email"
2863
  msgstr ""
2864
 
2865
+ #: options/options-layouts/html-social.php:595
2866
+ msgid "Password"
2867
  msgstr ""
2868
 
2869
+ #: options/options-layouts/html-moderation.php:124
2870
+ msgid "Per Post"
2871
  msgstr ""
2872
 
2873
+ #: forms/wpDiscuzForm.php:237
2874
+ msgid "Permission Denied !!!"
2875
  msgstr ""
2876
 
2877
+ #: options/options-layouts/html-social.php:248
2878
+ msgid "Permitted URI redirects"
2879
  msgstr ""
2880
 
2881
+ #: class.WpdiscuzCore.php:963 class.WpdiscuzCore.php:1464
2882
+ msgid "Phrases"
2883
  msgstr ""
2884
 
2885
+ #: options/class.WpdiscuzOptions.php:1820
2886
+ msgid "Phrases Imported Successfully!"
2887
  msgstr ""
2888
 
2889
+ #: options/class.WpdiscuzOptions.php:1753
2890
+ msgid "Phrases updated"
2891
  msgstr ""
2892
 
2893
+ #: options/class.WpdiscuzOptions.php:1807
2894
+ msgid "Phrases were backed up!"
2895
  msgstr ""
2896
 
2897
+ #: options/class.WpdiscuzOptions.php:390 options/phrases-layouts/phrases-notification.php:33
2898
+ #, php-format
2899
+ msgid "Please %s to comment"
2900
  msgstr ""
2901
 
2902
+ #: options/options-layouts/html-recaptcha.php:10
2903
+ #, php-format
2904
+ msgid "Please %s with Google to obtain the Site Key and Secret Key for %s. Then insert those keys in according fields below."
2905
  msgstr ""
2906
 
2907
+ #: class.WpdiscuzCore.php:1057
2908
+ msgid "Please check one of reasons before sending feedback!"
2909
  msgstr ""
2910
 
2911
+ #: options/class.WpdiscuzOptions.php:4401
2912
+ msgid "Please check this option on to help wpDiscuz get more popularity as your thank to the hard work we do for you totally free. This option adds a very small (16x16px) icon under the comment section which will allow your site visitors recognize the name of comment solution you use."
2913
  msgstr ""
2914
 
2915
+ #: options/phrases-layouts/phrases-follow.php:27
2916
+ msgid "Please check your email and confirm the follow"
2917
  msgstr ""
2918
 
2919
+ #: options/class.WpdiscuzOptions.php:464
2920
+ msgid "Please check your email and confirm the user following request."
2921
  msgstr ""
2922
 
2923
+ #: options/phrases-layouts/phrases-user-settings.php:146
2924
+ msgid "Please check your email."
2925
  msgstr ""
2926
 
2927
+ #: options/class.WpdiscuzOptions.php:3174
2928
+ msgid "Please click on buttons to disable or enable. The enabled buttons are colored green, the disabled buttons are gray. If you want to disable the whole formatting toolbar, please click on the [Disable formatting buttons] button. Options to manage Image Attachment button are located in 'Comment Content and Media' setting page."
2929
  msgstr ""
2930
 
2931
+ #: options/class.WpdiscuzOptions.php:2220
2932
+ msgid "Please complete required steps to start using wpDiscuz 7"
2933
  msgstr ""
2934
 
2935
+ #: options/html-options.php:172
2936
+ msgid "Please disable Jetpack Comments."
2937
  msgstr ""
2938
 
2939
+ #: options/class.WpdiscuzOptions.php:414 options/phrases-layouts/phrases-error.php:67
2940
+ msgid "Please fill out required fields"
2941
  msgstr ""
2942
 
2943
+ #: options/class.WpdiscuzOptions.php:370
2944
+ msgid "please fill out this field to comment"
2945
  msgstr ""
2946
 
2947
+ #: forms/wpdFormAttr/Field/CheckboxField.php:30
2948
+ msgid "Please insert one value per line"
2949
  msgstr ""
2950
 
2951
+ #: options/class.WpdiscuzOptions.php:480 options/phrases-layouts/phrases-general.php:35
2952
+ msgid "Please leave a feedback on this"
2953
  msgstr ""
2954
 
2955
+ #: utils/deactivation-reason-modal.php:13
2956
+ msgid "Please let us know why you are deactivating. Choosing one of the options below you will help us make it better for you and for other users."
2957
  msgstr ""
2958
 
2959
+ #: options/class.WpdiscuzOptions.php:506 options/phrases-layouts/phrases-general.php:139
2960
+ msgid "Please login to comment"
2961
  msgstr ""
2962
 
2963
+ #: options/phrases-layouts/phrases-follow.php:35
2964
+ msgid "Please login to follow users"
2965
  msgstr ""
2966
 
2967
+ #: options/class.WpdiscuzOptions.php:466
2968
+ msgid "Please login to follow users."
2969
  msgstr ""
2970
 
2971
+ #: utils/deactivation-reason-modal.php:119
2972
+ msgid "Please provide a plugin name or URL"
2973
  msgstr ""
2974
 
2975
+ #: class.WpdiscuzCore.php:1058 utils/deactivation-reason-modal.php:137
2976
+ msgid "Please provide more information"
2977
  msgstr ""
2978
 
2979
+ #: options/html-options.php:133
2980
+ msgid "Please remove wpDiscuz template files from your active theme's /wpdiscuz/ folder."
2981
  msgstr ""
2982
 
2983
+ #: options/class.WpdiscuzOptions.php:2273
2984
+ msgid "Please synchronize comment data for the best performance and fastest experience"
2985
  msgstr ""
2986
 
2987
+ #: options/html-options.php:153
2988
+ msgid "Please update wpDiscuz addons in Dashboard > Plugins admin page, then activate those back."
2989
  msgstr ""
2990
 
2991
+ #: options/class.WpdiscuzOptions.php:451
2992
+ msgid "Please use this link to cancel all follows for new comments. Please note, that this action cannot be undone.<br/><br/><a href=\"[DELETE_FOLLOWS_URL]\" target=\"_blank\">Delete all my follows</a><br/><br/>"
2993
  msgstr ""
2994
 
2995
+ #: options/class.WpdiscuzOptions.php:449
2996
+ msgid "Please use this link to cancel all subscriptions for new comments. Please note, that this action cannot be undone.<br/><br/><a href=\"[DELETE_SUBSCRIPTIONS_URL]\" target=\"_blank\">Delete all my subscriptions</a><br/><br/>"
2997
  msgstr ""
2998
 
2999
+ #: options/class.WpdiscuzOptions.php:447
3000
+ msgid "Please use this link to delete all your comments. Please note, that this action cannot be undone.<br/><br/><a href=\"[DELETE_COMMENTS_URL]\" target=\"_blank\">Delete all my comments</a><br/><br/>"
3001
  msgstr ""
3002
 
3003
  #: options/html-dashboard.php:225
3004
  msgid "Plugin Customization"
3005
  msgstr ""
3006
 
3007
+ #: utils/deactivation-reason-modal.php:10
3008
+ msgid "Plugin Usage Feedback"
3009
  msgstr ""
3010
 
3011
+ #: options/options-layouts/html-recaptcha.php:34
3012
+ msgid "Post"
3013
  msgstr ""
3014
 
3015
+ #: forms/wpDiscuzForm.php:441 forms/wpdFormAttr/Form.php:1316 forms/wpdFormAttr/Field/DefaultField/Submit.php:117
3016
+ msgid "Post Comment"
3017
  msgstr ""
3018
 
3019
+ #: options/phrases-layouts/phrases-email.php:35
3020
+ msgid "Post comment notification content"
3021
  msgstr ""
3022
 
3023
+ #: options/phrases-layouts/phrases-email.php:23
3024
+ msgid "Post comment notification subject"
3025
  msgstr ""
3026
 
3027
+ #: options/class.WpdiscuzOptions.php:1137
3028
+ msgid "Post ID not exists"
3029
  msgstr ""
3030
 
3031
+ #: forms/wpDiscuzForm.php:176
3032
+ msgid "Post IDs"
3033
  msgstr ""
3034
 
3035
+ #: forms/wpdFormAttr/Form.php:1191
3036
+ msgid "Post Rating Title"
3037
  msgstr ""
3038
 
3039
+ #: forms/wpDiscuzForm.php:175
3040
+ msgid "Post Types"
3041
  msgstr ""
3042
 
3043
+ #: options/class.WpdiscuzOptions.php:4040
3044
+ msgid "Postmatic allows your users subscribe to comments. Instead of just being notified, they add a reply right from their inbox."
3045
  msgstr ""
3046
 
3047
+ #: options/phrases-layouts/phrases-notification.php:24
3048
+ msgid "Postmatic subscription label"
3049
  msgstr ""
3050
 
3051
+ #: options/options-layouts/html-thread_styles.php:124
3052
+ msgid "Primary buttons background"
3053
  msgstr ""
3054
 
3055
+ #: options/options-layouts/html-thread_styles.php:120
3056
+ msgid "Primary buttons text"
3057
  msgstr ""
3058
 
3059
+ #: options/options-layouts/html-thread_styles.php:112
3060
+ msgid "Primary Color"
3061
  msgstr ""
3062
 
3063
+ #: options/html-options.php:154
3064
+ #, php-format
3065
+ msgid "Prior to the wpDiscuz 7 release, we've released new versions of all wpDiscuz addons. If you've already using the latest versions, just activate those back. If your license key is expired and you cannot update, please renew those addons at gVectors Store with 30% discount applied automatically at checkout page. Just make sure you're logged-in in the store with your customer account."
3066
  msgstr ""
3067
 
3068
+ #: options/html-dashboard.php:227
3069
+ msgid "Privacy and GDPR"
3070
  msgstr ""
3071
 
3072
+ #: options/options-layouts/html-social.php:334
3073
+ msgid "Public Key"
3074
  msgstr ""
3075
 
3076
+ #: options/class.WpdiscuzOptions.php:4441
3077
+ msgid "Purge All Avatar Caches"
3078
  msgstr ""
3079
 
3080
+ #: options/options-layouts/html-general.php:304
3081
+ msgid "Purge all caches"
3082
  msgstr ""
3083
 
3084
+ #: options/class.WpdiscuzOptions.php:4434
3085
+ msgid "Purge Expired Avatar Caches"
3086
  msgstr ""
3087
 
3088
+ #: options/options-layouts/html-general.php:288
3089
+ msgid "Purge expired caches"
3090
  msgstr ""
3091
 
3092
+ #: options/class.WpdiscuzOptions.php:3609
3093
+ msgid "QQ AppID"
3094
  msgstr ""
3095
 
3096
+ #: options/class.WpdiscuzOptions.php:3616
3097
+ msgid "QQ AppKey"
 
3098
  msgstr ""
3099
 
3100
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1142
3101
+ msgid "QQ AppKey and AppSecret required."
3102
  msgstr ""
3103
 
3104
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1202 forms/wpdFormAttr/Login/SocialLogin.php:1241
3105
+ msgid "QQ authentication failed (access_token does not exist)."
 
3106
  msgstr ""
3107
 
3108
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1177
3109
+ msgid "QQ authentication failed (code does not exist)."
3110
  msgstr ""
3111
 
3112
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1174
3113
+ msgid "QQ authentication failed (OAuth state does not exist)."
3114
  msgstr ""
3115
 
3116
+ #: options/class.WpdiscuzOptions.php:3602
3117
+ msgid "QQ Login Button"
3118
  msgstr ""
3119
 
3120
+ #: options/class.WpdiscuzOptions.php:3181
3121
+ msgid "Quicktag is a on-click button that inserts HTML in to comment textarea. For example the \"b\" Quicktag will insert the HTML bold tags < b > < /b >."
3122
  msgstr ""
3123
 
3124
+ #: options/class.WpdiscuzOptions.php:3732
3125
+ msgid "Rating Star Colors"
3126
  msgstr ""
3127
 
3128
+ #: options/options-layouts/html-rating.php:82
3129
+ msgid "Rating Stars Active Color"
3130
  msgstr ""
3131
 
3132
+ #: options/options-layouts/html-rating.php:74
3133
+ msgid "Rating Stars Hover Color"
3134
+ msgstr ""
3135
+
3136
+ #: options/options-layouts/html-rating.php:78
3137
+ msgid "Rating Stars Inactive Color"
3138
+ msgstr ""
3139
+
3140
+ #: utils/class.WpdiscuzHelperAjax.php:787
3141
+ msgid "Read More"
3142
  msgstr ""
3143
 
3144
+ #: options/class.WpdiscuzOptions.php:412
3145
+ msgid "Read more &raquo;"
3146
  msgstr ""
3147
 
3148
+ #: forms/wpdFormAttr/Form.php:996 forms/wpdFormAttr/Form.php:1018 forms/wpdFormAttr/Form.php:1030 forms/wpdFormAttr/Form.php:1042 forms/wpdFormAttr/Form.php:1054 forms/wpdFormAttr/Form.php:1074 forms/wpdFormAttr/Form.php:1085 forms/wpdFormAttr/Form.php:1114 forms/wpdFormAttr/Form.php:1124 forms/wpdFormAttr/Form.php:1170 forms/wpdFormAttr/Form.php:1186 forms/wpdFormAttr/Form.php:1208 forms/wpdFormAttr/Form.php:1215 options/options-layouts/html-content.php:13 options/options-layouts/html-form.php:13 options/options-layouts/html-inline.php:21 options/options-layouts/html-labels.php:13 options/options-layouts/html-live.php:15 options/options-layouts/html-login.php:13 options/options-layouts/html-moderation.php:13 options/options-layouts/html-rating.php:13 options/options-layouts/html-recaptcha.php:14 options/options-layouts/html-social.php:13 options/options-layouts/html-subscription.php:13 options/options-layouts/html-thread_display.php:13 options/options-layouts/html-thread_layouts.php:32 options/options-layouts/html-thread_styles.php:13
3149
+ msgid "Read the documentation"
3150
  msgstr ""
3151
 
3152
+ #: options/class.WpdiscuzOptions.php:1931
3153
+ msgid "Real-time online user checking, pop-up notification of new online users and online/offline badges."
3154
  msgstr ""
3155
 
3156
+ #: options/tools-layouts/tool-ratings.php:11 options/tools-layouts/tool-ratings.php:22
3157
+ msgid "Rebuild Ratings"
3158
  msgstr ""
3159
 
3160
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:93
3161
+ msgid "reCAPTCHA verification failed."
3162
  msgstr ""
3163
 
3164
+ #: options/class.WpdiscuzOptions.php:3217
3165
+ msgid "reCAPTCHA Language"
3166
  msgstr ""
3167
 
3168
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:18
3169
+ msgid "reCAPTCHA Settings"
3170
  msgstr ""
3171
 
3172
+ #: options/class.WpdiscuzOptions.php:3210
3173
+ msgid "reCAPTCHA Theme"
3174
  msgstr ""
3175
 
3176
+ #: options/options-layouts/html-recaptcha.php:98
3177
+ msgid "reCAPTCHA v2"
3178
  msgstr ""
3179
 
3180
+ #: options/options-layouts/html-recaptcha.php:123
3181
+ msgid "reCAPTCHA V2 Secret Key"
3182
  msgstr ""
3183
 
3184
+ #: options/options-layouts/html-recaptcha.php:108
3185
+ msgid "reCAPTCHA V2 Site Key"
3186
  msgstr ""
3187
 
3188
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:107
3189
+ msgid "reCaptcha validation fails. "
3190
  msgstr ""
3191
 
3192
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:109
3193
+ msgid "reCaptcha validation fails. Error code: "
 
3194
  msgstr ""
3195
 
3196
+ #: options/options-layouts/html-recaptcha.php:10
3197
+ msgid "reCAPTCHA Version 2"
3198
  msgstr ""
3199
 
3200
+ #: options/class.WpdiscuzOptions.php:4371
3201
+ msgid "Redirect First Comment to"
3202
  msgstr ""
3203
 
3204
+ #: options/options-layouts/html-social.php:306 options/options-layouts/html-social.php:363 options/options-layouts/html-social.php:418 options/options-layouts/html-social.php:474 options/options-layouts/html-social.php:552 options/options-layouts/html-social.php:608 options/options-layouts/html-social.php:683 options/options-layouts/html-social.php:740 options/options-layouts/html-social.php:829 options/options-layouts/html-social.php:885 options/options-layouts/html-social.php:941 options/options-layouts/html-social.php:997
3205
+ msgid "Redirect URI"
3206
  msgstr ""
3207
 
3208
+ #: options/class.WpdiscuzOptions.php:2253 options/tools-layouts/tool-regenerate.php:38
3209
+ msgid "Regenerate Closed Comments"
3210
  msgstr ""
3211
 
3212
+ #: options/tools-layouts/tool-regenerate.php:27
3213
+ msgid "Regenerate Comments' Data"
3214
  msgstr ""
3215
 
3216
+ #: options/class.WpdiscuzOptions.php:2264 options/tools-layouts/tool-regenerate.php:56
3217
+ msgid "Regenerate Vote Data"
3218
  msgstr ""
3219
 
3220
+ #: options/class.WpdiscuzOptions.php:2242 options/tools-layouts/tool-regenerate.php:74
3221
+ msgid "Regenerate Vote Metas"
3222
  msgstr ""
3223
 
3224
+ #: options/options-layouts/html-recaptcha.php:10
3225
+ msgid "register your domain"
3226
  msgstr ""
3227
 
3228
+ #: options/class.WpdiscuzOptions.php:4427
3229
+ msgid "Remove Vote Data"
3230
  msgstr ""
3231
 
3232
+ #: options/options-layouts/html-general.php:272
3233
+ msgid "Remove vote data"
 
 
 
 
 
 
3234
  msgstr ""
3235
 
3236
+ #: options/options-layouts/html-general.php:87
3237
+ msgid "Replace non-https content to simple link URLs"
3238
  msgstr ""
3239
 
3240
+ #: forms/wpdFormAttr/Field/CheckboxField.php:52 forms/wpdFormAttr/Field/ColorField.php:48 forms/wpdFormAttr/Field/DateField.php:48 forms/wpdFormAttr/Field/NumberField.php:58 forms/wpdFormAttr/Field/RadioField.php:52 forms/wpdFormAttr/Field/RatingField.php:48 forms/wpdFormAttr/Field/SelectField.php:52 forms/wpdFormAttr/Field/TextAreaField.php:41 forms/wpdFormAttr/Field/TextField.php:48 forms/wpdFormAttr/Field/UrlField.php:48
3241
+ msgid "Replace old meta key"
 
3242
  msgstr ""
3243
 
3244
+ #: options/class.WpdiscuzOptions.php:343 options/options-layouts/html-moderation.php:135 options/phrases-layouts/phrases-comment.php:11
3245
+ msgid "Reply"
 
3246
  msgstr ""
3247
 
3248
+ #: options/class.WpdiscuzOptions.php:510 options/phrases-layouts/phrases-general.php:155
3249
+ msgid "Reply to"
 
3250
  msgstr ""
3251
 
3252
+ #: options/class.WpdiscuzOptions.php:2051 options/addons/raf/title.php:7
3253
+ msgid "Report and Flagging"
3254
  msgstr ""
3255
 
3256
+ #: options/class.WpdiscuzOptions.php:3224
3257
+ msgid "Request Method"
3258
  msgstr ""
3259
 
3260
+ #: options/html-options.php:499
3261
+ msgid "Reset All Options"
3262
  msgstr ""
3263
 
3264
+ #: options/class.WpdiscuzOptions.php:4420
3265
+ msgid "Reset Avatar Cache Frequency"
3266
  msgstr ""
3267
 
3268
+ #: utils/class.WpdiscuzHelper.php:1069
3269
+ msgid "Reset Fields Ratings"
3270
  msgstr ""
3271
 
3272
+ #: options/html-phrases.php:76
3273
+ msgid "Reset Phrases"
3274
  msgstr ""
3275
 
3276
+ #: utils/class.WpdiscuzHelper.php:1030
3277
+ msgid "Reset Post Rating"
3278
  msgstr ""
3279
 
3280
+ #: utils/class.WpdiscuzHelper.php:990
3281
+ msgid "Reset Ratings"
3282
  msgstr ""
3283
 
3284
+ #: options/html-options.php:498
3285
+ msgid "Reset Tab Options"
3286
  msgstr ""
3287
 
3288
+ #: options/class.WpdiscuzOptions.php:3791
3289
+ msgid "Reverse Child Comments Order"
3290
  msgstr ""
3291
 
3292
+ #: options/class.WpdiscuzOptions.php:3172
3293
+ msgid "Rich Editor Toolbar Buttons"
3294
  msgstr ""
3295
 
3296
+ #: options/html-options.php:298 options/html-options.php:316 options/options-layouts/html-live.php:53
3297
+ msgid "Right Corner"
3298
  msgstr ""
3299
 
3300
+ #: options/class.WpdiscuzOptions.php:385
3301
+ msgid "right now"
3302
  msgstr ""
3303
 
3304
+ #: options/options-layouts/html-general.php:234
3305
+ msgid "Runtime"
3306
  msgstr ""
3307
 
3308
+ #: options/class.WpdiscuzOptions.php:408 utils/class.WpdiscuzHelper.php:1213
3309
+ msgid "Save"
3310
  msgstr ""
3311
 
3312
+ #: options/html-options.php:501 options/html-phrases.php:77
3313
+ msgid "Save Changes"
 
3314
  msgstr ""
3315
 
3316
+ #: options/phrases-layouts/phrases-comment.php:83
3317
+ msgid "Save edited comment button text"
3318
  msgstr ""
3319
 
3320
+ #: options/class.WpdiscuzOptions.php:3812
3321
+ msgid "Scroll to the comment after posting"
3322
  msgstr ""
3323
 
3324
+ #: options/class.WpdiscuzOptions.php:3167
3325
+ msgid "Search engines rank web pages for mobile devices totally different. For the mobile devices, there are more restrictions for JS and CSS files loading. This is the main reason why wpDiscuz disables the Rich Editor for mobile devices by default. It's only enabled for desktop. If you have good cache and website optimizer plugins you can enable the rich editor for mobile devices as well."
3326
  msgstr ""
3327
 
3328
+ #: forms/wpDiscuzForm.php:117
3329
+ msgid "Search Forms"
3330
  msgstr ""
3331
 
3332
+ #: options/phrases-layouts/phrases-datetime.php:51
3333
+ msgid "Second"
3334
  msgstr ""
3335
 
3336
+ #: options/class.WpdiscuzOptions.php:383
3337
+ msgid "second"
3338
  msgstr ""
3339
 
3340
+ #: options/options-layouts/html-live.php:180 options/options-layouts/html-live.php:181 options/options-layouts/html-live.php:182
3341
+ msgid "Seconds"
3342
  msgstr ""
3343
 
3344
+ #: options/class.WpdiscuzOptions.php:384 options/options-layouts/html-live.php:111 options/options-layouts/html-live.php:126
3345
+ msgid "seconds"
3346
  msgstr ""
3347
 
3348
+ #: options/phrases-layouts/phrases-datetime.php:55
3349
+ msgid "Seconds (Plural Form)"
3350
  msgstr ""
3351
 
3352
+ #: options/options-layouts/html-social.php:872 options/options-layouts/html-social.php:928 options/options-layouts/html-social.php:984 options/options-layouts/html-social.php:1040
3353
+ msgid "Secret"
3354
  msgstr ""
3355
 
3356
+ #: options/class.WpdiscuzOptions.php:3203 options/options-layouts/html-social.php:726
3357
+ msgid "Secret Key"
 
3358
  msgstr ""
3359
 
3360
+ #: options/class.WpdiscuzOptions.php:4364
3361
+ msgid "Secure comment content in HTTPS protocol."
3362
  msgstr ""
3363
 
3364
+ #: options/options-layouts/html-social.php:349 options/options-layouts/html-social.php:670
3365
+ msgid "Secure Key"
3366
  msgstr ""
3367
 
3368
+ #: options/class.WpdiscuzOptions.php:1976
3369
+ msgid "See comment likers and voters of each comment. Adds user reputation and badges based on received likes."
3370
  msgstr ""
3371
 
3372
+ #: options/class.WpdiscuzOptions.php:478 options/phrases-layouts/phrases-general.php:27
3373
+ msgid "Select a part of text and ask readers for feedback (inline commenting)"
3374
  msgstr ""
3375
 
3376
+ #: options/html-options.php:334
3377
+ msgid "Select a part of text, add inline commenting form in post content using the green &laquo;Comment&raquo; button on post editor toolbar. Once it's added in article editor (backend), on article (front-end) readers will see a small comment icon next to the text part you've selected."
3378
  msgstr ""
3379
 
3380
+ #: options/options-layouts/html-content.php:169
3381
+ msgid "Select All"
3382
  msgstr ""
3383
 
3384
+ #: class.WpdiscuzCore.php:1964
3385
+ msgid "Selected Text"
3386
  msgstr ""
3387
 
3388
+ #: options/class.WpdiscuzOptions.php:3989
3389
+ msgid "Send E-Mail Notification to Mentioned Users"
3390
  msgstr ""
3391
 
3392
+ #: options/options-layouts/html-thread_layouts.php:163
3393
+ msgid "separate count"
3394
  msgstr ""
3395
 
3396
+ #: options/options-layouts/html-content.php:195
3397
+ msgid "Server 'post_max_size' is "
3398
  msgstr ""
3399
 
3400
+ #: options/options-layouts/html-content.php:194
3401
+ msgid "Server 'upload_max_filesize' is "
3402
  msgstr ""
3403
 
3404
+ #: options/class.WpdiscuzOptions.php:3784
3405
+ msgid "Set comments order to \"Most voted\" by default"
3406
  msgstr ""
3407
 
3408
+ #: options/class.WpdiscuzOptions.php:4168
3409
+ msgid "Set this option value 0, to turn off comment text breaking function."
 
 
3410
  msgstr ""
3411
 
3412
+ #: class.WpdiscuzCore.php:958 class.WpdiscuzCore.php:1462 options/html-options.php:399 options/html-options.php:510
3413
+ msgid "Settings"
 
3414
  msgstr ""
3415
 
3416
+ #: options/class.WpdiscuzOptions.php:1746
3417
+ msgid "Settings updated"
 
3418
  msgstr ""
3419
 
3420
+ #: options/class.WpdiscuzOptions.php:344 options/phrases-layouts/phrases-comment.php:15
3421
+ msgid "Share"
 
3422
  msgstr ""
3423
 
3424
+ #: options/class.WpdiscuzOptions.php:346 options/phrases-layouts/phrases-comment.php:23
3425
+ msgid "Share On Facebook"
3426
  msgstr ""
3427
 
3428
+ #: options/class.WpdiscuzOptions.php:350 options/phrases-layouts/phrases-comment.php:39
3429
+ msgid "Share On Odnoklassniki"
3430
  msgstr ""
3431
 
3432
+ #: options/class.WpdiscuzOptions.php:347 options/phrases-layouts/phrases-comment.php:27
3433
+ msgid "Share On Twitter"
3434
  msgstr ""
3435
 
3436
+ #: options/class.WpdiscuzOptions.php:349 options/phrases-layouts/phrases-comment.php:35
3437
+ msgid "Share On VKontakte"
3438
  msgstr ""
3439
 
3440
+ #: options/class.WpdiscuzOptions.php:348 options/phrases-layouts/phrases-comment.php:31
3441
+ msgid "Share On WhatsApp"
3442
  msgstr ""
3443
 
3444
+ #: options/phrases-layouts/phrases-email.php:43 options/phrases-layouts/phrases-email.php:76
3445
+ msgid "Shortcode above will work for registered users only"
3446
  msgstr ""
3447
 
3448
+ #: options/class.WpdiscuzOptions.php:3270
3449
+ msgid "Show \"Login\" link on comment form"
3450
  msgstr ""
3451
 
3452
+ #: options/options-layouts/html-login.php:91
3453
+ msgid "Show Activity Tab"
3454
  msgstr ""
3455
 
3456
+ #: options/class.WpdiscuzOptions.php:3843
3457
+ msgid "Show Comment Date"
 
3458
  msgstr ""
3459
 
3460
+ #: options/class.WpdiscuzOptions.php:3836
3461
+ msgid "Show Comment Link"
3462
  msgstr ""
3463
 
3464
+ #: options/class.WpdiscuzOptions.php:4208
3465
+ msgid "Show Comments Media in Dashboard"
3466
  msgstr ""
3467
 
3468
+ #: options/options-layouts/html-login.php:109
3469
+ msgid "Show Followers Tab"
3470
  msgstr ""
3471
 
3472
+ #: options/options-layouts/html-login.php:100
3473
+ msgid "Show Subscriptions Tab"
3474
  msgstr ""
3475
 
3476
+ #: options/class.WpdiscuzOptions.php:3850
3477
+ msgid "Show Voting Buttons"
3478
  msgstr ""
3479
 
3480
+ #: options/class.WpdiscuzOptions.php:4215
3481
+ msgid "Single Image Sizes in Comments"
3482
  msgstr ""
3483
 
3484
+ #: options/class.WpdiscuzOptions.php:3196
3485
+ msgid "Site Key"
3486
+ msgstr ""
3487
+
3488
+ #: options/options-layouts/html-moderation.php:126
3489
+ msgid "Sitewide"
3490
  msgstr ""
3491
 
3492
+ #: options/html-phrases.php:26 options/phrases-layouts/phrases-social-login.php:7
3493
+ msgid "Social Login"
3494
  msgstr ""
3495
 
3496
+ #: options/phrases-layouts/phrases-social-login.php:19
3497
+ msgid "Social login agreement description"
3498
  msgstr ""
3499
 
3500
+ #: options/phrases-layouts/phrases-social-login.php:15
3501
+ msgid "Social login agreement label"
3502
  msgstr ""
3503
 
3504
+ #: options/html-dashboard.php:42 options/html-dashboard.php:90
3505
+ msgid "Social Login and Commenting"
3506
  msgstr ""
3507
 
3508
+ #: options/class.WpdiscuzOptions.php:3314
3509
+ msgid "Social Login and Share"
3510
  msgstr ""
3511
 
3512
+ #: options/options-layouts/html-recaptcha.php:32
3513
+ msgid "SocketPost"
3514
  msgstr ""
3515
 
3516
+ #: options/class.WpdiscuzOptions.php:403 options/phrases-layouts/phrases-error.php:43
3517
+ msgid "Some of field value is invalid"
3518
  msgstr ""
3519
 
3520
+ #: options/class.WpdiscuzOptions.php:3080
3521
+ #, php-format
3522
+ msgid "Something is wrong with %s addon license and files. If this addon has not been purchased and downloaded from the official gVectors.com website it's probably hacked and may lead to lots of security issues."
3523
  msgstr ""
3524
 
3525
+ #: options/class.WpdiscuzOptions.php:3300
3526
+ msgid "Sometimes registered users comment as guest using the same email address. wpDiscuz can detect the account role using guest email and display commenter label correctly."
3527
  msgstr ""
3528
 
3529
+ #: options/class.WpdiscuzOptions.php:405
3530
+ msgid "Sorry, the comment was not updated"
3531
  msgstr ""
3532
 
3533
+ #: options/class.WpdiscuzOptions.php:406
3534
+ msgid "Sorry, this comment is no longer possible to edit"
3535
  msgstr ""
3536
 
3537
+ #: options/class.WpdiscuzOptions.php:1138
3538
+ msgid "Sorry, uploading not allowed for this post"
3539
  msgstr ""
3540
 
3541
+ #: options/phrases-layouts/phrases-follow.php:31
3542
+ msgid "Sorry, we couldn't send confirmation email"
3543
  msgstr ""
3544
 
3545
+ #: options/class.WpdiscuzOptions.php:465
3546
+ msgid "Sorry, we couldn't send confirmation email."
3547
  msgstr ""
3548
 
3549
+ #: options/class.WpdiscuzOptions.php:337 options/phrases-layouts/phrases-form.php:55
3550
+ msgid "Sort by"
3551
  msgstr ""
3552
 
3553
+ #: options/options-layouts/html-form.php:109
3554
+ msgid "Source Code"
3555
  msgstr ""
3556
 
3557
+ #: options/class.WpdiscuzOptions.php:508 options/options-layouts/html-form.php:111 options/phrases-layouts/phrases-general.php:147
3558
+ msgid "Spoiler"
3559
  msgstr ""
3560
 
3561
+ #: options/class.WpdiscuzOptions.php:512 options/phrases-layouts/phrases-general.php:163
3562
+ msgid "Spoiler Title"
3563
  msgstr ""
3564
 
3565
+ #: options/tools-layouts/tool-ratings.php:21
3566
+ msgid "Start Rebuild"
3567
  msgstr ""
3568
 
3569
+ #: options/tools-layouts/tool-regenerate.php:37 options/tools-layouts/tool-regenerate.php:55 options/tools-layouts/tool-regenerate.php:73
3570
+ msgid "Start Regenerate"
3571
  msgstr ""
3572
 
3573
+ #: options/tools-layouts/tool-regenerate.php:91
3574
+ msgid "Start Sync"
3575
  msgstr ""
3576
 
3577
+ #: options/class.WpdiscuzOptions.php:326
3578
+ msgid "Start the discussion"
3579
  msgstr ""
3580
 
3581
+ #: options/html-options.php:386
3582
+ msgid "Start Using wpDiscuz"
3583
  msgstr ""
3584
 
3585
+ #: options/class.WpdiscuzOptions.php:3932
3586
+ msgid "Starting from wpDiscuz 7 you can choose the [ Off ] option of comment style. It'll remove most of wpDiscuz CSS code and allow you write your own CSS for custom comment styling."
3587
  msgstr ""
3588
 
3589
+ #: options/html-options.php:85
3590
+ msgid "Step 1"
3591
  msgstr ""
3592
 
3593
+ #: options/html-options.php:93
3594
+ msgid "Step 2"
3595
  msgstr ""
3596
 
3597
+ #: options/html-options.php:101
3598
+ msgid "Step 3"
3599
  msgstr ""
3600
 
3601
+ #: options/class.WpdiscuzOptions.php:423 options/phrases-layouts/phrases-comment.php:103
3602
+ msgid "Stick"
3603
  msgstr ""
3604
 
3605
+ #: options/class.WpdiscuzOptions.php:4114
3606
+ msgid "Stick Button - Stick a comment thread"
3607
  msgstr ""
3608
 
3609
+ #: options/phrases-layouts/phrases-comment.php:99
3610
+ msgid "Stick button title"
3611
  msgstr ""
3612
 
3613
+ #: options/class.WpdiscuzOptions.php:422
3614
+ msgid "Stick this comment"
3615
  msgstr ""
3616
 
3617
+ #: utils/class.WpdiscuzHelper.php:374
3618
+ msgid "Sticky"
 
3619
  msgstr ""
3620
 
3621
+ #: options/phrases-layouts/phrases-comment.php:111
3622
+ msgid "Sticky comment icon title"
3623
  msgstr ""
3624
 
3625
+ #: options/class.WpdiscuzOptions.php:425
3626
+ msgid "Sticky Comment Thread"
 
 
 
 
 
 
 
3627
  msgstr ""
3628
 
3629
+ #: options/options-layouts/html-form.php:97
3630
+ msgid "Strike"
3631
  msgstr ""
3632
 
3633
+ #: options/class.WpdiscuzOptions.php:4385
3634
+ msgid "Structure of Human Readable Date Format"
3635
  msgstr ""
3636
 
3637
+ #: options/class.WpdiscuzOptions.php:3937
3638
+ msgid "Style Specific Colors"
3639
  msgstr ""
3640
 
3641
+ #: options/class.WpdiscuzOptions.php:3922
3642
+ msgid "Styles and Colors"
 
 
3643
  msgstr ""
3644
 
3645
+ #: options/class.WpdiscuzOptions.php:332 options/phrases-layouts/phrases-form.php:35
3646
+ msgid "Subscribe"
 
3647
  msgstr ""
3648
 
3649
+ #: options/options-layouts/html-subscription.php:118
3650
+ msgid "Subscribe to all comments of this post"
 
 
 
 
3651
  msgstr ""
3652
 
3653
+ #: options/options-layouts/html-subscription.php:123
3654
+ msgid "Subscribe to all replies to my comments"
 
3655
  msgstr ""
3656
 
3657
+ #: options/phrases-layouts/phrases-form.php:75
3658
+ msgid "Subscribed on all your comments replies"
3659
  msgstr ""
3660
 
3661
+ #: options/phrases-layouts/phrases-form.php:71
3662
+ msgid "Subscribed on this comment replies"
3663
  msgstr ""
3664
 
3665
+ #: options/phrases-layouts/phrases-form.php:79
3666
+ msgid "Subscribed on this post"
3667
  msgstr ""
3668
 
3669
+ #: options/class.WpdiscuzOptions.php:454 options/phrases-layouts/phrases-user-settings.php:142
3670
+ msgid "subscribed to all follow-up comments of this post"
3671
  msgstr ""
3672
 
3673
+ #: options/class.WpdiscuzOptions.php:453 options/phrases-layouts/phrases-user-settings.php:138
3674
+ msgid "subscribed to my comments"
 
3675
  msgstr ""
3676
 
3677
+ #: options/class.WpdiscuzOptions.php:452 options/phrases-layouts/phrases-user-settings.php:134
3678
+ msgid "subscribed to this comment"
3679
  msgstr ""
3680
 
3681
+ #: utils/class.WpdiscuzHelperAjax.php:891
3682
+ msgid "Subscribers"
 
3683
  msgstr ""
3684
 
3685
+ #: utils/class.WpdiscuzHelperAjax.php:893
3686
+ msgid "Subscription - all comments"
 
3687
  msgstr ""
3688
 
3689
+ #: utils/class.WpdiscuzHelperAjax.php:894
3690
+ msgid "Subscription - comment"
3691
  msgstr ""
3692
 
3693
+ #: utils/class.WpdiscuzHelperAjax.php:892
3694
+ msgid "Subscription - posts"
3695
  msgstr ""
3696
 
3697
+ #: options/class.WpdiscuzOptions.php:3974
3698
+ msgid "Subscription and User Following"
3699
  msgstr ""
3700
 
3701
+ #: options/class.WpdiscuzOptions.php:368
3702
+ msgid "Subscription Confirmation"
 
3703
  msgstr ""
3704
 
3705
+ #: options/phrases-layouts/phrases-email.php:131
3706
+ msgid "Subscription confirmation email content"
3707
  msgstr ""
3708
 
3709
+ #: options/phrases-layouts/phrases-email.php:120
3710
+ msgid "Subscription confirmation email subject"
3711
  msgstr ""
3712
 
3713
+ #: options/class.WpdiscuzOptions.php:500 options/phrases-layouts/phrases-general.php:115
3714
+ msgid "Subscription Fault"
 
3715
  msgstr ""
3716
 
3717
+ #: options/phrases-layouts/phrases-email.php:55
3718
+ msgid "Subscription type: All my comments"
 
3719
  msgstr ""
3720
 
3721
+ #: options/phrases-layouts/phrases-email.php:22
3722
+ msgid "Subscription type: Post comments"
3723
  msgstr ""
3724
 
3725
+ #: options/phrases-layouts/phrases-email.php:88
3726
+ msgid "Subscription type: Single comment"
3727
  msgstr ""
3728
 
3729
+ #: options/class.WpdiscuzOptions.php:4017
3730
+ msgid "Subscription types in Subscription Bar drop-down"
3731
  msgstr ""
3732
 
3733
+ #: options/class.WpdiscuzOptions.php:436 options/html-dashboard.php:201 utils/class.WpdiscuzHelperAjax.php:949 options/phrases-layouts/phrases-user-settings.php:19
3734
+ msgid "Subscriptions"
3735
  msgstr ""
3736
 
3737
+ #: options/html-options.php:25
3738
+ msgid "Support"
3739
  msgstr ""
3740
 
3741
+ #: options/html-dashboard.php:232
3742
+ msgid "Support & Community"
3743
  msgstr ""
3744
 
3745
+ #: options/class.WpdiscuzOptions.php:2276 options/tools-layouts/tool-regenerate.php:92
3746
+ msgid "Synchronize Commenters Data"
3747
  msgstr ""
3748
 
3749
+ #: options/class.WpdiscuzOptions.php:1877
3750
+ msgid "Syntax highlighting for comments, automatic language detection and multi-language code highlighting."
 
3751
  msgstr ""
3752
 
3753
+ #: options/options-layouts/html-thread_styles.php:119
3754
+ msgid "Text Color"
3755
  msgstr ""
3756
 
3757
+ #: options/html-dashboard.php:15
3758
+ msgid "Thank you for installing wpDiscuz!"
3759
  msgstr ""
3760
 
3761
+ #: options/phrases-layouts/phrases-general.php:43
3762
+ msgid "Thank you for your feedback"
 
3763
  msgstr ""
3764
 
3765
+ #: options/class.WpdiscuzOptions.php:482 utils/deactivation-reason-modal.php:157
3766
+ msgid "Thank you for your feedback!"
3767
  msgstr ""
3768
 
3769
+ #: options/html-options.php:383
3770
+ msgid "Thank You!"
3771
  msgstr ""
3772
 
3773
+ #: options/options-layouts/html-general.php:192
3774
+ msgid "Thank you!"
3775
  msgstr ""
3776
 
3777
+ #: options/class.WpdiscuzOptions.php:3279
3778
+ msgid "The \"My Content & Settings\" button is located in comment filter panel on top of all comments, right after the [X Comments] phrase. This button opens a pop-up window allowing commenters manage their content and settings."
3779
  msgstr ""
3780
 
3781
+ #: options/html-dashboard.php:86
3782
+ msgid "The &laquo;Layout #1&raquo; is the simplest and cleanest layout. The &laquo;Layout #2&raquo; is designed for narrow comment sections. It displays comment content in wider area. The &laquo;Layout #3&raquo; layout is designed to accent comment thread hierarchy by colored vertical lines and indents."
3783
  msgstr ""
3784
 
3785
+ #: utils/class.WpdiscuzHelperUpload.php:488
3786
+ msgid "The attachment not exists"
3787
  msgstr ""
3788
 
3789
+ #: options/html-options.php:259
3790
+ msgid "The Bubble is also designed to invite article readers to comment. It displays invite message allowing them fast and easy jump to comment area."
3791
  msgstr ""
3792
 
3793
+ #: options/class.WpdiscuzOptions.php:3324
3794
+ msgid "The note text and the label of this checkbox can be managed in Comments > Phrases > Social Login tab."
3795
  msgstr ""
3796
 
3797
+ #: options/html-dashboard.php:53
3798
+ msgid "The number of already left feedbacks will be displayed next to the feedback icon allowing people click and read other's feedbacks in the same place. Also, those feedbacks will be displayed with other standard comments in article comment section below."
3799
  msgstr ""
3800
 
3801
+ #: options/class.WpdiscuzOptions.php:4166
3802
+ msgid "The number of words before breaking comment text (Read more)"
3803
  msgstr ""
3804
 
3805
+ #: utils/deactivation-reason-modal.php:63
3806
+ msgid "The plugin is great, but I need specific features"
3807
  msgstr ""
3808
 
3809
+ #: utils/deactivation-reason-modal.php:23
3810
+ msgid "The plugin is not working"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3811
  msgstr ""
3812
 
3813
+ #: utils/deactivation-reason-modal.php:99
3814
+ msgid "The plugin works very slow"
3815
  msgstr ""
3816
 
3817
+ #: forms/wpdFormAttr/Form.php:1096
3818
+ msgid "The red marked post types are already attached to other comment form. If you set this form too, the old forms will not be used for them."
 
 
3819
  msgstr ""
3820
 
3821
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:102
3822
+ msgid "The request is invalid or malformed."
 
3823
  msgstr ""
3824
 
3825
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:103
3826
+ msgid "The response is no longer valid: either is too old or has been used previously."
3827
  msgstr ""
3828
 
3829
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:101
3830
+ msgid "The response parameter is invalid or malformed."
3831
  msgstr ""
3832
 
3833
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:100
3834
+ msgid "The response parameter is missing."
3835
  msgstr ""
3836
 
3837
+ #: options/options-layouts/html-rating.php:10
3838
+ #, php-format
3839
+ msgid "The second type, is the old, comment depended way. You should create a \"Rating\" custom field in comment form allowing people to rate while they leave a comment. If you've already configured the second type (Rating comment field) in comment form, the first type will be automatically disabled. Both types of ratings can be managed in %s"
3840
  msgstr ""
3841
 
3842
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:99
3843
+ msgid "The secret parameter is invalid or malformed."
3844
  msgstr ""
3845
 
3846
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:98
3847
+ msgid "The secret parameter is missing."
3848
  msgstr ""
3849
 
3850
+ #: forms/wpdFormAttr/Form.php:1134
3851
+ msgid "Theme"
 
 
3852
  msgstr ""
3853
 
3854
+ #: options/class.WpdiscuzOptions.php:3939
3855
+ msgid "These options allows you manage comment section colors individaly for the Default and Dark Styles"
 
 
3856
  msgstr ""
3857
 
3858
+ #: options/tools-layouts/tool-images.php:59
3859
+ msgid "These tools are available only in <a href='https://gvectors.com/product/wpdiscuz-media-uploader/'><strong><i>wpDiscuz Media Uploader</i></strong></a> addon! Please install and activate it to use importer!"
3860
  msgstr ""
3861
 
3862
+ #: options/class.WpdiscuzOptions.php:3887
3863
+ msgid "This allows users to see own voted comments."
 
 
 
 
 
 
 
 
 
 
 
3864
  msgstr ""
3865
 
3866
+ #: options/options-layouts/html-live.php:11
3867
+ msgid "This Bubble is also designed to invite article readers to comment. It displays invite message allowing them fast and easy jump to comment area."
3868
  msgstr ""
3869
 
3870
+ #: options/class.WpdiscuzOptions.php:4314
3871
+ msgid "This filter button appears next to all filter buttons and comment sorting options. It allows to filter and display article inline feedbacks (comments made while reading current article)."
 
3872
  msgstr ""
3873
 
3874
+ #: options/class.WpdiscuzOptions.php:484 options/phrases-layouts/phrases-general.php:51
3875
+ msgid "This is closed comment thread"
3876
  msgstr ""
3877
 
3878
+ #: options/class.WpdiscuzOptions.php:4175
3879
+ msgid "This option allows commenters to attach an image with comments."
3880
  msgstr ""
3881
 
3882
+ #: options/class.WpdiscuzOptions.php:4130
3883
+ msgid "This option allows control commenting activity per user. You can set maximum number of comments users can leave per post or sitewide. It also allow to set restriction for comments or for replies only."
 
 
 
3884
  msgstr ""
3885
 
3886
+ #: options/class.WpdiscuzOptions.php:4161
3887
+ msgid "This option allows embedding other plugins shortcodes in comment content. Some plugin shortcodes work very slow, so this may affect your page load speed if the shortcode provider plugin is not well optimized."
3888
  msgstr ""
3889
 
3890
+ #: options/class.WpdiscuzOptions.php:3984
3891
+ #, php-format
3892
+ msgid "This option allows mentioning users in comments using @nickname method. Mentioned users will get notification via email if the next option is enabled. To get an advanced user mentioning features and to be able mention comments by #CommentID, we recommend the %s addon."
3893
  msgstr ""
3894
 
3895
+ #: options/class.WpdiscuzOptions.php:4366
3896
+ msgid "This option detects images and other contents with non-https source URLs and fix according to your selected logic."
3897
  msgstr ""
3898
 
3899
+ #: options/class.WpdiscuzOptions.php:3779
3900
+ msgid "This option enables comment sorting buttons (newest | oldest | most voted). Sorting buttons are not available for the default comments pagination type [1][2][3]... It's only active for [Load more] and other AJAX pagination types."
 
3901
  msgstr ""
3902
 
3903
+ #: options/class.WpdiscuzOptions.php:3894
3904
+ msgid "This option only related to avatars in comment system. For sitewide avatar control, please use WordPress native avatar settings in Dashboard > Settings > Discussions admin page."
3905
  msgstr ""
3906
 
3907
+ #: options/html-dashboard.php:17
3908
+ msgid "This version is mostly focused on website visitors engagement,"
3909
  msgstr ""
3910
 
3911
+ #: options/html-dashboard.php:135
3912
+ msgid "Thread Replies"
3913
  msgstr ""
3914
 
3915
+ #: options/html-options.php:190
3916
+ msgid "To downgrade wpDiscuz, you should deactivate and delete wpDiscuz 7 plugin. Then download the previous 5.3.2 version ZIP file from wpDiscuz plugin page (use dropdown menu under statistic graphics). And install the ZIP file in Dashboard > Plugins > Add Plugin admin page. The downgrading is only recommended to gain a time to do template customizations or wait for help from our support team. Once the issues are resolved, you should update to latest wpDiscuz version."
3917
  msgstr ""
3918
 
3919
+ #: options/options-layouts/html-social.php:739
3920
  msgid "To get the Application ID, Key and Secret, you should create an app using one of the supported types (external, Android, iOS), use this"
3921
  msgstr ""
3922
 
3923
+ #: options/phrases-layouts/phrases-notification.php:46
3924
+ msgid "To post a comment"
 
 
 
 
3925
  msgstr ""
3926
 
3927
+ #: options/class.WpdiscuzOptions.php:393
3928
+ msgid "to post a comment."
 
 
 
3929
  msgstr ""
3930
 
3931
+ #: options/options-layouts/html-social.php:996
3932
+ msgid "To start using Baidu Login Button you should get Client Id and Client Secret. Please follow to this "
3933
  msgstr ""
3934
 
3935
+ #: options/options-layouts/html-social.php:305
3936
+ msgid "To start using Disqus Login Button you should get Public Key and Secret Key. Please follow to this "
3937
  msgstr ""
3938
 
3939
+ #: options/options-layouts/html-social.php:76
3940
+ msgid "To start using Facebook Login and Share Buttons you should get Facebook Application Key and Secret for your website. Please follow to this"
3941
  msgstr ""
3942
 
3943
+ #: options/options-layouts/html-social.php:247
3944
+ msgid "To start using Google Login Button you should get Client ID and Client Secret for your website. Please follow to this"
3945
  msgstr ""
3946
 
3947
+ #: options/options-layouts/html-social.php:417
3948
+ msgid "To start using Instagram Login Button you should get Client ID and Client Secret. Please follow to this "
 
3949
  msgstr ""
3950
 
3951
+ #: options/options-layouts/html-social.php:473
3952
+ msgid "To start using Linkedin Login Button you should get Client ID and Client Secret. Please follow to this "
3953
  msgstr ""
3954
 
3955
+ #: options/options-layouts/html-social.php:682
3956
+ msgid "To start using Mail.ru Login Button you should get Client ID and Client Secret. Please follow to this "
3957
  msgstr ""
3958
 
3959
+ #: options/options-layouts/html-social.php:940
3960
+ msgid "To start using Tencent QQ Login Button you should get AppID and AppKey. Please follow to this "
3961
  msgstr ""
3962
 
3963
+ #: options/options-layouts/html-social.php:171
3964
+ msgid "To start using Twitter Login Button you should get Consumer Key and Secret for your website. Please follow to this"
3965
  msgstr ""
3966
 
3967
+ #: options/options-layouts/html-social.php:607
3968
+ msgid "To start using VK Login Button you should get Application ID and Secure Key. Please follow to this "
3969
  msgstr ""
3970
 
3971
+ #: options/options-layouts/html-social.php:828
3972
+ msgid "To start using WeChat Login Button you should get AppID and Secret. Please follow to this "
3973
  msgstr ""
3974
 
3975
+ #: options/options-layouts/html-social.php:884
3976
+ msgid "To start using Weibo Login Button you should get App Key and App Secret. Please follow to this "
3977
  msgstr ""
3978
 
3979
+ #: options/options-layouts/html-social.php:362
3980
+ msgid "To start using Wordpress.com Login Button you should get Client ID and Client Secret. Please follow to this "
3981
  msgstr ""
3982
 
3983
+ #: options/options-layouts/html-social.php:551
3984
+ msgid "To start using Yandex Login Button you should get Client ID and Client Secret. Please follow to this "
3985
  msgstr ""
3986
 
3987
+ #: options/html-dashboard.php:166
3988
+ msgid "Today"
3989
  msgstr ""
3990
 
3991
+ #: class.WpdiscuzCore.php:968
3992
+ msgid "Tools"
3993
  msgstr ""
3994
 
3995
+ #: options/class.WpdiscuzOptions.php:1949
3996
+ msgid "Total control over comment subscriptions. Full list, monitor, manage, filter, unsubscribe, confirm..."
3997
  msgstr ""
3998
 
3999
+ #: options/options-layouts/html-thread_layouts.php:162
4000
+ msgid "total count"
4001
  msgstr ""
4002
 
4003
+ #: options/html-dashboard.php:226
4004
+ msgid "Translation"
4005
  msgstr ""
4006
 
4007
+ #: options/class.WpdiscuzOptions.php:3392
4008
+ msgid "Twitter - Consumer Key (API Key)"
4009
  msgstr ""
4010
 
4011
+ #: options/class.WpdiscuzOptions.php:3399
4012
+ msgid "Twitter - Consumer Secret (API Secret)"
4013
  msgstr ""
4014
 
4015
+ #: forms/wpdFormAttr/Login/SocialLogin.php:698
4016
+ msgid "Twitter authentication failed (OAuth secret does not exist)."
4017
  msgstr ""
4018
 
4019
+ #: options/options-layouts/html-social.php:172
4020
+ msgid "Twitter Callback URL"
 
4021
  msgstr ""
4022
 
4023
+ #: forms/wpdFormAttr/Login/SocialLogin.php:713
4024
+ msgid "Twitter connection failed."
4025
  msgstr ""
4026
 
4027
+ #: forms/wpdFormAttr/Login/SocialLogin.php:686
4028
+ msgid "Twitter Consumer Key and Consumer Secret required."
4029
  msgstr ""
4030
 
4031
+ #: options/class.WpdiscuzOptions.php:3378
4032
+ msgid "Twitter Login Button"
4033
  msgstr ""
4034
 
4035
+ #: options/class.WpdiscuzOptions.php:3385
4036
+ msgid "Twitter Share Button"
4037
  msgstr ""
4038
 
4039
+ #: forms/wpDiscuzForm.php:224 forms/wpdFormAttr/Row.php:23
4040
+ msgid "Two column"
4041
  msgstr ""
4042
 
4043
+ #: options/class.WpdiscuzOptions.php:499 options/phrases-layouts/phrases-general.php:111
4044
+ msgid "Unable to send an email"
4045
  msgstr ""
4046
 
4047
+ #: options/options-layouts/html-form.php:95
4048
+ msgid "Underline"
4049
  msgstr ""
4050
 
4051
+ #: utils/class.WpdiscuzHelperEmail.php:426
4052
+ msgid "Unfollow"
4053
  msgstr ""
4054
 
4055
+ #: options/class.WpdiscuzOptions.php:461 options/phrases-layouts/phrases-follow.php:15
4056
+ msgid "Unfollow this user"
4057
  msgstr ""
4058
 
4059
+ #: options/options-layouts/html-moderation.php:32
4060
+ msgid "Unlimit"
 
 
 
 
 
 
 
 
 
 
 
4061
  msgstr ""
4062
 
4063
+ #: options/options-layouts/html-form.php:101
4064
+ msgid "Unordered List"
 
4065
  msgstr ""
4066
 
4067
+ #: options/options-layouts/html-thread_styles.php:116
4068
+ msgid "Unread comments background"
 
4069
  msgstr ""
4070
 
4071
+ #: options/options-layouts/html-content.php:170
4072
+ msgid "Unselect All"
 
4073
  msgstr ""
4074
 
4075
+ #: options/class.WpdiscuzOptions.php:424 options/phrases-layouts/phrases-comment.php:107
4076
+ msgid "Unstick"
 
4077
  msgstr ""
4078
 
4079
+ #: options/class.WpdiscuzOptions.php:362 options/phrases-layouts/phrases-email.php:176
4080
+ msgid "Unsubscribe"
 
4081
  msgstr ""
4082
 
4083
+ #: options/class.WpdiscuzOptions.php:4295
4084
+ msgid "Update Comment List Every"
 
4085
  msgstr ""
4086
 
4087
+ #: options/class.WpdiscuzOptions.php:372
4088
+ msgid "url is invalid"
4089
  msgstr ""
4090
 
4091
+ #: options/class.WpdiscuzOptions.php:3350
4092
+ msgid "Use Facebook OAuth2"
4093
  msgstr ""
4094
 
4095
+ #: options/html-options.php:134
4096
+ msgid "Use FTP client or hosting service cPanel > File Manager tool. WordPress theme folders are located in /wp-content/themes/ directory. The active theme folder can be detected by name."
4097
  msgstr ""
4098
 
4099
+ #: options/class.WpdiscuzOptions.php:3298
4100
+ msgid "Use guest email to detect registered account"
4101
  msgstr ""
4102
 
4103
+ #: options/class.WpdiscuzOptions.php:4392
4104
+ msgid "Use Plugin .PO/.MO Files"
4105
  msgstr ""
4106
 
4107
+ #: options/class.WpdiscuzOptions.php:4038
4108
+ msgid "Use Postmatic for subscriptions and commenting by email"
4109
  msgstr ""
4110
 
4111
+ #: options/html-options.php:173
4112
+ msgid "Use the \"Deactivate\" button located next to the \"Learn More\" button. Just click on this button and Jetpack Comments will be deactivated. Once it's disabled, please delete all caches."
4113
  msgstr ""
4114
 
4115
+ #: options/class.WpdiscuzOptions.php:3291
4116
+ msgid "Use Website URL as Profile URL"
4117
  msgstr ""
4118
 
4119
+ #: options/class.WpdiscuzOptions.php:4378
4120
+ msgid "Use WordPress Date/Time Format"
4121
  msgstr ""
4122
 
4123
+ #: options/class.WpdiscuzOptions.php:4343
4124
+ msgid "Use WordPress native AJAX functions"
4125
  msgstr ""
4126
 
4127
+ #: options/class.WpdiscuzOptions.php:3322
4128
+ msgid "User agreement prior to a social login action"
4129
  msgstr ""
4130
 
4131
+ #: options/class.WpdiscuzOptions.php:2039
4132
+ msgid "User and Comment Mentioning"
4133
  msgstr ""
4134
 
4135
+ #: options/class.WpdiscuzOptions.php:3255
4136
+ msgid "User Authorization and Profile Data"
4137
  msgstr ""
4138
 
4139
+ #: options/html-dashboard.php:141
4140
+ msgid "User Commenters"
4141
  msgstr ""
4142
 
4143
+ #: options/class.WpdiscuzOptions.php:471
4144
+ msgid "User Following Confirmation"
4145
  msgstr ""
4146
 
4147
+ #: options/class.WpdiscuzOptions.php:4061
4148
+ msgid "User Labels and Badges"
4149
  msgstr ""
4150
 
4151
+ #: options/options-layouts/html-labels.php:10
4152
+ #, php-format
4153
+ msgid "User Labels are small rectangles with specific background colors indicating comment author role, such as Guest, Member, Author, Admin, etc... These labels can be enabled and disabled for certain user role. Also you can change label colors using according options below.<br> Besides labels you can enable User Reputation, Badges and Ranks based on user activity, using %s addon. This addon integrates wpDiscuz comment system with an adaptive user points management plugin %s."
4154
  msgstr ""
4155
 
4156
+ #: options/html-phrases.php:27
4157
+ msgid "User Settings"
4158
  msgstr ""
4159
 
4160
+ #: options/phrases-layouts/phrases-user-settings.php:7
4161
+ msgid "User Settings Phrases"
4162
  msgstr ""
4163
 
4164
+ #: options/tools-layouts/tool-options.php:14
4165
+ msgid "Using this tool you can backup wpDiscuz options or migrate them from one WordPress to another."
4166
  msgstr ""
4167
 
4168
+ #: options/tools-layouts/tool-phrases.php:15
4169
+ msgid "Using this tool you can backup wpDiscuz phrases or migrate them from one WordPress to another."
4170
  msgstr ""
4171
 
4172
+ #: options/tools-layouts/tool-database.php:16
4173
+ msgid "Using this tool you can fix database tables."
4174
  msgstr ""
4175
 
4176
+ #: options/tools-layouts/tool-ratings.php:17
4177
+ msgid "Using this tool you can rebuild ratings."
4178
  msgstr ""
4179
 
4180
+ #: options/tools-layouts/tool-regenerate.php:33
4181
+ msgid "Using this tool you can regenerate closed comments."
4182
  msgstr ""
4183
 
4184
+ #: options/tools-layouts/tool-regenerate.php:51
4185
+ msgid "Using this tool you can regenerate comment vote data."
4186
  msgstr ""
4187
 
4188
+ #: options/tools-layouts/tool-regenerate.php:69
4189
+ msgid "Using this tool you can regenerate comment vote metas."
4190
  msgstr ""
4191
 
4192
+ #: options/tools-layouts/tool-regenerate.php:87
4193
+ msgid "Using this tool you can synchronize comment author data."
4194
  msgstr ""
4195
 
4196
+ #: options/class.WpdiscuzOptions.php:2040
4197
+ msgid "Using wpDiscuz User &amp; Comment Mentioning addon you can allow commenters mention comments and users in comment text using #comment-id and @username tags."
4198
  msgstr ""
4199
 
4200
+ #: options/options-layouts/html-social.php:77
4201
+ msgid "Valid OAuth Redirect URI"
4202
  msgstr ""
4203
 
4204
+ #: forms/wpdFormAttr/Field/NumberField.php:127
4205
+ msgid "value can not be less than"
4206
  msgstr ""
4207
 
4208
+ #: forms/wpdFormAttr/Field/NumberField.php:130
4209
+ msgid "value can not be more than"
4210
  msgstr ""
4211
 
4212
+ #: forms/wpdFormAttr/Field/CheckboxField.php:28 forms/wpdFormAttr/Field/RadioField.php:28 forms/wpdFormAttr/Field/SelectField.php:28
4213
+ msgid "Values"
4214
  msgstr ""
4215
 
4216
+ #: options/class.WpdiscuzOptions.php:2128
4217
+ msgid "View Addons Bundle"
4218
  msgstr ""
4219
 
4220
+ #: options/class.WpdiscuzOptions.php:497 options/phrases-layouts/phrases-general.php:103
4221
+ msgid "View all comments"
4222
  msgstr ""
4223
 
4224
+ #: options/class.WpdiscuzOptions.php:507 options/phrases-layouts/phrases-general.php:143
4225
+ msgid "View Comments"
4226
  msgstr ""
4227
 
4228
+ #: options/class.WpdiscuzOptions.php:352 options/phrases-layouts/phrases-comment.php:47
4229
+ msgid "View Replies"
4230
  msgstr ""
4231
 
4232
+ #: options/html-addons.php:79
4233
+ msgid "View wpDiscuz Addons Bundle"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4234
  msgstr ""
4235
 
4236
+ #: options/class.WpdiscuzOptions.php:3658
4237
+ msgid "VK Application ID"
4238
  msgstr ""
4239
 
4240
+ #: forms/wpdFormAttr/Login/SocialLogin.php:754
4241
+ msgid "VK authentication failed (OAuth code does not exist)."
 
4242
  msgstr ""
4243
 
4244
+ #: forms/wpdFormAttr/Login/SocialLogin.php:751
4245
+ msgid "VK authentication failed (OAuth state does not exist)."
4246
  msgstr ""
4247
 
4248
+ #: forms/wpdFormAttr/Login/SocialLogin.php:772
4249
+ msgid "VK authentication failed (user_id does not exist)."
 
4250
  msgstr ""
4251
 
4252
+ #: forms/wpdFormAttr/Login/SocialLogin.php:723
4253
+ msgid "VK Client ID and Client Secret required."
 
4254
  msgstr ""
4255
 
4256
+ #: options/class.WpdiscuzOptions.php:3644
4257
+ msgid "VK Login Button"
4258
  msgstr ""
4259
 
4260
+ #: options/class.WpdiscuzOptions.php:3665
4261
+ msgid "VK Secure Key"
4262
  msgstr ""
4263
 
4264
+ #: options/class.WpdiscuzOptions.php:3651
4265
+ msgid "VK Share Button"
4266
  msgstr ""
4267
 
4268
+ #: options/class.WpdiscuzOptions.php:486 options/phrases-layouts/phrases-general.php:59
4269
+ msgid "vote"
4270
  msgstr ""
4271
 
4272
+ #: options/class.WpdiscuzOptions.php:396 options/phrases-layouts/phrases-notification.php:58
4273
+ msgid "Vote Counted"
4274
  msgstr ""
4275
 
4276
+ #: options/class.WpdiscuzOptions.php:395 options/phrases-layouts/phrases-comment.php:79
4277
+ msgid "Vote Down"
4278
  msgstr ""
4279
 
4280
+ #: options/class.WpdiscuzOptions.php:394 options/phrases-layouts/phrases-comment.php:75
4281
+ msgid "Vote Up"
4282
  msgstr ""
4283
 
4284
+ #: options/class.WpdiscuzOptions.php:487 options/phrases-layouts/phrases-general.php:63
4285
+ msgid "votes"
4286
  msgstr ""
4287
 
4288
+ #: options/class.WpdiscuzOptions.php:3857
4289
+ msgid "Voting Buttons Icon"
 
4290
  msgstr ""
4291
 
4292
+ #: options/class.WpdiscuzOptions.php:398 options/phrases-layouts/phrases-error.php:27
4293
+ msgid "Voting Error"
4294
  msgstr ""
4295
 
4296
+ #: options/class.WpdiscuzOptions.php:467
4297
+ msgid "We are sorry, but you can't follow this user."
4298
  msgstr ""
4299
 
4300
+ #: options/phrases-layouts/phrases-follow.php:43
4301
+ msgid "We are sorry, following failed. Please try again later."
4302
  msgstr ""
4303
 
4304
+ #: options/phrases-layouts/phrases-follow.php:39
4305
+ msgid "We are sorry, following this user is impossible"
4306
  msgstr ""
4307
 
4308
+ #: options/phrases-layouts/phrases-general.php:71
4309
+ #, php-format
4310
+ msgid "We are sorry, you are not allowed to comment more than %d time(s)"
4311
  msgstr ""
4312
 
4313
+ #: options/class.WpdiscuzOptions.php:489 options/class.WpdiscuzOptions.php:490
4314
+ #, php-format
4315
+ msgid "We are sorry, you are not allowed to comment more than %d time(s)!"
4316
  msgstr ""
4317
 
4318
+ #: options/phrases-layouts/phrases-general.php:75
4319
+ #, php-format
4320
+ msgid "We are sorry, you are not allowed to create a new comment thread more than %d time(s)"
4321
  msgstr ""
4322
 
4323
+ #: options/phrases-layouts/phrases-general.php:79
4324
+ #, php-format
4325
+ msgid "We are sorry, you are not allowed to reply more than %d time(s)"
4326
  msgstr ""
4327
 
4328
+ #: options/class.WpdiscuzOptions.php:491
4329
+ #, php-format
4330
+ msgid "We are sorry, you are not allowed to reply more than %d time(s)!"
4331
  msgstr ""
4332
 
4333
+ #: options/html-dashboard.php:258
4334
+ msgid "We love your reviews. This is the best way to say thank you to developers and support team."
4335
  msgstr ""
4336
 
4337
+ #: options/html-dashboard.php:253
4338
+ msgid "We'd really appreciate if you could help translating wpDiscuz to your language."
4339
  msgstr ""
4340
 
4341
+ #: forms/wpdFormAttr/Form.php:1300 forms/wpdFormAttr/Field/DefaultField/Website.php:84
4342
+ msgid "Website"
4343
  msgstr ""
4344
 
4345
+ #: forms/wpDiscuzForm.php:438
4346
+ msgid "WebSite URL"
4347
  msgstr ""
4348
 
4349
+ #: options/class.WpdiscuzOptions.php:3588
4350
+ msgid "WeChat App ID"
4351
  msgstr ""
4352
 
4353
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1057
4354
+ msgid "WeChat AppKey and AppSecret required."
4355
  msgstr ""
4356
 
4357
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1110
4358
+ msgid "WeChat authentication failed (access_token does not exist)."
4359
  msgstr ""
4360
 
4361
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1092
4362
+ msgid "WeChat authentication failed (code does not exist)."
4363
  msgstr ""
4364
 
4365
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1089
4366
+ msgid "WeChat authentication failed (OAuth state does not exist)."
4367
  msgstr ""
4368
 
4369
+ #: options/class.WpdiscuzOptions.php:3581
4370
+ msgid "WeChat Login Button"
4371
  msgstr ""
4372
 
4373
+ #: options/class.WpdiscuzOptions.php:3595
4374
+ msgid "WeChat Secret"
4375
  msgstr ""
4376
 
4377
+ #: options/class.WpdiscuzOptions.php:3567
4378
+ msgid "Weibo App Key"
4379
  msgstr ""
4380
 
4381
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1249
4382
+ msgid "Weibo App Key and App Secret required."
4383
  msgstr ""
4384
 
4385
+ #: options/class.WpdiscuzOptions.php:3574
4386
+ msgid "Weibo App Secret"
4387
  msgstr ""
4388
 
4389
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1303
4390
+ msgid "Weibo authentication failed (access_token does not exist)."
4391
  msgstr ""
4392
 
4393
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1283
4394
+ msgid "Weibo authentication failed (code does not exist)."
4395
  msgstr ""
4396
 
4397
+ #: forms/wpdFormAttr/Login/SocialLogin.php:1280
4398
+ msgid "Weibo authentication failed (OAuth state does not exist)."
4399
  msgstr ""
4400
 
4401
+ #: options/class.WpdiscuzOptions.php:3560
4402
+ msgid "Weibo Login Button"
4403
  msgstr ""
4404
 
4405
+ #: options/html-dashboard.php:12
4406
+ msgid "Welcome to wpDiscuz 7"
4407
  msgstr ""
4408
 
4409
+ #: utils/deactivation-reason-modal.php:25
4410
+ msgid "What kind of problems do you have?"
4411
  msgstr ""
4412
 
4413
+ #: utils/deactivation-reason-modal.php:83
4414
+ msgid "What part of design you don't like or want to change?"
4415
  msgstr ""
4416
 
4417
+ #: utils/deactivation-reason-modal.php:47 utils/deactivation-reason-modal.php:65
4418
+ msgid "What type of features you want to be in the plugin?"
4419
  msgstr ""
4420
 
4421
+ #: options/html-dashboard.php:30
4422
+ msgid "What's New"
4423
  msgstr ""
4424
 
4425
+ #: options/class.WpdiscuzOptions.php:3511
4426
+ msgid "WhatsApp Share Button"
4427
  msgstr ""
4428
 
4429
+ #: options/class.WpdiscuzOptions.php:431
4430
+ msgid "When you login first time using a Social Login button, we collect your account public profile information shared by Social Login provider, based on your privacy settings. We also get your email address to automatically create an account for you in our website. Once your account is created, you'll be logged-in to this account."
4431
  msgstr ""
4432
 
4433
+ #: options/options-layouts/html-content.php:229
4434
+ msgid "Width (px)"
4435
  msgstr ""
4436
 
4437
+ #: options/class.WpdiscuzOptions.php:3455
4438
+ msgid "WordPress Client ID"
4439
  msgstr ""
4440
 
4441
+ #: forms/wpdFormAttr/Login/SocialLogin.php:583
4442
+ msgid "Wordpress Client ID and Client Secret required."
4443
  msgstr ""
4444
 
4445
+ #: options/class.WpdiscuzOptions.php:3462
4446
+ msgid "WordPress Client Secret"
4447
  msgstr ""
4448
 
4449
+ #: options/options-layouts/html-moderation.php:10
4450
+ #, php-format
4451
+ msgid "WordPress has already all necessary tools to moderate commends. You can approve, unapprove, mark as spam, delete and do other things with comments in WordPress Dashboard > Comments admin page. <br><br>On front-end you can only edit, close and stick comments. In case you want to have all moderation options on front-end, we recommend checkout %s addon. Besides the comment editing, closing and sticking options, here you can limit users commenting activity. You can set max number of comments per user per post or sitewide, allow them only comment or only reply."
4452
  msgstr ""
4453
 
4454
+ #: options/class.WpdiscuzOptions.php:3448
4455
+ msgid "WordPress Login Button"
4456
  msgstr ""
4457
 
4458
+ #: forms/wpdFormAttr/Login/SocialLogin.php:635
4459
+ msgid "Wordpress.com authentication failed (access_token does not exist)."
4460
  msgstr ""
4461
 
4462
+ #: forms/wpdFormAttr/Login/SocialLogin.php:614
4463
+ msgid "Wordpress.com authentication failed (OAuth code does not exist)."
4464
  msgstr ""
4465
 
4466
+ #: forms/wpdFormAttr/Login/SocialLogin.php:611
4467
+ msgid "Wordpress.com authentication failed (OAuth state does not exist)."
 
4468
  msgstr ""
4469
 
4470
+ #: forms/wpdFormAttr/Login/SocialLogin.php:647
4471
+ msgid "Wordpress.com authentication failed (user_id does not exist)."
 
4472
  msgstr ""
4473
 
4474
+ #: utils/class.WpdiscuzHelper.php:1031 utils/class.WpdiscuzHelper.php:1070
4475
+ msgid "Working..."
 
4476
  msgstr ""
4477
 
4478
+ #: options/phrases-layouts/phrases-general.php:55
4479
+ msgid "Would love your thoughts, please comment"
4480
  msgstr ""
4481
 
4482
+ #: options/class.WpdiscuzOptions.php:485
4483
+ msgid "Would love your thoughts, please comment."
4484
  msgstr ""
4485
 
4486
+ #. Name of the plugin
4487
+ #: options/html-options.php:21
4488
+ msgid "wpDiscuz"
4489
  msgstr ""
4490
 
4491
+ #: options/options-layouts/html-thread_layouts.php:11
4492
+ msgid "wpDiscuz 7 comes with three modern and totally different comment thread layouts. They are called Layout #1, Layout #2 and Layout #3."
4493
  msgstr ""
4494
 
4495
+ #: options/html-dashboard.php:16
4496
+ msgid "wpDiscuz 7 is a revolution in WordPress commenting experience."
4497
  msgstr ""
4498
 
4499
+ #: options/html-addons.php:19
4500
+ msgid "wpDiscuz Add-ons"
4501
  msgstr ""
4502
 
4503
+ #: options/html-addons.php:11 options/html-dashboard.php:243 options/html-dashboard.php:245
4504
+ msgid "wpDiscuz Addons"
4505
  msgstr ""
4506
 
4507
+ #: options/html-dashboard.php:237
4508
+ msgid "wpDiscuz Addons Support"
4509
  msgstr ""
4510
 
4511
+ #: options/class.WpdiscuzOptions.php:2046
4512
+ msgid "wpDiscuz Advanced Likers addon displays likers and voters of each comment. Adds user reputation and badges based on received likes."
4513
  msgstr ""
4514
 
4515
+ #: options/options-layouts/html-subscription.php:10
4516
+ #, php-format
4517
+ msgid "wpDiscuz allows users to get all kind of news from your website comment system, such as new comments, new replies, double opt-in subscription, user mentioning, user following and new comments by followed users. You can manage all those options here. All those options are based on email notifications. You can manage email templates in wpDiscuz > Phrases > Email Tab. <br>In wpDiscuz > Dashboard page, you can find a quick overview of user subscriptions. For an advanced subscriptions management tool, please checkout %s addon."
4518
  msgstr ""
4519
 
4520
+ #: options/options-layouts/html-form.php:10
4521
+ #, php-format
4522
+ msgid "wpDiscuz allows you to customize comment form layout and fields. You can create as much comment forms as you want and attach those to certain post type or page. Please navigate to %s page to manage comment form specific settings."
4523
  msgstr ""
4524
 
4525
+ #: options/options-layouts/html-social.php:10
4526
+ msgid "wpDiscuz comes with built-in social login and share buttons. It includes Facebook, Twitter, Google, Disqus, WordPress.com, VK and OK Social Networks. Here you can configure App IDs and Keys to enable those. Once IDs and Keys are configured you'll see social login buttons on top of the main comment form. Social Login buttons are only available for guests, so make sure you're logged-out before checking those."
4527
  msgstr ""
4528
 
4529
+ #: options/html-dashboard.php:91
4530
+ msgid "wpDiscuz comes with built-in social login and share buttons. It includes Facebook, Twitter, Google, Disqus, WordPress.org, VK and OK Social Networks. You can enable those by managing API Keys in wpDiscuz > Settings > Social Login and Share options."
4531
  msgstr ""
4532
 
4533
+ #: options/html-dashboard.php:68
4534
+ msgid "wpDiscuz comment system design is totally changed. It comes with three nice layouts. You can even choose different layout for different pages. Three attractive, modern and clean layouts are ready to use. You can choose your proffered layout in wpDiscuz > Forms > Edit Comment Forms screen. Once the layout is changed, don't forget to delete all caches. Comment layouts are called simply &laquo;Layout #1&raquo;, &laquo;Layout #2&raquo;, &laquo;Layout #3&raquo;."
4535
  msgstr ""
4536
 
4537
+ #: options/html-dashboard.php:235
4538
+ msgid "wpDiscuz Demo"
4539
  msgstr ""
4540
 
4541
+ #: forms/wpdFormAttr/Tools/PersonalDataExporter.php:36
4542
+ msgid "wpDiscuz Fields Data"
4543
  msgstr ""
4544
 
4545
+ #: options/html-phrases.php:10
4546
+ msgid "wpDiscuz Front-end Phrases"
4547
  msgstr ""
4548
 
4549
+ #: options/class.WpdiscuzOptions.php:4026
4550
+ msgid "wpDiscuz is the only comment plugin which allows you to subscribe to certain comment replies. This option is located above [Post Comment] button in comment form. You can disable this subscription way by unchecking this option."
4551
  msgstr ""
4552
 
4553
+ #: options/class.WpdiscuzOptions.php:4283
4554
+ msgid "wpDiscuz live update is very light and doesn't overload your server. However we recommend to monitor your server resources if you're on a Shared hosting plan. There are some very weak hosting plans which may not be able to perform very frequently live update requests. If you found some issue you can set the option below 30 seconds or more."
4555
  msgstr ""
4556
 
4557
+ #: options/class.WpdiscuzOptions.php:4394
4558
+ msgid "wpDiscuz phrase system allows you to translate all front-end phrases. However if you have a multi-language website it'll not allow you to add more than one language translation. The only way to get it is the plugin translation files (.PO / .MO). If wpDiscuz has the languages you need you should check this option to disable phrase system and it'll automatically translate all phrases based on language files according to current language."
4559
  msgstr ""
4560
 
4561
+ #: options/html-dashboard.php:238
4562
+ msgid "wpDiscuz Plugin Page"
4563
  msgstr ""
4564
 
4565
+ #: options/class.WpdiscuzOptions.php:4380
4566
+ msgid "wpDiscuz shows Human Readable date format. If you check this option it'll show the date/time format set in WordPress General Settings."
4567
  msgstr ""
4568
 
4569
+ #: options/html-dashboard.php:236
4570
+ msgid "wpDiscuz Support"
4571
  msgstr ""
4572
 
4573
+ #: options/html-tools.php:21
4574
+ msgid "wpDiscuz Tools"
4575
  msgstr ""
4576
 
4577
+ #: options/class.WpdiscuzOptions.php:3139
4578
+ msgid "wpDiscuz uses WordPress functions to keep guest Name, Email and Website information in cookies. Those are used to fill according fields of comment form on next commenting time. Set this option value -1 to make it unlimited. Set this option value 0 to clear those data when user closes browser."
4579
  msgstr ""
4580
 
4581
+ #: options/class.WpdiscuzOptions.php:2069
4582
+ msgid "wpDiscuz Widgets"
4583
  msgstr ""
4584
 
4585
+ #: forms/wpdFormAttr/Login/SocialLogin.php:933
4586
+ msgid "Yandex authentication failed (access_token does not exist)."
4587
  msgstr ""
4588
 
4589
+ #: forms/wpdFormAttr/Login/SocialLogin.php:913
4590
+ msgid "Yandex authentication failed (code does not exist)."
4591
  msgstr ""
4592
 
4593
+ #: forms/wpdFormAttr/Login/SocialLogin.php:910
4594
+ msgid "Yandex authentication failed (OAuth state does not exist)."
4595
  msgstr ""
4596
 
4597
+ #: options/class.WpdiscuzOptions.php:3525
4598
+ msgid "Yandex ID"
4599
  msgstr ""
4600
 
4601
+ #: forms/wpdFormAttr/Login/SocialLogin.php:880
4602
+ msgid "Yandex ID and Password required."
4603
  msgstr ""
4604
 
4605
+ #: options/class.WpdiscuzOptions.php:3518
4606
+ msgid "Yandex Login Button"
 
 
4607
  msgstr ""
4608
 
4609
+ #: options/class.WpdiscuzOptions.php:3532
4610
+ msgid "Yandex Password"
4611
  msgstr ""
4612
 
4613
+ #: options/phrases-layouts/phrases-datetime.php:11
4614
+ msgid "Year"
4615
  msgstr ""
4616
 
4617
+ #: options/class.WpdiscuzOptions.php:373
4618
+ msgid "year"
4619
  msgstr ""
4620
 
4621
+ #: options/class.WpdiscuzOptions.php:374
4622
+ msgid "years"
4623
  msgstr ""
4624
 
4625
+ #: options/phrases-layouts/phrases-datetime.php:15
4626
+ msgid "Years (Plural Form)"
4627
  msgstr ""
4628
 
4629
+ #: forms/wpdFormAttr/Form.php:1027 forms/wpdFormAttr/Form.php:1039 forms/wpdFormAttr/Form.php:1051 forms/wpdFormAttr/Form.php:1183 forms/wpdFormAttr/Form.php:1205
4630
+ msgid "Yes"
4631
  msgstr ""
4632
 
4633
+ #: options/class.WpdiscuzOptions.php:388
4634
+ msgid "You are logged in as"
4635
  msgstr ""
4636
 
4637
+ #: options/class.WpdiscuzOptions.php:401
4638
+ msgid "You are not allowed to vote for this comment"
4639
  msgstr ""
4640
 
4641
+ #: options/phrases-layouts/phrases-error.php:35
4642
+ msgid "You are not allowed to vote for this comment (Voting from same IP)"
4643
  msgstr ""
4644
 
4645
+ #: options/options-layouts/html-inline.php:11
4646
+ msgid "You can add Inline Feedback button in post content using &laquo;Comment&raquo; button on post editor toolbar."
4647
  msgstr ""
4648
 
4649
+ #: options/class.WpdiscuzOptions.php:2028
4650
+ msgid "You can add more emotions to your comments using wpDiscuz Emoticons addon."
4651
  msgstr ""
4652
 
4653
+ #: options/class.WpdiscuzOptions.php:2022
4654
+ msgid "You can create custom comment forms with wpDiscuz. wpDiscuz 4 comes with custom comment forms and fields. You can create custom comment forms for each post type, each form can beceated with different form fields, for eaxample: text, dropdown, rating, checkboxes, etc..."
4655
  msgstr ""
4656
 
4657
+ #: options/options-layouts/html-live.php:12
4658
+ msgid "You can enabled comments live update without the Bubble too. There is a separate live update option to keep comment list real-time updating."
4659
  msgstr ""
4660
 
4661
+ #: options/class.WpdiscuzOptions.php:2064
4662
+ msgid "You can let website visitor search in comments. It's always more attractive to find a comment about something that interest you. Using wpDiscuz Comment Search addon you'll get a nice, AJAX powered front-end comment search form above comment list."
4663
  msgstr ""
4664
 
4665
+ #: options/class.WpdiscuzOptions.php:2082
4666
+ msgid "You can let website visitors attach images and files to comments and embed video/audio content using wpDiscuz Media Uploader addon."
4667
  msgstr ""
4668
 
4669
+ #: options/class.WpdiscuzOptions.php:3800
4670
+ msgid "You can manage the number of comments for [Load more] option in Settings > Discussion page, using \"Break comments into pages with [X] top level comments per page\" option. To show the default Wordpress comment pagination you should enable the checkbox on beginning of the same option."
4671
  msgstr ""
4672
 
4673
+ #: options/class.WpdiscuzOptions.php:2076
4674
+ msgid "You can moderate comments on front-end using all in one powerful yet simple wpDiscuz Frontend Moderation addon."
4675
  msgstr ""
4676
 
4677
+ #: forms/wpDiscuzForm.php:229
4678
+ msgid "You can not delete default field."
4679
  msgstr ""
4680
 
4681
+ #: options/class.WpdiscuzOptions.php:4203
4682
+ msgid "You can not set this value more than 'upload_max_filesize' and 'post_max_size'. If you want to increase server parameters please contact to your hosting service support."
 
4683
  msgstr ""
4684
 
4685
+ #: options/options-layouts/html-thread_layouts.php:29
4686
+ #, php-format
4687
+ msgid "You can select different comment thread layout for different comment forms in %s"
4688
  msgstr ""
4689
 
4690
+ #: forms/wpdFormAttr/Field/AgreementCheckbox.php:22
4691
+ msgid "You can use HTML tags to add links to website Terms and Privacy Policy pages. For example: "
4692
  msgstr ""
4693
 
4694
+ #: forms/wpdFormAttr/Form.php:1120
4695
+ msgid "You can use this form for certain posts/pages specified by comma separated IDs."
4696
  msgstr ""
4697
 
4698
+ #: options/phrases-layouts/phrases-error.php:23
4699
+ msgid "You can vote only 1 time"
4700
  msgstr ""
4701
 
4702
+ #: options/class.WpdiscuzOptions.php:503 options/phrases-layouts/phrases-general.php:127
4703
+ msgid "You cancel all your follows successfully"
4704
  msgstr ""
4705
 
4706
+ #: options/class.WpdiscuzOptions.php:502 options/phrases-layouts/phrases-general.php:123
4707
+ msgid "You cancel all your subscriptions successfully"
4708
  msgstr ""
4709
 
4710
+ #: options/class.WpdiscuzOptions.php:513 options/phrases-layouts/phrases-general.php:167
4711
+ msgid "You cannot rate again"
4712
  msgstr ""
4713
 
4714
+ #: options/class.WpdiscuzOptions.php:400
4715
+ msgid "You cannot vote for your comment"
4716
  msgstr ""
4717
 
4718
+ #: options/phrases-layouts/phrases-error.php:31
4719
+ msgid "You Cannot Vote On Your Comment"
4720
  msgstr ""
4721
 
4722
+ #: forms/wpDiscuzForm.php:115
4723
+ msgid "You did not create any forms yet"
4724
  msgstr ""
4725
 
4726
+ #: options/class.WpdiscuzOptions.php:1139
4727
+ msgid "You do not have sufficient permissions to perform this action"
 
 
 
 
 
 
4728
  msgstr ""
4729
 
4730
+ #: options/class.WpdiscuzOptions.php:475
4731
+ msgid "You have been mentioned in comment"
 
 
 
 
 
 
4732
  msgstr ""
4733
 
4734
+ #: options/options-layouts/html-rating.php:10
4735
+ msgid "You have two ways to add Post Rating for your blog posts and articles. The first, comment independent type is enabled by default and appears on top of comment section. It allows people rate your articles without leaving comments. "
 
 
 
 
 
 
4736
  msgstr ""
4737
 
4738
+ #: options/class.WpdiscuzOptions.php:387 options/phrases-layouts/phrases-notification.php:38
4739
+ msgid "You must be"
4740
  msgstr ""
4741
 
4742
+ #: options/class.WpdiscuzOptions.php:399
4743
+ msgid "You Must Be Logged In To Vote"
4744
  msgstr ""
4745
 
4746
+ #: forms/wpDiscuzForm.php:230
4747
+ msgid "You really want to delete this item ?"
 
4748
  msgstr ""
4749
 
4750
+ #: options/class.WpdiscuzOptions.php:462 options/phrases-layouts/phrases-follow.php:19
4751
+ msgid "You started following this comment author"
4752
  msgstr ""
4753
 
4754
+ #: options/phrases-layouts/phrases-follow.php:23
4755
+ msgid "You stopped following this comment author"
4756
  msgstr ""
4757
 
4758
+ #: options/class.WpdiscuzOptions.php:463
4759
+ msgid "You stopped following this comment author."
4760
  msgstr ""
4761
 
4762
+ #: options/class.WpdiscuzOptions.php:514 options/phrases-layouts/phrases-general.php:171
4763
+ msgid "You're not allowed to rate here"
4764
  msgstr ""
4765
 
4766
+ #: options/class.WpdiscuzOptions.php:361
4767
+ msgid "You're subscribed for new follow-up comments on this post"
4768
  msgstr ""
4769
 
4770
+ #: options/class.WpdiscuzOptions.php:360
4771
+ msgid "You're subscribed for new replies on all your comments"
4772
  msgstr ""
4773
 
4774
+ #: options/class.WpdiscuzOptions.php:359
4775
+ msgid "You're subscribed for new replies on this comment"
4776
  msgstr ""
4777
 
4778
+ #: options/class.WpdiscuzOptions.php:416 options/phrases-layouts/phrases-notification.php:11
4779
+ msgid "You're subscribed to"
4780
  msgstr ""
4781
 
4782
+ #: options/class.WpdiscuzOptions.php:397
4783
+ msgid "You've already voted for this comment"
4784
  msgstr ""
4785
 
4786
+ #: options/class.WpdiscuzOptions.php:407
4787
+ msgid "You've not made any changes"
4788
  msgstr ""
4789
 
4790
+ #: options/class.WpdiscuzOptions.php:367 options/phrases-layouts/phrases-email.php:188
4791
+ msgid "You've successfully confirmed your subscription."
4792
  msgstr ""
4793
 
4794
+ #: options/class.WpdiscuzOptions.php:365 options/phrases-layouts/phrases-notification.php:15
4795
+ msgid "You've successfully subscribed."
4796
  msgstr ""
4797
 
4798
+ #: options/class.WpdiscuzOptions.php:364 options/phrases-layouts/phrases-notification.php:19
4799
+ msgid "You've successfully unsubscribed."
4800
  msgstr ""
4801
 
4802
+ #: options/class.WpdiscuzOptions.php:492 options/phrases-layouts/phrases-general.php:83
4803
+ msgid "Your comment here..."
4804
  msgstr ""
4805
 
4806
+ #: options/class.WpdiscuzOptions.php:419
4807
+ msgid "Your comment is approved!"
4808
  msgstr ""
4809
 
4810
+ #: options/class.WpdiscuzOptions.php:501 options/phrases-layouts/phrases-general.php:119
4811
+ msgid "Your comments have been deleted from database"
4812
  msgstr ""
4813
 
4814
+ #: options/html-options.php:129
4815
+ msgid "Your customized wpDiscuz template files are no longer compatible with wpDiscuz 7. This is a doable major version update (from 5.x to 7.x) with totally redesigned comment system and template files. You can do the same customization on the new wpDiscuz 7 template files with the same upgrade-safe way in case the new comment layouts don't fit your needs. Please find those below."
4816
  msgstr ""
4817
 
4818
+ #: options/class.WpdiscuzOptions.php:495 options/phrases-layouts/phrases-general.php:95
4819
+ msgid "Your Email"
4820
  msgstr ""
4821
 
4822
+ #: options/class.WpdiscuzOptions.php:494 options/phrases-layouts/phrases-general.php:91
4823
+ msgid "Your Name*"
4824
  msgstr ""
4825
 
4826
+ #: class.WpdiscuzCore.php:1971
4827
+ msgid "Your Question to Readers"
4828
  msgstr ""
options/class.WpdiscuzOptions.php CHANGED
@@ -366,7 +366,7 @@ class WpdiscuzOptions implements WpDiscuzConstants {
366
  "wc_confirm_email" => esc_html__("Confirm your subscription", "wpdiscuz"),
367
  "wc_comfirm_success_message" => esc_html__("You've successfully confirmed your subscription.", "wpdiscuz"),
368
  "wc_confirm_email_subject" => esc_html__("Subscription Confirmation", "wpdiscuz"),
369
- "wc_confirm_email_message" => __("Hi, <br/> You just subscribed for new comments on our website. This means you will receive an email when new comments are posted according to subscription option you've chosen. <br/> To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again. <br/><br/><a href='[POST_URL]'>[POST_TITLE]</a><br/><br/><a href='[CONFIRM_URL]'>Confirm Your Subscrption</a><br/><br/><a href='[CANCEL_URL]'>Cancel Subscription</a>", "wpdiscuz"),
370
  "wc_error_empty_text" => esc_html__("please fill out this field to comment", "wpdiscuz"),
371
  "wc_error_email_text" => esc_html__("email address is invalid", "wpdiscuz"),
372
  "wc_error_url_text" => esc_html__("url is invalid", "wpdiscuz"),
@@ -3051,9 +3051,6 @@ class WpdiscuzOptions implements WpDiscuzConstants {
3051
  foreach ($plugins as $key => $value) {
3052
  $secret = get_option("gvt_product_secret_" . $key, "");
3053
  $redpoint = (int) get_option("gvt_product_" . $key . "_redpoint", "1");
3054
- if (is_null($value["instance"]) || $redpoint) {
3055
- $adminNotices[$key . "_redpoint"] = sprintf(__("Something wrong with %s addon license and files. If this addon has not been purchased and downloaded from the official gVectors.com website it's probably hacked and may lead lots of security issues.", "wpdiscuz"), $value["name"]);
3056
- }
3057
  if ($secret && !$redpoint) {
3058
  $checkedData[$key] = [
3059
  "last_checked" => $this->getLastCheckedDate(),
@@ -3070,7 +3067,7 @@ class WpdiscuzOptions implements WpDiscuzConstants {
3070
  "checked_count" => $checkedData[$key]["checked_count"] + 1,
3071
  "valid" => 0,
3072
  ];
3073
- $adminNotices[$key] = $value["name"] . __(" addon was deactivated, because your license isn't valid.", "wpdiscuz");
3074
  }
3075
  } else if ($diff->m >= 1) {
3076
  $deactivatePlugins[] = $value["file"];
@@ -3079,7 +3076,10 @@ class WpdiscuzOptions implements WpDiscuzConstants {
3079
  "checked_count" => $checkedData[$key]["checked_count"] + 1,
3080
  "valid" => 0,
3081
  ];
3082
- $adminNotices[$key] = $value["name"] . __(" addon was deactivated, because your license isn't valid.", "wpdiscuz");
 
 
 
3083
  }
3084
  } else {
3085
  $checkedData[$key] = [
366
  "wc_confirm_email" => esc_html__("Confirm your subscription", "wpdiscuz"),
367
  "wc_comfirm_success_message" => esc_html__("You've successfully confirmed your subscription.", "wpdiscuz"),
368
  "wc_confirm_email_subject" => esc_html__("Subscription Confirmation", "wpdiscuz"),
369
+ "wc_confirm_email_message" => __("Hi, <br/> You just subscribed for new comments on our website. This means you will receive an email when new comments are posted according to subscription option you've chosen. <br/> To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again. <br/><br/><a href='[POST_URL]'>[POST_TITLE]</a><br/><br/><a href='[CONFIRM_URL]'>Confirm Your Subscription</a><br/><br/><a href='[CANCEL_URL]'>Cancel Subscription</a>", "wpdiscuz"),
370
  "wc_error_empty_text" => esc_html__("please fill out this field to comment", "wpdiscuz"),
371
  "wc_error_email_text" => esc_html__("email address is invalid", "wpdiscuz"),
372
  "wc_error_url_text" => esc_html__("url is invalid", "wpdiscuz"),
3051
  foreach ($plugins as $key => $value) {
3052
  $secret = get_option("gvt_product_secret_" . $key, "");
3053
  $redpoint = (int) get_option("gvt_product_" . $key . "_redpoint", "1");
 
 
 
3054
  if ($secret && !$redpoint) {
3055
  $checkedData[$key] = [
3056
  "last_checked" => $this->getLastCheckedDate(),
3067
  "checked_count" => $checkedData[$key]["checked_count"] + 1,
3068
  "valid" => 0,
3069
  ];
3070
+ $adminNotices[$key] = sprintf(__("%s addon was deactivated, because your license isn't valid.", "wpdiscuz"), $value["name"]);
3071
  }
3072
  } else if ($diff->m >= 1) {
3073
  $deactivatePlugins[] = $value["file"];
3076
  "checked_count" => $checkedData[$key]["checked_count"] + 1,
3077
  "valid" => 0,
3078
  ];
3079
+ if (is_null($value["instance"]) || $redpoint) {
3080
+ $adminNotices[$key . "_redpoint"] = sprintf(__("Something is wrong with %s addon license and files. If this addon has not been purchased and downloaded from the official gVectors.com website it's probably hacked and may lead to lots of security issues.", "wpdiscuz"), $value["name"]);
3081
+ }
3082
+ $adminNotices[$key] = sprintf(__("%s addon was deactivated, because your license isn't valid.", "wpdiscuz"), $value["name"]);
3083
  }
3084
  } else {
3085
  $checkedData[$key] = [
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: gVectors Team
3
  Tags: comment, comments, ajax comments, comment form, comment fields
4
  Requires at least: 5.0
5
  Tested up to: 5.6
6
- Stable tag: 7.0.9
7
  Requires PHP: 5.4 and higher
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -179,6 +179,12 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
179
 
180
  == Changelog ==
181
 
 
 
 
 
 
 
182
  = Comments - wpDiscuz v7.0.9 =
183
 
184
  * Core optimization
3
  Tags: comment, comments, ajax comments, comment form, comment fields
4
  Requires at least: 5.0
5
  Tested up to: 5.6
6
+ Stable tag: 7.0.10
7
  Requires PHP: 5.4 and higher
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
179
 
180
  == Changelog ==
181
 
182
+ = Comments - wpDiscuz v7.0.10 =
183
+
184
+ * Fixed bug: Phrases and translations issues
185
+
186
+
187
+
188
  = Comments - wpDiscuz v7.0.9 =
189
 
190
  * Core optimization
utils/class.WpdiscuzHelperOptimization.php CHANGED
@@ -14,7 +14,7 @@ class WpdiscuzHelperOptimization implements WpDiscuzConstants {
14
  $this->options = $options;
15
  $this->dbManager = $dbManager;
16
  $this->helperEmail = $helperEmail;
17
- add_action("deleted_comment", [&$this, "cleanCommentRelatedRows"]);
18
  add_action("delete_user", [&$this, "deleteUserRelatedData"], 11, 2);
19
  add_action("profile_update", [&$this, "onProfileUpdate"], 10, 2);
20
  add_action("admin_post_removeVoteData", [&$this, "removeVoteData"]);
@@ -137,9 +137,10 @@ class WpdiscuzHelperOptimization implements WpDiscuzConstants {
137
  }
138
  }
139
 
140
- public function cleanCommentRelatedRows($commentId) {
141
  $this->dbManager->deleteSubscriptions($commentId);
142
  $this->dbManager->deleteVotes($commentId);
 
143
  }
144
 
145
  public function onProfileUpdate($userId, $oldUser) {
14
  $this->options = $options;
15
  $this->dbManager = $dbManager;
16
  $this->helperEmail = $helperEmail;
17
+ add_action("deleted_comment", [&$this, "cleanCommentRelatedRows"], 10, 2);
18
  add_action("delete_user", [&$this, "deleteUserRelatedData"], 11, 2);
19
  add_action("profile_update", [&$this, "onProfileUpdate"], 10, 2);
20
  add_action("admin_post_removeVoteData", [&$this, "removeVoteData"]);
137
  }
138
  }
139
 
140
+ public function cleanCommentRelatedRows($commentId, $comment) {
141
  $this->dbManager->deleteSubscriptions($commentId);
142
  $this->dbManager->deleteVotes($commentId);
143
+ $this->cleanPostCache($comment->comment_post_ID);
144
  }
145
 
146
  public function onProfileUpdate($userId, $oldUser) {