Comments – wpDiscuz - Version 4.1.4

Version Description

Download this release

Release Info

Developer AdvancedCoding
Plugin Icon 128x128 Comments – wpDiscuz
Version 4.1.4
Comparing to
See all releases

Code changes from version 4.1.3 to 4.1.4

assets/css/wpdiscuz.css CHANGED
@@ -118,7 +118,7 @@
118
  .wpdiscuz-nofollow,.wpdiscuz-nofollow:hover{text-decoration:none!important}
119
  .wc_msg_required_fields,.wc_invalid_field,.wc_invalid_captcha,.wc_error_url_text,.wc_error_email_text,.wpdiscuz-sendmail-error,.wc_msg_input_min_length,.wc_msg_input_max_length,.wc_login_to_vote,.wc_deny_voting_from_same_ip,.wc_self_vote,.wc_vote_only_one_time,.wc_voting_error,.wc_comment_edit_not_possible,.wc_comment_not_updated,.wc_comment_not_edited,.msgNotAllowedFiles,msgMaxFileCount,.msgMaxFileSize,.msgPostMaxSize{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:#f2d3d2 1px solid;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}
120
  .wc_held_for_moderate{background-color:#fce6bf;font-size:14px;text-align:center;color:#d3760c;border:#f9c975 1px solid;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}
121
- .wpdiscuz-loading-bar{position:fixed;text-align:center;right:0;width:50px;border:0;background:transparent;z-index:999999;display:none}
122
  .wpdiscuz-loading-bar-auth{top:32px}
123
  .wpdiscuz-loading-bar-unauth{top:0}
124
  .wpdiscuz-loading-bar .wpdiscuz-loading-bar-img{max-width:32px!important;height:auto}
@@ -396,3 +396,18 @@
396
  margin-bottom: 10px;
397
  }
398
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  .wpdiscuz-nofollow,.wpdiscuz-nofollow:hover{text-decoration:none!important}
119
  .wc_msg_required_fields,.wc_invalid_field,.wc_invalid_captcha,.wc_error_url_text,.wc_error_email_text,.wpdiscuz-sendmail-error,.wc_msg_input_min_length,.wc_msg_input_max_length,.wc_login_to_vote,.wc_deny_voting_from_same_ip,.wc_self_vote,.wc_vote_only_one_time,.wc_voting_error,.wc_comment_edit_not_possible,.wc_comment_not_updated,.wc_comment_not_edited,.msgNotAllowedFiles,msgMaxFileCount,.msgMaxFileSize,.msgPostMaxSize{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:#f2d3d2 1px solid;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}
120
  .wc_held_for_moderate{background-color:#fce6bf;font-size:14px;text-align:center;color:#d3760c;border:#f9c975 1px solid;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}
121
+ .wpdiscuz-loading-bar{position:fixed;right:0;width:70px;border:0;background:transparent;z-index:999999;display:none;}
122
  .wpdiscuz-loading-bar-auth{top:32px}
123
  .wpdiscuz-loading-bar-unauth{top:0}
124
  .wpdiscuz-loading-bar .wpdiscuz-loading-bar-img{max-width:32px!important;height:auto}
396
  margin-bottom: 10px;
397
  }
398
  }
399
+ #wpdiscuz-loading-bar.wpdiscuz-loading-bar:before{
400
+ content: "";
401
+ display: inline-block;
402
+ width: 7px;
403
+ height: 7px;
404
+ background: #000;
405
+ border-radius: 50%;
406
+ animation: wpdLoading 1s ease infinite;
407
+ box-shadow: 0 0 5px 1px #fff;
408
+ }
409
+ @keyframes wpdLoading{
410
+ 0%{transform: translateX(0)}
411
+ 50%{transform: translateX(50px)}
412
+ 100%{transform: translateX(0)}
413
+ }
class.WpdiscuzCore.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  * Plugin Name: wpDiscuz
5
  * Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
- * Version: 4.1.3
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
@@ -1046,6 +1046,9 @@ class WpdiscuzCore implements WpDiscuzConstants {
1046
  if (version_compare($this->version, '3.0.0', '<=') && version_compare($this->version, '1.0.0', '!=')) {
1047
  $this->dbManager->alterNotificationTable();
1048
  }
 
 
 
1049
  }
1050
  do_action('wpdiscuz_check_version');
1051
  }
