Comments – wpDiscuz - Version 4.0.11

Version Description

  • Fixed Bug: Parse error: syntax error on some servers

IMPORTANT:

  • If you have JetPack installed please deactivate Jetpack comments, it affects wpDiscuz
  • If you have a Cache Plugin, please delete all caches after wpDiscuz update.
  • If you use CDN and found some issue please purge it.
  • If your server PHP version is lower than 5.4, please change it to hogher
Download this release

Release Info

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

Code changes from version 4.0.10 to 4.0.11

class.WpdiscuzCore.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  * Plugin Name: WordPress Comments Plugin – wpDiscuz
5
  * Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
- * Version: 4.0.10
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
@@ -43,7 +43,6 @@ class WpdiscuzCore implements WpDiscuzConstants {
43
  public $commentsArgs;
44
  private $version;
45
  public $wpdiscuzForm;
46
- public static $CAPTCHA_DIR = WPDISCUZ_DIR_PATH . WPDISCUZ_DS . 'utils' . WPDISCUZ_DS . 'temp';
47
 
48
  public function __construct() {
49
  $this->version = get_option(self::OPTION_SLUG_VERSION, '1.0.0');
@@ -846,7 +845,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
846
  wp_enqueue_script('wpdiscuz-quicktags');
847
  }
848
  if (in_array('fb', $this->optionsSerialized->shareButtons) && $this->optionsSerialized->facebookAppID) {
849
- wp_register_script('wpdiscuz-fb-js', plugins_url(WPDISCUZ_DIR_NAME . '/assets/js/wpdiscuz-fb.js'), array('jquery'), $this->version);
850
  wp_enqueue_script('wpdiscuz-fb-js');
851
  }
852
  do_action('wpdiscuz_front_scripts');
@@ -918,7 +917,8 @@ class WpdiscuzCore implements WpDiscuzConstants {
918
  if (isset($oldOptions['wc_load_all_comments'])) {
919
  $this->optionsSerialized->commentListLoadType = 1;
920
  }
921
- if (!@is_writable(self::$CAPTCHA_DIR)) {
 
922
  if (isset($this->optionsSerialized->isCaptchaInSession)) {
923
  $this->optionsSerialized->isCaptchaInSession = 1;
924
  $oldOptions['isCaptchaInSession'] = 1;
3
  /*
4
  * Plugin Name: WordPress Comments Plugin – wpDiscuz
5
  * Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
+ * Version: 4.0.11
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
43
  public $commentsArgs;
44
  private $version;
45
  public $wpdiscuzForm;
 
46
 
47
  public function __construct() {
48
  $this->version = get_option(self::OPTION_SLUG_VERSION, '1.0.0');
845
  wp_enqueue_script('wpdiscuz-quicktags');
846
  }
847
  if (in_array('fb', $this->optionsSerialized->shareButtons) && $this->optionsSerialized->facebookAppID) {
848
+ wp_register_script('wpdiscuz-fb-js', plugins_url(WPDISCUZ_DIR_NAME . '/assets/js/wpdiscuz-fb.js'), array('jquery'), $this->version, true);
849
  wp_enqueue_script('wpdiscuz-fb-js');
850
  }
851
  do_action('wpdiscuz_front_scripts');
917
  if (isset($oldOptions['wc_load_all_comments'])) {
918
  $this->optionsSerialized->commentListLoadType = 1;
919
  }
920
+ $pathToDir = WPDISCUZ_DIR_PATH . WPDISCUZ_DS . 'utils' . WPDISCUZ_DS . 'temp';
921
+ if (!@is_writable($pathToDir)) {
922
  if (isset($this->optionsSerialized->isCaptchaInSession)) {
923
  $this->optionsSerialized->isCaptchaInSession = 1;
924
  $oldOptions['isCaptchaInSession'] = 1;
languages/wpdiscuz-zh_CN.mo CHANGED
Binary file
languages/wpdiscuz-zh_CN.po CHANGED
@@ -1,1489 +1,1574 @@
1
- msgid ""
2
- msgstr ""
3
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
4
- "Project-Id-Version: wpDiscuz - supercharged native comments\n"
5
- "POT-Creation-Date: 2016-04-11 23:52+0400\n"
6
- "PO-Revision-Date: 2016-07-14 16:31+0800\n"
7
- "Last-Translator: fau <service@fau.org.cn>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.4\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17
- "X-Poedit-SearchPathExcluded-0: *.js\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: class.WpdiscuzCore.php:889
21
- #: options/options-layouts/settings-social.php:40
22
- #: options/options-layouts/settings-social.php:42
23
- #: options/options-layouts/settings-social.php:44
24
- #: options/options-layouts/settings-social.php:46
25
- msgid "Settings"
26
- msgstr "设置"
27
-
28
- #: class.WpdiscuzCore.php:891
29
- msgid "Phrases"
30
- msgstr "短语"
31
-
32
- #: class.WpdiscuzCore.php:932
33
- #: options/phrases-layouts/phrases-comment.php:116
34
- msgid "Admin"
35
- msgstr "管理员"
36
-
37
- #: class.WpdiscuzCore.php:934
38
- #: class.WpdiscuzCore.php:943
39
- #: options/phrases-layouts/phrases-comment.php:118
40
- msgid "Author"
41
- msgstr "作者"
42
-
43
- #: class.WpdiscuzCore.php:938
44
- #: options/phrases-layouts/phrases-comment.php:124
45
- msgid "Member"
46
- msgstr "成员"
47
-
48
- #: class.WpdiscuzCore.php:944
49
- #: options/phrases-layouts/phrases-comment.php:122
50
- msgid "Guest"
51
- msgstr "游客"
52
-
53
- #: options/class.WpdiscuzOptions.php:30
54
- #: options/class.WpdiscuzOptions.php:103
55
- #: options/class.WpdiscuzOptions.php:223
56
- msgid "Hacker?"
57
- msgstr "黑客 ?"
58
-
59
- #: options/class.WpdiscuzOptions.php:258
60
- msgid "Brings an ocean of emotions to your comments. It comes with an awesome smile package."
61
- msgstr "为您的评论添加表情包。有酷酷的微笑包哦"
62
-
63
- #: options/class.WpdiscuzOptions.php:259
64
- msgid "Comment reporting tools. Auto-moderates comments based on number of flags and dislikes."
65
- msgstr "评论报表工具。基于赞和踩数量,自动审核评论"
66
-
67
- #: options/class.WpdiscuzOptions.php:260
68
- msgid "Adds a smart and intuitive AJAX \"Translate\" button with 60 language options. Uses free translation API."
69
- msgstr "添加一个智能的AJAX\"翻译\"按钮,可以翻译60种语言,使用免费翻译API"
70
-
71
- #: options/class.WpdiscuzOptions.php:261
72
- msgid "AJAX powered front-end comment search. It starts searching while you type search words. "
73
- msgstr "AJAX驱动的前端评论搜索。当您输入搜索词时启动搜索"
74
-
75
- #: options/class.WpdiscuzOptions.php:262
76
- msgid "Most voted comments, Active comment threads, Most commented posts, Active comment authors"
77
- msgstr "得票最多的评论,活跃的评论区,评论最多的文章,活跃的评论人"
78
-
79
- #: options/class.WpdiscuzOptions.php:263
80
- msgid "All in one powerful yet simple admin toolkit to moderate comments on front-end."
81
- msgstr "用于前端审核评论的简单且强大的管理工具"
82
-
83
- #: options/class.WpdiscuzOptions.php:264
84
- msgid "Extended comment attachment system. Allows to upload images, videos, audios and other file types."
85
- msgstr "扩展的评论附件模块,允许上传图片、视频、音频和其他文件类型。"
86
-
87
- #: options/class.WpdiscuzOptions.php:265
88
- msgid "Adds No CAPTCHA on all comment forms. Stops spam and bot comments with Google reCAPTCHA"
89
- msgstr "评论表单上不添加CAPCHA。用Google reCAPTCHA停止垃圾评论。"
90
-
91
- #: options/class.WpdiscuzOptions.php:266
92
- msgid "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to myCRED points. "
93
- msgstr "集成myCRED标签和级别。转化wpDiscuz评论投票/赞为myCRED积分。"
94
-
95
- #: options/class.WpdiscuzOptions.php:267
96
- msgid "Allows censoring comment words. Filters comments and replaces those phrases with custom words."
97
- msgstr "允许审查评论字段。过滤评论中的短语且替换为自定义字段"
98
-
99
- #: options/class.WpdiscuzOptions.php:279
100
- msgid "New Addons are available for wpDiscuz Comments Plugin"
101
- msgstr "wpDiscuz评论插件有新Addons"
102
-
103
- #: options/class.WpdiscuzOptions.php:286
104
- #: options/class.WpdiscuzOptions.php:292
105
- msgid "Go to wpDiscuz Addons subMenu"
106
- msgstr "前往wpDiscuz Addons子菜单"
107
-
108
- #: options/class.WpdiscuzOptionsSerialized.php:568
109
- #: options/phrases-layouts/phrases-general.php:12
110
- msgid "Leave a Reply"
111
- msgstr "说点什么"
112
-
113
- #: options/class.WpdiscuzOptionsSerialized.php:569
114
- msgid "Be the First to Comment!"
115
- msgstr "您将是第一位评论人!"
116
-
117
- #: options/class.WpdiscuzOptionsSerialized.php:570
118
- #: options/html-phrases.php:22
119
- #: options/phrases-layouts/phrases-general.php:32
120
- msgid "Comment"
121
- msgstr "评论"
122
-
123
- #: options/class.WpdiscuzOptionsSerialized.php:571
124
- msgid "Comments"
125
- msgstr "评论"
126
-
127
- #: options/class.WpdiscuzOptionsSerialized.php:572
128
- msgid "on"
129
- msgstr "在"
130
-
131
- #: options/class.WpdiscuzOptionsSerialized.php:573
132
- msgid "Start the discussion"
133
- msgstr "开始讨论"
134
-
135
- #: options/class.WpdiscuzOptionsSerialized.php:574
136
- msgid "Join the discussion"
137
- msgstr "加入讨论"
138
-
139
- #: options/class.WpdiscuzOptionsSerialized.php:575
140
- #: options/html-phrases.php:24
141
- msgid "Email"
142
- msgstr "Email"
143
-
144
- #: options/class.WpdiscuzOptionsSerialized.php:576
145
- msgid "Name"
146
- msgstr "名字"
147
-
148
- #: options/class.WpdiscuzOptionsSerialized.php:577
149
- msgid "WebSite URL"
150
- msgstr "站点URL"
151
-
152
- #: options/class.WpdiscuzOptionsSerialized.php:578
153
- msgid "Please insert the code above to comment"
154
- msgstr "请输入验证码提交评论"
155
-
156
- #: options/class.WpdiscuzOptionsSerialized.php:579
157
- msgid "Post Comment"
158
- msgstr "发表评论"
159
-
160
- #: options/class.WpdiscuzOptionsSerialized.php:580
161
- #: options/phrases-layouts/phrases-form.php:82
162
- #: options/phrases-layouts/phrases-form.php:86
163
- msgid "Notify of"
164
- msgstr "提醒"
165
-
166
- #: options/class.WpdiscuzOptionsSerialized.php:581
167
- #: options/phrases-layouts/phrases-form.php:96
168
- msgid "new follow-up comments"
169
- msgstr "新跟进评论"
170
-
171
- #: options/class.WpdiscuzOptionsSerialized.php:582
172
- msgid "new replies to my comments"
173
- msgstr "我评论的新回复"
174
-
175
- #: options/class.WpdiscuzOptionsSerialized.php:583
176
- #: options/phrases-layouts/phrases-form.php:116
177
- msgid "Notify of new replies to this comment"
178
- msgstr "有此评论的新回复则提醒我"
179
-
180
- #: options/class.WpdiscuzOptionsSerialized.php:584
181
- #: options/phrases-layouts/phrases-form.php:122
182
- #: options/phrases-layouts/phrases-form.php:126
183
- msgid "Sort by"
184
- msgstr "排序"
185
-
186
- #: options/class.WpdiscuzOptionsSerialized.php:585
187
- #: options/phrases-layouts/phrases-form.php:132
188
- #: options/phrases-layouts/phrases-form.php:136
189
- msgid "newest"
190
- msgstr "最新"
191
-
192
- #: options/class.WpdiscuzOptionsSerialized.php:586
193
- #: options/phrases-layouts/phrases-form.php:142
194
- #: options/phrases-layouts/phrases-form.php:146
195
- msgid "oldest"
196
- msgstr "最旧"
197
-
198
- #: options/class.WpdiscuzOptionsSerialized.php:587
199
- #: options/phrases-layouts/phrases-form.php:152
200
- #: options/phrases-layouts/phrases-form.php:156
201
- msgid "most voted"
202
- msgstr "得票最多"
203
-
204
- #: options/class.WpdiscuzOptionsSerialized.php:588
205
- msgid "Load More Comments"
206
- msgstr "加载更多评论"
207
-
208
- #: options/class.WpdiscuzOptionsSerialized.php:589
209
- #: options/phrases-layouts/phrases-general.php:72
210
- msgid "Load Rest of Comments"
211
- msgstr "加载剩余评论"
212
-
213
- #: options/class.WpdiscuzOptionsSerialized.php:590
214
- #: options/phrases-layouts/phrases-comment.php:12
215
- msgid "Reply"
216
- msgstr "回复"
217
-
218
- #: options/class.WpdiscuzOptionsSerialized.php:591
219
- #: options/phrases-layouts/phrases-comment.php:22
220
- msgid "Share"
221
- msgstr "分享"
222
-
223
- #: options/class.WpdiscuzOptionsSerialized.php:592
224
- #: options/phrases-layouts/phrases-comment.php:32
225
- msgid "Edit"
226
- msgstr "编辑"
227
-
228
- #: options/class.WpdiscuzOptionsSerialized.php:593
229
- #: options/phrases-layouts/phrases-comment.php:42
230
- msgid "Share On Facebook"
231
- msgstr "分享至脸书"
232
-
233
- #: options/class.WpdiscuzOptionsSerialized.php:594
234
- #: options/phrases-layouts/phrases-comment.php:52
235
- msgid "Share On Twitter"
236
- msgstr "分享至推特"
237
-
238
- #: options/class.WpdiscuzOptionsSerialized.php:595
239
- #: options/phrases-layouts/phrases-comment.php:62
240
- msgid "Share On Google"
241
- msgstr "分享至谷歌"
242
-
243
- #: options/class.WpdiscuzOptionsSerialized.php:596
244
- #: options/phrases-layouts/phrases-comment.php:72
245
- msgid "Share On VKontakte"
246
- msgstr "分享至VKontakte"
247
-
248
- #: options/class.WpdiscuzOptionsSerialized.php:597
249
- #: options/phrases-layouts/phrases-comment.php:82
250
- msgid "Share On Odnoklassniki"
251
- msgstr "分享至Odnoklassniki"
252
-
253
- #: options/class.WpdiscuzOptionsSerialized.php:598
254
- #: options/phrases-layouts/phrases-comment.php:92
255
- msgid "Hide Replies"
256
- msgstr "隐藏回复"
257
-
258
- #: options/class.WpdiscuzOptionsSerialized.php:599
259
- #: options/phrases-layouts/phrases-comment.php:102
260
- msgid "Show Replies"
261
- msgstr "显示回复"
262
-
263
- #: options/class.WpdiscuzOptionsSerialized.php:600
264
- #: options/phrases-layouts/phrases-general.php:86
265
- msgid "New Comment"
266
- msgstr "新评论"
267
-
268
- #: options/class.WpdiscuzOptionsSerialized.php:601
269
- msgid "New comment on the discussion section you've been interested in"
270
- msgstr "您感兴趣的讨论区中的新评论"
271
-
272
- #: options/class.WpdiscuzOptionsSerialized.php:602
273
- #: options/phrases-layouts/phrases-email.php:36
274
- #: options/phrases-layouts/phrases-general.php:106
275
- #: utils/class.WpdiscuzEmailHelper.php:154
276
- msgid "New Reply"
277
- msgstr "新回复"
278
-
279
- #: options/class.WpdiscuzOptionsSerialized.php:603
280
- #: utils/class.WpdiscuzEmailHelper.php:155
281
- msgid "New reply on the discussion section you've been interested in"
282
- msgstr "您感兴趣的讨论区中的新回复"
283
-
284
- #: options/class.WpdiscuzOptionsSerialized.php:604
285
- msgid "You're subscribed for new replies on this comment"
286
- msgstr "您已订阅此评论上的新回复"
287
-
288
- #: options/class.WpdiscuzOptionsSerialized.php:605
289
- msgid "You're subscribed for new replies on all your comments"
290
- msgstr "您已订阅您所有评论上的新回复"
291
-
292
- #: options/class.WpdiscuzOptionsSerialized.php:606
293
- msgid "You're subscribed for new follow-up comments on this post"
294
- msgstr "您已订阅此评论上的新回复"
295
-
296
- #: options/class.WpdiscuzOptionsSerialized.php:607
297
- #: options/phrases-layouts/phrases-email.php:52
298
- #: options/phrases-layouts/phrases-email.php:56
299
- msgid "Unsubscribe"
300
- msgstr "不订阅"
301
-
302
- #: options/class.WpdiscuzOptionsSerialized.php:608
303
- #: options/phrases-layouts/phrases-email.php:66
304
- msgid "Cancel subscription"
305
- msgstr "取消订阅"
306
-
307
- #: options/class.WpdiscuzOptionsSerialized.php:609
308
- #: options/phrases-layouts/phrases-notification.php:32
309
- msgid "You've successfully unsubscribed."
310
- msgstr "你已取消订阅"
311
-
312
- #: options/class.WpdiscuzOptionsSerialized.php:610
313
- #: options/phrases-layouts/phrases-notification.php:22
314
- msgid "You've successfully subscribed."
315
- msgstr "你已成功订阅"
316
-
317
- #: options/class.WpdiscuzOptionsSerialized.php:611
318
- #: options/phrases-layouts/phrases-email.php:72
319
- #: options/phrases-layouts/phrases-email.php:76
320
- msgid "Confirm your subscription"
321
- msgstr "确认您的订阅"
322
-
323
- #: options/class.WpdiscuzOptionsSerialized.php:612
324
- #: options/phrases-layouts/phrases-email.php:82
325
- #: options/phrases-layouts/phrases-email.php:86
326
- msgid "You've successfully confirmed your subscription."
327
- msgstr "你已成功确认订阅"
328
-
329
- #: options/class.WpdiscuzOptionsSerialized.php:613
330
- #: options/phrases-layouts/phrases-email.php:96
331
- #: utils/class.WpdiscuzEmailHelper.php:47
332
- msgid "Subscribe Confirmation"
333
- msgstr "订阅确认"
334
-
335
- #: options/class.WpdiscuzOptionsSerialized.php:614
336
- #: options/phrases-layouts/phrases-email.php:106
337
- #: utils/class.WpdiscuzEmailHelper.php:48
338
- msgid "Hi, <br/> You just subscribed for new comments on our website. This means you will receive an email when new comments are posted according to subscription option you've chosen. <br/> To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
339
- msgstr "Hi, <br/><br/> 您已经订阅了关于您评论的新回复。<br/><br/>点击下面的链接即可确认您的订阅。<br/><br/>或者,您不想被打扰,可以忽略此邮件,你将不会收到您评论的提醒。"
340
-
341
- #: options/class.WpdiscuzOptionsSerialized.php:615
342
- msgid "please fill out this field to comment"
343
- msgstr "评论前请先填写此字段"
344
-
345
- #: options/class.WpdiscuzOptionsSerialized.php:616
346
- msgid "email address is invalid"
347
- msgstr "无效的email地址"
348
-
349
- #: options/class.WpdiscuzOptionsSerialized.php:617
350
- msgid "url is invalid"
351
- msgstr "URL 无效"
352
-
353
- #: options/class.WpdiscuzOptionsSerialized.php:618
354
- msgid "year"
355
- msgstr "年"
356
-
357
- #: options/class.WpdiscuzOptionsSerialized.php:619
358
- msgid "years"
359
- msgstr "年"
360
-
361
- #: options/class.WpdiscuzOptionsSerialized.php:620
362
- msgid "month"
363
- msgstr "月"
364
-
365
- #: options/class.WpdiscuzOptionsSerialized.php:621
366
- msgid "months"
367
- msgstr "月"
368
-
369
- #: options/class.WpdiscuzOptionsSerialized.php:622
370
- msgid "day"
371
- msgstr "天"
372
-
373
- #: options/class.WpdiscuzOptionsSerialized.php:623
374
- msgid "days"
375
- msgstr "天"
376
-
377
- #: options/class.WpdiscuzOptionsSerialized.php:624
378
- msgid "hour"
379
- msgstr "小时"
380
-
381
- #: options/class.WpdiscuzOptionsSerialized.php:625
382
- msgid "hours"
383
- msgstr "小时"
384
-
385
- #: options/class.WpdiscuzOptionsSerialized.php:626
386
- msgid "minute"
387
- msgstr "分钟"
388
-
389
- #: options/class.WpdiscuzOptionsSerialized.php:627
390
- msgid "minutes"
391
- msgstr "分钟"
392
-
393
- #: options/class.WpdiscuzOptionsSerialized.php:628
394
- msgid "second"
395
- msgstr "秒"
396
-
397
- #: options/class.WpdiscuzOptionsSerialized.php:629
398
- msgid "seconds"
399
- msgstr "秒"
400
-
401
- #: options/class.WpdiscuzOptionsSerialized.php:630
402
- msgid "right now"
403
- msgstr "马上"
404
-
405
- #: options/class.WpdiscuzOptionsSerialized.php:631
406
- msgid "ago"
407
- msgstr "之前"
408
-
409
- #: options/class.WpdiscuzOptionsSerialized.php:632
410
- #: options/phrases-layouts/phrases-datetime.php:156
411
- msgid "Today"
412
- msgstr "今天"
413
-
414
- #: options/class.WpdiscuzOptionsSerialized.php:633
415
- #: options/phrases-layouts/phrases-notification.php:84
416
- msgid "You must be"
417
- msgstr "你一定是"
418
-
419
- #: options/class.WpdiscuzOptionsSerialized.php:634
420
- msgid "You are logged in as"
421
- msgstr "您是"
422
-
423
- #: options/class.WpdiscuzOptionsSerialized.php:635
424
- #: options/phrases-layouts/phrases-notification.php:104
425
- msgid "Log out"
426
- msgstr "登出"
427
-
428
- #: options/class.WpdiscuzOptionsSerialized.php:636
429
- msgid "logged in"
430
- msgstr "已登录"
431
-
432
- #: options/class.WpdiscuzOptionsSerialized.php:637
433
- msgid "to post a comment."
434
- msgstr "为发表评论"
435
-
436
- #: options/class.WpdiscuzOptionsSerialized.php:638
437
- #: options/phrases-layouts/phrases-comment.php:138
438
- msgid "Vote Up"
439
- msgstr ""
440
-
441
- #: options/class.WpdiscuzOptionsSerialized.php:639
442
- #: options/phrases-layouts/phrases-comment.php:148
443
- msgid "Vote Down"
444
- msgstr "踩"
445
-
446
- #: options/class.WpdiscuzOptionsSerialized.php:640
447
- #: options/phrases-layouts/phrases-notification.php:134
448
- msgid "Vote Counted"
449
- msgstr "计入的投票"
450
-
451
- #: options/class.WpdiscuzOptionsSerialized.php:641
452
- msgid "You've already voted for this comment"
453
- msgstr "您已对此评论投过票了"
454
-
455
- #: options/class.WpdiscuzOptionsSerialized.php:642
456
- #: options/phrases-layouts/phrases-notification.php:154
457
- msgid "Voting Error"
458
- msgstr "投票错误"
459
-
460
- #: options/class.WpdiscuzOptionsSerialized.php:643
461
- msgid "You Must Be Logged In To Vote"
462
- msgstr "您须先登录再投票"
463
-
464
- #: options/class.WpdiscuzOptionsSerialized.php:644
465
- msgid "You cannot vote for your comment"
466
- msgstr "您不能为自己的评论投票"
467
-
468
- #: options/class.WpdiscuzOptionsSerialized.php:645
469
- msgid "You are not allowed to vote for this comment"
470
- msgstr "您不能给此评论投票"
471
-
472
- #: options/class.WpdiscuzOptionsSerialized.php:646
473
- #: options/phrases-layouts/phrases-notification.php:194
474
- msgid "Invalid Captcha Code"
475
- msgstr "无效的验证码"
476
-
477
- #: options/class.WpdiscuzOptionsSerialized.php:647
478
- #: options/phrases-layouts/phrases-notification.php:204
479
- msgid "Some of field value is invalid"
480
- msgstr "一些字段值无效"
481
-
482
- #: options/class.WpdiscuzOptionsSerialized.php:648
483
- msgid "new comment"
484
- msgstr "新评论"
485
-
486
- #: options/class.WpdiscuzOptionsSerialized.php:649
487
- msgid "new comments"
488
- msgstr "新评论"
489
-
490
- #: options/class.WpdiscuzOptionsSerialized.php:650
491
- msgid "Comment awaiting moderation"
492
- msgstr "待审核的评论"
493
-
494
- #: options/class.WpdiscuzOptionsSerialized.php:651
495
- msgid "new reply on your comment"
496
- msgstr "您评论的新回复"
497
-
498
- #: options/class.WpdiscuzOptionsSerialized.php:652
499
- msgid "new replies on your comments"
500
- msgstr "您评论的新回复"
501
-
502
- #: options/class.WpdiscuzOptionsSerialized.php:653
503
- #: options/phrases-layouts/phrases-general.php:126
504
- msgid "New"
505
- msgstr "新的"
506
-
507
- #: options/class.WpdiscuzOptionsSerialized.php:654
508
- #: options/phrases-layouts/phrases-notification.php:249
509
- msgid "Sorry, the comment was not updated"
510
- msgstr "对不起,评论未更新"
511
-
512
- #: options/class.WpdiscuzOptionsSerialized.php:655
513
- #: options/phrases-layouts/phrases-notification.php:259
514
- msgid "Sorry, this comment no longer possible to edit"
515
- msgstr "对不起,此评论已不能编辑"
516
-
517
- #: options/class.WpdiscuzOptionsSerialized.php:656
518
- msgid "You've not made any changes"
519
- msgstr "您没有做出任何更改"
520
-
521
- #: options/class.WpdiscuzOptionsSerialized.php:657
522
- #: options/phrases-layouts/phrases-comment.php:162
523
- msgid "Save"
524
- msgstr "保存"
525
-
526
- #: options/class.WpdiscuzOptionsSerialized.php:658
527
- #: options/phrases-layouts/phrases-comment.php:172
528
- msgid "Cancel"
529
- msgstr "取消"
530
-
531
- #: options/class.WpdiscuzOptionsSerialized.php:659
532
- msgid "Input is too short"
533
- msgstr "输入太短"
534
-
535
- #: options/class.WpdiscuzOptionsSerialized.php:660
536
- msgid "Input is too long"
537
- msgstr "输入太长"
538
-
539
- #: options/class.WpdiscuzOptionsSerialized.php:661
540
- #: options/phrases-layouts/phrases-comment.php:182
541
- msgid "Read more &raquo;"
542
- msgstr "阅读更多 &raquo;"
543
-
544
- #: options/class.WpdiscuzOptionsSerialized.php:662
545
- #: options/phrases-layouts/phrases-comment.php:192
546
- msgid "Anonymous"
547
- msgstr "匿名"
548
-
549
- #: options/class.WpdiscuzOptionsSerialized.php:663
550
- #: options/phrases-layouts/phrases-notification.php:275
551
- #: options/phrases-layouts/phrases-notification.php:279
552
- msgid "Please fill out required fields"
553
- msgstr "请填写必填字段"
554
-
555
- #: options/class.WpdiscuzOptionsSerialized.php:664
556
- #: options/phrases-layouts/phrases-form.php:192
557
- #: options/phrases-layouts/phrases-form.php:196
558
- msgid "Connect with"
559
- msgstr "一键登录"
560
-
561
- #: options/class.WpdiscuzOptionsSerialized.php:665
562
- msgid "You're subscribed to"
563
- msgstr "您已订阅了"
564
-
565
- #: options/class.WpdiscuzOptionsSerialized.php:666
566
- msgid "Participate in this discussion via email"
567
- msgstr "用email参与此讨论"
568
-
569
- #: options/html-addons.php:11
570
- msgid "wpDiscuz Addons"
571
- msgstr "wpDiscuz Addons"
572
-
573
- #: options/html-addons.php:54
574
- msgid "Installed"
575
- msgstr "已安装"
576
-
577
- #: options/html-addons.php:61
578
- msgid "Addon Details | Buy"
579
- msgstr "Addon 详情 | 购买"
580
-
581
- #: options/html-options.php:10
582
- msgid "wpDiscuz General Settings"
583
- msgstr "wpDiscuz通用设置"
584
-
585
- #: options/html-options.php:55
586
- #: options/options-layouts/settings-general.php:7
587
- msgid "General Settings"
588
- msgstr "通用设置"
589
-
590
- #: options/html-options.php:56
591
- #: options/options-layouts/settings-live-update.php:7
592
- msgid "Live Update"
593
- msgstr "在线更新"
594
-
595
- #: options/html-options.php:57
596
- msgid "Show/Hide"
597
- msgstr "显示/隐藏"
598
-
599
- #: options/html-options.php:58
600
- msgid "Subscription"
601
- msgstr "订阅"
602
-
603
- #: options/html-options.php:58
604
- msgid "and Postmatic"
605
- msgstr "以及 Postmatic"
606
-
607
- #: options/html-options.php:59
608
- msgid "Styling"
609
- msgstr "风格"
610
-
611
- #: options/html-options.php:60
612
- #: options/options-layouts/settings-social.php:124
613
- msgid "Social Login"
614
- msgstr "社交登陆"
615
-
616
- #: options/html-options.php:61
617
- #: options/options-layouts/settings-integrations.php:7
618
- msgid "Integrations"
619
- msgstr "集成"
620
-
621
- #: options/html-options.php:62
622
- #: options/options-layouts/settings-addons.php:7
623
- msgid "Addons"
624
- msgstr "Addons"
625
-
626
- #: options/html-options.php:146
627
- msgid "Reset Options"
628
- msgstr "重置选项"
629
-
630
- #: options/html-options.php:148
631
- msgid "Refresh comment optimization"
632
- msgstr "刷新评论优化"
633
-
634
- #: options/html-options.php:150
635
- msgid "Remove vote data"
636
- msgstr "移除投票数据"
637
-
638
- #: options/html-options.php:151
639
- #: options/html-phrases.php:71
640
- #: options/html-tools.php:58
641
- msgid "Save Changes"
642
- msgstr "保存更改"
643
-
644
- #: options/html-phrases.php:10
645
- msgid "wpDiscuz Front-end Phrases"
646
- msgstr "WpDiscuz前端短语"
647
-
648
- #: options/html-phrases.php:20
649
- msgid "General"
650
- msgstr "通用"
651
-
652
- #: options/html-phrases.php:21
653
- msgid "Form"
654
- msgstr "表单"
655
-
656
- #: options/html-phrases.php:23
657
- msgid "Date/Time"
658
- msgstr "日期 / 时间"
659
-
660
- #: options/html-phrases.php:25
661
- msgid "Notification"
662
- msgstr "提醒"
663
-
664
- #: options/html-tools.php:10
665
- msgid "wpDiscuz Tools"
666
- msgstr "wpDiscuz 工具"
667
-
668
- #: options/html-tools.php:22
669
- #: options/tools-layouts/export.php:8
670
- msgid "Export options"
671
- msgstr "导出选项"
672
-
673
- #: options/html-tools.php:23
674
- #: options/tools-layouts/import.php:7
675
- msgid "Import options"
676
- msgstr "导入选项"
677
-
678
- #: options/options-layouts/settings-general.php:11
679
- msgid "Display comment form for post types"
680
- msgstr "为文章类型显示评论表单"
681
-
682
- #: options/options-layouts/settings-general.php:29
683
- msgid "Enable Quicktags"
684
- msgstr "启用 Quicktags"
685
-
686
- #: options/options-layouts/settings-general.php:34
687
- msgid "Use guest email to detect registered account"
688
- msgstr "使用游客email匹配已注册账户"
689
-
690
- #: options/options-layouts/settings-general.php:36
691
- msgid "Sometimes registered users comment as guest using the same email address. wpDiscuz can detect the account role using guest email and display commenter label correctly."
692
- msgstr "有时注册用户未登录时使用相同的email来评论。wpDiscuz可以基于游客email探测账户并正确显示评论人"
693
-
694
- #: options/options-layouts/settings-general.php:42
695
- msgid "Comment author must fill out email"
696
- msgstr "评论人须填写email"
697
-
698
- #: options/options-layouts/settings-general.php:46
699
- msgid "Comment author must fill out name"
700
- msgstr "评论人须填写名字"
701
-
702
- #: options/options-layouts/settings-general.php:51
703
- msgid "Comment author name min length (for guests only)"
704
- msgstr "评论人名字最小长度(仅用于游客)"
705
-
706
- #: options/options-layouts/settings-general.php:55
707
- #: options/options-layouts/settings-general.php:78
708
- msgid "Min"
709
- msgstr "最小"
710
-
711
- #: options/options-layouts/settings-general.php:58
712
- #: options/options-layouts/settings-general.php:81
713
- msgid "Max"
714
- msgstr "最大"
715
-
716
- #: options/options-layouts/settings-general.php:64
717
- msgid "Keep guest commenter credentials in browser cookies for x days"
718
- msgstr "为游客评论人的浏览器cookie中的密钥保留 x 天"
719
-
720
- #: options/options-layouts/settings-general.php:66
721
- msgid "Set this option value -1 to make it unlimited."
722
- msgstr "设置-1则无限制"
723
-
724
- #: options/options-layouts/settings-general.php:67
725
- msgid "Set this option value 0 to clear those data when user closes browser."
726
- msgstr "设置0则当用户关闭浏览器时清空数据"
727
-
728
- #: options/options-layouts/settings-general.php:74
729
- msgid "Comment text length"
730
- msgstr "评论文本长度"
731
-
732
- #: options/options-layouts/settings-general.php:87
733
- msgid "The number of words before breaking comment text and showing \"Read more\" link"
734
- msgstr "评论缩略文字长度。超过此字数则显示\"阅读更多\" 链接"
735
-
736
- #: options/options-layouts/settings-general.php:89
737
- msgid "Set this option value 0, to turn off comment text breaking function."
738
- msgstr "设置为0,则关闭评论文本缩略功能。"
739
-
740
- #: options/options-layouts/settings-general.php:95
741
- msgid "Comment text size in pixels"
742
- msgstr "评论文本的像素大小"
743
-
744
- #: options/options-layouts/settings-general.php:108
745
- msgid "Allow comment editing for"
746
- msgstr "允许评论编辑,为了"
747
-
748
- #: options/options-layouts/settings-general.php:112
749
- msgid "Do not allow"
750
- msgstr "不允许"
751
-
752
- #: options/options-layouts/settings-general.php:113
753
- #: options/options-layouts/settings-general.php:114
754
- #: options/options-layouts/settings-live-update.php:52
755
- #: options/options-layouts/settings-live-update.php:53
756
- #: options/options-layouts/settings-live-update.php:54
757
- msgid "Minutes"
758
- msgstr "分钟"
759
-
760
- #: options/options-layouts/settings-general.php:115
761
- #: options/phrases-layouts/phrases-datetime.php:72
762
- msgid "Hour"
763
- msgstr "小时"
764
-
765
- #: options/options-layouts/settings-general.php:116
766
- #: options/options-layouts/settings-general.php:117
767
- msgid "Hours"
768
- msgstr "小时"
769
-
770
- #: options/options-layouts/settings-general.php:118
771
- msgid "Unlimit"
772
- msgstr "无限"
773
-
774
- #: options/options-layouts/settings-general.php:124
775
- msgid "Redirect first commenter to"
776
- msgstr "将第一个评论人重定向至"
777
-
778
- #: options/options-layouts/settings-general.php:131
779
- msgid "Do not redirect"
780
- msgstr "不重定向"
781
-
782
- #: options/options-layouts/settings-general.php:138
783
- msgid "Allow guests to vote on comments"
784
- msgstr "允许游客为评论投票"
785
-
786
- #: options/options-layouts/settings-general.php:143
787
- msgid "Comments loading/pagination type"
788
- msgstr "评论加载/分页类型"
789
-
790
- #: options/options-layouts/settings-general.php:145
791
- msgid "You can manage the number of comments for [Load more] option in Settings > Discussion page, using \"Break comments into pages with [X] top level comments per page\" option. To show the default Wordpress comment pagination you should enable the checkbox on bigining of the same option."
792
- msgstr "您可以在设置 -> 讨论 页面,为[加载更多]管理评论数量,使用\"每页一级评论数量达到 [X] 时分页\" 的选项。若要显示wordpress默认的评论分页,您需要启用相同的选项。"
793
-
794
- #: options/options-layouts/settings-general.php:151
795
- #: options/options-layouts/settings-general.php:153
796
- msgid "[Load more] Button"
797
- msgstr "[加载更多] 按钮"
798
-
799
- #: options/options-layouts/settings-general.php:155
800
- #: options/options-layouts/settings-general.php:157
801
- msgid "[Load rest of all comments] Button"
802
- msgstr "[加载剩余评论] 按钮"
803
-
804
- #: options/options-layouts/settings-general.php:159
805
- #: options/options-layouts/settings-general.php:161
806
- msgid "Lazy load comments on scrolling"
807
- msgstr "滚动式延迟加载评论"
808
-
809
- #: options/options-layouts/settings-general.php:168
810
- msgid "Use WordPress Date/Time format"
811
- msgstr "使用WordPress 日期/时间 格式"
812
-
813
- #: options/options-layouts/settings-general.php:169
814
- msgid "wpDiscuz shows Human Readable date format. If you check this option it'll show the date/time format set in WordPress General Settings."
815
- msgstr "wpDiscuz 显示人机友好的日期格式。如果你勾选此项,将按WordPress通用设置来显示。"
816
-
817
- #: options/options-layouts/settings-general.php:175
818
- msgid "Current Wordpress date/time format"
819
- msgstr "WordPress当前 日期/时间 格式"
820
-
821
- #: options/options-layouts/settings-general.php:181
822
- msgid "Use Plugin .PO/.MO files"
823
- msgstr "使用插件的 .PO/.MO 文件"
824
-
825
- #: options/options-layouts/settings-general.php:182
826
- msgid "wpDiscuz phrase system allows you to translate all front-end phrases. However if you have a multi-language website it'll not allow you to add more than one language translation. The only way to get it is the plugin translation files (.PO / .MO). If wpDiscuz has the languages you need you should check this option to disable phrase system and it'll automatically translate all phrases based on language files according to current language."
827
- msgstr "wpDiscuz 短语设置允许你翻译所有前端字段。但是,如果你有多语言站点那么你需要使用 (.PO / .MO)翻译文件。wpDiscuz将根据当前语言显示前端字段。"
828
-
829
- #: options/options-layouts/settings-general.php:189
830
- msgid "Help wpDiscuz to grow allowing people to recognize which comment plugin you use"
831
- msgstr "显示wpDiscuz插件标识,帮助wpDiscuz成长"
832
-
833
- #: options/options-layouts/settings-general.php:191
834
- msgid "Please check this option on to help wpDiscuz get more popularity as your thank to the hard work we do for you totally free. This option adds a very small (16x16px) icon under the comment section which will allow your site visitors recognize the name of comment solution you use."
835
- msgstr "Please check this option on to help wpDiscuz get more popularity as your thank to the hard work we do for you totally free. This option adds a very small (16x16px) icon under the comment section which will allow your site visitors recognize the name of comment solution you use."
836
-
837
- #: options/options-layouts/settings-general.php:196
838
- msgid "Thank you!"
839
- msgstr "谢谢!"
840
-
841
- #: options/options-layouts/settings-integrations.php:14
842
- msgid "BuddyPress"
843
- msgstr "BuddyPress"
844
-
845
- #: options/options-layouts/settings-integrations.php:15
846
- msgid "Users Ultra"
847
- msgstr "Users Ultra"
848
-
849
- #: options/options-layouts/settings-integrations.php:16
850
- msgid "User Pro"
851
- msgstr "User Pro"
852
-
853
- #: options/options-layouts/settings-integrations.php:17
854
- msgid "Ultimate Member"
855
- msgstr "Ultimate Member"
856
-
857
- #: options/options-layouts/settings-integrations.php:18
858
- msgid "MyCred"
859
- msgstr "MyCred"
860
-
861
- #: options/options-layouts/settings-live-update.php:12
862
- msgid "Live update options"
863
- msgstr "在线更新选项"
864
-
865
- #: options/options-layouts/settings-live-update.php:13
866
- msgid "wpDiscuz 3 live update is very smart and doesn't overload your server even if you're on Shared hosting plan and even your website is very active. However we recommend to monitor your server resources if you're on a Shared hosting plan. There are some very weak hosting plans which may not be able to perform very frequently live update requests. If you found some issue you can set the option below 30 seconds or more."
867
- msgstr "wpDiscuz 3 live update is very smart and doesn't overload your server even if you're on Shared hosting plan and even your website is very active. However we recommend to monitor your server resources if you're on a Shared hosting plan. There are some very weak hosting plans which may not be able to perform very frequently live update requests. If you found some issue you can set the option below 30 seconds or more."
868
-
869
- #: options/options-layouts/settings-live-update.php:18
870
- msgid "Never update"
871
- msgstr "永不更新"
872
-
873
- #: options/options-layouts/settings-live-update.php:20
874
- msgid "Turn off \"Live Update\" function"
875
- msgstr "关闭 \"在线更新\" 功能"
876
-
877
- #: options/options-layouts/settings-live-update.php:22
878
- #: options/options-layouts/settings-subscription.php:36
879
- msgid "Show new comment/reply buttons to update manualy"
880
- msgstr "为手动更新显示新评论/回复按钮"
881
-
882
- #: options/options-layouts/settings-live-update.php:24
883
- msgid "Always check for new comments and show update buttons"
884
- msgstr "总是检查新评论并显示更新按钮"
885
-
886
- #: options/options-layouts/settings-live-update.php:26
887
- #: options/options-layouts/settings-subscription.php:40
888
- msgid "Always update"
889
- msgstr "总是更新"
890
-
891
- #: options/options-layouts/settings-live-update.php:28
892
- msgid "Always check for new comments and update automatically"
893
- msgstr "总是检查新评论并自动更新"
894
-
895
- #: options/options-layouts/settings-live-update.php:35
896
- msgid "Disable live update for guests"
897
- msgstr "为游客禁用在线更新"
898
-
899
- #: options/options-layouts/settings-live-update.php:43
900
- msgid "Update comment list every"
901
- msgstr "更新评论列表,每"
902
-
903
- #: options/options-layouts/settings-live-update.php:48
904
- #: options/options-layouts/settings-live-update.php:49
905
- #: options/options-layouts/settings-live-update.php:50
906
- msgid "Seconds"
907
- msgstr "秒"
908
-
909
- #: options/options-layouts/settings-live-update.php:51
910
- #: options/phrases-layouts/phrases-datetime.php:92
911
- msgid "Minute"
912
- msgstr "分钟"
913
-
914
- #: options/options-layouts/settings-show-hide.php:7
915
- msgid "Show/Hide Components"
916
- msgstr "显示/隐藏 部件"
917
-
918
- #: options/options-layouts/settings-show-hide.php:11
919
- msgid "Show logged-in user name and logout link on top of main form"
920
- msgstr "在主表上显示登入的用户名以及登出链接"
921
-
922
- #: options/options-layouts/settings-show-hide.php:15
923
- msgid "Hide Reply button for Guests"
924
- msgstr "为游客隐藏回复按钮"
925
-
926
- #: options/options-layouts/settings-show-hide.php:19
927
- msgid "Hide Reply button for Members"
928
- msgstr "为成员隐藏回复按钮"
929
-
930
- #: options/options-layouts/settings-show-hide.php:23
931
- msgid "Hide Commenter Labels"
932
- msgstr "隐藏评论人标签"
933
-
934
- #: options/options-layouts/settings-show-hide.php:27
935
- msgid "Hide Voting buttons"
936
- msgstr "隐藏投票按钮"
937
-
938
- #: options/options-layouts/settings-show-hide.php:31
939
- msgid "Comment voting statistic mode"
940
- msgstr "评论投票统计模式"
941
-
942
- #: options/options-layouts/settings-show-hide.php:36
943
- msgid "total count"
944
- msgstr "合计数"
945
-
946
- #: options/options-layouts/settings-show-hide.php:40
947
- msgid "separate count"
948
- msgstr "区分计数"
949
-
950
- #: options/options-layouts/settings-show-hide.php:46
951
- msgid "Show Share Buttons"
952
- msgstr "显示分享按钮"
953
-
954
- #: options/options-layouts/settings-show-hide.php:69
955
- msgid "The plugin captcha directory is not writable! Please set writable permissions on \"wpdiscuz/utils/temp\" directory in order to use the first type of captcha generation"
956
- msgstr "插件的验证码目录不可写!请为\"wpdiscuz/utils/temp\" 目录设置可写权限,您方可使用验证码自动生成功能"
957
-
958
- #: options/options-layouts/settings-show-hide.php:73
959
- msgid "Captcha generation type"
960
- msgstr "验证码生成类型"
961
-
962
- #: options/options-layouts/settings-show-hide.php:79
963
- msgid "use file system"
964
- msgstr "使用文件系统"
965
-
966
- #: options/options-layouts/settings-show-hide.php:84
967
- msgid "use wordpress session"
968
- msgstr "使用wordpress会话"
969
-
970
- #: options/options-layouts/settings-show-hide.php:90
971
- msgid "Hide the CAPTCHA field for guests"
972
- msgstr "为游客隐藏验证码"
973
-
974
- #: options/options-layouts/settings-show-hide.php:94
975
- msgid "Show the CAPTCHA field for logged in users"
976
- msgstr "为已登录用户显示验证码"
977
-
978
- #: options/options-layouts/settings-show-hide.php:98
979
- msgid "Show the Website URL field"
980
- msgstr "显示网站URL字段"
981
-
982
- #: options/options-layouts/settings-show-hide.php:102
983
- msgid "Hide header text"
984
- msgstr "隐藏头部文本"
985
-
986
- #: options/options-layouts/settings-show-hide.php:106
987
- msgid "Show sorting buttons"
988
- msgstr "显示排序按钮"
989
-
990
- #: options/options-layouts/settings-show-hide.php:110
991
- msgid "Set comments ordering to \"Most voted\" by default "
992
- msgstr "设置默认评论顺序为\"投票最多\""
993
-
994
- #: options/options-layouts/settings-show-hide.php:114
995
- msgid "Hide comment link"
996
- msgstr "隐藏评论链接"
997
-
998
- #: options/options-layouts/settings-show-hide.php:118
999
- msgid "Enable automatic image URL to image HTML conversion"
1000
- msgstr "启用自动的图片URL到图片HTML的转换"
1001
-
1002
- #: options/options-layouts/settings-social.php:50
1003
- #: options/options-layouts/settings-social.php:61
1004
- #: options/options-layouts/settings-social.php:72
1005
- #: options/options-layouts/settings-social.php:83
1006
- msgid "Activate"
1007
- msgstr "激活"
1008
-
1009
- #: options/options-layouts/settings-social.php:54
1010
- #: options/options-layouts/settings-social.php:65
1011
- #: options/options-layouts/settings-social.php:76
1012
- #: options/options-layouts/settings-social.php:87
1013
- msgid "View details/Install"
1014
- msgstr "显示细节/安装"
1015
-
1016
- #: options/options-layouts/settings-social.php:125
1017
- msgid "You can use one of these most popular Social Login Plugins to allow your visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, OK and lots of other social network service accounts. All social login buttons will be fully integrated with wpDiscuz comment forms."
1018
- msgstr "您可以启用社交登陆功能,支持 Facebook, Twitter, Google+, Wordpress, VK, 等等。所有社交登录按钮都可无缝集成至wpDiscuz评论表单。"
1019
-
1020
- #: options/options-layouts/settings-style.php:7
1021
- msgid "Background and Colors"
1022
- msgstr "背景与颜色"
1023
-
1024
- #: options/options-layouts/settings-style.php:12
1025
- msgid "Comment Form Background Color"
1026
- msgstr "评论表单背景色"
1027
-
1028
- #: options/options-layouts/settings-style.php:16
1029
- #: options/options-layouts/settings-style.php:25
1030
- #: options/options-layouts/settings-style.php:34
1031
- #: options/options-layouts/settings-style.php:43
1032
- #: options/options-layouts/settings-style.php:52
1033
- #: options/options-layouts/settings-style.php:61
1034
- #: options/options-layouts/settings-style.php:70
1035
- #: options/options-layouts/settings-style.php:79
1036
- #: options/options-layouts/settings-style.php:92
1037
- msgid "Example: #00FF00"
1038
- msgstr "比如: #00FF00"
1039
-
1040
- #: options/options-layouts/settings-style.php:21
1041
- msgid "Comment Background Color"
1042
- msgstr "评论背景色"
1043
-
1044
- #: options/options-layouts/settings-style.php:30
1045
- msgid "Reply Background Color"
1046
- msgstr "回复背景色"
1047
-
1048
- #: options/options-layouts/settings-style.php:39
1049
- msgid "Comment Text Color"
1050
- msgstr "评论文本色"
1051
-
1052
- #: options/options-layouts/settings-style.php:48
1053
- msgid "Vote, Reply, Share, Edit links text colors"
1054
- msgstr "投票,回复,分享,编辑链接文本色"
1055
-
1056
- #: options/options-layouts/settings-style.php:57
1057
- msgid "Comment form fields border color"
1058
- msgstr "评论表字段边框色"
1059
-
1060
- #: options/options-layouts/settings-style.php:66
1061
- msgid "New loaded comments' background color"
1062
- msgstr "新加载的评论背景色"
1063
-
1064
- #: options/options-layouts/settings-style.php:75
1065
- msgid "Primary Color"
1066
- msgstr "主色"
1067
-
1068
- #: options/options-layouts/settings-style.php:89
1069
- msgid "label color"
1070
- msgstr "标签色"
1071
-
1072
- #: options/options-layouts/settings-style.php:100
1073
- msgid "Disable font awesome css loading"
1074
- msgstr "禁用font awesome css加载"
1075
-
1076
- #: options/options-layouts/settings-style.php:108
1077
- msgid "Custom CSS Code"
1078
- msgstr "自定义CSS代码"
1079
-
1080
- #: options/options-layouts/settings-subscription.php:7
1081
- msgid "Email Subscription Settings"
1082
- msgstr "Email订阅设置"
1083
-
1084
- #: options/options-layouts/settings-subscription.php:12
1085
- msgid "Show comment subscription bar"
1086
- msgstr "显示评论订阅条"
1087
-
1088
- #: options/options-layouts/settings-subscription.php:14
1089
- msgid "This bar provides two subscription options: notify of \"new follow-up comments\" and \"new replies to my comments\""
1090
- msgstr "此横条支持两个订阅选项:提醒 \"新跟进的评论\" 和\"我评论的新回复\""
1091
-
1092
- #: options/options-layouts/settings-subscription.php:20
1093
- msgid "Disable subscription confirmation for registered users"
1094
- msgstr "对已注册用户禁用订阅确认"
1095
-
1096
- #: options/options-layouts/settings-subscription.php:24
1097
- msgid "Disable subscription confirmation for guests"
1098
- msgstr "对游客禁用订阅确认"
1099
-
1100
- #: options/options-layouts/settings-subscription.php:28
1101
- msgid "Show subscription types in dropdown"
1102
- msgstr "在下拉表中显示订阅类型"
1103
-
1104
- #: options/options-layouts/settings-subscription.php:32
1105
- msgid "Both"
1106
- msgstr "两者"
1107
-
1108
- #: options/options-layouts/settings-subscription.php:34
1109
- msgid "Both post and all comments subscription"
1110
- msgstr "文章以及所有评论订阅"
1111
-
1112
- #: options/options-layouts/settings-subscription.php:38
1113
- msgid "Post subscription"
1114
- msgstr "文章订阅"
1115
-
1116
- #: options/options-layouts/settings-subscription.php:42
1117
- msgid "All comments subscription"
1118
- msgstr "所有评论订阅"
1119
-
1120
- #: options/options-layouts/settings-subscription.php:49
1121
- msgid "Show \"Notify of new replies to this comment\""
1122
- msgstr "显示\"关于此评论新回复的提醒\""
1123
-
1124
- #: options/options-layouts/settings-subscription.php:51
1125
- msgid "wpDiscuz is the only comment plugin which allows you to subscribe to certain comment replies. This option is located above [Post Comment] button in comment form. You can disable this subscription way by unchecking this option."
1126
- msgstr "wpDiscuz是唯一允许您针对特定的评论订阅的评论插件。此选项在[发表评论]按钮前显示,您可以取消勾选、禁用此功能。"
1127
-
1128
- #: options/options-layouts/settings-subscription.php:58
1129
- msgid "\"Notify of new replies to this comment\" checked by default"
1130
- msgstr "默认勾选 \"提醒我此评论的新回复\" "
1131
-
1132
- #: options/options-layouts/settings-subscription.php:65
1133
- msgid "Use Postmatic for subscriptions and commenting by email"
1134
- msgstr "为订阅和邮件评论 使用 Postmatic "
1135
-
1136
- #: options/options-layouts/settings-subscription.php:66
1137
- msgid "Postmatic allows your users subscribe to comments. Instead of just being notified, they add a reply right from their inbox."
1138
- msgstr "Postmatic允许您的用户订阅评论。比之仅仅收到提醒,他们可以在收件箱中直接回复评论。"
1139
-
1140
- #: options/phrases-layouts/phrases-comment.php:7
1141
- msgid "Comment Template Phrases"
1142
- msgstr "评论模板短语"
1143
-
1144
- #: options/phrases-layouts/phrases-comment.php:158
1145
- msgid "Save edited comment button text"
1146
- msgstr "保存编辑的评论按钮文本"
1147
-
1148
- #: options/phrases-layouts/phrases-comment.php:168
1149
- msgid "Cancel comment editing button text"
1150
- msgstr "取消评论编辑按钮文本"
1151
-
1152
- #: options/phrases-layouts/phrases-comment.php:178
1153
- msgid "Comment read more link text"
1154
- msgstr "评论阅读更多的链接文本"
1155
-
1156
- #: options/phrases-layouts/phrases-comment.php:188
1157
- msgid "Anonymous commenter name"
1158
- msgstr "匿名评论人名字"
1159
-
1160
- #: options/phrases-layouts/phrases-datetime.php:7
1161
- msgid "Date/Time Phrases"
1162
- msgstr "日期/时间 短语"
1163
-
1164
- #: options/phrases-layouts/phrases-datetime.php:12
1165
- msgid "Year"
1166
- msgstr ""
1167
-
1168
- #: options/phrases-layouts/phrases-datetime.php:22
1169
- msgid "Years (Plural Form)"
1170
- msgstr ""
1171
-
1172
- #: options/phrases-layouts/phrases-datetime.php:26
1173
- msgid "Years"
1174
- msgstr ""
1175
-
1176
- #: options/phrases-layouts/phrases-datetime.php:32
1177
- msgid "Month"
1178
- msgstr ""
1179
-
1180
- #: options/phrases-layouts/phrases-datetime.php:42
1181
- msgid "Months (Plural Form)"
1182
- msgstr ""
1183
-
1184
- #: options/phrases-layouts/phrases-datetime.php:52
1185
- msgid "Day"
1186
- msgstr ""
1187
-
1188
- #: options/phrases-layouts/phrases-datetime.php:62
1189
- msgid "Days (Plural Form)"
1190
- msgstr ""
1191
-
1192
- #: options/phrases-layouts/phrases-datetime.php:82
1193
- msgid "Hours (Plural Form)"
1194
- msgstr "小时"
1195
-
1196
- #: options/phrases-layouts/phrases-datetime.php:102
1197
- msgid "Minutes (Plural Form)"
1198
- msgstr "分钟"
1199
-
1200
- #: options/phrases-layouts/phrases-datetime.php:112
1201
- msgid "Second"
1202
- msgstr ""
1203
-
1204
- #: options/phrases-layouts/phrases-datetime.php:122
1205
- msgid "Seconds (Plural Form)"
1206
- msgstr "秒"
1207
-
1208
- #: options/phrases-layouts/phrases-datetime.php:132
1209
- msgid "Commented \"right now\" text"
1210
- msgstr "已评论的 \"马上\" 文本"
1211
-
1212
- #: options/phrases-layouts/phrases-datetime.php:142
1213
- msgid "Ago text"
1214
- msgstr "之前文本"
1215
-
1216
- #: options/phrases-layouts/phrases-datetime.php:152
1217
- msgid "\"Today\" text"
1218
- msgstr "\"今天\" 文本"
1219
-
1220
- #: options/phrases-layouts/phrases-email.php:7
1221
- msgid "Email Template Phrases"
1222
- msgstr "邮件模板短语"
1223
-
1224
- #: options/phrases-layouts/phrases-email.php:12
1225
- msgid "Email Subject"
1226
- msgstr "邮件标题"
1227
-
1228
- #: options/phrases-layouts/phrases-email.php:22
1229
- msgid "Email Message"
1230
- msgstr "邮件消息"
1231
-
1232
- #: options/phrases-layouts/phrases-email.php:32
1233
- msgid "New Reply Subject"
1234
- msgstr "新回复标题"
1235
-
1236
- #: options/phrases-layouts/phrases-email.php:42
1237
- msgid "New Reply Message"
1238
- msgstr "新回复消息"
1239
-
1240
- #: options/phrases-layouts/phrases-email.php:62
1241
- #: options/phrases-layouts/phrases-email.php:66
1242
- msgid "Ignore Subscription"
1243
- msgstr "忽略订阅"
1244
-
1245
- #: options/phrases-layouts/phrases-email.php:92
1246
- msgid "Subscribe Confirmation Email Subject"
1247
- msgstr "订阅确认的邮件标题"
1248
-
1249
- #: options/phrases-layouts/phrases-email.php:102
1250
- msgid "Subscribe Confirmation Email Content"
1251
- msgstr "订阅确认邮件内容"
1252
-
1253
- #: options/phrases-layouts/phrases-form.php:7
1254
- msgid "Form Template Phrases"
1255
- msgstr "表单模板短语"
1256
-
1257
- #: options/phrases-layouts/phrases-form.php:12
1258
- msgid "Comment Field Start"
1259
- msgstr "评论字段开始"
1260
-
1261
- #: options/phrases-layouts/phrases-form.php:22
1262
- msgid "Comment Field Join"
1263
- msgstr "评论字段连接"
1264
-
1265
- #: options/phrases-layouts/phrases-form.php:32
1266
- msgid "Email Field"
1267
- msgstr "邮件字段"
1268
-
1269
- #: options/phrases-layouts/phrases-form.php:42
1270
- msgid "Name Field"
1271
- msgstr "名字字段"
1272
-
1273
- #: options/phrases-layouts/phrases-form.php:52
1274
- msgid "WebSite URL Field"
1275
- msgstr "站点URL字段"
1276
-
1277
- #: options/phrases-layouts/phrases-form.php:62
1278
- msgid "CAPTCHA Field"
1279
- msgstr "验证码字段"
1280
-
1281
- #: options/phrases-layouts/phrases-form.php:72
1282
- msgid "Submit Button"
1283
- msgstr "提交按钮"
1284
-
1285
- #: options/phrases-layouts/phrases-form.php:92
1286
- msgid "Notify on new comments"
1287
- msgstr "新评论的提醒"
1288
-
1289
- #: options/phrases-layouts/phrases-form.php:102
1290
- msgid "Notify on all new replies"
1291
- msgstr "新回复的提醒"
1292
-
1293
- #: options/phrases-layouts/phrases-form.php:106
1294
- msgid "new replies to all my comments"
1295
- msgstr "我所有评论的新回复"
1296
-
1297
- #: options/phrases-layouts/phrases-form.php:112
1298
- msgid "Notify on new replies (checkbox)"
1299
- msgstr "新回复的提醒(勾选)"
1300
-
1301
- #: options/phrases-layouts/phrases-form.php:162
1302
- msgid "Subscribed on this comment replies"
1303
- msgstr "订阅此评论的回复"
1304
-
1305
- #: options/phrases-layouts/phrases-form.php:172
1306
- msgid "Subscribed on all your comments replies"
1307
- msgstr "有你评论的回复则提醒"
1308
-
1309
- #: options/phrases-layouts/phrases-form.php:182
1310
- msgid "Subscribed on this post"
1311
- msgstr "已订阅此文章的评论"
1312
-
1313
- #: options/phrases-layouts/phrases-general.php:7
1314
- msgid "General Phrases"
1315
- msgstr "通用短语"
1316
-
1317
- #: options/phrases-layouts/phrases-general.php:22
1318
- msgid "Be the first to comment"
1319
- msgstr "您将是第一位评论人"
1320
-
1321
- #: options/phrases-layouts/phrases-general.php:42
1322
- msgid "Comment (Plural Form)"
1323
- msgstr "评论"
1324
-
1325
- #: options/phrases-layouts/phrases-general.php:52
1326
- msgid "On"
1327
- msgstr "开启"
1328
-
1329
- #: options/phrases-layouts/phrases-general.php:62
1330
- msgid "Load More Button"
1331
- msgstr "加载更多按钮"
1332
-
1333
- #: options/phrases-layouts/phrases-general.php:82
1334
- msgid "Button text if has new comment"
1335
- msgstr "若有新评论的按钮文本"
1336
-
1337
- #: options/phrases-layouts/phrases-general.php:92
1338
- msgid "Button text if has new comments (Plural Form)"
1339
- msgstr "若有多个新评论的按钮文本"
1340
-
1341
- #: options/phrases-layouts/phrases-general.php:96
1342
- msgid "New Comments"
1343
- msgstr "新评论"
1344
-
1345
- #: options/phrases-layouts/phrases-general.php:102
1346
- msgid "Button text if has new reply"
1347
- msgstr "若有新回复的按钮文本"
1348
-
1349
- #: options/phrases-layouts/phrases-general.php:112
1350
- msgid "Button text if has new replies (Plural Form)"
1351
- msgstr "若有多个新回复的按钮文本"
1352
-
1353
- #: options/phrases-layouts/phrases-general.php:116
1354
- msgid "New Replies"
1355
- msgstr "新回复"
1356
-
1357
- #: options/phrases-layouts/phrases-general.php:122
1358
- msgid "Text on load more button if has new comment(s)"
1359
- msgstr "若有新评论,在加载更多按钮上的文本"
1360
-
1361
- #: options/phrases-layouts/phrases-notification.php:7
1362
- msgid "Notification Phrases"
1363
- msgstr "提醒短语"
1364
-
1365
- #: options/phrases-layouts/phrases-notification.php:12
1366
- msgid "You\\'re subscribed to"
1367
- msgstr "您已订阅至"
1368
-
1369
- #: options/phrases-layouts/phrases-notification.php:43
1370
- msgid "Postmatic subscription label"
1371
- msgstr "Postmatic 订阅标签"
1372
-
1373
- #: options/phrases-layouts/phrases-notification.php:54
1374
- msgid "Error message for empty field"
1375
- msgstr "空字段的错误消息"
1376
-
1377
- #: options/phrases-layouts/phrases-notification.php:64
1378
- msgid "Error message for invalid email field"
1379
- msgstr "无效邮件字段的错误消息"
1380
-
1381
- #: options/phrases-layouts/phrases-notification.php:74
1382
- msgid "Error message for invalid website url field"
1383
- msgstr "无效url字段的错误消息"
1384
-
1385
- #: options/phrases-layouts/phrases-notification.php:94
1386
- msgid "Logged in as"
1387
- msgstr "登录为"
1388
-
1389
- #: options/phrases-layouts/phrases-notification.php:114
1390
- msgid "Logged In"
1391
- msgstr "已登录"
1392
-
1393
- #: options/phrases-layouts/phrases-notification.php:124
1394
- msgid "To post a comment"
1395
- msgstr "为发表评论"
1396
-
1397
- #: options/phrases-layouts/phrases-notification.php:144
1398
- msgid "You can vote only 1 time"
1399
- msgstr "你只能投一次"
1400
-
1401
- #: options/phrases-layouts/phrases-notification.php:164
1402
- msgid "Login To Vote"
1403
- msgstr "登录投票"
1404
-
1405
- #: options/phrases-layouts/phrases-notification.php:174
1406
- msgid "You Cannot Vote On Your Comment"
1407
- msgstr "你不能给自己的评论投票"
1408
-
1409
- #: options/phrases-layouts/phrases-notification.php:184
1410
- msgid "You are not allowed to vote for this comment (Voting from same IP)"
1411
- msgstr "你不能从同一IP对此评论投票"
1412
-
1413
- #: options/phrases-layouts/phrases-notification.php:214
1414
- msgid "Comment waiting moderation"
1415
- msgstr "待审评论"
1416
-
1417
- #: options/phrases-layouts/phrases-notification.php:224
1418
- msgid "Message if input text length is too short"
1419
- msgstr "评论内容长度过短的消息"
1420
-
1421
- #: options/phrases-layouts/phrases-notification.php:234
1422
- msgid "Message if input text length is too long"
1423
- msgstr "评论内容长度过长的消息"
1424
-
1425
- #: options/phrases-layouts/phrases-notification.php:245
1426
- msgid "Message if comment was not updated"
1427
- msgstr "评论未更新的消息"
1428
-
1429
- #: options/phrases-layouts/phrases-notification.php:255
1430
- msgid "Message if comment no longer possible to edit"
1431
- msgstr "评论不能编辑的消息"
1432
-
1433
- #: options/phrases-layouts/phrases-notification.php:265
1434
- msgid "Message if comment text not changed"
1435
- msgstr "评论内容未更改的消息"
1436
-
1437
- #: options/phrases-layouts/phrases-notification.php:269
1438
- msgid "TYou've not made any changes"
1439
- msgstr "您没有做出任何变更"
1440
-
1441
- #: templates/comment/comment-form.php:56
1442
- msgid "Unable to send an email"
1443
- msgstr "不能发送邮件"
1444
-
1445
- #: templates/comment/comment-form.php:58
1446
- msgid "Subscription not successed"
1447
- msgstr "订阅不成功"
1448
-
1449
- #: templates/comment/comment-form.php:257
1450
- #: templates/comment/comment-form.php:265
1451
- msgid "wpDiscuz"
1452
- msgstr "wpDiscuz"
1453
-
1454
- #: utils/class.WpdiscuzHelper.php:57
1455
- msgid "Cannot create image file"
1456
- msgstr "不能创建图像文件"
1457
-
1458
- #: utils/class.WpdiscuzHelper.php:58
1459
- msgid "Permission denied for file creation"
1460
- msgstr "没有创建文件的权限"
1461
-
1462
- #: utils/class.WpdiscuzHelper.php:59
1463
- msgid "PHP GD2 library is disabled"
1464
- msgstr "PHP GD2 库已禁用"
1465
-
1466
- #: utils/class.WpdiscuzHelper.php:60
1467
- msgid "PNG image creation disabled"
1468
- msgstr "创建PNG图像已禁用"
1469
-
1470
- #. Plugin Name of the plugin/theme
1471
- msgid "wpDiscuz - supercharged native comments"
1472
- msgstr "wpDiscuz - 超能原生评论"
1473
-
1474
- #. Plugin URI of the plugin/theme
1475
- msgid "http://wpdiscuz.com/"
1476
- msgstr "http://wpdiscuz.com/"
1477
-
1478
- #. Description of the plugin/theme
1479
- msgid "Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share."
1480
- msgstr "更好的评论系统。Wordpress 评论与讨论插件。允许访客评论、讨论、投票与分享。"
1481
-
1482
- #. Author of the plugin/theme
1483
- msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
1484
- msgstr "gVectors 团队(A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
1485
-
1486
- #. Author URI of the plugin/theme
1487
- msgid "http://gvectors.com/"
1488
- msgstr "http://gvectors.com/"
1489
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
4
+ "Project-Id-Version: wpDiscuz - supercharged native comments\n"
5
+ "POT-Creation-Date: 2016-04-11 23:52+0400\n"
6
+ "PO-Revision-Date: 2017-08-08 09:33+0800\n"
7
+ "Last-Translator: fau <service@fau.org.cn>\n"
8
+ "Language-Team: 主题猫 <themecat@163.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.4\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
18
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
20
+ "Language: zh_CN\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+
23
+ #: class.WpdiscuzCore.php:889 options/options-layouts/settings-social.php:40
24
+ #: options/options-layouts/settings-social.php:42
25
+ #: options/options-layouts/settings-social.php:44
26
+ #: options/options-layouts/settings-social.php:46
27
+ msgid "Settings"
28
+ msgstr "设置"
29
+
30
+ #: class.WpdiscuzCore.php:891
31
+ msgid "Phrases"
32
+ msgstr "短语"
33
+
34
+ #: class.WpdiscuzCore.php:932 options/phrases-layouts/phrases-comment.php:116
35
+ msgid "Admin"
36
+ msgstr "管理员"
37
+
38
+ #: class.WpdiscuzCore.php:934 class.WpdiscuzCore.php:943
39
+ #: options/phrases-layouts/phrases-comment.php:118
40
+ msgid "Author"
41
+ msgstr "作者"
42
+
43
+ #: class.WpdiscuzCore.php:938 options/phrases-layouts/phrases-comment.php:124
44
+ msgid "Member"
45
+ msgstr "成员"
46
+
47
+ #: class.WpdiscuzCore.php:944 options/phrases-layouts/phrases-comment.php:122
48
+ msgid "Guest"
49
+ msgstr "游客"
50
+
51
+ #: options/class.WpdiscuzOptions.php:30 options/class.WpdiscuzOptions.php:103
52
+ #: options/class.WpdiscuzOptions.php:223
53
+ msgid "Hacker?"
54
+ msgstr "黑客 ?"
55
+
56
+ #: options/class.WpdiscuzOptions.php:258
57
+ msgid ""
58
+ "Brings an ocean of emotions to your comments. It comes with an awesome smile "
59
+ "package."
60
+ msgstr "为您的评论添加表情包。有酷酷的微笑包哦"
61
+
62
+ #: options/class.WpdiscuzOptions.php:259
63
+ msgid ""
64
+ "Comment reporting tools. Auto-moderates comments based on number of flags "
65
+ "and dislikes."
66
+ msgstr "评论报表工具。基于赞和踩数量,自动审核评论"
67
+
68
+ #: options/class.WpdiscuzOptions.php:260
69
+ msgid ""
70
+ "Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
71
+ "options. Uses free translation API."
72
+ msgstr "添加一个智能的Ajax\"翻译\"按钮,可以翻译60种语言,使用免费翻译API"
73
+
74
+ #: options/class.WpdiscuzOptions.php:261
75
+ msgid ""
76
+ "AJAX powered front-end comment search. It starts searching while you type "
77
+ "search words. "
78
+ msgstr "Ajax驱动的前端评论搜索。当您输入搜索词时启动搜索。"
79
+
80
+ #: options/class.WpdiscuzOptions.php:262
81
+ msgid ""
82
+ "Most voted comments, Active comment threads, Most commented posts, Active "
83
+ "comment authors"
84
+ msgstr "得票最多的评论,活跃的评论区,评论最多的文章,活跃的评论人"
85
+
86
+ #: options/class.WpdiscuzOptions.php:263
87
+ msgid ""
88
+ "All in one powerful yet simple admin toolkit to moderate comments on front-"
89
+ "end."
90
+ msgstr "用于前端审核评论的简单且强大的管理工具"
91
+
92
+ #: options/class.WpdiscuzOptions.php:264
93
+ msgid ""
94
+ "Extended comment attachment system. Allows to upload images, videos, audios "
95
+ "and other file types."
96
+ msgstr "扩展的评论附件模块,允许上传图片、视频、音频和其他文件类型。"
97
+
98
+ #: options/class.WpdiscuzOptions.php:265
99
+ msgid ""
100
+ "Adds No CAPTCHA on all comment forms. Stops spam and bot comments with "
101
+ "Google reCAPTCHA"
102
+ msgstr "评论表单上不添加CAPCHA。用Google reCAPTCHA停止垃圾评论。"
103
+
104
+ #: options/class.WpdiscuzOptions.php:266
105
+ msgid ""
106
+ "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
107
+ "myCRED points. "
108
+ msgstr "集成myCRED标签和级别。转化wpDiscuz评论投票/赞为myCRED积分。"
109
+
110
+ #: options/class.WpdiscuzOptions.php:267
111
+ msgid ""
112
+ "Allows censoring comment words. Filters comments and replaces those phrases "
113
+ "with custom words."
114
+ msgstr "允许审查评论字段。过滤评论中的短语且替换为自定义字段"
115
+
116
+ #: options/class.WpdiscuzOptions.php:279
117
+ msgid "New Addons are available for wpDiscuz Comments Plugin"
118
+ msgstr "wpDiscuz评论插件有新附加组件"
119
+
120
+ #: options/class.WpdiscuzOptions.php:286 options/class.WpdiscuzOptions.php:292
121
+ msgid "Go to wpDiscuz Addons subMenu"
122
+ msgstr "前往wpDiscuz附加组件子菜单"
123
+
124
+ #: options/class.WpdiscuzOptionsSerialized.php:568
125
+ #: options/phrases-layouts/phrases-general.php:12
126
+ msgid "Leave a Reply"
127
+ msgstr "说点什么"
128
+
129
+ #: options/class.WpdiscuzOptionsSerialized.php:569
130
+ msgid "Be the First to Comment!"
131
+ msgstr "您将是第一位评论人!"
132
+
133
+ #: options/class.WpdiscuzOptionsSerialized.php:570 options/html-phrases.php:22
134
+ #: options/phrases-layouts/phrases-general.php:32
135
+ msgid "Comment"
136
+ msgstr "评论"
137
+
138
+ #: options/class.WpdiscuzOptionsSerialized.php:571
139
+ msgid "Comments"
140
+ msgstr "评论"
141
+
142
+ #: options/class.WpdiscuzOptionsSerialized.php:572
143
+ msgid "on"
144
+ msgstr "在"
145
+
146
+ #: options/class.WpdiscuzOptionsSerialized.php:573
147
+ msgid "Start the discussion"
148
+ msgstr "开始讨论"
149
+
150
+ #: options/class.WpdiscuzOptionsSerialized.php:574
151
+ msgid "Join the discussion"
152
+ msgstr "加入讨论"
153
+
154
+ #: options/class.WpdiscuzOptionsSerialized.php:575 options/html-phrases.php:24
155
+ msgid "Email"
156
+ msgstr "邮箱"
157
+
158
+ #: options/class.WpdiscuzOptionsSerialized.php:576
159
+ msgid "Name"
160
+ msgstr "名字"
161
+
162
+ #: options/class.WpdiscuzOptionsSerialized.php:577
163
+ msgid "WebSite URL"
164
+ msgstr "站点"
165
+
166
+ #: options/class.WpdiscuzOptionsSerialized.php:578
167
+ msgid "Please insert the code above to comment"
168
+ msgstr "请输入验证码提交评论"
169
+
170
+ #: options/class.WpdiscuzOptionsSerialized.php:579
171
+ msgid "Post Comment"
172
+ msgstr "发表评论"
173
+
174
+ #: options/class.WpdiscuzOptionsSerialized.php:580
175
+ #: options/phrases-layouts/phrases-form.php:82
176
+ #: options/phrases-layouts/phrases-form.php:86
177
+ msgid "Notify of"
178
+ msgstr "提醒"
179
+
180
+ #: options/class.WpdiscuzOptionsSerialized.php:581
181
+ #: options/phrases-layouts/phrases-form.php:96
182
+ msgid "new follow-up comments"
183
+ msgstr "新跟进评论"
184
+
185
+ #: options/class.WpdiscuzOptionsSerialized.php:582
186
+ msgid "new replies to my comments"
187
+ msgstr "我评论的新回复"
188
+
189
+ #: options/class.WpdiscuzOptionsSerialized.php:583
190
+ #: options/phrases-layouts/phrases-form.php:116
191
+ msgid "Notify of new replies to this comment"
192
+ msgstr "有此评论的新回复则提醒我"
193
+
194
+ #: options/class.WpdiscuzOptionsSerialized.php:584
195
+ #: options/phrases-layouts/phrases-form.php:122
196
+ #: options/phrases-layouts/phrases-form.php:126
197
+ msgid "Sort by"
198
+ msgstr "排序"
199
+
200
+ #: options/class.WpdiscuzOptionsSerialized.php:585
201
+ #: options/phrases-layouts/phrases-form.php:132
202
+ #: options/phrases-layouts/phrases-form.php:136
203
+ msgid "newest"
204
+ msgstr "最新"
205
+
206
+ #: options/class.WpdiscuzOptionsSerialized.php:586
207
+ #: options/phrases-layouts/phrases-form.php:142
208
+ #: options/phrases-layouts/phrases-form.php:146
209
+ msgid "oldest"
210
+ msgstr "最旧"
211
+
212
+ #: options/class.WpdiscuzOptionsSerialized.php:587
213
+ #: options/phrases-layouts/phrases-form.php:152
214
+ #: options/phrases-layouts/phrases-form.php:156
215
+ msgid "most voted"
216
+ msgstr "得票最多"
217
+
218
+ #: options/class.WpdiscuzOptionsSerialized.php:588
219
+ msgid "Load More Comments"
220
+ msgstr "加载更多评论"
221
+
222
+ #: options/class.WpdiscuzOptionsSerialized.php:589
223
+ #: options/phrases-layouts/phrases-general.php:72
224
+ msgid "Load Rest of Comments"
225
+ msgstr "加载剩余评论"
226
+
227
+ #: options/class.WpdiscuzOptionsSerialized.php:590
228
+ #: options/phrases-layouts/phrases-comment.php:12
229
+ msgid "Reply"
230
+ msgstr "回复"
231
+
232
+ #: options/class.WpdiscuzOptionsSerialized.php:591
233
+ #: options/phrases-layouts/phrases-comment.php:22
234
+ msgid "Share"
235
+ msgstr "分享"
236
+
237
+ #: options/class.WpdiscuzOptionsSerialized.php:592
238
+ #: options/phrases-layouts/phrases-comment.php:32
239
+ msgid "Edit"
240
+ msgstr "编辑"
241
+
242
+ #: options/class.WpdiscuzOptionsSerialized.php:593
243
+ #: options/phrases-layouts/phrases-comment.php:42
244
+ msgid "Share On Facebook"
245
+ msgstr "分享至脸书"
246
+
247
+ #: options/class.WpdiscuzOptionsSerialized.php:594
248
+ #: options/phrases-layouts/phrases-comment.php:52
249
+ msgid "Share On Twitter"
250
+ msgstr "分享至推特"
251
+
252
+ #: options/class.WpdiscuzOptionsSerialized.php:595
253
+ #: options/phrases-layouts/phrases-comment.php:62
254
+ msgid "Share On Google"
255
+ msgstr "分享至谷歌"
256
+
257
+ #: options/class.WpdiscuzOptionsSerialized.php:596
258
+ #: options/phrases-layouts/phrases-comment.php:72
259
+ msgid "Share On VKontakte"
260
+ msgstr "分享至VK社区"
261
+
262
+ #: options/class.WpdiscuzOptionsSerialized.php:597
263
+ #: options/phrases-layouts/phrases-comment.php:82
264
+ msgid "Share On Odnoklassniki"
265
+ msgstr "分享至Odnoklassniki"
266
+
267
+ #: options/class.WpdiscuzOptionsSerialized.php:598
268
+ #: options/phrases-layouts/phrases-comment.php:92
269
+ msgid "Hide Replies"
270
+ msgstr "隐藏回复"
271
+
272
+ #: options/class.WpdiscuzOptionsSerialized.php:599
273
+ #: options/phrases-layouts/phrases-comment.php:102
274
+ msgid "Show Replies"
275
+ msgstr "显示回复"
276
+
277
+ #: options/class.WpdiscuzOptionsSerialized.php:600
278
+ #: options/phrases-layouts/phrases-general.php:86
279
+ msgid "New Comment"
280
+ msgstr "新评论"
281
+
282
+ #: options/class.WpdiscuzOptionsSerialized.php:601
283
+ msgid "New comment on the discussion section you've been interested in"
284
+ msgstr "您感兴趣的讨论区中的新评论"
285
+
286
+ #: options/class.WpdiscuzOptionsSerialized.php:602
287
+ #: options/phrases-layouts/phrases-email.php:36
288
+ #: options/phrases-layouts/phrases-general.php:106
289
+ #: utils/class.WpdiscuzEmailHelper.php:154
290
+ msgid "New Reply"
291
+ msgstr "新回复"
292
+
293
+ #: options/class.WpdiscuzOptionsSerialized.php:603
294
+ #: utils/class.WpdiscuzEmailHelper.php:155
295
+ msgid "New reply on the discussion section you've been interested in"
296
+ msgstr "您感兴趣的讨论区中的新回复"
297
+
298
+ #: options/class.WpdiscuzOptionsSerialized.php:604
299
+ msgid "You're subscribed for new replies on this comment"
300
+ msgstr "您已订阅此评论上的新回复"
301
+
302
+ #: options/class.WpdiscuzOptionsSerialized.php:605
303
+ msgid "You're subscribed for new replies on all your comments"
304
+ msgstr "您已订阅您所有评论上的新回复"
305
+
306
+ #: options/class.WpdiscuzOptionsSerialized.php:606
307
+ msgid "You're subscribed for new follow-up comments on this post"
308
+ msgstr "您已订阅此评论上的新回复"
309
+
310
+ #: options/class.WpdiscuzOptionsSerialized.php:607
311
+ #: options/phrases-layouts/phrases-email.php:52
312
+ #: options/phrases-layouts/phrases-email.php:56
313
+ msgid "Unsubscribe"
314
+ msgstr "不订阅"
315
+
316
+ #: options/class.WpdiscuzOptionsSerialized.php:608
317
+ #: options/phrases-layouts/phrases-email.php:66
318
+ msgid "Cancel subscription"
319
+ msgstr "取消订阅"
320
+
321
+ #: options/class.WpdiscuzOptionsSerialized.php:609
322
+ #: options/phrases-layouts/phrases-notification.php:32
323
+ msgid "You've successfully unsubscribed."
324
+ msgstr "你已取消订阅"
325
+
326
+ #: options/class.WpdiscuzOptionsSerialized.php:610
327
+ #: options/phrases-layouts/phrases-notification.php:22
328
+ msgid "You've successfully subscribed."
329
+ msgstr "你已成功订阅"
330
+
331
+ #: options/class.WpdiscuzOptionsSerialized.php:611
332
+ #: options/phrases-layouts/phrases-email.php:72
333
+ #: options/phrases-layouts/phrases-email.php:76
334
+ msgid "Confirm your subscription"
335
+ msgstr "确认您的订阅"
336
+
337
+ #: options/class.WpdiscuzOptionsSerialized.php:612
338
+ #: options/phrases-layouts/phrases-email.php:82
339
+ #: options/phrases-layouts/phrases-email.php:86
340
+ msgid "You've successfully confirmed your subscription."
341
+ msgstr "你已成功确认订阅"
342
+
343
+ #: options/class.WpdiscuzOptionsSerialized.php:613
344
+ #: options/phrases-layouts/phrases-email.php:96
345
+ #: utils/class.WpdiscuzEmailHelper.php:47
346
+ msgid "Subscribe Confirmation"
347
+ msgstr "订阅确认"
348
+
349
+ #: options/class.WpdiscuzOptionsSerialized.php:614
350
+ #: options/phrases-layouts/phrases-email.php:106
351
+ #: utils/class.WpdiscuzEmailHelper.php:48
352
+ msgid ""
353
+ "Hi, <br/> You just subscribed for new comments on our website. This means "
354
+ "you will receive an email when new comments are posted according to "
355
+ "subscription option you've chosen. <br/> To activate, click confirm below. "
356
+ "If you believe this is an error, ignore this message and we'll never bother "
357
+ "you again."
358
+ msgstr ""
359
+ "Hi, <br/><br/> 您已经订阅了关于您评论的新回复。<br/><br/>点击下面的链接即可确"
360
+ "认您的订阅。<br/><br/>或者,您不想被打扰,可以忽略此邮件,你将不会收到您评论"
361
+ "的提醒。"
362
+
363
+ #: options/class.WpdiscuzOptionsSerialized.php:615
364
+ msgid "please fill out this field to comment"
365
+ msgstr "评论前请先填写此字段"
366
+
367
+ #: options/class.WpdiscuzOptionsSerialized.php:616
368
+ msgid "email address is invalid"
369
+ msgstr "无效的邮箱地址"
370
+
371
+ #: options/class.WpdiscuzOptionsSerialized.php:617
372
+ msgid "url is invalid"
373
+ msgstr "无效的URL网址"
374
+
375
+ #: options/class.WpdiscuzOptionsSerialized.php:618
376
+ msgid "year"
377
+ msgstr "年"
378
+
379
+ #: options/class.WpdiscuzOptionsSerialized.php:619
380
+ msgid "years"
381
+ msgstr "年"
382
+
383
+ #: options/class.WpdiscuzOptionsSerialized.php:620
384
+ msgid "month"
385
+ msgstr "月"
386
+
387
+ #: options/class.WpdiscuzOptionsSerialized.php:621
388
+ msgid "months"
389
+ msgstr "月"
390
+
391
+ #: options/class.WpdiscuzOptionsSerialized.php:622
392
+ msgid "day"
393
+ msgstr "天"
394
+
395
+ #: options/class.WpdiscuzOptionsSerialized.php:623
396
+ msgid "days"
397
+ msgstr "天"
398
+
399
+ #: options/class.WpdiscuzOptionsSerialized.php:624
400
+ msgid "hour"
401
+ msgstr "小时"
402
+
403
+ #: options/class.WpdiscuzOptionsSerialized.php:625
404
+ msgid "hours"
405
+ msgstr "小时"
406
+
407
+ #: options/class.WpdiscuzOptionsSerialized.php:626
408
+ msgid "minute"
409
+ msgstr "分钟"
410
+
411
+ #: options/class.WpdiscuzOptionsSerialized.php:627
412
+ msgid "minutes"
413
+ msgstr "分钟"
414
+
415
+ #: options/class.WpdiscuzOptionsSerialized.php:628
416
+ msgid "second"
417
+ msgstr ""
418
+
419
+ #: options/class.WpdiscuzOptionsSerialized.php:629
420
+ msgid "seconds"
421
+ msgstr ""
422
+
423
+ #: options/class.WpdiscuzOptionsSerialized.php:630
424
+ msgid "right now"
425
+ msgstr "马上"
426
+
427
+ #: options/class.WpdiscuzOptionsSerialized.php:631
428
+ msgid "ago"
429
+ msgstr "之前"
430
+
431
+ #: options/class.WpdiscuzOptionsSerialized.php:632
432
+ #: options/phrases-layouts/phrases-datetime.php:156
433
+ msgid "Today"
434
+ msgstr "今天"
435
+
436
+ #: options/class.WpdiscuzOptionsSerialized.php:633
437
+ #: options/phrases-layouts/phrases-notification.php:84
438
+ msgid "You must be"
439
+ msgstr "你一定是"
440
+
441
+ #: options/class.WpdiscuzOptionsSerialized.php:634
442
+ msgid "You are logged in as"
443
+ msgstr "您是"
444
+
445
+ #: options/class.WpdiscuzOptionsSerialized.php:635
446
+ #: options/phrases-layouts/phrases-notification.php:104
447
+ msgid "Log out"
448
+ msgstr "登出"
449
+
450
+ #: options/class.WpdiscuzOptionsSerialized.php:636
451
+ msgid "logged in"
452
+ msgstr "已登录"
453
+
454
+ #: options/class.WpdiscuzOptionsSerialized.php:637
455
+ msgid "to post a comment."
456
+ msgstr "为发表评论"
457
+
458
+ #: options/class.WpdiscuzOptionsSerialized.php:638
459
+ #: options/phrases-layouts/phrases-comment.php:138
460
+ msgid "Vote Up"
461
+ msgstr ""
462
+
463
+ #: options/class.WpdiscuzOptionsSerialized.php:639
464
+ #: options/phrases-layouts/phrases-comment.php:148
465
+ msgid "Vote Down"
466
+ msgstr ""
467
+
468
+ #: options/class.WpdiscuzOptionsSerialized.php:640
469
+ #: options/phrases-layouts/phrases-notification.php:134
470
+ msgid "Vote Counted"
471
+ msgstr "计入的投票"
472
+
473
+ #: options/class.WpdiscuzOptionsSerialized.php:641
474
+ msgid "You've already voted for this comment"
475
+ msgstr "您已对此评论投过票了"
476
+
477
+ #: options/class.WpdiscuzOptionsSerialized.php:642
478
+ #: options/phrases-layouts/phrases-notification.php:154
479
+ msgid "Voting Error"
480
+ msgstr "投票错误"
481
+
482
+ #: options/class.WpdiscuzOptionsSerialized.php:643
483
+ msgid "You Must Be Logged In To Vote"
484
+ msgstr "您须先登录再投票"
485
+
486
+ #: options/class.WpdiscuzOptionsSerialized.php:644
487
+ msgid "You cannot vote for your comment"
488
+ msgstr "您不能为自己的评论投票"
489
+
490
+ #: options/class.WpdiscuzOptionsSerialized.php:645
491
+ msgid "You are not allowed to vote for this comment"
492
+ msgstr "您不能给此评论投票"
493
+
494
+ #: options/class.WpdiscuzOptionsSerialized.php:646
495
+ #: options/phrases-layouts/phrases-notification.php:194
496
+ msgid "Invalid Captcha Code"
497
+ msgstr "无效的验证码"
498
+
499
+ #: options/class.WpdiscuzOptionsSerialized.php:647
500
+ #: options/phrases-layouts/phrases-notification.php:204
501
+ msgid "Some of field value is invalid"
502
+ msgstr "一些字段值无效"
503
+
504
+ #: options/class.WpdiscuzOptionsSerialized.php:648
505
+ msgid "new comment"
506
+ msgstr "新评论"
507
+
508
+ #: options/class.WpdiscuzOptionsSerialized.php:649
509
+ msgid "new comments"
510
+ msgstr "新评论"
511
+
512
+ #: options/class.WpdiscuzOptionsSerialized.php:650
513
+ msgid "Comment awaiting moderation"
514
+ msgstr "待审核的评论"
515
+
516
+ #: options/class.WpdiscuzOptionsSerialized.php:651
517
+ msgid "new reply on your comment"
518
+ msgstr "您评论的新回复"
519
+
520
+ #: options/class.WpdiscuzOptionsSerialized.php:652
521
+ msgid "new replies on your comments"
522
+ msgstr "您评论的新回复"
523
+
524
+ #: options/class.WpdiscuzOptionsSerialized.php:653
525
+ #: options/phrases-layouts/phrases-general.php:126
526
+ msgid "New"
527
+ msgstr "新的"
528
+
529
+ #: options/class.WpdiscuzOptionsSerialized.php:654
530
+ #: options/phrases-layouts/phrases-notification.php:249
531
+ msgid "Sorry, the comment was not updated"
532
+ msgstr "对不起,评论未更新"
533
+
534
+ #: options/class.WpdiscuzOptionsSerialized.php:655
535
+ #: options/phrases-layouts/phrases-notification.php:259
536
+ msgid "Sorry, this comment no longer possible to edit"
537
+ msgstr "对不起,此评论已不能编辑"
538
+
539
+ #: options/class.WpdiscuzOptionsSerialized.php:656
540
+ msgid "You've not made any changes"
541
+ msgstr "您没有做出任何更改"
542
+
543
+ #: options/class.WpdiscuzOptionsSerialized.php:657
544
+ #: options/phrases-layouts/phrases-comment.php:162
545
+ msgid "Save"
546
+ msgstr "保存"
547
+
548
+ #: options/class.WpdiscuzOptionsSerialized.php:658
549
+ #: options/phrases-layouts/phrases-comment.php:172
550
+ msgid "Cancel"
551
+ msgstr "取消"
552
+
553
+ #: options/class.WpdiscuzOptionsSerialized.php:659
554
+ msgid "Input is too short"
555
+ msgstr "输入太短"
556
+
557
+ #: options/class.WpdiscuzOptionsSerialized.php:660
558
+ msgid "Input is too long"
559
+ msgstr "输入太长"
560
+
561
+ #: options/class.WpdiscuzOptionsSerialized.php:661
562
+ #: options/phrases-layouts/phrases-comment.php:182
563
+ msgid "Read more &raquo;"
564
+ msgstr "阅读更多 &raquo;"
565
+
566
+ #: options/class.WpdiscuzOptionsSerialized.php:662
567
+ #: options/phrases-layouts/phrases-comment.php:192
568
+ msgid "Anonymous"
569
+ msgstr "匿名"
570
+
571
+ #: options/class.WpdiscuzOptionsSerialized.php:663
572
+ #: options/phrases-layouts/phrases-notification.php:275
573
+ #: options/phrases-layouts/phrases-notification.php:279
574
+ msgid "Please fill out required fields"
575
+ msgstr "请填写必填字段"
576
+
577
+ #: options/class.WpdiscuzOptionsSerialized.php:664
578
+ #: options/phrases-layouts/phrases-form.php:192
579
+ #: options/phrases-layouts/phrases-form.php:196
580
+ msgid "Connect with"
581
+ msgstr "一键登录"
582
+
583
+ #: options/class.WpdiscuzOptionsSerialized.php:665
584
+ msgid "You're subscribed to"
585
+ msgstr "您已订阅了"
586
+
587
+ #: options/class.WpdiscuzOptionsSerialized.php:666
588
+ msgid "Participate in this discussion via email"
589
+ msgstr "用邮箱参与此讨论"
590
+
591
+ #: options/html-addons.php:11
592
+ msgid "wpDiscuz Addons"
593
+ msgstr "wpDiscuz附加组件"
594
+
595
+ #: options/html-addons.php:54
596
+ msgid "Installed"
597
+ msgstr "已安装"
598
+
599
+ #: options/html-addons.php:61
600
+ msgid "Addon Details | Buy"
601
+ msgstr "附加组件详情 | 购买"
602
+
603
+ #: options/html-options.php:10
604
+ msgid "wpDiscuz General Settings"
605
+ msgstr "wpDiscuz通用设置"
606
+
607
+ #: options/html-options.php:55 options/options-layouts/settings-general.php:7
608
+ msgid "General Settings"
609
+ msgstr "通用设置"
610
+
611
+ #: options/html-options.php:56
612
+ #: options/options-layouts/settings-live-update.php:7
613
+ msgid "Live Update"
614
+ msgstr "在线更新"
615
+
616
+ #: options/html-options.php:57
617
+ msgid "Show/Hide"
618
+ msgstr "显示/隐藏"
619
+
620
+ #: options/html-options.php:58
621
+ msgid "Subscription"
622
+ msgstr "订阅"
623
+
624
+ #: options/html-options.php:58
625
+ msgid "and Postmatic"
626
+ msgstr "以及Postmatic"
627
+
628
+ #: options/html-options.php:59
629
+ msgid "Styling"
630
+ msgstr "风格"
631
+
632
+ #: options/html-options.php:60 options/options-layouts/settings-social.php:124
633
+ msgid "Social Login"
634
+ msgstr "社交登陆"
635
+
636
+ #: options/html-options.php:61
637
+ #: options/options-layouts/settings-integrations.php:7
638
+ msgid "Integrations"
639
+ msgstr "集成"
640
+
641
+ #: options/html-options.php:62 options/options-layouts/settings-addons.php:7
642
+ msgid "Addons"
643
+ msgstr "附加组件"
644
+
645
+ #: options/html-options.php:146
646
+ msgid "Reset Options"
647
+ msgstr "重置选项"
648
+
649
+ #: options/html-options.php:148
650
+ msgid "Refresh comment optimization"
651
+ msgstr "刷新评论优化"
652
+
653
+ #: options/html-options.php:150
654
+ msgid "Remove vote data"
655
+ msgstr "移除投票数据"
656
+
657
+ #: options/html-options.php:151 options/html-phrases.php:71
658
+ #: options/html-tools.php:58
659
+ msgid "Save Changes"
660
+ msgstr "保存更改"
661
+
662
+ #: options/html-phrases.php:10
663
+ msgid "wpDiscuz Front-end Phrases"
664
+ msgstr "WpDiscuz前端短语"
665
+
666
+ #: options/html-phrases.php:20
667
+ msgid "General"
668
+ msgstr "通用"
669
+
670
+ #: options/html-phrases.php:21
671
+ msgid "Form"
672
+ msgstr "表单"
673
+
674
+ #: options/html-phrases.php:23
675
+ msgid "Date/Time"
676
+ msgstr "日期 / 时间"
677
+
678
+ #: options/html-phrases.php:25
679
+ msgid "Notification"
680
+ msgstr "提醒"
681
+
682
+ #: options/html-tools.php:10
683
+ msgid "wpDiscuz Tools"
684
+ msgstr "wpDiscuz工具"
685
+
686
+ #: options/html-tools.php:22 options/tools-layouts/export.php:8
687
+ msgid "Export options"
688
+ msgstr "导出选项"
689
+
690
+ #: options/html-tools.php:23 options/tools-layouts/import.php:7
691
+ msgid "Import options"
692
+ msgstr "导入选项"
693
+
694
+ #: options/options-layouts/settings-general.php:11
695
+ msgid "Display comment form for post types"
696
+ msgstr "为文章类型显示评论表单"
697
+
698
+ #: options/options-layouts/settings-general.php:29
699
+ msgid "Enable Quicktags"
700
+ msgstr "启用快速标签"
701
+
702
+ #: options/options-layouts/settings-general.php:34
703
+ msgid "Use guest email to detect registered account"
704
+ msgstr "使用游客邮箱匹配已注册账户"
705
+
706
+ #: options/options-layouts/settings-general.php:36
707
+ msgid ""
708
+ "Sometimes registered users comment as guest using the same email address. "
709
+ "wpDiscuz can detect the account role using guest email and display commenter "
710
+ "label correctly."
711
+ msgstr ""
712
+ "有时注册用户未登录时使用相同的邮箱来评论。wpDiscuz可以基于游客邮箱探测账户并"
713
+ "正确显示评论人"
714
+
715
+ #: options/options-layouts/settings-general.php:42
716
+ msgid "Comment author must fill out email"
717
+ msgstr "评论人须填写邮箱"
718
+
719
+ #: options/options-layouts/settings-general.php:46
720
+ msgid "Comment author must fill out name"
721
+ msgstr "评论人须填写名字"
722
+
723
+ #: options/options-layouts/settings-general.php:51
724
+ msgid "Comment author name min length (for guests only)"
725
+ msgstr "评论人名字最小长度(仅用于游客)"
726
+
727
+ #: options/options-layouts/settings-general.php:55
728
+ #: options/options-layouts/settings-general.php:78
729
+ msgid "Min"
730
+ msgstr "最小"
731
+
732
+ #: options/options-layouts/settings-general.php:58
733
+ #: options/options-layouts/settings-general.php:81
734
+ msgid "Max"
735
+ msgstr "最大"
736
+
737
+ #: options/options-layouts/settings-general.php:64
738
+ msgid "Keep guest commenter credentials in browser cookies for x days"
739
+ msgstr "为游客评论人的浏览器cookie中的密钥保留 x 天"
740
+
741
+ #: options/options-layouts/settings-general.php:66
742
+ msgid "Set this option value -1 to make it unlimited."
743
+ msgstr "设置-1则无限制"
744
+
745
+ #: options/options-layouts/settings-general.php:67
746
+ msgid "Set this option value 0 to clear those data when user closes browser."
747
+ msgstr "设置0则当用户关闭浏览器时清空数据"
748
+
749
+ #: options/options-layouts/settings-general.php:74
750
+ msgid "Comment text length"
751
+ msgstr "评论文本长度"
752
+
753
+ #: options/options-layouts/settings-general.php:87
754
+ msgid ""
755
+ "The number of words before breaking comment text and showing \"Read more\" "
756
+ "link"
757
+ msgstr "评论缩略文字长度。超过此字数则显示\"阅读更多\" 链接"
758
+
759
+ #: options/options-layouts/settings-general.php:89
760
+ msgid "Set this option value 0, to turn off comment text breaking function."
761
+ msgstr "设置为0,则关闭评论文本缩略功能。"
762
+
763
+ #: options/options-layouts/settings-general.php:95
764
+ msgid "Comment text size in pixels"
765
+ msgstr "评论文本的像素大小"
766
+
767
+ #: options/options-layouts/settings-general.php:108
768
+ msgid "Allow comment editing for"
769
+ msgstr "允许评论编辑,为了"
770
+
771
+ #: options/options-layouts/settings-general.php:112
772
+ msgid "Do not allow"
773
+ msgstr "不允许"
774
+
775
+ #: options/options-layouts/settings-general.php:113
776
+ #: options/options-layouts/settings-general.php:114
777
+ #: options/options-layouts/settings-live-update.php:52
778
+ #: options/options-layouts/settings-live-update.php:53
779
+ #: options/options-layouts/settings-live-update.php:54
780
+ msgid "Minutes"
781
+ msgstr "分钟"
782
+
783
+ #: options/options-layouts/settings-general.php:115
784
+ #: options/phrases-layouts/phrases-datetime.php:72
785
+ msgid "Hour"
786
+ msgstr "小时"
787
+
788
+ #: options/options-layouts/settings-general.php:116
789
+ #: options/options-layouts/settings-general.php:117
790
+ msgid "Hours"
791
+ msgstr "小时"
792
+
793
+ #: options/options-layouts/settings-general.php:118
794
+ msgid "Unlimit"
795
+ msgstr "无限"
796
+
797
+ #: options/options-layouts/settings-general.php:124
798
+ msgid "Redirect first commenter to"
799
+ msgstr "将第一个评论人重定向至"
800
+
801
+ #: options/options-layouts/settings-general.php:131
802
+ msgid "Do not redirect"
803
+ msgstr "不重定向"
804
+
805
+ #: options/options-layouts/settings-general.php:138
806
+ msgid "Allow guests to vote on comments"
807
+ msgstr "允许游客为评论投票"
808
+
809
+ #: options/options-layouts/settings-general.php:143
810
+ msgid "Comments loading/pagination type"
811
+ msgstr "评论加载/分页类型"
812
+
813
+ #: options/options-layouts/settings-general.php:145
814
+ msgid ""
815
+ "You can manage the number of comments for [Load more] option in Settings > "
816
+ "Discussion page, using \"Break comments into pages with [X] top level "
817
+ "comments per page\" option. To show the default Wordpress comment pagination "
818
+ "you should enable the checkbox on bigining of the same option."
819
+ msgstr ""
820
+ "您可以在设置 -> 讨论 页面,为[加载更多]管理评论数量,使用\"每页一级评论数量达"
821
+ "到 [X] 时分页\" 的选项。若要显示wordpress默认的评论分页,您需要启用相同的选"
822
+ "项。"
823
+
824
+ #: options/options-layouts/settings-general.php:151
825
+ #: options/options-layouts/settings-general.php:153
826
+ msgid "[Load more] Button"
827
+ msgstr "[加载更多] 按钮"
828
+
829
+ #: options/options-layouts/settings-general.php:155
830
+ #: options/options-layouts/settings-general.php:157
831
+ msgid "[Load rest of all comments] Button"
832
+ msgstr "[加载剩余评论] 按钮"
833
+
834
+ #: options/options-layouts/settings-general.php:159
835
+ #: options/options-layouts/settings-general.php:161
836
+ msgid "Lazy load comments on scrolling"
837
+ msgstr "滚动式延迟加载评论"
838
+
839
+ #: options/options-layouts/settings-general.php:168
840
+ msgid "Use WordPress Date/Time format"
841
+ msgstr "使用WordPress日期/时间格式"
842
+
843
+ #: options/options-layouts/settings-general.php:169
844
+ msgid ""
845
+ "wpDiscuz shows Human Readable date format. If you check this option it'll "
846
+ "show the date/time format set in WordPress General Settings."
847
+ msgstr ""
848
+ "wpDiscuz显示人机友好的日期格式。如果你勾选此项,将按WordPress通用设置来显示。"
849
+
850
+ #: options/options-layouts/settings-general.php:175
851
+ msgid "Current Wordpress date/time format"
852
+ msgstr "WordPress当前日期/时间格式"
853
+
854
+ #: options/options-layouts/settings-general.php:181
855
+ msgid "Use Plugin .PO/.MO files"
856
+ msgstr "使用插件的 .PO/.MO 文件"
857
+
858
+ #: options/options-layouts/settings-general.php:182
859
+ msgid ""
860
+ "wpDiscuz phrase system allows you to translate all front-end phrases. "
861
+ "However if you have a multi-language website it'll not allow you to add more "
862
+ "than one language translation. The only way to get it is the plugin "
863
+ "translation files (.PO / .MO). If wpDiscuz has the languages you need you "
864
+ "should check this option to disable phrase system and it'll automatically "
865
+ "translate all phrases based on language files according to current language."
866
+ msgstr ""
867
+ "wpDiscuz短语设置允许你翻译所有前端字段。但是,如果你有多语言站点那么你需要使"
868
+ "用 (.PO / .MO)翻译文件。wpDiscuz将根据当前语言显示前端字段。"
869
+
870
+ #: options/options-layouts/settings-general.php:189
871
+ msgid ""
872
+ "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
873
+ "use"
874
+ msgstr "显示wpDiscuz插件标识,帮助wpDiscuz成长"
875
+
876
+ #: options/options-layouts/settings-general.php:191
877
+ msgid ""
878
+ "Please check this option on to help wpDiscuz get more popularity as your "
879
+ "thank to the hard work we do for you totally free. This option adds a very "
880
+ "small (16x16px) icon under the comment section which will allow your site "
881
+ "visitors recognize the name of comment solution you use."
882
+ msgstr ""
883
+ "勾选此项,以帮助wpDiscuz更受欢迎,因为您感谢我们为您完全免费的努力工作。此选"
884
+ "项在评论部分添加了一个非常小的(16x16px)图标,这将允许您的网站访问者识别您使"
885
+ "用的评论插件名称。"
886
+
887
+ #: options/options-layouts/settings-general.php:196
888
+ msgid "Thank you!"
889
+ msgstr "谢谢!"
890
+
891
+ #: options/options-layouts/settings-integrations.php:14
892
+ msgid "BuddyPress"
893
+ msgstr "BuddyPress"
894
+
895
+ #: options/options-layouts/settings-integrations.php:15
896
+ msgid "Users Ultra"
897
+ msgstr "Users Ultra"
898
+
899
+ #: options/options-layouts/settings-integrations.php:16
900
+ msgid "User Pro"
901
+ msgstr "User Pro"
902
+
903
+ #: options/options-layouts/settings-integrations.php:17
904
+ msgid "Ultimate Member"
905
+ msgstr "Ultimate Member"
906
+
907
+ #: options/options-layouts/settings-integrations.php:18
908
+ msgid "MyCred"
909
+ msgstr "MyCred"
910
+
911
+ #: options/options-layouts/settings-live-update.php:12
912
+ msgid "Live update options"
913
+ msgstr "在线更新选项"
914
+
915
+ #: options/options-layouts/settings-live-update.php:13
916
+ msgid ""
917
+ "wpDiscuz 3 live update is very smart and doesn't overload your server even "
918
+ "if you're on Shared hosting plan and even your website is very active. "
919
+ "However we recommend to monitor your server resources if you're on a Shared "
920
+ "hosting plan. There are some very weak hosting plans which may not be able "
921
+ "to perform very frequently live update requests. If you found some issue you "
922
+ "can set the option below 30 seconds or more."
923
+ msgstr ""
924
+ "wpDiscuz 3实时更新非常频繁,即使您使用的是共享主机计划,甚至您的网站非常活"
925
+ "跃,也不会拖累您的服务器。但是,如果您使用的是共享主机计划,我们建议您监视服"
926
+ "务器资源。有一些非常弱的托管计划可能无法执行非常频繁的实时更新请求。如果您发"
927
+ "现某些问题,您可以将选项设置为30秒以下。"
928
+
929
+ #: options/options-layouts/settings-live-update.php:18
930
+ msgid "Never update"
931
+ msgstr "永不更新"
932
+
933
+ #: options/options-layouts/settings-live-update.php:20
934
+ msgid "Turn off \"Live Update\" function"
935
+ msgstr "关闭 \"在线更新\" 功能"
936
+
937
+ #: options/options-layouts/settings-live-update.php:22
938
+ #: options/options-layouts/settings-subscription.php:36
939
+ msgid "Show new comment/reply buttons to update manualy"
940
+ msgstr "为手动更新显示新评论/回复按钮"
941
+
942
+ #: options/options-layouts/settings-live-update.php:24
943
+ msgid "Always check for new comments and show update buttons"
944
+ msgstr "总是检查新评论并显示更新按钮"
945
+
946
+ #: options/options-layouts/settings-live-update.php:26
947
+ #: options/options-layouts/settings-subscription.php:40
948
+ msgid "Always update"
949
+ msgstr "总是更新"
950
+
951
+ #: options/options-layouts/settings-live-update.php:28
952
+ msgid "Always check for new comments and update automatically"
953
+ msgstr "总是检查新评论并自动更新"
954
+
955
+ #: options/options-layouts/settings-live-update.php:35
956
+ msgid "Disable live update for guests"
957
+ msgstr "为游客禁用在线更新"
958
+
959
+ #: options/options-layouts/settings-live-update.php:43
960
+ msgid "Update comment list every"
961
+ msgstr "更新评论列表,每"
962
+
963
+ #: options/options-layouts/settings-live-update.php:48
964
+ #: options/options-layouts/settings-live-update.php:49
965
+ #: options/options-layouts/settings-live-update.php:50
966
+ msgid "Seconds"
967
+ msgstr ""
968
+
969
+ #: options/options-layouts/settings-live-update.php:51
970
+ #: options/phrases-layouts/phrases-datetime.php:92
971
+ msgid "Minute"
972
+ msgstr "分钟"
973
+
974
+ #: options/options-layouts/settings-show-hide.php:7
975
+ msgid "Show/Hide Components"
976
+ msgstr "显示/隐藏 部件"
977
+
978
+ #: options/options-layouts/settings-show-hide.php:11
979
+ msgid "Show logged-in user name and logout link on top of main form"
980
+ msgstr "在主表上显示登入的用户名以及登出链接"
981
+
982
+ #: options/options-layouts/settings-show-hide.php:15
983
+ msgid "Hide Reply button for Guests"
984
+ msgstr "为游客隐藏回复按钮"
985
+
986
+ #: options/options-layouts/settings-show-hide.php:19
987
+ msgid "Hide Reply button for Members"
988
+ msgstr "为成员隐藏回复按钮"
989
+
990
+ #: options/options-layouts/settings-show-hide.php:23
991
+ msgid "Hide Commenter Labels"
992
+ msgstr "隐藏评论人标签"
993
+
994
+ #: options/options-layouts/settings-show-hide.php:27
995
+ msgid "Hide Voting buttons"
996
+ msgstr "隐藏投票按钮"
997
+
998
+ #: options/options-layouts/settings-show-hide.php:31
999
+ msgid "Comment voting statistic mode"
1000
+ msgstr "评论投票统计模式"
1001
+
1002
+ #: options/options-layouts/settings-show-hide.php:36
1003
+ msgid "total count"
1004
+ msgstr "合计数"
1005
+
1006
+ #: options/options-layouts/settings-show-hide.php:40
1007
+ msgid "separate count"
1008
+ msgstr "区分计数"
1009
+
1010
+ #: options/options-layouts/settings-show-hide.php:46
1011
+ msgid "Show Share Buttons"
1012
+ msgstr "显示分享按钮"
1013
+
1014
+ #: options/options-layouts/settings-show-hide.php:69
1015
+ msgid ""
1016
+ "The plugin captcha directory is not writable! Please set writable "
1017
+ "permissions on \"wpdiscuz/utils/temp\" directory in order to use the first "
1018
+ "type of captcha generation"
1019
+ msgstr ""
1020
+ "插件的验证码目录不可写!请为\"wpdiscuz/utils/temp\" 目录设置可写权限,您方可"
1021
+ "使用验证码自动生成功能"
1022
+
1023
+ #: options/options-layouts/settings-show-hide.php:73
1024
+ msgid "Captcha generation type"
1025
+ msgstr "验证码生成类型"
1026
+
1027
+ #: options/options-layouts/settings-show-hide.php:79
1028
+ msgid "use file system"
1029
+ msgstr "使用文件系统"
1030
+
1031
+ #: options/options-layouts/settings-show-hide.php:84
1032
+ msgid "use wordpress session"
1033
+ msgstr "使用WordPress会话"
1034
+
1035
+ #: options/options-layouts/settings-show-hide.php:90
1036
+ msgid "Hide the CAPTCHA field for guests"
1037
+ msgstr "为游客隐藏验证码"
1038
+
1039
+ #: options/options-layouts/settings-show-hide.php:94
1040
+ msgid "Show the CAPTCHA field for logged in users"
1041
+ msgstr "为已登录用户显示验证码"
1042
+
1043
+ #: options/options-layouts/settings-show-hide.php:98
1044
+ msgid "Show the Website URL field"
1045
+ msgstr "显示网站URL字段"
1046
+
1047
+ #: options/options-layouts/settings-show-hide.php:102
1048
+ msgid "Hide header text"
1049
+ msgstr "隐藏头部文本"
1050
+
1051
+ #: options/options-layouts/settings-show-hide.php:106
1052
+ msgid "Show sorting buttons"
1053
+ msgstr "显示排序按钮"
1054
+
1055
+ #: options/options-layouts/settings-show-hide.php:110
1056
+ msgid "Set comments ordering to \"Most voted\" by default "
1057
+ msgstr "设置默认评论顺序为\"投票最多\""
1058
+
1059
+ #: options/options-layouts/settings-show-hide.php:114
1060
+ msgid "Hide comment link"
1061
+ msgstr "隐藏评论链接"
1062
+
1063
+ #: options/options-layouts/settings-show-hide.php:118
1064
+ msgid "Enable automatic image URL to image HTML conversion"
1065
+ msgstr "启用自动的图片URL到图片HTML的转换"
1066
+
1067
+ #: options/options-layouts/settings-social.php:50
1068
+ #: options/options-layouts/settings-social.php:61
1069
+ #: options/options-layouts/settings-social.php:72
1070
+ #: options/options-layouts/settings-social.php:83
1071
+ msgid "Activate"
1072
+ msgstr "激活"
1073
+
1074
+ #: options/options-layouts/settings-social.php:54
1075
+ #: options/options-layouts/settings-social.php:65
1076
+ #: options/options-layouts/settings-social.php:76
1077
+ #: options/options-layouts/settings-social.php:87
1078
+ msgid "View details/Install"
1079
+ msgstr "显示细节/安装"
1080
+
1081
+ #: options/options-layouts/settings-social.php:125
1082
+ msgid ""
1083
+ "You can use one of these most popular Social Login Plugins to allow your "
1084
+ "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
1085
+ "OK and lots of other social network service accounts. All social login "
1086
+ "buttons will be fully integrated with wpDiscuz comment forms."
1087
+ msgstr ""
1088
+ "您可以启用社交登陆功能,支持Facebook, Twitter, Google+, Wordpress, VK, 等等。"
1089
+ "所有社交登录按钮都可无缝集成至wpDiscuz评论表单。"
1090
+
1091
+ #: options/options-layouts/settings-style.php:7
1092
+ msgid "Background and Colors"
1093
+ msgstr "背景与颜色"
1094
+
1095
+ #: options/options-layouts/settings-style.php:12
1096
+ msgid "Comment Form Background Color"
1097
+ msgstr "评论表单背景色"
1098
+
1099
+ #: options/options-layouts/settings-style.php:16
1100
+ #: options/options-layouts/settings-style.php:25
1101
+ #: options/options-layouts/settings-style.php:34
1102
+ #: options/options-layouts/settings-style.php:43
1103
+ #: options/options-layouts/settings-style.php:52
1104
+ #: options/options-layouts/settings-style.php:61
1105
+ #: options/options-layouts/settings-style.php:70
1106
+ #: options/options-layouts/settings-style.php:79
1107
+ #: options/options-layouts/settings-style.php:92
1108
+ msgid "Example: #00FF00"
1109
+ msgstr "例如:#00FF00"
1110
+
1111
+ #: options/options-layouts/settings-style.php:21
1112
+ msgid "Comment Background Color"
1113
+ msgstr "评论背景色"
1114
+
1115
+ #: options/options-layouts/settings-style.php:30
1116
+ msgid "Reply Background Color"
1117
+ msgstr "回复背景色"
1118
+
1119
+ #: options/options-layouts/settings-style.php:39
1120
+ msgid "Comment Text Color"
1121
+ msgstr "评论文本色"
1122
+
1123
+ #: options/options-layouts/settings-style.php:48
1124
+ msgid "Vote, Reply, Share, Edit links text colors"
1125
+ msgstr "投票,回复,分享,编辑链接文本色"
1126
+
1127
+ #: options/options-layouts/settings-style.php:57
1128
+ msgid "Comment form fields border color"
1129
+ msgstr "评论表字段边框色"
1130
+
1131
+ #: options/options-layouts/settings-style.php:66
1132
+ msgid "New loaded comments' background color"
1133
+ msgstr "新加载的评论背景色"
1134
+
1135
+ #: options/options-layouts/settings-style.php:75
1136
+ msgid "Primary Color"
1137
+ msgstr "主色"
1138
+
1139
+ #: options/options-layouts/settings-style.php:89
1140
+ msgid "label color"
1141
+ msgstr "标签色"
1142
+
1143
+ #: options/options-layouts/settings-style.php:100
1144
+ msgid "Disable font awesome css loading"
1145
+ msgstr "禁用font awesome css加载"
1146
+
1147
+ #: options/options-layouts/settings-style.php:108
1148
+ msgid "Custom CSS Code"
1149
+ msgstr "自定义CSS代码"
1150
+
1151
+ #: options/options-layouts/settings-subscription.php:7
1152
+ msgid "Email Subscription Settings"
1153
+ msgstr "邮箱订阅设置"
1154
+
1155
+ #: options/options-layouts/settings-subscription.php:12
1156
+ msgid "Show comment subscription bar"
1157
+ msgstr "显示评论订阅"
1158
+
1159
+ #: options/options-layouts/settings-subscription.php:14
1160
+ msgid ""
1161
+ "This bar provides two subscription options: notify of \"new follow-up "
1162
+ "comments\" and \"new replies to my comments\""
1163
+ msgstr "此横条支持两个订阅选项:提醒 \"新跟进的评论\" 和 \"我评论的新回复\""
1164
+
1165
+ #: options/options-layouts/settings-subscription.php:20
1166
+ msgid "Disable subscription confirmation for registered users"
1167
+ msgstr "对已注册用户禁用订阅确认"
1168
+
1169
+ #: options/options-layouts/settings-subscription.php:24
1170
+ msgid "Disable subscription confirmation for guests"
1171
+ msgstr "对游客禁用订阅确认"
1172
+
1173
+ #: options/options-layouts/settings-subscription.php:28
1174
+ msgid "Show subscription types in dropdown"
1175
+ msgstr "在下拉表中显示订阅类型"
1176
+
1177
+ #: options/options-layouts/settings-subscription.php:32
1178
+ msgid "Both"
1179
+ msgstr "两者"
1180
+
1181
+ #: options/options-layouts/settings-subscription.php:34
1182
+ msgid "Both post and all comments subscription"
1183
+ msgstr "文章以及所有评论订阅"
1184
+
1185
+ #: options/options-layouts/settings-subscription.php:38
1186
+ msgid "Post subscription"
1187
+ msgstr "文章订阅"
1188
+
1189
+ #: options/options-layouts/settings-subscription.php:42
1190
+ msgid "All comments subscription"
1191
+ msgstr "所有评论订阅"
1192
+
1193
+ #: options/options-layouts/settings-subscription.php:49
1194
+ msgid "Show \"Notify of new replies to this comment\""
1195
+ msgstr "显示\"关于此评论新回复的提醒\""
1196
+
1197
+ #: options/options-layouts/settings-subscription.php:51
1198
+ msgid ""
1199
+ "wpDiscuz is the only comment plugin which allows you to subscribe to certain "
1200
+ "comment replies. This option is located above [Post Comment] button in "
1201
+ "comment form. You can disable this subscription way by unchecking this "
1202
+ "option."
1203
+ msgstr ""
1204
+ "wpDiscuz是唯一允许您针对特定的评论订阅的评论插件。此选项在 [发表评论] 按钮前"
1205
+ "显示,您可以取消勾选、禁用此功能。"
1206
+
1207
+ #: options/options-layouts/settings-subscription.php:58
1208
+ msgid "\"Notify of new replies to this comment\" checked by default"
1209
+ msgstr "默认勾选 \"提醒我此评论的新回复\" "
1210
+
1211
+ #: options/options-layouts/settings-subscription.php:65
1212
+ msgid "Use Postmatic for subscriptions and commenting by email"
1213
+ msgstr "为订阅和邮箱评论使用Postmatic "
1214
+
1215
+ #: options/options-layouts/settings-subscription.php:66
1216
+ msgid ""
1217
+ "Postmatic allows your users subscribe to comments. Instead of just being "
1218
+ "notified, they add a reply right from their inbox."
1219
+ msgstr ""
1220
+ "Postmatic允许您的用户订阅评论。比之仅仅收到提醒,他们可以在收件箱中直接回复评"
1221
+ "论。"
1222
+
1223
+ #: options/phrases-layouts/phrases-comment.php:7
1224
+ msgid "Comment Template Phrases"
1225
+ msgstr "评论模板短语"
1226
+
1227
+ #: options/phrases-layouts/phrases-comment.php:158
1228
+ msgid "Save edited comment button text"
1229
+ msgstr "保存编辑的评论按钮文本"
1230
+
1231
+ #: options/phrases-layouts/phrases-comment.php:168
1232
+ msgid "Cancel comment editing button text"
1233
+ msgstr "取消评论编辑按钮文本"
1234
+
1235
+ #: options/phrases-layouts/phrases-comment.php:178
1236
+ msgid "Comment read more link text"
1237
+ msgstr "评论阅读更多的链接文本"
1238
+
1239
+ #: options/phrases-layouts/phrases-comment.php:188
1240
+ msgid "Anonymous commenter name"
1241
+ msgstr "匿名评论人名字"
1242
+
1243
+ #: options/phrases-layouts/phrases-datetime.php:7
1244
+ msgid "Date/Time Phrases"
1245
+ msgstr "日期/时间 短语"
1246
+
1247
+ #: options/phrases-layouts/phrases-datetime.php:12
1248
+ msgid "Year"
1249
+ msgstr "年"
1250
+
1251
+ #: options/phrases-layouts/phrases-datetime.php:22
1252
+ msgid "Years (Plural Form)"
1253
+ msgstr "年"
1254
+
1255
+ #: options/phrases-layouts/phrases-datetime.php:26
1256
+ msgid "Years"
1257
+ msgstr "年"
1258
+
1259
+ #: options/phrases-layouts/phrases-datetime.php:32
1260
+ msgid "Month"
1261
+ msgstr "月"
1262
+
1263
+ #: options/phrases-layouts/phrases-datetime.php:42
1264
+ msgid "Months (Plural Form)"
1265
+ msgstr "月"
1266
+
1267
+ #: options/phrases-layouts/phrases-datetime.php:52
1268
+ msgid "Day"
1269
+ msgstr "天"
1270
+
1271
+ #: options/phrases-layouts/phrases-datetime.php:62
1272
+ msgid "Days (Plural Form)"
1273
+ msgstr "天"
1274
+
1275
+ #: options/phrases-layouts/phrases-datetime.php:82
1276
+ msgid "Hours (Plural Form)"
1277
+ msgstr "小时"
1278
+
1279
+ #: options/phrases-layouts/phrases-datetime.php:102
1280
+ msgid "Minutes (Plural Form)"
1281
+ msgstr "分钟"
1282
+
1283
+ #: options/phrases-layouts/phrases-datetime.php:112
1284
+ msgid "Second"
1285
+ msgstr "秒"
1286
+
1287
+ #: options/phrases-layouts/phrases-datetime.php:122
1288
+ msgid "Seconds (Plural Form)"
1289
+ msgstr "秒"
1290
+
1291
+ #: options/phrases-layouts/phrases-datetime.php:132
1292
+ msgid "Commented \"right now\" text"
1293
+ msgstr "已评论的 \"马上\" 文本"
1294
+
1295
+ #: options/phrases-layouts/phrases-datetime.php:142
1296
+ msgid "Ago text"
1297
+ msgstr "之前文本"
1298
+
1299
+ #: options/phrases-layouts/phrases-datetime.php:152
1300
+ msgid "\"Today\" text"
1301
+ msgstr "\"今天\" 文本"
1302
+
1303
+ #: options/phrases-layouts/phrases-email.php:7
1304
+ msgid "Email Template Phrases"
1305
+ msgstr "邮件模板短语"
1306
+
1307
+ #: options/phrases-layouts/phrases-email.php:12
1308
+ msgid "Email Subject"
1309
+ msgstr "邮件标题"
1310
+
1311
+ #: options/phrases-layouts/phrases-email.php:22
1312
+ msgid "Email Message"
1313
+ msgstr "邮件消息"
1314
+
1315
+ #: options/phrases-layouts/phrases-email.php:32
1316
+ msgid "New Reply Subject"
1317
+ msgstr "新回复标题"
1318
+
1319
+ #: options/phrases-layouts/phrases-email.php:42
1320
+ msgid "New Reply Message"
1321
+ msgstr "新回复消息"
1322
+
1323
+ #: options/phrases-layouts/phrases-email.php:62
1324
+ #: options/phrases-layouts/phrases-email.php:66
1325
+ msgid "Ignore Subscription"
1326
+ msgstr "忽略订阅"
1327
+
1328
+ #: options/phrases-layouts/phrases-email.php:92
1329
+ msgid "Subscribe Confirmation Email Subject"
1330
+ msgstr "订阅确认的邮件标题"
1331
+
1332
+ #: options/phrases-layouts/phrases-email.php:102
1333
+ msgid "Subscribe Confirmation Email Content"
1334
+ msgstr "订阅确认邮件内容"
1335
+
1336
+ #: options/phrases-layouts/phrases-form.php:7
1337
+ msgid "Form Template Phrases"
1338
+ msgstr "表单模板短语"
1339
+
1340
+ #: options/phrases-layouts/phrases-form.php:12
1341
+ msgid "Comment Field Start"
1342
+ msgstr "评论字段开始"
1343
+
1344
+ #: options/phrases-layouts/phrases-form.php:22
1345
+ msgid "Comment Field Join"
1346
+ msgstr "评论字段连接"
1347
+
1348
+ #: options/phrases-layouts/phrases-form.php:32
1349
+ msgid "Email Field"
1350
+ msgstr "邮箱字段"
1351
+
1352
+ #: options/phrases-layouts/phrases-form.php:42
1353
+ msgid "Name Field"
1354
+ msgstr "名字字段"
1355
+
1356
+ #: options/phrases-layouts/phrases-form.php:52
1357
+ msgid "WebSite URL Field"
1358
+ msgstr "站点字段"
1359
+
1360
+ #: options/phrases-layouts/phrases-form.php:62
1361
+ msgid "CAPTCHA Field"
1362
+ msgstr "验证码字段"
1363
+
1364
+ #: options/phrases-layouts/phrases-form.php:72
1365
+ msgid "Submit Button"
1366
+ msgstr "提交按钮"
1367
+
1368
+ #: options/phrases-layouts/phrases-form.php:92
1369
+ msgid "Notify on new comments"
1370
+ msgstr "新评论的提醒"
1371
+
1372
+ #: options/phrases-layouts/phrases-form.php:102
1373
+ msgid "Notify on all new replies"
1374
+ msgstr "新回复的提醒"
1375
+
1376
+ #: options/phrases-layouts/phrases-form.php:106
1377
+ msgid "new replies to all my comments"
1378
+ msgstr "所有评论的新回复"
1379
+
1380
+ #: options/phrases-layouts/phrases-form.php:112
1381
+ msgid "Notify on new replies (checkbox)"
1382
+ msgstr "新回复提醒(勾选)"
1383
+
1384
+ #: options/phrases-layouts/phrases-form.php:162
1385
+ msgid "Subscribed on this comment replies"
1386
+ msgstr "订阅此评论的回复"
1387
+
1388
+ #: options/phrases-layouts/phrases-form.php:172
1389
+ msgid "Subscribed on all your comments replies"
1390
+ msgstr "有评论的回复则提醒"
1391
+
1392
+ #: options/phrases-layouts/phrases-form.php:182
1393
+ msgid "Subscribed on this post"
1394
+ msgstr "已订阅此文章的评论"
1395
+
1396
+ #: options/phrases-layouts/phrases-general.php:7
1397
+ msgid "General Phrases"
1398
+ msgstr "通用短语"
1399
+
1400
+ #: options/phrases-layouts/phrases-general.php:22
1401
+ msgid "Be the first to comment"
1402
+ msgstr "您将是第一位评论人"
1403
+
1404
+ #: options/phrases-layouts/phrases-general.php:42
1405
+ msgid "Comment (Plural Form)"
1406
+ msgstr "评论"
1407
+
1408
+ #: options/phrases-layouts/phrases-general.php:52
1409
+ msgid "On"
1410
+ msgstr "开启"
1411
+
1412
+ #: options/phrases-layouts/phrases-general.php:62
1413
+ msgid "Load More Button"
1414
+ msgstr "加载更多按钮"
1415
+
1416
+ #: options/phrases-layouts/phrases-general.php:82
1417
+ msgid "Button text if has new comment"
1418
+ msgstr "若有新评论的按钮文本"
1419
+
1420
+ #: options/phrases-layouts/phrases-general.php:92
1421
+ msgid "Button text if has new comments (Plural Form)"
1422
+ msgstr "若有多个新评论的按钮文本"
1423
+
1424
+ #: options/phrases-layouts/phrases-general.php:96
1425
+ msgid "New Comments"
1426
+ msgstr "新评论"
1427
+
1428
+ #: options/phrases-layouts/phrases-general.php:102
1429
+ msgid "Button text if has new reply"
1430
+ msgstr "若有新回复的按钮文本"
1431
+
1432
+ #: options/phrases-layouts/phrases-general.php:112
1433
+ msgid "Button text if has new replies (Plural Form)"
1434
+ msgstr "若有多个新回复的按钮文本"
1435
+
1436
+ #: options/phrases-layouts/phrases-general.php:116
1437
+ msgid "New Replies"
1438
+ msgstr "新回复"
1439
+
1440
+ #: options/phrases-layouts/phrases-general.php:122
1441
+ msgid "Text on load more button if has new comment(s)"
1442
+ msgstr "若有新评论,在加载更多按钮上的文本"
1443
+
1444
+ #: options/phrases-layouts/phrases-notification.php:7
1445
+ msgid "Notification Phrases"
1446
+ msgstr "提醒短语"
1447
+
1448
+ #: options/phrases-layouts/phrases-notification.php:12
1449
+ msgid "You\\'re subscribed to"
1450
+ msgstr "您已订阅至"
1451
+
1452
+ #: options/phrases-layouts/phrases-notification.php:43
1453
+ msgid "Postmatic subscription label"
1454
+ msgstr "Postmatic订阅标签"
1455
+
1456
+ #: options/phrases-layouts/phrases-notification.php:54
1457
+ msgid "Error message for empty field"
1458
+ msgstr "空字段的错误消息"
1459
+
1460
+ #: options/phrases-layouts/phrases-notification.php:64
1461
+ msgid "Error message for invalid email field"
1462
+ msgstr "无效邮箱字段的错误消息"
1463
+
1464
+ #: options/phrases-layouts/phrases-notification.php:74
1465
+ msgid "Error message for invalid website url field"
1466
+ msgstr "无效URL字段的错误消息"
1467
+
1468
+ #: options/phrases-layouts/phrases-notification.php:94
1469
+ msgid "Logged in as"
1470
+ msgstr "登录者"
1471
+
1472
+ #: options/phrases-layouts/phrases-notification.php:114
1473
+ msgid "Logged In"
1474
+ msgstr "已登录"
1475
+
1476
+ #: options/phrases-layouts/phrases-notification.php:124
1477
+ msgid "To post a comment"
1478
+ msgstr "为发表评论"
1479
+
1480
+ #: options/phrases-layouts/phrases-notification.php:144
1481
+ msgid "You can vote only 1 time"
1482
+ msgstr "你只能投一次"
1483
+
1484
+ #: options/phrases-layouts/phrases-notification.php:164
1485
+ msgid "Login To Vote"
1486
+ msgstr "登录投票"
1487
+
1488
+ #: options/phrases-layouts/phrases-notification.php:174
1489
+ msgid "You Cannot Vote On Your Comment"
1490
+ msgstr "你不能给自己的评论投票"
1491
+
1492
+ #: options/phrases-layouts/phrases-notification.php:184
1493
+ msgid "You are not allowed to vote for this comment (Voting from same IP)"
1494
+ msgstr "你不能从同一IP对此评论投票"
1495
+
1496
+ #: options/phrases-layouts/phrases-notification.php:214
1497
+ msgid "Comment waiting moderation"
1498
+ msgstr "待审评论"
1499
+
1500
+ #: options/phrases-layouts/phrases-notification.php:224
1501
+ msgid "Message if input text length is too short"
1502
+ msgstr "评论内容长度过短的消息"
1503
+
1504
+ #: options/phrases-layouts/phrases-notification.php:234
1505
+ msgid "Message if input text length is too long"
1506
+ msgstr "评论内容长度过长的消息"
1507
+
1508
+ #: options/phrases-layouts/phrases-notification.php:245
1509
+ msgid "Message if comment was not updated"
1510
+ msgstr "评论未更新的消息"
1511
+
1512
+ #: options/phrases-layouts/phrases-notification.php:255
1513
+ msgid "Message if comment no longer possible to edit"
1514
+ msgstr "评论不能编辑的消息"
1515
+
1516
+ #: options/phrases-layouts/phrases-notification.php:265
1517
+ msgid "Message if comment text not changed"
1518
+ msgstr "评论内容未更改的消息"
1519
+
1520
+ #: options/phrases-layouts/phrases-notification.php:269
1521
+ msgid "TYou've not made any changes"
1522
+ msgstr "您没有做出任何变更"
1523
+
1524
+ #: templates/comment/comment-form.php:56
1525
+ msgid "Unable to send an email"
1526
+ msgstr "不能发送邮件"
1527
+
1528
+ #: templates/comment/comment-form.php:58
1529
+ msgid "Subscription not successed"
1530
+ msgstr "订阅不成功"
1531
+
1532
+ #: templates/comment/comment-form.php:257
1533
+ #: templates/comment/comment-form.php:265
1534
+ msgid "wpDiscuz"
1535
+ msgstr "wpDiscuz"
1536
+
1537
+ #: utils/class.WpdiscuzHelper.php:57
1538
+ msgid "Cannot create image file"
1539
+ msgstr "不能创建图像文件"
1540
+
1541
+ #: utils/class.WpdiscuzHelper.php:58
1542
+ msgid "Permission denied for file creation"
1543
+ msgstr "没有创建文件的权限"
1544
+
1545
+ #: utils/class.WpdiscuzHelper.php:59
1546
+ msgid "PHP GD2 library is disabled"
1547
+ msgstr "PHP GD2库已禁用"
1548
+
1549
+ #: utils/class.WpdiscuzHelper.php:60
1550
+ msgid "PNG image creation disabled"
1551
+ msgstr "创建PNG图像已禁用"
1552
+
1553
+ #. Plugin Name of the plugin/theme
1554
+ msgid "wpDiscuz - supercharged native comments"
1555
+ msgstr "wpDiscuz - 超能原生评论"
1556
+
1557
+ #. Plugin URI of the plugin/theme
1558
+ msgid "http://wpdiscuz.com/"
1559
+ msgstr "http://wpdiscuz.com/"
1560
+
1561
+ #. Description of the plugin/theme
1562
+ msgid ""
1563
+ "Better comment system. Wordpress post comments and discussion plugin. Allows "
1564
+ "your visitors discuss, vote for comments and share."
1565
+ msgstr ""
1566
+ "更好的评论系统。Wordpress评论与讨论插件。允许访客评论、讨论、投票与分享。"
1567
+
1568
+ #. Author of the plugin/theme
1569
+ msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
1570
+ msgstr "gVectors 团队(A. Chakhoyan, G. 萨卡里恩, H. 马尔季罗相)"
1571
+
1572
+ #. Author URI of the plugin/theme
1573
+ msgid "http://gvectors.com/"
1574
+ msgstr "http://gvectors.com/"
options/options-layouts/settings-show-hide.php CHANGED
@@ -71,7 +71,8 @@ if (!defined('ABSPATH')) {
71
  </td>
72
  </tr>
73
  <?php
74
- $isWritable = @is_writable(WpdiscuzCore::$CAPTCHA_DIR);
 
75
  if ($isWritable) {
76
  $disableCaptcha = '';
77
  $msg = '';
71
  </td>
72
  </tr>
73
  <?php
74
+ $pathToDir = WPDISCUZ_DIR_PATH . WPDISCUZ_DS . 'utils' . WPDISCUZ_DS . 'temp';
75
+ $isWritable = @is_writable($pathToDir);
76
  if ($isWritable) {
77
  $disableCaptcha = '';
78
  $msg = '';
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: gVectors Team
3
  Tags: wordpress comments, ajax comments, ajax, custom form, custom fields, live update, live comments, realtime chat, chat, realtime commenting, Lazy load, Lazy load comments, mobile commenting, post comments, advanced comment, comments box, community, discussion, discuss, disqus, discuz, Disqus alternative, Livefyre alternative, Jetpack comments alternative, Facebook comments alternative, comment form, commenting, reply, comments, better comments, discussions, comment notifications, comment template, activity, comment author, comment system, redirect, comment redirect, first commenter, email commenting, social login, boost comments, native comments
4
  Requires at least: 3.8.0
5
  Tested up to: 4.8
6
- Stable tag: 4.0.10
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -140,9 +140,9 @@ Support Forum: https://gvectors.com/forum/
140
 
141
  == Changelog ==
142
 
143
- = 4.0.10 =
144
 
145
- * Fixed Bug: captcha setting reseted on update
146
 
147
  IMPORTANT:
148
 
@@ -151,6 +151,11 @@ IMPORTANT:
151
  - If you use CDN and found some issue please purge it.
152
  - 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/)
153
 
 
 
 
 
 
154
  = 4.0.9 =
155
 
156
  * Fixed Bug: Subscription doesn't work when replying from dashboard
3
  Tags: wordpress comments, ajax comments, ajax, custom form, custom fields, live update, live comments, realtime chat, chat, realtime commenting, Lazy load, Lazy load comments, mobile commenting, post comments, advanced comment, comments box, community, discussion, discuss, disqus, discuz, Disqus alternative, Livefyre alternative, Jetpack comments alternative, Facebook comments alternative, comment form, commenting, reply, comments, better comments, discussions, comment notifications, comment template, activity, comment author, comment system, redirect, comment redirect, first commenter, email commenting, social login, boost comments, native comments
4
  Requires at least: 3.8.0
5
  Tested up to: 4.8
6
+ Stable tag: 4.0.11
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
140
 
141
  == Changelog ==
142
 
143
+ = 4.0.11 =
144
 
145
+ * Fixed Bug: Parse error: syntax error on some servers
146
 
147
  IMPORTANT:
148
 
151
  - If you use CDN and found some issue please purge it.
152
  - 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/)
153
 
154
+
155
+ = 4.0.10 =
156
+
157
+ * Fixed Bug: captcha setting reseted on update
158
+
159
  = 4.0.9 =
160
 
161
  * Fixed Bug: Subscription doesn't work when replying from dashboard
templates/comment/class.WpdiscuzWalker.php CHANGED
@@ -61,7 +61,7 @@ class WpdiscuzWalker extends Walker_Comment {
61
  $commentAuthorUrl = esc_url($commentAuthorUrl, array('http', 'https'));
62
  $commentAuthorUrl = apply_filters('get_comment_author_url', $commentAuthorUrl, $comment->comment_ID, $comment);
63
 
64
- if (isset($this->optionsSerialized->isUserByEmail) && $this->optionsSerialized->isUserByEmail) {
65
  $user = get_user_by('email', $comment->comment_author_email);
66
  } else {
67
  $user = $comment->user_id ? get_user_by('id', $comment->user_id) : null;
@@ -151,7 +151,8 @@ class WpdiscuzWalker extends Walker_Comment {
151
 
152
  $commentContentClass = '';
153
  // begin printing comment template
154
- $output .= '<div id="wc-comm-' . $uniqueId . '" class="' . $commentWrapperClass . ' ' . $authorClass . ' wc_comment_level-' . $depth . '">';
 
155
  if ($this->optionsSerialized->wordpressShowAvatars) {
156
  $commentLeftClass = apply_filters('wpdiscuz_comment_left_class', '');
157
  $output .= '<div class="wc-comment-left ' . $commentLeftClass . '">' . $commentAuthorAvatar;
@@ -168,21 +169,23 @@ class WpdiscuzWalker extends Walker_Comment {
168
  $output .= '<div id="comment-' . $comment->comment_ID . '" class="wc-comment-right ' . $commentContentClass . '" ' . $hideAvatarStyle . '>';
169
  $output .= '<div class="wc-comment-header">';
170
  $uNameClasses = apply_filters('wpdiscuz_username_classes', '');
171
- $output .= '<div class="wc-comment-author ' . $uNameClasses . '">' . $authorName . '</div>';
 
172
 
173
  $output .= '<div class="wc-comment-link">';
174
  if ($this->optionsSerialized->shareButtons) {
175
  $output .= '<i class="fa fa-share-alt wc-share-link wpf-cta" aria-hidden="true" title="' . $shareText . '" ></i>';
176
  $commentLinkLength = strlen($commentLink);
177
  if ($commentLinkLength < 110) {
178
- $twitt_content = mb_substr(esc_attr(strip_tags($commentContent)), 0, 140 - $commentLinkLength) . '... ' . $commentLink;
179
  } else {
180
- $twitt_content = $commentLink;
181
  }
182
- $twitt_content = esc_url($twitt_content);
 
183
  $output .= '<span class="share_buttons_box">';
184
  $output .= (in_array('fb', $this->optionsSerialized->shareButtons) && $this->optionsSerialized->facebookAppID) ? '<span class="wc_fb"><i class="fa fa-facebook wpf-cta wc_tooltipster" aria-hidden="true" title=""></i><span>' . $this->optionsSerialized->phrases['wc_share_facebook'] . '</span></span>' : '';
185
- $output .= in_array('twitter', $this->optionsSerialized->shareButtons) ? '<a class="wc_tw" target="_blank" href="https://twitter.com/home?status=' . $twitt_content . '" title=""><i class="fa fa-twitter wpf-cta" aria-hidden="true"></i><span>' . $this->optionsSerialized->phrases['wc_share_twitter'] . '</span></a>' : '';
186
  $output .= in_array('google', $this->optionsSerialized->shareButtons) ? '<a class="wc_go" target="_blank" href="https://plus.google.com/share?url=' . get_permalink($comment->comment_post_ID) . '" title=""><i class="fa fa-google wpf-cta" aria-hidden="true"></i><span>' . $this->optionsSerialized->phrases['wc_share_google'] . '</span></a>' : '';
187
  $output .= in_array('vk', $this->optionsSerialized->shareButtons) ? '<a class="wc_vk" target="_blank" href="http://vk.com/share.php?url=' . get_permalink($comment->comment_post_ID) . '" title=""><i class="fa fa-vk wpf-cta" aria-hidden="true"></i><span>' . $this->optionsSerialized->phrases['wc_share_vk'] . '</span></a>' : '';
188
  $output .= in_array('ok', $this->optionsSerialized->shareButtons) ? '<a class="wc_ok" target="_blank" href="http://www.odnoklassniki.ru/dk?st.cmd=addShare&st.s=1&st._surl=' . get_permalink($comment->comment_post_ID) . '" title=""><i class="fa fa-odnoklassniki wpf-cta" aria-hidden="true"></i><span>' . $this->optionsSerialized->phrases['wc_share_ok'] . '</span></a>' : '';
61
  $commentAuthorUrl = esc_url($commentAuthorUrl, array('http', 'https'));
62
  $commentAuthorUrl = apply_filters('get_comment_author_url', $commentAuthorUrl, $comment->comment_ID, $comment);
63
 
64
+ if ($this->optionsSerialized->isUserByEmail) {
65
  $user = get_user_by('email', $comment->comment_author_email);
66
  } else {
67
  $user = $comment->user_id ? get_user_by('id', $comment->user_id) : null;
151
 
152
  $commentContentClass = '';
153
  // begin printing comment template
154
+ $wpCommentClasses = implode(' ', get_comment_class());
155
+ $output .= '<div id="wc-comm-' . $uniqueId . '" class="' . $commentWrapperClass . ' ' . $authorClass . ' wc_comment_level-' . $depth . ' ' . $wpCommentClasses . '">';
156
  if ($this->optionsSerialized->wordpressShowAvatars) {
157
  $commentLeftClass = apply_filters('wpdiscuz_comment_left_class', '');
158
  $output .= '<div class="wc-comment-left ' . $commentLeftClass . '">' . $commentAuthorAvatar;
169
  $output .= '<div id="comment-' . $comment->comment_ID . '" class="wc-comment-right ' . $commentContentClass . '" ' . $hideAvatarStyle . '>';
170
  $output .= '<div class="wc-comment-header">';
171
  $uNameClasses = apply_filters('wpdiscuz_username_classes', '');
172
+ $afterCommentAuthorName = apply_filters('wpdiscuz_after_comment_author', '', $comment, $user);
173
+ $output .= '<div class="wc-comment-author ' . $uNameClasses . '">' . $authorName . $afterCommentAuthorName . '</div>';
174
 
175
  $output .= '<div class="wc-comment-link">';
176
  if ($this->optionsSerialized->shareButtons) {
177
  $output .= '<i class="fa fa-share-alt wc-share-link wpf-cta" aria-hidden="true" title="' . $shareText . '" ></i>';
178
  $commentLinkLength = strlen($commentLink);
179
  if ($commentLinkLength < 110) {
180
+ $twitt_content = mb_substr(esc_attr(strip_tags($commentContent)), 0, 135 - $commentLinkLength) . '... ';
181
  } else {
182
+ $twitt_content = '';
183
  }
184
+ $twitt_content = urlencode($twitt_content);
185
+ $twCommentLink = urlencode($commentLink);
186
  $output .= '<span class="share_buttons_box">';
187
  $output .= (in_array('fb', $this->optionsSerialized->shareButtons) && $this->optionsSerialized->facebookAppID) ? '<span class="wc_fb"><i class="fa fa-facebook wpf-cta wc_tooltipster" aria-hidden="true" title=""></i><span>' . $this->optionsSerialized->phrases['wc_share_facebook'] . '</span></span>' : '';
188
+ $output .= in_array('twitter', $this->optionsSerialized->shareButtons) ? '<a class="wc_tw" target="_blank" href="https://twitter.com/intent/tweet?text=' . $twitt_content . '&url='.$twCommentLink.'" title=""><i class="fa fa-twitter wpf-cta" aria-hidden="true"></i><span>' . $this->optionsSerialized->phrases['wc_share_twitter'] . '</span></a>' : '';
189
  $output .= in_array('google', $this->optionsSerialized->shareButtons) ? '<a class="wc_go" target="_blank" href="https://plus.google.com/share?url=' . get_permalink($comment->comment_post_ID) . '" title=""><i class="fa fa-google wpf-cta" aria-hidden="true"></i><span>' . $this->optionsSerialized->phrases['wc_share_google'] . '</span></a>' : '';
190
  $output .= in_array('vk', $this->optionsSerialized->shareButtons) ? '<a class="wc_vk" target="_blank" href="http://vk.com/share.php?url=' . get_permalink($comment->comment_post_ID) . '" title=""><i class="fa fa-vk wpf-cta" aria-hidden="true"></i><span>' . $this->optionsSerialized->phrases['wc_share_vk'] . '</span></a>' : '';
191
  $output .= in_array('ok', $this->optionsSerialized->shareButtons) ? '<a class="wc_ok" target="_blank" href="http://www.odnoklassniki.ru/dk?st.cmd=addShare&st.s=1&st._surl=' . get_permalink($comment->comment_post_ID) . '" title=""><i class="fa fa-odnoklassniki wpf-cta" aria-hidden="true"></i><span>' . $this->optionsSerialized->phrases['wc_share_ok'] . '</span></a>' : '';