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 | 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 +4 -4
- languages/wpdiscuz-zh_CN.mo +0 -0
- languages/wpdiscuz-zh_CN.po +1574 -1489
- options/options-layouts/settings-show-hide.php +2 -1
- readme.txt +8 -3
- templates/comment/class.WpdiscuzWalker.php +10 -7
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.
|
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 |
-
|
|
|
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:
|
7 |
-
"Last-Translator: fau <service@fau.org.cn>\n"
|
8 |
-
"Language-Team:
|
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.
|
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 |
-
"
|
18 |
-
"
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
#: options/options-layouts/settings-social.php:
|
24 |
-
#: options/options-layouts/settings-social.php:
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
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 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
#: options/class.WpdiscuzOptions.php:
|
105 |
-
msgid "
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
#: options/
|
163 |
-
msgid "
|
164 |
-
msgstr "
|
165 |
-
|
166 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
#: options/
|
176 |
-
#: options/phrases-layouts/phrases-form.php:
|
177 |
-
msgid "Notify of
|
178 |
-
msgstr "
|
179 |
-
|
180 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
181 |
-
#: options/phrases-layouts/phrases-form.php:
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
#: options/
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
#: options/
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
#: options/
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
#: options/
|
214 |
-
#: options/phrases-layouts/phrases-
|
215 |
-
msgid "
|
216 |
-
msgstr "
|
217 |
-
|
218 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
#: options/
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
#: options/
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
#: options/
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
#: options/
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
#: options/
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
#: options/
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
#: options/
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
#: options/
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
#: options/
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
#: options/
|
269 |
-
msgid "
|
270 |
-
msgstr "
|
271 |
-
|
272 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
273 |
-
#: options/phrases-layouts/phrases-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
#: options/
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
#: options/
|
299 |
-
msgid "
|
300 |
-
msgstr "
|
301 |
-
|
302 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
#: options/
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
#: options/
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
#:
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
#:
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
#:
|
346 |
-
msgid "
|
347 |
-
msgstr "
|
348 |
-
|
349 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
#: options/
|
416 |
-
msgid "
|
417 |
-
msgstr "
|
418 |
-
|
419 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
420 |
-
msgid "
|
421 |
-
msgstr "
|
422 |
-
|
423 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
#: options/
|
433 |
-
msgid "
|
434 |
-
msgstr "
|
435 |
-
|
436 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
437 |
-
#: options/phrases-layouts/phrases-
|
438 |
-
msgid "
|
439 |
-
msgstr "
|
440 |
-
|
441 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
#: options/
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
#: options/
|
465 |
-
msgid "
|
466 |
-
msgstr "
|
467 |
-
|
468 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
#: options/
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
-
|
477 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
478 |
-
#: options/phrases-layouts/phrases-notification.php:
|
479 |
-
msgid "
|
480 |
-
msgstr "
|
481 |
-
|
482 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
483 |
-
msgid "
|
484 |
-
msgstr "
|
485 |
-
|
486 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
487 |
-
msgid "
|
488 |
-
msgstr "
|
489 |
-
|
490 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
491 |
-
msgid "
|
492 |
-
msgstr "
|
493 |
-
|
494 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
#: options/
|
509 |
-
msgid "
|
510 |
-
msgstr "
|
511 |
-
|
512 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
#: options/
|
536 |
-
msgid "
|
537 |
-
msgstr "
|
538 |
-
|
539 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
#: options/
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
#: options/
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
#: options/
|
558 |
-
msgid "
|
559 |
-
msgstr "
|
560 |
-
|
561 |
-
#: options/class.WpdiscuzOptionsSerialized.php:
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
#: options/
|
574 |
-
msgid "
|
575 |
-
msgstr "
|
576 |
-
|
577 |
-
#: options/
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
#: options/
|
592 |
-
msgid "
|
593 |
-
msgstr "
|
594 |
-
|
595 |
-
#: options/html-
|
596 |
-
msgid "
|
597 |
-
msgstr "
|
598 |
-
|
599 |
-
#: options/html-
|
600 |
-
msgid "
|
601 |
-
msgstr "
|
602 |
-
|
603 |
-
#: options/html-options.php:
|
604 |
-
msgid "
|
605 |
-
msgstr "
|
606 |
-
|
607 |
-
#: options/html-options.php:
|
608 |
-
msgid "
|
609 |
-
msgstr "
|
610 |
-
|
611 |
-
#: options/html-options.php:
|
612 |
-
#: options/options-layouts/settings-
|
613 |
-
msgid "
|
614 |
-
msgstr "
|
615 |
-
|
616 |
-
#: options/html-options.php:
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
#: options/
|
675 |
-
msgid "
|
676 |
-
msgstr "
|
677 |
-
|
678 |
-
#: options/
|
679 |
-
msgid "
|
680 |
-
msgstr "
|
681 |
-
|
682 |
-
#: options/
|
683 |
-
msgid "
|
684 |
-
msgstr "
|
685 |
-
|
686 |
-
#: options/options-layouts/
|
687 |
-
msgid "
|
688 |
-
msgstr "
|
689 |
-
|
690 |
-
#: options/options-layouts/
|
691 |
-
msgid "
|
692 |
-
msgstr "
|
693 |
-
|
694 |
-
#: options/options-layouts/settings-general.php:
|
695 |
-
msgid "
|
696 |
-
msgstr "
|
697 |
-
|
698 |
-
#: options/options-layouts/settings-general.php:
|
699 |
-
msgid "
|
700 |
-
msgstr "
|
701 |
-
|
702 |
-
#: options/options-layouts/settings-general.php:
|
703 |
-
msgid "
|
704 |
-
msgstr "
|
705 |
-
|
706 |
-
#: options/options-layouts/settings-general.php:
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
#: options/options-layouts/settings-general.php:
|
729 |
-
msgid "
|
730 |
-
msgstr "
|
731 |
-
|
732 |
-
#: options/options-layouts/settings-general.php:
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
#: options/options-layouts/settings-general.php:
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
#: options/options-layouts/settings-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
#: options/options-layouts/settings-general.php:
|
806 |
-
msgid "
|
807 |
-
msgstr "
|
808 |
-
|
809 |
-
#: options/options-layouts/settings-general.php:
|
810 |
-
msgid "
|
811 |
-
msgstr "
|
812 |
-
|
813 |
-
#: options/options-layouts/settings-general.php:
|
814 |
-
msgid "
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
msgstr "
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
#: options/options-layouts/settings-general.php:
|
826 |
-
msgid "
|
827 |
-
msgstr "
|
828 |
-
|
829 |
-
#: options/options-layouts/settings-general.php:
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
msgstr "
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
#: options/options-layouts/settings-
|
888 |
-
msgid "
|
889 |
-
msgstr "
|
890 |
-
|
891 |
-
#: options/options-layouts/settings-
|
892 |
-
msgid "
|
893 |
-
msgstr "
|
894 |
-
|
895 |
-
#: options/options-layouts/settings-
|
896 |
-
msgid "
|
897 |
-
msgstr "
|
898 |
-
|
899 |
-
#: options/options-layouts/settings-
|
900 |
-
msgid "
|
901 |
-
msgstr "
|
902 |
-
|
903 |
-
#: options/options-layouts/settings-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
#: options/options-layouts/settings-
|
939 |
-
msgid "
|
940 |
-
msgstr "
|
941 |
-
|
942 |
-
#: options/options-layouts/settings-
|
943 |
-
msgid "
|
944 |
-
msgstr "
|
945 |
-
|
946 |
-
#: options/options-layouts/settings-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
#: options/
|
971 |
-
msgid "
|
972 |
-
msgstr "
|
973 |
-
|
974 |
-
#: options/options-layouts/settings-show-hide.php:
|
975 |
-
msgid "Show
|
976 |
-
msgstr "
|
977 |
-
|
978 |
-
#: options/options-layouts/settings-show-hide.php:
|
979 |
-
msgid "Show
|
980 |
-
msgstr "
|
981 |
-
|
982 |
-
#: options/options-layouts/settings-show-hide.php:
|
983 |
-
msgid "Hide
|
984 |
-
msgstr "
|
985 |
-
|
986 |
-
#: options/options-layouts/settings-show-hide.php:
|
987 |
-
msgid "
|
988 |
-
msgstr "
|
989 |
-
|
990 |
-
#: options/options-layouts/settings-show-hide.php:
|
991 |
-
msgid "
|
992 |
-
msgstr "
|
993 |
-
|
994 |
-
#: options/options-layouts/settings-show-hide.php:
|
995 |
-
msgid "Hide
|
996 |
-
msgstr "
|
997 |
-
|
998 |
-
#: options/options-layouts/settings-show-hide.php:
|
999 |
-
msgid "
|
1000 |
-
msgstr "
|
1001 |
-
|
1002 |
-
#: options/options-layouts/settings-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
#: options/options-layouts/settings-
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
-
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
#: options/options-layouts/settings-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
#: options/options-layouts/settings-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
|
1046 |
-
|
1047 |
-
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
|
1057 |
-
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
#: options/options-layouts/settings-
|
1069 |
-
|
1070 |
-
|
1071 |
-
|
1072 |
-
|
1073 |
-
|
1074 |
-
|
1075 |
-
|
1076 |
-
#: options/options-layouts/settings-
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
-
|
1085 |
-
|
1086 |
-
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
-
|
1091 |
-
|
1092 |
-
|
1093 |
-
|
1094 |
-
|
1095 |
-
|
1096 |
-
|
1097 |
-
|
1098 |
-
|
1099 |
-
|
1100 |
-
#: options/options-layouts/settings-
|
1101 |
-
|
1102 |
-
|
1103 |
-
|
1104 |
-
#: options/options-layouts/settings-
|
1105 |
-
|
1106 |
-
|
1107 |
-
|
1108 |
-
|
1109 |
-
|
1110 |
-
|
1111 |
-
|
1112 |
-
|
1113 |
-
|
1114 |
-
|
1115 |
-
|
1116 |
-
|
1117 |
-
|
1118 |
-
|
1119 |
-
|
1120 |
-
|
1121 |
-
|
1122 |
-
|
1123 |
-
|
1124 |
-
|
1125 |
-
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
|
1138 |
-
|
1139 |
-
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
|
1145 |
-
|
1146 |
-
|
1147 |
-
|
1148 |
-
|
1149 |
-
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
-
|
1157 |
-
|
1158 |
-
|
1159 |
-
|
1160 |
-
|
1161 |
-
|
1162 |
-
|
1163 |
-
|
1164 |
-
|
1165 |
-
|
1166 |
-
|
1167 |
-
|
1168 |
-
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
-
|
1173 |
-
|
1174 |
-
|
1175 |
-
|
1176 |
-
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
-
|
1184 |
-
|
1185 |
-
|
1186 |
-
|
1187 |
-
|
1188 |
-
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
-
|
1193 |
-
|
1194 |
-
|
1195 |
-
|
1196 |
-
|
1197 |
-
|
1198 |
-
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
|
1209 |
-
|
1210 |
-
|
1211 |
-
|
1212 |
-
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
-
|
1219 |
-
|
1220 |
-
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
|
1228 |
-
|
1229 |
-
|
1230 |
-
|
1231 |
-
|
1232 |
-
|
1233 |
-
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
|
1242 |
-
|
1243 |
-
|
1244 |
-
|
1245 |
-
|
1246 |
-
|
1247 |
-
|
1248 |
-
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
-
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1277 |
-
|
1278 |
-
|
1279 |
-
|
1280 |
-
|
1281 |
-
|
1282 |
-
|
1283 |
-
|
1284 |
-
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
|
1289 |
-
|
1290 |
-
|
1291 |
-
|
1292 |
-
|
1293 |
-
|
1294 |
-
|
1295 |
-
|
1296 |
-
|
1297 |
-
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
|
1304 |
-
|
1305 |
-
|
1306 |
-
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
|
1312 |
-
|
1313 |
-
|
1314 |
-
|
1315 |
-
|
1316 |
-
|
1317 |
-
|
1318 |
-
|
1319 |
-
|
1320 |
-
|
1321 |
-
|
1322 |
-
|
1323 |
-
|
1324 |
-
|
1325 |
-
|
1326 |
-
|
1327 |
-
|
1328 |
-
|
1329 |
-
|
1330 |
-
|
1331 |
-
|
1332 |
-
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
-
|
1340 |
-
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
|
1358 |
-
|
1359 |
-
|
1360 |
-
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
-
|
1370 |
-
|
1371 |
-
|
1372 |
-
|
1373 |
-
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
-
|
1383 |
-
|
1384 |
-
|
1385 |
-
|
1386 |
-
|
1387 |
-
|
1388 |
-
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
|
1395 |
-
|
1396 |
-
|
1397 |
-
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
-
|
1404 |
-
|
1405 |
-
|
1406 |
-
|
1407 |
-
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
-
|
1415 |
-
|
1416 |
-
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
|
1422 |
-
|
1423 |
-
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
|
1428 |
-
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
-
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
|
1447 |
-
|
1448 |
-
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
-
|
1460 |
-
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
-
|
1483 |
-
|
1484 |
-
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
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 »"
|
564 |
+
msgstr "阅读更多 »"
|
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 |
-
$
|
|
|
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.
|
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.
|
144 |
|
145 |
-
* Fixed Bug:
|
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 (
|
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 |
-
$
|
|
|
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 |
-
$
|
|
|
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,
|
179 |
} else {
|
180 |
-
$twitt_content =
|
181 |
}
|
182 |
-
$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/
|
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>' : '';
|