3
  /*
4
  * Plugin Name: wpDiscuz
5
  * Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
+ * Version: 4.1.4
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
1046
  if (version_compare($this->version, '3.0.0', '<=') && version_compare($this->version, '1.0.0', '!=')) {
1047
  $this->dbManager->alterNotificationTable();
1048
  }
1049
+ if (version_compare($this->version, '4.1.3', '<=')) {
1050
+ $this->dbManager->createAvatarsCacheTable();
1051
+ }
1052
  }
1053
  do_action('wpdiscuz_check_version');
1054
  }
languages/wpdiscuz.pot CHANGED
@@ -1,2402 +1,2387 @@
1
- #, fuzzy
2
- msgid ""
3
- msgstr ""
4
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
- "Project-Id-Version: wpDiscuz\n"
6
- "POT-Creation-Date: 2017-12-05 20:22+0400\n"
7
- "PO-Revision-Date: 2017-12-05 20:22+0400\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.4\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
-
23
- #: class.WpdiscuzCore.php:848 class.WpdiscuzCore.php:1049
24
- #: options/options-layouts/settings-social.php:40
25
- #: options/options-layouts/settings-social.php:42
26
- #: options/options-layouts/settings-social.php:44
27
- #: options/options-layouts/settings-social.php:46
28
- msgid "Settings"
29
- msgstr ""
30
-
31
- #: class.WpdiscuzCore.php:850 class.WpdiscuzCore.php:1051
32
- msgid "Phrases"
33
- msgstr ""
34
-
35
- #: class.WpdiscuzCore.php:852
36
- msgid "Tools"
37
- msgstr ""
38
-
39
- #: class.WpdiscuzCore.php:853 options/html-options.php:22
40
- #: options/html-options.php:62 options/options-layouts/settings-addons.php:7
41
- msgid "Addons"
42
- msgstr ""
43
-
44
- #: class.WpdiscuzCore.php:864
45
- msgid "Do you really want to reset all options?"
46
- msgstr ""
47
-
48
- #: class.WpdiscuzCore.php:865
49
- msgid "Do you really want to remove voting data?"
50
- msgstr ""
51
-
52
- #: class.WpdiscuzCore.php:1106 options/phrases-layouts/phrases-comment.php:56
53
- msgid "Admin"
54
- msgstr ""
55
-
56
- #: class.WpdiscuzCore.php:1108 class.WpdiscuzCore.php:1117
57
- #: options/phrases-layouts/phrases-comment.php:58
58
- msgid "Author"
59
- msgstr ""
60
-
61
- #: class.WpdiscuzCore.php:1112 options/phrases-layouts/phrases-comment.php:64
62
- msgid "Member"
63
- msgstr ""
64
-
65
- #: class.WpdiscuzCore.php:1118 options/phrases-layouts/phrases-comment.php:62
66
- msgid "Guest"
67
- msgstr ""
68
-
69
- #: forms/wpDiscuzForm.php:93
70
- msgid "Invalid Data !!!"
71
- msgstr ""
72
-
73
- #: forms/wpDiscuzForm.php:101 forms/wpDiscuzForm.php:149
74
- msgid "Forms"
75
- msgstr ""
76
-
77
- #: forms/wpDiscuzForm.php:102 options/html-phrases.php:22
78
- msgid "Form"
79
- msgstr ""
80
-
81
- #: forms/wpDiscuzForm.php:103
82
- msgid "Add New"
83
- msgstr ""
84
-
85
- #: forms/wpDiscuzForm.php:104
86
- msgid "Add New Form"
87
- msgstr ""
88
-
89
- #: forms/wpDiscuzForm.php:105
90
- msgid "Edit Form"
91
- msgstr ""
92
-
93
- #: forms/wpDiscuzForm.php:106
94
- msgid "You did not create any forms yet"
95
- msgstr ""
96
-
97
- #: forms/wpDiscuzForm.php:107
98
- msgid "Nothing found in Trash"
99
- msgstr ""
100
-
101
- #: forms/wpDiscuzForm.php:108
102
- msgid "Search Forms"
103
- msgstr ""
104
-
105
- #: forms/wpDiscuzForm.php:163
106
- msgid "Title"
107
- msgstr ""
108
-
109
- #: forms/wpDiscuzForm.php:164
110
- msgid "Post Types"
111
- msgstr ""
112
-
113
- #: forms/wpDiscuzForm.php:165
114
- msgid "Post IDs"
115
- msgstr ""
116
-
117
- #: forms/wpDiscuzForm.php:166 forms/wpdFormAttr/Form.php:597
118
- msgid "Language"
119
- msgstr ""
120
-
121
- #: forms/wpDiscuzForm.php:167
122
- msgid "Date"
123
- msgstr ""
124
-
125
- #: forms/wpDiscuzForm.php:212
126
- msgid "Field Types"
127
- msgstr ""
128
-
129
- #: forms/wpDiscuzForm.php:213 forms/wpdFormAttr/Row.php:23
130
- msgid "Two column"
131
- msgstr ""
132
-
133
- #: forms/wpDiscuzForm.php:214 forms/wpdFormAttr/Field/Field.php:64
134
- #: forms/wpdFormAttr/Row.php:24
135
- msgid "Delete"
136
- msgstr ""
137
-
138
- #: forms/wpDiscuzForm.php:215 forms/wpdFormAttr/Row.php:25
139
- msgid "Move"
140
- msgstr ""
141
-
142
- #: forms/wpDiscuzForm.php:216 forms/wpdFormAttr/Row.php:69
143
- msgid "Add Field"
144
- msgstr ""
145
-
146
- #: forms/wpDiscuzForm.php:217 forms/wpdFormAttr/Field/Field.php:61
147
- #: options/class.WpdiscuzOptionsSerialized.php:647
148
- #: options/phrases-layouts/phrases-comment.php:19
149
- msgid "Edit"
150
- msgstr ""
151
-
152
- #: forms/wpDiscuzForm.php:218
153
- msgid "You can not delete default field."
154
- msgstr ""
155
-
156
- #: forms/wpDiscuzForm.php:219
157
- msgid "You really want to delete this item ?"
158
- msgstr ""
159
-
160
- #: forms/wpDiscuzForm.php:226
161
- msgid "Permission Denied !!!"
162
- msgstr ""
163
-
164
- #: forms/wpDiscuzForm.php:251 forms/wpdFormAttr/Form.php:567
165
- #: forms/wpdFormAttr/html/admin-form-fields-list.php:18
166
- #: options/options-layouts/settings-customfields.php:7
167
- msgid "Custom Fields"
168
- msgstr ""
169
-
170
- #: forms/wpDiscuzForm.php:299
171
- msgid "Custom CSS"
172
- msgstr ""
173
-
174
- #: forms/wpDiscuzForm.php:355
175
- msgid "Default Form"
176
- msgstr ""
177
-
178
- #: forms/wpDiscuzForm.php:387 forms/wpDiscuzForm.php:395
179
- #: forms/wpdFormAttr/Form.php:653
180
- msgid "Leave a Reply"
181
- msgstr ""
182
-
183
- #: forms/wpDiscuzForm.php:410 forms/wpdFormAttr/Field/CheckboxField.php:12
184
- #: forms/wpdFormAttr/Field/ColorField.php:12
185
- #: forms/wpdFormAttr/Field/DateField.php:12
186
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:25
187
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:19
188
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:18
189
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:64
190
- #: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
191
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:18
192
- #: forms/wpdFormAttr/Field/NumberField.php:12
193
- #: forms/wpdFormAttr/Field/RadioField.php:12
194
- #: forms/wpdFormAttr/Field/RatingField.php:12
195
- #: forms/wpdFormAttr/Field/SelectField.php:12
196
- #: forms/wpdFormAttr/Field/TextAreaField.php:13
197
- #: forms/wpdFormAttr/Field/TextField.php:12
198
- #: forms/wpdFormAttr/Field/UrlField.php:12 forms/wpdFormAttr/Form.php:762
199
- msgid "Name"
200
- msgstr ""
201
-
202
- #: forms/wpDiscuzForm.php:412 forms/wpdFormAttr/Field/DefaultField/Email.php:64
203
- #: forms/wpdFormAttr/Form.php:769
204
- #: options/class.WpdiscuzOptionsSerialized.php:634 options/html-phrases.php:25
205
- msgid "Email"
206
- msgstr ""
207
-
208
- #: forms/wpDiscuzForm.php:414
209
- msgid "WebSite URL"
210
- msgstr ""
211
-
212
- #: forms/wpDiscuzForm.php:417
213
- #: forms/wpdFormAttr/Field/DefaultField/Submit.php:77
214
- #: forms/wpdFormAttr/Form.php:792
215
- msgid "Post Comment"
216
- msgstr ""
217
-
218
- #: forms/wpDiscuzForm.php:426
219
- msgid "Clone Form"
220
- msgstr ""
221
-
222
- #: forms/wpDiscuzForm.php:438
223
- msgid "Clone"
224
- msgstr ""
225
-
226
- #: forms/wpDiscuzForm.php:476
227
- msgid ""
228
- "Comment Form is not detected, please navigate to form manager page to create "
229
- "it. "
230
- msgstr ""
231
-
232
- #: forms/wpDiscuzForm.php:477
233
- msgid "Add Comment Form"
234
- msgstr ""
235
-
236
- #: forms/wpdFormAttr/Field/CheckboxField.php:14
237
- #: forms/wpdFormAttr/Field/ColorField.php:14
238
- #: forms/wpdFormAttr/Field/DateField.php:14
239
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:27
240
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:21
241
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:20
242
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:20
243
- #: forms/wpdFormAttr/Field/NumberField.php:14
244
- #: forms/wpdFormAttr/Field/RadioField.php:14
245
- #: forms/wpdFormAttr/Field/SelectField.php:14
246
- #: forms/wpdFormAttr/Field/TextAreaField.php:15
247
- #: forms/wpdFormAttr/Field/TextField.php:14
248
- #: forms/wpdFormAttr/Field/UrlField.php:14
249
- msgid "Also used for field placeholder"
250
- msgstr ""
251
-
252
- #: forms/wpdFormAttr/Field/CheckboxField.php:17
253
- #: forms/wpdFormAttr/Field/ColorField.php:17
254
- #: forms/wpdFormAttr/Field/DateField.php:17
255
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:30
256
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:24
257
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:23
258
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:23
259
- #: forms/wpdFormAttr/Field/NumberField.php:17
260
- #: forms/wpdFormAttr/Field/RadioField.php:17
261
- #: forms/wpdFormAttr/Field/RatingField.php:16
262
- #: forms/wpdFormAttr/Field/SelectField.php:17
263
- #: forms/wpdFormAttr/Field/TextAreaField.php:18
264
- #: forms/wpdFormAttr/Field/TextField.php:17
265
- #: forms/wpdFormAttr/Field/UrlField.php:17
266
- msgid "Description"
267
- msgstr ""
268
-
269
- #: forms/wpdFormAttr/Field/CheckboxField.php:19
270
- #: forms/wpdFormAttr/Field/ColorField.php:19
271
- #: forms/wpdFormAttr/Field/DateField.php:19
272
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:32
273
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:26
274
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:25
275
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:25
276
- #: forms/wpdFormAttr/Field/NumberField.php:19
277
- #: forms/wpdFormAttr/Field/NumberField.php:24
278
- #: forms/wpdFormAttr/Field/NumberField.php:29
279
- #: forms/wpdFormAttr/Field/RadioField.php:19
280
- #: forms/wpdFormAttr/Field/RatingField.php:18
281
- #: forms/wpdFormAttr/Field/SelectField.php:19
282
- #: forms/wpdFormAttr/Field/TextAreaField.php:20
283
- #: forms/wpdFormAttr/Field/TextField.php:19
284
- #: forms/wpdFormAttr/Field/UrlField.php:19
285
- msgid ""
286
- "Field specific short description or some rule related to inserted "
287
- "information."
288
- msgstr ""
289
-
290
- #: forms/wpdFormAttr/Field/CheckboxField.php:28
291
- #: forms/wpdFormAttr/Field/RadioField.php:28
292
- #: forms/wpdFormAttr/Field/SelectField.php:28
293
- msgid "Values"
294
- msgstr ""
295
-
296
- #: forms/wpdFormAttr/Field/CheckboxField.php:30
297
- msgid "Please insert one value per line"
298
- msgstr ""
299
-
300
- #: forms/wpdFormAttr/Field/CheckboxField.php:33
301
- #: forms/wpdFormAttr/Field/ColorField.php:29
302
- #: forms/wpdFormAttr/Field/DateField.php:29
303
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:36
304
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:35
305
- #: forms/wpdFormAttr/Field/NumberField.php:39
306
- #: forms/wpdFormAttr/Field/RadioField.php:33
307
- #: forms/wpdFormAttr/Field/RatingField.php:28
308
- #: forms/wpdFormAttr/Field/SelectField.php:33
309
- #: forms/wpdFormAttr/Field/TextAreaField.php:23
310
- #: forms/wpdFormAttr/Field/TextField.php:29
311
- #: forms/wpdFormAttr/Field/UrlField.php:29
312
- msgid "Field is required"
313
- msgstr ""
314
-
315
- #: forms/wpdFormAttr/Field/CheckboxField.php:37
316
- #: forms/wpdFormAttr/Field/ColorField.php:33
317
- #: forms/wpdFormAttr/Field/DateField.php:33
318
- #: forms/wpdFormAttr/Field/NumberField.php:43
319
- #: forms/wpdFormAttr/Field/RadioField.php:37
320
- #: forms/wpdFormAttr/Field/SelectField.php:37
321
- #: forms/wpdFormAttr/Field/TextAreaField.php:27
322
- #: forms/wpdFormAttr/Field/TextField.php:33
323
- #: forms/wpdFormAttr/Field/UrlField.php:33
324
- msgid "Display on reply form"
325
- msgstr ""
326
-
327
- #: forms/wpdFormAttr/Field/CheckboxField.php:41
328
- #: forms/wpdFormAttr/Field/ColorField.php:37
329
- #: forms/wpdFormAttr/Field/DateField.php:37
330
- #: forms/wpdFormAttr/Field/NumberField.php:47
331
- #: forms/wpdFormAttr/Field/RadioField.php:41
332
- #: forms/wpdFormAttr/Field/RatingField.php:32
333
- #: forms/wpdFormAttr/Field/SelectField.php:41
334
- #: forms/wpdFormAttr/Field/TextAreaField.php:31
335
- #: forms/wpdFormAttr/Field/TextField.php:37
336
- #: forms/wpdFormAttr/Field/UrlField.php:37
337
- msgid "Display on comment"
338
- msgstr ""
339
-
340
- #: forms/wpdFormAttr/Field/CheckboxField.php:45
341
- #: forms/wpdFormAttr/Field/ColorField.php:41
342
- #: forms/wpdFormAttr/Field/DateField.php:41
343
- #: forms/wpdFormAttr/Field/NumberField.php:51
344
- #: forms/wpdFormAttr/Field/RadioField.php:45
345
- #: forms/wpdFormAttr/Field/RatingField.php:36
346
- #: forms/wpdFormAttr/Field/SelectField.php:45
347
- #: forms/wpdFormAttr/Field/TextAreaField.php:35
348
- #: forms/wpdFormAttr/Field/TextField.php:41
349
- #: forms/wpdFormAttr/Field/UrlField.php:41
350
- msgid "Advanced Options"
351
- msgstr ""
352
-
353
- #: forms/wpdFormAttr/Field/CheckboxField.php:48
354
- #: forms/wpdFormAttr/Field/ColorField.php:44
355
- #: forms/wpdFormAttr/Field/DateField.php:44
356
- #: forms/wpdFormAttr/Field/NumberField.php:54
357
- #: forms/wpdFormAttr/Field/RadioField.php:48
358
- #: forms/wpdFormAttr/Field/RatingField.php:39
359
- #: forms/wpdFormAttr/Field/SelectField.php:48
360
- #: forms/wpdFormAttr/Field/TextAreaField.php:38
361
- #: forms/wpdFormAttr/Field/TextField.php:44
362
- #: forms/wpdFormAttr/Field/UrlField.php:44
363
- msgid "Meta Key"
364
- msgstr ""
365
-
366
- #: forms/wpdFormAttr/Field/CheckboxField.php:52
367
- #: forms/wpdFormAttr/Field/ColorField.php:48
368
- #: forms/wpdFormAttr/Field/DateField.php:48
369
- #: forms/wpdFormAttr/Field/NumberField.php:58
370
- #: forms/wpdFormAttr/Field/RadioField.php:52
371
- #: forms/wpdFormAttr/Field/RatingField.php:43
372
- #: forms/wpdFormAttr/Field/SelectField.php:52
373
- #: forms/wpdFormAttr/Field/TextAreaField.php:42
374
- #: forms/wpdFormAttr/Field/TextField.php:48
375
- #: forms/wpdFormAttr/Field/UrlField.php:48
376
- msgid "Replace old meta key"
377
- msgstr ""
378
-
379
- #: forms/wpdFormAttr/Field/CheckboxField.php:153
380
- #: forms/wpdFormAttr/Field/ColorField.php:115
381
- #: forms/wpdFormAttr/Field/DateField.php:115
382
- #: forms/wpdFormAttr/Field/NumberField.php:125
383
- #: forms/wpdFormAttr/Field/RadioField.php:130
384
- #: forms/wpdFormAttr/Field/RatingField.php:125
385
- #: forms/wpdFormAttr/Field/SelectField.php:125
386
- #: forms/wpdFormAttr/Field/TextAreaField.php:98
387
- #: forms/wpdFormAttr/Field/TextField.php:109
388
- #: forms/wpdFormAttr/Field/UrlField.php:110
389
- msgid "field is required!"
390
- msgstr ""
391
-
392
- #: forms/wpdFormAttr/Field/ColorField.php:23
393
- #: forms/wpdFormAttr/Field/DateField.php:23
394
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:30
395
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:29
396
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:29
397
- #: forms/wpdFormAttr/Field/NumberField.php:33
398
- #: forms/wpdFormAttr/Field/RatingField.php:22
399
- #: forms/wpdFormAttr/Field/TextField.php:23
400
- #: forms/wpdFormAttr/Field/UrlField.php:23
401
- msgid "Field icon"
402
- msgstr ""
403
-
404
- #: forms/wpdFormAttr/Field/ColorField.php:26
405
- #: forms/wpdFormAttr/Field/DateField.php:26
406
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:33
407
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:32
408
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:32
409
- #: forms/wpdFormAttr/Field/NumberField.php:36
410
- #: forms/wpdFormAttr/Field/RatingField.php:25
411
- #: forms/wpdFormAttr/Field/TextField.php:26
412
- #: forms/wpdFormAttr/Field/UrlField.php:26
413
- msgid "Font-awesome icon library."
414
- msgstr ""
415
-
416
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:35
417
- msgid "Show for guests"
418
- msgstr ""
419
-
420
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:39
421
- msgid "Show for logged in users"
422
- msgstr ""
423
-
424
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:107
425
- #: forms/wpdFormAttr/Form.php:785
426
- msgid "Code"
427
- msgstr ""
428
-
429
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:114
430
- msgid "Cannot create image file"
431
- msgstr ""
432
-
433
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:115
434
- msgid "Permission denied for file creation"
435
- msgstr ""
436
-
437
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:116
438
- msgid "PHP GD2 library is disabled"
439
- msgstr ""
440
-
441
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:117
442
- msgid "PNG image creation disabled"
443
- msgstr ""
444
-
445
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:124
446
- msgid "Insert the CAPTCHA code"
447
- msgstr ""
448
-
449
- #: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
450
- msgid "Button Text"
451
- msgstr ""
452
-
453
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:35
454
- msgid "Enable"
455
- msgstr ""
456
-
457
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:83
458
- #: forms/wpdFormAttr/Form.php:776
459
- msgid "Website"
460
- msgstr ""
461
-
462
- #: forms/wpdFormAttr/Field/Field.php:52
463
- msgid " (Submit Button)"
464
- msgstr ""
465
-
466
- #: forms/wpdFormAttr/Field/Field.php:54
467
- msgid " (CAPTCHA)"
468
- msgstr ""
469
-
470
- #: forms/wpdFormAttr/Field/Field.php:87
471
- msgid "Add To Form"
472
- msgstr ""
473
-
474
- #: forms/wpdFormAttr/Field/NumberField.php:22
475
- msgid "Min Value"
476
- msgstr ""
477
-
478
- #: forms/wpdFormAttr/Field/NumberField.php:27
479
- msgid "Max Value"
480
- msgstr ""
481
-
482
- #: forms/wpdFormAttr/Field/NumberField.php:129
483
- msgid "value can not be less than"
484
- msgstr ""
485
-
486
- #: forms/wpdFormAttr/Field/NumberField.php:132
487
- msgid "value can not be more than"
488
- msgstr ""
489
-
490
- #: forms/wpdFormAttr/Field/RadioField.php:30
491
- #: forms/wpdFormAttr/Field/SelectField.php:30
492
- msgid "New value new line"
493
- msgstr ""
494
-
495
- #: forms/wpdFormAttr/Form.php:606
496
- msgid "Disable commenting for roles"
497
- msgstr ""
498
-
499
- #: forms/wpdFormAttr/Form.php:627
500
- msgid "Allow guests to comment"
501
- msgstr ""
502
-
503
- #: forms/wpdFormAttr/Form.php:631 forms/wpdFormAttr/Form.php:642
504
- msgid "Yes"
505
- msgstr ""
506
-
507
- #: forms/wpdFormAttr/Form.php:633 forms/wpdFormAttr/Form.php:644
508
- msgid "No"
509
- msgstr ""
510
-
511
- #: forms/wpdFormAttr/Form.php:638
512
- msgid "Enable subscription bar"
513
- msgstr ""
514
-
515
- #: forms/wpdFormAttr/Form.php:649
516
- msgid "Comment form header text"
517
- msgstr ""
518
-
519
- #: forms/wpdFormAttr/Form.php:658
520
- msgid "Display comment form for post types"
521
- msgstr ""
522
-
523
- #: forms/wpdFormAttr/Form.php:665
524
- msgid ""
525
- "The red marked post types are already attached to other comment form. If you "
526
- "set this form too, the old forms will not be used for them."
527
- msgstr ""
528
-
529
- #: forms/wpdFormAttr/Form.php:687
530
- msgid "Display comment form for post IDs"
531
- msgstr ""
532
-
533
- #: forms/wpdFormAttr/Form.php:688
534
- msgid ""
535
- "You can use this form for certain posts/pages specified by comma separated "
536
- "IDs."
537
- msgstr ""
538
-
539
- #: forms/wpdFormAttr/Form.php:699
540
- msgid "Comment Text Field"
541
- msgstr ""
542
-
543
- #: forms/wpdFormAttr/Form.php:714
544
- msgid "ADD ROW"
545
- msgstr ""
546
-
547
- #: forms/wpdFormAttr/Form.php:743
548
- msgid ""
549
- "Only logged in customers who have purchased this product may leave a review."
550
- msgstr ""
551
-
552
- #: forms/wpdFormAttr/html/admin-form-fields-list.php:7
553
- msgid "Comment Form Fields"
554
- msgstr ""
555
-
556
- #: options/class.WpdiscuzOptions.php:24 options/class.WpdiscuzOptions.php:104
557
- #: options/class.WpdiscuzOptions.php:223
558
- msgid "Hacker?"
559
- msgstr ""
560
-
561
- #: options/class.WpdiscuzOptions.php:95
562
- msgid "Settings updated"
563
- msgstr ""
564
-
565
- #: options/class.WpdiscuzOptions.php:212
566
- msgid "Phrases updated"
567
- msgstr ""
568
-
569
- #: options/class.WpdiscuzOptions.php:258
570
- msgid ""
571
- "Brings an ocean of emotions to your comments. It comes with an awesome smile "
572
- "package."
573
- msgstr ""
574
-
575
- #: options/class.WpdiscuzOptions.php:259
576
- msgid ""
577
- "Extended information about comment author with Profile, Activity, Votes and "
578
- "Subscriptions Tabs on pop-up window."
579
- msgstr ""
580
-
581
- #: options/class.WpdiscuzOptions.php:261
582
- msgid ""
583
- "Total control over comment subscriptions. Full list, monitor, manage, "
584
- "filter, unsubscribe, confirm..."
585
- msgstr ""
586
-
587
- #: options/class.WpdiscuzOptions.php:262
588
- msgid ""
589
- "A full-fledged tool-kit for advertising in comment section of your website. "
590
- "Separate banner and ad managment."
591
- msgstr ""
592
-
593
- #: options/class.WpdiscuzOptions.php:263
594
- msgid ""
595
- "Allows to mention comments and users in comment text using #comment-id and "
596
- "@username tags."
597
- msgstr ""
598
-
599
- #: options/class.WpdiscuzOptions.php:264
600
- msgid ""
601
- "See comment likers and voters of each comment. Adds user reputation and "
602
- "badges based on received likes."
603
- msgstr ""
604
-
605
- #: options/class.WpdiscuzOptions.php:265
606
- msgid ""
607
- "Comment reporting tools. Auto-moderates comments based on number of flags "
608
- "and dislikes."
609
- msgstr ""
610
-
611
- #: options/class.WpdiscuzOptions.php:266
612
- msgid ""
613
- "Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
614
- "options. Uses free translation API."
615
- msgstr ""
616
-
617
- #: options/class.WpdiscuzOptions.php:267
618
- msgid ""
619
- "AJAX powered front-end comment search. It starts searching while you type "
620
- "search words. "
621
- msgstr ""
622
-
623
- #: options/class.WpdiscuzOptions.php:268
624
- msgid ""
625
- "Most voted comments, Active comment threads, Most commented posts, Active "
626
- "comment authors"
627
- msgstr ""
628
-
629
- #: options/class.WpdiscuzOptions.php:269
630
- msgid ""
631
- "All in one powerful yet simple admin toolkit to moderate comments on front-"
632
- "end."
633
- msgstr ""
634
-
635
- #: options/class.WpdiscuzOptions.php:270
636
- msgid ""
637
- "Extended comment attachment system. Allows to upload images, videos, audios "
638
- "and other file types."
639
- msgstr ""
640
-
641
- #: options/class.WpdiscuzOptions.php:271
642
- msgid ""
643
- "Adds No CAPTCHA on all comment forms. Stops spam and bot comments with "
644
- "Google reCAPTCHA"
645
- msgstr ""
646
-
647
- #: options/class.WpdiscuzOptions.php:272
648
- msgid ""
649
- "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
650
- "myCRED points. "
651
- msgstr ""
652
-
653
- #: options/class.WpdiscuzOptions.php:273
654
- msgid ""
655
- "Allows censoring comment words. Filters comments and replaces those phrases "
656
- "with custom words."
657
- msgstr ""
658
-
659
- #: options/class.WpdiscuzOptions.php:279
660
- msgid "Custom Comment Forms"
661
- msgstr ""
662
-
663
- #: options/class.WpdiscuzOptions.php:280
664
- msgid ""
665
- "You can create custom comment forms with wpDiscuz. wpDiscuz 4 comes with "
666
- "custom comment forms and fields. You can create custom comment forms for "
667
- "each post type, each form can beceated with different form fields, for "
668
- "eaxample: text, dropdown, rating, checkboxes, etc..."
669
- msgstr ""
670
-
671
- #: options/class.WpdiscuzOptions.php:283
672
- msgid "Emoticons"
673
- msgstr ""
674
-
675
- #: options/class.WpdiscuzOptions.php:284
676
- msgid ""
677
- "You can add more emotions to your comments using wpDiscuz Emoticons addon."
678
- msgstr ""
679
-
680
- #: options/class.WpdiscuzOptions.php:287
681
- msgid "Ads Manager"
682
- msgstr ""
683
-
684
- #: options/class.WpdiscuzOptions.php:288
685
- msgid ""
686
- "Increase your income using ad banners. Comment area is the most active "
687
- "sections for advertising. wpDiscuz Ads Manager addon is designed to help you "
688
- "add banners and control ads in this section."
689
- msgstr ""
690
-
691
- #: options/class.WpdiscuzOptions.php:291
692
- msgid "User and Comment Mentioning"
693
- msgstr ""
694
-
695
- #: options/class.WpdiscuzOptions.php:292
696
- msgid ""
697
- "Using wpDiscuz User &amp; Comment Mentioning addon you can allow commenters "
698
- "mention comments and users in comment text using #comment-id and @username "
699
- "tags."
700
- msgstr ""
701
-
702
- #: options/class.WpdiscuzOptions.php:295
703
- msgid "Advanced Likers"
704
- msgstr ""
705
-
706
- #: options/class.WpdiscuzOptions.php:296
707
- msgid ""
708
- "wpDiscuz Advanced Likers addon displays likers and voters of each comment. "
709
- "Adds user reputation and badges based on received likes."
710
- msgstr ""
711
-
712
- #: options/class.WpdiscuzOptions.php:299
713
- msgid "Report and Flagging"
714
- msgstr ""
715
-
716
- #: options/class.WpdiscuzOptions.php:300
717
- msgid ""
718
- "Let your commenters help you to determine and remove spam comments. wpDiscuz "
719
- "Report and Flagging addon comes with comment reporting tools. Automaticaly "
720
- "auto-moderates comments based on number of flags and dislikes."
721
- msgstr ""
722
-
723
- #: options/class.WpdiscuzOptions.php:303
724
- msgid "Comment Translate"
725
- msgstr ""
726
-
727
- #: options/class.WpdiscuzOptions.php:304
728
- msgid ""
729
- "In most cases the big part of your visitors are not a native speakers of "
730
- "your language. Make your comments comprehensible for all visitors using "
731
- "wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX "
732
- "\"Translate\" button with 60 language translation options. Uses free "
733
- "translation API."
734
- msgstr ""
735
-
736
- #: options/class.WpdiscuzOptions.php:307
737
- msgid "Comment Search"
738
- msgstr ""
739
-
740
- #: options/class.WpdiscuzOptions.php:308
741
- msgid ""
742
- "You can let website visitor search in comments. It's always more attractive "
743
- "to find a comment about something that interest you. Using wpDiscuz Comment "
744
- "Search addon you'll get a nice, AJAX powered front-end comment search form "
745
- "above comment list."
746
- msgstr ""
747
-
748
- #: options/class.WpdiscuzOptions.php:311
749
- msgid "wpDiscuz Widgets"
750
- msgstr ""
751
-
752
- #: options/class.WpdiscuzOptions.php:312
753
- msgid ""
754
- "More Comment Widgets! Most voted comments, Active comment threads, Most "
755
- "commented posts, Active comment authors widgets are available in wpDiscuz "
756
- "Widgets Addon"
757
- msgstr ""
758
-
759
- #: options/class.WpdiscuzOptions.php:315
760
- msgid "Front-end Moderation"
761
- msgstr ""
762
-
763
- #: options/class.WpdiscuzOptions.php:316
764
- msgid ""
765
- "You can moderate comments on front-end using all in one powerful yet simple "
766
- "wpDiscuz Frontend Moderation addon."
767
- msgstr ""
768
-
769
- #: options/class.WpdiscuzOptions.php:319
770
- msgid "Media Uploader"
771
- msgstr ""
772
-
773
- #: options/class.WpdiscuzOptions.php:320
774
- msgid ""
775
- "You can let website visitors attach images and files to comments and embed "
776
- "video/audio content using wpDiscuz Media Uploader addon."
777
- msgstr ""
778
-
779
- #: options/class.WpdiscuzOptions.php:323
780
- msgid "Google ReCaptcha"
781
- msgstr ""
782
-
783
- #: options/class.WpdiscuzOptions.php:324
784
- msgid ""
785
- "Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon "
786
- "adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
787
- msgstr ""
788
-
789
- #: options/class.WpdiscuzOptions.php:338
790
- msgid "New Addons are available for wpDiscuz Comments Plugin"
791
- msgstr ""
792
-
793
- #: options/class.WpdiscuzOptions.php:345 options/class.WpdiscuzOptions.php:351
794
- msgid "Go to wpDiscuz Addons subMenu"
795
- msgstr ""
796
-
797
- #: options/class.WpdiscuzOptions.php:382
798
- msgid "Do you know?"
799
- msgstr ""
800
-
801
- #: options/class.WpdiscuzOptions.php:394
802
- msgid "More info"
803
- msgstr ""
804
-
805
- #: options/class.WpdiscuzOptionsSerialized.php:628
806
- msgid "Be the First to Comment!"
807
- msgstr ""
808
-
809
- #: options/class.WpdiscuzOptionsSerialized.php:629 options/html-phrases.php:23
810
- #: options/phrases-layouts/phrases-general.php:15
811
- msgid "Comment"
812
- msgstr ""
813
-
814
- #: options/class.WpdiscuzOptionsSerialized.php:630
815
- msgid "Comments"
816
- msgstr ""
817
-
818
- #: options/class.WpdiscuzOptionsSerialized.php:631
819
- msgid "on"
820
- msgstr ""
821
-
822
- #: options/class.WpdiscuzOptionsSerialized.php:632
823
- msgid "Start the discussion"
824
- msgstr ""
825
-
826
- #: options/class.WpdiscuzOptionsSerialized.php:633
827
- msgid "Join the discussion"
828
- msgstr ""
829
-
830
- #: options/class.WpdiscuzOptionsSerialized.php:635
831
- #: options/phrases-layouts/phrases-form.php:23
832
- #: options/phrases-layouts/phrases-form.php:24
833
- msgid "Notify of"
834
- msgstr ""
835
-
836
- #: options/class.WpdiscuzOptionsSerialized.php:636
837
- #: options/phrases-layouts/phrases-form.php:28
838
- msgid "new follow-up comments"
839
- msgstr ""
840
-
841
- #: options/class.WpdiscuzOptionsSerialized.php:637
842
- msgid "new replies to my comments"
843
- msgstr ""
844
-
845
- #: options/class.WpdiscuzOptionsSerialized.php:638
846
- #: options/phrases-layouts/phrases-form.php:36
847
- msgid "Notify of new replies to this comment"
848
- msgstr ""
849
-
850
- #: options/class.WpdiscuzOptionsSerialized.php:639
851
- #: options/phrases-layouts/phrases-form.php:39
852
- #: options/phrases-layouts/phrases-form.php:40
853
- msgid "Sort by"
854
- msgstr ""
855
-
856
- #: options/class.WpdiscuzOptionsSerialized.php:640
857
- #: options/phrases-layouts/phrases-form.php:43
858
- #: options/phrases-layouts/phrases-form.php:44
859
- msgid "newest"
860
- msgstr ""
861
-
862
- #: options/class.WpdiscuzOptionsSerialized.php:641
863
- #: options/phrases-layouts/phrases-form.php:47
864
- #: options/phrases-layouts/phrases-form.php:48
865
- msgid "oldest"
866
- msgstr ""
867
-
868
- #: options/class.WpdiscuzOptionsSerialized.php:642
869
- #: options/phrases-layouts/phrases-form.php:51
870
- #: options/phrases-layouts/phrases-form.php:52
871
- msgid "most voted"
872
- msgstr ""
873
-
874
- #: options/class.WpdiscuzOptionsSerialized.php:643
875
- msgid "Load More Comments"
876
- msgstr ""
877
-
878
- #: options/class.WpdiscuzOptionsSerialized.php:644
879
- #: options/phrases-layouts/phrases-general.php:31
880
- msgid "Load Rest of Comments"
881
- msgstr ""
882
-
883
- #: options/class.WpdiscuzOptionsSerialized.php:645
884
- #: options/phrases-layouts/phrases-comment.php:11
885
- msgid "Reply"
886
- msgstr ""
887
-
888
- #: options/class.WpdiscuzOptionsSerialized.php:646
889
- #: options/phrases-layouts/phrases-comment.php:15
890
- msgid "Share"
891
- msgstr ""
892
-
893
- #: options/class.WpdiscuzOptionsSerialized.php:648
894
- #: options/phrases-layouts/phrases-comment.php:23
895
- msgid "Share On Facebook"
896
- msgstr ""
897
-
898
- #: options/class.WpdiscuzOptionsSerialized.php:649
899
- #: options/phrases-layouts/phrases-comment.php:27
900
- msgid "Share On Twitter"
901
- msgstr ""
902
-
903
- #: options/class.WpdiscuzOptionsSerialized.php:650
904
- #: options/phrases-layouts/phrases-comment.php:31
905
- msgid "Share On Google"
906
- msgstr ""
907
-
908
- #: options/class.WpdiscuzOptionsSerialized.php:651
909
- #: options/phrases-layouts/phrases-comment.php:35
910
- msgid "Share On VKontakte"
911
- msgstr ""
912
-
913
- #: options/class.WpdiscuzOptionsSerialized.php:652
914
- #: options/phrases-layouts/phrases-comment.php:39
915
- msgid "Share On Odnoklassniki"
916
- msgstr ""
917
-
918
- #: options/class.WpdiscuzOptionsSerialized.php:653
919
- #: options/phrases-layouts/phrases-comment.php:43
920
- msgid "Hide Replies"
921
- msgstr ""
922
-
923
- #: options/class.WpdiscuzOptionsSerialized.php:654
924
- #: options/phrases-layouts/phrases-comment.php:47
925
- msgid "Show Replies"
926
- msgstr ""
927
-
928
- #: options/class.WpdiscuzOptionsSerialized.php:655
929
- #: options/phrases-layouts/phrases-general.php:36
930
- msgid "New Comment"
931
- msgstr ""
932
-
933
- #: options/class.WpdiscuzOptionsSerialized.php:656
934
- msgid "New comment on the discussion section you've been interested in"
935
- msgstr ""
936
-
937
- #: options/class.WpdiscuzOptionsSerialized.php:657
938
- #: options/phrases-layouts/phrases-email.php:20
939
- #: options/phrases-layouts/phrases-general.php:44
940
- #: utils/class.WpdiscuzEmailHelper.php:162
941
- msgid "New Reply"
942
- msgstr ""
943
-
944
- #: options/class.WpdiscuzOptionsSerialized.php:658
945
- #: utils/class.WpdiscuzEmailHelper.php:163
946
- msgid "New reply on the discussion section you've been interested in"
947
- msgstr ""
948
-
949
- #: options/class.WpdiscuzOptionsSerialized.php:659
950
- msgid "You're subscribed for new replies on this comment"
951
- msgstr ""
952
-
953
- #: options/class.WpdiscuzOptionsSerialized.php:660
954
- msgid "You're subscribed for new replies on all your comments"
955
- msgstr ""
956
-
957
- #: options/class.WpdiscuzOptionsSerialized.php:661
958
- msgid "You're subscribed for new follow-up comments on this post"
959
- msgstr ""
960
-
961
- #: options/class.WpdiscuzOptionsSerialized.php:662
962
- #: options/phrases-layouts/phrases-email.php:27
963
- msgid "Unsubscribe"
964
- msgstr ""
965
-
966
- #: options/class.WpdiscuzOptionsSerialized.php:663
967
- #: options/phrases-layouts/phrases-email.php:32
968
- msgid "Cancel subscription"
969
- msgstr ""
970
-
971
- #: options/class.WpdiscuzOptionsSerialized.php:664
972
- #: options/phrases-layouts/phrases-notification.php:19
973
- msgid "You've successfully unsubscribed."
974
- msgstr ""
975
-
976
- #: options/class.WpdiscuzOptionsSerialized.php:665
977
- #: options/phrases-layouts/phrases-notification.php:15
978
- msgid "You've successfully subscribed."
979
- msgstr ""
980
-
981
- #: options/class.WpdiscuzOptionsSerialized.php:666
982
- #: options/phrases-layouts/phrases-email.php:35
983
- #: options/phrases-layouts/phrases-email.php:36
984
- msgid "Confirm your subscription"
985
- msgstr ""
986
-
987
- #: options/class.WpdiscuzOptionsSerialized.php:667
988
- #: options/phrases-layouts/phrases-email.php:39
989
- #: options/phrases-layouts/phrases-email.php:40
990
- msgid "You've successfully confirmed your subscription."
991
- msgstr ""
992
-
993
- #: options/class.WpdiscuzOptionsSerialized.php:668
994
- #: options/phrases-layouts/phrases-email.php:44
995
- #: utils/class.WpdiscuzEmailHelper.php:55
996
- msgid "Subscribe Confirmation"
997
- msgstr ""
998
-
999
- #: options/class.WpdiscuzOptionsSerialized.php:669
1000
- #: options/phrases-layouts/phrases-email.php:48
1001
- #: utils/class.WpdiscuzEmailHelper.php:56
1002
- msgid ""
1003
- "Hi, <br/> You just subscribed for new comments on our website. This means "
1004
- "you will receive an email when new comments are posted according to "
1005
- "subscription option you've chosen. <br/> To activate, click confirm below. "
1006
- "If you believe this is an error, ignore this message and we'll never bother "
1007
- "you again."
1008
- msgstr ""
1009
-
1010
- #: options/class.WpdiscuzOptionsSerialized.php:670
1011
- msgid "please fill out this field to comment"
1012
- msgstr ""
1013
-
1014
- #: options/class.WpdiscuzOptionsSerialized.php:671
1015
- msgid "email address is invalid"
1016
- msgstr ""
1017
-
1018
- #: options/class.WpdiscuzOptionsSerialized.php:672
1019
- msgid "url is invalid"
1020
- msgstr ""
1021
-
1022
- #: options/class.WpdiscuzOptionsSerialized.php:673
1023
- msgid "year"
1024
- msgstr ""
1025
-
1026
- #: options/class.WpdiscuzOptionsSerialized.php:674
1027
- msgid "years"
1028
- msgstr ""
1029
-
1030
- #: options/class.WpdiscuzOptionsSerialized.php:675
1031
- msgid "month"
1032
- msgstr ""
1033
-
1034
- #: options/class.WpdiscuzOptionsSerialized.php:676
1035
- msgid "months"
1036
- msgstr ""
1037
-
1038
- #: options/class.WpdiscuzOptionsSerialized.php:677
1039
- msgid "day"
1040
- msgstr ""
1041
-
1042
- #: options/class.WpdiscuzOptionsSerialized.php:678
1043
- msgid "days"
1044
- msgstr ""
1045
-
1046
- #: options/class.WpdiscuzOptionsSerialized.php:679
1047
- msgid "hour"
1048
- msgstr ""
1049
-
1050
- #: options/class.WpdiscuzOptionsSerialized.php:680
1051
- msgid "hours"
1052
- msgstr ""
1053
-
1054
- #: options/class.WpdiscuzOptionsSerialized.php:681
1055
- msgid "minute"
1056
- msgstr ""
1057
-
1058
- #: options/class.WpdiscuzOptionsSerialized.php:682
1059
- msgid "minutes"
1060
- msgstr ""
1061
-
1062
- #: options/class.WpdiscuzOptionsSerialized.php:683
1063
- msgid "second"
1064
- msgstr ""
1065
-
1066
- #: options/class.WpdiscuzOptionsSerialized.php:684
1067
- msgid "seconds"
1068
- msgstr ""
1069
-
1070
- #: options/class.WpdiscuzOptionsSerialized.php:685
1071
- msgid "right now"
1072
- msgstr ""
1073
-
1074
- #: options/class.WpdiscuzOptionsSerialized.php:686
1075
- msgid "ago"
1076
- msgstr ""
1077
-
1078
- #: options/class.WpdiscuzOptionsSerialized.php:687
1079
- #: options/phrases-layouts/phrases-notification.php:41
1080
- msgid "You must be"
1081
- msgstr ""
1082
-
1083
- #: options/class.WpdiscuzOptionsSerialized.php:688
1084
- msgid "You are logged in as"
1085
- msgstr ""
1086
-
1087
- #: options/class.WpdiscuzOptionsSerialized.php:689
1088
- #: options/phrases-layouts/phrases-notification.php:49
1089
- msgid "Log out"
1090
- msgstr ""
1091
-
1092
- #: options/class.WpdiscuzOptionsSerialized.php:690
1093
- msgid "logged in"
1094
- msgstr ""
1095
-
1096
- #: options/class.WpdiscuzOptionsSerialized.php:691
1097
- msgid "to post a comment."
1098
- msgstr ""
1099
-
1100
- #: options/class.WpdiscuzOptionsSerialized.php:692
1101
- #: options/phrases-layouts/phrases-comment.php:75
1102
- msgid "Vote Up"
1103
- msgstr ""
1104
-
1105
- #: options/class.WpdiscuzOptionsSerialized.php:693
1106
- #: options/phrases-layouts/phrases-comment.php:79
1107
- msgid "Vote Down"
1108
- msgstr ""
1109
-
1110
- #: options/class.WpdiscuzOptionsSerialized.php:694
1111
- #: options/phrases-layouts/phrases-notification.php:61
1112
- msgid "Vote Counted"
1113
- msgstr ""
1114
-
1115
- #: options/class.WpdiscuzOptionsSerialized.php:695
1116
- msgid "You've already voted for this comment"
1117
- msgstr ""
1118
-
1119
- #: options/class.WpdiscuzOptionsSerialized.php:696
1120
- #: options/phrases-layouts/phrases-notification.php:69
1121
- msgid "Voting Error"
1122
- msgstr ""
1123
-
1124
- #: options/class.WpdiscuzOptionsSerialized.php:697
1125
- msgid "You Must Be Logged In To Vote"
1126
- msgstr ""
1127
-
1128
- #: options/class.WpdiscuzOptionsSerialized.php:698
1129
- msgid "You cannot vote for your comment"
1130
- msgstr ""
1131
-
1132
- #: options/class.WpdiscuzOptionsSerialized.php:699
1133
- msgid "You are not allowed to vote for this comment"
1134
- msgstr ""
1135
-
1136
- #: options/class.WpdiscuzOptionsSerialized.php:700
1137
- #: options/phrases-layouts/phrases-notification.php:85
1138
- msgid "Invalid Captcha Code"
1139
- msgstr ""
1140
-
1141
- #: options/class.WpdiscuzOptionsSerialized.php:701
1142
- #: options/phrases-layouts/phrases-notification.php:89
1143
- msgid "Some of field value is invalid"
1144
- msgstr ""
1145
-
1146
- #: options/class.WpdiscuzOptionsSerialized.php:702
1147
- msgid "new comment"
1148
- msgstr ""
1149
-
1150
- #: options/class.WpdiscuzOptionsSerialized.php:703
1151
- msgid "new comments"
1152
- msgstr ""
1153
-
1154
- #: options/class.WpdiscuzOptionsSerialized.php:704
1155
- msgid "Comment awaiting moderation"
1156
- msgstr ""
1157
-
1158
- #: options/class.WpdiscuzOptionsSerialized.php:705
1159
- msgid "new reply on your comment"
1160
- msgstr ""
1161
-
1162
- #: options/class.WpdiscuzOptionsSerialized.php:706
1163
- msgid "new replies on your comments"
1164
- msgstr ""
1165
-
1166
- #: options/class.WpdiscuzOptionsSerialized.php:707
1167
- #: options/phrases-layouts/phrases-general.php:52
1168
- msgid "New"
1169
- msgstr ""
1170
-
1171
- #: options/class.WpdiscuzOptionsSerialized.php:708
1172
- #: options/phrases-layouts/phrases-notification.php:107
1173
- msgid "Sorry, the comment was not updated"
1174
- msgstr ""
1175
-
1176
- #: options/class.WpdiscuzOptionsSerialized.php:709
1177
- #: options/phrases-layouts/phrases-notification.php:111
1178
- msgid "Sorry, this comment no longer possible to edit"
1179
- msgstr ""
1180
-
1181
- #: options/class.WpdiscuzOptionsSerialized.php:710
1182
- msgid "You've not made any changes"
1183
- msgstr ""
1184
-
1185
- #: options/class.WpdiscuzOptionsSerialized.php:711
1186
- #: options/phrases-layouts/phrases-comment.php:84
1187
- msgid "Save"
1188
- msgstr ""
1189
-
1190
- #: options/class.WpdiscuzOptionsSerialized.php:712
1191
- #: options/phrases-layouts/phrases-comment.php:88
1192
- msgid "Cancel"
1193
- msgstr ""
1194
-
1195
- #: options/class.WpdiscuzOptionsSerialized.php:713
1196
- msgid "Input is too short"
1197
- msgstr ""
1198
-
1199
- #: options/class.WpdiscuzOptionsSerialized.php:714
1200
- msgid "Input is too long"
1201
- msgstr ""
1202
-
1203
- #: options/class.WpdiscuzOptionsSerialized.php:715
1204
- #: options/phrases-layouts/phrases-comment.php:92
1205
- msgid "Read more &raquo;"
1206
- msgstr ""
1207
-
1208
- #: options/class.WpdiscuzOptionsSerialized.php:716
1209
- #: options/phrases-layouts/phrases-comment.php:96
1210
- msgid "Anonymous"
1211
- msgstr ""
1212
-
1213
- #: options/class.WpdiscuzOptionsSerialized.php:717
1214
- #: options/phrases-layouts/phrases-notification.php:118
1215
- #: options/phrases-layouts/phrases-notification.php:119
1216
- msgid "Please fill out required fields"
1217
- msgstr ""
1218
-
1219
- #: options/class.WpdiscuzOptionsSerialized.php:718
1220
- #: options/phrases-layouts/phrases-form.php:67
1221
- #: options/phrases-layouts/phrases-form.php:68
1222
- msgid "Connect with"
1223
- msgstr ""
1224
-
1225
- #: options/class.WpdiscuzOptionsSerialized.php:719
1226
- #: options/phrases-layouts/phrases-notification.php:11
1227
- msgid "You're subscribed to"
1228
- msgstr ""
1229
-
1230
- #: options/class.WpdiscuzOptionsSerialized.php:720
1231
- msgid "Participate in this discussion via email"
1232
- msgstr ""
1233
-
1234
- #: options/class.WpdiscuzOptionsSerialized.php:721
1235
- #: options/phrases-layouts/phrases-form.php:72
1236
- msgid "&rsaquo;"
1237
- msgstr ""
1238
-
1239
- #: options/class.WpdiscuzOptionsSerialized.php:722
1240
- #: options/phrases-layouts/phrases-email.php:52
1241
- msgid "Comment was approved"
1242
- msgstr ""
1243
-
1244
- #: options/class.WpdiscuzOptionsSerialized.php:723
1245
- msgid "Hi, <br/> Your comment was approved."
1246
- msgstr ""
1247
-
1248
- #: options/class.WpdiscuzOptionsSerialized.php:724
1249
- msgid "Comments are closed."
1250
- msgstr ""
1251
-
1252
- #: options/html-addons.php:11
1253
- msgid "wpDiscuz Addons"
1254
- msgstr ""
1255
-
1256
- #: options/html-addons.php:19
1257
- msgid "wpDiscuz Add-ons"
1258
- msgstr ""
1259
-
1260
- #: options/html-addons.php:20
1261
- msgid "Addons Support Forum"
1262
- msgstr ""
1263
-
1264
- #: options/html-addons.php:25
1265
- msgid ""
1266
- "All wpDiscuz addons are being developed by wpDiscuz developers at gVectors "
1267
- "Team, those are very solid premium level extensions and come with premium "
1268
- "support.\n"
1269
- " These addons help us to keep top level "
1270
- "development of the free wpDiscuz plugin. All essential and even dozens of "
1271
- "extra-cool features are already available for free in core wpDiscuz. \n"
1272
- " There will never be any limits, any pro and paid "
1273
- "versions for wpDiscuz. We have another dozens of awesome features in our to-"
1274
- "do list which will also be added for free in future releases. \n"
1275
- " So the free wpDiscuz development always stays on "
1276
- "the first priority and wpDiscuz is being extended with new free functions "
1277
- "and features even faster than before."
1278
- msgstr ""
1279
-
1280
- #: options/html-addons.php:31
1281
- msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team&nbsp;"
1282
- msgstr ""
1283
-
1284
- #: options/html-addons.php:53
1285
- msgid "Installed"
1286
- msgstr ""
1287
-
1288
- #: options/html-addons.php:57
1289
- msgid "Version"
1290
- msgstr ""
1291
-
1292
- #: options/html-addons.php:58
1293
- msgid "at least"
1294
- msgstr ""
1295
-
1296
- #: options/html-addons.php:60
1297
- msgid "Live Preview | Buy"
1298
- msgstr ""
1299
-
1300
- #: options/html-addons.php:66
1301
- msgid "More information about"
1302
- msgstr ""
1303
-
1304
- #: options/html-options.php:10
1305
- msgid "wpDiscuz General Settings"
1306
- msgstr ""
1307
-
1308
- #: options/html-options.php:19
1309
- msgid "Like wpDiscuz?"
1310
- msgstr ""
1311
-
1312
- #: options/html-options.php:20
1313
- msgid "Documentation"
1314
- msgstr ""
1315
-
1316
- #: options/html-options.php:21
1317
- msgid "Support"
1318
- msgstr ""
1319
-
1320
- #: options/html-options.php:55 options/options-layouts/settings-general.php:7
1321
- msgid "General Settings"
1322
- msgstr ""
1323
-
1324
- #: options/html-options.php:56
1325
- #: options/options-layouts/settings-live-update.php:7
1326
- msgid "Live Update"
1327
- msgstr ""
1328
-
1329
- #: options/html-options.php:57
1330
- msgid "Show/Hide"
1331
- msgstr ""
1332
-
1333
- #: options/html-options.php:58
1334
- msgid "Subscription"
1335
- msgstr ""
1336
-
1337
- #: options/html-options.php:58
1338
- msgid "and Postmatic"
1339
- msgstr ""
1340
-
1341
- #: options/html-options.php:59
1342
- msgid "Styling"
1343
- msgstr ""
1344
-
1345
- #: options/html-options.php:60 options/options-layouts/settings-social.php:124
1346
- msgid "Social Login"
1347
- msgstr ""
1348
-
1349
- #: options/html-options.php:61
1350
- #: options/options-layouts/settings-integrations.php:7
1351
- msgid "Integrations"
1352
- msgstr ""
1353
-
1354
- #: options/html-options.php:150
1355
- msgid "Reset Options"
1356
- msgstr ""
1357
-
1358
- #: options/html-options.php:152
1359
- msgid "Remove vote data"
1360
- msgstr ""
1361
-
1362
- #: options/html-options.php:153 options/html-phrases.php:72
1363
- #: options/html-tools.php:58
1364
- msgid "Save Changes"
1365
- msgstr ""
1366
-
1367
- #: options/html-phrases.php:10
1368
- msgid "wpDiscuz Front-end Phrases"
1369
- msgstr ""
1370
-
1371
- #: options/html-phrases.php:21
1372
- msgid "General"
1373
- msgstr ""
1374
-
1375
- #: options/html-phrases.php:24
1376
- msgid "Date/Time"
1377
- msgstr ""
1378
-
1379
- #: options/html-phrases.php:26
1380
- msgid "Notification"
1381
- msgstr ""
1382
-
1383
- #: options/html-tools.php:10
1384
- msgid "wpDiscuz Tools"
1385
- msgstr ""
1386
-
1387
- #: options/html-tools.php:22 options/tools-layouts/options-export.php:8
1388
- msgid "Export options"
1389
- msgstr ""
1390
-
1391
- #: options/html-tools.php:23 options/tools-layouts/options-import.php:7
1392
- msgid "Import options"
1393
- msgstr ""
1394
-
1395
- #: options/options-layouts/settings-addons.php:13
1396
- msgid ""
1397
- "Here you can find wpDiscuz Addons' setting options in vertical subTabs with "
1398
- "according addon titles. All wpDiscuz addons are listed on wpDiscuz"
1399
- msgstr ""
1400
-
1401
- #: options/options-layouts/settings-addons.php:13
1402
- msgid "Addons subMenu"
1403
- msgstr ""
1404
-
1405
- #: options/options-layouts/settings-addons.php:13
1406
- msgid ""
1407
- "We'll add new free and paid addons with almost every wpDiscuz release. There "
1408
- "will be dozens of very useful addons in near future. Currently wpDiscuz "
1409
- "consists of about 70 free features/addons like \"Live Update\", \"First "
1410
- "comment redirection\", \"Comment sorting\", \"Simple CAPTCHA\", \"AJAX "
1411
- "Pagination\", \"Lazy Load\", \"Comment Likes\", \"Comment Share\" and dozens "
1412
- "of other addons and there will be more. All new and free addons will be "
1413
- "built-in with wpDiscuz plugin and all paid addons will be listed separately "
1414
- "on"
1415
- msgstr ""
1416
-
1417
- #: options/options-layouts/settings-customfields.php:12
1418
- msgid "Google Map API Key"
1419
- msgstr ""
1420
-
1421
- #: options/options-layouts/settings-general.php:11
1422
- msgid "Enable wpdiscuz on home page"
1423
- msgstr ""
1424
-
1425
- #: options/options-layouts/settings-general.php:15
1426
- msgid "Enable Quicktags"
1427
- msgstr ""
1428
-
1429
- #: options/options-layouts/settings-general.php:20
1430
- msgid "Use guest email to detect registered account"
1431
- msgstr ""
1432
-
1433
- #: options/options-layouts/settings-general.php:22
1434
- msgid ""
1435
- "Sometimes registered users comment as guest using the same email address. "
1436
- "wpDiscuz can detect the account role using guest email and display commenter "
1437
- "label correctly."
1438
- msgstr ""
1439
-
1440
- #: options/options-layouts/settings-general.php:28
1441
- msgid "Notify comment author if comment was approved"
1442
- msgstr ""
1443
-
1444
- #: options/options-layouts/settings-general.php:33
1445
- msgid "Comment author name min length (for guests only)"
1446
- msgstr ""
1447
-
1448
- #: options/options-layouts/settings-general.php:37
1449
- #: options/options-layouts/settings-general.php:60
1450
- msgid "Min"
1451
- msgstr ""
1452
-
1453
- #: options/options-layouts/settings-general.php:40
1454
- #: options/options-layouts/settings-general.php:63
1455
- msgid "Max"
1456
- msgstr ""
1457
-
1458
- #: options/options-layouts/settings-general.php:46
1459
- msgid "Keep guest commenter credentials in browser cookies for x days"
1460
- msgstr ""
1461
-
1462
- #: options/options-layouts/settings-general.php:48
1463
- msgid "Set this option value -1 to make it unlimited."
1464
- msgstr ""
1465
-
1466
- #: options/options-layouts/settings-general.php:49
1467
- msgid "Set this option value 0 to clear those data when user closes browser."
1468
- msgstr ""
1469
-
1470
- #: options/options-layouts/settings-general.php:56
1471
- msgid "Comment text length"
1472
- msgstr ""
1473
-
1474
- #: options/options-layouts/settings-general.php:69
1475
- msgid ""
1476
- "The number of words before breaking comment text and showing \"Read more\" "
1477
- "link"
1478
- msgstr ""
1479
-
1480
- #: options/options-layouts/settings-general.php:71
1481
- msgid "Set this option value 0, to turn off comment text breaking function."
1482
- msgstr ""
1483
-
1484
- #: options/options-layouts/settings-general.php:77
1485
- msgid "Comment text size in pixels"
1486
- msgstr ""
1487
-
1488
- #: options/options-layouts/settings-general.php:90
1489
- msgid "Allow comment editing for"
1490
- msgstr ""
1491
-
1492
- #: options/options-layouts/settings-general.php:94
1493
- msgid "Do not allow"
1494
- msgstr ""
1495
-
1496
- #: options/options-layouts/settings-general.php:95
1497
- #: options/options-layouts/settings-general.php:96
1498
- #: options/options-layouts/settings-live-update.php:52
1499
- #: options/options-layouts/settings-live-update.php:53
1500
- #: options/options-layouts/settings-live-update.php:54
1501
- msgid "Minutes"
1502
- msgstr ""
1503
-
1504
- #: options/options-layouts/settings-general.php:97
1505
- #: options/phrases-layouts/phrases-datetime.php:35
1506
- msgid "Hour"
1507
- msgstr ""
1508
-
1509
- #: options/options-layouts/settings-general.php:98
1510
- #: options/options-layouts/settings-general.php:99
1511
- msgid "Hours"
1512
- msgstr ""
1513
-
1514
- #: options/options-layouts/settings-general.php:100
1515
- msgid "Unlimit"
1516
- msgstr ""
1517
-
1518
- #: options/options-layouts/settings-general.php:106
1519
- msgid "Redirect first commenter to"
1520
- msgstr ""
1521
-
1522
- #: options/options-layouts/settings-general.php:113
1523
- msgid "Do not redirect"
1524
- msgstr ""
1525
-
1526
- #: options/options-layouts/settings-general.php:120
1527
- msgid "Allow guests to vote on comments"
1528
- msgstr ""
1529
-
1530
- #: options/options-layouts/settings-general.php:125
1531
- msgid "Display only parent comments and <u>view replies &or;</u> button"
1532
- msgstr ""
1533
-
1534
- #: options/options-layouts/settings-general.php:127
1535
- msgid ""
1536
- "If this option is enabled only parent comment will be displayed. This "
1537
- "increases page load speed and keeps pages light. If visitor wants to read "
1538
- "replies he/she just need to click on [view replies (12)] button located on "
1539
- "all parent comments which have replies."
1540
- msgstr ""
1541
-
1542
- #: options/options-layouts/settings-general.php:134
1543
- msgid "Comments loading/pagination type"
1544
- msgstr ""
1545
-
1546
- #: options/options-layouts/settings-general.php:136
1547
- msgid ""
1548
- "You can manage the number of comments for [Load more] option in Settings > "
1549
- "Discussion page, using \"Break comments into pages with [X] top level "
1550
- "comments per page\" option. To show the default Wordpress comment pagination "
1551
- "you should enable the checkbox on bigining of the same option."
1552
- msgstr ""
1553
-
1554
- #: options/options-layouts/settings-general.php:142
1555
- #: options/options-layouts/settings-general.php:144
1556
- msgid "[Load more] Button"
1557
- msgstr ""
1558
-
1559
- #: options/options-layouts/settings-general.php:146
1560
- #: options/options-layouts/settings-general.php:148
1561
- msgid "[Load rest of all comments] Button"
1562
- msgstr ""
1563
-
1564
- #: options/options-layouts/settings-general.php:150
1565
- #: options/options-layouts/settings-general.php:152
1566
- msgid "Load all comments"
1567
- msgstr ""
1568
-
1569
- #: options/options-layouts/settings-general.php:154
1570
- #: options/options-layouts/settings-general.php:156
1571
- msgid "Lazy load comments on scrolling"
1572
- msgstr ""
1573
-
1574
- #: options/options-layouts/settings-general.php:162
1575
- msgid "Enable first comments loading before scroll position is on comment box"
1576
- msgstr ""
1577
-
1578
- #: options/options-layouts/settings-general.php:167
1579
- msgid "Use WordPress Date/Time format"
1580
- msgstr ""
1581
-
1582
- #: options/options-layouts/settings-general.php:168
1583
- msgid ""
1584
- "wpDiscuz shows Human Readable date format. If you check this option it'll "
1585
- "show the date/time format set in WordPress General Settings."
1586
- msgstr ""
1587
-
1588
- #: options/options-layouts/settings-general.php:174
1589
- msgid "Current Wordpress date/time format"
1590
- msgstr ""
1591
-
1592
- #: options/options-layouts/settings-general.php:180
1593
- msgid "Use Plugin .PO/.MO files"
1594
- msgstr ""
1595
-
1596
- #: options/options-layouts/settings-general.php:181
1597
- msgid ""
1598
- "wpDiscuz phrase system allows you to translate all front-end phrases. "
1599
- "However if you have a multi-language website it'll not allow you to add more "
1600
- "than one language translation. The only way to get it is the plugin "
1601
- "translation files (.PO / .MO). If wpDiscuz has the languages you need you "
1602
- "should check this option to disable phrase system and it'll automatically "
1603
- "translate all phrases based on language files according to current language."
1604
- msgstr ""
1605
-
1606
- #: options/options-layouts/settings-general.php:188
1607
- msgid ""
1608
- "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
1609
- "use"
1610
- msgstr ""
1611
-
1612
- #: options/options-layouts/settings-general.php:190
1613
- msgid ""
1614
- "Please check this option on to help wpDiscuz get more popularity as your "
1615
- "thank to the hard work we do for you totally free. This option adds a very "
1616
- "small (16x16px) icon under the comment section which will allow your site "
1617
- "visitors recognize the name of comment solution you use."
1618
- msgstr ""
1619
-
1620
- #: options/options-layouts/settings-general.php:195
1621
- msgid "Thank you!"
1622
- msgstr ""
1623
-
1624
- #: options/options-layouts/settings-integrations.php:14
1625
- msgid "BuddyPress"
1626
- msgstr ""
1627
-
1628
- #: options/options-layouts/settings-integrations.php:15
1629
- msgid "Users Ultra"
1630
- msgstr ""
1631
-
1632
- #: options/options-layouts/settings-integrations.php:16
1633
- msgid "User Pro"
1634
- msgstr ""
1635
-
1636
- #: options/options-layouts/settings-integrations.php:17
1637
- msgid "Ultimate Member"
1638
- msgstr ""
1639
-
1640
- #: options/options-layouts/settings-integrations.php:18
1641
- msgid "MyCred"
1642
- msgstr ""
1643
-
1644
- #: options/options-layouts/settings-integrations.php:23
1645
- #: options/options-layouts/settings-integrations.php:41
1646
- #: options/options-layouts/settings-integrations.php:59
1647
- #: options/options-layouts/settings-integrations.php:90
1648
- #: options/options-layouts/settings-integrations.php:124
1649
- msgid "Please add the code below in current active theme's functions.php file"
1650
- msgstr ""
1651
-
1652
- #: options/options-layouts/settings-integrations.php:24
1653
- msgid ""
1654
- "This code will integrate BuddyPress profile URL with wpDiscuz. BuddyPress "
1655
- "Display Names and Avatars will be integrated automatically."
1656
- msgstr ""
1657
-
1658
- #: options/options-layouts/settings-integrations.php:42
1659
- msgid ""
1660
- "This code will integrate Users Ultra profile URL with wpDiscuz. Users Ultra "
1661
- "Display Names and Avatars will be integrated automatically."
1662
- msgstr ""
1663
-
1664
- #: options/options-layouts/settings-integrations.php:60
1665
- msgid ""
1666
- "This code will integrate User Pro profile URL with wpDiscuz. User Pro "
1667
- "Display Names and Avatars will be integrated automatically."
1668
- msgstr ""
1669
-
1670
- #: options/options-layouts/settings-integrations.php:91
1671
- msgid ""
1672
- "This code consists of two parts, which will integrate Ultimate Member "
1673
- "profile Display Name and Profile URL with wpDiscuz. UM Avatars will be "
1674
- "integrated automatically."
1675
- msgstr ""
1676
-
1677
- #: options/options-layouts/settings-integrations.php:125
1678
- msgid ""
1679
- "This code will integrate MyCred User Ranks and Badges under comment author "
1680
- "avatar."
1681
- msgstr ""
1682
-
1683
- #: options/options-layouts/settings-live-update.php:12
1684
- msgid "Live update options"
1685
- msgstr ""
1686
-
1687
- #: options/options-layouts/settings-live-update.php:13
1688
- msgid ""
1689
- "wpDiscuz 3 live update is very smart and doesn't overload your server even "
1690
- "if you're on Shared hosting plan and even your website is very active. "
1691
- "However we recommend to monitor your server resources if you're on a Shared "
1692
- "hosting plan. There are some very weak hosting plans which may not be able "
1693
- "to perform very frequently live update requests. If you found some issue you "
1694
- "can set the option below 30 seconds or more."
1695
- msgstr ""
1696
-
1697
- #: options/options-layouts/settings-live-update.php:18
1698
- msgid "Never update"
1699
- msgstr ""
1700
-
1701
- #: options/options-layouts/settings-live-update.php:20
1702
- msgid "Turn off \"Live Update\" function"
1703
- msgstr ""
1704
-
1705
- #: options/options-layouts/settings-live-update.php:22
1706
- #: options/options-layouts/settings-subscription.php:27
1707
- msgid "Show new comment/reply buttons to update manualy"
1708
- msgstr ""
1709
-
1710
- #: options/options-layouts/settings-live-update.php:24
1711
- msgid "Always check for new comments and show update buttons"
1712
- msgstr ""
1713
-
1714
- #: options/options-layouts/settings-live-update.php:26
1715
- #: options/options-layouts/settings-subscription.php:31
1716
- msgid "Always update"
1717
- msgstr ""
1718
-
1719
- #: options/options-layouts/settings-live-update.php:28
1720
- msgid "Always check for new comments and update automatically"
1721
- msgstr ""
1722
-
1723
- #: options/options-layouts/settings-live-update.php:35
1724
- msgid "Disable live update for guests"
1725
- msgstr ""
1726
-
1727
- #: options/options-layouts/settings-live-update.php:43
1728
- msgid "Update comment list every"
1729
- msgstr ""
1730
-
1731
- #: options/options-layouts/settings-live-update.php:48
1732
- #: options/options-layouts/settings-live-update.php:49
1733
- #: options/options-layouts/settings-live-update.php:50
1734
- msgid "Seconds"
1735
- msgstr ""
1736
-
1737
- #: options/options-layouts/settings-live-update.php:51
1738
- #: options/phrases-layouts/phrases-datetime.php:43
1739
- msgid "Minute"
1740
- msgstr ""
1741
-
1742
- #: options/options-layouts/settings-show-hide.php:7
1743
- msgid "Show/Hide Components"
1744
- msgstr ""
1745
-
1746
- #: options/options-layouts/settings-show-hide.php:11
1747
- msgid "Show logged-in user name and logout link on top of main form"
1748
- msgstr ""
1749
-
1750
- #: options/options-layouts/settings-show-hide.php:15
1751
- msgid "Hide Reply button for Guests"
1752
- msgstr ""
1753
-
1754
- #: options/options-layouts/settings-show-hide.php:19
1755
- msgid "Hide Reply button for Members"
1756
- msgstr ""
1757
-
1758
- #: options/options-layouts/settings-show-hide.php:23
1759
- msgid "Hide Commenter Labels"
1760
- msgstr ""
1761
-
1762
- #: options/options-layouts/settings-show-hide.php:27
1763
- msgid "Hide Voting buttons"
1764
- msgstr ""
1765
-
1766
- #: options/options-layouts/settings-show-hide.php:31
1767
- msgid "Comment voting statistic mode"
1768
- msgstr ""
1769
-
1770
- #: options/options-layouts/settings-show-hide.php:36
1771
- msgid "total count"
1772
- msgstr ""
1773
-
1774
- #: options/options-layouts/settings-show-hide.php:40
1775
- msgid "separate count"
1776
- msgstr ""
1777
-
1778
- #: options/options-layouts/settings-show-hide.php:46
1779
- msgid "Show Share Buttons"
1780
- msgstr ""
1781
-
1782
- #: options/options-layouts/settings-show-hide.php:65
1783
- msgid "Facebook Application ID"
1784
- msgstr ""
1785
-
1786
- #: options/options-layouts/settings-show-hide.php:81
1787
- msgid ""
1788
- "The plugin captcha directory is not writable! Please set writable "
1789
- "permissions on \"wpdiscuz/utils/temp\" directory in order to use the first "
1790
- "type of captcha generation"
1791
- msgstr ""
1792
-
1793
- #: options/options-layouts/settings-show-hide.php:85
1794
- msgid "Captcha generation type"
1795
- msgstr ""
1796
-
1797
- #: options/options-layouts/settings-show-hide.php:91
1798
- msgid "use file system"
1799
- msgstr ""
1800
-
1801
- #: options/options-layouts/settings-show-hide.php:96
1802
- msgid "use wordpress session"
1803
- msgstr ""
1804
-
1805
- #: options/options-layouts/settings-show-hide.php:102
1806
- msgid "Hide header text"
1807
- msgstr ""
1808
-
1809
- #: options/options-layouts/settings-show-hide.php:106
1810
- msgid "Show sorting buttons"
1811
- msgstr ""
1812
-
1813
- #: options/options-layouts/settings-show-hide.php:110
1814
- msgid "Set comments ordering to \"Most voted\" by default "
1815
- msgstr ""
1816
-
1817
- #: options/options-layouts/settings-show-hide.php:114
1818
- msgid "Hide comment link"
1819
- msgstr ""
1820
-
1821
- #: options/options-layouts/settings-show-hide.php:118
1822
- msgid "Enable automatic image URL to image HTML conversion"
1823
- msgstr ""
1824
-
1825
- #: options/options-layouts/settings-show-hide.php:123
1826
- msgid "Secure comment content in HTTPS protocol."
1827
- msgstr ""
1828
-
1829
- #: options/options-layouts/settings-show-hide.php:125
1830
- msgid ""
1831
- "This option detects images and other contents with non-https source URLs and "
1832
- "fix according to your selected logic."
1833
- msgstr ""
1834
-
1835
- #: options/options-layouts/settings-show-hide.php:133
1836
- msgid "Replace non-https content to simple link URLs"
1837
- msgstr ""
1838
-
1839
- #: options/options-layouts/settings-show-hide.php:138
1840
- msgid ""
1841
- "Just replace http protocols to https (https may not be supported by content "
1842
- "provider)"
1843
- msgstr ""
1844
-
1845
- #: options/options-layouts/settings-show-hide.php:142
1846
- msgid "Ignore non-https content"
1847
- msgstr ""
1848
-
1849
- #: options/options-layouts/settings-show-hide.php:149
1850
- msgid "Disable Profiles URL"
1851
- msgstr ""
1852
-
1853
- #: options/options-layouts/settings-show-hide.php:153
1854
- msgid "Display Ratings"
1855
- msgstr ""
1856
-
1857
- #: options/options-layouts/settings-show-hide.php:156
1858
- msgid "Before Content"
1859
- msgstr ""
1860
-
1861
- #: options/options-layouts/settings-show-hide.php:158
1862
- msgid "After Content"
1863
- msgstr ""
1864
-
1865
- #: options/options-layouts/settings-show-hide.php:162
1866
- msgid "Display ratings on none singular pages"
1867
- msgstr ""
1868
-
1869
- #: options/options-layouts/settings-social.php:50
1870
- #: options/options-layouts/settings-social.php:61
1871
- #: options/options-layouts/settings-social.php:72
1872
- #: options/options-layouts/settings-social.php:83
1873
- msgid "Activate"
1874
- msgstr ""
1875
-
1876
- #: options/options-layouts/settings-social.php:54
1877
- #: options/options-layouts/settings-social.php:65
1878
- #: options/options-layouts/settings-social.php:76
1879
- #: options/options-layouts/settings-social.php:87
1880
- msgid "View details/Install"
1881
- msgstr ""
1882
-
1883
- #: options/options-layouts/settings-social.php:125
1884
- msgid ""
1885
- "You can use one of these most popular Social Login Plugins to allow your "
1886
- "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
1887
- "OK and lots of other social network service accounts. All social login "
1888
- "buttons will be fully integrated with wpDiscuz comment forms."
1889
- msgstr ""
1890
-
1891
- #: options/options-layouts/settings-style.php:7
1892
- msgid "Background and Colors"
1893
- msgstr ""
1894
-
1895
- #: options/options-layouts/settings-style.php:12
1896
- msgid "Comment Form Background Color"
1897
- msgstr ""
1898
-
1899
- #: options/options-layouts/settings-style.php:16
1900
- #: options/options-layouts/settings-style.php:25
1901
- #: options/options-layouts/settings-style.php:34
1902
- #: options/options-layouts/settings-style.php:43
1903
- #: options/options-layouts/settings-style.php:70
1904
- #: options/options-layouts/settings-style.php:79
1905
- #: options/options-layouts/settings-style.php:88
1906
- #: options/options-layouts/settings-style.php:98
1907
- #: options/options-layouts/settings-style.php:107
1908
- #: options/options-layouts/settings-style.php:116
1909
- #: options/options-layouts/settings-style.php:130
1910
- msgid "Example: #00FF00"
1911
- msgstr ""
1912
-
1913
- #: options/options-layouts/settings-style.php:21
1914
- msgid "Comment Background Color"
1915
- msgstr ""
1916
-
1917
- #: options/options-layouts/settings-style.php:30
1918
- msgid "Reply Background Color"
1919
- msgstr ""
1920
-
1921
- #: options/options-layouts/settings-style.php:39
1922
- msgid "Comment Text Color"
1923
- msgstr ""
1924
-
1925
- #: options/options-layouts/settings-style.php:48
1926
- msgid "Button Color"
1927
- msgstr ""
1928
-
1929
- #: options/options-layouts/settings-style.php:53
1930
- msgid "Share Buttons"
1931
- msgstr ""
1932
-
1933
- #: options/options-layouts/settings-style.php:54
1934
- #: options/options-layouts/settings-style.php:57
1935
- #: options/options-layouts/settings-style.php:60
1936
- msgid "Text Color"
1937
- msgstr ""
1938
-
1939
- #: options/options-layouts/settings-style.php:55
1940
- #: options/options-layouts/settings-style.php:58
1941
- #: options/options-layouts/settings-style.php:61
1942
- msgid "Border Color"
1943
- msgstr ""
1944
-
1945
- #: options/options-layouts/settings-style.php:56
1946
- msgid "Vote Buttons"
1947
- msgstr ""
1948
-
1949
- #: options/options-layouts/settings-style.php:59
1950
- msgid "Action Buttons"
1951
- msgstr ""
1952
-
1953
- #: options/options-layouts/settings-style.php:66
1954
- msgid "Comment form fields border color"
1955
- msgstr ""
1956
-
1957
- #: options/options-layouts/settings-style.php:75
1958
- msgid "New loaded comments' background color"
1959
- msgstr ""
1960
-
1961
- #: options/options-layouts/settings-style.php:84
1962
- msgid "Primary Color"
1963
- msgstr ""
1964
-
1965
- #: options/options-layouts/settings-style.php:94
1966
- msgid "Rating Stars Hover Color"
1967
- msgstr ""
1968
-
1969
- #: options/options-layouts/settings-style.php:103
1970
- msgid "Rating Stars Inactiv Color"
1971
- msgstr ""
1972
-
1973
- #: options/options-layouts/settings-style.php:112
1974
- msgid "Rating Stars Activ Color"
1975
- msgstr ""
1976
-
1977
- #: options/options-layouts/settings-style.php:127
1978
- msgid "label color"
1979
- msgstr ""
1980
-
1981
- #: options/options-layouts/settings-style.php:138
1982
- msgid "Disable font awesome css loading"
1983
- msgstr ""
1984
-
1985
- #: options/options-layouts/settings-style.php:146
1986
- msgid "Custom CSS Code"
1987
- msgstr ""
1988
-
1989
- #: options/options-layouts/settings-subscription.php:7
1990
- msgid "Email Subscription Settings"
1991
- msgstr ""
1992
-
1993
- #: options/options-layouts/settings-subscription.php:11
1994
- msgid "Disable subscription confirmation for registered users"
1995
- msgstr ""
1996
-
1997
- #: options/options-layouts/settings-subscription.php:15
1998
- msgid "Disable subscription confirmation for guests"
1999
- msgstr ""
2000
-
2001
- #: options/options-layouts/settings-subscription.php:19
2002
- msgid "Show subscription types in dropdown"
2003
- msgstr ""
2004
-
2005
- #: options/options-layouts/settings-subscription.php:23
2006
- msgid "Both"
2007
- msgstr ""
2008
-
2009
- #: options/options-layouts/settings-subscription.php:25
2010
- msgid "Both post and all comments subscription"
2011
- msgstr ""
2012
-
2013
- #: options/options-layouts/settings-subscription.php:29
2014
- msgid "Post subscription"
2015
- msgstr ""
2016
-
2017
- #: options/options-layouts/settings-subscription.php:33
2018
- msgid "All comments subscription"
2019
- msgstr ""
2020
-
2021
- #: options/options-layouts/settings-subscription.php:40
2022
- msgid "Show \"Notify of new replies to this comment\""
2023
- msgstr ""
2024
-
2025
- #: options/options-layouts/settings-subscription.php:42
2026
- msgid ""
2027
- "wpDiscuz is the only comment plugin which allows you to subscribe to certain "
2028
- "comment replies. This option is located above [Post Comment] button in "
2029
- "comment form. You can disable this subscription way by unchecking this "
2030
- "option."
2031
- msgstr ""
2032
-
2033
- #: options/options-layouts/settings-subscription.php:49
2034
- msgid "\"Notify of new replies to this comment\" checked by default"
2035
- msgstr ""
2036
-
2037
- #: options/options-layouts/settings-subscription.php:56
2038
- msgid "Use Postmatic for subscriptions and commenting by email"
2039
- msgstr ""
2040
-
2041
- #: options/options-layouts/settings-subscription.php:57
2042
- msgid ""
2043
- "Postmatic allows your users subscribe to comments. Instead of just being "
2044
- "notified, they add a reply right from their inbox."
2045
- msgstr ""
2046
-
2047
- #: options/phrases-layouts/phrases-comment.php:7
2048
- msgid "Comment Template Phrases"
2049
- msgstr ""
2050
-
2051
- #: options/phrases-layouts/phrases-comment.php:83
2052
- msgid "Save edited comment button text"
2053
- msgstr ""
2054
-
2055
- #: options/phrases-layouts/phrases-comment.php:87
2056
- msgid "Cancel comment editing button text"
2057
- msgstr ""
2058
-
2059
- #: options/phrases-layouts/phrases-comment.php:91
2060
- msgid "Comment read more link text"
2061
- msgstr ""
2062
-
2063
- #: options/phrases-layouts/phrases-comment.php:95
2064
- msgid "Anonymous commenter name"
2065
- msgstr ""
2066
-
2067
- #: options/phrases-layouts/phrases-datetime.php:7
2068
- msgid "Date/Time Phrases"
2069
- msgstr ""
2070
-
2071
- #: options/phrases-layouts/phrases-datetime.php:11
2072
- msgid "Year"
2073
- msgstr ""
2074
-
2075
- #: options/phrases-layouts/phrases-datetime.php:15
2076
- msgid "Years (Plural Form)"
2077
- msgstr ""
2078
-
2079
- #: options/phrases-layouts/phrases-datetime.php:16
2080
- msgid "Years"
2081
- msgstr ""
2082
-
2083
- #: options/phrases-layouts/phrases-datetime.php:19
2084
- msgid "Month"
2085
- msgstr ""
2086
-
2087
- #: options/phrases-layouts/phrases-datetime.php:23
2088
- msgid "Months (Plural Form)"
2089
- msgstr ""
2090
-
2091
- #: options/phrases-layouts/phrases-datetime.php:27
2092
- msgid "Day"
2093
- msgstr ""
2094
-
2095
- #: options/phrases-layouts/phrases-datetime.php:31
2096
- msgid "Days (Plural Form)"
2097
- msgstr ""
2098
-
2099
- #: options/phrases-layouts/phrases-datetime.php:39
2100
- msgid "Hours (Plural Form)"
2101
- msgstr ""
2102
-
2103
- #: options/phrases-layouts/phrases-datetime.php:47
2104
- msgid "Minutes (Plural Form)"
2105
- msgstr ""
2106
-
2107
- #: options/phrases-layouts/phrases-datetime.php:51
2108
- msgid "Second"
2109
- msgstr ""
2110
-
2111
- #: options/phrases-layouts/phrases-datetime.php:55
2112
- msgid "Seconds (Plural Form)"
2113
- msgstr ""
2114
-
2115
- #: options/phrases-layouts/phrases-datetime.php:59
2116
- msgid "Commented \"right now\" text"
2117
- msgstr ""
2118
-
2119
- #: options/phrases-layouts/phrases-datetime.php:63
2120
- msgid "Ago text"
2121
- msgstr ""
2122
-
2123
- #: options/phrases-layouts/phrases-email.php:7
2124
- msgid "Email Template Phrases"
2125
- msgstr ""
2126
-
2127
- #: options/phrases-layouts/phrases-email.php:11
2128
- msgid "New comment email subject"
2129
- msgstr ""
2130
-
2131
- #: options/phrases-layouts/phrases-email.php:15
2132
- msgid "New comment email message"
2133
- msgstr ""
2134
-
2135
- #: options/phrases-layouts/phrases-email.php:19
2136
- msgid "New reply subject"
2137
- msgstr ""
2138
-
2139
- #: options/phrases-layouts/phrases-email.php:23
2140
- msgid "New reply message"
2141
- msgstr ""
2142
-
2143
- #: options/phrases-layouts/phrases-email.php:31
2144
- msgid "Ignore subscription"
2145
- msgstr ""
2146
-
2147
- #: options/phrases-layouts/phrases-email.php:43
2148
- msgid "Subscribe confirmation email subject"
2149
- msgstr ""
2150
-
2151
- #: options/phrases-layouts/phrases-email.php:47
2152
- msgid "Subscribe confirmation email content"
2153
- msgstr ""
2154
-
2155
- #: options/phrases-layouts/phrases-email.php:51
2156
- msgid "Comment approved subject"
2157
- msgstr ""
2158
-
2159
- #: options/phrases-layouts/phrases-email.php:55
2160
- msgid "Comment approved message"
2161
- msgstr ""
2162
-
2163
- #: options/phrases-layouts/phrases-email.php:56
2164
- msgid "Hi, <br/> Your comment was approved"
2165
- msgstr ""
2166
-
2167
- #: options/phrases-layouts/phrases-form.php:7
2168
- msgid "Form Template Phrases"
2169
- msgstr ""
2170
-
2171
- #: options/phrases-layouts/phrases-form.php:11
2172
- msgid "Comment Field Start"
2173
- msgstr ""
2174
-
2175
- #: options/phrases-layouts/phrases-form.php:15
2176
- msgid "Comment Field Join"
2177
- msgstr ""
2178
-
2179
- #: options/phrases-layouts/phrases-form.php:19
2180
- msgid "Email Field"
2181
- msgstr ""
2182
-
2183
- #: options/phrases-layouts/phrases-form.php:27
2184
- msgid "Notify on new comments"
2185
- msgstr ""
2186
-
2187
- #: options/phrases-layouts/phrases-form.php:31
2188
- msgid "Notify on all new replies"
2189
- msgstr ""
2190
-
2191
- #: options/phrases-layouts/phrases-form.php:32
2192
- msgid "new replies to all my comments"
2193
- msgstr ""
2194
-
2195
- #: options/phrases-layouts/phrases-form.php:35
2196
- msgid "Notify on new replies (checkbox)"
2197
- msgstr ""
2198
-
2199
- #: options/phrases-layouts/phrases-form.php:55
2200
- msgid "Subscribed on this comment replies"
2201
- msgstr ""
2202
-
2203
- #: options/phrases-layouts/phrases-form.php:59
2204
- msgid "Subscribed on all your comments replies"
2205
- msgstr ""
2206
-
2207
- #: options/phrases-layouts/phrases-form.php:63
2208
- msgid "Subscribed on this post"
2209
- msgstr ""
2210
-
2211
- #: options/phrases-layouts/phrases-form.php:71
2212
- msgid "Form subscription button"
2213
- msgstr ""
2214
-
2215
- #: options/phrases-layouts/phrases-general.php:7
2216
- msgid "General Phrases"
2217
- msgstr ""
2218
-
2219
- #: options/phrases-layouts/phrases-general.php:11
2220
- msgid "Be the first to comment"
2221
- msgstr ""
2222
-
2223
- #: options/phrases-layouts/phrases-general.php:19
2224
- msgid "Comment (Plural Form)"
2225
- msgstr ""
2226
-
2227
- #: options/phrases-layouts/phrases-general.php:23
2228
- msgid "On"
2229
- msgstr ""
2230
-
2231
- #: options/phrases-layouts/phrases-general.php:27
2232
- msgid "Load More Button"
2233
- msgstr ""
2234
-
2235
- #: options/phrases-layouts/phrases-general.php:35
2236
- msgid "Button text if has new comment"
2237
- msgstr ""
2238
-
2239
- #: options/phrases-layouts/phrases-general.php:39
2240
- msgid "Button text if has new comments (Plural Form)"
2241
- msgstr ""
2242
-
2243
- #: options/phrases-layouts/phrases-general.php:40
2244
- msgid "New Comments"
2245
- msgstr ""
2246
-
2247
- #: options/phrases-layouts/phrases-general.php:43
2248
- msgid "Button text if has new reply"
2249
- msgstr ""
2250
-
2251
- #: options/phrases-layouts/phrases-general.php:47
2252
- msgid "Button text if has new replies (Plural Form)"
2253
- msgstr ""
2254
-
2255
- #: options/phrases-layouts/phrases-general.php:48
2256
- msgid "New Replies"
2257
- msgstr ""
2258
-
2259
- #: options/phrases-layouts/phrases-general.php:51
2260
- msgid "Text on load more button if has new comment(s)"
2261
- msgstr ""
2262
-
2263
- #: options/phrases-layouts/phrases-notification.php:7
2264
- msgid "Notification Phrases"
2265
- msgstr ""
2266
-
2267
- #: options/phrases-layouts/phrases-notification.php:24
2268
- msgid "Postmatic subscription label"
2269
- msgstr ""
2270
-
2271
- #: options/phrases-layouts/phrases-notification.php:29
2272
- msgid "Error message for empty field"
2273
- msgstr ""
2274
-
2275
- #: options/phrases-layouts/phrases-notification.php:33
2276
- msgid "Error message for invalid email field"
2277
- msgstr ""
2278
-
2279
- #: options/phrases-layouts/phrases-notification.php:37
2280
- msgid "Error message for invalid website url field"
2281
- msgstr ""
2282
-
2283
- #: options/phrases-layouts/phrases-notification.php:45
2284
- msgid "Logged in as"
2285
- msgstr ""
2286
-
2287
- #: options/phrases-layouts/phrases-notification.php:53
2288
- msgid "Logged In"
2289
- msgstr ""
2290
-
2291
- #: options/phrases-layouts/phrases-notification.php:57
2292
- msgid "To post a comment"
2293
- msgstr ""
2294
-
2295
- #: options/phrases-layouts/phrases-notification.php:65
2296
- msgid "You can vote only 1 time"
2297
- msgstr ""
2298
-
2299
- #: options/phrases-layouts/phrases-notification.php:73
2300
- msgid "Login To Vote"
2301
- msgstr ""
2302
-
2303
- #: options/phrases-layouts/phrases-notification.php:77
2304
- msgid "You Cannot Vote On Your Comment"
2305
- msgstr ""
2306
-
2307
- #: options/phrases-layouts/phrases-notification.php:81
2308
- msgid "You are not allowed to vote for this comment (Voting from same IP)"
2309
- msgstr ""
2310
-
2311
- #: options/phrases-layouts/phrases-notification.php:93
2312
- msgid "Comment waiting moderation"
2313
- msgstr ""
2314
-
2315
- #: options/phrases-layouts/phrases-notification.php:97
2316
- msgid "Message if input text length is too short"
2317
- msgstr ""
2318
-
2319
- #: options/phrases-layouts/phrases-notification.php:101
2320
- msgid "Message if input text length is too long"
2321
- msgstr ""
2322
-
2323
- #: options/phrases-layouts/phrases-notification.php:106
2324
- msgid "Message if comment was not updated"
2325
- msgstr ""
2326
-
2327
- #: options/phrases-layouts/phrases-notification.php:110
2328
- msgid "Message if comment no longer possible to edit"
2329
- msgstr ""
2330
-
2331
- #: options/phrases-layouts/phrases-notification.php:114
2332
- msgid "Message if comment text not changed"
2333
- msgstr ""
2334
-
2335
- #: options/phrases-layouts/phrases-notification.php:115
2336
- msgid "TYou've not made any changes"
2337
- msgstr ""
2338
-
2339
- #: options/phrases-layouts/phrases-notification.php:122
2340
- msgid "Message if commenting disabled by user role"
2341
- msgstr ""
2342
-
2343
- #: options/phrases-layouts/phrases-notification.php:123
2344
- msgid "Comments are closed"
2345
- msgstr ""
2346
-
2347
- #: options/tools-layouts/options-export.php:10
2348
- msgid ""
2349
- "You can transfer the saved options data between different installs by "
2350
- "copying the text inside this textarea. To import data from another install, "
2351
- "navigate to \"Import Options\" Tab and put the data in textarea with the one "
2352
- "from another install and click \"Save Changes\". Make sure you use the same "
2353
- "wpDiscuz versions."
2354
- msgstr ""
2355
-
2356
- #: options/tools-layouts/options-import.php:9
2357
- msgid ""
2358
- "You can transfer the saved options data between different installs by "
2359
- "copying the text inside this textarea in \"Export Options\" Tab. To import "
2360
- "data from another install, just put the data in textarea with the one from "
2361
- "another install and click \"Save Changes\". Make sure you use the same "
2362
- "wpDiscuz versions."
2363
- msgstr ""
2364
-
2365
- #: templates/comment/class.WpdiscuzWalker.php:324
2366
- msgid "view replies"
2367
- msgstr ""
2368
-
2369
- #: templates/comment/comment-form.php:71
2370
- msgid "Unable to send an email"
2371
- msgstr ""
2372
-
2373
- #: templates/comment/comment-form.php:73
2374
- msgid "Subscription not successed"
2375
- msgstr ""
2376
-
2377
- #. Plugin Name of the plugin/theme
2378
- #: templates/comment/comment-form.php:290
2379
- msgid "wpDiscuz"
2380
- msgstr ""
2381
-
2382
- #: utils/class.WpdiscuzHelper.php:346 utils/class.WpdiscuzHelper.php:349
2383
- msgid "Spoiler"
2384
- msgstr ""
2385
-
2386
- #. Plugin URI of the plugin/theme
2387
- msgid "http://wpdiscuz.com/"
2388
- msgstr ""
2389
-
2390
- #. Description of the plugin/theme
2391
- msgid ""
2392
- "Better comment system. Wordpress post comments and discussion plugin. Allows "
2393
- "your visitors discuss, vote for comments and share."
2394
- msgstr ""
2395
-
2396
- #. Author of the plugin/theme
2397
- msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
2398
- msgstr ""
2399
-
2400
- #. Author URI of the plugin/theme
2401
- msgid "https://gvectors.com/"
2402
- msgstr ""
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: PACKAGE VERSION\n"
5
+ "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2017-12-14 14:25+0000\n"
7
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
+ "Language-Team: \n"
10
+ "Language: \n"
11
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Loco https://localise.biz/"
16
+
17
+ #: class.WpdiscuzCore.php:218
18
+ msgid "Every 3 hours"
19
+ msgstr ""
20
+
21
+ #: class.WpdiscuzCore.php:222
22
+ msgid "Every 48 hours"
23
+ msgstr ""
24
+
25
+ #: class.WpdiscuzCore.php:899 class.WpdiscuzCore.php:899
26
+ #: class.WpdiscuzCore.php:1104
27
+ msgid "Settings"
28
+ msgstr ""
29
+
30
+ #: class.WpdiscuzCore.php:901 class.WpdiscuzCore.php:901
31
+ #: class.WpdiscuzCore.php:1106
32
+ msgid "Phrases"
33
+ msgstr ""
34
+
35
+ #: class.WpdiscuzCore.php:903 class.WpdiscuzCore.php:903
36
+ msgid "Tools"
37
+ msgstr ""
38
+
39
+ #: class.WpdiscuzCore.php:904 class.WpdiscuzCore.php:904
40
+ #: options/html-options.php:22 options/html-options.php:63
41
+ #: options/options-layouts/settings-addons.php:7
42
+ msgid "Addons"
43
+ msgstr ""
44
+
45
+ #: class.WpdiscuzCore.php:916
46
+ msgid "Do you really want to reset all options?"
47
+ msgstr ""
48
+
49
+ #: class.WpdiscuzCore.php:917
50
+ msgid "Do you really want to remove voting data?"
51
+ msgstr ""
52
+
53
+ #: class.WpdiscuzCore.php:918
54
+ msgid "Do you really want to delete gravatars cache?"
55
+ msgstr ""
56
+
57
+ #: class.WpdiscuzCore.php:1161 options/phrases-layouts/phrases-comment.php:56
58
+ msgid "Admin"
59
+ msgstr ""
60
+
61
+ #: class.WpdiscuzCore.php:1163 class.WpdiscuzCore.php:1172
62
+ #: options/phrases-layouts/phrases-comment.php:58
63
+ msgid "Author"
64
+ msgstr ""
65
+
66
+ #: class.WpdiscuzCore.php:1167 options/phrases-layouts/phrases-comment.php:64
67
+ msgid "Member"
68
+ msgstr ""
69
+
70
+ #: class.WpdiscuzCore.php:1173 options/phrases-layouts/phrases-comment.php:62
71
+ msgid "Guest"
72
+ msgstr ""
73
+
74
+ #: forms/wpDiscuzForm.php:101 forms/wpDiscuzForm.php:149
75
+ msgid "Forms"
76
+ msgstr ""
77
+
78
+ #: forms/wpDiscuzForm.php:102 options/html-phrases.php:22
79
+ msgid "Form"
80
+ msgstr ""
81
+
82
+ #: forms/wpDiscuzForm.php:103
83
+ msgid "Add New"
84
+ msgstr ""
85
+
86
+ #: forms/wpDiscuzForm.php:104
87
+ msgid "Add New Form"
88
+ msgstr ""
89
+
90
+ #: forms/wpDiscuzForm.php:105
91
+ msgid "Edit Form"
92
+ msgstr ""
93
+
94
+ #: forms/wpDiscuzForm.php:106
95
+ msgid "You did not create any forms yet"
96
+ msgstr ""
97
+
98
+ #: forms/wpDiscuzForm.php:107
99
+ msgid "Nothing found in Trash"
100
+ msgstr ""
101
+
102
+ #: forms/wpDiscuzForm.php:108
103
+ msgid "Search Forms"
104
+ msgstr ""
105
+
106
+ #: forms/wpDiscuzForm.php:164
107
+ msgid "Post Types"
108
+ msgstr ""
109
+
110
+ #: forms/wpDiscuzForm.php:165
111
+ msgid "Post IDs"
112
+ msgstr ""
113
+
114
+ #: forms/wpDiscuzForm.php:166 forms/wpdFormAttr/Form.php:597
115
+ msgid "Language"
116
+ msgstr ""
117
+
118
+ #: forms/wpDiscuzForm.php:212
119
+ msgid "Field Types"
120
+ msgstr ""
121
+
122
+ #: forms/wpDiscuzForm.php:213 forms/wpdFormAttr/Row.php:23
123
+ msgid "Two column"
124
+ msgstr ""
125
+
126
+ #: forms/wpDiscuzForm.php:214 forms/wpdFormAttr/Row.php:24
127
+ #: forms/wpdFormAttr/Field/Field.php:64
128
+ msgid "Delete"
129
+ msgstr ""
130
+
131
+ #: forms/wpDiscuzForm.php:215 forms/wpdFormAttr/Row.php:25
132
+ msgid "Move"
133
+ msgstr ""
134
+
135
+ #: forms/wpDiscuzForm.php:216 forms/wpdFormAttr/Row.php:69
136
+ msgid "Add Field"
137
+ msgstr ""
138
+
139
+ #: forms/wpDiscuzForm.php:217 options/class.WpdiscuzOptionsSerialized.php:680
140
+ #: options/phrases-layouts/phrases-comment.php:19
141
+ #: forms/wpdFormAttr/Field/Field.php:61
142
+ msgid "Edit"
143
+ msgstr ""
144
+
145
+ #: forms/wpDiscuzForm.php:218
146
+ msgid "You can not delete default field."
147
+ msgstr ""
148
+
149
+ #: forms/wpDiscuzForm.php:219
150
+ msgid "You really want to delete this item ?"
151
+ msgstr ""
152
+
153
+ #: forms/wpDiscuzForm.php:226
154
+ msgid "Permission Denied !!!"
155
+ msgstr ""
156
+
157
+ #: forms/wpDiscuzForm.php:251 forms/wpdFormAttr/Form.php:567
158
+ #: options/options-layouts/settings-customfields.php:7
159
+ #: forms/wpdFormAttr/html/admin-form-fields-list.php:18
160
+ msgid "Custom Fields"
161
+ msgstr ""
162
+
163
+ #: forms/wpDiscuzForm.php:299
164
+ msgid "Custom CSS"
165
+ msgstr ""
166
+
167
+ #: forms/wpDiscuzForm.php:355
168
+ msgid "Default Form"
169
+ msgstr ""
170
+
171
+ #: forms/wpDiscuzForm.php:387 forms/wpDiscuzForm.php:395
172
+ #: forms/wpdFormAttr/Form.php:653 forms/wpdFormAttr/Form.php:653
173
+ msgid "Leave a Reply"
174
+ msgstr ""
175
+
176
+ #: forms/wpDiscuzForm.php:410 forms/wpdFormAttr/Form.php:762
177
+ #: forms/wpdFormAttr/Field/CheckboxField.php:12
178
+ #: forms/wpdFormAttr/Field/ColorField.php:12
179
+ #: forms/wpdFormAttr/Field/DateField.php:12
180
+ #: forms/wpdFormAttr/Field/NumberField.php:12
181
+ #: forms/wpdFormAttr/Field/RadioField.php:12
182
+ #: forms/wpdFormAttr/Field/RatingField.php:12
183
+ #: forms/wpdFormAttr/Field/SelectField.php:12
184
+ #: forms/wpdFormAttr/Field/TextAreaField.php:13
185
+ #: forms/wpdFormAttr/Field/TextField.php:12
186
+ #: forms/wpdFormAttr/Field/UrlField.php:12
187
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:25
188
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:19
189
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:18
190
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:64
191
+ #: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
192
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:18
193
+ msgid "Name"
194
+ msgstr ""
195
+
196
+ #: forms/wpDiscuzForm.php:412 options/class.WpdiscuzOptionsSerialized.php:667
197
+ #: options/html-phrases.php:25 forms/wpdFormAttr/Form.php:769
198
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:64
199
+ msgid "Email"
200
+ msgstr ""
201
+
202
+ #: forms/wpDiscuzForm.php:414
203
+ msgid "WebSite URL"
204
+ msgstr ""
205
+
206
+ #: forms/wpDiscuzForm.php:417 forms/wpdFormAttr/Form.php:792
207
+ #: forms/wpdFormAttr/Field/DefaultField/Submit.php:77
208
+ msgid "Post Comment"
209
+ msgstr ""
210
+
211
+ #: forms/wpDiscuzForm.php:438
212
+ msgid "Clone"
213
+ msgstr ""
214
+
215
+ #: forms/wpDiscuzForm.php:476
216
+ msgid ""
217
+ "Comment Form is not detected, please navigate to form manager page to create "
218
+ "it. "
219
+ msgstr ""
220
+
221
+ #: forms/wpDiscuzForm.php:477
222
+ msgid "Add Comment Form"
223
+ msgstr ""
224
+
225
+ #: options/class.WpdiscuzOptions.php:24 options/class.WpdiscuzOptions.php:107
226
+ #: options/class.WpdiscuzOptions.php:226
227
+ msgid "Hacker?"
228
+ msgstr ""
229
+
230
+ #: options/class.WpdiscuzOptions.php:98
231
+ msgid "Settings updated"
232
+ msgstr ""
233
+
234
+ #: options/class.WpdiscuzOptions.php:215
235
+ msgid "Phrases updated"
236
+ msgstr ""
237
+
238
+ #: options/class.WpdiscuzOptions.php:261
239
+ msgid ""
240
+ "Brings an ocean of emotions to your comments. It comes with an awesome smile "
241
+ "package."
242
+ msgstr ""
243
+
244
+ #: options/class.WpdiscuzOptions.php:262
245
+ msgid ""
246
+ "Extended information about comment author with Profile, Activity, Votes and "
247
+ "Subscriptions Tabs on pop-up window."
248
+ msgstr ""
249
+
250
+ #: options/class.WpdiscuzOptions.php:263
251
+ msgid ""
252
+ "Real-time online user checking, pop-up notification of new online users and "
253
+ "online/offline badges."
254
+ msgstr ""
255
+
256
+ #: options/class.WpdiscuzOptions.php:264
257
+ msgid ""
258
+ "Total control over comment subscriptions. Full list, monitor, manage, filter,"
259
+ " unsubscribe, confirm..."
260
+ msgstr ""
261
+
262
+ #: options/class.WpdiscuzOptions.php:265
263
+ msgid ""
264
+ "A full-fledged tool-kit for advertising in comment section of your website. "
265
+ "Separate banner and ad managment."
266
+ msgstr ""
267
+
268
+ #: options/class.WpdiscuzOptions.php:266
269
+ msgid ""
270
+ "Allows to mention comments and users in comment text using #comment-id and "
271
+ "@username tags."
272
+ msgstr ""
273
+
274
+ #: options/class.WpdiscuzOptions.php:267
275
+ msgid ""
276
+ "See comment likers and voters of each comment. Adds user reputation and "
277
+ "badges based on received likes."
278
+ msgstr ""
279
+
280
+ #: options/class.WpdiscuzOptions.php:268
281
+ msgid ""
282
+ "Comment reporting tools. Auto-moderates comments based on number of flags "
283
+ "and dislikes."
284
+ msgstr ""
285
+
286
+ #: options/class.WpdiscuzOptions.php:269
287
+ msgid ""
288
+ "Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
289
+ "options. Uses free translation API."
290
+ msgstr ""
291
+
292
+ #: options/class.WpdiscuzOptions.php:270
293
+ msgid ""
294
+ "AJAX powered front-end comment search. It starts searching while you type "
295
+ "search words. "
296
+ msgstr ""
297
+
298
+ #: options/class.WpdiscuzOptions.php:271
299
+ msgid ""
300
+ "Most voted comments, Active comment threads, Most commented posts, Active "
301
+ "comment authors"
302
+ msgstr ""
303
+
304
+ #: options/class.WpdiscuzOptions.php:272
305
+ msgid ""
306
+ "All in one powerful yet simple admin toolkit to moderate comments on front-"
307
+ "end."
308
+ msgstr ""
309
+
310
+ #: options/class.WpdiscuzOptions.php:273
311
+ msgid ""
312
+ "Extended comment attachment system. Allows to upload images, videos, audios "
313
+ "and other file types."
314
+ msgstr ""
315
+
316
+ #: options/class.WpdiscuzOptions.php:274
317
+ msgid ""
318
+ "Adds No CAPTCHA on all comment forms. Stops spam and bot comments with "
319
+ "Google reCAPTCHA"
320
+ msgstr ""
321
+
322
+ #: options/class.WpdiscuzOptions.php:275
323
+ msgid ""
324
+ "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
325
+ "myCRED points. "
326
+ msgstr ""
327
+
328
+ #: options/class.WpdiscuzOptions.php:276
329
+ msgid ""
330
+ "Allows censoring comment words. Filters comments and replaces those phrases "
331
+ "with custom words."
332
+ msgstr ""
333
+
334
+ #: options/class.WpdiscuzOptions.php:282
335
+ msgid "Custom Comment Forms"
336
+ msgstr ""
337
+
338
+ #: options/class.WpdiscuzOptions.php:283
339
+ msgid ""
340
+ "You can create custom comment forms with wpDiscuz. wpDiscuz 4 comes with "
341
+ "custom comment forms and fields. You can create custom comment forms for "
342
+ "each post type, each form can beceated with different form fields, for "
343
+ "eaxample: text, dropdown, rating, checkboxes, etc..."
344
+ msgstr ""
345
+
346
+ #: options/class.WpdiscuzOptions.php:286
347
+ msgid "Emoticons"
348
+ msgstr ""
349
+
350
+ #: options/class.WpdiscuzOptions.php:287
351
+ msgid ""
352
+ "You can add more emotions to your comments using wpDiscuz Emoticons addon."
353
+ msgstr ""
354
+
355
+ #: options/class.WpdiscuzOptions.php:290
356
+ msgid "Ads Manager"
357
+ msgstr ""
358
+
359
+ #: options/class.WpdiscuzOptions.php:291
360
+ msgid ""
361
+ "Increase your income using ad banners. Comment area is the most active "
362
+ "sections for advertising. wpDiscuz Ads Manager addon is designed to help you "
363
+ "add banners and control ads in this section."
364
+ msgstr ""
365
+
366
+ #: options/class.WpdiscuzOptions.php:294
367
+ msgid "User and Comment Mentioning"
368
+ msgstr ""
369
+
370
+ #: options/class.WpdiscuzOptions.php:295
371
+ msgid ""
372
+ "Using wpDiscuz User &amp; Comment Mentioning addon you can allow commenters "
373
+ "mention comments and users in comment text using #comment-id and @username "
374
+ "tags."
375
+ msgstr ""
376
+
377
+ #: options/class.WpdiscuzOptions.php:298
378
+ msgid "Advanced Likers"
379
+ msgstr ""
380
+
381
+ #: options/class.WpdiscuzOptions.php:299
382
+ msgid ""
383
+ "wpDiscuz Advanced Likers addon displays likers and voters of each comment. "
384
+ "Adds user reputation and badges based on received likes."
385
+ msgstr ""
386
+
387
+ #: options/class.WpdiscuzOptions.php:302
388
+ msgid "Report and Flagging"
389
+ msgstr ""
390
+
391
+ #: options/class.WpdiscuzOptions.php:303
392
+ msgid ""
393
+ "Let your commenters help you to determine and remove spam comments. wpDiscuz "
394
+ "Report and Flagging addon comes with comment reporting tools. Automaticaly "
395
+ "auto-moderates comments based on number of flags and dislikes."
396
+ msgstr ""
397
+
398
+ #: options/class.WpdiscuzOptions.php:306
399
+ msgid "Comment Translate"
400
+ msgstr ""
401
+
402
+ #: options/class.WpdiscuzOptions.php:307
403
+ msgid ""
404
+ "In most cases the big part of your visitors are not a native speakers of "
405
+ "your language. Make your comments comprehensible for all visitors using "
406
+ "wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX "
407
+ "\"Translate\" button with 60 language translation options. Uses free "
408
+ "translation API."
409
+ msgstr ""
410
+
411
+ #: options/class.WpdiscuzOptions.php:310
412
+ msgid "Comment Search"
413
+ msgstr ""
414
+
415
+ #: options/class.WpdiscuzOptions.php:311
416
+ msgid ""
417
+ "You can let website visitor search in comments. It's always more attractive "
418
+ "to find a comment about something that interest you. Using wpDiscuz Comment "
419
+ "Search addon you'll get a nice, AJAX powered front-end comment search form "
420
+ "above comment list."
421
+ msgstr ""
422
+
423
+ #: options/class.WpdiscuzOptions.php:314
424
+ msgid "wpDiscuz Widgets"
425
+ msgstr ""
426
+
427
+ #: options/class.WpdiscuzOptions.php:315
428
+ msgid ""
429
+ "More Comment Widgets! Most voted comments, Active comment threads, Most "
430
+ "commented posts, Active comment authors widgets are available in wpDiscuz "
431
+ "Widgets Addon"
432
+ msgstr ""
433
+
434
+ #: options/class.WpdiscuzOptions.php:318
435
+ msgid "Front-end Moderation"
436
+ msgstr ""
437
+
438
+ #: options/class.WpdiscuzOptions.php:319
439
+ msgid ""
440
+ "You can moderate comments on front-end using all in one powerful yet simple "
441
+ "wpDiscuz Frontend Moderation addon."
442
+ msgstr ""
443
+
444
+ #: options/class.WpdiscuzOptions.php:322
445
+ msgid "Media Uploader"
446
+ msgstr ""
447
+
448
+ #: options/class.WpdiscuzOptions.php:323
449
+ msgid ""
450
+ "You can let website visitors attach images and files to comments and embed "
451
+ "video/audio content using wpDiscuz Media Uploader addon."
452
+ msgstr ""
453
+
454
+ #: options/class.WpdiscuzOptions.php:326
455
+ msgid "Google ReCaptcha"
456
+ msgstr ""
457
+
458
+ #: options/class.WpdiscuzOptions.php:327
459
+ msgid ""
460
+ "Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon "
461
+ "adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
462
+ msgstr ""
463
+
464
+ #: options/class.WpdiscuzOptions.php:386
465
+ msgid "Do you know?"
466
+ msgstr ""
467
+
468
+ #: options/class.WpdiscuzOptions.php:399
469
+ msgid "More info"
470
+ msgstr ""
471
+
472
+ #: options/class.WpdiscuzOptionsSerialized.php:661
473
+ msgid "Be the First to Comment!"
474
+ msgstr ""
475
+
476
+ #: options/class.WpdiscuzOptionsSerialized.php:662 options/html-phrases.php:23
477
+ #: options/phrases-layouts/phrases-general.php:15
478
+ msgid "Comment"
479
+ msgstr ""
480
+
481
+ #: options/class.WpdiscuzOptionsSerialized.php:663
482
+ msgid "Comments"
483
+ msgstr ""
484
+
485
+ #: options/class.WpdiscuzOptionsSerialized.php:664
486
+ msgid "on"
487
+ msgstr ""
488
+
489
+ #: options/class.WpdiscuzOptionsSerialized.php:665
490
+ msgid "Start the discussion"
491
+ msgstr ""
492
+
493
+ #: options/class.WpdiscuzOptionsSerialized.php:666
494
+ msgid "Join the discussion"
495
+ msgstr ""
496
+
497
+ #: options/class.WpdiscuzOptionsSerialized.php:668
498
+ #: options/phrases-layouts/phrases-form.php:23
499
+ #: options/phrases-layouts/phrases-form.php:24
500
+ msgid "Notify of"
501
+ msgstr ""
502
+
503
+ #: options/class.WpdiscuzOptionsSerialized.php:669
504
+ #: options/phrases-layouts/phrases-form.php:28
505
+ msgid "new follow-up comments"
506
+ msgstr ""
507
+
508
+ #: options/class.WpdiscuzOptionsSerialized.php:670
509
+ msgid "new replies to my comments"
510
+ msgstr ""
511
+
512
+ #: options/class.WpdiscuzOptionsSerialized.php:671
513
+ #: options/phrases-layouts/phrases-form.php:36
514
+ msgid "Notify of new replies to this comment"
515
+ msgstr ""
516
+
517
+ #: options/class.WpdiscuzOptionsSerialized.php:672
518
+ #: options/phrases-layouts/phrases-form.php:39
519
+ #: options/phrases-layouts/phrases-form.php:40
520
+ msgid "Sort by"
521
+ msgstr ""
522
+
523
+ #: options/class.WpdiscuzOptionsSerialized.php:673
524
+ #: options/phrases-layouts/phrases-form.php:43
525
+ #: options/phrases-layouts/phrases-form.php:44
526
+ msgid "newest"
527
+ msgstr ""
528
+
529
+ #: options/class.WpdiscuzOptionsSerialized.php:674
530
+ #: options/phrases-layouts/phrases-form.php:47
531
+ #: options/phrases-layouts/phrases-form.php:48
532
+ msgid "oldest"
533
+ msgstr ""
534
+
535
+ #: options/class.WpdiscuzOptionsSerialized.php:675
536
+ #: options/phrases-layouts/phrases-form.php:51
537
+ #: options/phrases-layouts/phrases-form.php:52
538
+ msgid "most voted"
539
+ msgstr ""
540
+
541
+ #: options/class.WpdiscuzOptionsSerialized.php:676
542
+ msgid "Load More Comments"
543
+ msgstr ""
544
+
545
+ #: options/class.WpdiscuzOptionsSerialized.php:677
546
+ #: options/phrases-layouts/phrases-general.php:31
547
+ msgid "Load Rest of Comments"
548
+ msgstr ""
549
+
550
+ #: options/class.WpdiscuzOptionsSerialized.php:678
551
+ #: options/phrases-layouts/phrases-comment.php:11
552
+ msgid "Reply"
553
+ msgstr ""
554
+
555
+ #: options/class.WpdiscuzOptionsSerialized.php:679
556
+ #: options/phrases-layouts/phrases-comment.php:15
557
+ msgid "Share"
558
+ msgstr ""
559
+
560
+ #: options/class.WpdiscuzOptionsSerialized.php:681
561
+ #: options/phrases-layouts/phrases-comment.php:23
562
+ msgid "Share On Facebook"
563
+ msgstr ""
564
+
565
+ #: options/class.WpdiscuzOptionsSerialized.php:682
566
+ #: options/phrases-layouts/phrases-comment.php:27
567
+ msgid "Share On Twitter"
568
+ msgstr ""
569
+
570
+ #: options/class.WpdiscuzOptionsSerialized.php:683
571
+ #: options/phrases-layouts/phrases-comment.php:31
572
+ msgid "Share On Google"
573
+ msgstr ""
574
+
575
+ #: options/class.WpdiscuzOptionsSerialized.php:684
576
+ #: options/phrases-layouts/phrases-comment.php:35
577
+ msgid "Share On VKontakte"
578
+ msgstr ""
579
+
580
+ #: options/class.WpdiscuzOptionsSerialized.php:685
581
+ #: options/phrases-layouts/phrases-comment.php:39
582
+ msgid "Share On Odnoklassniki"
583
+ msgstr ""
584
+
585
+ #: options/class.WpdiscuzOptionsSerialized.php:686
586
+ #: options/phrases-layouts/phrases-comment.php:43
587
+ msgid "Hide Replies"
588
+ msgstr ""
589
+
590
+ #: options/class.WpdiscuzOptionsSerialized.php:687
591
+ #: options/phrases-layouts/phrases-comment.php:47
592
+ msgid "Show Replies"
593
+ msgstr ""
594
+
595
+ #: options/class.WpdiscuzOptionsSerialized.php:688
596
+ msgid "New Comment"
597
+ msgstr ""
598
+
599
+ #: options/class.WpdiscuzOptionsSerialized.php:689
600
+ msgid "New comment on the discussion section you've been interested in"
601
+ msgstr ""
602
+
603
+ #: options/class.WpdiscuzOptionsSerialized.php:690
604
+ #: utils/class.WpdiscuzEmailHelper.php:162
605
+ #: options/phrases-layouts/phrases-email.php:20
606
+ msgid "New Reply"
607
+ msgstr ""
608
+
609
+ #: options/class.WpdiscuzOptionsSerialized.php:691
610
+ #: utils/class.WpdiscuzEmailHelper.php:163
611
+ msgid "New reply on the discussion section you've been interested in"
612
+ msgstr ""
613
+
614
+ #: options/class.WpdiscuzOptionsSerialized.php:692
615
+ msgid "You're subscribed for new replies on this comment"
616
+ msgstr ""
617
+
618
+ #: options/class.WpdiscuzOptionsSerialized.php:693
619
+ msgid "You're subscribed for new replies on all your comments"
620
+ msgstr ""
621
+
622
+ #: options/class.WpdiscuzOptionsSerialized.php:694
623
+ msgid "You're subscribed for new follow-up comments on this post"
624
+ msgstr ""
625
+
626
+ #: options/class.WpdiscuzOptionsSerialized.php:695
627
+ #: options/phrases-layouts/phrases-email.php:27
628
+ msgid "Unsubscribe"
629
+ msgstr ""
630
+
631
+ #: options/class.WpdiscuzOptionsSerialized.php:696
632
+ #: options/phrases-layouts/phrases-email.php:32
633
+ msgid "Cancel subscription"
634
+ msgstr ""
635
+
636
+ #: options/class.WpdiscuzOptionsSerialized.php:697
637
+ #: options/phrases-layouts/phrases-notification.php:19
638
+ msgid "You've successfully unsubscribed."
639
+ msgstr ""
640
+
641
+ #: options/class.WpdiscuzOptionsSerialized.php:698
642
+ #: options/phrases-layouts/phrases-notification.php:15
643
+ msgid "You've successfully subscribed."
644
+ msgstr ""
645
+
646
+ #: options/class.WpdiscuzOptionsSerialized.php:699
647
+ #: options/phrases-layouts/phrases-email.php:35
648
+ #: options/phrases-layouts/phrases-email.php:36
649
+ msgid "Confirm your subscription"
650
+ msgstr ""
651
+
652
+ #: options/class.WpdiscuzOptionsSerialized.php:700
653
+ #: options/phrases-layouts/phrases-email.php:39
654
+ #: options/phrases-layouts/phrases-email.php:40
655
+ msgid "You've successfully confirmed your subscription."
656
+ msgstr ""
657
+
658
+ #: options/class.WpdiscuzOptionsSerialized.php:701
659
+ #: utils/class.WpdiscuzEmailHelper.php:55
660
+ #: options/phrases-layouts/phrases-email.php:44
661
+ msgid "Subscribe Confirmation"
662
+ msgstr ""
663
+
664
+ #: options/class.WpdiscuzOptionsSerialized.php:702
665
+ #: utils/class.WpdiscuzEmailHelper.php:56
666
+ #: options/phrases-layouts/phrases-email.php:48
667
+ msgid ""
668
+ "Hi, <br/> You just subscribed for new comments on our website. This means "
669
+ "you will receive an email when new comments are posted according to "
670
+ "subscription option you've chosen. <br/> To activate, click confirm below. "
671
+ "If you believe this is an error, ignore this message and we'll never bother "
672
+ "you again."
673
+ msgstr ""
674
+
675
+ #: options/class.WpdiscuzOptionsSerialized.php:703
676
+ msgid "please fill out this field to comment"
677
+ msgstr ""
678
+
679
+ #: options/class.WpdiscuzOptionsSerialized.php:704
680
+ msgid "email address is invalid"
681
+ msgstr ""
682
+
683
+ #: options/class.WpdiscuzOptionsSerialized.php:705
684
+ msgid "url is invalid"
685
+ msgstr ""
686
+
687
+ #: options/class.WpdiscuzOptionsSerialized.php:706
688
+ msgid "year"
689
+ msgstr ""
690
+
691
+ #: options/class.WpdiscuzOptionsSerialized.php:707
692
+ msgid "years"
693
+ msgstr ""
694
+
695
+ #: options/class.WpdiscuzOptionsSerialized.php:708
696
+ msgid "month"
697
+ msgstr ""
698
+
699
+ #: options/class.WpdiscuzOptionsSerialized.php:709
700
+ msgid "months"
701
+ msgstr ""
702
+
703
+ #: options/class.WpdiscuzOptionsSerialized.php:710
704
+ msgid "day"
705
+ msgstr ""
706
+
707
+ #: options/class.WpdiscuzOptionsSerialized.php:711
708
+ msgid "days"
709
+ msgstr ""
710
+
711
+ #: options/class.WpdiscuzOptionsSerialized.php:712
712
+ msgid "hour"
713
+ msgstr ""
714
+
715
+ #: options/class.WpdiscuzOptionsSerialized.php:713
716
+ msgid "hours"
717
+ msgstr ""
718
+
719
+ #: options/class.WpdiscuzOptionsSerialized.php:714
720
+ msgid "minute"
721
+ msgstr ""
722
+
723
+ #: options/class.WpdiscuzOptionsSerialized.php:715
724
+ msgid "minutes"
725
+ msgstr ""
726
+
727
+ #: options/class.WpdiscuzOptionsSerialized.php:716
728
+ msgid "second"
729
+ msgstr ""
730
+
731
+ #: options/class.WpdiscuzOptionsSerialized.php:717
732
+ msgid "seconds"
733
+ msgstr ""
734
+
735
+ #: options/class.WpdiscuzOptionsSerialized.php:718
736
+ msgid "right now"
737
+ msgstr ""
738
+
739
+ #: options/class.WpdiscuzOptionsSerialized.php:719
740
+ msgid "ago"
741
+ msgstr ""
742
+
743
+ #: options/class.WpdiscuzOptionsSerialized.php:720
744
+ #: options/phrases-layouts/phrases-notification.php:41
745
+ msgid "You must be"
746
+ msgstr ""
747
+
748
+ #: options/class.WpdiscuzOptionsSerialized.php:721
749
+ msgid "You are logged in as"
750
+ msgstr ""
751
+
752
+ #: options/class.WpdiscuzOptionsSerialized.php:722
753
+ #: options/phrases-layouts/phrases-notification.php:49
754
+ msgid "Log out"
755
+ msgstr ""
756
+
757
+ #: options/class.WpdiscuzOptionsSerialized.php:723
758
+ msgid "logged in"
759
+ msgstr ""
760
+
761
+ #: options/class.WpdiscuzOptionsSerialized.php:724
762
+ msgid "to post a comment."
763
+ msgstr ""
764
+
765
+ #: options/class.WpdiscuzOptionsSerialized.php:725
766
+ #: options/phrases-layouts/phrases-comment.php:75
767
+ msgid "Vote Up"
768
+ msgstr ""
769
+
770
+ #: options/class.WpdiscuzOptionsSerialized.php:726
771
+ #: options/phrases-layouts/phrases-comment.php:79
772
+ msgid "Vote Down"
773
+ msgstr ""
774
+
775
+ #: options/class.WpdiscuzOptionsSerialized.php:727
776
+ #: options/phrases-layouts/phrases-notification.php:61
777
+ msgid "Vote Counted"
778
+ msgstr ""
779
+
780
+ #: options/class.WpdiscuzOptionsSerialized.php:728
781
+ msgid "You've already voted for this comment"
782
+ msgstr ""
783
+
784
+ #: options/class.WpdiscuzOptionsSerialized.php:729
785
+ #: options/phrases-layouts/phrases-notification.php:69
786
+ msgid "Voting Error"
787
+ msgstr ""
788
+
789
+ #: options/class.WpdiscuzOptionsSerialized.php:730
790
+ msgid "You Must Be Logged In To Vote"
791
+ msgstr ""
792
+
793
+ #: options/class.WpdiscuzOptionsSerialized.php:731
794
+ msgid "You cannot vote for your comment"
795
+ msgstr ""
796
+
797
+ #: options/class.WpdiscuzOptionsSerialized.php:732
798
+ msgid "You are not allowed to vote for this comment"
799
+ msgstr ""
800
+
801
+ #: options/class.WpdiscuzOptionsSerialized.php:733
802
+ #: options/phrases-layouts/phrases-notification.php:85
803
+ msgid "Invalid Captcha Code"
804
+ msgstr ""
805
+
806
+ #: options/class.WpdiscuzOptionsSerialized.php:734
807
+ #: options/phrases-layouts/phrases-notification.php:89
808
+ msgid "Some of field value is invalid"
809
+ msgstr ""
810
+
811
+ #: options/class.WpdiscuzOptionsSerialized.php:735
812
+ msgid "new comment"
813
+ msgstr ""
814
+
815
+ #: options/class.WpdiscuzOptionsSerialized.php:736
816
+ msgid "new comments"
817
+ msgstr ""
818
+
819
+ #: options/class.WpdiscuzOptionsSerialized.php:737
820
+ msgid "Comment awaiting moderation"
821
+ msgstr ""
822
+
823
+ #: options/class.WpdiscuzOptionsSerialized.php:738
824
+ msgid "new reply on your comment"
825
+ msgstr ""
826
+
827
+ #: options/class.WpdiscuzOptionsSerialized.php:739
828
+ msgid "new replies on your comments"
829
+ msgstr ""
830
+
831
+ #: options/class.WpdiscuzOptionsSerialized.php:740
832
+ msgid "New"
833
+ msgstr ""
834
+
835
+ #: options/class.WpdiscuzOptionsSerialized.php:741
836
+ msgid "Sorry, the comment was not updated"
837
+ msgstr ""
838
+
839
+ #: options/class.WpdiscuzOptionsSerialized.php:742
840
+ msgid "Sorry, this comment no longer possible to edit"
841
+ msgstr ""
842
+
843
+ #: options/class.WpdiscuzOptionsSerialized.php:743
844
+ msgid "You've not made any changes"
845
+ msgstr ""
846
+
847
+ #: options/class.WpdiscuzOptionsSerialized.php:744
848
+ msgid "Save"
849
+ msgstr ""
850
+
851
+ #: options/class.WpdiscuzOptionsSerialized.php:745
852
+ msgid "Cancel"
853
+ msgstr ""
854
+
855
+ #: options/class.WpdiscuzOptionsSerialized.php:746
856
+ msgid "Input is too short"
857
+ msgstr ""
858
+
859
+ #: options/class.WpdiscuzOptionsSerialized.php:747
860
+ msgid "Input is too long"
861
+ msgstr ""
862
+
863
+ #: options/class.WpdiscuzOptionsSerialized.php:748
864
+ msgid "Read more &raquo;"
865
+ msgstr ""
866
+
867
+ #: options/class.WpdiscuzOptionsSerialized.php:749
868
+ msgid "Anonymous"
869
+ msgstr ""
870
+
871
+ #: options/class.WpdiscuzOptionsSerialized.php:750
872
+ #: options/phrases-layouts/phrases-notification.php:118
873
+ msgid "Please fill out required fields"
874
+ msgstr ""
875
+
876
+ #: options/class.WpdiscuzOptionsSerialized.php:751
877
+ #: options/phrases-layouts/phrases-form.php:67
878
+ #: options/phrases-layouts/phrases-form.php:68
879
+ msgid "Connect with"
880
+ msgstr ""
881
+
882
+ #: options/class.WpdiscuzOptionsSerialized.php:752
883
+ #: options/phrases-layouts/phrases-notification.php:11
884
+ msgid "You're subscribed to"
885
+ msgstr ""
886
+
887
+ #: options/class.WpdiscuzOptionsSerialized.php:753
888
+ msgid "Participate in this discussion via email"
889
+ msgstr ""
890
+
891
+ #: options/class.WpdiscuzOptionsSerialized.php:754
892
+ #: options/phrases-layouts/phrases-form.php:72
893
+ msgid "&rsaquo;"
894
+ msgstr ""
895
+
896
+ #: options/class.WpdiscuzOptionsSerialized.php:755
897
+ #: options/phrases-layouts/phrases-email.php:52
898
+ msgid "Comment was approved"
899
+ msgstr ""
900
+
901
+ #: options/class.WpdiscuzOptionsSerialized.php:756
902
+ msgid "Hi, <br/> Your comment was approved."
903
+ msgstr ""
904
+
905
+ #: options/class.WpdiscuzOptionsSerialized.php:757
906
+ msgid "Comments are closed."
907
+ msgstr ""
908
+
909
+ #: options/html-addons.php:11
910
+ msgid "wpDiscuz Addons"
911
+ msgstr ""
912
+
913
+ #: options/html-addons.php:19
914
+ msgid "wpDiscuz Add-ons"
915
+ msgstr ""
916
+
917
+ #: options/html-addons.php:20
918
+ msgid "Addons Support Forum"
919
+ msgstr ""
920
+
921
+ #: options/html-addons.php:25
922
+ msgid ""
923
+ "All wpDiscuz addons are being developed by wpDiscuz developers at gVectors "
924
+ "Team, those are very solid premium level extensions and come with premium "
925
+ "support.\n"
926
+ " These addons help us to keep top level "
927
+ "development of the free wpDiscuz plugin. All essential and even dozens of "
928
+ "extra-cool features are already available for free in core wpDiscuz. \n"
929
+ " There will never be any limits, any pro and paid "
930
+ "versions for wpDiscuz. We have another dozens of awesome features in our to-"
931
+ "do list which will also be added for free in future releases. \n"
932
+ " So the free wpDiscuz development always stays on "
933
+ "the first priority and wpDiscuz is being extended with new free functions "
934
+ "and features even faster than before."
935
+ msgstr ""
936
+
937
+ #: options/html-addons.php:31
938
+ msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team&nbsp;"
939
+ msgstr ""
940
+
941
+ #: options/html-addons.php:60
942
+ msgid "Live Preview | Buy"
943
+ msgstr ""
944
+
945
+ #: options/html-options.php:10
946
+ msgid "wpDiscuz General Settings"
947
+ msgstr ""
948
+
949
+ #: options/html-options.php:19
950
+ msgid "Like wpDiscuz?"
951
+ msgstr ""
952
+
953
+ #: options/html-options.php:20
954
+ msgid "Documentation"
955
+ msgstr ""
956
+
957
+ #: options/html-options.php:21
958
+ msgid "Support"
959
+ msgstr ""
960
+
961
+ #: options/html-options.php:55 options/options-layouts/settings-general.php:7
962
+ msgid "General Settings"
963
+ msgstr ""
964
+
965
+ #: options/html-options.php:56
966
+ #: options/options-layouts/settings-live-update.php:7
967
+ msgid "Live Update"
968
+ msgstr ""
969
+
970
+ #: options/html-options.php:57
971
+ msgid "Show/Hide"
972
+ msgstr ""
973
+
974
+ #: options/html-options.php:58
975
+ msgid "Subscription"
976
+ msgstr ""
977
+
978
+ #: options/html-options.php:58
979
+ msgid "and Postmatic"
980
+ msgstr ""
981
+
982
+ #: options/html-options.php:59
983
+ msgid "Styling"
984
+ msgstr ""
985
+
986
+ #: options/html-options.php:60
987
+ msgid "Cache"
988
+ msgstr ""
989
+
990
+ #: options/html-options.php:61 options/options-layouts/settings-social.php:124
991
+ msgid "Social Login"
992
+ msgstr ""
993
+
994
+ #: options/html-options.php:62
995
+ #: options/options-layouts/settings-integrations.php:7
996
+ msgid "Integrations"
997
+ msgstr ""
998
+
999
+ #: options/html-options.php:152
1000
+ msgid "Reset Options"
1001
+ msgstr ""
1002
+
1003
+ #: options/html-options.php:154
1004
+ msgid "Remove vote data"
1005
+ msgstr ""
1006
+
1007
+ #: options/html-options.php:155 options/html-phrases.php:72
1008
+ #: options/html-tools.php:58
1009
+ msgid "Save Changes"
1010
+ msgstr ""
1011
+
1012
+ #: options/html-phrases.php:10
1013
+ msgid "wpDiscuz Front-end Phrases"
1014
+ msgstr ""
1015
+
1016
+ #: options/html-phrases.php:21
1017
+ msgid "General"
1018
+ msgstr ""
1019
+
1020
+ #: options/html-phrases.php:24
1021
+ msgid "Date/Time"
1022
+ msgstr ""
1023
+
1024
+ #: options/html-phrases.php:26
1025
+ msgid "Notification"
1026
+ msgstr ""
1027
+
1028
+ #: options/html-tools.php:10
1029
+ msgid "wpDiscuz Tools"
1030
+ msgstr ""
1031
+
1032
+ #: options/html-tools.php:22 options/tools-layouts/options-export.php:8
1033
+ msgid "Export options"
1034
+ msgstr ""
1035
+
1036
+ #: options/html-tools.php:23 options/tools-layouts/options-import.php:7
1037
+ msgid "Import options"
1038
+ msgstr ""
1039
+
1040
+ #: utils/class.WpdiscuzHelper.php:346 utils/class.WpdiscuzHelper.php:349
1041
+ msgid "Spoiler"
1042
+ msgstr ""
1043
+
1044
+ #: forms/wpdFormAttr/Form.php:606
1045
+ msgid "Disable commenting for roles"
1046
+ msgstr ""
1047
+
1048
+ #: forms/wpdFormAttr/Form.php:627
1049
+ msgid "Allow guests to comment"
1050
+ msgstr ""
1051
+
1052
+ #: forms/wpdFormAttr/Form.php:631 forms/wpdFormAttr/Form.php:642
1053
+ msgid "Yes"
1054
+ msgstr ""
1055
+
1056
+ #: forms/wpdFormAttr/Form.php:633 forms/wpdFormAttr/Form.php:644
1057
+ msgid "No"
1058
+ msgstr ""
1059
+
1060
+ #: forms/wpdFormAttr/Form.php:638
1061
+ msgid "Enable subscription bar"
1062
+ msgstr ""
1063
+
1064
+ #: forms/wpdFormAttr/Form.php:649
1065
+ msgid "Comment form header text"
1066
+ msgstr ""
1067
+
1068
+ #: forms/wpdFormAttr/Form.php:658
1069
+ msgid "Display comment form for post types"
1070
+ msgstr ""
1071
+
1072
+ #: forms/wpdFormAttr/Form.php:665
1073
+ msgid ""
1074
+ "The red marked post types are already attached to other comment form. If you "
1075
+ "set this form too, the old forms will not be used for them."
1076
+ msgstr ""
1077
+
1078
+ #: forms/wpdFormAttr/Form.php:687
1079
+ msgid "Display comment form for post IDs"
1080
+ msgstr ""
1081
+
1082
+ #: forms/wpdFormAttr/Form.php:688
1083
+ msgid ""
1084
+ "You can use this form for certain posts/pages specified by comma separated "
1085
+ "IDs."
1086
+ msgstr ""
1087
+
1088
+ #: forms/wpdFormAttr/Form.php:699
1089
+ msgid "Comment Text Field"
1090
+ msgstr ""
1091
+
1092
+ #: forms/wpdFormAttr/Form.php:714
1093
+ msgid "ADD ROW"
1094
+ msgstr ""
1095
+
1096
+ #: forms/wpdFormAttr/Form.php:776
1097
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:83
1098
+ msgid "Website"
1099
+ msgstr ""
1100
+
1101
+ #: forms/wpdFormAttr/Form.php:785
1102
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:107
1103
+ msgid "Code"
1104
+ msgstr ""
1105
+
1106
+ #: options/options-layouts/settings-addons.php:13
1107
+ msgid ""
1108
+ "Here you can find wpDiscuz Addons' setting options in vertical subTabs with "
1109
+ "according addon titles. All wpDiscuz addons are listed on wpDiscuz"
1110
+ msgstr ""
1111
+
1112
+ #: options/options-layouts/settings-addons.php:13
1113
+ #: options/options-layouts/settings-addons.php:13
1114
+ msgid "Addons subMenu"
1115
+ msgstr ""
1116
+
1117
+ #: options/options-layouts/settings-addons.php:13
1118
+ msgid ""
1119
+ "We'll add new free and paid addons with almost every wpDiscuz release. There "
1120
+ "will be dozens of very useful addons in near future. Currently wpDiscuz "
1121
+ "consists of about 70 free features/addons like \"Live Update\", \"First "
1122
+ "comment redirection\", \"Comment sorting\", \"Simple CAPTCHA\", \"AJAX "
1123
+ "Pagination\", \"Lazy Load\", \"Comment Likes\", \"Comment Share\" and dozens "
1124
+ "of other addons and there will be more. All new and free addons will be "
1125
+ "built-in with wpDiscuz plugin and all paid addons will be listed separately "
1126
+ "on"
1127
+ msgstr ""
1128
+
1129
+ #: options/options-layouts/settings-cache.php:7
1130
+ msgid "Gravatar Cache"
1131
+ msgstr ""
1132
+
1133
+ #: options/options-layouts/settings-cache.php:12
1134
+ msgid "Enable Grvatar caching"
1135
+ msgstr ""
1136
+
1137
+ #: options/options-layouts/settings-cache.php:14
1138
+ msgid ""
1139
+ "It seems on of important functions (\"file_get_contents\", "
1140
+ "\"file_put_contents\") of php is not exists.<br/> Please enable these "
1141
+ "functions in your server settings to use gravatar caching feature."
1142
+ msgstr ""
1143
+
1144
+ #: options/options-layouts/settings-cache.php:23
1145
+ msgid "Caching method"
1146
+ msgstr ""
1147
+
1148
+ #: options/options-layouts/settings-cache.php:29
1149
+ msgid "Runtime"
1150
+ msgstr ""
1151
+
1152
+ #: options/options-layouts/settings-cache.php:33
1153
+ msgid "Cron job"
1154
+ msgstr ""
1155
+
1156
+ #: options/options-layouts/settings-cache.php:40
1157
+ msgid "Cache avatars for \"X\" days"
1158
+ msgstr ""
1159
+
1160
+ #: options/options-layouts/settings-cache.php:49
1161
+ #: options/options-layouts/settings-cache.php:53
1162
+ msgid "Purge expired caches"
1163
+ msgstr ""
1164
+
1165
+ #: options/options-layouts/settings-cache.php:58
1166
+ #: options/options-layouts/settings-cache.php:62
1167
+ msgid "Purge all caches"
1168
+ msgstr ""
1169
+
1170
+ #: options/options-layouts/settings-customfields.php:12
1171
+ msgid "Google Map API Key"
1172
+ msgstr ""
1173
+
1174
+ #: options/options-layouts/settings-general.php:11
1175
+ msgid "Enable wpdiscuz on home page"
1176
+ msgstr ""
1177
+
1178
+ #: options/options-layouts/settings-general.php:15
1179
+ msgid "Enable Quicktags"
1180
+ msgstr ""
1181
+
1182
+ #: options/options-layouts/settings-general.php:20
1183
+ msgid "Use guest email to detect registered account"
1184
+ msgstr ""
1185
+
1186
+ #: options/options-layouts/settings-general.php:22
1187
+ msgid ""
1188
+ "Sometimes registered users comment as guest using the same email address. "
1189
+ "wpDiscuz can detect the account role using guest email and display commenter "
1190
+ "label correctly."
1191
+ msgstr ""
1192
+
1193
+ #: options/options-layouts/settings-general.php:28
1194
+ msgid "Notify comment author if comment was approved"
1195
+ msgstr ""
1196
+
1197
+ #: options/options-layouts/settings-general.php:33
1198
+ msgid "Comment author name min length (for guests only)"
1199
+ msgstr ""
1200
+
1201
+ #: options/options-layouts/settings-general.php:37
1202
+ #: options/options-layouts/settings-general.php:60
1203
+ msgid "Min"
1204
+ msgstr ""
1205
+
1206
+ #: options/options-layouts/settings-general.php:40
1207
+ #: options/options-layouts/settings-general.php:63
1208
+ msgid "Max"
1209
+ msgstr ""
1210
+
1211
+ #: options/options-layouts/settings-general.php:46
1212
+ msgid "Keep guest commenter credentials in browser cookies for x days"
1213
+ msgstr ""
1214
+
1215
+ #: options/options-layouts/settings-general.php:48
1216
+ msgid "Set this option value -1 to make it unlimited."
1217
+ msgstr ""
1218
+
1219
+ #: options/options-layouts/settings-general.php:49
1220
+ msgid "Set this option value 0 to clear those data when user closes browser."
1221
+ msgstr ""
1222
+
1223
+ #: options/options-layouts/settings-general.php:56
1224
+ msgid "Comment text length"
1225
+ msgstr ""
1226
+
1227
+ #: options/options-layouts/settings-general.php:69
1228
+ msgid ""
1229
+ "The number of words before breaking comment text and showing \"Read more\" "
1230
+ "link"
1231
+ msgstr ""
1232
+
1233
+ #: options/options-layouts/settings-general.php:71
1234
+ msgid "Set this option value 0, to turn off comment text breaking function."
1235
+ msgstr ""
1236
+
1237
+ #: options/options-layouts/settings-general.php:77
1238
+ msgid "Comment text size in pixels"
1239
+ msgstr ""
1240
+
1241
+ #: options/options-layouts/settings-general.php:90
1242
+ msgid "Allow comment editing for"
1243
+ msgstr ""
1244
+
1245
+ #: options/options-layouts/settings-general.php:94
1246
+ msgid "Do not allow"
1247
+ msgstr ""
1248
+
1249
+ #: options/options-layouts/settings-general.php:95
1250
+ #: options/options-layouts/settings-general.php:96
1251
+ #: options/options-layouts/settings-live-update.php:52
1252
+ #: options/options-layouts/settings-live-update.php:53
1253
+ #: options/options-layouts/settings-live-update.php:54
1254
+ msgid "Minutes"
1255
+ msgstr ""
1256
+
1257
+ #: options/options-layouts/settings-general.php:97
1258
+ #: options/phrases-layouts/phrases-datetime.php:35
1259
+ msgid "Hour"
1260
+ msgstr ""
1261
+
1262
+ #: options/options-layouts/settings-general.php:98
1263
+ #: options/options-layouts/settings-general.php:99
1264
+ msgid "Hours"
1265
+ msgstr ""
1266
+
1267
+ #: options/options-layouts/settings-general.php:100
1268
+ msgid "Unlimit"
1269
+ msgstr ""
1270
+
1271
+ #: options/options-layouts/settings-general.php:106
1272
+ msgid "Redirect first commenter to"
1273
+ msgstr ""
1274
+
1275
+ #: options/options-layouts/settings-general.php:113
1276
+ msgid "Do not redirect"
1277
+ msgstr ""
1278
+
1279
+ #: options/options-layouts/settings-general.php:120
1280
+ msgid "Allow guests to vote on comments"
1281
+ msgstr ""
1282
+
1283
+ #: options/options-layouts/settings-general.php:125
1284
+ msgid "Display only parent comments and <u>view replies &or;</u> button"
1285
+ msgstr ""
1286
+
1287
+ #: options/options-layouts/settings-general.php:127
1288
+ msgid ""
1289
+ "If this option is enabled only parent comment will be displayed. This "
1290
+ "increases page load speed and keeps pages light. If visitor wants to read "
1291
+ "replies he/she just need to click on [view replies (12)] button located on "
1292
+ "all parent comments which have replies."
1293
+ msgstr ""
1294
+
1295
+ #: options/options-layouts/settings-general.php:134
1296
+ msgid "Comments loading/pagination type"
1297
+ msgstr ""
1298
+
1299
+ #: options/options-layouts/settings-general.php:136
1300
+ msgid ""
1301
+ "You can manage the number of comments for [Load more] option in Settings > "
1302
+ "Discussion page, using \"Break comments into pages with [X] top level "
1303
+ "comments per page\" option. To show the default Wordpress comment pagination "
1304
+ "you should enable the checkbox on bigining of the same option."
1305
+ msgstr ""
1306
+
1307
+ #: options/options-layouts/settings-general.php:142
1308
+ #: options/options-layouts/settings-general.php:144
1309
+ msgid "[Load more] Button"
1310
+ msgstr ""
1311
+
1312
+ #: options/options-layouts/settings-general.php:146
1313
+ #: options/options-layouts/settings-general.php:148
1314
+ msgid "[Load rest of all comments] Button"
1315
+ msgstr ""
1316
+
1317
+ #: options/options-layouts/settings-general.php:150
1318
+ #: options/options-layouts/settings-general.php:152
1319
+ msgid "Load all comments"
1320
+ msgstr ""
1321
+
1322
+ #: options/options-layouts/settings-general.php:154
1323
+ #: options/options-layouts/settings-general.php:156
1324
+ msgid "Lazy load comments on scrolling"
1325
+ msgstr ""
1326
+
1327
+ #: options/options-layouts/settings-general.php:162
1328
+ msgid "Enable first comments loading before scroll position is on comment box"
1329
+ msgstr ""
1330
+
1331
+ #: options/options-layouts/settings-general.php:167
1332
+ msgid "Use WordPress Date/Time format"
1333
+ msgstr ""
1334
+
1335
+ #: options/options-layouts/settings-general.php:168
1336
+ msgid ""
1337
+ "wpDiscuz shows Human Readable date format. If you check this option it'll "
1338
+ "show the date/time format set in WordPress General Settings."
1339
+ msgstr ""
1340
+
1341
+ #: options/options-layouts/settings-general.php:174
1342
+ msgid "Current Wordpress date/time format"
1343
+ msgstr ""
1344
+
1345
+ #: options/options-layouts/settings-general.php:180
1346
+ msgid "Use Plugin .PO/.MO files"
1347
+ msgstr ""
1348
+
1349
+ #: options/options-layouts/settings-general.php:181
1350
+ msgid ""
1351
+ "wpDiscuz phrase system allows you to translate all front-end phrases. "
1352
+ "However if you have a multi-language website it'll not allow you to add more "
1353
+ "than one language translation. The only way to get it is the plugin "
1354
+ "translation files (.PO / .MO). If wpDiscuz has the languages you need you "
1355
+ "should check this option to disable phrase system and it'll automatically "
1356
+ "translate all phrases based on language files according to current language."
1357
+ msgstr ""
1358
+
1359
+ #: options/options-layouts/settings-general.php:188
1360
+ msgid ""
1361
+ "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
1362
+ "use"
1363
+ msgstr ""
1364
+
1365
+ #: options/options-layouts/settings-general.php:190
1366
+ msgid ""
1367
+ "Please check this option on to help wpDiscuz get more popularity as your "
1368
+ "thank to the hard work we do for you totally free. This option adds a very "
1369
+ "small (16x16px) icon under the comment section which will allow your site "
1370
+ "visitors recognize the name of comment solution you use."
1371
+ msgstr ""
1372
+
1373
+ #: options/options-layouts/settings-general.php:195
1374
+ msgid "Thank you!"
1375
+ msgstr ""
1376
+
1377
+ #: options/options-layouts/settings-integrations.php:14
1378
+ msgid "BuddyPress"
1379
+ msgstr ""
1380
+
1381
+ #: options/options-layouts/settings-integrations.php:15
1382
+ msgid "Users Ultra"
1383
+ msgstr ""
1384
+
1385
+ #: options/options-layouts/settings-integrations.php:16
1386
+ msgid "User Pro"
1387
+ msgstr ""
1388
+
1389
+ #: options/options-layouts/settings-integrations.php:17
1390
+ msgid "Ultimate Member"
1391
+ msgstr ""
1392
+
1393
+ #: options/options-layouts/settings-integrations.php:18
1394
+ msgid "MyCred"
1395
+ msgstr ""
1396
+
1397
+ #: options/options-layouts/settings-integrations.php:23
1398
+ #: options/options-layouts/settings-integrations.php:41
1399
+ #: options/options-layouts/settings-integrations.php:59
1400
+ #: options/options-layouts/settings-integrations.php:90
1401
+ #: options/options-layouts/settings-integrations.php:124
1402
+ msgid "Please add the code below in current active theme's functions.php file"
1403
+ msgstr ""
1404
+
1405
+ #: options/options-layouts/settings-integrations.php:24
1406
+ msgid ""
1407
+ "This code will integrate BuddyPress profile URL with wpDiscuz. BuddyPress "
1408
+ "Display Names and Avatars will be integrated automatically."
1409
+ msgstr ""
1410
+
1411
+ #: options/options-layouts/settings-integrations.php:42
1412
+ msgid ""
1413
+ "This code will integrate Users Ultra profile URL with wpDiscuz. Users Ultra "
1414
+ "Display Names and Avatars will be integrated automatically."
1415
+ msgstr ""
1416
+
1417
+ #: options/options-layouts/settings-integrations.php:60
1418
+ msgid ""
1419
+ "This code will integrate User Pro profile URL with wpDiscuz. User Pro "
1420
+ "Display Names and Avatars will be integrated automatically."
1421
+ msgstr ""
1422
+
1423
+ #: options/options-layouts/settings-integrations.php:91
1424
+ msgid ""
1425
+ "This code consists of two parts, which will integrate Ultimate Member "
1426
+ "profile Display Name and Profile URL with wpDiscuz. UM Avatars will be "
1427
+ "integrated automatically."
1428
+ msgstr ""
1429
+
1430
+ #: options/options-layouts/settings-integrations.php:125
1431
+ msgid ""
1432
+ "This code will integrate MyCred User Ranks and Badges under comment author "
1433
+ "avatar."
1434
+ msgstr ""
1435
+
1436
+ #: options/options-layouts/settings-live-update.php:12
1437
+ msgid "Live update options"
1438
+ msgstr ""
1439
+
1440
+ #: options/options-layouts/settings-live-update.php:13
1441
+ msgid ""
1442
+ "wpDiscuz 3 live update is very smart and doesn't overload your server even "
1443
+ "if you're on Shared hosting plan and even your website is very active. "
1444
+ "However we recommend to monitor your server resources if you're on a Shared "
1445
+ "hosting plan. There are some very weak hosting plans which may not be able "
1446
+ "to perform very frequently live update requests. If you found some issue you "
1447
+ "can set the option below 30 seconds or more."
1448
+ msgstr ""
1449
+
1450
+ #: options/options-layouts/settings-live-update.php:18
1451
+ msgid "Never update"
1452
+ msgstr ""
1453
+
1454
+ #: options/options-layouts/settings-live-update.php:20
1455
+ msgid "Turn off \"Live Update\" function"
1456
+ msgstr ""
1457
+
1458
+ #: options/options-layouts/settings-live-update.php:22
1459
+ #: options/options-layouts/settings-subscription.php:27
1460
+ msgid "Show new comment/reply buttons to update manualy"
1461
+ msgstr ""
1462
+
1463
+ #: options/options-layouts/settings-live-update.php:24
1464
+ msgid "Always check for new comments and show update buttons"
1465
+ msgstr ""
1466
+
1467
+ #: options/options-layouts/settings-live-update.php:26
1468
+ #: options/options-layouts/settings-subscription.php:31
1469
+ msgid "Always update"
1470
+ msgstr ""
1471
+
1472
+ #: options/options-layouts/settings-live-update.php:28
1473
+ msgid "Always check for new comments and update automatically"
1474
+ msgstr ""
1475
+
1476
+ #: options/options-layouts/settings-live-update.php:35
1477
+ msgid "Disable live update for guests"
1478
+ msgstr ""
1479
+
1480
+ #: options/options-layouts/settings-live-update.php:43
1481
+ msgid "Update comment list every"
1482
+ msgstr ""
1483
+
1484
+ #: options/options-layouts/settings-live-update.php:48
1485
+ #: options/options-layouts/settings-live-update.php:49
1486
+ #: options/options-layouts/settings-live-update.php:50
1487
+ msgid "Seconds"
1488
+ msgstr ""
1489
+
1490
+ #: options/options-layouts/settings-live-update.php:51
1491
+ #: options/phrases-layouts/phrases-datetime.php:43
1492
+ msgid "Minute"
1493
+ msgstr ""
1494
+
1495
+ #: options/options-layouts/settings-show-hide.php:7
1496
+ msgid "Show/Hide Components"
1497
+ msgstr ""
1498
+
1499
+ #: options/options-layouts/settings-show-hide.php:11
1500
+ msgid "Show logged-in user name and logout link on top of main form"
1501
+ msgstr ""
1502
+
1503
+ #: options/options-layouts/settings-show-hide.php:15
1504
+ msgid "Hide Reply button for Guests"
1505
+ msgstr ""
1506
+
1507
+ #: options/options-layouts/settings-show-hide.php:19
1508
+ msgid "Hide Reply button for Members"
1509
+ msgstr ""
1510
+
1511
+ #: options/options-layouts/settings-show-hide.php:23
1512
+ msgid "Hide Commenter Labels"
1513
+ msgstr ""
1514
+
1515
+ #: options/options-layouts/settings-show-hide.php:27
1516
+ msgid "Hide Voting buttons"
1517
+ msgstr ""
1518
+
1519
+ #: options/options-layouts/settings-show-hide.php:31
1520
+ msgid "Comment voting statistic mode"
1521
+ msgstr ""
1522
+
1523
+ #: options/options-layouts/settings-show-hide.php:36
1524
+ msgid "total count"
1525
+ msgstr ""
1526
+
1527
+ #: options/options-layouts/settings-show-hide.php:40
1528
+ msgid "separate count"
1529
+ msgstr ""
1530
+
1531
+ #: options/options-layouts/settings-show-hide.php:46
1532
+ msgid "Show Share Buttons"
1533
+ msgstr ""
1534
+
1535
+ #: options/options-layouts/settings-show-hide.php:65
1536
+ msgid "Facebook Application ID"
1537
+ msgstr ""
1538
+
1539
+ #: options/options-layouts/settings-show-hide.php:81
1540
+ msgid ""
1541
+ "The plugin captcha directory is not writable! Please set writable "
1542
+ "permissions on \"wpdiscuz/utils/temp\" directory in order to use the first "
1543
+ "type of captcha generation"
1544
+ msgstr ""
1545
+
1546
+ #: options/options-layouts/settings-show-hide.php:85
1547
+ msgid "Captcha generation type"
1548
+ msgstr ""
1549
+
1550
+ #: options/options-layouts/settings-show-hide.php:91
1551
+ msgid "use file system"
1552
+ msgstr ""
1553
+
1554
+ #: options/options-layouts/settings-show-hide.php:96
1555
+ msgid "use wordpress session"
1556
+ msgstr ""
1557
+
1558
+ #: options/options-layouts/settings-show-hide.php:102
1559
+ msgid "Hide header text"
1560
+ msgstr ""
1561
+
1562
+ #: options/options-layouts/settings-show-hide.php:106
1563
+ msgid "Show sorting buttons"
1564
+ msgstr ""
1565
+
1566
+ #: options/options-layouts/settings-show-hide.php:110
1567
+ msgid "Set comments ordering to \"Most voted\" by default "
1568
+ msgstr ""
1569
+
1570
+ #: options/options-layouts/settings-show-hide.php:114
1571
+ msgid "Hide comment link"
1572
+ msgstr ""
1573
+
1574
+ #: options/options-layouts/settings-show-hide.php:118
1575
+ msgid "Enable automatic image URL to image HTML conversion"
1576
+ msgstr ""
1577
+
1578
+ #: options/options-layouts/settings-show-hide.php:123
1579
+ msgid "Secure comment content in HTTPS protocol."
1580
+ msgstr ""
1581
+
1582
+ #: options/options-layouts/settings-show-hide.php:125
1583
+ msgid ""
1584
+ "This option detects images and other contents with non-https source URLs and "
1585
+ "fix according to your selected logic."
1586
+ msgstr ""
1587
+
1588
+ #: options/options-layouts/settings-show-hide.php:133
1589
+ msgid "Replace non-https content to simple link URLs"
1590
+ msgstr ""
1591
+
1592
+ #: options/options-layouts/settings-show-hide.php:138
1593
+ msgid ""
1594
+ "Just replace http protocols to https (https may not be supported by content "
1595
+ "provider)"
1596
+ msgstr ""
1597
+
1598
+ #: options/options-layouts/settings-show-hide.php:142
1599
+ msgid "Ignore non-https content"
1600
+ msgstr ""
1601
+
1602
+ #: options/options-layouts/settings-show-hide.php:149
1603
+ msgid "Disable Profiles URL"
1604
+ msgstr ""
1605
+
1606
+ #: options/options-layouts/settings-show-hide.php:153
1607
+ msgid "Display Ratings"
1608
+ msgstr ""
1609
+
1610
+ #: options/options-layouts/settings-show-hide.php:156
1611
+ msgid "Before Content"
1612
+ msgstr ""
1613
+
1614
+ #: options/options-layouts/settings-show-hide.php:158
1615
+ msgid "After Content"
1616
+ msgstr ""
1617
+
1618
+ #: options/options-layouts/settings-show-hide.php:162
1619
+ msgid "Display ratings on none singular pages"
1620
+ msgstr ""
1621
+
1622
+ #: options/options-layouts/settings-social.php:50
1623
+ #: options/options-layouts/settings-social.php:61
1624
+ #: options/options-layouts/settings-social.php:72
1625
+ #: options/options-layouts/settings-social.php:83
1626
+ msgid "Activate"
1627
+ msgstr ""
1628
+
1629
+ #: options/options-layouts/settings-social.php:54
1630
+ #: options/options-layouts/settings-social.php:65
1631
+ #: options/options-layouts/settings-social.php:76
1632
+ #: options/options-layouts/settings-social.php:87
1633
+ msgid "View details/Install"
1634
+ msgstr ""
1635
+
1636
+ #: options/options-layouts/settings-social.php:125
1637
+ msgid ""
1638
+ "You can use one of these most popular Social Login Plugins to allow your "
1639
+ "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
1640
+ "OK and lots of other social network service accounts. All social login "
1641
+ "buttons will be fully integrated with wpDiscuz comment forms."
1642
+ msgstr ""
1643
+
1644
+ #: options/options-layouts/settings-style.php:7
1645
+ msgid "Background and Colors"
1646
+ msgstr ""
1647
+
1648
+ #: options/options-layouts/settings-style.php:12
1649
+ msgid "Comment Form Background Color"
1650
+ msgstr ""
1651
+
1652
+ #: options/options-layouts/settings-style.php:16
1653
+ #: options/options-layouts/settings-style.php:25
1654
+ #: options/options-layouts/settings-style.php:34
1655
+ #: options/options-layouts/settings-style.php:43
1656
+ #: options/options-layouts/settings-style.php:70
1657
+ #: options/options-layouts/settings-style.php:79
1658
+ #: options/options-layouts/settings-style.php:88
1659
+ #: options/options-layouts/settings-style.php:98
1660
+ #: options/options-layouts/settings-style.php:107
1661
+ #: options/options-layouts/settings-style.php:116
1662
+ #: options/options-layouts/settings-style.php:130
1663
+ msgid "Example: #00FF00"
1664
+ msgstr ""
1665
+
1666
+ #: options/options-layouts/settings-style.php:21
1667
+ msgid "Comment Background Color"
1668
+ msgstr ""
1669
+
1670
+ #: options/options-layouts/settings-style.php:30
1671
+ msgid "Reply Background Color"
1672
+ msgstr ""
1673
+
1674
+ #: options/options-layouts/settings-style.php:39
1675
+ msgid "Comment Text Color"
1676
+ msgstr ""
1677
+
1678
+ #: options/options-layouts/settings-style.php:48
1679
+ msgid "Button Color"
1680
+ msgstr ""
1681
+
1682
+ #: options/options-layouts/settings-style.php:53
1683
+ msgid "Share Buttons"
1684
+ msgstr ""
1685
+
1686
+ #: options/options-layouts/settings-style.php:54
1687
+ #: options/options-layouts/settings-style.php:57
1688
+ #: options/options-layouts/settings-style.php:60
1689
+ msgid "Text Color"
1690
+ msgstr ""
1691
+
1692
+ #: options/options-layouts/settings-style.php:55
1693
+ #: options/options-layouts/settings-style.php:58
1694
+ #: options/options-layouts/settings-style.php:61
1695
+ msgid "Border Color"
1696
+ msgstr ""
1697
+
1698
+ #: options/options-layouts/settings-style.php:56
1699
+ msgid "Vote Buttons"
1700
+ msgstr ""
1701
+
1702
+ #: options/options-layouts/settings-style.php:59
1703
+ msgid "Action Buttons"
1704
+ msgstr ""
1705
+
1706
+ #: options/options-layouts/settings-style.php:66
1707
+ msgid "Comment form fields border color"
1708
+ msgstr ""
1709
+
1710
+ #: options/options-layouts/settings-style.php:75
1711
+ msgid "New loaded comments' background color"
1712
+ msgstr ""
1713
+
1714
+ #: options/options-layouts/settings-style.php:84
1715
+ msgid "Primary Color"
1716
+ msgstr ""
1717
+
1718
+ #: options/options-layouts/settings-style.php:94
1719
+ msgid "Rating Stars Hover Color"
1720
+ msgstr ""
1721
+
1722
+ #: options/options-layouts/settings-style.php:103
1723
+ msgid "Rating Stars Inactiv Color"
1724
+ msgstr ""
1725
+
1726
+ #: options/options-layouts/settings-style.php:112
1727
+ msgid "Rating Stars Activ Color"
1728
+ msgstr ""
1729
+
1730
+ #: options/options-layouts/settings-style.php:127
1731
+ msgid "label color"
1732
+ msgstr ""
1733
+
1734
+ #: options/options-layouts/settings-style.php:138
1735
+ msgid "Disable font awesome css loading"
1736
+ msgstr ""
1737
+
1738
+ #: options/options-layouts/settings-style.php:146
1739
+ msgid "Custom CSS Code"
1740
+ msgstr ""
1741
+
1742
+ #: options/options-layouts/settings-subscription.php:7
1743
+ msgid "Email Subscription Settings"
1744
+ msgstr ""
1745
+
1746
+ #: options/options-layouts/settings-subscription.php:11
1747
+ msgid "Disable subscription confirmation for registered users"
1748
+ msgstr ""
1749
+
1750
+ #: options/options-layouts/settings-subscription.php:15
1751
+ msgid "Disable subscription confirmation for guests"
1752
+ msgstr ""
1753
+
1754
+ #: options/options-layouts/settings-subscription.php:19
1755
+ msgid "Show subscription types in dropdown"
1756
+ msgstr ""
1757
+
1758
+ #: options/options-layouts/settings-subscription.php:23
1759
+ msgid "Both"
1760
+ msgstr ""
1761
+
1762
+ #: options/options-layouts/settings-subscription.php:25
1763
+ msgid "Both post and all comments subscription"
1764
+ msgstr ""
1765
+
1766
+ #: options/options-layouts/settings-subscription.php:29
1767
+ msgid "Post subscription"
1768
+ msgstr ""
1769
+
1770
+ #: options/options-layouts/settings-subscription.php:33
1771
+ msgid "All comments subscription"
1772
+ msgstr ""
1773
+
1774
+ #: options/options-layouts/settings-subscription.php:40
1775
+ msgid "Show \"Notify of new replies to this comment\""
1776
+ msgstr ""
1777
+
1778
+ #: options/options-layouts/settings-subscription.php:42
1779
+ msgid ""
1780
+ "wpDiscuz is the only comment plugin which allows you to subscribe to certain "
1781
+ "comment replies. This option is located above [Post Comment] button in "
1782
+ "comment form. You can disable this subscription way by unchecking this "
1783
+ "option."
1784
+ msgstr ""
1785
+
1786
+ #: options/options-layouts/settings-subscription.php:49
1787
+ msgid "\"Notify of new replies to this comment\" checked by default"
1788
+ msgstr ""
1789
+
1790
+ #: options/options-layouts/settings-subscription.php:56
1791
+ msgid "Use Postmatic for subscriptions and commenting by email"
1792
+ msgstr ""
1793
+
1794
+ #: options/options-layouts/settings-subscription.php:57
1795
+ msgid ""
1796
+ "Postmatic allows your users subscribe to comments. Instead of just being "
1797
+ "notified, they add a reply right from their inbox."
1798
+ msgstr ""
1799
+
1800
+ #: options/phrases-layouts/phrases-comment.php:7
1801
+ msgid "Comment Template Phrases"
1802
+ msgstr ""
1803
+
1804
+ #: options/phrases-layouts/phrases-comment.php:83
1805
+ msgid "Save edited comment button text"
1806
+ msgstr ""
1807
+
1808
+ #: options/phrases-layouts/phrases-comment.php:87
1809
+ msgid "Cancel comment editing button text"
1810
+ msgstr ""
1811
+
1812
+ #: options/phrases-layouts/phrases-comment.php:91
1813
+ msgid "Comment read more link text"
1814
+ msgstr ""
1815
+
1816
+ #: options/phrases-layouts/phrases-comment.php:95
1817
+ msgid "Anonymous commenter name"
1818
+ msgstr ""
1819
+
1820
+ #: options/phrases-layouts/phrases-datetime.php:7
1821
+ msgid "Date/Time Phrases"
1822
+ msgstr ""
1823
+
1824
+ #: options/phrases-layouts/phrases-datetime.php:11
1825
+ msgid "Year"
1826
+ msgstr ""
1827
+
1828
+ #: options/phrases-layouts/phrases-datetime.php:15
1829
+ msgid "Years (Plural Form)"
1830
+ msgstr ""
1831
+
1832
+ #: options/phrases-layouts/phrases-datetime.php:16
1833
+ msgid "Years"
1834
+ msgstr ""
1835
+
1836
+ #: options/phrases-layouts/phrases-datetime.php:19
1837
+ msgid "Month"
1838
+ msgstr ""
1839
+
1840
+ #: options/phrases-layouts/phrases-datetime.php:23
1841
+ msgid "Months (Plural Form)"
1842
+ msgstr ""
1843
+
1844
+ #: options/phrases-layouts/phrases-datetime.php:27
1845
+ msgid "Day"
1846
+ msgstr ""
1847
+
1848
+ #: options/phrases-layouts/phrases-datetime.php:31
1849
+ msgid "Days (Plural Form)"
1850
+ msgstr ""
1851
+
1852
+ #: options/phrases-layouts/phrases-datetime.php:39
1853
+ msgid "Hours (Plural Form)"
1854
+ msgstr ""
1855
+
1856
+ #: options/phrases-layouts/phrases-datetime.php:47
1857
+ msgid "Minutes (Plural Form)"
1858
+ msgstr ""
1859
+
1860
+ #: options/phrases-layouts/phrases-datetime.php:51
1861
+ msgid "Second"
1862
+ msgstr ""
1863
+
1864
+ #: options/phrases-layouts/phrases-datetime.php:55
1865
+ msgid "Seconds (Plural Form)"
1866
+ msgstr ""
1867
+
1868
+ #: options/phrases-layouts/phrases-datetime.php:59
1869
+ msgid "Commented \"right now\" text"
1870
+ msgstr ""
1871
+
1872
+ #: options/phrases-layouts/phrases-datetime.php:63
1873
+ msgid "Ago text"
1874
+ msgstr ""
1875
+
1876
+ #: options/phrases-layouts/phrases-email.php:7
1877
+ msgid "Email Template Phrases"
1878
+ msgstr ""
1879
+
1880
+ #: options/phrases-layouts/phrases-email.php:11
1881
+ msgid "New comment email subject"
1882
+ msgstr ""
1883
+
1884
+ #: options/phrases-layouts/phrases-email.php:15
1885
+ msgid "New comment email message"
1886
+ msgstr ""
1887
+
1888
+ #: options/phrases-layouts/phrases-email.php:19
1889
+ msgid "New reply subject"
1890
+ msgstr ""
1891
+
1892
+ #: options/phrases-layouts/phrases-email.php:23
1893
+ msgid "New reply message"
1894
+ msgstr ""
1895
+
1896
+ #: options/phrases-layouts/phrases-email.php:31
1897
+ msgid "Ignore subscription"
1898
+ msgstr ""
1899
+
1900
+ #: options/phrases-layouts/phrases-email.php:43
1901
+ msgid "Subscribe confirmation email subject"
1902
+ msgstr ""
1903
+
1904
+ #: options/phrases-layouts/phrases-email.php:47
1905
+ msgid "Subscribe confirmation email content"
1906
+ msgstr ""
1907
+
1908
+ #: options/phrases-layouts/phrases-email.php:51
1909
+ msgid "Comment approved subject"
1910
+ msgstr ""
1911
+
1912
+ #: options/phrases-layouts/phrases-email.php:55
1913
+ msgid "Comment approved message"
1914
+ msgstr ""
1915
+
1916
+ #: options/phrases-layouts/phrases-email.php:56
1917
+ msgid "Hi, <br/> Your comment was approved"
1918
+ msgstr ""
1919
+
1920
+ #: options/phrases-layouts/phrases-form.php:7
1921
+ msgid "Form Template Phrases"
1922
+ msgstr ""
1923
+
1924
+ #: options/phrases-layouts/phrases-form.php:11
1925
+ msgid "Comment Field Start"
1926
+ msgstr ""
1927
+
1928
+ #: options/phrases-layouts/phrases-form.php:15
1929
+ msgid "Comment Field Join"
1930
+ msgstr ""
1931
+
1932
+ #: options/phrases-layouts/phrases-form.php:19
1933
+ msgid "Email Field"
1934
+ msgstr ""
1935
+
1936
+ #: options/phrases-layouts/phrases-form.php:27
1937
+ msgid "Notify on new comments"
1938
+ msgstr ""
1939
+
1940
+ #: options/phrases-layouts/phrases-form.php:31
1941
+ msgid "Notify on all new replies"
1942
+ msgstr ""
1943
+
1944
+ #: options/phrases-layouts/phrases-form.php:32
1945
+ msgid "new replies to all my comments"
1946
+ msgstr ""
1947
+
1948
+ #: options/phrases-layouts/phrases-form.php:35
1949
+ msgid "Notify on new replies (checkbox)"
1950
+ msgstr ""
1951
+
1952
+ #: options/phrases-layouts/phrases-form.php:55
1953
+ msgid "Subscribed on this comment replies"
1954
+ msgstr ""
1955
+
1956
+ #: options/phrases-layouts/phrases-form.php:59
1957
+ msgid "Subscribed on all your comments replies"
1958
+ msgstr ""
1959
+
1960
+ #: options/phrases-layouts/phrases-form.php:63
1961
+ msgid "Subscribed on this post"
1962
+ msgstr ""
1963
+
1964
+ #: options/phrases-layouts/phrases-form.php:71
1965
+ msgid "Form subscription button"
1966
+ msgstr ""
1967
+
1968
+ #: options/phrases-layouts/phrases-general.php:7
1969
+ msgid "General Phrases"
1970
+ msgstr ""
1971
+
1972
+ #: options/phrases-layouts/phrases-general.php:11
1973
+ msgid "Be the first to comment"
1974
+ msgstr ""
1975
+
1976
+ #: options/phrases-layouts/phrases-general.php:19
1977
+ msgid "Comment (Plural Form)"
1978
+ msgstr ""
1979
+
1980
+ #: options/phrases-layouts/phrases-general.php:23
1981
+ msgid "On"
1982
+ msgstr ""
1983
+
1984
+ #: options/phrases-layouts/phrases-general.php:27
1985
+ msgid "Load More Button"
1986
+ msgstr ""
1987
+
1988
+ #: options/phrases-layouts/phrases-general.php:35
1989
+ msgid "Button text if has new comment"
1990
+ msgstr ""
1991
+
1992
+ #: options/phrases-layouts/phrases-general.php:39
1993
+ msgid "Button text if has new comments (Plural Form)"
1994
+ msgstr ""
1995
+
1996
+ #: options/phrases-layouts/phrases-general.php:43
1997
+ msgid "Button text if has new reply"
1998
+ msgstr ""
1999
+
2000
+ #: options/phrases-layouts/phrases-general.php:47
2001
+ msgid "Button text if has new replies (Plural Form)"
2002
+ msgstr ""
2003
+
2004
+ #: options/phrases-layouts/phrases-general.php:51
2005
+ msgid "Text on load more button if has new comment(s)"
2006
+ msgstr ""
2007
+
2008
+ #: options/phrases-layouts/phrases-notification.php:7
2009
+ msgid "Notification Phrases"
2010
+ msgstr ""
2011
+
2012
+ #: options/phrases-layouts/phrases-notification.php:24
2013
+ msgid "Postmatic subscription label"
2014
+ msgstr ""
2015
+
2016
+ #: options/phrases-layouts/phrases-notification.php:29
2017
+ msgid "Error message for empty field"
2018
+ msgstr ""
2019
+
2020
+ #: options/phrases-layouts/phrases-notification.php:33
2021
+ msgid "Error message for invalid email field"
2022
+ msgstr ""
2023
+
2024
+ #: options/phrases-layouts/phrases-notification.php:37
2025
+ msgid "Error message for invalid website url field"
2026
+ msgstr ""
2027
+
2028
+ #: options/phrases-layouts/phrases-notification.php:45
2029
+ msgid "Logged in as"
2030
+ msgstr ""
2031
+
2032
+ #: options/phrases-layouts/phrases-notification.php:53
2033
+ msgid "Logged In"
2034
+ msgstr ""
2035
+
2036
+ #: options/phrases-layouts/phrases-notification.php:57
2037
+ msgid "To post a comment"
2038
+ msgstr ""
2039
+
2040
+ #: options/phrases-layouts/phrases-notification.php:65
2041
+ msgid "You can vote only 1 time"
2042
+ msgstr ""
2043
+
2044
+ #: options/phrases-layouts/phrases-notification.php:73
2045
+ msgid "Login To Vote"
2046
+ msgstr ""
2047
+
2048
+ #: options/phrases-layouts/phrases-notification.php:77
2049
+ msgid "You Cannot Vote On Your Comment"
2050
+ msgstr ""
2051
+
2052
+ #: options/phrases-layouts/phrases-notification.php:81
2053
+ msgid "You are not allowed to vote for this comment (Voting from same IP)"
2054
+ msgstr ""
2055
+
2056
+ #: options/phrases-layouts/phrases-notification.php:93
2057
+ msgid "Comment waiting moderation"
2058
+ msgstr ""
2059
+
2060
+ #: options/phrases-layouts/phrases-notification.php:97
2061
+ msgid "Message if input text length is too short"
2062
+ msgstr ""
2063
+
2064
+ #: options/phrases-layouts/phrases-notification.php:101
2065
+ msgid "Message if input text length is too long"
2066
+ msgstr ""
2067
+
2068
+ #: options/phrases-layouts/phrases-notification.php:106
2069
+ msgid "Message if comment was not updated"
2070
+ msgstr ""
2071
+
2072
+ #: options/phrases-layouts/phrases-notification.php:110
2073
+ msgid "Message if comment no longer possible to edit"
2074
+ msgstr ""
2075
+
2076
+ #: options/phrases-layouts/phrases-notification.php:114
2077
+ msgid "Message if comment text not changed"
2078
+ msgstr ""
2079
+
2080
+ #: options/phrases-layouts/phrases-notification.php:122
2081
+ msgid "Message if commenting disabled by user role"
2082
+ msgstr ""
2083
+
2084
+ #: options/tools-layouts/options-export.php:10
2085
+ msgid ""
2086
+ "You can transfer the saved options data between different installs by "
2087
+ "copying the text inside this textarea. To import data from another install, "
2088
+ "navigate to \"Import Options\" Tab and put the data in textarea with the one "
2089
+ "from another install and click \"Save Changes\". Make sure you use the same "
2090
+ "wpDiscuz versions."
2091
+ msgstr ""
2092
+
2093
+ #: options/tools-layouts/options-import.php:9
2094
+ msgid ""
2095
+ "You can transfer the saved options data between different installs by "
2096
+ "copying the text inside this textarea in \"Export Options\" Tab. To import "
2097
+ "data from another install, just put the data in textarea with the one from "
2098
+ "another install and click \"Save Changes\". Make sure you use the same "
2099
+ "wpDiscuz versions."
2100
+ msgstr ""
2101
+
2102
+ #: templates/comment/class.WpdiscuzWalker.php:341
2103
+ msgid "view replies"
2104
+ msgstr ""
2105
+
2106
+ #: templates/comment/comment-form.php:71
2107
+ msgid "Unable to send an email"
2108
+ msgstr ""
2109
+
2110
+ #: templates/comment/comment-form.php:73
2111
+ msgid "Subscription not successed"
2112
+ msgstr ""
2113
+
2114
+ #: forms/wpdFormAttr/Field/CheckboxField.php:14
2115
+ #: forms/wpdFormAttr/Field/ColorField.php:14
2116
+ #: forms/wpdFormAttr/Field/DateField.php:14
2117
+ #: forms/wpdFormAttr/Field/NumberField.php:14
2118
+ #: forms/wpdFormAttr/Field/RadioField.php:14
2119
+ #: forms/wpdFormAttr/Field/SelectField.php:14
2120
+ #: forms/wpdFormAttr/Field/TextAreaField.php:15
2121
+ #: forms/wpdFormAttr/Field/TextField.php:14
2122
+ #: forms/wpdFormAttr/Field/UrlField.php:14
2123
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:27
2124
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:21
2125
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:20
2126
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:20
2127
+ msgid "Also used for field placeholder"
2128
+ msgstr ""
2129
+
2130
+ #: forms/wpdFormAttr/Field/CheckboxField.php:17
2131
+ #: forms/wpdFormAttr/Field/ColorField.php:17
2132
+ #: forms/wpdFormAttr/Field/DateField.php:17
2133
+ #: forms/wpdFormAttr/Field/NumberField.php:17
2134
+ #: forms/wpdFormAttr/Field/RadioField.php:17
2135
+ #: forms/wpdFormAttr/Field/RatingField.php:16
2136
+ #: forms/wpdFormAttr/Field/SelectField.php:17
2137
+ #: forms/wpdFormAttr/Field/TextAreaField.php:18
2138
+ #: forms/wpdFormAttr/Field/TextField.php:17
2139
+ #: forms/wpdFormAttr/Field/UrlField.php:17
2140
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:30
2141
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:24
2142
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:23
2143
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:23
2144
+ msgid "Description"
2145
+ msgstr ""
2146
+
2147
+ #: forms/wpdFormAttr/Field/CheckboxField.php:19
2148
+ #: forms/wpdFormAttr/Field/ColorField.php:19
2149
+ #: forms/wpdFormAttr/Field/DateField.php:19
2150
+ #: forms/wpdFormAttr/Field/NumberField.php:19
2151
+ #: forms/wpdFormAttr/Field/NumberField.php:24
2152
+ #: forms/wpdFormAttr/Field/NumberField.php:29
2153
+ #: forms/wpdFormAttr/Field/RadioField.php:19
2154
+ #: forms/wpdFormAttr/Field/RatingField.php:18
2155
+ #: forms/wpdFormAttr/Field/SelectField.php:19
2156
+ #: forms/wpdFormAttr/Field/TextAreaField.php:20
2157
+ #: forms/wpdFormAttr/Field/TextField.php:19
2158
+ #: forms/wpdFormAttr/Field/UrlField.php:19
2159
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:32
2160
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:26
2161
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:25
2162
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:25
2163
+ msgid ""
2164
+ "Field specific short description or some rule related to inserted "
2165
+ "information."
2166
+ msgstr ""
2167
+
2168
+ #: forms/wpdFormAttr/Field/CheckboxField.php:28
2169
+ #: forms/wpdFormAttr/Field/RadioField.php:28
2170
+ #: forms/wpdFormAttr/Field/SelectField.php:28
2171
+ msgid "Values"
2172
+ msgstr ""
2173
+
2174
+ #: forms/wpdFormAttr/Field/CheckboxField.php:30
2175
+ msgid "Please insert one value per line"
2176
+ msgstr ""
2177
+
2178
+ #: forms/wpdFormAttr/Field/CheckboxField.php:33
2179
+ #: forms/wpdFormAttr/Field/ColorField.php:29
2180
+ #: forms/wpdFormAttr/Field/DateField.php:29
2181
+ #: forms/wpdFormAttr/Field/NumberField.php:39
2182
+ #: forms/wpdFormAttr/Field/RadioField.php:33
2183
+ #: forms/wpdFormAttr/Field/RatingField.php:28
2184
+ #: forms/wpdFormAttr/Field/SelectField.php:33
2185
+ #: forms/wpdFormAttr/Field/TextAreaField.php:23
2186
+ #: forms/wpdFormAttr/Field/TextField.php:29
2187
+ #: forms/wpdFormAttr/Field/UrlField.php:29
2188
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:36
2189
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:35
2190
+ msgid "Field is required"
2191
+ msgstr ""
2192
+
2193
+ #: forms/wpdFormAttr/Field/CheckboxField.php:37
2194
+ #: forms/wpdFormAttr/Field/ColorField.php:33
2195
+ #: forms/wpdFormAttr/Field/DateField.php:33
2196
+ #: forms/wpdFormAttr/Field/NumberField.php:43
2197
+ #: forms/wpdFormAttr/Field/RadioField.php:37
2198
+ #: forms/wpdFormAttr/Field/SelectField.php:37
2199
+ #: forms/wpdFormAttr/Field/TextAreaField.php:27
2200
+ #: forms/wpdFormAttr/Field/TextField.php:33
2201
+ #: forms/wpdFormAttr/Field/UrlField.php:33
2202
+ msgid "Display on reply form"
2203
+ msgstr ""
2204
+
2205
+ #: forms/wpdFormAttr/Field/CheckboxField.php:41
2206
+ #: forms/wpdFormAttr/Field/ColorField.php:37
2207
+ #: forms/wpdFormAttr/Field/DateField.php:37
2208
+ #: forms/wpdFormAttr/Field/NumberField.php:47
2209
+ #: forms/wpdFormAttr/Field/RadioField.php:41
2210
+ #: forms/wpdFormAttr/Field/RatingField.php:32
2211
+ #: forms/wpdFormAttr/Field/SelectField.php:41
2212
+ #: forms/wpdFormAttr/Field/TextAreaField.php:31
2213
+ #: forms/wpdFormAttr/Field/TextField.php:37
2214
+ #: forms/wpdFormAttr/Field/UrlField.php:37
2215
+ msgid "Display on comment"
2216
+ msgstr ""
2217
+
2218
+ #: forms/wpdFormAttr/Field/CheckboxField.php:45
2219
+ #: forms/wpdFormAttr/Field/ColorField.php:41
2220
+ #: forms/wpdFormAttr/Field/DateField.php:41
2221
+ #: forms/wpdFormAttr/Field/NumberField.php:51
2222
+ #: forms/wpdFormAttr/Field/RadioField.php:45
2223
+ #: forms/wpdFormAttr/Field/RatingField.php:36
2224
+ #: forms/wpdFormAttr/Field/SelectField.php:45
2225
+ #: forms/wpdFormAttr/Field/TextAreaField.php:35
2226
+ #: forms/wpdFormAttr/Field/TextField.php:41
2227
+ #: forms/wpdFormAttr/Field/UrlField.php:41
2228
+ msgid "Advanced Options"
2229
+ msgstr ""
2230
+
2231
+ #: forms/wpdFormAttr/Field/CheckboxField.php:48
2232
+ #: forms/wpdFormAttr/Field/ColorField.php:44
2233
+ #: forms/wpdFormAttr/Field/DateField.php:44
2234
+ #: forms/wpdFormAttr/Field/NumberField.php:54
2235
+ #: forms/wpdFormAttr/Field/RadioField.php:48
2236
+ #: forms/wpdFormAttr/Field/RatingField.php:39
2237
+ #: forms/wpdFormAttr/Field/SelectField.php:48
2238
+ #: forms/wpdFormAttr/Field/TextAreaField.php:38
2239
+ #: forms/wpdFormAttr/Field/TextField.php:44
2240
+ #: forms/wpdFormAttr/Field/UrlField.php:44
2241
+ msgid "Meta Key"
2242
+ msgstr ""
2243
+
2244
+ #: forms/wpdFormAttr/Field/CheckboxField.php:52
2245
+ #: forms/wpdFormAttr/Field/ColorField.php:48
2246
+ #: forms/wpdFormAttr/Field/DateField.php:48
2247
+ #: forms/wpdFormAttr/Field/NumberField.php:58
2248
+ #: forms/wpdFormAttr/Field/RadioField.php:52
2249
+ #: forms/wpdFormAttr/Field/RatingField.php:43
2250
+ #: forms/wpdFormAttr/Field/SelectField.php:52
2251
+ #: forms/wpdFormAttr/Field/TextAreaField.php:42
2252
+ #: forms/wpdFormAttr/Field/TextField.php:48
2253
+ #: forms/wpdFormAttr/Field/UrlField.php:48
2254
+ msgid "Replace old meta key"
2255
+ msgstr ""
2256
+
2257
+ #: forms/wpdFormAttr/Field/CheckboxField.php:153
2258
+ #: forms/wpdFormAttr/Field/ColorField.php:115
2259
+ #: forms/wpdFormAttr/Field/DateField.php:115
2260
+ #: forms/wpdFormAttr/Field/NumberField.php:125
2261
+ #: forms/wpdFormAttr/Field/RadioField.php:130
2262
+ #: forms/wpdFormAttr/Field/RatingField.php:125
2263
+ #: forms/wpdFormAttr/Field/SelectField.php:125
2264
+ #: forms/wpdFormAttr/Field/TextAreaField.php:98
2265
+ #: forms/wpdFormAttr/Field/TextField.php:109
2266
+ #: forms/wpdFormAttr/Field/UrlField.php:110
2267
+ msgid "field is required!"
2268
+ msgstr ""
2269
+
2270
+ #: forms/wpdFormAttr/Field/ColorField.php:23
2271
+ #: forms/wpdFormAttr/Field/DateField.php:23
2272
+ #: forms/wpdFormAttr/Field/NumberField.php:33
2273
+ #: forms/wpdFormAttr/Field/RatingField.php:22
2274
+ #: forms/wpdFormAttr/Field/TextField.php:23
2275
+ #: forms/wpdFormAttr/Field/UrlField.php:23
2276
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:30
2277
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:29
2278
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:29
2279
+ msgid "Field icon"
2280
+ msgstr ""
2281
+
2282
+ #: forms/wpdFormAttr/Field/ColorField.php:26
2283
+ #: forms/wpdFormAttr/Field/DateField.php:26
2284
+ #: forms/wpdFormAttr/Field/NumberField.php:36
2285
+ #: forms/wpdFormAttr/Field/RatingField.php:25
2286
+ #: forms/wpdFormAttr/Field/TextField.php:26
2287
+ #: forms/wpdFormAttr/Field/UrlField.php:26
2288
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:33
2289
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:32
2290
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:32
2291
+ msgid "Font-awesome icon library."
2292
+ msgstr ""
2293
+
2294
+ #: forms/wpdFormAttr/Field/Field.php:52
2295
+ msgid " (Submit Button)"
2296
+ msgstr ""
2297
+
2298
+ #: forms/wpdFormAttr/Field/Field.php:54
2299
+ msgid " (CAPTCHA)"
2300
+ msgstr ""
2301
+
2302
+ #: forms/wpdFormAttr/Field/Field.php:87
2303
+ msgid "Add To Form"
2304
+ msgstr ""
2305
+
2306
+ #: forms/wpdFormAttr/Field/NumberField.php:22
2307
+ msgid "Min Value"
2308
+ msgstr ""
2309
+
2310
+ #: forms/wpdFormAttr/Field/NumberField.php:27
2311
+ msgid "Max Value"
2312
+ msgstr ""
2313
+
2314
+ #: forms/wpdFormAttr/Field/NumberField.php:129
2315
+ msgid "value can not be less than"
2316
+ msgstr ""
2317
+
2318
+ #: forms/wpdFormAttr/Field/NumberField.php:132
2319
+ msgid "value can not be more than"
2320
+ msgstr ""
2321
+
2322
+ #: forms/wpdFormAttr/Field/RadioField.php:30
2323
+ #: forms/wpdFormAttr/Field/SelectField.php:30
2324
+ msgid "New value new line"
2325
+ msgstr ""
2326
+
2327
+ #: forms/wpdFormAttr/html/admin-form-fields-list.php:7
2328
+ msgid "Comment Form Fields"
2329
+ msgstr ""
2330
+
2331
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:35
2332
+ msgid "Show for guests"
2333
+ msgstr ""
2334
+
2335
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:39
2336
+ msgid "Show for logged in users"
2337
+ msgstr ""
2338
+
2339
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:114
2340
+ msgid "Cannot create image file"
2341
+ msgstr ""
2342
+
2343
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:115
2344
+ msgid "Permission denied for file creation"
2345
+ msgstr ""
2346
+
2347
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:116
2348
+ msgid "PHP GD2 library is disabled"
2349
+ msgstr ""
2350
+
2351
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:117
2352
+ msgid "PNG image creation disabled"
2353
+ msgstr ""
2354
+
2355
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:124
2356
+ msgid "Insert the CAPTCHA code"
2357
+ msgstr ""
2358
+
2359
+ #: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
2360
+ msgid "Button Text"
2361
+ msgstr ""
2362
+
2363
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:35
2364
+ msgid "Enable"
2365
+ msgstr ""
2366
+
2367
+ #. Name of the plugin
2368
+ msgid "wpDiscuz"
2369
+ msgstr ""
2370
+
2371
+ #. Description of the plugin
2372
+ msgid ""
2373
+ "Better comment system. Wordpress post comments and discussion plugin. Allows "
2374
+ "your visitors discuss, vote for comments and share."
2375
+ msgstr ""
2376
+
2377
+ #. URI of the plugin
2378
+ msgid "http://wpdiscuz.com/"
2379
+ msgstr ""
2380
+
2381
+ #. Author of the plugin
2382
+ msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
2383
+ msgstr ""
2384
+
2385
+ #. Author URI of the plugin
2386
+ msgid "https://gvectors.com/"
2387
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
manager/class.WpdiscuzDBManager.php CHANGED
@@ -48,6 +48,15 @@ class WpdiscuzDBManager implements WpDiscuzConstants {
48
  $this->createEmailNotificationTable();
49
  }
50
 
 
 
 
 
 
 
 
 
 
51
  /**
52
  * check if table exists in database
53
  * return true if exists false otherwise
48
  $this->createEmailNotificationTable();
49
  }
50
 
51
+ public function createAvatarsCacheTable() {
52
+ $this->initDB();
53
+ require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
54
+ if (!$this->isTableExists($this->avatarsCache)) {
55
+ $sql = "CREATE TABLE `" . $this->avatarsCache . "`(`id` INT(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL DEFAULT 0, `user_email` VARCHAR(255) NOT NULL, `url` VARCHAR(255) NOT NULL, `hash` VARCHAR(255) NOT NULL, `maketime` INT(11) NOT NULL DEFAULT 0, `cached` TINYINT(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `user_id` (`user_id`), UNIQUE KEY `user_email` (`user_email`), KEY `url` (`url`), KEY `hash` (`hash`), KEY `maketime` (`maketime`), KEY `cached` (`cached`)) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;";
56
+ dbDelta($sql);
57
+ }
58
+ }
59
+
60
  /**
61
  * check if table exists in database
62
  * return true if exists false otherwise
readme.txt CHANGED
@@ -3,16 +3,16 @@ Contributors: gVectors Team
3
  Tags: comment, comments, ajax comments, custom comment form, custom comment field
4
  Requires at least: 4.4
5
  Tested up to: 4.9
6
- Stable tag: 4.1.3
7
  Requires PHP: 5.4 and higher
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- AJAX powered realtime comments. Designed to extend WordPress native comments. Custom comment forms and fields. Commenting never been such an easy.
12
 
13
  == Description ==
14
 
15
- AJAX realtime comment system with custom comment form and fields. Designed to supercharge Wordpress native comments. Super fast and responsive with dozens features. This is the best Disqus alternative, if you want to keep your comments in your database. wpDiscuz also the best alternative to Livefyre, Jetpack and Facebook comments. Commenting never been such an easy.
16
  Comments - wpDiscuz is Multisite and RTL ready!
17
 
18
  * Support Forum: [https://gvectors.com/forum/](https://gvectors.com/forum/)
@@ -172,10 +172,10 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
172
 
173
  == Changelog ==
174
 
175
- = Comments - wpDiscuz v4.1.3 =
176
 
177
- * Added : Built-in Gravatar caching
178
- * Fixed Bug : Dismiss button doesn't work for Dashboard Notification.
179
 
180
  IMPORTANT:
181
 
@@ -184,6 +184,11 @@ IMPORTANT:
184
  - If you use CDN and found some issue please purge it.
185
  - If your server PHP version is lower than 5.4, [please change it to hogher](https://wordpress.org/support/topic/wpdiscuz-4-requires-php-5-4-and-higher/)
186
 
 
 
 
 
 
187
  = Comments - wpDiscuz v4.1.2 =
188
 
189
  * Added : Display only parent comments with view replies (x) button. This increases page loading speed and keeps pages light. If visitor wants to read replies he/she just clicks on [view replies (x) ] button located on each parent comment.
3
  Tags: comment, comments, ajax comments, custom comment form, custom comment field
4
  Requires at least: 4.4
5
  Tested up to: 4.9
6
+ Stable tag: 4.1.4
7
  Requires PHP: 5.4 and higher
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ AJAX powered realtime comments. Designed to extend WordPress native comments. Custom comment forms and fields. Making comments has never been so awesome!
12
 
13
  == Description ==
14
 
15
+ AJAX realtime comment system with custom comment form and fields. Designed to supercharge Wordpress native comments. Super fast and responsive with dozens features. This is the best Disqus alternative, if you want to keep your comments in your database. wpDiscuz also the best alternative to Livefyre, Jetpack and Facebook comments. Making comments has never been so awesome!
16
  Comments - wpDiscuz is Multisite and RTL ready!
17
 
18
  * Support Forum: [https://gvectors.com/forum/](https://gvectors.com/forum/)
172
 
173
  == Changelog ==
174
 
175
+ = Comments - wpDiscuz v4.1.4 =
176
 
177
+ * Changed : Loadin bar style
178
+ * Fixed Bug : Avatars caching table creation issue
179
 
180
  IMPORTANT:
181
 
184
  - If you use CDN and found some issue please purge it.
185
  - If your server PHP version is lower than 5.4, [please change it to hogher](https://wordpress.org/support/topic/wpdiscuz-4-requires-php-5-4-and-higher/)
186
 
187
+ = Comments - wpDiscuz v4.1.3 =
188
+
189
+ * Added : Built-in Gravatar caching
190
+ * Fixed Bug : Dismiss button doesn't work for Dashboard Notification.
191
+
192
  = Comments - wpDiscuz v4.1.2 =
193
 
194
  * Added : Display only parent comments with view replies (x) button. This increases page loading speed and keeps pages light. If visitor wants to read replies he/she just clicks on [view replies (x) ] button located on each parent comment.
templates/comment/comment-form.php CHANGED
@@ -287,6 +287,6 @@ if (!post_password_required($post->ID)) {
287
  <?php } ?>
288
  </div>
289
  </div>
290
- <div class="wpdiscuz-loading-bar <?php echo ($currentUser->ID) ? 'wpdiscuz-loading-bar-auth' : 'wpdiscuz-loading-bar-unauth'; ?>"><img class="wpdiscuz-loading-bar-img" alt="<?php _e('wpDiscuz', 'wpdiscuz'); ?>" src="<?php echo plugins_url(WPDISCUZ_DIR_NAME . '/assets/img/loading.gif'); ?>" width="32" height="25" /></div>
291
  <?php
292
  }
287
  <?php } ?>
288
  </div>
289
  </div>
290
+ <div id="wpdiscuz-loading-bar" class="wpdiscuz-loading-bar <?php echo ($currentUser->ID) ? 'wpdiscuz-loading-bar-auth' : 'wpdiscuz-loading-bar-unauth'; ?>"></div>
291
  <?php
292
  }