Comments – wpDiscuz - Version 4.0.13

Version Description

Fixed Bug: CSS changes and Style issues

IMPORTANT:

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

Release Info

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

Code changes from version 4.0.12 to 4.0.13

assets/css/wpdiscuz.css CHANGED
@@ -36,7 +36,8 @@
36
  #wpcomm hr{background-color:rgba(0,0,0,0.1);border:0 none;height:1px;margin:10px auto}
37
  #wpcomm .avatar{padding:1px;margin:0 auto;float:none;display:inline;width:100%;height:auto; border:1px solid #ddd; border-radius:50%;}
38
  #wpcomm .wc-comment-text{text-align:left;padding-bottom:5px;line-height:22px;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}
39
- #wpcomm .wc-comment-text img{max-width:90%;height:auto}
 
40
  #wpcomm .wc-comment-header{margin-bottom:7px;height:30px;}
41
  #wpcomm .wc-comment-author{font-size:16px;width:40%;float:left;white-space:normal;text-align:left; padding:6px 0px 2px 15px;}
42
  #wpcomm .wc-comment-author a{font-size:16px;white-space:normal;text-decoration:none;line-height:25px}
@@ -312,78 +313,22 @@
312
  #wpcomm table.editcomment input[type=checkbox].wpd-field,
313
  #wpcomm table.editcomment input[type=radio].wpd-field { width:auto; height:auto; display:inline-block; padding:0px; line-height:13px; vertical-align:baseline; margin:0px 2px 0px 0px; }
314
  #wpcomm table.editcomment label.wpd-field-label{ width:auto; clear:both; height:auto; display:inline-block; float:none; padding:0px; line-height:20px; font-size:13px; margin:0px 15px 0px 0px; vertical-align:top; }
315
-
316
  .wpdiscuz-edit-form-wrap{ display:block; margin:10px;}
317
  .wpd-cursor-pointer{cursor: pointer;}
318
  #wpcomm .wpdiscuz-item input[type=checkbox]:focus{line-height: 1;}
319
- .wpdiscuz-post-rating-wrap.wpd-custom-field{
320
- display: flex;
321
- flex-wrap: wrap;
322
- }
323
- .wpdiscuz-post-rating-wrap.wpd-custom-field > [class ^= wpdiscuz-post-rating-wrap-custom_field]{
324
- flex-basis: 25%;
325
- margin-bottom: 10px;
326
- }
327
 
328
  /* SPOILER */
329
- #wpcomm .wpdiscuz-spoiler-wrap{
330
- background-color: #eee;
331
- border: 1px solid #555;
332
- border-style: dashed;
333
- margin: 5px 0;
334
- }
335
-
336
- #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler{
337
- padding: 5px;
338
- cursor: pointer;
339
- }
340
-
341
- #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler .fa{
342
- margin: 0 5px;
343
- }
344
-
345
- #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler-content{
346
- display: none;
347
- font-style: italic;
348
- padding: 5px;
349
- }
350
- #wpcomm .wpdiscuz-textarea-wrap textarea:focus{
351
- border: none!important;
352
- box-shadow: none;
353
- }
354
- #wpcomm .wc-comment-title{
355
- display: -webkit-flex;
356
- display: -moz-flex;
357
- display: -ms-flex;
358
- display: -o-flex;
359
- display: flex;
360
- justify-content: flex-end;
361
- -ms-align-items: center;
362
- align-items: center;
363
- }
364
- #wpcomm .wc-comment-title .wc_header_text_count{
365
- padding-top: 1px;
366
- padding-right: 8px;
367
- font-weight: 700;
368
- }
369
- #wpcomm .wpdiscuz-front-actions .wpdiscuz-sort-buttons{
370
- display: -webkit-flex;
371
- display: -moz-flex;
372
- display: -ms-flex;
373
- display: -o-flex;
374
- display: flex;
375
- justify-content: flex-end;
376
- -ms-align-items: center;
377
- align-items: center;
378
- }
379
- #wpcomm .wpdiscuz-front-actions .wpdiscuz-sort-buttons .wpdiscuz-sort-button{
380
- padding-top: 0;
381
- }
382
  @media screen and (max-width: 1024px){
383
- .wpdiscuz-post-rating-wrap.wpd-custom-field > [class ^= wpdiscuz-post-rating-wrap-custom_field]{
384
- flex-basis: 33%;
385
- margin-bottom: 10px;
386
- }
387
  }
388
  @media screen and (max-width:650px){
389
  #wpcomm .wpdiscuz-subscribe-form-option{width:100%!important;padding:0!important}
36
  #wpcomm hr{background-color:rgba(0,0,0,0.1);border:0 none;height:1px;margin:10px auto}
37
  #wpcomm .avatar{padding:1px;margin:0 auto;float:none;display:inline;width:100%;height:auto; border:1px solid #ddd; border-radius:50%;}
38
  #wpcomm .wc-comment-text{text-align:left;padding-bottom:5px;line-height:22px;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}
39
+ #wpcomm .wc-comment-text img{max-width:99%!important;height:auto; max-height:1000px;}
40
+ #wpcomm .wc-comment-text iframe{max-width:99%!important;}
41
  #wpcomm .wc-comment-header{margin-bottom:7px;height:30px;}
42
  #wpcomm .wc-comment-author{font-size:16px;width:40%;float:left;white-space:normal;text-align:left; padding:6px 0px 2px 15px;}
43
  #wpcomm .wc-comment-author a{font-size:16px;white-space:normal;text-decoration:none;line-height:25px}
313
  #wpcomm table.editcomment input[type=checkbox].wpd-field,
314
  #wpcomm table.editcomment input[type=radio].wpd-field { width:auto; height:auto; display:inline-block; padding:0px; line-height:13px; vertical-align:baseline; margin:0px 2px 0px 0px; }
315
  #wpcomm table.editcomment label.wpd-field-label{ width:auto; clear:both; height:auto; display:inline-block; float:none; padding:0px; line-height:20px; font-size:13px; margin:0px 15px 0px 0px; vertical-align:top; }
 
316
  .wpdiscuz-edit-form-wrap{ display:block; margin:10px;}
317
  .wpd-cursor-pointer{cursor: pointer;}
318
  #wpcomm .wpdiscuz-item input[type=checkbox]:focus{line-height: 1;}
319
+ .wpdiscuz-post-rating-wrap.wpd-custom-field{display: flex;flex-wrap: wrap;}
320
+ .wpdiscuz-post-rating-wrap.wpd-custom-field > [class ^= wpdiscuz-post-rating-wrap-custom_field]{flex-basis: 25%;margin-bottom: 10px;}
 
 
 
 
 
 
321
 
322
  /* SPOILER */
323
+ #wpcomm .wpdiscuz-spoiler-wrap{background-color: #eee;border: 1px solid #555;border-style: dashed;margin: 5px 0;}
324
+ #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler{padding: 5px;cursor: pointer;}
325
+ #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler .fa{margin: 0 5px;}
326
+ #wpcomm .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler-content{display: none;font-style: italic;padding: 5px;}
327
+ #wpcomm .wpdiscuz-textarea-wrap textarea:focus{border: none!important;box-shadow: none;}
328
+ #wpcomm .wpdiscuz-front-actions .wpdiscuz-sort-buttons{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: flex-end;-ms-align-items: center;align-items: center;}
329
+ #wpcomm .wpdiscuz-front-actions .wpdiscuz-sort-buttons .wpdiscuz-sort-button{padding-top: 0;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  @media screen and (max-width: 1024px){
331
+ .wpdiscuz-post-rating-wrap.wpd-custom-field > [class ^= wpdiscuz-post-rating-wrap-custom_field]{flex-basis: 33%;margin-bottom: 10px;}
 
 
 
332
  }
333
  @media screen and (max-width:650px){
334
  #wpcomm .wpdiscuz-subscribe-form-option{width:100%!important;padding:0!important}
assets/third-party/wpdcookiejs/js-cookie.js CHANGED
@@ -1,165 +1,165 @@
1
- /*!
2
- * JavaScript Cookie v2.1.3
3
- * https://github.com/js-cookie/js-cookie
4
- *
5
- * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
6
- * Released under the MIT license
7
- */
8
- ;(function (factory) {
9
- var registeredInModuleLoader = false;
10
- if (typeof define === 'function' && define.amd) {
11
- define(factory);
12
- registeredInModuleLoader = true;
13
- }
14
- if (typeof exports === 'object') {
15
- module.exports = factory();
16
- registeredInModuleLoader = true;
17
- }
18
- if (!registeredInModuleLoader) {
19
- var OldCookies = window.Cookies;
20
- var api = window.Cookies = factory();
21
- api.noConflict = function () {
22
- window.Cookies = OldCookies;
23
- return api;
24
- };
25
- }
26
- }(function () {
27
- function extend () {
28
- var i = 0;
29
- var result = {};
30
- for (; i < arguments.length; i++) {
31
- var attributes = arguments[ i ];
32
- for (var key in attributes) {
33
- result[key] = attributes[key];
34
- }
35
- }
36
- return result;
37
- }
38
-
39
- function init (converter) {
40
- function api (key, value, attributes) {
41
- var result;
42
- if (typeof document === 'undefined') {
43
- return;
44
- }
45
-
46
- // Write
47
-
48
- if (arguments.length > 1) {
49
- attributes = extend({
50
- path: '/'
51
- }, api.defaults, attributes);
52
-
53
- if (typeof attributes.expires === 'number') {
54
- var expires = new Date();
55
- expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
56
- attributes.expires = expires;
57
- }
58
-
59
- // We're using "expires" because "max-age" is not supported by IE
60
- attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
61
-
62
- try {
63
- result = JSON.stringify(value);
64
- if (/^[\{\[]/.test(result)) {
65
- value = result;
66
- }
67
- } catch (e) {}
68
-
69
- if (!converter.write) {
70
- value = encodeURIComponent(String(value))
71
- .replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
72
- } else {
73
- value = converter.write(value, key);
74
- }
75
-
76
- key = encodeURIComponent(String(key));
77
- key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
78
- key = key.replace(/[\(\)]/g, escape);
79
-
80
- var stringifiedAttributes = '';
81
-
82
- for (var attributeName in attributes) {
83
- if (!attributes[attributeName]) {
84
- continue;
85
- }
86
- stringifiedAttributes += '; ' + attributeName;
87
- if (attributes[attributeName] === true) {
88
- continue;
89
- }
90
- stringifiedAttributes += '=' + attributes[attributeName];
91
- }
92
- return (document.cookie = key + '=' + value + stringifiedAttributes);
93
- }
94
-
95
- // Read
96
-
97
- if (!key) {
98
- result = {};
99
- }
100
-
101
- // To prevent the for loop in the first place assign an empty array
102
- // in case there are no cookies at all. Also prevents odd result when
103
- // calling "get()"
104
- var cookies = document.cookie ? document.cookie.split('; ') : [];
105
- var rdecode = /(%[0-9A-Z]{2})+/g;
106
- var i = 0;
107
-
108
- for (; i < cookies.length; i++) {
109
- var parts = cookies[i].split('=');
110
- var cookie = parts.slice(1).join('=');
111
-
112
- if (cookie.charAt(0) === '"') {
113
- cookie = cookie.slice(1, -1);
114
- }
115
-
116
- try {
117
- var name = parts[0].replace(rdecode, decodeURIComponent);
118
- cookie = converter.read ?
119
- converter.read(cookie, name) : converter(cookie, name) ||
120
- cookie.replace(rdecode, decodeURIComponent);
121
-
122
- if (this.json) {
123
- try {
124
- cookie = JSON.parse(cookie);
125
- } catch (e) {}
126
- }
127
-
128
- if (key === name) {
129
- result = cookie;
130
- break;
131
- }
132
-
133
- if (!key) {
134
- result[name] = cookie;
135
- }
136
- } catch (e) {}
137
- }
138
-
139
- return result;
140
- }
141
-
142
- api.set = api;
143
- api.get = function (key) {
144
- return api.call(api, key);
145
- };
146
- api.getJSON = function () {
147
- return api.apply({
148
- json: true
149
- }, [].slice.call(arguments));
150
- };
151
- api.defaults = {};
152
-
153
- api.remove = function (key, attributes) {
154
- api(key, '', extend(attributes, {
155
- expires: -1
156
- }));
157
- };
158
-
159
- api.withConverter = init;
160
-
161
- return api;
162
- }
163
-
164
- return init(function () {});
165
- }));
1
+ /*!
2
+ * JavaScript Cookie v2.1.3
3
+ * https://github.com/js-cookie/js-cookie
4
+ *
5
+ * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
6
+ * Released under the MIT license
7
+ */
8
+ ;(function (factory) {
9
+ var registeredInModuleLoader = false;
10
+ if (typeof define === 'function' && define.amd) {
11
+ define(factory);
12
+ registeredInModuleLoader = true;
13
+ }
14
+ if (typeof exports === 'object') {
15
+ module.exports = factory();
16
+ registeredInModuleLoader = true;
17
+ }
18
+ if (!registeredInModuleLoader) {
19
+ var OldCookies = window.Cookies;
20
+ var api = window.Cookies = factory();
21
+ api.noConflict = function () {
22
+ window.Cookies = OldCookies;
23
+ return api;
24
+ };
25
+ }
26
+ }(function () {
27
+ function extend () {
28
+ var i = 0;
29
+ var result = {};
30
+ for (; i < arguments.length; i++) {
31
+ var attributes = arguments[ i ];
32
+ for (var key in attributes) {
33
+ result[key] = attributes[key];
34
+ }
35
+ }
36
+ return result;
37
+ }
38
+
39
+ function init (converter) {
40
+ function api (key, value, attributes) {
41
+ var result;
42
+ if (typeof document === 'undefined') {
43
+ return;
44
+ }
45
+
46
+ // Write
47
+
48
+ if (arguments.length > 1) {
49
+ attributes = extend({
50
+ path: '/'
51
+ }, api.defaults, attributes);
52
+
53
+ if (typeof attributes.expires === 'number') {
54
+ var expires = new Date();
55
+ expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
56
+ attributes.expires = expires;
57
+ }
58
+
59
+ // We're using "expires" because "max-age" is not supported by IE
60
+ attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
61
+
62
+ try {
63
+ result = JSON.stringify(value);
64
+ if (/^[\{\[]/.test(result)) {
65
+ value = result;
66
+ }
67
+ } catch (e) {}
68
+
69
+ if (!converter.write) {
70
+ value = encodeURIComponent(String(value))
71
+ .replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
72
+ } else {
73
+ value = converter.write(value, key);
74
+ }
75
+
76
+ key = encodeURIComponent(String(key));
77
+ key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
78
+ key = key.replace(/[\(\)]/g, escape);
79
+
80
+ var stringifiedAttributes = '';
81
+
82
+ for (var attributeName in attributes) {
83
+ if (!attributes[attributeName]) {
84
+ continue;
85
+ }
86
+ stringifiedAttributes += '; ' + attributeName;
87
+ if (attributes[attributeName] === true) {
88
+ continue;
89
+ }
90
+ stringifiedAttributes += '=' + attributes[attributeName];
91
+ }
92
+ return (document.cookie = key + '=' + value + stringifiedAttributes);
93
+ }
94
+
95
+ // Read
96
+
97
+ if (!key) {
98
+ result = {};
99
+ }
100
+
101
+ // To prevent the for loop in the first place assign an empty array
102
+ // in case there are no cookies at all. Also prevents odd result when
103
+ // calling "get()"
104
+ var cookies = document.cookie ? document.cookie.split('; ') : [];
105
+ var rdecode = /(%[0-9A-Z]{2})+/g;
106
+ var i = 0;
107
+
108
+ for (; i < cookies.length; i++) {
109
+ var parts = cookies[i].split('=');
110
+ var cookie = parts.slice(1).join('=');
111
+
112
+ if (cookie.charAt(0) === '"') {
113
+ cookie = cookie.slice(1, -1);
114
+ }
115
+
116
+ try {
117
+ var name = parts[0].replace(rdecode, decodeURIComponent);
118
+ cookie = converter.read ?
119
+ converter.read(cookie, name) : converter(cookie, name) ||
120
+ cookie.replace(rdecode, decodeURIComponent);
121
+
122
+ if (this.json) {
123
+ try {
124
+ cookie = JSON.parse(cookie);
125
+ } catch (e) {}
126
+ }
127
+
128
+ if (key === name) {
129
+ result = cookie;
130
+ break;
131
+ }
132
+
133
+ if (!key) {
134
+ result[name] = cookie;
135
+ }
136
+ } catch (e) {}
137
+ }
138
+
139
+ return result;
140
+ }
141
+
142
+ api.set = api;
143
+ api.get = function (key) {
144
+ return api.call(api, key);
145
+ };
146
+ api.getJSON = function () {
147
+ return api.apply({
148
+ json: true
149
+ }, [].slice.call(arguments));
150
+ };
151
+ api.defaults = {};
152
+
153
+ api.remove = function (key, attributes) {
154
+ api(key, '', extend(attributes, {
155
+ expires: -1
156
+ }));
157
+ };
158
+
159
+ api.withConverter = init;
160
+
161
+ return api;
162
+ }
163
+
164
+ return init(function () {});
165
+ }));
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.12
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
@@ -697,7 +697,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
697
  }
698
  if (isset($_COOKIE['wc_moderate_comments_' . $this->commentsArgs['post_id']])) {
699
  $moderateComments = explode(',', $_COOKIE['wc_moderate_comments_' . $this->commentsArgs['post_id']]);
700
- if ($moderateComments && is_array($moderateComments)) {
701
  $this->commentsArgs['status'] = 'all';
702
  $this->commentsArgs['wc_comments'] = array_merge($this->commentsArgs['wc_comments'], $moderateComments);
703
  $commentListArgs['comment_status'] = array_merge($commentListArgs['comment_status'], array(0));
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.13
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
697
  }
698
  if (isset($_COOKIE['wc_moderate_comments_' . $this->commentsArgs['post_id']])) {
699
  $moderateComments = explode(',', $_COOKIE['wc_moderate_comments_' . $this->commentsArgs['post_id']]);
700
+ if ($moderateComments && is_array($moderateComments) && is_array($this->commentsArgs['wc_comments'])) {
701
  $this->commentsArgs['status'] = 'all';
702
  $this->commentsArgs['wc_comments'] = array_merge($this->commentsArgs['wc_comments'], $moderateComments);
703
  $commentListArgs['comment_status'] = array_merge($commentListArgs['comment_status'], array(0));
languages/wpdiscuz-zh_CN.po CHANGED
@@ -1,1574 +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: 2017-08-08 09:33+0800\n"
7
- "Last-Translator: fau <service@fau.org.cn>\n"
8
- "Language-Team: 主题猫 <themecat@163.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
18
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
- "X-Poedit-SearchPathExcluded-0: *.js\n"
20
- "Language: zh_CN\n"
21
- "X-Poedit-SearchPath-0: .\n"
22
-
23
- #: class.WpdiscuzCore.php:889 options/options-layouts/settings-social.php:40
24
- #: options/options-layouts/settings-social.php:42
25
- #: options/options-layouts/settings-social.php:44
26
- #: options/options-layouts/settings-social.php:46
27
- msgid "Settings"
28
- msgstr "设置"
29
-
30
- #: class.WpdiscuzCore.php:891
31
- msgid "Phrases"
32
- msgstr "短语"
33
-
34
- #: class.WpdiscuzCore.php:932 options/phrases-layouts/phrases-comment.php:116
35
- msgid "Admin"
36
- msgstr "管理员"
37
-
38
- #: class.WpdiscuzCore.php:934 class.WpdiscuzCore.php:943
39
- #: options/phrases-layouts/phrases-comment.php:118
40
- msgid "Author"
41
- msgstr "作者"
42
-
43
- #: class.WpdiscuzCore.php:938 options/phrases-layouts/phrases-comment.php:124
44
- msgid "Member"
45
- msgstr "成员"
46
-
47
- #: class.WpdiscuzCore.php:944 options/phrases-layouts/phrases-comment.php:122
48
- msgid "Guest"
49
- msgstr "游客"
50
-
51
- #: options/class.WpdiscuzOptions.php:30 options/class.WpdiscuzOptions.php:103
52
- #: options/class.WpdiscuzOptions.php:223
53
- msgid "Hacker?"
54
- msgstr "黑客 ?"
55
-
56
- #: options/class.WpdiscuzOptions.php:258
57
- msgid ""
58
- "Brings an ocean of emotions to your comments. It comes with an awesome smile "
59
- "package."
60
- msgstr "为您的评论添加表情包。有酷酷的微笑包哦"
61
-
62
- #: options/class.WpdiscuzOptions.php:259
63
- msgid ""
64
- "Comment reporting tools. Auto-moderates comments based on number of flags "
65
- "and dislikes."
66
- msgstr "评论报表工具。基于赞和踩数量,自动审核评论"
67
-
68
- #: options/class.WpdiscuzOptions.php:260
69
- msgid ""
70
- "Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
71
- "options. Uses free translation API."
72
- msgstr "添加一个智能的Ajax\"翻译\"按钮,可以翻译60种语言,使用免费翻译API"
73
-
74
- #: options/class.WpdiscuzOptions.php:261
75
- msgid ""
76
- "AJAX powered front-end comment search. It starts searching while you type "
77
- "search words. "
78
- msgstr "Ajax驱动的前端评论搜索。当您输入搜索词时启动搜索。"
79
-
80
- #: options/class.WpdiscuzOptions.php:262
81
- msgid ""
82
- "Most voted comments, Active comment threads, Most commented posts, Active "
83
- "comment authors"
84
- msgstr "得票最多的评论,活跃的评论区,评论最多的文章,活跃的评论人"
85
-
86
- #: options/class.WpdiscuzOptions.php:263
87
- msgid ""
88
- "All in one powerful yet simple admin toolkit to moderate comments on front-"
89
- "end."
90
- msgstr "用于前端审核评论的简单且强大的管理工具"
91
-
92
- #: options/class.WpdiscuzOptions.php:264
93
- msgid ""
94
- "Extended comment attachment system. Allows to upload images, videos, audios "
95
- "and other file types."
96
- msgstr "扩展的评论附件模块,允许上传图片、视频、音频和其他文件类型。"
97
-
98
- #: options/class.WpdiscuzOptions.php:265
99
- msgid ""
100
- "Adds No CAPTCHA on all comment forms. Stops spam and bot comments with "
101
- "Google reCAPTCHA"
102
- msgstr "评论表单上不添加CAPCHA。用Google reCAPTCHA停止垃圾评论。"
103
-
104
- #: options/class.WpdiscuzOptions.php:266
105
- msgid ""
106
- "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
107
- "myCRED points. "
108
- msgstr "集成myCRED标签和级别。转化wpDiscuz评论投票/赞为myCRED积分。"
109
-
110
- #: options/class.WpdiscuzOptions.php:267
111
- msgid ""
112
- "Allows censoring comment words. Filters comments and replaces those phrases "
113
- "with custom words."
114
- msgstr "允许审查评论字段。过滤评论中的短语且替换为自定义字段"
115
-
116
- #: options/class.WpdiscuzOptions.php:279
117
- msgid "New Addons are available for wpDiscuz Comments Plugin"
118
- msgstr "wpDiscuz评论插件有新附加组件"
119
-
120
- #: options/class.WpdiscuzOptions.php:286 options/class.WpdiscuzOptions.php:292
121
- msgid "Go to wpDiscuz Addons subMenu"
122
- msgstr "前往wpDiscuz附加组件子菜单"
123
-
124
- #: options/class.WpdiscuzOptionsSerialized.php:568
125
- #: options/phrases-layouts/phrases-general.php:12
126
- msgid "Leave a Reply"
127
- msgstr "说点什么"
128
-
129
- #: options/class.WpdiscuzOptionsSerialized.php:569
130
- msgid "Be the First to Comment!"
131
- msgstr "您将是第一位评论人!"
132
-
133
- #: options/class.WpdiscuzOptionsSerialized.php:570 options/html-phrases.php:22
134
- #: options/phrases-layouts/phrases-general.php:32
135
- msgid "Comment"
136
- msgstr "评论"
137
-
138
- #: options/class.WpdiscuzOptionsSerialized.php:571
139
- msgid "Comments"
140
- msgstr "评论"
141
-
142
- #: options/class.WpdiscuzOptionsSerialized.php:572
143
- msgid "on"
144
- msgstr "在"
145
-
146
- #: options/class.WpdiscuzOptionsSerialized.php:573
147
- msgid "Start the discussion"
148
- msgstr "开始讨论"
149
-
150
- #: options/class.WpdiscuzOptionsSerialized.php:574
151
- msgid "Join the discussion"
152
- msgstr "加入讨论"
153
-
154
- #: options/class.WpdiscuzOptionsSerialized.php:575 options/html-phrases.php:24
155
- msgid "Email"
156
- msgstr "邮箱"
157
-
158
- #: options/class.WpdiscuzOptionsSerialized.php:576
159
- msgid "Name"
160
- msgstr "名字"
161
-
162
- #: options/class.WpdiscuzOptionsSerialized.php:577
163
- msgid "WebSite URL"
164
- msgstr "站点"
165
-
166
- #: options/class.WpdiscuzOptionsSerialized.php:578
167
- msgid "Please insert the code above to comment"
168
- msgstr "请输入验证码提交评论"
169
-
170
- #: options/class.WpdiscuzOptionsSerialized.php:579
171
- msgid "Post Comment"
172
- msgstr "发表评论"
173
-
174
- #: options/class.WpdiscuzOptionsSerialized.php:580
175
- #: options/phrases-layouts/phrases-form.php:82
176
- #: options/phrases-layouts/phrases-form.php:86
177
- msgid "Notify of"
178
- msgstr "提醒"
179
-
180
- #: options/class.WpdiscuzOptionsSerialized.php:581
181
- #: options/phrases-layouts/phrases-form.php:96
182
- msgid "new follow-up comments"
183
- msgstr "新跟进评论"
184
-
185
- #: options/class.WpdiscuzOptionsSerialized.php:582
186
- msgid "new replies to my comments"
187
- msgstr "我评论的新回复"
188
-
189
- #: options/class.WpdiscuzOptionsSerialized.php:583
190
- #: options/phrases-layouts/phrases-form.php:116
191
- msgid "Notify of new replies to this comment"
192
- msgstr "有此评论的新回复则提醒我"
193
-
194
- #: options/class.WpdiscuzOptionsSerialized.php:584
195
- #: options/phrases-layouts/phrases-form.php:122
196
- #: options/phrases-layouts/phrases-form.php:126
197
- msgid "Sort by"
198
- msgstr "排序"
199
-
200
- #: options/class.WpdiscuzOptionsSerialized.php:585
201
- #: options/phrases-layouts/phrases-form.php:132
202
- #: options/phrases-layouts/phrases-form.php:136
203
- msgid "newest"
204
- msgstr "最新"
205
-
206
- #: options/class.WpdiscuzOptionsSerialized.php:586
207
- #: options/phrases-layouts/phrases-form.php:142
208
- #: options/phrases-layouts/phrases-form.php:146
209
- msgid "oldest"
210
- msgstr "最旧"
211
-
212
- #: options/class.WpdiscuzOptionsSerialized.php:587
213
- #: options/phrases-layouts/phrases-form.php:152
214
- #: options/phrases-layouts/phrases-form.php:156
215
- msgid "most voted"
216
- msgstr "得票最多"
217
-
218
- #: options/class.WpdiscuzOptionsSerialized.php:588
219
- msgid "Load More Comments"
220
- msgstr "加载更多评论"
221
-
222
- #: options/class.WpdiscuzOptionsSerialized.php:589
223
- #: options/phrases-layouts/phrases-general.php:72
224
- msgid "Load Rest of Comments"
225
- msgstr "加载剩余评论"
226
-
227
- #: options/class.WpdiscuzOptionsSerialized.php:590
228
- #: options/phrases-layouts/phrases-comment.php:12
229
- msgid "Reply"
230
- msgstr "回复"
231
-
232
- #: options/class.WpdiscuzOptionsSerialized.php:591
233
- #: options/phrases-layouts/phrases-comment.php:22
234
- msgid "Share"
235
- msgstr "分享"
236
-
237
- #: options/class.WpdiscuzOptionsSerialized.php:592
238
- #: options/phrases-layouts/phrases-comment.php:32
239
- msgid "Edit"
240
- msgstr "编辑"
241
-
242
- #: options/class.WpdiscuzOptionsSerialized.php:593
243
- #: options/phrases-layouts/phrases-comment.php:42
244
- msgid "Share On Facebook"
245
- msgstr "分享至脸书"
246
-
247
- #: options/class.WpdiscuzOptionsSerialized.php:594
248
- #: options/phrases-layouts/phrases-comment.php:52
249
- msgid "Share On Twitter"
250
- msgstr "分享至推特"
251
-
252
- #: options/class.WpdiscuzOptionsSerialized.php:595
253
- #: options/phrases-layouts/phrases-comment.php:62
254
- msgid "Share On Google"
255
- msgstr "分享至谷歌"
256
-
257
- #: options/class.WpdiscuzOptionsSerialized.php:596
258
- #: options/phrases-layouts/phrases-comment.php:72
259
- msgid "Share On VKontakte"
260
- msgstr "分享至VK社区"
261
-
262
- #: options/class.WpdiscuzOptionsSerialized.php:597
263
- #: options/phrases-layouts/phrases-comment.php:82
264
- msgid "Share On Odnoklassniki"
265
- msgstr "分享至Odnoklassniki"
266
-
267
- #: options/class.WpdiscuzOptionsSerialized.php:598
268
- #: options/phrases-layouts/phrases-comment.php:92
269
- msgid "Hide Replies"
270
- msgstr "隐藏回复"
271
-
272
- #: options/class.WpdiscuzOptionsSerialized.php:599
273
- #: options/phrases-layouts/phrases-comment.php:102
274
- msgid "Show Replies"
275
- msgstr "显示回复"
276
-
277
- #: options/class.WpdiscuzOptionsSerialized.php:600
278
- #: options/phrases-layouts/phrases-general.php:86
279
- msgid "New Comment"
280
- msgstr "新评论"
281
-
282
- #: options/class.WpdiscuzOptionsSerialized.php:601
283
- msgid "New comment on the discussion section you've been interested in"
284
- msgstr "您感兴趣的讨论区中的新评论"
285
-
286
- #: options/class.WpdiscuzOptionsSerialized.php:602
287
- #: options/phrases-layouts/phrases-email.php:36
288
- #: options/phrases-layouts/phrases-general.php:106
289
- #: utils/class.WpdiscuzEmailHelper.php:154
290
- msgid "New Reply"
291
- msgstr "新回复"
292
-
293
- #: options/class.WpdiscuzOptionsSerialized.php:603
294
- #: utils/class.WpdiscuzEmailHelper.php:155
295
- msgid "New reply on the discussion section you've been interested in"
296
- msgstr "您感兴趣的讨论区中的新回复"
297
-
298
- #: options/class.WpdiscuzOptionsSerialized.php:604
299
- msgid "You're subscribed for new replies on this comment"
300
- msgstr "您已订阅此评论上的新回复"
301
-
302
- #: options/class.WpdiscuzOptionsSerialized.php:605
303
- msgid "You're subscribed for new replies on all your comments"
304
- msgstr "您已订阅您所有评论上的新回复"
305
-
306
- #: options/class.WpdiscuzOptionsSerialized.php:606
307
- msgid "You're subscribed for new follow-up comments on this post"
308
- msgstr "您已订阅此评论上的新回复"
309
-
310
- #: options/class.WpdiscuzOptionsSerialized.php:607
311
- #: options/phrases-layouts/phrases-email.php:52
312
- #: options/phrases-layouts/phrases-email.php:56
313
- msgid "Unsubscribe"
314
- msgstr "不订阅"
315
-
316
- #: options/class.WpdiscuzOptionsSerialized.php:608
317
- #: options/phrases-layouts/phrases-email.php:66
318
- msgid "Cancel subscription"
319
- msgstr "取消订阅"
320
-
321
- #: options/class.WpdiscuzOptionsSerialized.php:609
322
- #: options/phrases-layouts/phrases-notification.php:32
323
- msgid "You've successfully unsubscribed."
324
- msgstr "你已取消订阅"
325
-
326
- #: options/class.WpdiscuzOptionsSerialized.php:610
327
- #: options/phrases-layouts/phrases-notification.php:22
328
- msgid "You've successfully subscribed."
329
- msgstr "你已成功订阅"
330
-
331
- #: options/class.WpdiscuzOptionsSerialized.php:611
332
- #: options/phrases-layouts/phrases-email.php:72
333
- #: options/phrases-layouts/phrases-email.php:76
334
- msgid "Confirm your subscription"
335
- msgstr "确认您的订阅"
336
-
337
- #: options/class.WpdiscuzOptionsSerialized.php:612
338
- #: options/phrases-layouts/phrases-email.php:82
339
- #: options/phrases-layouts/phrases-email.php:86
340
- msgid "You've successfully confirmed your subscription."
341
- msgstr "你已成功确认订阅"
342
-
343
- #: options/class.WpdiscuzOptionsSerialized.php:613
344
- #: options/phrases-layouts/phrases-email.php:96
345
- #: utils/class.WpdiscuzEmailHelper.php:47
346
- msgid "Subscribe Confirmation"
347
- msgstr "订阅确认"
348
-
349
- #: options/class.WpdiscuzOptionsSerialized.php:614
350
- #: options/phrases-layouts/phrases-email.php:106
351
- #: utils/class.WpdiscuzEmailHelper.php:48
352
- msgid ""
353
- "Hi, <br/> You just subscribed for new comments on our website. This means "
354
- "you will receive an email when new comments are posted according to "
355
- "subscription option you've chosen. <br/> To activate, click confirm below. "
356
- "If you believe this is an error, ignore this message and we'll never bother "
357
- "you again."
358
- msgstr ""
359
- "Hi, <br/><br/> 您已经订阅了关于您评论的新回复。<br/><br/>点击下面的链接即可确"
360
- "认您的订阅。<br/><br/>或者,您不想被打扰,可以忽略此邮件,你将不会收到您评论"
361
- "的提醒。"
362
-
363
- #: options/class.WpdiscuzOptionsSerialized.php:615
364
- msgid "please fill out this field to comment"
365
- msgstr "评论前请先填写此字段"
366
-
367
- #: options/class.WpdiscuzOptionsSerialized.php:616
368
- msgid "email address is invalid"
369
- msgstr "无效的邮箱地址"
370
-
371
- #: options/class.WpdiscuzOptionsSerialized.php:617
372
- msgid "url is invalid"
373
- msgstr "无效的URL网址"
374
-
375
- #: options/class.WpdiscuzOptionsSerialized.php:618
376
- msgid "year"
377
- msgstr "年"
378
-
379
- #: options/class.WpdiscuzOptionsSerialized.php:619
380
- msgid "years"
381
- msgstr "年"
382
-
383
- #: options/class.WpdiscuzOptionsSerialized.php:620
384
- msgid "month"
385
- msgstr "月"
386
-
387
- #: options/class.WpdiscuzOptionsSerialized.php:621
388
- msgid "months"
389
- msgstr "月"
390
-
391
- #: options/class.WpdiscuzOptionsSerialized.php:622
392
- msgid "day"
393
- msgstr "天"
394
-
395
- #: options/class.WpdiscuzOptionsSerialized.php:623
396
- msgid "days"
397
- msgstr "天"
398
-
399
- #: options/class.WpdiscuzOptionsSerialized.php:624
400
- msgid "hour"
401
- msgstr "小时"
402
-
403
- #: options/class.WpdiscuzOptionsSerialized.php:625
404
- msgid "hours"
405
- msgstr "小时"
406
-
407
- #: options/class.WpdiscuzOptionsSerialized.php:626
408
- msgid "minute"
409
- msgstr "分钟"
410
-
411
- #: options/class.WpdiscuzOptionsSerialized.php:627
412
- msgid "minutes"
413
- msgstr "分钟"
414
-
415
- #: options/class.WpdiscuzOptionsSerialized.php:628
416
- msgid "second"
417
- msgstr "秒"
418
-
419
- #: options/class.WpdiscuzOptionsSerialized.php:629
420
- msgid "seconds"
421
- msgstr "秒"
422
-
423
- #: options/class.WpdiscuzOptionsSerialized.php:630
424
- msgid "right now"
425
- msgstr "马上"
426
-
427
- #: options/class.WpdiscuzOptionsSerialized.php:631
428
- msgid "ago"
429
- msgstr "之前"
430
-
431
- #: options/class.WpdiscuzOptionsSerialized.php:632
432
- #: options/phrases-layouts/phrases-datetime.php:156
433
- msgid "Today"
434
- msgstr "今天"
435
-
436
- #: options/class.WpdiscuzOptionsSerialized.php:633
437
- #: options/phrases-layouts/phrases-notification.php:84
438
- msgid "You must be"
439
- msgstr "你一定是"
440
-
441
- #: options/class.WpdiscuzOptionsSerialized.php:634
442
- msgid "You are logged in as"
443
- msgstr "您是"
444
-
445
- #: options/class.WpdiscuzOptionsSerialized.php:635
446
- #: options/phrases-layouts/phrases-notification.php:104
447
- msgid "Log out"
448
- msgstr "登出"
449
-
450
- #: options/class.WpdiscuzOptionsSerialized.php:636
451
- msgid "logged in"
452
- msgstr "已登录"
453
-
454
- #: options/class.WpdiscuzOptionsSerialized.php:637
455
- msgid "to post a comment."
456
- msgstr "为发表评论"
457
-
458
- #: options/class.WpdiscuzOptionsSerialized.php:638
459
- #: options/phrases-layouts/phrases-comment.php:138
460
- msgid "Vote Up"
461
- msgstr "赞"
462
-
463
- #: options/class.WpdiscuzOptionsSerialized.php:639
464
- #: options/phrases-layouts/phrases-comment.php:148
465
- msgid "Vote Down"
466
- msgstr "踩"
467
-
468
- #: options/class.WpdiscuzOptionsSerialized.php:640
469
- #: options/phrases-layouts/phrases-notification.php:134
470
- msgid "Vote Counted"
471
- msgstr "计入的投票"
472
-
473
- #: options/class.WpdiscuzOptionsSerialized.php:641
474
- msgid "You've already voted for this comment"
475
- msgstr "您已对此评论投过票了"
476
-
477
- #: options/class.WpdiscuzOptionsSerialized.php:642
478
- #: options/phrases-layouts/phrases-notification.php:154
479
- msgid "Voting Error"
480
- msgstr "投票错误"
481
-
482
- #: options/class.WpdiscuzOptionsSerialized.php:643
483
- msgid "You Must Be Logged In To Vote"
484
- msgstr "您须先登录再投票"
485
-
486
- #: options/class.WpdiscuzOptionsSerialized.php:644
487
- msgid "You cannot vote for your comment"
488
- msgstr "您不能为自己的评论投票"
489
-
490
- #: options/class.WpdiscuzOptionsSerialized.php:645
491
- msgid "You are not allowed to vote for this comment"
492
- msgstr "您不能给此评论投票"
493
-
494
- #: options/class.WpdiscuzOptionsSerialized.php:646
495
- #: options/phrases-layouts/phrases-notification.php:194
496
- msgid "Invalid Captcha Code"
497
- msgstr "无效的验证码"
498
-
499
- #: options/class.WpdiscuzOptionsSerialized.php:647
500
- #: options/phrases-layouts/phrases-notification.php:204
501
- msgid "Some of field value is invalid"
502
- msgstr "一些字段值无效"
503
-
504
- #: options/class.WpdiscuzOptionsSerialized.php:648
505
- msgid "new comment"
506
- msgstr "新评论"
507
-
508
- #: options/class.WpdiscuzOptionsSerialized.php:649
509
- msgid "new comments"
510
- msgstr "新评论"
511
-
512
- #: options/class.WpdiscuzOptionsSerialized.php:650
513
- msgid "Comment awaiting moderation"
514
- msgstr "待审核的评论"
515
-
516
- #: options/class.WpdiscuzOptionsSerialized.php:651
517
- msgid "new reply on your comment"
518
- msgstr "您评论的新回复"
519
-
520
- #: options/class.WpdiscuzOptionsSerialized.php:652
521
- msgid "new replies on your comments"
522
- msgstr "您评论的新回复"
523
-
524
- #: options/class.WpdiscuzOptionsSerialized.php:653
525
- #: options/phrases-layouts/phrases-general.php:126
526
- msgid "New"
527
- msgstr "新的"
528
-
529
- #: options/class.WpdiscuzOptionsSerialized.php:654
530
- #: options/phrases-layouts/phrases-notification.php:249
531
- msgid "Sorry, the comment was not updated"
532
- msgstr "对不起,评论未更新"
533
-
534
- #: options/class.WpdiscuzOptionsSerialized.php:655
535
- #: options/phrases-layouts/phrases-notification.php:259
536
- msgid "Sorry, this comment no longer possible to edit"
537
- msgstr "对不起,此评论已不能编辑"
538
-
539
- #: options/class.WpdiscuzOptionsSerialized.php:656
540
- msgid "You've not made any changes"
541
- msgstr "您没有做出任何更改"
542
-
543
- #: options/class.WpdiscuzOptionsSerialized.php:657
544
- #: options/phrases-layouts/phrases-comment.php:162
545
- msgid "Save"
546
- msgstr "保存"
547
-
548
- #: options/class.WpdiscuzOptionsSerialized.php:658
549
- #: options/phrases-layouts/phrases-comment.php:172
550
- msgid "Cancel"
551
- msgstr "取消"
552
-
553
- #: options/class.WpdiscuzOptionsSerialized.php:659
554
- msgid "Input is too short"
555
- msgstr "输入太短"
556
-
557
- #: options/class.WpdiscuzOptionsSerialized.php:660
558
- msgid "Input is too long"
559
- msgstr "输入太长"
560
-
561
- #: options/class.WpdiscuzOptionsSerialized.php:661
562
- #: options/phrases-layouts/phrases-comment.php:182
563
- msgid "Read more &raquo;"
564
- msgstr "阅读更多 &raquo;"
565
-
566
- #: options/class.WpdiscuzOptionsSerialized.php:662
567
- #: options/phrases-layouts/phrases-comment.php:192
568
- msgid "Anonymous"
569
- msgstr "匿名"
570
-
571
- #: options/class.WpdiscuzOptionsSerialized.php:663
572
- #: options/phrases-layouts/phrases-notification.php:275
573
- #: options/phrases-layouts/phrases-notification.php:279
574
- msgid "Please fill out required fields"
575
- msgstr "请填写必填字段"
576
-
577
- #: options/class.WpdiscuzOptionsSerialized.php:664
578
- #: options/phrases-layouts/phrases-form.php:192
579
- #: options/phrases-layouts/phrases-form.php:196
580
- msgid "Connect with"
581
- msgstr "一键登录"
582
-
583
- #: options/class.WpdiscuzOptionsSerialized.php:665
584
- msgid "You're subscribed to"
585
- msgstr "您已订阅了"
586
-
587
- #: options/class.WpdiscuzOptionsSerialized.php:666
588
- msgid "Participate in this discussion via email"
589
- msgstr "用邮箱参与此讨论"
590
-
591
- #: options/html-addons.php:11
592
- msgid "wpDiscuz Addons"
593
- msgstr "wpDiscuz附加组件"
594
-
595
- #: options/html-addons.php:54
596
- msgid "Installed"
597
- msgstr "已安装"
598
-
599
- #: options/html-addons.php:61
600
- msgid "Addon Details | Buy"
601
- msgstr "附加组件详情 | 购买"
602
-
603
- #: options/html-options.php:10
604
- msgid "wpDiscuz General Settings"
605
- msgstr "wpDiscuz通用设置"
606
-
607
- #: options/html-options.php:55 options/options-layouts/settings-general.php:7
608
- msgid "General Settings"
609
- msgstr "通用设置"
610
-
611
- #: options/html-options.php:56
612
- #: options/options-layouts/settings-live-update.php:7
613
- msgid "Live Update"
614
- msgstr "在线更新"
615
-
616
- #: options/html-options.php:57
617
- msgid "Show/Hide"
618
- msgstr "显示/隐藏"
619
-
620
- #: options/html-options.php:58
621
- msgid "Subscription"
622
- msgstr "订阅"
623
-
624
- #: options/html-options.php:58
625
- msgid "and Postmatic"
626
- msgstr "以及Postmatic"
627
-
628
- #: options/html-options.php:59
629
- msgid "Styling"
630
- msgstr "风格"
631
-
632
- #: options/html-options.php:60 options/options-layouts/settings-social.php:124
633
- msgid "Social Login"
634
- msgstr "社交登陆"
635
-
636
- #: options/html-options.php:61
637
- #: options/options-layouts/settings-integrations.php:7
638
- msgid "Integrations"
639
- msgstr "集成"
640
-
641
- #: options/html-options.php:62 options/options-layouts/settings-addons.php:7
642
- msgid "Addons"
643
- msgstr "附加组件"
644
-
645
- #: options/html-options.php:146
646
- msgid "Reset Options"
647
- msgstr "重置选项"
648
-
649
- #: options/html-options.php:148
650
- msgid "Refresh comment optimization"
651
- msgstr "刷新评论优化"
652
-
653
- #: options/html-options.php:150
654
- msgid "Remove vote data"
655
- msgstr "移除投票数据"
656
-
657
- #: options/html-options.php:151 options/html-phrases.php:71
658
- #: options/html-tools.php:58
659
- msgid "Save Changes"
660
- msgstr "保存更改"
661
-
662
- #: options/html-phrases.php:10
663
- msgid "wpDiscuz Front-end Phrases"
664
- msgstr "WpDiscuz前端短语"
665
-
666
- #: options/html-phrases.php:20
667
- msgid "General"
668
- msgstr "通用"
669
-
670
- #: options/html-phrases.php:21
671
- msgid "Form"
672
- msgstr "表单"
673
-
674
- #: options/html-phrases.php:23
675
- msgid "Date/Time"
676
- msgstr "日期 / 时间"
677
-
678
- #: options/html-phrases.php:25
679
- msgid "Notification"
680
- msgstr "提醒"
681
-
682
- #: options/html-tools.php:10
683
- msgid "wpDiscuz Tools"
684
- msgstr "wpDiscuz工具"
685
-
686
- #: options/html-tools.php:22 options/tools-layouts/export.php:8
687
- msgid "Export options"
688
- msgstr "导出选项"
689
-
690
- #: options/html-tools.php:23 options/tools-layouts/import.php:7
691
- msgid "Import options"
692
- msgstr "导入选项"
693
-
694
- #: options/options-layouts/settings-general.php:11
695
- msgid "Display comment form for post types"
696
- msgstr "为文章类型显示评论表单"
697
-
698
- #: options/options-layouts/settings-general.php:29
699
- msgid "Enable Quicktags"
700
- msgstr "启用快速标签"
701
-
702
- #: options/options-layouts/settings-general.php:34
703
- msgid "Use guest email to detect registered account"
704
- msgstr "使用游客邮箱匹配已注册账户"
705
-
706
- #: options/options-layouts/settings-general.php:36
707
- msgid ""
708
- "Sometimes registered users comment as guest using the same email address. "
709
- "wpDiscuz can detect the account role using guest email and display commenter "
710
- "label correctly."
711
- msgstr ""
712
- "有时注册用户未登录时使用相同的邮箱来评论。wpDiscuz可以基于游客邮箱探测账户并"
713
- "正确显示评论人"
714
-
715
- #: options/options-layouts/settings-general.php:42
716
- msgid "Comment author must fill out email"
717
- msgstr "评论人须填写邮箱"
718
-
719
- #: options/options-layouts/settings-general.php:46
720
- msgid "Comment author must fill out name"
721
- msgstr "评论人须填写名字"
722
-
723
- #: options/options-layouts/settings-general.php:51
724
- msgid "Comment author name min length (for guests only)"
725
- msgstr "评论人名字最小长度(仅用于游客)"
726
-
727
- #: options/options-layouts/settings-general.php:55
728
- #: options/options-layouts/settings-general.php:78
729
- msgid "Min"
730
- msgstr "最小"
731
-
732
- #: options/options-layouts/settings-general.php:58
733
- #: options/options-layouts/settings-general.php:81
734
- msgid "Max"
735
- msgstr "最大"
736
-
737
- #: options/options-layouts/settings-general.php:64
738
- msgid "Keep guest commenter credentials in browser cookies for x days"
739
- msgstr "为游客评论人的浏览器cookie中的密钥保留 x 天"
740
-
741
- #: options/options-layouts/settings-general.php:66
742
- msgid "Set this option value -1 to make it unlimited."
743
- msgstr "设置-1则无限制"
744
-
745
- #: options/options-layouts/settings-general.php:67
746
- msgid "Set this option value 0 to clear those data when user closes browser."
747
- msgstr "设置0则当用户关闭浏览器时清空数据"
748
-
749
- #: options/options-layouts/settings-general.php:74
750
- msgid "Comment text length"
751
- msgstr "评论文本长度"
752
-
753
- #: options/options-layouts/settings-general.php:87
754
- msgid ""
755
- "The number of words before breaking comment text and showing \"Read more\" "
756
- "link"
757
- msgstr "评论缩略文字长度。超过此字数则显示\"阅读更多\" 链接"
758
-
759
- #: options/options-layouts/settings-general.php:89
760
- msgid "Set this option value 0, to turn off comment text breaking function."
761
- msgstr "设置为0,则关闭评论文本缩略功能。"
762
-
763
- #: options/options-layouts/settings-general.php:95
764
- msgid "Comment text size in pixels"
765
- msgstr "评论文本的像素大小"
766
-
767
- #: options/options-layouts/settings-general.php:108
768
- msgid "Allow comment editing for"
769
- msgstr "允许评论编辑,为了"
770
-
771
- #: options/options-layouts/settings-general.php:112
772
- msgid "Do not allow"
773
- msgstr "不允许"
774
-
775
- #: options/options-layouts/settings-general.php:113
776
- #: options/options-layouts/settings-general.php:114
777
- #: options/options-layouts/settings-live-update.php:52
778
- #: options/options-layouts/settings-live-update.php:53
779
- #: options/options-layouts/settings-live-update.php:54
780
- msgid "Minutes"
781
- msgstr "分钟"
782
-
783
- #: options/options-layouts/settings-general.php:115
784
- #: options/phrases-layouts/phrases-datetime.php:72
785
- msgid "Hour"
786
- msgstr "小时"
787
-
788
- #: options/options-layouts/settings-general.php:116
789
- #: options/options-layouts/settings-general.php:117
790
- msgid "Hours"
791
- msgstr "小时"
792
-
793
- #: options/options-layouts/settings-general.php:118
794
- msgid "Unlimit"
795
- msgstr "无限"
796
-
797
- #: options/options-layouts/settings-general.php:124
798
- msgid "Redirect first commenter to"
799
- msgstr "将第一个评论人重定向至"
800
-
801
- #: options/options-layouts/settings-general.php:131
802
- msgid "Do not redirect"
803
- msgstr "不重定向"
804
-
805
- #: options/options-layouts/settings-general.php:138
806
- msgid "Allow guests to vote on comments"
807
- msgstr "允许游客为评论投票"
808
-
809
- #: options/options-layouts/settings-general.php:143
810
- msgid "Comments loading/pagination type"
811
- msgstr "评论加载/分页类型"
812
-
813
- #: options/options-layouts/settings-general.php:145
814
- msgid ""
815
- "You can manage the number of comments for [Load more] option in Settings > "
816
- "Discussion page, using \"Break comments into pages with [X] top level "
817
- "comments per page\" option. To show the default Wordpress comment pagination "
818
- "you should enable the checkbox on bigining of the same option."
819
- msgstr ""
820
- "您可以在设置 -> 讨论 页面,为[加载更多]管理评论数量,使用\"每页一级评论数量达"
821
- "到 [X] 时分页\" 的选项。若要显示wordpress默认的评论分页,您需要启用相同的选"
822
- "项。"
823
-
824
- #: options/options-layouts/settings-general.php:151
825
- #: options/options-layouts/settings-general.php:153
826
- msgid "[Load more] Button"
827
- msgstr "[加载更多] 按钮"
828
-
829
- #: options/options-layouts/settings-general.php:155
830
- #: options/options-layouts/settings-general.php:157
831
- msgid "[Load rest of all comments] Button"
832
- msgstr "[加载剩余评论] 按钮"
833
-
834
- #: options/options-layouts/settings-general.php:159
835
- #: options/options-layouts/settings-general.php:161
836
- msgid "Lazy load comments on scrolling"
837
- msgstr "滚动式延迟加载评论"
838
-
839
- #: options/options-layouts/settings-general.php:168
840
- msgid "Use WordPress Date/Time format"
841
- msgstr "使用WordPress日期/时间格式"
842
-
843
- #: options/options-layouts/settings-general.php:169
844
- msgid ""
845
- "wpDiscuz shows Human Readable date format. If you check this option it'll "
846
- "show the date/time format set in WordPress General Settings."
847
- msgstr ""
848
- "wpDiscuz显示人机友好的日期格式。如果你勾选此项,将按WordPress通用设置来显示。"
849
-
850
- #: options/options-layouts/settings-general.php:175
851
- msgid "Current Wordpress date/time format"
852
- msgstr "WordPress当前日期/时间格式"
853
-
854
- #: options/options-layouts/settings-general.php:181
855
- msgid "Use Plugin .PO/.MO files"
856
- msgstr "使用插件的 .PO/.MO 文件"
857
-
858
- #: options/options-layouts/settings-general.php:182
859
- msgid ""
860
- "wpDiscuz phrase system allows you to translate all front-end phrases. "
861
- "However if you have a multi-language website it'll not allow you to add more "
862
- "than one language translation. The only way to get it is the plugin "
863
- "translation files (.PO / .MO). If wpDiscuz has the languages you need you "
864
- "should check this option to disable phrase system and it'll automatically "
865
- "translate all phrases based on language files according to current language."
866
- msgstr ""
867
- "wpDiscuz短语设置允许你翻译所有前端字段。但是,如果你有多语言站点那么你需要使"
868
- "用 (.PO / .MO)翻译文件。wpDiscuz将根据当前语言显示前端字段。"
869
-
870
- #: options/options-layouts/settings-general.php:189
871
- msgid ""
872
- "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
873
- "use"
874
- msgstr "显示wpDiscuz插件标识,帮助wpDiscuz成长"
875
-
876
- #: options/options-layouts/settings-general.php:191
877
- msgid ""
878
- "Please check this option on to help wpDiscuz get more popularity as your "
879
- "thank to the hard work we do for you totally free. This option adds a very "
880
- "small (16x16px) icon under the comment section which will allow your site "
881
- "visitors recognize the name of comment solution you use."
882
- msgstr ""
883
- "勾选此项,以帮助wpDiscuz更受欢迎,因为您感谢我们为您完全免费的努力工作。此选"
884
- "项在评论部分添加了一个非常小的(16x16px)图标,这将允许您的网站访问者识别您使"
885
- "用的评论插件名称。"
886
-
887
- #: options/options-layouts/settings-general.php:196
888
- msgid "Thank you!"
889
- msgstr "谢谢!"
890
-
891
- #: options/options-layouts/settings-integrations.php:14
892
- msgid "BuddyPress"
893
- msgstr "BuddyPress"
894
-
895
- #: options/options-layouts/settings-integrations.php:15
896
- msgid "Users Ultra"
897
- msgstr "Users Ultra"
898
-
899
- #: options/options-layouts/settings-integrations.php:16
900
- msgid "User Pro"
901
- msgstr "User Pro"
902
-
903
- #: options/options-layouts/settings-integrations.php:17
904
- msgid "Ultimate Member"
905
- msgstr "Ultimate Member"
906
-
907
- #: options/options-layouts/settings-integrations.php:18
908
- msgid "MyCred"
909
- msgstr "MyCred"
910
-
911
- #: options/options-layouts/settings-live-update.php:12
912
- msgid "Live update options"
913
- msgstr "在线更新选项"
914
-
915
- #: options/options-layouts/settings-live-update.php:13
916
- msgid ""
917
- "wpDiscuz 3 live update is very smart and doesn't overload your server even "
918
- "if you're on Shared hosting plan and even your website is very active. "
919
- "However we recommend to monitor your server resources if you're on a Shared "
920
- "hosting plan. There are some very weak hosting plans which may not be able "
921
- "to perform very frequently live update requests. If you found some issue you "
922
- "can set the option below 30 seconds or more."
923
- msgstr ""
924
- "wpDiscuz 3实时更新非常频繁,即使您使用的是共享主机计划,甚至您的网站非常活"
925
- "跃,也不会拖累您的服务器。但是,如果您使用的是共享主机计划,我们建议您监视服"
926
- "务器资源。有一些非常弱的托管计划可能无法执行非常频繁的实时更新请求。如果您发"
927
- "现某些问题,您可以将选项设置为30秒以下。"
928
-
929
- #: options/options-layouts/settings-live-update.php:18
930
- msgid "Never update"
931
- msgstr "永不更新"
932
-
933
- #: options/options-layouts/settings-live-update.php:20
934
- msgid "Turn off \"Live Update\" function"
935
- msgstr "关闭 \"在线更新\" 功能"
936
-
937
- #: options/options-layouts/settings-live-update.php:22
938
- #: options/options-layouts/settings-subscription.php:36
939
- msgid "Show new comment/reply buttons to update manualy"
940
- msgstr "为手动更新显示新评论/回复按钮"
941
-
942
- #: options/options-layouts/settings-live-update.php:24
943
- msgid "Always check for new comments and show update buttons"
944
- msgstr "总是检查新评论并显示更新按钮"
945
-
946
- #: options/options-layouts/settings-live-update.php:26
947
- #: options/options-layouts/settings-subscription.php:40
948
- msgid "Always update"
949
- msgstr "总是更新"
950
-
951
- #: options/options-layouts/settings-live-update.php:28
952
- msgid "Always check for new comments and update automatically"
953
- msgstr "总是检查新评论并自动更新"
954
-
955
- #: options/options-layouts/settings-live-update.php:35
956
- msgid "Disable live update for guests"
957
- msgstr "为游客禁用在线更新"
958
-
959
- #: options/options-layouts/settings-live-update.php:43
960
- msgid "Update comment list every"
961
- msgstr "更新评论列表,每"
962
-
963
- #: options/options-layouts/settings-live-update.php:48
964
- #: options/options-layouts/settings-live-update.php:49
965
- #: options/options-layouts/settings-live-update.php:50
966
- msgid "Seconds"
967
- msgstr "秒"
968
-
969
- #: options/options-layouts/settings-live-update.php:51
970
- #: options/phrases-layouts/phrases-datetime.php:92
971
- msgid "Minute"
972
- msgstr "分钟"
973
-
974
- #: options/options-layouts/settings-show-hide.php:7
975
- msgid "Show/Hide Components"
976
- msgstr "显示/隐藏 部件"
977
-
978
- #: options/options-layouts/settings-show-hide.php:11
979
- msgid "Show logged-in user name and logout link on top of main form"
980
- msgstr "在主表上显示登入的用户名以及登出链接"
981
-
982
- #: options/options-layouts/settings-show-hide.php:15
983
- msgid "Hide Reply button for Guests"
984
- msgstr "为游客隐藏回复按钮"
985
-
986
- #: options/options-layouts/settings-show-hide.php:19
987
- msgid "Hide Reply button for Members"
988
- msgstr "为成员隐藏回复按钮"
989
-
990
- #: options/options-layouts/settings-show-hide.php:23
991
- msgid "Hide Commenter Labels"
992
- msgstr "隐藏评论人标签"
993
-
994
- #: options/options-layouts/settings-show-hide.php:27
995
- msgid "Hide Voting buttons"
996
- msgstr "隐藏投票按钮"
997
-
998
- #: options/options-layouts/settings-show-hide.php:31
999
- msgid "Comment voting statistic mode"
1000
- msgstr "评论投票统计模式"
1001
-
1002
- #: options/options-layouts/settings-show-hide.php:36
1003
- msgid "total count"
1004
- msgstr "合计数"
1005
-
1006
- #: options/options-layouts/settings-show-hide.php:40
1007
- msgid "separate count"
1008
- msgstr "区分计数"
1009
-
1010
- #: options/options-layouts/settings-show-hide.php:46
1011
- msgid "Show Share Buttons"
1012
- msgstr "显示分享按钮"
1013
-
1014
- #: options/options-layouts/settings-show-hide.php:69
1015
- msgid ""
1016
- "The plugin captcha directory is not writable! Please set writable "
1017
- "permissions on \"wpdiscuz/utils/temp\" directory in order to use the first "
1018
- "type of captcha generation"
1019
- msgstr ""
1020
- "插件的验证码目录不可写!请为\"wpdiscuz/utils/temp\" 目录设置可写权限,您方可"
1021
- "使用验证码自动生成功能"
1022
-
1023
- #: options/options-layouts/settings-show-hide.php:73
1024
- msgid "Captcha generation type"
1025
- msgstr "验证码生成类型"
1026
-
1027
- #: options/options-layouts/settings-show-hide.php:79
1028
- msgid "use file system"
1029
- msgstr "使用文件系统"
1030
-
1031
- #: options/options-layouts/settings-show-hide.php:84
1032
- msgid "use wordpress session"
1033
- msgstr "使用WordPress会话"
1034
-
1035
- #: options/options-layouts/settings-show-hide.php:90
1036
- msgid "Hide the CAPTCHA field for guests"
1037
- msgstr "为游客隐藏验证码"
1038
-
1039
- #: options/options-layouts/settings-show-hide.php:94
1040
- msgid "Show the CAPTCHA field for logged in users"
1041
- msgstr "为已登录用户显示验证码"
1042
-
1043
- #: options/options-layouts/settings-show-hide.php:98
1044
- msgid "Show the Website URL field"
1045
- msgstr "显示网站URL字段"
1046
-
1047
- #: options/options-layouts/settings-show-hide.php:102
1048
- msgid "Hide header text"
1049
- msgstr "隐藏头部文本"
1050
-
1051
- #: options/options-layouts/settings-show-hide.php:106
1052
- msgid "Show sorting buttons"
1053
- msgstr "显示排序按钮"
1054
-
1055
- #: options/options-layouts/settings-show-hide.php:110
1056
- msgid "Set comments ordering to \"Most voted\" by default "
1057
- msgstr "设置默认评论顺序为\"投票最多\""
1058
-
1059
- #: options/options-layouts/settings-show-hide.php:114
1060
- msgid "Hide comment link"
1061
- msgstr "隐藏评论链接"
1062
-
1063
- #: options/options-layouts/settings-show-hide.php:118
1064
- msgid "Enable automatic image URL to image HTML conversion"
1065
- msgstr "启用自动的图片URL到图片HTML的转换"
1066
-
1067
- #: options/options-layouts/settings-social.php:50
1068
- #: options/options-layouts/settings-social.php:61
1069
- #: options/options-layouts/settings-social.php:72
1070
- #: options/options-layouts/settings-social.php:83
1071
- msgid "Activate"
1072
- msgstr "激活"
1073
-
1074
- #: options/options-layouts/settings-social.php:54
1075
- #: options/options-layouts/settings-social.php:65
1076
- #: options/options-layouts/settings-social.php:76
1077
- #: options/options-layouts/settings-social.php:87
1078
- msgid "View details/Install"
1079
- msgstr "显示细节/安装"
1080
-
1081
- #: options/options-layouts/settings-social.php:125
1082
- msgid ""
1083
- "You can use one of these most popular Social Login Plugins to allow your "
1084
- "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
1085
- "OK and lots of other social network service accounts. All social login "
1086
- "buttons will be fully integrated with wpDiscuz comment forms."
1087
- msgstr ""
1088
- "您可以启用社交登陆功能,支持Facebook, Twitter, Google+, Wordpress, VK, 等等。"
1089
- "所有社交登录按钮都可无缝集成至wpDiscuz评论表单。"
1090
-
1091
- #: options/options-layouts/settings-style.php:7
1092
- msgid "Background and Colors"
1093
- msgstr "背景与颜色"
1094
-
1095
- #: options/options-layouts/settings-style.php:12
1096
- msgid "Comment Form Background Color"
1097
- msgstr "评论表单背景色"
1098
-
1099
- #: options/options-layouts/settings-style.php:16
1100
- #: options/options-layouts/settings-style.php:25
1101
- #: options/options-layouts/settings-style.php:34
1102
- #: options/options-layouts/settings-style.php:43
1103
- #: options/options-layouts/settings-style.php:52
1104
- #: options/options-layouts/settings-style.php:61
1105
- #: options/options-layouts/settings-style.php:70
1106
- #: options/options-layouts/settings-style.php:79
1107
- #: options/options-layouts/settings-style.php:92
1108
- msgid "Example: #00FF00"
1109
- msgstr "例如:#00FF00"
1110
-
1111
- #: options/options-layouts/settings-style.php:21
1112
- msgid "Comment Background Color"
1113
- msgstr "评论背景色"
1114
-
1115
- #: options/options-layouts/settings-style.php:30
1116
- msgid "Reply Background Color"
1117
- msgstr "回复背景色"
1118
-
1119
- #: options/options-layouts/settings-style.php:39
1120
- msgid "Comment Text Color"
1121
- msgstr "评论文本色"
1122
-
1123
- #: options/options-layouts/settings-style.php:48
1124
- msgid "Vote, Reply, Share, Edit links text colors"
1125
- msgstr "投票,回复,分享,编辑链接文本色"
1126
-
1127
- #: options/options-layouts/settings-style.php:57
1128
- msgid "Comment form fields border color"
1129
- msgstr "评论表字段边框色"
1130
-
1131
- #: options/options-layouts/settings-style.php:66
1132
- msgid "New loaded comments' background color"
1133
- msgstr "新加载的评论背景色"
1134
-
1135
- #: options/options-layouts/settings-style.php:75
1136
- msgid "Primary Color"
1137
- msgstr "主色"
1138
-
1139
- #: options/options-layouts/settings-style.php:89
1140
- msgid "label color"
1141
- msgstr "标签色"
1142
-
1143
- #: options/options-layouts/settings-style.php:100
1144
- msgid "Disable font awesome css loading"
1145
- msgstr "禁用font awesome css加载"
1146
-
1147
- #: options/options-layouts/settings-style.php:108
1148
- msgid "Custom CSS Code"
1149
- msgstr "自定义CSS代码"
1150
-
1151
- #: options/options-layouts/settings-subscription.php:7
1152
- msgid "Email Subscription Settings"
1153
- msgstr "邮箱订阅设置"
1154
-
1155
- #: options/options-layouts/settings-subscription.php:12
1156
- msgid "Show comment subscription bar"
1157
- msgstr "显示评论订阅"
1158
-
1159
- #: options/options-layouts/settings-subscription.php:14
1160
- msgid ""
1161
- "This bar provides two subscription options: notify of \"new follow-up "
1162
- "comments\" and \"new replies to my comments\""
1163
- msgstr "此横条支持两个订阅选项:提醒 \"新跟进的评论\" 和 \"我评论的新回复\""
1164
-
1165
- #: options/options-layouts/settings-subscription.php:20
1166
- msgid "Disable subscription confirmation for registered users"
1167
- msgstr "对已注册用户禁用订阅确认"
1168
-
1169
- #: options/options-layouts/settings-subscription.php:24
1170
- msgid "Disable subscription confirmation for guests"
1171
- msgstr "对游客禁用订阅确认"
1172
-
1173
- #: options/options-layouts/settings-subscription.php:28
1174
- msgid "Show subscription types in dropdown"
1175
- msgstr "在下拉表中显示订阅类型"
1176
-
1177
- #: options/options-layouts/settings-subscription.php:32
1178
- msgid "Both"
1179
- msgstr "两者"
1180
-
1181
- #: options/options-layouts/settings-subscription.php:34
1182
- msgid "Both post and all comments subscription"
1183
- msgstr "文章以及所有评论订阅"
1184
-
1185
- #: options/options-layouts/settings-subscription.php:38
1186
- msgid "Post subscription"
1187
- msgstr "文章订阅"
1188
-
1189
- #: options/options-layouts/settings-subscription.php:42
1190
- msgid "All comments subscription"
1191
- msgstr "所有评论订阅"
1192
-
1193
- #: options/options-layouts/settings-subscription.php:49
1194
- msgid "Show \"Notify of new replies to this comment\""
1195
- msgstr "显示\"关于此评论新回复的提醒\""
1196
-
1197
- #: options/options-layouts/settings-subscription.php:51
1198
- msgid ""
1199
- "wpDiscuz is the only comment plugin which allows you to subscribe to certain "
1200
- "comment replies. This option is located above [Post Comment] button in "
1201
- "comment form. You can disable this subscription way by unchecking this "
1202
- "option."
1203
- msgstr ""
1204
- "wpDiscuz是唯一允许您针对特定的评论订阅的评论插件。此选项在 [发表评论] 按钮前"
1205
- "显示,您可以取消勾选、禁用此功能。"
1206
-
1207
- #: options/options-layouts/settings-subscription.php:58
1208
- msgid "\"Notify of new replies to this comment\" checked by default"
1209
- msgstr "默认勾选 \"提醒我此评论的新回复\" "
1210
-
1211
- #: options/options-layouts/settings-subscription.php:65
1212
- msgid "Use Postmatic for subscriptions and commenting by email"
1213
- msgstr "为订阅和邮箱评论使用Postmatic "
1214
-
1215
- #: options/options-layouts/settings-subscription.php:66
1216
- msgid ""
1217
- "Postmatic allows your users subscribe to comments. Instead of just being "
1218
- "notified, they add a reply right from their inbox."
1219
- msgstr ""
1220
- "Postmatic允许您的用户订阅评论。比之仅仅收到提醒,他们可以在收件箱中直接回复评"
1221
- "论。"
1222
-
1223
- #: options/phrases-layouts/phrases-comment.php:7
1224
- msgid "Comment Template Phrases"
1225
- msgstr "评论模板短语"
1226
-
1227
- #: options/phrases-layouts/phrases-comment.php:158
1228
- msgid "Save edited comment button text"
1229
- msgstr "保存编辑的评论按钮文本"
1230
-
1231
- #: options/phrases-layouts/phrases-comment.php:168
1232
- msgid "Cancel comment editing button text"
1233
- msgstr "取消评论编辑按钮文本"
1234
-
1235
- #: options/phrases-layouts/phrases-comment.php:178
1236
- msgid "Comment read more link text"
1237
- msgstr "评论阅读更多的链接文本"
1238
-
1239
- #: options/phrases-layouts/phrases-comment.php:188
1240
- msgid "Anonymous commenter name"
1241
- msgstr "匿名评论人名字"
1242
-
1243
- #: options/phrases-layouts/phrases-datetime.php:7
1244
- msgid "Date/Time Phrases"
1245
- msgstr "日期/时间 短语"
1246
-
1247
- #: options/phrases-layouts/phrases-datetime.php:12
1248
- msgid "Year"
1249
- msgstr "年"
1250
-
1251
- #: options/phrases-layouts/phrases-datetime.php:22
1252
- msgid "Years (Plural Form)"
1253
- msgstr "年"
1254
-
1255
- #: options/phrases-layouts/phrases-datetime.php:26
1256
- msgid "Years"
1257
- msgstr "年"
1258
-
1259
- #: options/phrases-layouts/phrases-datetime.php:32
1260
- msgid "Month"
1261
- msgstr "月"
1262
-
1263
- #: options/phrases-layouts/phrases-datetime.php:42
1264
- msgid "Months (Plural Form)"
1265
- msgstr "月"
1266
-
1267
- #: options/phrases-layouts/phrases-datetime.php:52
1268
- msgid "Day"
1269
- msgstr "天"
1270
-
1271
- #: options/phrases-layouts/phrases-datetime.php:62
1272
- msgid "Days (Plural Form)"
1273
- msgstr "天"
1274
-
1275
- #: options/phrases-layouts/phrases-datetime.php:82
1276
- msgid "Hours (Plural Form)"
1277
- msgstr "小时"
1278
-
1279
- #: options/phrases-layouts/phrases-datetime.php:102
1280
- msgid "Minutes (Plural Form)"
1281
- msgstr "分钟"
1282
-
1283
- #: options/phrases-layouts/phrases-datetime.php:112
1284
- msgid "Second"
1285
- msgstr "秒"
1286
-
1287
- #: options/phrases-layouts/phrases-datetime.php:122
1288
- msgid "Seconds (Plural Form)"
1289
- msgstr "秒"
1290
-
1291
- #: options/phrases-layouts/phrases-datetime.php:132
1292
- msgid "Commented \"right now\" text"
1293
- msgstr "已评论的 \"马上\" 文本"
1294
-
1295
- #: options/phrases-layouts/phrases-datetime.php:142
1296
- msgid "Ago text"
1297
- msgstr "之前文本"
1298
-
1299
- #: options/phrases-layouts/phrases-datetime.php:152
1300
- msgid "\"Today\" text"
1301
- msgstr "\"今天\" 文本"
1302
-
1303
- #: options/phrases-layouts/phrases-email.php:7
1304
- msgid "Email Template Phrases"
1305
- msgstr "邮件模板短语"
1306
-
1307
- #: options/phrases-layouts/phrases-email.php:12
1308
- msgid "Email Subject"
1309
- msgstr "邮件标题"
1310
-
1311
- #: options/phrases-layouts/phrases-email.php:22
1312
- msgid "Email Message"
1313
- msgstr "邮件消息"
1314
-
1315
- #: options/phrases-layouts/phrases-email.php:32
1316
- msgid "New Reply Subject"
1317
- msgstr "新回复标题"
1318
-
1319
- #: options/phrases-layouts/phrases-email.php:42
1320
- msgid "New Reply Message"
1321
- msgstr "新回复消息"
1322
-
1323
- #: options/phrases-layouts/phrases-email.php:62
1324
- #: options/phrases-layouts/phrases-email.php:66
1325
- msgid "Ignore Subscription"
1326
- msgstr "忽略订阅"
1327
-
1328
- #: options/phrases-layouts/phrases-email.php:92
1329
- msgid "Subscribe Confirmation Email Subject"
1330
- msgstr "订阅确认的邮件标题"
1331
-
1332
- #: options/phrases-layouts/phrases-email.php:102
1333
- msgid "Subscribe Confirmation Email Content"
1334
- msgstr "订阅确认邮件内容"
1335
-
1336
- #: options/phrases-layouts/phrases-form.php:7
1337
- msgid "Form Template Phrases"
1338
- msgstr "表单模板短语"
1339
-
1340
- #: options/phrases-layouts/phrases-form.php:12
1341
- msgid "Comment Field Start"
1342
- msgstr "评论字段开始"
1343
-
1344
- #: options/phrases-layouts/phrases-form.php:22
1345
- msgid "Comment Field Join"
1346
- msgstr "评论字段连接"
1347
-
1348
- #: options/phrases-layouts/phrases-form.php:32
1349
- msgid "Email Field"
1350
- msgstr "邮箱字段"
1351
-
1352
- #: options/phrases-layouts/phrases-form.php:42
1353
- msgid "Name Field"
1354
- msgstr "名字字段"
1355
-
1356
- #: options/phrases-layouts/phrases-form.php:52
1357
- msgid "WebSite URL Field"
1358
- msgstr "站点字段"
1359
-
1360
- #: options/phrases-layouts/phrases-form.php:62
1361
- msgid "CAPTCHA Field"
1362
- msgstr "验证码字段"
1363
-
1364
- #: options/phrases-layouts/phrases-form.php:72
1365
- msgid "Submit Button"
1366
- msgstr "提交按钮"
1367
-
1368
- #: options/phrases-layouts/phrases-form.php:92
1369
- msgid "Notify on new comments"
1370
- msgstr "新评论的提醒"
1371
-
1372
- #: options/phrases-layouts/phrases-form.php:102
1373
- msgid "Notify on all new replies"
1374
- msgstr "新回复的提醒"
1375
-
1376
- #: options/phrases-layouts/phrases-form.php:106
1377
- msgid "new replies to all my comments"
1378
- msgstr "所有评论的新回复"
1379
-
1380
- #: options/phrases-layouts/phrases-form.php:112
1381
- msgid "Notify on new replies (checkbox)"
1382
- msgstr "新回复提醒(勾选)"
1383
-
1384
- #: options/phrases-layouts/phrases-form.php:162
1385
- msgid "Subscribed on this comment replies"
1386
- msgstr "订阅此评论的回复"
1387
-
1388
- #: options/phrases-layouts/phrases-form.php:172
1389
- msgid "Subscribed on all your comments replies"
1390
- msgstr "有评论的回复则提醒"
1391
-
1392
- #: options/phrases-layouts/phrases-form.php:182
1393
- msgid "Subscribed on this post"
1394
- msgstr "已订阅此文章的评论"
1395
-
1396
- #: options/phrases-layouts/phrases-general.php:7
1397
- msgid "General Phrases"
1398
- msgstr "通用短语"
1399
-
1400
- #: options/phrases-layouts/phrases-general.php:22
1401
- msgid "Be the first to comment"
1402
- msgstr "您将是第一位评论人"
1403
-
1404
- #: options/phrases-layouts/phrases-general.php:42
1405
- msgid "Comment (Plural Form)"
1406
- msgstr "评论"
1407
-
1408
- #: options/phrases-layouts/phrases-general.php:52
1409
- msgid "On"
1410
- msgstr "开启"
1411
-
1412
- #: options/phrases-layouts/phrases-general.php:62
1413
- msgid "Load More Button"
1414
- msgstr "加载更多按钮"
1415
-
1416
- #: options/phrases-layouts/phrases-general.php:82
1417
- msgid "Button text if has new comment"
1418
- msgstr "若有新评论的按钮文本"
1419
-
1420
- #: options/phrases-layouts/phrases-general.php:92
1421
- msgid "Button text if has new comments (Plural Form)"
1422
- msgstr "若有多个新评论的按钮文本"
1423
-
1424
- #: options/phrases-layouts/phrases-general.php:96
1425
- msgid "New Comments"
1426
- msgstr "新评论"
1427
-
1428
- #: options/phrases-layouts/phrases-general.php:102
1429
- msgid "Button text if has new reply"
1430
- msgstr "若有新回复的按钮文本"
1431
-
1432
- #: options/phrases-layouts/phrases-general.php:112
1433
- msgid "Button text if has new replies (Plural Form)"
1434
- msgstr "若有多个新回复的按钮文本"
1435
-
1436
- #: options/phrases-layouts/phrases-general.php:116
1437
- msgid "New Replies"
1438
- msgstr "新回复"
1439
-
1440
- #: options/phrases-layouts/phrases-general.php:122
1441
- msgid "Text on load more button if has new comment(s)"
1442
- msgstr "若有新评论,在加载更多按钮上的文本"
1443
-
1444
- #: options/phrases-layouts/phrases-notification.php:7
1445
- msgid "Notification Phrases"
1446
- msgstr "提醒短语"
1447
-
1448
- #: options/phrases-layouts/phrases-notification.php:12
1449
- msgid "You\\'re subscribed to"
1450
- msgstr "您已订阅至"
1451
-
1452
- #: options/phrases-layouts/phrases-notification.php:43
1453
- msgid "Postmatic subscription label"
1454
- msgstr "Postmatic订阅标签"
1455
-
1456
- #: options/phrases-layouts/phrases-notification.php:54
1457
- msgid "Error message for empty field"
1458
- msgstr "空字段的错误消息"
1459
-
1460
- #: options/phrases-layouts/phrases-notification.php:64
1461
- msgid "Error message for invalid email field"
1462
- msgstr "无效邮箱字段的错误消息"
1463
-
1464
- #: options/phrases-layouts/phrases-notification.php:74
1465
- msgid "Error message for invalid website url field"
1466
- msgstr "无效URL字段的错误消息"
1467
-
1468
- #: options/phrases-layouts/phrases-notification.php:94
1469
- msgid "Logged in as"
1470
- msgstr "登录者"
1471
-
1472
- #: options/phrases-layouts/phrases-notification.php:114
1473
- msgid "Logged In"
1474
- msgstr "已登录"
1475
-
1476
- #: options/phrases-layouts/phrases-notification.php:124
1477
- msgid "To post a comment"
1478
- msgstr "为发表评论"
1479
-
1480
- #: options/phrases-layouts/phrases-notification.php:144
1481
- msgid "You can vote only 1 time"
1482
- msgstr "你只能投一次"
1483
-
1484
- #: options/phrases-layouts/phrases-notification.php:164
1485
- msgid "Login To Vote"
1486
- msgstr "登录投票"
1487
-
1488
- #: options/phrases-layouts/phrases-notification.php:174
1489
- msgid "You Cannot Vote On Your Comment"
1490
- msgstr "你不能给自己的评论投票"
1491
-
1492
- #: options/phrases-layouts/phrases-notification.php:184
1493
- msgid "You are not allowed to vote for this comment (Voting from same IP)"
1494
- msgstr "你不能从同一IP对此评论投票"
1495
-
1496
- #: options/phrases-layouts/phrases-notification.php:214
1497
- msgid "Comment waiting moderation"
1498
- msgstr "待审评论"
1499
-
1500
- #: options/phrases-layouts/phrases-notification.php:224
1501
- msgid "Message if input text length is too short"
1502
- msgstr "评论内容长度过短的消息"
1503
-
1504
- #: options/phrases-layouts/phrases-notification.php:234
1505
- msgid "Message if input text length is too long"
1506
- msgstr "评论内容长度过长的消息"
1507
-
1508
- #: options/phrases-layouts/phrases-notification.php:245
1509
- msgid "Message if comment was not updated"
1510
- msgstr "评论未更新的消息"
1511
-
1512
- #: options/phrases-layouts/phrases-notification.php:255
1513
- msgid "Message if comment no longer possible to edit"
1514
- msgstr "评论不能编辑的消息"
1515
-
1516
- #: options/phrases-layouts/phrases-notification.php:265
1517
- msgid "Message if comment text not changed"
1518
- msgstr "评论内容未更改的消息"
1519
-
1520
- #: options/phrases-layouts/phrases-notification.php:269
1521
- msgid "TYou've not made any changes"
1522
- msgstr "您没有做出任何变更"
1523
-
1524
- #: templates/comment/comment-form.php:56
1525
- msgid "Unable to send an email"
1526
- msgstr "不能发送邮件"
1527
-
1528
- #: templates/comment/comment-form.php:58
1529
- msgid "Subscription not successed"
1530
- msgstr "订阅不成功"
1531
-
1532
- #: templates/comment/comment-form.php:257
1533
- #: templates/comment/comment-form.php:265
1534
- msgid "wpDiscuz"
1535
- msgstr "wpDiscuz"
1536
-
1537
- #: utils/class.WpdiscuzHelper.php:57
1538
- msgid "Cannot create image file"
1539
- msgstr "不能创建图像文件"
1540
-
1541
- #: utils/class.WpdiscuzHelper.php:58
1542
- msgid "Permission denied for file creation"
1543
- msgstr "没有创建文件的权限"
1544
-
1545
- #: utils/class.WpdiscuzHelper.php:59
1546
- msgid "PHP GD2 library is disabled"
1547
- msgstr "PHP GD2库已禁用"
1548
-
1549
- #: utils/class.WpdiscuzHelper.php:60
1550
- msgid "PNG image creation disabled"
1551
- msgstr "创建PNG图像已禁用"
1552
-
1553
- #. Plugin Name of the plugin/theme
1554
- msgid "wpDiscuz - supercharged native comments"
1555
- msgstr "wpDiscuz - 超能原生评论"
1556
-
1557
- #. Plugin URI of the plugin/theme
1558
- msgid "http://wpdiscuz.com/"
1559
- msgstr "http://wpdiscuz.com/"
1560
-
1561
- #. Description of the plugin/theme
1562
- msgid ""
1563
- "Better comment system. Wordpress post comments and discussion plugin. Allows "
1564
- "your visitors discuss, vote for comments and share."
1565
- msgstr ""
1566
- "更好的评论系统。Wordpress评论与讨论插件。允许访客评论、讨论、投票与分享。"
1567
-
1568
- #. Author of the plugin/theme
1569
- msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
1570
- msgstr "gVectors 团队(A. Chakhoyan, G. 萨卡里恩, H. 马尔季罗相)"
1571
-
1572
- #. Author URI of the plugin/theme
1573
- msgid "http://gvectors.com/"
1574
- msgstr "http://gvectors.com/"
1
+ msgid ""
2
+ msgstr ""
3
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
4
+ "Project-Id-Version: wpDiscuz - supercharged native comments\n"
5
+ "POT-Creation-Date: 2016-04-11 23:52+0400\n"
6
+ "PO-Revision-Date: 2017-08-08 09:33+0800\n"
7
+ "Last-Translator: fau <service@fau.org.cn>\n"
8
+ "Language-Team: 主题猫 <themecat@163.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.4\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
18
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
19
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
20
+ "Language: zh_CN\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+
23
+ #: class.WpdiscuzCore.php:889 options/options-layouts/settings-social.php:40
24
+ #: options/options-layouts/settings-social.php:42
25
+ #: options/options-layouts/settings-social.php:44
26
+ #: options/options-layouts/settings-social.php:46
27
+ msgid "Settings"
28
+ msgstr "设置"
29
+
30
+ #: class.WpdiscuzCore.php:891
31
+ msgid "Phrases"
32
+ msgstr "短语"
33
+
34
+ #: class.WpdiscuzCore.php:932 options/phrases-layouts/phrases-comment.php:116
35
+ msgid "Admin"
36
+ msgstr "管理员"
37
+
38
+ #: class.WpdiscuzCore.php:934 class.WpdiscuzCore.php:943
39
+ #: options/phrases-layouts/phrases-comment.php:118
40
+ msgid "Author"
41
+ msgstr "作者"
42
+
43
+ #: class.WpdiscuzCore.php:938 options/phrases-layouts/phrases-comment.php:124
44
+ msgid "Member"
45
+ msgstr "成员"
46
+
47
+ #: class.WpdiscuzCore.php:944 options/phrases-layouts/phrases-comment.php:122
48
+ msgid "Guest"
49
+ msgstr "游客"
50
+
51
+ #: options/class.WpdiscuzOptions.php:30 options/class.WpdiscuzOptions.php:103
52
+ #: options/class.WpdiscuzOptions.php:223
53
+ msgid "Hacker?"
54
+ msgstr "黑客 ?"
55
+
56
+ #: options/class.WpdiscuzOptions.php:258
57
+ msgid ""
58
+ "Brings an ocean of emotions to your comments. It comes with an awesome smile "
59
+ "package."
60
+ msgstr "为您的评论添加表情包。有酷酷的微笑包哦"
61
+
62
+ #: options/class.WpdiscuzOptions.php:259
63
+ msgid ""
64
+ "Comment reporting tools. Auto-moderates comments based on number of flags "
65
+ "and dislikes."
66
+ msgstr "评论报表工具。基于赞和踩数量,自动审核评论"
67
+
68
+ #: options/class.WpdiscuzOptions.php:260
69
+ msgid ""
70
+ "Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
71
+ "options. Uses free translation API."
72
+ msgstr "添加一个智能的Ajax\"翻译\"按钮,可以翻译60种语言,使用免费翻译API"
73
+
74
+ #: options/class.WpdiscuzOptions.php:261
75
+ msgid ""
76
+ "AJAX powered front-end comment search. It starts searching while you type "
77
+ "search words. "
78
+ msgstr "Ajax驱动的前端评论搜索。当您输入搜索词时启动搜索。"
79
+
80
+ #: options/class.WpdiscuzOptions.php:262
81
+ msgid ""
82
+ "Most voted comments, Active comment threads, Most commented posts, Active "
83
+ "comment authors"
84
+ msgstr "得票最多的评论,活跃的评论区,评论最多的文章,活跃的评论人"
85
+
86
+ #: options/class.WpdiscuzOptions.php:263
87
+ msgid ""
88
+ "All in one powerful yet simple admin toolkit to moderate comments on front-"
89
+ "end."
90
+ msgstr "用于前端审核评论的简单且强大的管理工具"
91
+
92
+ #: options/class.WpdiscuzOptions.php:264
93
+ msgid ""
94
+ "Extended comment attachment system. Allows to upload images, videos, audios "
95
+ "and other file types."
96
+ msgstr "扩展的评论附件模块,允许上传图片、视频、音频和其他文件类型。"
97
+
98
+ #: options/class.WpdiscuzOptions.php:265
99
+ msgid ""
100
+ "Adds No CAPTCHA on all comment forms. Stops spam and bot comments with "
101
+ "Google reCAPTCHA"
102
+ msgstr "评论表单上不添加CAPCHA。用Google reCAPTCHA停止垃圾评论。"
103
+
104
+ #: options/class.WpdiscuzOptions.php:266
105
+ msgid ""
106
+ "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
107
+ "myCRED points. "
108
+ msgstr "集成myCRED标签和级别。转化wpDiscuz评论投票/赞为myCRED积分。"
109
+
110
+ #: options/class.WpdiscuzOptions.php:267
111
+ msgid ""
112
+ "Allows censoring comment words. Filters comments and replaces those phrases "
113
+ "with custom words."
114
+ msgstr "允许审查评论字段。过滤评论中的短语且替换为自定义字段"
115
+
116
+ #: options/class.WpdiscuzOptions.php:279
117
+ msgid "New Addons are available for wpDiscuz Comments Plugin"
118
+ msgstr "wpDiscuz评论插件有新附加组件"
119
+
120
+ #: options/class.WpdiscuzOptions.php:286 options/class.WpdiscuzOptions.php:292
121
+ msgid "Go to wpDiscuz Addons subMenu"
122
+ msgstr "前往wpDiscuz附加组件子菜单"
123
+
124
+ #: options/class.WpdiscuzOptionsSerialized.php:568
125
+ #: options/phrases-layouts/phrases-general.php:12
126
+ msgid "Leave a Reply"
127
+ msgstr "说点什么"
128
+
129
+ #: options/class.WpdiscuzOptionsSerialized.php:569
130
+ msgid "Be the First to Comment!"
131
+ msgstr "您将是第一位评论人!"
132
+
133
+ #: options/class.WpdiscuzOptionsSerialized.php:570 options/html-phrases.php:22
134
+ #: options/phrases-layouts/phrases-general.php:32
135
+ msgid "Comment"
136
+ msgstr "评论"
137
+
138
+ #: options/class.WpdiscuzOptionsSerialized.php:571
139
+ msgid "Comments"
140
+ msgstr "评论"
141
+
142
+ #: options/class.WpdiscuzOptionsSerialized.php:572
143
+ msgid "on"
144
+ msgstr "在"
145
+
146
+ #: options/class.WpdiscuzOptionsSerialized.php:573
147
+ msgid "Start the discussion"
148
+ msgstr "开始讨论"
149
+
150
+ #: options/class.WpdiscuzOptionsSerialized.php:574
151
+ msgid "Join the discussion"
152
+ msgstr "加入讨论"
153
+
154
+ #: options/class.WpdiscuzOptionsSerialized.php:575 options/html-phrases.php:24
155
+ msgid "Email"
156
+ msgstr "邮箱"
157
+
158
+ #: options/class.WpdiscuzOptionsSerialized.php:576
159
+ msgid "Name"
160
+ msgstr "名字"
161
+
162
+ #: options/class.WpdiscuzOptionsSerialized.php:577
163
+ msgid "WebSite URL"
164
+ msgstr "站点"
165
+
166
+ #: options/class.WpdiscuzOptionsSerialized.php:578
167
+ msgid "Please insert the code above to comment"
168
+ msgstr "请输入验证码提交评论"
169
+
170
+ #: options/class.WpdiscuzOptionsSerialized.php:579
171
+ msgid "Post Comment"
172
+ msgstr "发表评论"
173
+
174
+ #: options/class.WpdiscuzOptionsSerialized.php:580
175
+ #: options/phrases-layouts/phrases-form.php:82
176
+ #: options/phrases-layouts/phrases-form.php:86
177
+ msgid "Notify of"
178
+ msgstr "提醒"
179
+
180
+ #: options/class.WpdiscuzOptionsSerialized.php:581
181
+ #: options/phrases-layouts/phrases-form.php:96
182
+ msgid "new follow-up comments"
183
+ msgstr "新跟进评论"
184
+
185
+ #: options/class.WpdiscuzOptionsSerialized.php:582
186
+ msgid "new replies to my comments"
187
+ msgstr "我评论的新回复"
188
+
189
+ #: options/class.WpdiscuzOptionsSerialized.php:583
190
+ #: options/phrases-layouts/phrases-form.php:116
191
+ msgid "Notify of new replies to this comment"
192
+ msgstr "有此评论的新回复则提醒我"
193
+
194
+ #: options/class.WpdiscuzOptionsSerialized.php:584
195
+ #: options/phrases-layouts/phrases-form.php:122
196
+ #: options/phrases-layouts/phrases-form.php:126
197
+ msgid "Sort by"
198
+ msgstr "排序"
199
+
200
+ #: options/class.WpdiscuzOptionsSerialized.php:585
201
+ #: options/phrases-layouts/phrases-form.php:132
202
+ #: options/phrases-layouts/phrases-form.php:136
203
+ msgid "newest"
204
+ msgstr "最新"
205
+
206
+ #: options/class.WpdiscuzOptionsSerialized.php:586
207
+ #: options/phrases-layouts/phrases-form.php:142
208
+ #: options/phrases-layouts/phrases-form.php:146
209
+ msgid "oldest"
210
+ msgstr "最旧"
211
+
212
+ #: options/class.WpdiscuzOptionsSerialized.php:587
213
+ #: options/phrases-layouts/phrases-form.php:152
214
+ #: options/phrases-layouts/phrases-form.php:156
215
+ msgid "most voted"
216
+ msgstr "得票最多"
217
+
218
+ #: options/class.WpdiscuzOptionsSerialized.php:588
219
+ msgid "Load More Comments"
220
+ msgstr "加载更多评论"
221
+
222
+ #: options/class.WpdiscuzOptionsSerialized.php:589
223
+ #: options/phrases-layouts/phrases-general.php:72
224
+ msgid "Load Rest of Comments"
225
+ msgstr "加载剩余评论"
226
+
227
+ #: options/class.WpdiscuzOptionsSerialized.php:590
228
+ #: options/phrases-layouts/phrases-comment.php:12
229
+ msgid "Reply"
230
+ msgstr "回复"
231
+
232
+ #: options/class.WpdiscuzOptionsSerialized.php:591
233
+ #: options/phrases-layouts/phrases-comment.php:22
234
+ msgid "Share"
235
+ msgstr "分享"
236
+
237
+ #: options/class.WpdiscuzOptionsSerialized.php:592
238
+ #: options/phrases-layouts/phrases-comment.php:32
239
+ msgid "Edit"
240
+ msgstr "编辑"
241
+
242
+ #: options/class.WpdiscuzOptionsSerialized.php:593
243
+ #: options/phrases-layouts/phrases-comment.php:42
244
+ msgid "Share On Facebook"
245
+ msgstr "分享至脸书"
246
+
247
+ #: options/class.WpdiscuzOptionsSerialized.php:594
248
+ #: options/phrases-layouts/phrases-comment.php:52
249
+ msgid "Share On Twitter"
250
+ msgstr "分享至推特"
251
+
252
+ #: options/class.WpdiscuzOptionsSerialized.php:595
253
+ #: options/phrases-layouts/phrases-comment.php:62
254
+ msgid "Share On Google"
255
+ msgstr "分享至谷歌"
256
+
257
+ #: options/class.WpdiscuzOptionsSerialized.php:596
258
+ #: options/phrases-layouts/phrases-comment.php:72
259
+ msgid "Share On VKontakte"
260
+ msgstr "分享至VK社区"
261
+
262
+ #: options/class.WpdiscuzOptionsSerialized.php:597
263
+ #: options/phrases-layouts/phrases-comment.php:82
264
+ msgid "Share On Odnoklassniki"
265
+ msgstr "分享至Odnoklassniki"
266
+
267
+ #: options/class.WpdiscuzOptionsSerialized.php:598
268
+ #: options/phrases-layouts/phrases-comment.php:92
269
+ msgid "Hide Replies"
270
+ msgstr "隐藏回复"
271
+
272
+ #: options/class.WpdiscuzOptionsSerialized.php:599
273
+ #: options/phrases-layouts/phrases-comment.php:102
274
+ msgid "Show Replies"
275
+ msgstr "显示回复"
276
+
277
+ #: options/class.WpdiscuzOptionsSerialized.php:600
278
+ #: options/phrases-layouts/phrases-general.php:86
279
+ msgid "New Comment"
280
+ msgstr "新评论"
281
+
282
+ #: options/class.WpdiscuzOptionsSerialized.php:601
283
+ msgid "New comment on the discussion section you've been interested in"
284
+ msgstr "您感兴趣的讨论区中的新评论"
285
+
286
+ #: options/class.WpdiscuzOptionsSerialized.php:602
287
+ #: options/phrases-layouts/phrases-email.php:36
288
+ #: options/phrases-layouts/phrases-general.php:106
289
+ #: utils/class.WpdiscuzEmailHelper.php:154
290
+ msgid "New Reply"
291
+ msgstr "新回复"
292
+
293
+ #: options/class.WpdiscuzOptionsSerialized.php:603
294
+ #: utils/class.WpdiscuzEmailHelper.php:155
295
+ msgid "New reply on the discussion section you've been interested in"
296
+ msgstr "您感兴趣的讨论区中的新回复"
297
+
298
+ #: options/class.WpdiscuzOptionsSerialized.php:604
299
+ msgid "You're subscribed for new replies on this comment"
300
+ msgstr "您已订阅此评论上的新回复"
301
+
302
+ #: options/class.WpdiscuzOptionsSerialized.php:605
303
+ msgid "You're subscribed for new replies on all your comments"
304
+ msgstr "您已订阅您所有评论上的新回复"
305
+
306
+ #: options/class.WpdiscuzOptionsSerialized.php:606
307
+ msgid "You're subscribed for new follow-up comments on this post"
308
+ msgstr "您已订阅此评论上的新回复"
309
+
310
+ #: options/class.WpdiscuzOptionsSerialized.php:607
311
+ #: options/phrases-layouts/phrases-email.php:52
312
+ #: options/phrases-layouts/phrases-email.php:56
313
+ msgid "Unsubscribe"
314
+ msgstr "不订阅"
315
+
316
+ #: options/class.WpdiscuzOptionsSerialized.php:608
317
+ #: options/phrases-layouts/phrases-email.php:66
318
+ msgid "Cancel subscription"
319
+ msgstr "取消订阅"
320
+
321
+ #: options/class.WpdiscuzOptionsSerialized.php:609
322
+ #: options/phrases-layouts/phrases-notification.php:32
323
+ msgid "You've successfully unsubscribed."
324
+ msgstr "你已取消订阅"
325
+
326
+ #: options/class.WpdiscuzOptionsSerialized.php:610
327
+ #: options/phrases-layouts/phrases-notification.php:22
328
+ msgid "You've successfully subscribed."
329
+ msgstr "你已成功订阅"
330
+
331
+ #: options/class.WpdiscuzOptionsSerialized.php:611
332
+ #: options/phrases-layouts/phrases-email.php:72
333
+ #: options/phrases-layouts/phrases-email.php:76
334
+ msgid "Confirm your subscription"
335
+ msgstr "确认您的订阅"
336
+
337
+ #: options/class.WpdiscuzOptionsSerialized.php:612
338
+ #: options/phrases-layouts/phrases-email.php:82
339
+ #: options/phrases-layouts/phrases-email.php:86
340
+ msgid "You've successfully confirmed your subscription."
341
+ msgstr "你已成功确认订阅"
342
+
343
+ #: options/class.WpdiscuzOptionsSerialized.php:613
344
+ #: options/phrases-layouts/phrases-email.php:96
345
+ #: utils/class.WpdiscuzEmailHelper.php:47
346
+ msgid "Subscribe Confirmation"
347
+ msgstr "订阅确认"
348
+
349
+ #: options/class.WpdiscuzOptionsSerialized.php:614
350
+ #: options/phrases-layouts/phrases-email.php:106
351
+ #: utils/class.WpdiscuzEmailHelper.php:48
352
+ msgid ""
353
+ "Hi, <br/> You just subscribed for new comments on our website. This means "
354
+ "you will receive an email when new comments are posted according to "
355
+ "subscription option you've chosen. <br/> To activate, click confirm below. "
356
+ "If you believe this is an error, ignore this message and we'll never bother "
357
+ "you again."
358
+ msgstr ""
359
+ "Hi, <br/><br/> 您已经订阅了关于您评论的新回复。<br/><br/>点击下面的链接即可确"
360
+ "认您的订阅。<br/><br/>或者,您不想被打扰,可以忽略此邮件,你将不会收到您评论"
361
+ "的提醒。"
362
+
363
+ #: options/class.WpdiscuzOptionsSerialized.php:615
364
+ msgid "please fill out this field to comment"
365
+ msgstr "评论前请先填写此字段"
366
+
367
+ #: options/class.WpdiscuzOptionsSerialized.php:616
368
+ msgid "email address is invalid"
369
+ msgstr "无效的邮箱地址"
370
+
371
+ #: options/class.WpdiscuzOptionsSerialized.php:617
372
+ msgid "url is invalid"
373
+ msgstr "无效的URL网址"
374
+
375
+ #: options/class.WpdiscuzOptionsSerialized.php:618
376
+ msgid "year"
377
+ msgstr "年"
378
+
379
+ #: options/class.WpdiscuzOptionsSerialized.php:619
380
+ msgid "years"
381
+ msgstr "年"
382
+
383
+ #: options/class.WpdiscuzOptionsSerialized.php:620
384
+ msgid "month"
385
+ msgstr "月"
386
+
387
+ #: options/class.WpdiscuzOptionsSerialized.php:621
388
+ msgid "months"
389
+ msgstr "月"
390
+
391
+ #: options/class.WpdiscuzOptionsSerialized.php:622
392
+ msgid "day"
393
+ msgstr "天"
394
+
395
+ #: options/class.WpdiscuzOptionsSerialized.php:623
396
+ msgid "days"
397
+ msgstr "天"
398
+
399
+ #: options/class.WpdiscuzOptionsSerialized.php:624
400
+ msgid "hour"
401
+ msgstr "小时"
402
+
403
+ #: options/class.WpdiscuzOptionsSerialized.php:625
404
+ msgid "hours"
405
+ msgstr "小时"
406
+
407
+ #: options/class.WpdiscuzOptionsSerialized.php:626
408
+ msgid "minute"
409
+ msgstr "分钟"
410
+
411
+ #: options/class.WpdiscuzOptionsSerialized.php:627
412
+ msgid "minutes"
413
+ msgstr "分钟"
414
+
415
+ #: options/class.WpdiscuzOptionsSerialized.php:628
416
+ msgid "second"
417
+ msgstr "秒"
418
+
419
+ #: options/class.WpdiscuzOptionsSerialized.php:629
420
+ msgid "seconds"
421
+ msgstr "秒"
422
+
423
+ #: options/class.WpdiscuzOptionsSerialized.php:630
424
+ msgid "right now"
425
+ msgstr "马上"
426
+
427
+ #: options/class.WpdiscuzOptionsSerialized.php:631
428
+ msgid "ago"
429
+ msgstr "之前"
430
+
431
+ #: options/class.WpdiscuzOptionsSerialized.php:632
432
+ #: options/phrases-layouts/phrases-datetime.php:156
433
+ msgid "Today"
434
+ msgstr "今天"
435
+
436
+ #: options/class.WpdiscuzOptionsSerialized.php:633
437
+ #: options/phrases-layouts/phrases-notification.php:84
438
+ msgid "You must be"
439
+ msgstr "你一定是"
440
+
441
+ #: options/class.WpdiscuzOptionsSerialized.php:634
442
+ msgid "You are logged in as"
443
+ msgstr "您是"
444
+
445
+ #: options/class.WpdiscuzOptionsSerialized.php:635
446
+ #: options/phrases-layouts/phrases-notification.php:104
447
+ msgid "Log out"
448
+ msgstr "登出"
449
+
450
+ #: options/class.WpdiscuzOptionsSerialized.php:636
451
+ msgid "logged in"
452
+ msgstr "已登录"
453
+
454
+ #: options/class.WpdiscuzOptionsSerialized.php:637
455
+ msgid "to post a comment."
456
+ msgstr "为发表评论"
457
+
458
+ #: options/class.WpdiscuzOptionsSerialized.php:638
459
+ #: options/phrases-layouts/phrases-comment.php:138
460
+ msgid "Vote Up"
461
+ msgstr "赞"
462
+
463
+ #: options/class.WpdiscuzOptionsSerialized.php:639
464
+ #: options/phrases-layouts/phrases-comment.php:148
465
+ msgid "Vote Down"
466
+ msgstr "踩"
467
+
468
+ #: options/class.WpdiscuzOptionsSerialized.php:640
469
+ #: options/phrases-layouts/phrases-notification.php:134
470
+ msgid "Vote Counted"
471
+ msgstr "计入的投票"
472
+
473
+ #: options/class.WpdiscuzOptionsSerialized.php:641
474
+ msgid "You've already voted for this comment"
475
+ msgstr "您已对此评论投过票了"
476
+
477
+ #: options/class.WpdiscuzOptionsSerialized.php:642
478
+ #: options/phrases-layouts/phrases-notification.php:154
479
+ msgid "Voting Error"
480
+ msgstr "投票错误"
481
+
482
+ #: options/class.WpdiscuzOptionsSerialized.php:643
483
+ msgid "You Must Be Logged In To Vote"
484
+ msgstr "您须先登录再投票"
485
+
486
+ #: options/class.WpdiscuzOptionsSerialized.php:644
487
+ msgid "You cannot vote for your comment"
488
+ msgstr "您不能为自己的评论投票"
489
+
490
+ #: options/class.WpdiscuzOptionsSerialized.php:645
491
+ msgid "You are not allowed to vote for this comment"
492
+ msgstr "您不能给此评论投票"
493
+
494
+ #: options/class.WpdiscuzOptionsSerialized.php:646
495
+ #: options/phrases-layouts/phrases-notification.php:194
496
+ msgid "Invalid Captcha Code"
497
+ msgstr "无效的验证码"
498
+
499
+ #: options/class.WpdiscuzOptionsSerialized.php:647
500
+ #: options/phrases-layouts/phrases-notification.php:204
501
+ msgid "Some of field value is invalid"
502
+ msgstr "一些字段值无效"
503
+
504
+ #: options/class.WpdiscuzOptionsSerialized.php:648
505
+ msgid "new comment"
506
+ msgstr "新评论"
507
+
508
+ #: options/class.WpdiscuzOptionsSerialized.php:649
509
+ msgid "new comments"
510
+ msgstr "新评论"
511
+
512
+ #: options/class.WpdiscuzOptionsSerialized.php:650
513
+ msgid "Comment awaiting moderation"
514
+ msgstr "待审核的评论"
515
+
516
+ #: options/class.WpdiscuzOptionsSerialized.php:651
517
+ msgid "new reply on your comment"
518
+ msgstr "您评论的新回复"
519
+
520
+ #: options/class.WpdiscuzOptionsSerialized.php:652
521
+ msgid "new replies on your comments"
522
+ msgstr "您评论的新回复"
523
+
524
+ #: options/class.WpdiscuzOptionsSerialized.php:653
525
+ #: options/phrases-layouts/phrases-general.php:126
526
+ msgid "New"
527
+ msgstr "新的"
528
+
529
+ #: options/class.WpdiscuzOptionsSerialized.php:654
530
+ #: options/phrases-layouts/phrases-notification.php:249
531
+ msgid "Sorry, the comment was not updated"
532
+ msgstr "对不起,评论未更新"
533
+
534
+ #: options/class.WpdiscuzOptionsSerialized.php:655
535
+ #: options/phrases-layouts/phrases-notification.php:259
536
+ msgid "Sorry, this comment no longer possible to edit"
537
+ msgstr "对不起,此评论已不能编辑"
538
+
539
+ #: options/class.WpdiscuzOptionsSerialized.php:656
540
+ msgid "You've not made any changes"
541
+ msgstr "您没有做出任何更改"
542
+
543
+ #: options/class.WpdiscuzOptionsSerialized.php:657
544
+ #: options/phrases-layouts/phrases-comment.php:162
545
+ msgid "Save"
546
+ msgstr "保存"
547
+
548
+ #: options/class.WpdiscuzOptionsSerialized.php:658
549
+ #: options/phrases-layouts/phrases-comment.php:172
550
+ msgid "Cancel"
551
+ msgstr "取消"
552
+
553
+ #: options/class.WpdiscuzOptionsSerialized.php:659
554
+ msgid "Input is too short"
555
+ msgstr "输入太短"
556
+
557
+ #: options/class.WpdiscuzOptionsSerialized.php:660
558
+ msgid "Input is too long"
559
+ msgstr "输入太长"
560
+
561
+ #: options/class.WpdiscuzOptionsSerialized.php:661
562
+ #: options/phrases-layouts/phrases-comment.php:182
563
+ msgid "Read more &raquo;"
564
+ msgstr "阅读更多 &raquo;"
565
+
566
+ #: options/class.WpdiscuzOptionsSerialized.php:662
567
+ #: options/phrases-layouts/phrases-comment.php:192
568
+ msgid "Anonymous"
569
+ msgstr "匿名"
570
+
571
+ #: options/class.WpdiscuzOptionsSerialized.php:663
572
+ #: options/phrases-layouts/phrases-notification.php:275
573
+ #: options/phrases-layouts/phrases-notification.php:279
574
+ msgid "Please fill out required fields"
575
+ msgstr "请填写必填字段"
576
+
577
+ #: options/class.WpdiscuzOptionsSerialized.php:664
578
+ #: options/phrases-layouts/phrases-form.php:192
579
+ #: options/phrases-layouts/phrases-form.php:196
580
+ msgid "Connect with"
581
+ msgstr "一键登录"
582
+
583
+ #: options/class.WpdiscuzOptionsSerialized.php:665
584
+ msgid "You're subscribed to"
585
+ msgstr "您已订阅了"
586
+
587
+ #: options/class.WpdiscuzOptionsSerialized.php:666
588
+ msgid "Participate in this discussion via email"
589
+ msgstr "用邮箱参与此讨论"
590
+
591
+ #: options/html-addons.php:11
592
+ msgid "wpDiscuz Addons"
593
+ msgstr "wpDiscuz附加组件"
594
+
595
+ #: options/html-addons.php:54
596
+ msgid "Installed"
597
+ msgstr "已安装"
598
+
599
+ #: options/html-addons.php:61
600
+ msgid "Addon Details | Buy"
601
+ msgstr "附加组件详情 | 购买"
602
+
603
+ #: options/html-options.php:10
604
+ msgid "wpDiscuz General Settings"
605
+ msgstr "wpDiscuz通用设置"
606
+
607
+ #: options/html-options.php:55 options/options-layouts/settings-general.php:7
608
+ msgid "General Settings"
609
+ msgstr "通用设置"
610
+
611
+ #: options/html-options.php:56
612
+ #: options/options-layouts/settings-live-update.php:7
613
+ msgid "Live Update"
614
+ msgstr "在线更新"
615
+
616
+ #: options/html-options.php:57
617
+ msgid "Show/Hide"
618
+ msgstr "显示/隐藏"
619
+
620
+ #: options/html-options.php:58
621
+ msgid "Subscription"
622
+ msgstr "订阅"
623
+
624
+ #: options/html-options.php:58
625
+ msgid "and Postmatic"
626
+ msgstr "以及Postmatic"
627
+
628
+ #: options/html-options.php:59
629
+ msgid "Styling"
630
+ msgstr "风格"
631
+
632
+ #: options/html-options.php:60 options/options-layouts/settings-social.php:124
633
+ msgid "Social Login"
634
+ msgstr "社交登陆"
635
+
636
+ #: options/html-options.php:61
637
+ #: options/options-layouts/settings-integrations.php:7
638
+ msgid "Integrations"
639
+ msgstr "集成"
640
+
641
+ #: options/html-options.php:62 options/options-layouts/settings-addons.php:7
642
+ msgid "Addons"
643
+ msgstr "附加组件"
644
+
645
+ #: options/html-options.php:146
646
+ msgid "Reset Options"
647
+ msgstr "重置选项"
648
+
649
+ #: options/html-options.php:148
650
+ msgid "Refresh comment optimization"
651
+ msgstr "刷新评论优化"
652
+
653
+ #: options/html-options.php:150
654
+ msgid "Remove vote data"
655
+ msgstr "移除投票数据"
656
+
657
+ #: options/html-options.php:151 options/html-phrases.php:71
658
+ #: options/html-tools.php:58
659
+ msgid "Save Changes"
660
+ msgstr "保存更改"
661
+
662
+ #: options/html-phrases.php:10
663
+ msgid "wpDiscuz Front-end Phrases"
664
+ msgstr "WpDiscuz前端短语"
665
+
666
+ #: options/html-phrases.php:20
667
+ msgid "General"
668
+ msgstr "通用"
669
+
670
+ #: options/html-phrases.php:21
671
+ msgid "Form"
672
+ msgstr "表单"
673
+
674
+ #: options/html-phrases.php:23
675
+ msgid "Date/Time"
676
+ msgstr "日期 / 时间"
677
+
678
+ #: options/html-phrases.php:25
679
+ msgid "Notification"
680
+ msgstr "提醒"
681
+
682
+ #: options/html-tools.php:10
683
+ msgid "wpDiscuz Tools"
684
+ msgstr "wpDiscuz工具"
685
+
686
+ #: options/html-tools.php:22 options/tools-layouts/export.php:8
687
+ msgid "Export options"
688
+ msgstr "导出选项"
689
+
690
+ #: options/html-tools.php:23 options/tools-layouts/import.php:7
691
+ msgid "Import options"
692
+ msgstr "导入选项"
693
+
694
+ #: options/options-layouts/settings-general.php:11
695
+ msgid "Display comment form for post types"
696
+ msgstr "为文章类型显示评论表单"
697
+
698
+ #: options/options-layouts/settings-general.php:29
699
+ msgid "Enable Quicktags"
700
+ msgstr "启用快速标签"
701
+
702
+ #: options/options-layouts/settings-general.php:34
703
+ msgid "Use guest email to detect registered account"
704
+ msgstr "使用游客邮箱匹配已注册账户"
705
+
706
+ #: options/options-layouts/settings-general.php:36
707
+ msgid ""
708
+ "Sometimes registered users comment as guest using the same email address. "
709
+ "wpDiscuz can detect the account role using guest email and display commenter "
710
+ "label correctly."
711
+ msgstr ""
712
+ "有时注册用户未登录时使用相同的邮箱来评论。wpDiscuz可以基于游客邮箱探测账户并"
713
+ "正确显示评论人"
714
+
715
+ #: options/options-layouts/settings-general.php:42
716
+ msgid "Comment author must fill out email"
717
+ msgstr "评论人须填写邮箱"
718
+
719
+ #: options/options-layouts/settings-general.php:46
720
+ msgid "Comment author must fill out name"
721
+ msgstr "评论人须填写名字"
722
+
723
+ #: options/options-layouts/settings-general.php:51
724
+ msgid "Comment author name min length (for guests only)"
725
+ msgstr "评论人名字最小长度(仅用于游客)"
726
+
727
+ #: options/options-layouts/settings-general.php:55
728
+ #: options/options-layouts/settings-general.php:78
729
+ msgid "Min"
730
+ msgstr "最小"
731
+
732
+ #: options/options-layouts/settings-general.php:58
733
+ #: options/options-layouts/settings-general.php:81
734
+ msgid "Max"
735
+ msgstr "最大"
736
+
737
+ #: options/options-layouts/settings-general.php:64
738
+ msgid "Keep guest commenter credentials in browser cookies for x days"
739
+ msgstr "为游客评论人的浏览器cookie中的密钥保留 x 天"
740
+
741
+ #: options/options-layouts/settings-general.php:66
742
+ msgid "Set this option value -1 to make it unlimited."
743
+ msgstr "设置-1则无限制"
744
+
745
+ #: options/options-layouts/settings-general.php:67
746
+ msgid "Set this option value 0 to clear those data when user closes browser."
747
+ msgstr "设置0则当用户关闭浏览器时清空数据"
748
+
749
+ #: options/options-layouts/settings-general.php:74
750
+ msgid "Comment text length"
751
+ msgstr "评论文本长度"
752
+
753
+ #: options/options-layouts/settings-general.php:87
754
+ msgid ""
755
+ "The number of words before breaking comment text and showing \"Read more\" "
756
+ "link"
757
+ msgstr "评论缩略文字长度。超过此字数则显示\"阅读更多\" 链接"
758
+
759
+ #: options/options-layouts/settings-general.php:89
760
+ msgid "Set this option value 0, to turn off comment text breaking function."
761
+ msgstr "设置为0,则关闭评论文本缩略功能。"
762
+
763
+ #: options/options-layouts/settings-general.php:95
764
+ msgid "Comment text size in pixels"
765
+ msgstr "评论文本的像素大小"
766
+
767
+ #: options/options-layouts/settings-general.php:108
768
+ msgid "Allow comment editing for"
769
+ msgstr "允许评论编辑,为了"
770
+
771
+ #: options/options-layouts/settings-general.php:112
772
+ msgid "Do not allow"
773
+ msgstr "不允许"
774
+
775
+ #: options/options-layouts/settings-general.php:113
776
+ #: options/options-layouts/settings-general.php:114
777
+ #: options/options-layouts/settings-live-update.php:52
778
+ #: options/options-layouts/settings-live-update.php:53
779
+ #: options/options-layouts/settings-live-update.php:54
780
+ msgid "Minutes"
781
+ msgstr "分钟"
782
+
783
+ #: options/options-layouts/settings-general.php:115
784
+ #: options/phrases-layouts/phrases-datetime.php:72
785
+ msgid "Hour"
786
+ msgstr "小时"
787
+
788
+ #: options/options-layouts/settings-general.php:116
789
+ #: options/options-layouts/settings-general.php:117
790
+ msgid "Hours"
791
+ msgstr "小时"
792
+
793
+ #: options/options-layouts/settings-general.php:118
794
+ msgid "Unlimit"
795
+ msgstr "无限"
796
+
797
+ #: options/options-layouts/settings-general.php:124
798
+ msgid "Redirect first commenter to"
799
+ msgstr "将第一个评论人重定向至"
800
+
801
+ #: options/options-layouts/settings-general.php:131
802
+ msgid "Do not redirect"
803
+ msgstr "不重定向"
804
+
805
+ #: options/options-layouts/settings-general.php:138
806
+ msgid "Allow guests to vote on comments"
807
+ msgstr "允许游客为评论投票"
808
+
809
+ #: options/options-layouts/settings-general.php:143
810
+ msgid "Comments loading/pagination type"
811
+ msgstr "评论加载/分页类型"
812
+
813
+ #: options/options-layouts/settings-general.php:145
814
+ msgid ""
815
+ "You can manage the number of comments for [Load more] option in Settings > "
816
+ "Discussion page, using \"Break comments into pages with [X] top level "
817
+ "comments per page\" option. To show the default Wordpress comment pagination "
818
+ "you should enable the checkbox on bigining of the same option."
819
+ msgstr ""
820
+ "您可以在设置 -> 讨论 页面,为[加载更多]管理评论数量,使用\"每页一级评论数量达"
821
+ "到 [X] 时分页\" 的选项。若要显示wordpress默认的评论分页,您需要启用相同的选"
822
+ "项。"
823
+
824
+ #: options/options-layouts/settings-general.php:151
825
+ #: options/options-layouts/settings-general.php:153
826
+ msgid "[Load more] Button"
827
+ msgstr "[加载更多] 按钮"
828
+
829
+ #: options/options-layouts/settings-general.php:155
830
+ #: options/options-layouts/settings-general.php:157
831
+ msgid "[Load rest of all comments] Button"
832
+ msgstr "[加载剩余评论] 按钮"
833
+
834
+ #: options/options-layouts/settings-general.php:159
835
+ #: options/options-layouts/settings-general.php:161
836
+ msgid "Lazy load comments on scrolling"
837
+ msgstr "滚动式延迟加载评论"
838
+
839
+ #: options/options-layouts/settings-general.php:168
840
+ msgid "Use WordPress Date/Time format"
841
+ msgstr "使用WordPress日期/时间格式"
842
+
843
+ #: options/options-layouts/settings-general.php:169
844
+ msgid ""
845
+ "wpDiscuz shows Human Readable date format. If you check this option it'll "
846
+ "show the date/time format set in WordPress General Settings."
847
+ msgstr ""
848
+ "wpDiscuz显示人机友好的日期格式。如果你勾选此项,将按WordPress通用设置来显示。"
849
+
850
+ #: options/options-layouts/settings-general.php:175
851
+ msgid "Current Wordpress date/time format"
852
+ msgstr "WordPress当前日期/时间格式"
853
+
854
+ #: options/options-layouts/settings-general.php:181
855
+ msgid "Use Plugin .PO/.MO files"
856
+ msgstr "使用插件的 .PO/.MO 文件"
857
+
858
+ #: options/options-layouts/settings-general.php:182
859
+ msgid ""
860
+ "wpDiscuz phrase system allows you to translate all front-end phrases. "
861
+ "However if you have a multi-language website it'll not allow you to add more "
862
+ "than one language translation. The only way to get it is the plugin "
863
+ "translation files (.PO / .MO). If wpDiscuz has the languages you need you "
864
+ "should check this option to disable phrase system and it'll automatically "
865
+ "translate all phrases based on language files according to current language."
866
+ msgstr ""
867
+ "wpDiscuz短语设置允许你翻译所有前端字段。但是,如果你有多语言站点那么你需要使"
868
+ "用 (.PO / .MO)翻译文件。wpDiscuz将根据当前语言显示前端字段。"
869
+
870
+ #: options/options-layouts/settings-general.php:189
871
+ msgid ""
872
+ "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
873
+ "use"
874
+ msgstr "显示wpDiscuz插件标识,帮助wpDiscuz成长"
875
+
876
+ #: options/options-layouts/settings-general.php:191
877
+ msgid ""
878
+ "Please check this option on to help wpDiscuz get more popularity as your "
879
+ "thank to the hard work we do for you totally free. This option adds a very "
880
+ "small (16x16px) icon under the comment section which will allow your site "
881
+ "visitors recognize the name of comment solution you use."
882
+ msgstr ""
883
+ "勾选此项,以帮助wpDiscuz更受欢迎,因为您感谢我们为您完全免费的努力工作。此选"
884
+ "项在评论部分添加了一个非常小的(16x16px)图标,这将允许您的网站访问者识别您使"
885
+ "用的评论插件名称。"
886
+
887
+ #: options/options-layouts/settings-general.php:196
888
+ msgid "Thank you!"
889
+ msgstr "谢谢!"
890
+
891
+ #: options/options-layouts/settings-integrations.php:14
892
+ msgid "BuddyPress"
893
+ msgstr "BuddyPress"
894
+
895
+ #: options/options-layouts/settings-integrations.php:15
896
+ msgid "Users Ultra"
897
+ msgstr "Users Ultra"
898
+
899
+ #: options/options-layouts/settings-integrations.php:16
900
+ msgid "User Pro"
901
+ msgstr "User Pro"
902
+
903
+ #: options/options-layouts/settings-integrations.php:17
904
+ msgid "Ultimate Member"
905
+ msgstr "Ultimate Member"
906
+
907
+ #: options/options-layouts/settings-integrations.php:18
908
+ msgid "MyCred"
909
+ msgstr "MyCred"
910
+
911
+ #: options/options-layouts/settings-live-update.php:12
912
+ msgid "Live update options"
913
+ msgstr "在线更新选项"
914
+
915
+ #: options/options-layouts/settings-live-update.php:13
916
+ msgid ""
917
+ "wpDiscuz 3 live update is very smart and doesn't overload your server even "
918
+ "if you're on Shared hosting plan and even your website is very active. "
919
+ "However we recommend to monitor your server resources if you're on a Shared "
920
+ "hosting plan. There are some very weak hosting plans which may not be able "
921
+ "to perform very frequently live update requests. If you found some issue you "
922
+ "can set the option below 30 seconds or more."
923
+ msgstr ""
924
+ "wpDiscuz 3实时更新非常频繁,即使您使用的是共享主机计划,甚至您的网站非常活"
925
+ "跃,也不会拖累您的服务器。但是,如果您使用的是共享主机计划,我们建议您监视服"
926
+ "务器资源。有一些非常弱的托管计划可能无法执行非常频繁的实时更新请求。如果您发"
927
+ "现某些问题,您可以将选项设置为30秒以下。"
928
+
929
+ #: options/options-layouts/settings-live-update.php:18
930
+ msgid "Never update"
931
+ msgstr "永不更新"
932
+
933
+ #: options/options-layouts/settings-live-update.php:20
934
+ msgid "Turn off \"Live Update\" function"
935
+ msgstr "关闭 \"在线更新\" 功能"
936
+
937
+ #: options/options-layouts/settings-live-update.php:22
938
+ #: options/options-layouts/settings-subscription.php:36
939
+ msgid "Show new comment/reply buttons to update manualy"
940
+ msgstr "为手动更新显示新评论/回复按钮"
941
+
942
+ #: options/options-layouts/settings-live-update.php:24
943
+ msgid "Always check for new comments and show update buttons"
944
+ msgstr "总是检查新评论并显示更新按钮"
945
+
946
+ #: options/options-layouts/settings-live-update.php:26
947
+ #: options/options-layouts/settings-subscription.php:40
948
+ msgid "Always update"
949
+ msgstr "总是更新"
950
+
951
+ #: options/options-layouts/settings-live-update.php:28
952
+ msgid "Always check for new comments and update automatically"
953
+ msgstr "总是检查新评论并自动更新"
954
+
955
+ #: options/options-layouts/settings-live-update.php:35
956
+ msgid "Disable live update for guests"
957
+ msgstr "为游客禁用在线更新"
958
+
959
+ #: options/options-layouts/settings-live-update.php:43
960
+ msgid "Update comment list every"
961
+ msgstr "更新评论列表,每"
962
+
963
+ #: options/options-layouts/settings-live-update.php:48
964
+ #: options/options-layouts/settings-live-update.php:49
965
+ #: options/options-layouts/settings-live-update.php:50
966
+ msgid "Seconds"
967
+ msgstr "秒"
968
+
969
+ #: options/options-layouts/settings-live-update.php:51
970
+ #: options/phrases-layouts/phrases-datetime.php:92
971
+ msgid "Minute"
972
+ msgstr "分钟"
973
+
974
+ #: options/options-layouts/settings-show-hide.php:7
975
+ msgid "Show/Hide Components"
976
+ msgstr "显示/隐藏 部件"
977
+
978
+ #: options/options-layouts/settings-show-hide.php:11
979
+ msgid "Show logged-in user name and logout link on top of main form"
980
+ msgstr "在主表上显示登入的用户名以及登出链接"
981
+
982
+ #: options/options-layouts/settings-show-hide.php:15
983
+ msgid "Hide Reply button for Guests"
984
+ msgstr "为游客隐藏回复按钮"
985
+
986
+ #: options/options-layouts/settings-show-hide.php:19
987
+ msgid "Hide Reply button for Members"
988
+ msgstr "为成员隐藏回复按钮"
989
+
990
+ #: options/options-layouts/settings-show-hide.php:23
991
+ msgid "Hide Commenter Labels"
992
+ msgstr "隐藏评论人标签"
993
+
994
+ #: options/options-layouts/settings-show-hide.php:27
995
+ msgid "Hide Voting buttons"
996
+ msgstr "隐藏投票按钮"
997
+
998
+ #: options/options-layouts/settings-show-hide.php:31
999
+ msgid "Comment voting statistic mode"
1000
+ msgstr "评论投票统计模式"
1001
+
1002
+ #: options/options-layouts/settings-show-hide.php:36
1003
+ msgid "total count"
1004
+ msgstr "合计数"
1005
+
1006
+ #: options/options-layouts/settings-show-hide.php:40
1007
+ msgid "separate count"
1008
+ msgstr "区分计数"
1009
+
1010
+ #: options/options-layouts/settings-show-hide.php:46
1011
+ msgid "Show Share Buttons"
1012
+ msgstr "显示分享按钮"
1013
+
1014
+ #: options/options-layouts/settings-show-hide.php:69
1015
+ msgid ""
1016
+ "The plugin captcha directory is not writable! Please set writable "
1017
+ "permissions on \"wpdiscuz/utils/temp\" directory in order to use the first "
1018
+ "type of captcha generation"
1019
+ msgstr ""
1020
+ "插件的验证码目录不可写!请为\"wpdiscuz/utils/temp\" 目录设置可写权限,您方可"
1021
+ "使用验证码自动生成功能"
1022
+
1023
+ #: options/options-layouts/settings-show-hide.php:73
1024
+ msgid "Captcha generation type"
1025
+ msgstr "验证码生成类型"
1026
+
1027
+ #: options/options-layouts/settings-show-hide.php:79
1028
+ msgid "use file system"
1029
+ msgstr "使用文件系统"
1030
+
1031
+ #: options/options-layouts/settings-show-hide.php:84
1032
+ msgid "use wordpress session"
1033
+ msgstr "使用WordPress会话"
1034
+
1035
+ #: options/options-layouts/settings-show-hide.php:90
1036
+ msgid "Hide the CAPTCHA field for guests"
1037
+ msgstr "为游客隐藏验证码"
1038
+
1039
+ #: options/options-layouts/settings-show-hide.php:94
1040
+ msgid "Show the CAPTCHA field for logged in users"
1041
+ msgstr "为已登录用户显示验证码"
1042
+
1043
+ #: options/options-layouts/settings-show-hide.php:98
1044
+ msgid "Show the Website URL field"
1045
+ msgstr "显示网站URL字段"
1046
+
1047
+ #: options/options-layouts/settings-show-hide.php:102
1048
+ msgid "Hide header text"
1049
+ msgstr "隐藏头部文本"
1050
+
1051
+ #: options/options-layouts/settings-show-hide.php:106
1052
+ msgid "Show sorting buttons"
1053
+ msgstr "显示排序按钮"
1054
+
1055
+ #: options/options-layouts/settings-show-hide.php:110
1056
+ msgid "Set comments ordering to \"Most voted\" by default "
1057
+ msgstr "设置默认评论顺序为\"投票最多\""
1058
+
1059
+ #: options/options-layouts/settings-show-hide.php:114
1060
+ msgid "Hide comment link"
1061
+ msgstr "隐藏评论链接"
1062
+
1063
+ #: options/options-layouts/settings-show-hide.php:118
1064
+ msgid "Enable automatic image URL to image HTML conversion"
1065
+ msgstr "启用自动的图片URL到图片HTML的转换"
1066
+
1067
+ #: options/options-layouts/settings-social.php:50
1068
+ #: options/options-layouts/settings-social.php:61
1069
+ #: options/options-layouts/settings-social.php:72
1070
+ #: options/options-layouts/settings-social.php:83
1071
+ msgid "Activate"
1072
+ msgstr "激活"
1073
+
1074
+ #: options/options-layouts/settings-social.php:54
1075
+ #: options/options-layouts/settings-social.php:65
1076
+ #: options/options-layouts/settings-social.php:76
1077
+ #: options/options-layouts/settings-social.php:87
1078
+ msgid "View details/Install"
1079
+ msgstr "显示细节/安装"
1080
+
1081
+ #: options/options-layouts/settings-social.php:125
1082
+ msgid ""
1083
+ "You can use one of these most popular Social Login Plugins to allow your "
1084
+ "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
1085
+ "OK and lots of other social network service accounts. All social login "
1086
+ "buttons will be fully integrated with wpDiscuz comment forms."
1087
+ msgstr ""
1088
+ "您可以启用社交登陆功能,支持Facebook, Twitter, Google+, Wordpress, VK, 等等。"
1089
+ "所有社交登录按钮都可无缝集成至wpDiscuz评论表单。"
1090
+
1091
+ #: options/options-layouts/settings-style.php:7
1092
+ msgid "Background and Colors"
1093
+ msgstr "背景与颜色"
1094
+
1095
+ #: options/options-layouts/settings-style.php:12
1096
+ msgid "Comment Form Background Color"
1097
+ msgstr "评论表单背景色"
1098
+
1099
+ #: options/options-layouts/settings-style.php:16
1100
+ #: options/options-layouts/settings-style.php:25
1101
+ #: options/options-layouts/settings-style.php:34
1102
+ #: options/options-layouts/settings-style.php:43
1103
+ #: options/options-layouts/settings-style.php:52
1104
+ #: options/options-layouts/settings-style.php:61
1105
+ #: options/options-layouts/settings-style.php:70
1106
+ #: options/options-layouts/settings-style.php:79
1107
+ #: options/options-layouts/settings-style.php:92
1108
+ msgid "Example: #00FF00"
1109
+ msgstr "例如:#00FF00"
1110
+
1111
+ #: options/options-layouts/settings-style.php:21
1112
+ msgid "Comment Background Color"
1113
+ msgstr "评论背景色"
1114
+
1115
+ #: options/options-layouts/settings-style.php:30
1116
+ msgid "Reply Background Color"
1117
+ msgstr "回复背景色"
1118
+
1119
+ #: options/options-layouts/settings-style.php:39
1120
+ msgid "Comment Text Color"
1121
+ msgstr "评论文本色"
1122
+
1123
+ #: options/options-layouts/settings-style.php:48
1124
+ msgid "Vote, Reply, Share, Edit links text colors"
1125
+ msgstr "投票,回复,分享,编辑链接文本色"
1126
+
1127
+ #: options/options-layouts/settings-style.php:57
1128
+ msgid "Comment form fields border color"
1129
+ msgstr "评论表字段边框色"
1130
+
1131
+ #: options/options-layouts/settings-style.php:66
1132
+ msgid "New loaded comments' background color"
1133
+ msgstr "新加载的评论背景色"
1134
+
1135
+ #: options/options-layouts/settings-style.php:75
1136
+ msgid "Primary Color"
1137
+ msgstr "主色"
1138
+
1139
+ #: options/options-layouts/settings-style.php:89
1140
+ msgid "label color"
1141
+ msgstr "标签色"
1142
+
1143
+ #: options/options-layouts/settings-style.php:100
1144
+ msgid "Disable font awesome css loading"
1145
+ msgstr "禁用font awesome css加载"
1146
+
1147
+ #: options/options-layouts/settings-style.php:108
1148
+ msgid "Custom CSS Code"
1149
+ msgstr "自定义CSS代码"
1150
+
1151
+ #: options/options-layouts/settings-subscription.php:7
1152
+ msgid "Email Subscription Settings"
1153
+ msgstr "邮箱订阅设置"
1154
+
1155
+ #: options/options-layouts/settings-subscription.php:12
1156
+ msgid "Show comment subscription bar"
1157
+ msgstr "显示评论订阅"
1158
+
1159
+ #: options/options-layouts/settings-subscription.php:14
1160
+ msgid ""
1161
+ "This bar provides two subscription options: notify of \"new follow-up "
1162
+ "comments\" and \"new replies to my comments\""
1163
+ msgstr "此横条支持两个订阅选项:提醒 \"新跟进的评论\" 和 \"我评论的新回复\""
1164
+
1165
+ #: options/options-layouts/settings-subscription.php:20
1166
+ msgid "Disable subscription confirmation for registered users"
1167
+ msgstr "对已注册用户禁用订阅确认"
1168
+
1169
+ #: options/options-layouts/settings-subscription.php:24
1170
+ msgid "Disable subscription confirmation for guests"
1171
+ msgstr "对游客禁用订阅确认"
1172
+
1173
+ #: options/options-layouts/settings-subscription.php:28
1174
+ msgid "Show subscription types in dropdown"
1175
+ msgstr "在下拉表中显示订阅类型"
1176
+
1177
+ #: options/options-layouts/settings-subscription.php:32
1178
+ msgid "Both"
1179
+ msgstr "两者"
1180
+
1181
+ #: options/options-layouts/settings-subscription.php:34
1182
+ msgid "Both post and all comments subscription"
1183
+ msgstr "文章以及所有评论订阅"
1184
+
1185
+ #: options/options-layouts/settings-subscription.php:38
1186
+ msgid "Post subscription"
1187
+ msgstr "文章订阅"
1188
+
1189
+ #: options/options-layouts/settings-subscription.php:42
1190
+ msgid "All comments subscription"
1191
+ msgstr "所有评论订阅"
1192
+
1193
+ #: options/options-layouts/settings-subscription.php:49
1194
+ msgid "Show \"Notify of new replies to this comment\""
1195
+ msgstr "显示\"关于此评论新回复的提醒\""
1196
+
1197
+ #: options/options-layouts/settings-subscription.php:51
1198
+ msgid ""
1199
+ "wpDiscuz is the only comment plugin which allows you to subscribe to certain "
1200
+ "comment replies. This option is located above [Post Comment] button in "
1201
+ "comment form. You can disable this subscription way by unchecking this "
1202
+ "option."
1203
+ msgstr ""
1204
+ "wpDiscuz是唯一允许您针对特定的评论订阅的评论插件。此选项在 [发表评论] 按钮前"
1205
+ "显示,您可以取消勾选、禁用此功能。"
1206
+
1207
+ #: options/options-layouts/settings-subscription.php:58
1208
+ msgid "\"Notify of new replies to this comment\" checked by default"
1209
+ msgstr "默认勾选 \"提醒我此评论的新回复\" "
1210
+
1211
+ #: options/options-layouts/settings-subscription.php:65
1212
+ msgid "Use Postmatic for subscriptions and commenting by email"
1213
+ msgstr "为订阅和邮箱评论使用Postmatic "
1214
+
1215
+ #: options/options-layouts/settings-subscription.php:66
1216
+ msgid ""
1217
+ "Postmatic allows your users subscribe to comments. Instead of just being "
1218
+ "notified, they add a reply right from their inbox."
1219
+ msgstr ""
1220
+ "Postmatic允许您的用户订阅评论。比之仅仅收到提醒,他们可以在收件箱中直接回复评"
1221
+ "论。"
1222
+
1223
+ #: options/phrases-layouts/phrases-comment.php:7
1224
+ msgid "Comment Template Phrases"
1225
+ msgstr "评论模板短语"
1226
+
1227
+ #: options/phrases-layouts/phrases-comment.php:158
1228
+ msgid "Save edited comment button text"
1229
+ msgstr "保存编辑的评论按钮文本"
1230
+
1231
+ #: options/phrases-layouts/phrases-comment.php:168
1232
+ msgid "Cancel comment editing button text"
1233
+ msgstr "取消评论编辑按钮文本"
1234
+
1235
+ #: options/phrases-layouts/phrases-comment.php:178
1236
+ msgid "Comment read more link text"
1237
+ msgstr "评论阅读更多的链接文本"
1238
+
1239
+ #: options/phrases-layouts/phrases-comment.php:188
1240
+ msgid "Anonymous commenter name"
1241
+ msgstr "匿名评论人名字"
1242
+
1243
+ #: options/phrases-layouts/phrases-datetime.php:7
1244
+ msgid "Date/Time Phrases"
1245
+ msgstr "日期/时间 短语"
1246
+
1247
+ #: options/phrases-layouts/phrases-datetime.php:12
1248
+ msgid "Year"
1249
+ msgstr "年"
1250
+
1251
+ #: options/phrases-layouts/phrases-datetime.php:22
1252
+ msgid "Years (Plural Form)"
1253
+ msgstr "年"
1254
+
1255
+ #: options/phrases-layouts/phrases-datetime.php:26
1256
+ msgid "Years"
1257
+ msgstr "年"
1258
+
1259
+ #: options/phrases-layouts/phrases-datetime.php:32
1260
+ msgid "Month"
1261
+ msgstr "月"
1262
+
1263
+ #: options/phrases-layouts/phrases-datetime.php:42
1264
+ msgid "Months (Plural Form)"
1265
+ msgstr "月"
1266
+
1267
+ #: options/phrases-layouts/phrases-datetime.php:52
1268
+ msgid "Day"
1269
+ msgstr "天"
1270
+
1271
+ #: options/phrases-layouts/phrases-datetime.php:62
1272
+ msgid "Days (Plural Form)"
1273
+ msgstr "天"
1274
+
1275
+ #: options/phrases-layouts/phrases-datetime.php:82
1276
+ msgid "Hours (Plural Form)"
1277
+ msgstr "小时"
1278
+
1279
+ #: options/phrases-layouts/phrases-datetime.php:102
1280
+ msgid "Minutes (Plural Form)"
1281
+ msgstr "分钟"
1282
+
1283
+ #: options/phrases-layouts/phrases-datetime.php:112
1284
+ msgid "Second"
1285
+ msgstr "秒"
1286
+
1287
+ #: options/phrases-layouts/phrases-datetime.php:122
1288
+ msgid "Seconds (Plural Form)"
1289
+ msgstr "秒"
1290
+
1291
+ #: options/phrases-layouts/phrases-datetime.php:132
1292
+ msgid "Commented \"right now\" text"
1293
+ msgstr "已评论的 \"马上\" 文本"
1294
+
1295
+ #: options/phrases-layouts/phrases-datetime.php:142
1296
+ msgid "Ago text"
1297
+ msgstr "之前文本"
1298
+
1299
+ #: options/phrases-layouts/phrases-datetime.php:152
1300
+ msgid "\"Today\" text"
1301
+ msgstr "\"今天\" 文本"
1302
+
1303
+ #: options/phrases-layouts/phrases-email.php:7
1304
+ msgid "Email Template Phrases"
1305
+ msgstr "邮件模板短语"
1306
+
1307
+ #: options/phrases-layouts/phrases-email.php:12
1308
+ msgid "Email Subject"
1309
+ msgstr "邮件标题"
1310
+
1311
+ #: options/phrases-layouts/phrases-email.php:22
1312
+ msgid "Email Message"
1313
+ msgstr "邮件消息"
1314
+
1315
+ #: options/phrases-layouts/phrases-email.php:32
1316
+ msgid "New Reply Subject"
1317
+ msgstr "新回复标题"
1318
+
1319
+ #: options/phrases-layouts/phrases-email.php:42
1320
+ msgid "New Reply Message"
1321
+ msgstr "新回复消息"
1322
+
1323
+ #: options/phrases-layouts/phrases-email.php:62
1324
+ #: options/phrases-layouts/phrases-email.php:66
1325
+ msgid "Ignore Subscription"
1326
+ msgstr "忽略订阅"
1327
+
1328
+ #: options/phrases-layouts/phrases-email.php:92
1329
+ msgid "Subscribe Confirmation Email Subject"
1330
+ msgstr "订阅确认的邮件标题"
1331
+
1332
+ #: options/phrases-layouts/phrases-email.php:102
1333
+ msgid "Subscribe Confirmation Email Content"
1334
+ msgstr "订阅确认邮件内容"
1335
+
1336
+ #: options/phrases-layouts/phrases-form.php:7
1337
+ msgid "Form Template Phrases"
1338
+ msgstr "表单模板短语"
1339
+
1340
+ #: options/phrases-layouts/phrases-form.php:12
1341
+ msgid "Comment Field Start"
1342
+ msgstr "评论字段开始"
1343
+
1344
+ #: options/phrases-layouts/phrases-form.php:22
1345
+ msgid "Comment Field Join"
1346
+ msgstr "评论字段连接"
1347
+
1348
+ #: options/phrases-layouts/phrases-form.php:32
1349
+ msgid "Email Field"
1350
+ msgstr "邮箱字段"
1351
+
1352
+ #: options/phrases-layouts/phrases-form.php:42
1353
+ msgid "Name Field"
1354
+ msgstr "名字字段"
1355
+
1356
+ #: options/phrases-layouts/phrases-form.php:52
1357
+ msgid "WebSite URL Field"
1358
+ msgstr "站点字段"
1359
+
1360
+ #: options/phrases-layouts/phrases-form.php:62
1361
+ msgid "CAPTCHA Field"
1362
+ msgstr "验证码字段"
1363
+
1364
+ #: options/phrases-layouts/phrases-form.php:72
1365
+ msgid "Submit Button"
1366
+ msgstr "提交按钮"
1367
+
1368
+ #: options/phrases-layouts/phrases-form.php:92
1369
+ msgid "Notify on new comments"
1370
+ msgstr "新评论的提醒"
1371
+
1372
+ #: options/phrases-layouts/phrases-form.php:102
1373
+ msgid "Notify on all new replies"
1374
+ msgstr "新回复的提醒"
1375
+
1376
+ #: options/phrases-layouts/phrases-form.php:106
1377
+ msgid "new replies to all my comments"
1378
+ msgstr "所有评论的新回复"
1379
+
1380
+ #: options/phrases-layouts/phrases-form.php:112
1381
+ msgid "Notify on new replies (checkbox)"
1382
+ msgstr "新回复提醒(勾选)"
1383
+
1384
+ #: options/phrases-layouts/phrases-form.php:162
1385
+ msgid "Subscribed on this comment replies"
1386
+ msgstr "订阅此评论的回复"
1387
+
1388
+ #: options/phrases-layouts/phrases-form.php:172
1389
+ msgid "Subscribed on all your comments replies"
1390
+ msgstr "有评论的回复则提醒"
1391
+
1392
+ #: options/phrases-layouts/phrases-form.php:182
1393
+ msgid "Subscribed on this post"
1394
+ msgstr "已订阅此文章的评论"
1395
+
1396
+ #: options/phrases-layouts/phrases-general.php:7
1397
+ msgid "General Phrases"
1398
+ msgstr "通用短语"
1399
+
1400
+ #: options/phrases-layouts/phrases-general.php:22
1401
+ msgid "Be the first to comment"
1402
+ msgstr "您将是第一位评论人"
1403
+
1404
+ #: options/phrases-layouts/phrases-general.php:42
1405
+ msgid "Comment (Plural Form)"
1406
+ msgstr "评论"
1407
+
1408
+ #: options/phrases-layouts/phrases-general.php:52
1409
+ msgid "On"
1410
+ msgstr "开启"
1411
+
1412
+ #: options/phrases-layouts/phrases-general.php:62
1413
+ msgid "Load More Button"
1414
+ msgstr "加载更多按钮"
1415
+
1416
+ #: options/phrases-layouts/phrases-general.php:82
1417
+ msgid "Button text if has new comment"
1418
+ msgstr "若有新评论的按钮文本"
1419
+
1420
+ #: options/phrases-layouts/phrases-general.php:92
1421
+ msgid "Button text if has new comments (Plural Form)"
1422
+ msgstr "若有多个新评论的按钮文本"
1423
+
1424
+ #: options/phrases-layouts/phrases-general.php:96
1425
+ msgid "New Comments"
1426
+ msgstr "新评论"
1427
+
1428
+ #: options/phrases-layouts/phrases-general.php:102
1429
+ msgid "Button text if has new reply"
1430
+ msgstr "若有新回复的按钮文本"
1431
+
1432
+ #: options/phrases-layouts/phrases-general.php:112
1433
+ msgid "Button text if has new replies (Plural Form)"
1434
+ msgstr "若有多个新回复的按钮文本"
1435
+
1436
+ #: options/phrases-layouts/phrases-general.php:116
1437
+ msgid "New Replies"
1438
+ msgstr "新回复"
1439
+
1440
+ #: options/phrases-layouts/phrases-general.php:122
1441
+ msgid "Text on load more button if has new comment(s)"
1442
+ msgstr "若有新评论,在加载更多按钮上的文本"
1443
+
1444
+ #: options/phrases-layouts/phrases-notification.php:7
1445
+ msgid "Notification Phrases"
1446
+ msgstr "提醒短语"
1447
+
1448
+ #: options/phrases-layouts/phrases-notification.php:12
1449
+ msgid "You\\'re subscribed to"
1450
+ msgstr "您已订阅至"
1451
+
1452
+ #: options/phrases-layouts/phrases-notification.php:43
1453
+ msgid "Postmatic subscription label"
1454
+ msgstr "Postmatic订阅标签"
1455
+
1456
+ #: options/phrases-layouts/phrases-notification.php:54
1457
+ msgid "Error message for empty field"
1458
+ msgstr "空字段的错误消息"
1459
+
1460
+ #: options/phrases-layouts/phrases-notification.php:64
1461
+ msgid "Error message for invalid email field"
1462
+ msgstr "无效邮箱字段的错误消息"
1463
+
1464
+ #: options/phrases-layouts/phrases-notification.php:74
1465
+ msgid "Error message for invalid website url field"
1466
+ msgstr "无效URL字段的错误消息"
1467
+
1468
+ #: options/phrases-layouts/phrases-notification.php:94
1469
+ msgid "Logged in as"
1470
+ msgstr "登录者"
1471
+
1472
+ #: options/phrases-layouts/phrases-notification.php:114
1473
+ msgid "Logged In"
1474
+ msgstr "已登录"
1475
+
1476
+ #: options/phrases-layouts/phrases-notification.php:124
1477
+ msgid "To post a comment"
1478
+ msgstr "为发表评论"
1479
+
1480
+ #: options/phrases-layouts/phrases-notification.php:144
1481
+ msgid "You can vote only 1 time"
1482
+ msgstr "你只能投一次"
1483
+
1484
+ #: options/phrases-layouts/phrases-notification.php:164
1485
+ msgid "Login To Vote"
1486
+ msgstr "登录投票"
1487
+
1488
+ #: options/phrases-layouts/phrases-notification.php:174
1489
+ msgid "You Cannot Vote On Your Comment"
1490
+ msgstr "你不能给自己的评论投票"
1491
+
1492
+ #: options/phrases-layouts/phrases-notification.php:184
1493
+ msgid "You are not allowed to vote for this comment (Voting from same IP)"
1494
+ msgstr "你不能从同一IP对此评论投票"
1495
+
1496
+ #: options/phrases-layouts/phrases-notification.php:214
1497
+ msgid "Comment waiting moderation"
1498
+ msgstr "待审评论"
1499
+
1500
+ #: options/phrases-layouts/phrases-notification.php:224
1501
+ msgid "Message if input text length is too short"
1502
+ msgstr "评论内容长度过短的消息"
1503
+
1504
+ #: options/phrases-layouts/phrases-notification.php:234
1505
+ msgid "Message if input text length is too long"
1506
+ msgstr "评论内容长度过长的消息"
1507
+
1508
+ #: options/phrases-layouts/phrases-notification.php:245
1509
+ msgid "Message if comment was not updated"
1510
+ msgstr "评论未更新的消息"
1511
+
1512
+ #: options/phrases-layouts/phrases-notification.php:255
1513
+ msgid "Message if comment no longer possible to edit"
1514
+ msgstr "评论不能编辑的消息"
1515
+
1516
+ #: options/phrases-layouts/phrases-notification.php:265
1517
+ msgid "Message if comment text not changed"
1518
+ msgstr "评论内容未更改的消息"
1519
+
1520
+ #: options/phrases-layouts/phrases-notification.php:269
1521
+ msgid "TYou've not made any changes"
1522
+ msgstr "您没有做出任何变更"
1523
+
1524
+ #: templates/comment/comment-form.php:56
1525
+ msgid "Unable to send an email"
1526
+ msgstr "不能发送邮件"
1527
+
1528
+ #: templates/comment/comment-form.php:58
1529
+ msgid "Subscription not successed"
1530
+ msgstr "订阅不成功"
1531
+
1532
+ #: templates/comment/comment-form.php:257
1533
+ #: templates/comment/comment-form.php:265
1534
+ msgid "wpDiscuz"
1535
+ msgstr "wpDiscuz"
1536
+
1537
+ #: utils/class.WpdiscuzHelper.php:57
1538
+ msgid "Cannot create image file"
1539
+ msgstr "不能创建图像文件"
1540
+
1541
+ #: utils/class.WpdiscuzHelper.php:58
1542
+ msgid "Permission denied for file creation"
1543
+ msgstr "没有创建文件的权限"
1544
+
1545
+ #: utils/class.WpdiscuzHelper.php:59
1546
+ msgid "PHP GD2 library is disabled"
1547
+ msgstr "PHP GD2库已禁用"
1548
+
1549
+ #: utils/class.WpdiscuzHelper.php:60
1550
+ msgid "PNG image creation disabled"
1551
+ msgstr "创建PNG图像已禁用"
1552
+
1553
+ #. Plugin Name of the plugin/theme
1554
+ msgid "wpDiscuz - supercharged native comments"
1555
+ msgstr "wpDiscuz - 超能原生评论"
1556
+
1557
+ #. Plugin URI of the plugin/theme
1558
+ msgid "http://wpdiscuz.com/"
1559
+ msgstr "http://wpdiscuz.com/"
1560
+
1561
+ #. Description of the plugin/theme
1562
+ msgid ""
1563
+ "Better comment system. Wordpress post comments and discussion plugin. Allows "
1564
+ "your visitors discuss, vote for comments and share."
1565
+ msgstr ""
1566
+ "更好的评论系统。Wordpress评论与讨论插件。允许访客评论、讨论、投票与分享。"
1567
+
1568
+ #. Author of the plugin/theme
1569
+ msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
1570
+ msgstr "gVectors 团队(A. Chakhoyan, G. 萨卡里恩, H. 马尔季罗相)"
1571
+
1572
+ #. Author URI of the plugin/theme
1573
+ msgid "http://gvectors.com/"
1574
+ msgstr "http://gvectors.com/"
languages/wpdiscuz.pot CHANGED
@@ -1,2319 +1,2319 @@
1
- #, fuzzy
2
- msgid ""
3
- msgstr ""
4
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
- "Project-Id-Version: Comments - wpDiscuz\n"
6
- "POT-Creation-Date: 2017-04-24 21:31+0400\n"
7
- "PO-Revision-Date: 2017-04-24 21:31+0400\n"
8
- "Last-Translator: \n"
9
- "Language-Team: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.4\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
-
23
- #: class.WpdiscuzCore.php:741 class.WpdiscuzCore.php:911
24
- #: options/options-layouts/settings-social.php:40
25
- #: options/options-layouts/settings-social.php:42
26
- #: options/options-layouts/settings-social.php:44
27
- #: options/options-layouts/settings-social.php:46
28
- msgid "Settings"
29
- msgstr ""
30
-
31
- #: class.WpdiscuzCore.php:743 class.WpdiscuzCore.php:913
32
- msgid "Phrases"
33
- msgstr ""
34
-
35
- #: class.WpdiscuzCore.php:745
36
- msgid "Tools"
37
- msgstr ""
38
-
39
- #: class.WpdiscuzCore.php:746 options/html-options.php:21
40
- #: options/html-options.php:61 options/options-layouts/settings-addons.php:7
41
- msgid "Addons"
42
- msgstr ""
43
-
44
- #: class.WpdiscuzCore.php:954 options/phrases-layouts/phrases-comment.php:116
45
- msgid "Admin"
46
- msgstr ""
47
-
48
- #: class.WpdiscuzCore.php:956 class.WpdiscuzCore.php:965
49
- #: options/phrases-layouts/phrases-comment.php:118
50
- msgid "Author"
51
- msgstr ""
52
-
53
- #: class.WpdiscuzCore.php:960 options/phrases-layouts/phrases-comment.php:124
54
- msgid "Member"
55
- msgstr ""
56
-
57
- #: class.WpdiscuzCore.php:966 options/phrases-layouts/phrases-comment.php:122
58
- msgid "Guest"
59
- msgstr ""
60
-
61
- #: forms/wpDiscuzForm.php:93
62
- msgid "Invalid Data !!!"
63
- msgstr ""
64
-
65
- #: forms/wpDiscuzForm.php:101 forms/wpDiscuzForm.php:149
66
- msgid "Forms"
67
- msgstr ""
68
-
69
- #: forms/wpDiscuzForm.php:102 options/html-phrases.php:21
70
- msgid "Form"
71
- msgstr ""
72
-
73
- #: forms/wpDiscuzForm.php:103
74
- msgid "Add New"
75
- msgstr ""
76
-
77
- #: forms/wpDiscuzForm.php:104
78
- msgid "Add New Form"
79
- msgstr ""
80
-
81
- #: forms/wpDiscuzForm.php:105
82
- msgid "Edit Form"
83
- msgstr ""
84
-
85
- #: forms/wpDiscuzForm.php:106
86
- msgid "You did not create any forms yet"
87
- msgstr ""
88
-
89
- #: forms/wpDiscuzForm.php:107
90
- msgid "Nothing found in Trash"
91
- msgstr ""
92
-
93
- #: forms/wpDiscuzForm.php:108
94
- msgid "Search Forms"
95
- msgstr ""
96
-
97
- #: forms/wpDiscuzForm.php:163
98
- msgid "Title"
99
- msgstr ""
100
-
101
- #: forms/wpDiscuzForm.php:164
102
- msgid "Post Types"
103
- msgstr ""
104
-
105
- #: forms/wpDiscuzForm.php:165
106
- msgid "Post IDs"
107
- msgstr ""
108
-
109
- #: forms/wpDiscuzForm.php:166 forms/wpdFormAttr/Form.php:586
110
- msgid "Language"
111
- msgstr ""
112
-
113
- #: forms/wpDiscuzForm.php:167
114
- msgid "Date"
115
- msgstr ""
116
-
117
- #: forms/wpDiscuzForm.php:212
118
- msgid "Field Types"
119
- msgstr ""
120
-
121
- #: forms/wpDiscuzForm.php:213 forms/wpdFormAttr/Row.php:23
122
- msgid "Two column"
123
- msgstr ""
124
-
125
- #: forms/wpDiscuzForm.php:214 forms/wpdFormAttr/Field/Field.php:64
126
- #: forms/wpdFormAttr/Row.php:24
127
- msgid "Delete"
128
- msgstr ""
129
-
130
- #: forms/wpDiscuzForm.php:215 forms/wpdFormAttr/Row.php:25
131
- msgid "Move"
132
- msgstr ""
133
-
134
- #: forms/wpDiscuzForm.php:216 forms/wpdFormAttr/Row.php:69
135
- msgid "Add Field"
136
- msgstr ""
137
-
138
- #: forms/wpDiscuzForm.php:217 forms/wpdFormAttr/Field/Field.php:61
139
- #: options/class.WpdiscuzOptionsSerialized.php:613
140
- #: options/phrases-layouts/phrases-comment.php:32
141
- msgid "Edit"
142
- msgstr ""
143
-
144
- #: forms/wpDiscuzForm.php:218
145
- msgid "You can not delete default field."
146
- msgstr ""
147
-
148
- #: forms/wpDiscuzForm.php:219
149
- msgid "You really want to delete this item ?"
150
- msgstr ""
151
-
152
- #: forms/wpDiscuzForm.php:226
153
- msgid "Permission Denied !!!"
154
- msgstr ""
155
-
156
- #: forms/wpDiscuzForm.php:251 forms/wpdFormAttr/Form.php:556
157
- #: forms/wpdFormAttr/html/admin-form-fields-list.php:18
158
- #: options/options-layouts/settings-customfields.php:7
159
- msgid "Custom Fields"
160
- msgstr ""
161
-
162
- #: forms/wpDiscuzForm.php:299
163
- msgid "Custom CSS"
164
- msgstr ""
165
-
166
- #: forms/wpDiscuzForm.php:355
167
- msgid "Default Form"
168
- msgstr ""
169
-
170
- #: forms/wpDiscuzForm.php:386 forms/wpDiscuzForm.php:394
171
- #: forms/wpdFormAttr/Form.php:621
172
- msgid "Leave a Reply"
173
- msgstr ""
174
-
175
- #: forms/wpDiscuzForm.php:409 forms/wpdFormAttr/Field/CheckboxField.php:12
176
- #: forms/wpdFormAttr/Field/ColorField.php:12
177
- #: forms/wpdFormAttr/Field/DateField.php:12
178
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:25
179
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:19
180
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:18
181
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:64
182
- #: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
183
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:18
184
- #: forms/wpdFormAttr/Field/NumberField.php:12
185
- #: forms/wpdFormAttr/Field/RadioField.php:12
186
- #: forms/wpdFormAttr/Field/RatingField.php:12
187
- #: forms/wpdFormAttr/Field/SelectField.php:12
188
- #: forms/wpdFormAttr/Field/TextAreaField.php:13
189
- #: forms/wpdFormAttr/Field/TextField.php:12
190
- #: forms/wpdFormAttr/Field/UrlField.php:12 forms/wpdFormAttr/Form.php:710
191
- msgid "Name"
192
- msgstr ""
193
-
194
- #: forms/wpDiscuzForm.php:411 forms/wpdFormAttr/Field/DefaultField/Email.php:64
195
- #: forms/wpdFormAttr/Form.php:717
196
- #: options/class.WpdiscuzOptionsSerialized.php:600 options/html-phrases.php:24
197
- msgid "Email"
198
- msgstr ""
199
-
200
- #: forms/wpDiscuzForm.php:413
201
- msgid "WebSite URL"
202
- msgstr ""
203
-
204
- #: forms/wpDiscuzForm.php:416
205
- #: forms/wpdFormAttr/Field/DefaultField/Submit.php:78
206
- #: forms/wpdFormAttr/Form.php:740
207
- msgid "Post Comment"
208
- msgstr ""
209
-
210
- #: forms/wpDiscuzForm.php:425
211
- msgid "Clone Form"
212
- msgstr ""
213
-
214
- #: forms/wpDiscuzForm.php:437
215
- msgid "Clone"
216
- msgstr ""
217
-
218
- #: forms/wpDiscuzForm.php:475
219
- msgid ""
220
- "Comment Form is not detected, please navigate to form manager page to create "
221
- "it. "
222
- msgstr ""
223
-
224
- #: forms/wpDiscuzForm.php:476
225
- msgid "Add Comment Form"
226
- msgstr ""
227
-
228
- #: forms/wpdFormAttr/Field/CheckboxField.php:14
229
- #: forms/wpdFormAttr/Field/ColorField.php:14
230
- #: forms/wpdFormAttr/Field/DateField.php:14
231
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:27
232
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:21
233
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:20
234
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:20
235
- #: forms/wpdFormAttr/Field/NumberField.php:14
236
- #: forms/wpdFormAttr/Field/RadioField.php:14
237
- #: forms/wpdFormAttr/Field/SelectField.php:14
238
- #: forms/wpdFormAttr/Field/TextAreaField.php:15
239
- #: forms/wpdFormAttr/Field/TextField.php:14
240
- #: forms/wpdFormAttr/Field/UrlField.php:14
241
- msgid "Also used for field placeholder"
242
- msgstr ""
243
-
244
- #: forms/wpdFormAttr/Field/CheckboxField.php:17
245
- #: forms/wpdFormAttr/Field/ColorField.php:17
246
- #: forms/wpdFormAttr/Field/DateField.php:17
247
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:30
248
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:24
249
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:23
250
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:23
251
- #: forms/wpdFormAttr/Field/NumberField.php:17
252
- #: forms/wpdFormAttr/Field/RadioField.php:17
253
- #: forms/wpdFormAttr/Field/RatingField.php:16
254
- #: forms/wpdFormAttr/Field/SelectField.php:17
255
- #: forms/wpdFormAttr/Field/TextAreaField.php:18
256
- #: forms/wpdFormAttr/Field/TextField.php:17
257
- #: forms/wpdFormAttr/Field/UrlField.php:17
258
- msgid "Description"
259
- msgstr ""
260
-
261
- #: forms/wpdFormAttr/Field/CheckboxField.php:19
262
- #: forms/wpdFormAttr/Field/ColorField.php:19
263
- #: forms/wpdFormAttr/Field/DateField.php:19
264
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:32
265
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:26
266
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:25
267
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:25
268
- #: forms/wpdFormAttr/Field/NumberField.php:19
269
- #: forms/wpdFormAttr/Field/NumberField.php:24
270
- #: forms/wpdFormAttr/Field/NumberField.php:29
271
- #: forms/wpdFormAttr/Field/RadioField.php:19
272
- #: forms/wpdFormAttr/Field/RatingField.php:18
273
- #: forms/wpdFormAttr/Field/SelectField.php:19
274
- #: forms/wpdFormAttr/Field/TextAreaField.php:20
275
- #: forms/wpdFormAttr/Field/TextField.php:19
276
- #: forms/wpdFormAttr/Field/UrlField.php:19
277
- msgid ""
278
- "Field specific short description or some rule related to inserted "
279
- "information."
280
- msgstr ""
281
-
282
- #: forms/wpdFormAttr/Field/CheckboxField.php:28
283
- #: forms/wpdFormAttr/Field/RadioField.php:28
284
- #: forms/wpdFormAttr/Field/SelectField.php:28
285
- msgid "Values"
286
- msgstr ""
287
-
288
- #: forms/wpdFormAttr/Field/CheckboxField.php:30
289
- msgid "Please insert one value per line"
290
- msgstr ""
291
-
292
- #: forms/wpdFormAttr/Field/CheckboxField.php:33
293
- #: forms/wpdFormAttr/Field/ColorField.php:29
294
- #: forms/wpdFormAttr/Field/DateField.php:29
295
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:36
296
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:35
297
- #: forms/wpdFormAttr/Field/NumberField.php:39
298
- #: forms/wpdFormAttr/Field/RadioField.php:33
299
- #: forms/wpdFormAttr/Field/RatingField.php:28
300
- #: forms/wpdFormAttr/Field/SelectField.php:33
301
- #: forms/wpdFormAttr/Field/TextAreaField.php:23
302
- #: forms/wpdFormAttr/Field/TextField.php:29
303
- #: forms/wpdFormAttr/Field/UrlField.php:29
304
- msgid "Field is required"
305
- msgstr ""
306
-
307
- #: forms/wpdFormAttr/Field/CheckboxField.php:37
308
- #: forms/wpdFormAttr/Field/ColorField.php:33
309
- #: forms/wpdFormAttr/Field/DateField.php:33
310
- #: forms/wpdFormAttr/Field/NumberField.php:43
311
- #: forms/wpdFormAttr/Field/RadioField.php:37
312
- #: forms/wpdFormAttr/Field/SelectField.php:37
313
- #: forms/wpdFormAttr/Field/TextAreaField.php:27
314
- #: forms/wpdFormAttr/Field/TextField.php:33
315
- #: forms/wpdFormAttr/Field/UrlField.php:33
316
- msgid "Display on reply form"
317
- msgstr ""
318
-
319
- #: forms/wpdFormAttr/Field/CheckboxField.php:41
320
- #: forms/wpdFormAttr/Field/ColorField.php:37
321
- #: forms/wpdFormAttr/Field/DateField.php:37
322
- #: forms/wpdFormAttr/Field/NumberField.php:47
323
- #: forms/wpdFormAttr/Field/RadioField.php:41
324
- #: forms/wpdFormAttr/Field/RatingField.php:32
325
- #: forms/wpdFormAttr/Field/SelectField.php:41
326
- #: forms/wpdFormAttr/Field/TextAreaField.php:31
327
- #: forms/wpdFormAttr/Field/TextField.php:37
328
- #: forms/wpdFormAttr/Field/UrlField.php:37
329
- msgid "Display on comment"
330
- msgstr ""
331
-
332
- #: forms/wpdFormAttr/Field/CheckboxField.php:45
333
- #: forms/wpdFormAttr/Field/ColorField.php:41
334
- #: forms/wpdFormAttr/Field/DateField.php:41
335
- #: forms/wpdFormAttr/Field/NumberField.php:51
336
- #: forms/wpdFormAttr/Field/RadioField.php:45
337
- #: forms/wpdFormAttr/Field/RatingField.php:36
338
- #: forms/wpdFormAttr/Field/SelectField.php:45
339
- #: forms/wpdFormAttr/Field/TextAreaField.php:35
340
- #: forms/wpdFormAttr/Field/TextField.php:41
341
- #: forms/wpdFormAttr/Field/UrlField.php:41
342
- msgid "Advanced Options"
343
- msgstr ""
344
-
345
- #: forms/wpdFormAttr/Field/CheckboxField.php:48
346
- #: forms/wpdFormAttr/Field/ColorField.php:44
347
- #: forms/wpdFormAttr/Field/DateField.php:44
348
- #: forms/wpdFormAttr/Field/NumberField.php:54
349
- #: forms/wpdFormAttr/Field/RadioField.php:48
350
- #: forms/wpdFormAttr/Field/RatingField.php:39
351
- #: forms/wpdFormAttr/Field/SelectField.php:48
352
- #: forms/wpdFormAttr/Field/TextAreaField.php:38
353
- #: forms/wpdFormAttr/Field/TextField.php:44
354
- #: forms/wpdFormAttr/Field/UrlField.php:44
355
- msgid "Meta Key"
356
- msgstr ""
357
-
358
- #: forms/wpdFormAttr/Field/CheckboxField.php:52
359
- #: forms/wpdFormAttr/Field/ColorField.php:48
360
- #: forms/wpdFormAttr/Field/DateField.php:48
361
- #: forms/wpdFormAttr/Field/NumberField.php:58
362
- #: forms/wpdFormAttr/Field/RadioField.php:52
363
- #: forms/wpdFormAttr/Field/RatingField.php:43
364
- #: forms/wpdFormAttr/Field/SelectField.php:52
365
- #: forms/wpdFormAttr/Field/TextAreaField.php:42
366
- #: forms/wpdFormAttr/Field/TextField.php:48
367
- #: forms/wpdFormAttr/Field/UrlField.php:48
368
- msgid "Replace old meta key"
369
- msgstr ""
370
-
371
- #: forms/wpdFormAttr/Field/CheckboxField.php:153
372
- #: forms/wpdFormAttr/Field/ColorField.php:115
373
- #: forms/wpdFormAttr/Field/DateField.php:115
374
- #: forms/wpdFormAttr/Field/NumberField.php:125
375
- #: forms/wpdFormAttr/Field/RadioField.php:130
376
- #: forms/wpdFormAttr/Field/RatingField.php:125
377
- #: forms/wpdFormAttr/Field/SelectField.php:125
378
- #: forms/wpdFormAttr/Field/TextAreaField.php:98
379
- #: forms/wpdFormAttr/Field/TextField.php:109
380
- #: forms/wpdFormAttr/Field/UrlField.php:110
381
- msgid "field is required!"
382
- msgstr ""
383
-
384
- #: forms/wpdFormAttr/Field/ColorField.php:23
385
- #: forms/wpdFormAttr/Field/DateField.php:23
386
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:30
387
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:29
388
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:29
389
- #: forms/wpdFormAttr/Field/NumberField.php:33
390
- #: forms/wpdFormAttr/Field/RatingField.php:22
391
- #: forms/wpdFormAttr/Field/TextField.php:23
392
- #: forms/wpdFormAttr/Field/UrlField.php:23
393
- msgid "Field icon"
394
- msgstr ""
395
-
396
- #: forms/wpdFormAttr/Field/ColorField.php:26
397
- #: forms/wpdFormAttr/Field/DateField.php:26
398
- #: forms/wpdFormAttr/Field/DefaultField/Email.php:33
399
- #: forms/wpdFormAttr/Field/DefaultField/Name.php:32
400
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:32
401
- #: forms/wpdFormAttr/Field/NumberField.php:36
402
- #: forms/wpdFormAttr/Field/RatingField.php:25
403
- #: forms/wpdFormAttr/Field/TextField.php:26
404
- #: forms/wpdFormAttr/Field/UrlField.php:26
405
- msgid "Font-awesome icon library."
406
- msgstr ""
407
-
408
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:35
409
- msgid "Show for guests"
410
- msgstr ""
411
-
412
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:39
413
- msgid "Show for logged in users"
414
- msgstr ""
415
-
416
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:107
417
- #: forms/wpdFormAttr/Form.php:733
418
- msgid "Code"
419
- msgstr ""
420
-
421
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:114
422
- msgid "Cannot create image file"
423
- msgstr ""
424
-
425
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:115
426
- msgid "Permission denied for file creation"
427
- msgstr ""
428
-
429
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:116
430
- msgid "PHP GD2 library is disabled"
431
- msgstr ""
432
-
433
- #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:117
434
- msgid "PNG image creation disabled"
435
- msgstr ""
436
-
437
- #: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
438
- msgid "Button Text"
439
- msgstr ""
440
-
441
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:35
442
- msgid "Enable"
443
- msgstr ""
444
-
445
- #: forms/wpdFormAttr/Field/DefaultField/Website.php:83
446
- #: forms/wpdFormAttr/Form.php:724
447
- msgid "Website"
448
- msgstr ""
449
-
450
- #: forms/wpdFormAttr/Field/Field.php:52
451
- msgid " (Submit Button)"
452
- msgstr ""
453
-
454
- #: forms/wpdFormAttr/Field/Field.php:54
455
- msgid " (CAPTCHA)"
456
- msgstr ""
457
-
458
- #: forms/wpdFormAttr/Field/Field.php:87
459
- msgid "Add To Form"
460
- msgstr ""
461
-
462
- #: forms/wpdFormAttr/Field/NumberField.php:22
463
- msgid "Min Value"
464
- msgstr ""
465
-
466
- #: forms/wpdFormAttr/Field/NumberField.php:27
467
- msgid "Max Value"
468
- msgstr ""
469
-
470
- #: forms/wpdFormAttr/Field/NumberField.php:129
471
- msgid "value can not be less than"
472
- msgstr ""
473
-
474
- #: forms/wpdFormAttr/Field/NumberField.php:132
475
- msgid "value can not be more than"
476
- msgstr ""
477
-
478
- #: forms/wpdFormAttr/Field/RadioField.php:30
479
- #: forms/wpdFormAttr/Field/SelectField.php:30
480
- msgid "New value new line"
481
- msgstr ""
482
-
483
- #: forms/wpdFormAttr/Form.php:595
484
- msgid "Allow guests to comment"
485
- msgstr ""
486
-
487
- #: forms/wpdFormAttr/Form.php:599 forms/wpdFormAttr/Form.php:610
488
- msgid "Yes"
489
- msgstr ""
490
-
491
- #: forms/wpdFormAttr/Form.php:601 forms/wpdFormAttr/Form.php:612
492
- msgid "No"
493
- msgstr ""
494
-
495
- #: forms/wpdFormAttr/Form.php:606
496
- msgid "Enable subscription bar"
497
- msgstr ""
498
-
499
- #: forms/wpdFormAttr/Form.php:617
500
- msgid "Comment form header text"
501
- msgstr ""
502
-
503
- #: forms/wpdFormAttr/Form.php:626
504
- msgid "Display comment form for post types"
505
- msgstr ""
506
-
507
- #: forms/wpdFormAttr/Form.php:633
508
- msgid ""
509
- "The red marked post types are already attached to other comment form. If you "
510
- "set this form too, the old forms will not be used for them."
511
- msgstr ""
512
-
513
- #: forms/wpdFormAttr/Form.php:652
514
- msgid "Display comment form for post IDs"
515
- msgstr ""
516
-
517
- #: forms/wpdFormAttr/Form.php:653
518
- msgid ""
519
- "You can use this form for certain posts/pages specified by comma separated "
520
- "IDs."
521
- msgstr ""
522
-
523
- #: forms/wpdFormAttr/Form.php:664
524
- msgid "Comment Text Field"
525
- msgstr ""
526
-
527
- #: forms/wpdFormAttr/Form.php:679
528
- msgid "ADD ROW"
529
- msgstr ""
530
-
531
- #: forms/wpdFormAttr/html/admin-form-fields-list.php:7
532
- msgid "Comment Form Fields"
533
- msgstr ""
534
-
535
- #: options/class.WpdiscuzOptions.php:24 options/class.WpdiscuzOptions.php:99
536
- #: options/class.WpdiscuzOptions.php:214
537
- msgid "Hacker?"
538
- msgstr ""
539
-
540
- #: options/class.WpdiscuzOptions.php:249
541
- msgid ""
542
- "Brings an ocean of emotions to your comments. It comes with an awesome smile "
543
- "package."
544
- msgstr ""
545
-
546
- #: options/class.WpdiscuzOptions.php:250
547
- msgid ""
548
- "Extended information about comment author with Profile, Activity, Votes and "
549
- "Subscriptions Tabs on pop-up window."
550
- msgstr ""
551
-
552
- #: options/class.WpdiscuzOptions.php:251
553
- msgid ""
554
- "Total control over comment subscriptions. Full list, monitor, manage, "
555
- "filter, unsubscribe, confirm..."
556
- msgstr ""
557
-
558
- #: options/class.WpdiscuzOptions.php:252
559
- msgid ""
560
- "A full-fledged tool-kit for advertising in comment section of your website. "
561
- "Separate banner and ad managment."
562
- msgstr ""
563
-
564
- #: options/class.WpdiscuzOptions.php:253
565
- msgid ""
566
- "Allows to mention comments and users in comment text using #comment-id and "
567
- "@username tags."
568
- msgstr ""
569
-
570
- #: options/class.WpdiscuzOptions.php:254
571
- msgid ""
572
- "See comment likers and voters of each comment. Adds user reputation and "
573
- "badges based on received likes."
574
- msgstr ""
575
-
576
- #: options/class.WpdiscuzOptions.php:255
577
- msgid ""
578
- "Comment reporting tools. Auto-moderates comments based on number of flags "
579
- "and dislikes."
580
- msgstr ""
581
-
582
- #: options/class.WpdiscuzOptions.php:256
583
- msgid ""
584
- "Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
585
- "options. Uses free translation API."
586
- msgstr ""
587
-
588
- #: options/class.WpdiscuzOptions.php:257
589
- msgid ""
590
- "AJAX powered front-end comment search. It starts searching while you type "
591
- "search words. "
592
- msgstr ""
593
-
594
- #: options/class.WpdiscuzOptions.php:258
595
- msgid ""
596
- "Most voted comments, Active comment threads, Most commented posts, Active "
597
- "comment authors"
598
- msgstr ""
599
-
600
- #: options/class.WpdiscuzOptions.php:259
601
- msgid ""
602
- "All in one powerful yet simple admin toolkit to moderate comments on front-"
603
- "end."
604
- msgstr ""
605
-
606
- #: options/class.WpdiscuzOptions.php:260
607
- msgid ""
608
- "Extended comment attachment system. Allows to upload images, videos, audios "
609
- "and other file types."
610
- msgstr ""
611
-
612
- #: options/class.WpdiscuzOptions.php:261
613
- msgid ""
614
- "Adds No CAPTCHA on all comment forms. Stops spam and bot comments with "
615
- "Google reCAPTCHA"
616
- msgstr ""
617
-
618
- #: options/class.WpdiscuzOptions.php:262
619
- msgid ""
620
- "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
621
- "myCRED points. "
622
- msgstr ""
623
-
624
- #: options/class.WpdiscuzOptions.php:263
625
- msgid ""
626
- "Allows censoring comment words. Filters comments and replaces those phrases "
627
- "with custom words."
628
- msgstr ""
629
-
630
- #: options/class.WpdiscuzOptions.php:269
631
- msgid "Custom Comment Forms"
632
- msgstr ""
633
-
634
- #: options/class.WpdiscuzOptions.php:270
635
- msgid ""
636
- "You can create custom comment forms with wpDiscuz. wpDiscuz 4 comes with "
637
- "custom comment forms and fields. You can create custom comment forms for "
638
- "each post type, each form can beceated with different form fields, for "
639
- "eaxample: text, dropdown, rating, checkboxes, etc..."
640
- msgstr ""
641
-
642
- #: options/class.WpdiscuzOptions.php:273
643
- msgid "Emoticons"
644
- msgstr ""
645
-
646
- #: options/class.WpdiscuzOptions.php:274
647
- msgid ""
648
- "You can add more emotions to your comments using wpDiscuz Emoticons addon."
649
- msgstr ""
650
-
651
- #: options/class.WpdiscuzOptions.php:277
652
- msgid "Ads Manager"
653
- msgstr ""
654
-
655
- #: options/class.WpdiscuzOptions.php:278
656
- msgid ""
657
- "Increase your income using ad banners. Comment area is the most active "
658
- "sections for advertising. wpDiscuz Ads Manager addon is designed to help you "
659
- "add banners and control ads in this section."
660
- msgstr ""
661
-
662
- #: options/class.WpdiscuzOptions.php:281
663
- msgid "User and Comment Mentioning"
664
- msgstr ""
665
-
666
- #: options/class.WpdiscuzOptions.php:282
667
- msgid ""
668
- "Using wpDiscuz User &amp; Comment Mentioning addon you can allow commenters "
669
- "mention comments and users in comment text using #comment-id and @username "
670
- "tags."
671
- msgstr ""
672
-
673
- #: options/class.WpdiscuzOptions.php:285
674
- msgid "Advanced Likers"
675
- msgstr ""
676
-
677
- #: options/class.WpdiscuzOptions.php:286
678
- msgid ""
679
- "wpDiscuz Advanced Likers addon displays likers and voters of each comment. "
680
- "Adds user reputation and badges based on received likes."
681
- msgstr ""
682
-
683
- #: options/class.WpdiscuzOptions.php:289
684
- msgid "Report and Flagging"
685
- msgstr ""
686
-
687
- #: options/class.WpdiscuzOptions.php:290
688
- msgid ""
689
- "Let your commenters help you to determine and remove spam comments. wpDiscuz "
690
- "Report and Flagging addon comes with comment reporting tools. Automaticaly "
691
- "auto-moderates comments based on number of flags and dislikes."
692
- msgstr ""
693
-
694
- #: options/class.WpdiscuzOptions.php:293
695
- msgid "Comment Translate"
696
- msgstr ""
697
-
698
- #: options/class.WpdiscuzOptions.php:294
699
- msgid ""
700
- "In most cases the big part of your visitors are not a native speakers of "
701
- "your language. Make your comments comprehensible for all visitors using "
702
- "wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX "
703
- "\"Translate\" button with 60 language translation options. Uses free "
704
- "translation API."
705
- msgstr ""
706
-
707
- #: options/class.WpdiscuzOptions.php:297
708
- msgid "Comment Search"
709
- msgstr ""
710
-
711
- #: options/class.WpdiscuzOptions.php:298
712
- msgid ""
713
- "You can let website visitor search in comments. It's always more attractive "
714
- "to find a comment about something that interest you. Using wpDiscuz Comment "
715
- "Search addon you'll get a nice, AJAX powered front-end comment search form "
716
- "above comment list."
717
- msgstr ""
718
-
719
- #: options/class.WpdiscuzOptions.php:301
720
- msgid "wpDiscuz Widgets"
721
- msgstr ""
722
-
723
- #: options/class.WpdiscuzOptions.php:302
724
- msgid ""
725
- "More Comment Widgets! Most voted comments, Active comment threads, Most "
726
- "commented posts, Active comment authors widgets are available in wpDiscuz "
727
- "Widgets Addon"
728
- msgstr ""
729
-
730
- #: options/class.WpdiscuzOptions.php:305
731
- msgid "Front-end Moderation"
732
- msgstr ""
733
-
734
- #: options/class.WpdiscuzOptions.php:306
735
- msgid ""
736
- "You can moderate comments on front-end using all in one powerful yet simple "
737
- "wpDiscuz Frontend Moderation addon."
738
- msgstr ""
739
-
740
- #: options/class.WpdiscuzOptions.php:309
741
- msgid "Media Uploader"
742
- msgstr ""
743
-
744
- #: options/class.WpdiscuzOptions.php:310
745
- msgid ""
746
- "You can let website visitors attach images and files to comments and embed "
747
- "video/audio content using wpDiscuz Media Uploader addon."
748
- msgstr ""
749
-
750
- #: options/class.WpdiscuzOptions.php:313
751
- msgid "Google ReCaptcha"
752
- msgstr ""
753
-
754
- #: options/class.WpdiscuzOptions.php:314
755
- msgid ""
756
- "Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon "
757
- "adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
758
- msgstr ""
759
-
760
- #: options/class.WpdiscuzOptions.php:328
761
- msgid "New Addons are available for wpDiscuz Comments Plugin"
762
- msgstr ""
763
-
764
- #: options/class.WpdiscuzOptions.php:335 options/class.WpdiscuzOptions.php:341
765
- msgid "Go to wpDiscuz Addons subMenu"
766
- msgstr ""
767
-
768
- #: options/class.WpdiscuzOptions.php:372
769
- msgid "Do you know?"
770
- msgstr ""
771
-
772
- #: options/class.WpdiscuzOptions.php:384
773
- msgid "More info"
774
- msgstr ""
775
-
776
- #: options/class.WpdiscuzOptionsSerialized.php:594
777
- msgid "Be the First to Comment!"
778
- msgstr ""
779
-
780
- #: options/class.WpdiscuzOptionsSerialized.php:595 options/html-phrases.php:22
781
- #: options/phrases-layouts/phrases-general.php:22
782
- msgid "Comment"
783
- msgstr ""
784
-
785
- #: options/class.WpdiscuzOptionsSerialized.php:596
786
- msgid "Comments"
787
- msgstr ""
788
-
789
- #: options/class.WpdiscuzOptionsSerialized.php:597
790
- msgid "on"
791
- msgstr ""
792
-
793
- #: options/class.WpdiscuzOptionsSerialized.php:598
794
- msgid "Start the discussion"
795
- msgstr ""
796
-
797
- #: options/class.WpdiscuzOptionsSerialized.php:599
798
- msgid "Join the discussion"
799
- msgstr ""
800
-
801
- #: options/class.WpdiscuzOptionsSerialized.php:601
802
- #: options/phrases-layouts/phrases-form.php:42
803
- #: options/phrases-layouts/phrases-form.php:46
804
- msgid "Notify of"
805
- msgstr ""
806
-
807
- #: options/class.WpdiscuzOptionsSerialized.php:602
808
- #: options/phrases-layouts/phrases-form.php:56
809
- msgid "new follow-up comments"
810
- msgstr ""
811
-
812
- #: options/class.WpdiscuzOptionsSerialized.php:603
813
- msgid "new replies to my comments"
814
- msgstr ""
815
-
816
- #: options/class.WpdiscuzOptionsSerialized.php:604
817
- #: options/phrases-layouts/phrases-form.php:76
818
- msgid "Notify of new replies to this comment"
819
- msgstr ""
820
-
821
- #: options/class.WpdiscuzOptionsSerialized.php:605
822
- #: options/phrases-layouts/phrases-form.php:82
823
- #: options/phrases-layouts/phrases-form.php:86
824
- msgid "Sort by"
825
- msgstr ""
826
-
827
- #: options/class.WpdiscuzOptionsSerialized.php:606
828
- #: options/phrases-layouts/phrases-form.php:92
829
- #: options/phrases-layouts/phrases-form.php:96
830
- msgid "newest"
831
- msgstr ""
832
-
833
- #: options/class.WpdiscuzOptionsSerialized.php:607
834
- #: options/phrases-layouts/phrases-form.php:102
835
- #: options/phrases-layouts/phrases-form.php:106
836
- msgid "oldest"
837
- msgstr ""
838
-
839
- #: options/class.WpdiscuzOptionsSerialized.php:608
840
- #: options/phrases-layouts/phrases-form.php:112
841
- #: options/phrases-layouts/phrases-form.php:116
842
- msgid "most voted"
843
- msgstr ""
844
-
845
- #: options/class.WpdiscuzOptionsSerialized.php:609
846
- msgid "Load More Comments"
847
- msgstr ""
848
-
849
- #: options/class.WpdiscuzOptionsSerialized.php:610
850
- #: options/phrases-layouts/phrases-general.php:62
851
- msgid "Load Rest of Comments"
852
- msgstr ""
853
-
854
- #: options/class.WpdiscuzOptionsSerialized.php:611
855
- #: options/phrases-layouts/phrases-comment.php:12
856
- msgid "Reply"
857
- msgstr ""
858
-
859
- #: options/class.WpdiscuzOptionsSerialized.php:612
860
- #: options/phrases-layouts/phrases-comment.php:22
861
- msgid "Share"
862
- msgstr ""
863
-
864
- #: options/class.WpdiscuzOptionsSerialized.php:614
865
- #: options/phrases-layouts/phrases-comment.php:42
866
- msgid "Share On Facebook"
867
- msgstr ""
868
-
869
- #: options/class.WpdiscuzOptionsSerialized.php:615
870
- #: options/phrases-layouts/phrases-comment.php:52
871
- msgid "Share On Twitter"
872
- msgstr ""
873
-
874
- #: options/class.WpdiscuzOptionsSerialized.php:616
875
- #: options/phrases-layouts/phrases-comment.php:62
876
- msgid "Share On Google"
877
- msgstr ""
878
-
879
- #: options/class.WpdiscuzOptionsSerialized.php:617
880
- #: options/phrases-layouts/phrases-comment.php:72
881
- msgid "Share On VKontakte"
882
- msgstr ""
883
-
884
- #: options/class.WpdiscuzOptionsSerialized.php:618
885
- #: options/phrases-layouts/phrases-comment.php:82
886
- msgid "Share On Odnoklassniki"
887
- msgstr ""
888
-
889
- #: options/class.WpdiscuzOptionsSerialized.php:619
890
- #: options/phrases-layouts/phrases-comment.php:92
891
- msgid "Hide Replies"
892
- msgstr ""
893
-
894
- #: options/class.WpdiscuzOptionsSerialized.php:620
895
- #: options/phrases-layouts/phrases-comment.php:102
896
- msgid "Show Replies"
897
- msgstr ""
898
-
899
- #: options/class.WpdiscuzOptionsSerialized.php:621
900
- #: options/phrases-layouts/phrases-general.php:76
901
- msgid "New Comment"
902
- msgstr ""
903
-
904
- #: options/class.WpdiscuzOptionsSerialized.php:622
905
- msgid "New comment on the discussion section you've been interested in"
906
- msgstr ""
907
-
908
- #: options/class.WpdiscuzOptionsSerialized.php:623
909
- #: options/phrases-layouts/phrases-email.php:36
910
- #: options/phrases-layouts/phrases-general.php:96
911
- #: utils/class.WpdiscuzEmailHelper.php:158
912
- msgid "New Reply"
913
- msgstr ""
914
-
915
- #: options/class.WpdiscuzOptionsSerialized.php:624
916
- #: utils/class.WpdiscuzEmailHelper.php:159
917
- msgid "New reply on the discussion section you've been interested in"
918
- msgstr ""
919
-
920
- #: options/class.WpdiscuzOptionsSerialized.php:625
921
- msgid "You're subscribed for new replies on this comment"
922
- msgstr ""
923
-
924
- #: options/class.WpdiscuzOptionsSerialized.php:626
925
- msgid "You're subscribed for new replies on all your comments"
926
- msgstr ""
927
-
928
- #: options/class.WpdiscuzOptionsSerialized.php:627
929
- msgid "You're subscribed for new follow-up comments on this post"
930
- msgstr ""
931
-
932
- #: options/class.WpdiscuzOptionsSerialized.php:628
933
- #: options/phrases-layouts/phrases-email.php:52
934
- #: options/phrases-layouts/phrases-email.php:56
935
- msgid "Unsubscribe"
936
- msgstr ""
937
-
938
- #: options/class.WpdiscuzOptionsSerialized.php:629
939
- #: options/phrases-layouts/phrases-email.php:66
940
- msgid "Cancel subscription"
941
- msgstr ""
942
-
943
- #: options/class.WpdiscuzOptionsSerialized.php:630
944
- #: options/phrases-layouts/phrases-notification.php:32
945
- msgid "You've successfully unsubscribed."
946
- msgstr ""
947
-
948
- #: options/class.WpdiscuzOptionsSerialized.php:631
949
- #: options/phrases-layouts/phrases-notification.php:22
950
- msgid "You've successfully subscribed."
951
- msgstr ""
952
-
953
- #: options/class.WpdiscuzOptionsSerialized.php:632
954
- #: options/phrases-layouts/phrases-email.php:72
955
- #: options/phrases-layouts/phrases-email.php:76
956
- msgid "Confirm your subscription"
957
- msgstr ""
958
-
959
- #: options/class.WpdiscuzOptionsSerialized.php:633
960
- #: options/phrases-layouts/phrases-email.php:82
961
- #: options/phrases-layouts/phrases-email.php:86
962
- msgid "You've successfully confirmed your subscription."
963
- msgstr ""
964
-
965
- #: options/class.WpdiscuzOptionsSerialized.php:634
966
- #: options/phrases-layouts/phrases-email.php:96
967
- #: utils/class.WpdiscuzEmailHelper.php:51
968
- msgid "Subscribe Confirmation"
969
- msgstr ""
970
-
971
- #: options/class.WpdiscuzOptionsSerialized.php:635
972
- #: options/phrases-layouts/phrases-email.php:106
973
- #: utils/class.WpdiscuzEmailHelper.php:52
974
- msgid ""
975
- "Hi, <br/> You just subscribed for new comments on our website. This means "
976
- "you will receive an email when new comments are posted according to "
977
- "subscription option you've chosen. <br/> To activate, click confirm below. "
978
- "If you believe this is an error, ignore this message and we'll never bother "
979
- "you again."
980
- msgstr ""
981
-
982
- #: options/class.WpdiscuzOptionsSerialized.php:636
983
- msgid "please fill out this field to comment"
984
- msgstr ""
985
-
986
- #: options/class.WpdiscuzOptionsSerialized.php:637
987
- msgid "email address is invalid"
988
- msgstr ""
989
-
990
- #: options/class.WpdiscuzOptionsSerialized.php:638
991
- msgid "url is invalid"
992
- msgstr ""
993
-
994
- #: options/class.WpdiscuzOptionsSerialized.php:639
995
- msgid "year"
996
- msgstr ""
997
-
998
- #: options/class.WpdiscuzOptionsSerialized.php:640
999
- msgid "years"
1000
- msgstr ""
1001
-
1002
- #: options/class.WpdiscuzOptionsSerialized.php:641
1003
- msgid "month"
1004
- msgstr ""
1005
-
1006
- #: options/class.WpdiscuzOptionsSerialized.php:642
1007
- msgid "months"
1008
- msgstr ""
1009
-
1010
- #: options/class.WpdiscuzOptionsSerialized.php:643
1011
- msgid "day"
1012
- msgstr ""
1013
-
1014
- #: options/class.WpdiscuzOptionsSerialized.php:644
1015
- msgid "days"
1016
- msgstr ""
1017
-
1018
- #: options/class.WpdiscuzOptionsSerialized.php:645
1019
- msgid "hour"
1020
- msgstr ""
1021
-
1022
- #: options/class.WpdiscuzOptionsSerialized.php:646
1023
- msgid "hours"
1024
- msgstr ""
1025
-
1026
- #: options/class.WpdiscuzOptionsSerialized.php:647
1027
- msgid "minute"
1028
- msgstr ""
1029
-
1030
- #: options/class.WpdiscuzOptionsSerialized.php:648
1031
- msgid "minutes"
1032
- msgstr ""
1033
-
1034
- #: options/class.WpdiscuzOptionsSerialized.php:649
1035
- msgid "second"
1036
- msgstr ""
1037
-
1038
- #: options/class.WpdiscuzOptionsSerialized.php:650
1039
- msgid "seconds"
1040
- msgstr ""
1041
-
1042
- #: options/class.WpdiscuzOptionsSerialized.php:651
1043
- msgid "right now"
1044
- msgstr ""
1045
-
1046
- #: options/class.WpdiscuzOptionsSerialized.php:652
1047
- msgid "ago"
1048
- msgstr ""
1049
-
1050
- #: options/class.WpdiscuzOptionsSerialized.php:653
1051
- #: options/phrases-layouts/phrases-datetime.php:156
1052
- msgid "Today"
1053
- msgstr ""
1054
-
1055
- #: options/class.WpdiscuzOptionsSerialized.php:654
1056
- #: options/phrases-layouts/phrases-notification.php:84
1057
- msgid "You must be"
1058
- msgstr ""
1059
-
1060
- #: options/class.WpdiscuzOptionsSerialized.php:655
1061
- msgid "You are logged in as"
1062
- msgstr ""
1063
-
1064
- #: options/class.WpdiscuzOptionsSerialized.php:656
1065
- #: options/phrases-layouts/phrases-notification.php:104
1066
- msgid "Log out"
1067
- msgstr ""
1068
-
1069
- #: options/class.WpdiscuzOptionsSerialized.php:657
1070
- msgid "logged in"
1071
- msgstr ""
1072
-
1073
- #: options/class.WpdiscuzOptionsSerialized.php:658
1074
- msgid "to post a comment."
1075
- msgstr ""
1076
-
1077
- #: options/class.WpdiscuzOptionsSerialized.php:659
1078
- #: options/phrases-layouts/phrases-comment.php:138
1079
- msgid "Vote Up"
1080
- msgstr ""
1081
-
1082
- #: options/class.WpdiscuzOptionsSerialized.php:660
1083
- #: options/phrases-layouts/phrases-comment.php:148
1084
- msgid "Vote Down"
1085
- msgstr ""
1086
-
1087
- #: options/class.WpdiscuzOptionsSerialized.php:661
1088
- #: options/phrases-layouts/phrases-notification.php:134
1089
- msgid "Vote Counted"
1090
- msgstr ""
1091
-
1092
- #: options/class.WpdiscuzOptionsSerialized.php:662
1093
- msgid "You've already voted for this comment"
1094
- msgstr ""
1095
-
1096
- #: options/class.WpdiscuzOptionsSerialized.php:663
1097
- #: options/phrases-layouts/phrases-notification.php:154
1098
- msgid "Voting Error"
1099
- msgstr ""
1100
-
1101
- #: options/class.WpdiscuzOptionsSerialized.php:664
1102
- msgid "You Must Be Logged In To Vote"
1103
- msgstr ""
1104
-
1105
- #: options/class.WpdiscuzOptionsSerialized.php:665
1106
- msgid "You cannot vote for your comment"
1107
- msgstr ""
1108
-
1109
- #: options/class.WpdiscuzOptionsSerialized.php:666
1110
- msgid "You are not allowed to vote for this comment"
1111
- msgstr ""
1112
-
1113
- #: options/class.WpdiscuzOptionsSerialized.php:667
1114
- #: options/phrases-layouts/phrases-notification.php:194
1115
- msgid "Invalid Captcha Code"
1116
- msgstr ""
1117
-
1118
- #: options/class.WpdiscuzOptionsSerialized.php:668
1119
- #: options/phrases-layouts/phrases-notification.php:204
1120
- msgid "Some of field value is invalid"
1121
- msgstr ""
1122
-
1123
- #: options/class.WpdiscuzOptionsSerialized.php:669
1124
- msgid "new comment"
1125
- msgstr ""
1126
-
1127
- #: options/class.WpdiscuzOptionsSerialized.php:670
1128
- msgid "new comments"
1129
- msgstr ""
1130
-
1131
- #: options/class.WpdiscuzOptionsSerialized.php:671
1132
- msgid "Comment awaiting moderation"
1133
- msgstr ""
1134
-
1135
- #: options/class.WpdiscuzOptionsSerialized.php:672
1136
- msgid "new reply on your comment"
1137
- msgstr ""
1138
-
1139
- #: options/class.WpdiscuzOptionsSerialized.php:673
1140
- msgid "new replies on your comments"
1141
- msgstr ""
1142
-
1143
- #: options/class.WpdiscuzOptionsSerialized.php:674
1144
- #: options/phrases-layouts/phrases-general.php:116
1145
- msgid "New"
1146
- msgstr ""
1147
-
1148
- #: options/class.WpdiscuzOptionsSerialized.php:675
1149
- #: options/phrases-layouts/phrases-notification.php:249
1150
- msgid "Sorry, the comment was not updated"
1151
- msgstr ""
1152
-
1153
- #: options/class.WpdiscuzOptionsSerialized.php:676
1154
- #: options/phrases-layouts/phrases-notification.php:259
1155
- msgid "Sorry, this comment no longer possible to edit"
1156
- msgstr ""
1157
-
1158
- #: options/class.WpdiscuzOptionsSerialized.php:677
1159
- msgid "You've not made any changes"
1160
- msgstr ""
1161
-
1162
- #: options/class.WpdiscuzOptionsSerialized.php:678
1163
- #: options/phrases-layouts/phrases-comment.php:162
1164
- msgid "Save"
1165
- msgstr ""
1166
-
1167
- #: options/class.WpdiscuzOptionsSerialized.php:679
1168
- #: options/phrases-layouts/phrases-comment.php:172
1169
- msgid "Cancel"
1170
- msgstr ""
1171
-
1172
- #: options/class.WpdiscuzOptionsSerialized.php:680
1173
- msgid "Input is too short"
1174
- msgstr ""
1175
-
1176
- #: options/class.WpdiscuzOptionsSerialized.php:681
1177
- msgid "Input is too long"
1178
- msgstr ""
1179
-
1180
- #: options/class.WpdiscuzOptionsSerialized.php:682
1181
- #: options/phrases-layouts/phrases-comment.php:182
1182
- msgid "Read more &raquo;"
1183
- msgstr ""
1184
-
1185
- #: options/class.WpdiscuzOptionsSerialized.php:683
1186
- #: options/phrases-layouts/phrases-comment.php:192
1187
- msgid "Anonymous"
1188
- msgstr ""
1189
-
1190
- #: options/class.WpdiscuzOptionsSerialized.php:684
1191
- #: options/phrases-layouts/phrases-notification.php:275
1192
- #: options/phrases-layouts/phrases-notification.php:279
1193
- msgid "Please fill out required fields"
1194
- msgstr ""
1195
-
1196
- #: options/class.WpdiscuzOptionsSerialized.php:685
1197
- #: options/phrases-layouts/phrases-form.php:152
1198
- #: options/phrases-layouts/phrases-form.php:156
1199
- msgid "Connect with"
1200
- msgstr ""
1201
-
1202
- #: options/class.WpdiscuzOptionsSerialized.php:686
1203
- msgid "You're subscribed to"
1204
- msgstr ""
1205
-
1206
- #: options/class.WpdiscuzOptionsSerialized.php:687
1207
- msgid "Participate in this discussion via email"
1208
- msgstr ""
1209
-
1210
- #: options/html-addons.php:11
1211
- msgid "wpDiscuz Addons"
1212
- msgstr ""
1213
-
1214
- #: options/html-addons.php:19
1215
- msgid "wpDiscuz Add-ons"
1216
- msgstr ""
1217
-
1218
- #: options/html-addons.php:20
1219
- msgid "Addons Support Forum"
1220
- msgstr ""
1221
-
1222
- #: options/html-addons.php:25
1223
- msgid ""
1224
- "All wpDiscuz addons are being developed by wpDiscuz developers at gVectors "
1225
- "Team, those are very solid premium level extensions and come with premium "
1226
- "support.\n"
1227
- " These addons help us to keep top level "
1228
- "development of the free wpDiscuz plugin. All essential and even dozens of "
1229
- "extra-cool features are already available for free in core wpDiscuz. \n"
1230
- " There will never be any limits, any pro and paid "
1231
- "versions for wpDiscuz. We have another dozens of awesome features in our to-"
1232
- "do list which will also be added for free in future releases. \n"
1233
- " So the free wpDiscuz development always stays on "
1234
- "the first priority and wpDiscuz is being extended with new free functions "
1235
- "and features even faster than before."
1236
- msgstr ""
1237
-
1238
- #: options/html-addons.php:31
1239
- msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team&nbsp;"
1240
- msgstr ""
1241
-
1242
- #: options/html-addons.php:53
1243
- msgid "Installed"
1244
- msgstr ""
1245
-
1246
- #: options/html-addons.php:57
1247
- msgid "Version"
1248
- msgstr ""
1249
-
1250
- #: options/html-addons.php:58
1251
- msgid "at least"
1252
- msgstr ""
1253
-
1254
- #: options/html-addons.php:60
1255
- msgid "Live Preview | Buy"
1256
- msgstr ""
1257
-
1258
- #: options/html-addons.php:66
1259
- msgid "More information about"
1260
- msgstr ""
1261
-
1262
- #: options/html-options.php:10
1263
- msgid "wpDiscuz General Settings"
1264
- msgstr ""
1265
-
1266
- #: options/html-options.php:18
1267
- msgid "Like wpDiscuz?"
1268
- msgstr ""
1269
-
1270
- #: options/html-options.php:19
1271
- msgid "Documentation"
1272
- msgstr ""
1273
-
1274
- #: options/html-options.php:20
1275
- msgid "Support"
1276
- msgstr ""
1277
-
1278
- #: options/html-options.php:54 options/options-layouts/settings-general.php:7
1279
- msgid "General Settings"
1280
- msgstr ""
1281
-
1282
- #: options/html-options.php:55
1283
- #: options/options-layouts/settings-live-update.php:7
1284
- msgid "Live Update"
1285
- msgstr ""
1286
-
1287
- #: options/html-options.php:56
1288
- msgid "Show/Hide"
1289
- msgstr ""
1290
-
1291
- #: options/html-options.php:57
1292
- msgid "Subscription"
1293
- msgstr ""
1294
-
1295
- #: options/html-options.php:57
1296
- msgid "and Postmatic"
1297
- msgstr ""
1298
-
1299
- #: options/html-options.php:58
1300
- msgid "Styling"
1301
- msgstr ""
1302
-
1303
- #: options/html-options.php:59 options/options-layouts/settings-social.php:124
1304
- msgid "Social Login"
1305
- msgstr ""
1306
-
1307
- #: options/html-options.php:60
1308
- #: options/options-layouts/settings-integrations.php:7
1309
- msgid "Integrations"
1310
- msgstr ""
1311
-
1312
- #: options/html-options.php:148
1313
- msgid "Reset Options"
1314
- msgstr ""
1315
-
1316
- #: options/html-options.php:150
1317
- msgid "Refresh comment optimization"
1318
- msgstr ""
1319
-
1320
- #: options/html-options.php:152
1321
- msgid "Remove vote data"
1322
- msgstr ""
1323
-
1324
- #: options/html-options.php:153 options/html-phrases.php:71
1325
- #: options/html-tools.php:58
1326
- msgid "Save Changes"
1327
- msgstr ""
1328
-
1329
- #: options/html-phrases.php:10
1330
- msgid "wpDiscuz Front-end Phrases"
1331
- msgstr ""
1332
-
1333
- #: options/html-phrases.php:20
1334
- msgid "General"
1335
- msgstr ""
1336
-
1337
- #: options/html-phrases.php:23
1338
- msgid "Date/Time"
1339
- msgstr ""
1340
-
1341
- #: options/html-phrases.php:25
1342
- msgid "Notification"
1343
- msgstr ""
1344
-
1345
- #: options/html-tools.php:10
1346
- msgid "wpDiscuz Tools"
1347
- msgstr ""
1348
-
1349
- #: options/html-tools.php:22 options/tools-layouts/options-export.php:8
1350
- msgid "Export options"
1351
- msgstr ""
1352
-
1353
- #: options/html-tools.php:23 options/tools-layouts/options-import.php:7
1354
- msgid "Import options"
1355
- msgstr ""
1356
-
1357
- #: options/options-layouts/settings-addons.php:13
1358
- msgid ""
1359
- "Here you can find wpDiscuz Addons' setting options in vertical subTabs with "
1360
- "according addon titles. All wpDiscuz addons are listed on wpDiscuz"
1361
- msgstr ""
1362
-
1363
- #: options/options-layouts/settings-addons.php:13
1364
- msgid "Addons subMenu"
1365
- msgstr ""
1366
-
1367
- #: options/options-layouts/settings-addons.php:13
1368
- msgid ""
1369
- "We'll add new free and paid addons with almost every wpDiscuz release. There "
1370
- "will be dozens of very useful addons in near future. Currently wpDiscuz "
1371
- "consists of about 70 free features/addons like \"Live Update\", \"First "
1372
- "comment redirection\", \"Comment sorting\", \"Simple CAPTCHA\", \"AJAX "
1373
- "Pagination\", \"Lazy Load\", \"Comment Likes\", \"Comment Share\" and dozens "
1374
- "of other addons and there will be more. All new and free addons will be "
1375
- "built-in with wpDiscuz plugin and all paid addons will be listed separately "
1376
- "on"
1377
- msgstr ""
1378
-
1379
- #: options/options-layouts/settings-customfields.php:12
1380
- msgid "Google Map API Key"
1381
- msgstr ""
1382
-
1383
- #: options/options-layouts/settings-general.php:11
1384
- msgid "Enable wpdiscuz on home page"
1385
- msgstr ""
1386
-
1387
- #: options/options-layouts/settings-general.php:15
1388
- msgid "Enable Quicktags"
1389
- msgstr ""
1390
-
1391
- #: options/options-layouts/settings-general.php:20
1392
- msgid "Use guest email to detect registered account"
1393
- msgstr ""
1394
-
1395
- #: options/options-layouts/settings-general.php:22
1396
- msgid ""
1397
- "Sometimes registered users comment as guest using the same email address. "
1398
- "wpDiscuz can detect the account role using guest email and display commenter "
1399
- "label correctly."
1400
- msgstr ""
1401
-
1402
- #: options/options-layouts/settings-general.php:29
1403
- msgid "Comment author name min length (for guests only)"
1404
- msgstr ""
1405
-
1406
- #: options/options-layouts/settings-general.php:33
1407
- #: options/options-layouts/settings-general.php:56
1408
- msgid "Min"
1409
- msgstr ""
1410
-
1411
- #: options/options-layouts/settings-general.php:36
1412
- #: options/options-layouts/settings-general.php:59
1413
- msgid "Max"
1414
- msgstr ""
1415
-
1416
- #: options/options-layouts/settings-general.php:42
1417
- msgid "Keep guest commenter credentials in browser cookies for x days"
1418
- msgstr ""
1419
-
1420
- #: options/options-layouts/settings-general.php:44
1421
- msgid "Set this option value -1 to make it unlimited."
1422
- msgstr ""
1423
-
1424
- #: options/options-layouts/settings-general.php:45
1425
- msgid "Set this option value 0 to clear those data when user closes browser."
1426
- msgstr ""
1427
-
1428
- #: options/options-layouts/settings-general.php:52
1429
- msgid "Comment text length"
1430
- msgstr ""
1431
-
1432
- #: options/options-layouts/settings-general.php:65
1433
- msgid ""
1434
- "The number of words before breaking comment text and showing \"Read more\" "
1435
- "link"
1436
- msgstr ""
1437
-
1438
- #: options/options-layouts/settings-general.php:67
1439
- msgid "Set this option value 0, to turn off comment text breaking function."
1440
- msgstr ""
1441
-
1442
- #: options/options-layouts/settings-general.php:73
1443
- msgid "Comment text size in pixels"
1444
- msgstr ""
1445
-
1446
- #: options/options-layouts/settings-general.php:86
1447
- msgid "Allow comment editing for"
1448
- msgstr ""
1449
-
1450
- #: options/options-layouts/settings-general.php:90
1451
- msgid "Do not allow"
1452
- msgstr ""
1453
-
1454
- #: options/options-layouts/settings-general.php:91
1455
- #: options/options-layouts/settings-general.php:92
1456
- #: options/options-layouts/settings-live-update.php:52
1457
- #: options/options-layouts/settings-live-update.php:53
1458
- #: options/options-layouts/settings-live-update.php:54
1459
- msgid "Minutes"
1460
- msgstr ""
1461
-
1462
- #: options/options-layouts/settings-general.php:93
1463
- #: options/phrases-layouts/phrases-datetime.php:72
1464
- msgid "Hour"
1465
- msgstr ""
1466
-
1467
- #: options/options-layouts/settings-general.php:94
1468
- #: options/options-layouts/settings-general.php:95
1469
- msgid "Hours"
1470
- msgstr ""
1471
-
1472
- #: options/options-layouts/settings-general.php:96
1473
- msgid "Unlimit"
1474
- msgstr ""
1475
-
1476
- #: options/options-layouts/settings-general.php:102
1477
- msgid "Redirect first commenter to"
1478
- msgstr ""
1479
-
1480
- #: options/options-layouts/settings-general.php:109
1481
- msgid "Do not redirect"
1482
- msgstr ""
1483
-
1484
- #: options/options-layouts/settings-general.php:116
1485
- msgid "Allow guests to vote on comments"
1486
- msgstr ""
1487
-
1488
- #: options/options-layouts/settings-general.php:121
1489
- msgid "Comments loading/pagination type"
1490
- msgstr ""
1491
-
1492
- #: options/options-layouts/settings-general.php:123
1493
- msgid ""
1494
- "You can manage the number of comments for [Load more] option in Settings > "
1495
- "Discussion page, using \"Break comments into pages with [X] top level "
1496
- "comments per page\" option. To show the default Wordpress comment pagination "
1497
- "you should enable the checkbox on bigining of the same option."
1498
- msgstr ""
1499
-
1500
- #: options/options-layouts/settings-general.php:129
1501
- #: options/options-layouts/settings-general.php:131
1502
- msgid "[Load more] Button"
1503
- msgstr ""
1504
-
1505
- #: options/options-layouts/settings-general.php:133
1506
- #: options/options-layouts/settings-general.php:135
1507
- msgid "[Load rest of all comments] Button"
1508
- msgstr ""
1509
-
1510
- #: options/options-layouts/settings-general.php:137
1511
- #: options/options-layouts/settings-general.php:139
1512
- msgid "Lazy load comments on scrolling"
1513
- msgstr ""
1514
-
1515
- #: options/options-layouts/settings-general.php:146
1516
- msgid "Use WordPress Date/Time format"
1517
- msgstr ""
1518
-
1519
- #: options/options-layouts/settings-general.php:147
1520
- msgid ""
1521
- "wpDiscuz shows Human Readable date format. If you check this option it'll "
1522
- "show the date/time format set in WordPress General Settings."
1523
- msgstr ""
1524
-
1525
- #: options/options-layouts/settings-general.php:153
1526
- msgid "Current Wordpress date/time format"
1527
- msgstr ""
1528
-
1529
- #: options/options-layouts/settings-general.php:159
1530
- msgid "Use Plugin .PO/.MO files"
1531
- msgstr ""
1532
-
1533
- #: options/options-layouts/settings-general.php:160
1534
- msgid ""
1535
- "wpDiscuz phrase system allows you to translate all front-end phrases. "
1536
- "However if you have a multi-language website it'll not allow you to add more "
1537
- "than one language translation. The only way to get it is the plugin "
1538
- "translation files (.PO / .MO). If wpDiscuz has the languages you need you "
1539
- "should check this option to disable phrase system and it'll automatically "
1540
- "translate all phrases based on language files according to current language."
1541
- msgstr ""
1542
-
1543
- #: options/options-layouts/settings-general.php:167
1544
- msgid ""
1545
- "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
1546
- "use"
1547
- msgstr ""
1548
-
1549
- #: options/options-layouts/settings-general.php:169
1550
- msgid ""
1551
- "Please check this option on to help wpDiscuz get more popularity as your "
1552
- "thank to the hard work we do for you totally free. This option adds a very "
1553
- "small (16x16px) icon under the comment section which will allow your site "
1554
- "visitors recognize the name of comment solution you use."
1555
- msgstr ""
1556
-
1557
- #: options/options-layouts/settings-general.php:174
1558
- msgid "Thank you!"
1559
- msgstr ""
1560
-
1561
- #: options/options-layouts/settings-integrations.php:14
1562
- msgid "BuddyPress"
1563
- msgstr ""
1564
-
1565
- #: options/options-layouts/settings-integrations.php:15
1566
- msgid "Users Ultra"
1567
- msgstr ""
1568
-
1569
- #: options/options-layouts/settings-integrations.php:16
1570
- msgid "User Pro"
1571
- msgstr ""
1572
-
1573
- #: options/options-layouts/settings-integrations.php:17
1574
- msgid "Ultimate Member"
1575
- msgstr ""
1576
-
1577
- #: options/options-layouts/settings-integrations.php:18
1578
- msgid "MyCred"
1579
- msgstr ""
1580
-
1581
- #: options/options-layouts/settings-integrations.php:23
1582
- #: options/options-layouts/settings-integrations.php:41
1583
- #: options/options-layouts/settings-integrations.php:59
1584
- #: options/options-layouts/settings-integrations.php:90
1585
- #: options/options-layouts/settings-integrations.php:124
1586
- msgid "Please add the code below in current active theme's functions.php file"
1587
- msgstr ""
1588
-
1589
- #: options/options-layouts/settings-integrations.php:24
1590
- msgid ""
1591
- "This code will integrate BuddyPress profile URL with wpDiscuz. BuddyPress "
1592
- "Display Names and Avatars will be integrated automatically."
1593
- msgstr ""
1594
-
1595
- #: options/options-layouts/settings-integrations.php:42
1596
- msgid ""
1597
- "This code will integrate Users Ultra profile URL with wpDiscuz. Users Ultra "
1598
- "Display Names and Avatars will be integrated automatically."
1599
- msgstr ""
1600
-
1601
- #: options/options-layouts/settings-integrations.php:60
1602
- msgid ""
1603
- "This code will integrate User Pro profile URL with wpDiscuz. User Pro "
1604
- "Display Names and Avatars will be integrated automatically."
1605
- msgstr ""
1606
-
1607
- #: options/options-layouts/settings-integrations.php:91
1608
- msgid ""
1609
- "This code consists of two parts, which will integrate Ultimate Member "
1610
- "profile Display Name and Profile URL with wpDiscuz. UM Avatars will be "
1611
- "integrated automatically."
1612
- msgstr ""
1613
-
1614
- #: options/options-layouts/settings-integrations.php:125
1615
- msgid ""
1616
- "This code will integrate MyCred User Ranks and Badges under comment author "
1617
- "avatar."
1618
- msgstr ""
1619
-
1620
- #: options/options-layouts/settings-live-update.php:12
1621
- msgid "Live update options"
1622
- msgstr ""
1623
-
1624
- #: options/options-layouts/settings-live-update.php:13
1625
- msgid ""
1626
- "wpDiscuz 3 live update is very smart and doesn't overload your server even "
1627
- "if you're on Shared hosting plan and even your website is very active. "
1628
- "However we recommend to monitor your server resources if you're on a Shared "
1629
- "hosting plan. There are some very weak hosting plans which may not be able "
1630
- "to perform very frequently live update requests. If you found some issue you "
1631
- "can set the option below 30 seconds or more."
1632
- msgstr ""
1633
-
1634
- #: options/options-layouts/settings-live-update.php:18
1635
- msgid "Never update"
1636
- msgstr ""
1637
-
1638
- #: options/options-layouts/settings-live-update.php:20
1639
- msgid "Turn off \"Live Update\" function"
1640
- msgstr ""
1641
-
1642
- #: options/options-layouts/settings-live-update.php:22
1643
- #: options/options-layouts/settings-subscription.php:27
1644
- msgid "Show new comment/reply buttons to update manualy"
1645
- msgstr ""
1646
-
1647
- #: options/options-layouts/settings-live-update.php:24
1648
- msgid "Always check for new comments and show update buttons"
1649
- msgstr ""
1650
-
1651
- #: options/options-layouts/settings-live-update.php:26
1652
- #: options/options-layouts/settings-subscription.php:31
1653
- msgid "Always update"
1654
- msgstr ""
1655
-
1656
- #: options/options-layouts/settings-live-update.php:28
1657
- msgid "Always check for new comments and update automatically"
1658
- msgstr ""
1659
-
1660
- #: options/options-layouts/settings-live-update.php:35
1661
- msgid "Disable live update for guests"
1662
- msgstr ""
1663
-
1664
- #: options/options-layouts/settings-live-update.php:43
1665
- msgid "Update comment list every"
1666
- msgstr ""
1667
-
1668
- #: options/options-layouts/settings-live-update.php:48
1669
- #: options/options-layouts/settings-live-update.php:49
1670
- #: options/options-layouts/settings-live-update.php:50
1671
- msgid "Seconds"
1672
- msgstr ""
1673
-
1674
- #: options/options-layouts/settings-live-update.php:51
1675
- #: options/phrases-layouts/phrases-datetime.php:92
1676
- msgid "Minute"
1677
- msgstr ""
1678
-
1679
- #: options/options-layouts/settings-show-hide.php:7
1680
- msgid "Show/Hide Components"
1681
- msgstr ""
1682
-
1683
- #: options/options-layouts/settings-show-hide.php:11
1684
- msgid "Show logged-in user name and logout link on top of main form"
1685
- msgstr ""
1686
-
1687
- #: options/options-layouts/settings-show-hide.php:15
1688
- msgid "Hide Reply button for Guests"
1689
- msgstr ""
1690
-
1691
- #: options/options-layouts/settings-show-hide.php:19
1692
- msgid "Hide Reply button for Members"
1693
- msgstr ""
1694
-
1695
- #: options/options-layouts/settings-show-hide.php:23
1696
- msgid "Hide Commenter Labels"
1697
- msgstr ""
1698
-
1699
- #: options/options-layouts/settings-show-hide.php:27
1700
- msgid "Hide Voting buttons"
1701
- msgstr ""
1702
-
1703
- #: options/options-layouts/settings-show-hide.php:31
1704
- msgid "Comment voting statistic mode"
1705
- msgstr ""
1706
-
1707
- #: options/options-layouts/settings-show-hide.php:36
1708
- msgid "total count"
1709
- msgstr ""
1710
-
1711
- #: options/options-layouts/settings-show-hide.php:40
1712
- msgid "separate count"
1713
- msgstr ""
1714
-
1715
- #: options/options-layouts/settings-show-hide.php:46
1716
- msgid "Show Share Buttons"
1717
- msgstr ""
1718
-
1719
- #: options/options-layouts/settings-show-hide.php:65
1720
- msgid "Facebook Application ID"
1721
- msgstr ""
1722
-
1723
- #: options/options-layouts/settings-show-hide.php:81
1724
- msgid ""
1725
- "The plugin captcha directory is not writable! Please set writable "
1726
- "permissions on \"wpdiscuz/utils/temp\" directory in order to use the first "
1727
- "type of captcha generation"
1728
- msgstr ""
1729
-
1730
- #: options/options-layouts/settings-show-hide.php:85
1731
- msgid "Captcha generation type"
1732
- msgstr ""
1733
-
1734
- #: options/options-layouts/settings-show-hide.php:91
1735
- msgid "use file system"
1736
- msgstr ""
1737
-
1738
- #: options/options-layouts/settings-show-hide.php:96
1739
- msgid "use wordpress session"
1740
- msgstr ""
1741
-
1742
- #: options/options-layouts/settings-show-hide.php:102
1743
- msgid "Hide header text"
1744
- msgstr ""
1745
-
1746
- #: options/options-layouts/settings-show-hide.php:106
1747
- msgid "Show sorting buttons"
1748
- msgstr ""
1749
-
1750
- #: options/options-layouts/settings-show-hide.php:110
1751
- msgid "Set comments ordering to \"Most voted\" by default "
1752
- msgstr ""
1753
-
1754
- #: options/options-layouts/settings-show-hide.php:114
1755
- msgid "Hide comment link"
1756
- msgstr ""
1757
-
1758
- #: options/options-layouts/settings-show-hide.php:118
1759
- msgid "Enable automatic image URL to image HTML conversion"
1760
- msgstr ""
1761
-
1762
- #: options/options-layouts/settings-show-hide.php:123
1763
- msgid "Secure comment content in HTTPS protocol."
1764
- msgstr ""
1765
-
1766
- #: options/options-layouts/settings-show-hide.php:125
1767
- msgid ""
1768
- "This option detects images and other contents with non-https source URLs and "
1769
- "fix according to your selected logic."
1770
- msgstr ""
1771
-
1772
- #: options/options-layouts/settings-show-hide.php:133
1773
- msgid "Replace non-https content to simple link URLs"
1774
- msgstr ""
1775
-
1776
- #: options/options-layouts/settings-show-hide.php:138
1777
- msgid ""
1778
- "Just replace http protocols to https (https may not be supported by content "
1779
- "provider)"
1780
- msgstr ""
1781
-
1782
- #: options/options-layouts/settings-show-hide.php:142
1783
- msgid "Ignore non-https content"
1784
- msgstr ""
1785
-
1786
- #: options/options-layouts/settings-show-hide.php:149
1787
- msgid "Disable Profiles URL"
1788
- msgstr ""
1789
-
1790
- #: options/options-layouts/settings-show-hide.php:153
1791
- msgid "Diplay Ratings"
1792
- msgstr ""
1793
-
1794
- #: options/options-layouts/settings-show-hide.php:156
1795
- msgid "Before Content"
1796
- msgstr ""
1797
-
1798
- #: options/options-layouts/settings-show-hide.php:158
1799
- msgid "After Content"
1800
- msgstr ""
1801
-
1802
- #: options/options-layouts/settings-social.php:50
1803
- #: options/options-layouts/settings-social.php:61
1804
- #: options/options-layouts/settings-social.php:72
1805
- #: options/options-layouts/settings-social.php:83
1806
- msgid "Activate"
1807
- msgstr ""
1808
-
1809
- #: options/options-layouts/settings-social.php:54
1810
- #: options/options-layouts/settings-social.php:65
1811
- #: options/options-layouts/settings-social.php:76
1812
- #: options/options-layouts/settings-social.php:87
1813
- msgid "View details/Install"
1814
- msgstr ""
1815
-
1816
- #: options/options-layouts/settings-social.php:125
1817
- msgid ""
1818
- "You can use one of these most popular Social Login Plugins to allow your "
1819
- "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
1820
- "OK and lots of other social network service accounts. All social login "
1821
- "buttons will be fully integrated with wpDiscuz comment forms."
1822
- msgstr ""
1823
-
1824
- #: options/options-layouts/settings-style.php:7
1825
- msgid "Background and Colors"
1826
- msgstr ""
1827
-
1828
- #: options/options-layouts/settings-style.php:12
1829
- msgid "Comment Form Background Color"
1830
- msgstr ""
1831
-
1832
- #: options/options-layouts/settings-style.php:16
1833
- #: options/options-layouts/settings-style.php:25
1834
- #: options/options-layouts/settings-style.php:34
1835
- #: options/options-layouts/settings-style.php:43
1836
- #: options/options-layouts/settings-style.php:70
1837
- #: options/options-layouts/settings-style.php:79
1838
- #: options/options-layouts/settings-style.php:88
1839
- #: options/options-layouts/settings-style.php:98
1840
- #: options/options-layouts/settings-style.php:107
1841
- #: options/options-layouts/settings-style.php:116
1842
- #: options/options-layouts/settings-style.php:130
1843
- msgid "Example: #00FF00"
1844
- msgstr ""
1845
-
1846
- #: options/options-layouts/settings-style.php:21
1847
- msgid "Comment Background Color"
1848
- msgstr ""
1849
-
1850
- #: options/options-layouts/settings-style.php:30
1851
- msgid "Reply Background Color"
1852
- msgstr ""
1853
-
1854
- #: options/options-layouts/settings-style.php:39
1855
- msgid "Comment Text Color"
1856
- msgstr ""
1857
-
1858
- #: options/options-layouts/settings-style.php:48
1859
- msgid "Button Color"
1860
- msgstr ""
1861
-
1862
- #: options/options-layouts/settings-style.php:53
1863
- msgid "Share Buttons"
1864
- msgstr ""
1865
-
1866
- #: options/options-layouts/settings-style.php:54
1867
- #: options/options-layouts/settings-style.php:57
1868
- #: options/options-layouts/settings-style.php:60
1869
- msgid "Text Color"
1870
- msgstr ""
1871
-
1872
- #: options/options-layouts/settings-style.php:55
1873
- #: options/options-layouts/settings-style.php:58
1874
- #: options/options-layouts/settings-style.php:61
1875
- msgid "Border Color"
1876
- msgstr ""
1877
-
1878
- #: options/options-layouts/settings-style.php:56
1879
- msgid "Vote Buttons"
1880
- msgstr ""
1881
-
1882
- #: options/options-layouts/settings-style.php:59
1883
- msgid "Action Buttons"
1884
- msgstr ""
1885
-
1886
- #: options/options-layouts/settings-style.php:66
1887
- msgid "Comment form fields border color"
1888
- msgstr ""
1889
-
1890
- #: options/options-layouts/settings-style.php:75
1891
- msgid "New loaded comments' background color"
1892
- msgstr ""
1893
-
1894
- #: options/options-layouts/settings-style.php:84
1895
- msgid "Primary Color"
1896
- msgstr ""
1897
-
1898
- #: options/options-layouts/settings-style.php:94
1899
- msgid "Rating Stars Hover Color"
1900
- msgstr ""
1901
-
1902
- #: options/options-layouts/settings-style.php:103
1903
- msgid "Rating Stars Inactiv Color"
1904
- msgstr ""
1905
-
1906
- #: options/options-layouts/settings-style.php:112
1907
- msgid "Rating Stars Activ Color"
1908
- msgstr ""
1909
-
1910
- #: options/options-layouts/settings-style.php:127
1911
- msgid "label color"
1912
- msgstr ""
1913
-
1914
- #: options/options-layouts/settings-style.php:138
1915
- msgid "Disable font awesome css loading"
1916
- msgstr ""
1917
-
1918
- #: options/options-layouts/settings-style.php:146
1919
- msgid "Custom CSS Code"
1920
- msgstr ""
1921
-
1922
- #: options/options-layouts/settings-subscription.php:7
1923
- msgid "Email Subscription Settings"
1924
- msgstr ""
1925
-
1926
- #: options/options-layouts/settings-subscription.php:11
1927
- msgid "Disable subscription confirmation for registered users"
1928
- msgstr ""
1929
-
1930
- #: options/options-layouts/settings-subscription.php:15
1931
- msgid "Disable subscription confirmation for guests"
1932
- msgstr ""
1933
-
1934
- #: options/options-layouts/settings-subscription.php:19
1935
- msgid "Show subscription types in dropdown"
1936
- msgstr ""
1937
-
1938
- #: options/options-layouts/settings-subscription.php:23
1939
- msgid "Both"
1940
- msgstr ""
1941
-
1942
- #: options/options-layouts/settings-subscription.php:25
1943
- msgid "Both post and all comments subscription"
1944
- msgstr ""
1945
-
1946
- #: options/options-layouts/settings-subscription.php:29
1947
- msgid "Post subscription"
1948
- msgstr ""
1949
-
1950
- #: options/options-layouts/settings-subscription.php:33
1951
- msgid "All comments subscription"
1952
- msgstr ""
1953
-
1954
- #: options/options-layouts/settings-subscription.php:40
1955
- msgid "Show \"Notify of new replies to this comment\""
1956
- msgstr ""
1957
-
1958
- #: options/options-layouts/settings-subscription.php:42
1959
- msgid ""
1960
- "wpDiscuz is the only comment plugin which allows you to subscribe to certain "
1961
- "comment replies. This option is located above [Post Comment] button in "
1962
- "comment form. You can disable this subscription way by unchecking this "
1963
- "option."
1964
- msgstr ""
1965
-
1966
- #: options/options-layouts/settings-subscription.php:49
1967
- msgid "\"Notify of new replies to this comment\" checked by default"
1968
- msgstr ""
1969
-
1970
- #: options/options-layouts/settings-subscription.php:56
1971
- msgid "Use Postmatic for subscriptions and commenting by email"
1972
- msgstr ""
1973
-
1974
- #: options/options-layouts/settings-subscription.php:57
1975
- msgid ""
1976
- "Postmatic allows your users subscribe to comments. Instead of just being "
1977
- "notified, they add a reply right from their inbox."
1978
- msgstr ""
1979
-
1980
- #: options/phrases-layouts/phrases-comment.php:7
1981
- msgid "Comment Template Phrases"
1982
- msgstr ""
1983
-
1984
- #: options/phrases-layouts/phrases-comment.php:158
1985
- msgid "Save edited comment button text"
1986
- msgstr ""
1987
-
1988
- #: options/phrases-layouts/phrases-comment.php:168
1989
- msgid "Cancel comment editing button text"
1990
- msgstr ""
1991
-
1992
- #: options/phrases-layouts/phrases-comment.php:178
1993
- msgid "Comment read more link text"
1994
- msgstr ""
1995
-
1996
- #: options/phrases-layouts/phrases-comment.php:188
1997
- msgid "Anonymous commenter name"
1998
- msgstr ""
1999
-
2000
- #: options/phrases-layouts/phrases-datetime.php:7
2001
- msgid "Date/Time Phrases"
2002
- msgstr ""
2003
-
2004
- #: options/phrases-layouts/phrases-datetime.php:12
2005
- msgid "Year"
2006
- msgstr ""
2007
-
2008
- #: options/phrases-layouts/phrases-datetime.php:22
2009
- msgid "Years (Plural Form)"
2010
- msgstr ""
2011
-
2012
- #: options/phrases-layouts/phrases-datetime.php:26
2013
- msgid "Years"
2014
- msgstr ""
2015
-
2016
- #: options/phrases-layouts/phrases-datetime.php:32
2017
- msgid "Month"
2018
- msgstr ""
2019
-
2020
- #: options/phrases-layouts/phrases-datetime.php:42
2021
- msgid "Months (Plural Form)"
2022
- msgstr ""
2023
-
2024
- #: options/phrases-layouts/phrases-datetime.php:52
2025
- msgid "Day"
2026
- msgstr ""
2027
-
2028
- #: options/phrases-layouts/phrases-datetime.php:62
2029
- msgid "Days (Plural Form)"
2030
- msgstr ""
2031
-
2032
- #: options/phrases-layouts/phrases-datetime.php:82
2033
- msgid "Hours (Plural Form)"
2034
- msgstr ""
2035
-
2036
- #: options/phrases-layouts/phrases-datetime.php:102
2037
- msgid "Minutes (Plural Form)"
2038
- msgstr ""
2039
-
2040
- #: options/phrases-layouts/phrases-datetime.php:112
2041
- msgid "Second"
2042
- msgstr ""
2043
-
2044
- #: options/phrases-layouts/phrases-datetime.php:122
2045
- msgid "Seconds (Plural Form)"
2046
- msgstr ""
2047
-
2048
- #: options/phrases-layouts/phrases-datetime.php:132
2049
- msgid "Commented \"right now\" text"
2050
- msgstr ""
2051
-
2052
- #: options/phrases-layouts/phrases-datetime.php:142
2053
- msgid "Ago text"
2054
- msgstr ""
2055
-
2056
- #: options/phrases-layouts/phrases-datetime.php:152
2057
- msgid "\"Today\" text"
2058
- msgstr ""
2059
-
2060
- #: options/phrases-layouts/phrases-email.php:7
2061
- msgid "Email Template Phrases"
2062
- msgstr ""
2063
-
2064
- #: options/phrases-layouts/phrases-email.php:12
2065
- msgid "Email Subject"
2066
- msgstr ""
2067
-
2068
- #: options/phrases-layouts/phrases-email.php:22
2069
- msgid "Email Message"
2070
- msgstr ""
2071
-
2072
- #: options/phrases-layouts/phrases-email.php:32
2073
- msgid "New Reply Subject"
2074
- msgstr ""
2075
-
2076
- #: options/phrases-layouts/phrases-email.php:42
2077
- msgid "New Reply Message"
2078
- msgstr ""
2079
-
2080
- #: options/phrases-layouts/phrases-email.php:62
2081
- #: options/phrases-layouts/phrases-email.php:66
2082
- msgid "Ignore Subscription"
2083
- msgstr ""
2084
-
2085
- #: options/phrases-layouts/phrases-email.php:92
2086
- msgid "Subscribe Confirmation Email Subject"
2087
- msgstr ""
2088
-
2089
- #: options/phrases-layouts/phrases-email.php:102
2090
- msgid "Subscribe Confirmation Email Content"
2091
- msgstr ""
2092
-
2093
- #: options/phrases-layouts/phrases-form.php:7
2094
- msgid "Form Template Phrases"
2095
- msgstr ""
2096
-
2097
- #: options/phrases-layouts/phrases-form.php:12
2098
- msgid "Comment Field Start"
2099
- msgstr ""
2100
-
2101
- #: options/phrases-layouts/phrases-form.php:22
2102
- msgid "Comment Field Join"
2103
- msgstr ""
2104
-
2105
- #: options/phrases-layouts/phrases-form.php:32
2106
- msgid "Email Field"
2107
- msgstr ""
2108
-
2109
- #: options/phrases-layouts/phrases-form.php:52
2110
- msgid "Notify on new comments"
2111
- msgstr ""
2112
-
2113
- #: options/phrases-layouts/phrases-form.php:62
2114
- msgid "Notify on all new replies"
2115
- msgstr ""
2116
-
2117
- #: options/phrases-layouts/phrases-form.php:66
2118
- msgid "new replies to all my comments"
2119
- msgstr ""
2120
-
2121
- #: options/phrases-layouts/phrases-form.php:72
2122
- msgid "Notify on new replies (checkbox)"
2123
- msgstr ""
2124
-
2125
- #: options/phrases-layouts/phrases-form.php:122
2126
- msgid "Subscribed on this comment replies"
2127
- msgstr ""
2128
-
2129
- #: options/phrases-layouts/phrases-form.php:132
2130
- msgid "Subscribed on all your comments replies"
2131
- msgstr ""
2132
-
2133
- #: options/phrases-layouts/phrases-form.php:142
2134
- msgid "Subscribed on this post"
2135
- msgstr ""
2136
-
2137
- #: options/phrases-layouts/phrases-general.php:7
2138
- msgid "General Phrases"
2139
- msgstr ""
2140
-
2141
- #: options/phrases-layouts/phrases-general.php:12
2142
- msgid "Be the first to comment"
2143
- msgstr ""
2144
-
2145
- #: options/phrases-layouts/phrases-general.php:32
2146
- msgid "Comment (Plural Form)"
2147
- msgstr ""
2148
-
2149
- #: options/phrases-layouts/phrases-general.php:42
2150
- msgid "On"
2151
- msgstr ""
2152
-
2153
- #: options/phrases-layouts/phrases-general.php:52
2154
- msgid "Load More Button"
2155
- msgstr ""
2156
-
2157
- #: options/phrases-layouts/phrases-general.php:72
2158
- msgid "Button text if has new comment"
2159
- msgstr ""
2160
-
2161
- #: options/phrases-layouts/phrases-general.php:82
2162
- msgid "Button text if has new comments (Plural Form)"
2163
- msgstr ""
2164
-
2165
- #: options/phrases-layouts/phrases-general.php:86
2166
- msgid "New Comments"
2167
- msgstr ""
2168
-
2169
- #: options/phrases-layouts/phrases-general.php:92
2170
- msgid "Button text if has new reply"
2171
- msgstr ""
2172
-
2173
- #: options/phrases-layouts/phrases-general.php:102
2174
- msgid "Button text if has new replies (Plural Form)"
2175
- msgstr ""
2176
-
2177
- #: options/phrases-layouts/phrases-general.php:106
2178
- msgid "New Replies"
2179
- msgstr ""
2180
-
2181
- #: options/phrases-layouts/phrases-general.php:112
2182
- msgid "Text on load more button if has new comment(s)"
2183
- msgstr ""
2184
-
2185
- #: options/phrases-layouts/phrases-notification.php:7
2186
- msgid "Notification Phrases"
2187
- msgstr ""
2188
-
2189
- #: options/phrases-layouts/phrases-notification.php:12
2190
- msgid "You\\'re subscribed to"
2191
- msgstr ""
2192
-
2193
- #: options/phrases-layouts/phrases-notification.php:43
2194
- msgid "Postmatic subscription label"
2195
- msgstr ""
2196
-
2197
- #: options/phrases-layouts/phrases-notification.php:54
2198
- msgid "Error message for empty field"
2199
- msgstr ""
2200
-
2201
- #: options/phrases-layouts/phrases-notification.php:64
2202
- msgid "Error message for invalid email field"
2203
- msgstr ""
2204
-
2205
- #: options/phrases-layouts/phrases-notification.php:74
2206
- msgid "Error message for invalid website url field"
2207
- msgstr ""
2208
-
2209
- #: options/phrases-layouts/phrases-notification.php:94
2210
- msgid "Logged in as"
2211
- msgstr ""
2212
-
2213
- #: options/phrases-layouts/phrases-notification.php:114
2214
- msgid "Logged In"
2215
- msgstr ""
2216
-
2217
- #: options/phrases-layouts/phrases-notification.php:124
2218
- msgid "To post a comment"
2219
- msgstr ""
2220
-
2221
- #: options/phrases-layouts/phrases-notification.php:144
2222
- msgid "You can vote only 1 time"
2223
- msgstr ""
2224
-
2225
- #: options/phrases-layouts/phrases-notification.php:164
2226
- msgid "Login To Vote"
2227
- msgstr ""
2228
-
2229
- #: options/phrases-layouts/phrases-notification.php:174
2230
- msgid "You Cannot Vote On Your Comment"
2231
- msgstr ""
2232
-
2233
- #: options/phrases-layouts/phrases-notification.php:184
2234
- msgid "You are not allowed to vote for this comment (Voting from same IP)"
2235
- msgstr ""
2236
-
2237
- #: options/phrases-layouts/phrases-notification.php:214
2238
- msgid "Comment waiting moderation"
2239
- msgstr ""
2240
-
2241
- #: options/phrases-layouts/phrases-notification.php:224
2242
- msgid "Message if input text length is too short"
2243
- msgstr ""
2244
-
2245
- #: options/phrases-layouts/phrases-notification.php:234
2246
- msgid "Message if input text length is too long"
2247
- msgstr ""
2248
-
2249
- #: options/phrases-layouts/phrases-notification.php:245
2250
- msgid "Message if comment was not updated"
2251
- msgstr ""
2252
-
2253
- #: options/phrases-layouts/phrases-notification.php:255
2254
- msgid "Message if comment no longer possible to edit"
2255
- msgstr ""
2256
-
2257
- #: options/phrases-layouts/phrases-notification.php:265
2258
- msgid "Message if comment text not changed"
2259
- msgstr ""
2260
-
2261
- #: options/phrases-layouts/phrases-notification.php:269
2262
- msgid "TYou've not made any changes"
2263
- msgstr ""
2264
-
2265
- #: options/tools-layouts/options-export.php:10
2266
- msgid ""
2267
- "You can transfer the saved options data between different installs by "
2268
- "copying the text inside this textarea. To import data from another install, "
2269
- "navigate to \"Import Options\" Tab and put the data in textarea with the one "
2270
- "from another install and click \"Save Changes\". Make sure you use the same "
2271
- "wpDiscuz versions."
2272
- msgstr ""
2273
-
2274
- #: options/tools-layouts/options-import.php:9
2275
- msgid ""
2276
- "You can transfer the saved options data between different installs by "
2277
- "copying the text inside this textarea in \"Export Options\" Tab. To import "
2278
- "data from another install, just put the data in textarea with the one from "
2279
- "another install and click \"Save Changes\". Make sure you use the same "
2280
- "wpDiscuz versions."
2281
- msgstr ""
2282
-
2283
- #: templates/comment/comment-form.php:73
2284
- msgid "Unable to send an email"
2285
- msgstr ""
2286
-
2287
- #: templates/comment/comment-form.php:75
2288
- msgid "Subscription not successed"
2289
- msgstr ""
2290
-
2291
- #: templates/comment/comment-form.php:296
2292
- msgid "wpDiscuz"
2293
- msgstr ""
2294
-
2295
- #: utils/class.WpdiscuzHelper.php:356 utils/class.WpdiscuzHelper.php:359
2296
- msgid "Spoiler"
2297
- msgstr ""
2298
-
2299
- #. Plugin Name of the plugin/theme
2300
- msgid "Comments - wpDiscuz"
2301
- msgstr ""
2302
-
2303
- #. Plugin URI of the plugin/theme
2304
- msgid "http://wpdiscuz.com/"
2305
- msgstr ""
2306
-
2307
- #. Description of the plugin/theme
2308
- msgid ""
2309
- "Better comment system. Wordpress post comments and discussion plugin. Allows "
2310
- "your visitors discuss, vote for comments and share."
2311
- msgstr ""
2312
-
2313
- #. Author of the plugin/theme
2314
- msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
2315
- msgstr ""
2316
-
2317
- #. Author URI of the plugin/theme
2318
- msgid "http://gvectors.com/"
2319
- msgstr ""
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
+ "Project-Id-Version: Comments - wpDiscuz\n"
6
+ "POT-Creation-Date: 2017-04-24 21:31+0400\n"
7
+ "PO-Revision-Date: 2017-04-24 21:31+0400\n"
8
+ "Last-Translator: \n"
9
+ "Language-Team: \n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.4\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+
23
+ #: class.WpdiscuzCore.php:741 class.WpdiscuzCore.php:911
24
+ #: options/options-layouts/settings-social.php:40
25
+ #: options/options-layouts/settings-social.php:42
26
+ #: options/options-layouts/settings-social.php:44
27
+ #: options/options-layouts/settings-social.php:46
28
+ msgid "Settings"
29
+ msgstr ""
30
+
31
+ #: class.WpdiscuzCore.php:743 class.WpdiscuzCore.php:913
32
+ msgid "Phrases"
33
+ msgstr ""
34
+
35
+ #: class.WpdiscuzCore.php:745
36
+ msgid "Tools"
37
+ msgstr ""
38
+
39
+ #: class.WpdiscuzCore.php:746 options/html-options.php:21
40
+ #: options/html-options.php:61 options/options-layouts/settings-addons.php:7
41
+ msgid "Addons"
42
+ msgstr ""
43
+
44
+ #: class.WpdiscuzCore.php:954 options/phrases-layouts/phrases-comment.php:116
45
+ msgid "Admin"
46
+ msgstr ""
47
+
48
+ #: class.WpdiscuzCore.php:956 class.WpdiscuzCore.php:965
49
+ #: options/phrases-layouts/phrases-comment.php:118
50
+ msgid "Author"
51
+ msgstr ""
52
+
53
+ #: class.WpdiscuzCore.php:960 options/phrases-layouts/phrases-comment.php:124
54
+ msgid "Member"
55
+ msgstr ""
56
+
57
+ #: class.WpdiscuzCore.php:966 options/phrases-layouts/phrases-comment.php:122
58
+ msgid "Guest"
59
+ msgstr ""
60
+
61
+ #: forms/wpDiscuzForm.php:93
62
+ msgid "Invalid Data !!!"
63
+ msgstr ""
64
+
65
+ #: forms/wpDiscuzForm.php:101 forms/wpDiscuzForm.php:149
66
+ msgid "Forms"
67
+ msgstr ""
68
+
69
+ #: forms/wpDiscuzForm.php:102 options/html-phrases.php:21
70
+ msgid "Form"
71
+ msgstr ""
72
+
73
+ #: forms/wpDiscuzForm.php:103
74
+ msgid "Add New"
75
+ msgstr ""
76
+
77
+ #: forms/wpDiscuzForm.php:104
78
+ msgid "Add New Form"
79
+ msgstr ""
80
+
81
+ #: forms/wpDiscuzForm.php:105
82
+ msgid "Edit Form"
83
+ msgstr ""
84
+
85
+ #: forms/wpDiscuzForm.php:106
86
+ msgid "You did not create any forms yet"
87
+ msgstr ""
88
+
89
+ #: forms/wpDiscuzForm.php:107
90
+ msgid "Nothing found in Trash"
91
+ msgstr ""
92
+
93
+ #: forms/wpDiscuzForm.php:108
94
+ msgid "Search Forms"
95
+ msgstr ""
96
+
97
+ #: forms/wpDiscuzForm.php:163
98
+ msgid "Title"
99
+ msgstr ""
100
+
101
+ #: forms/wpDiscuzForm.php:164
102
+ msgid "Post Types"
103
+ msgstr ""
104
+
105
+ #: forms/wpDiscuzForm.php:165
106
+ msgid "Post IDs"
107
+ msgstr ""
108
+
109
+ #: forms/wpDiscuzForm.php:166 forms/wpdFormAttr/Form.php:586
110
+ msgid "Language"
111
+ msgstr ""
112
+
113
+ #: forms/wpDiscuzForm.php:167
114
+ msgid "Date"
115
+ msgstr ""
116
+
117
+ #: forms/wpDiscuzForm.php:212
118
+ msgid "Field Types"
119
+ msgstr ""
120
+
121
+ #: forms/wpDiscuzForm.php:213 forms/wpdFormAttr/Row.php:23
122
+ msgid "Two column"
123
+ msgstr ""
124
+
125
+ #: forms/wpDiscuzForm.php:214 forms/wpdFormAttr/Field/Field.php:64
126
+ #: forms/wpdFormAttr/Row.php:24
127
+ msgid "Delete"
128
+ msgstr ""
129
+
130
+ #: forms/wpDiscuzForm.php:215 forms/wpdFormAttr/Row.php:25
131
+ msgid "Move"
132
+ msgstr ""
133
+
134
+ #: forms/wpDiscuzForm.php:216 forms/wpdFormAttr/Row.php:69
135
+ msgid "Add Field"
136
+ msgstr ""
137
+
138
+ #: forms/wpDiscuzForm.php:217 forms/wpdFormAttr/Field/Field.php:61
139
+ #: options/class.WpdiscuzOptionsSerialized.php:613
140
+ #: options/phrases-layouts/phrases-comment.php:32
141
+ msgid "Edit"
142
+ msgstr ""
143
+
144
+ #: forms/wpDiscuzForm.php:218
145
+ msgid "You can not delete default field."
146
+ msgstr ""
147
+
148
+ #: forms/wpDiscuzForm.php:219
149
+ msgid "You really want to delete this item ?"
150
+ msgstr ""
151
+
152
+ #: forms/wpDiscuzForm.php:226
153
+ msgid "Permission Denied !!!"
154
+ msgstr ""
155
+
156
+ #: forms/wpDiscuzForm.php:251 forms/wpdFormAttr/Form.php:556
157
+ #: forms/wpdFormAttr/html/admin-form-fields-list.php:18
158
+ #: options/options-layouts/settings-customfields.php:7
159
+ msgid "Custom Fields"
160
+ msgstr ""
161
+
162
+ #: forms/wpDiscuzForm.php:299
163
+ msgid "Custom CSS"
164
+ msgstr ""
165
+
166
+ #: forms/wpDiscuzForm.php:355
167
+ msgid "Default Form"
168
+ msgstr ""
169
+
170
+ #: forms/wpDiscuzForm.php:386 forms/wpDiscuzForm.php:394
171
+ #: forms/wpdFormAttr/Form.php:621
172
+ msgid "Leave a Reply"
173
+ msgstr ""
174
+
175
+ #: forms/wpDiscuzForm.php:409 forms/wpdFormAttr/Field/CheckboxField.php:12
176
+ #: forms/wpdFormAttr/Field/ColorField.php:12
177
+ #: forms/wpdFormAttr/Field/DateField.php:12
178
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:25
179
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:19
180
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:18
181
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:64
182
+ #: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
183
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:18
184
+ #: forms/wpdFormAttr/Field/NumberField.php:12
185
+ #: forms/wpdFormAttr/Field/RadioField.php:12
186
+ #: forms/wpdFormAttr/Field/RatingField.php:12
187
+ #: forms/wpdFormAttr/Field/SelectField.php:12
188
+ #: forms/wpdFormAttr/Field/TextAreaField.php:13
189
+ #: forms/wpdFormAttr/Field/TextField.php:12
190
+ #: forms/wpdFormAttr/Field/UrlField.php:12 forms/wpdFormAttr/Form.php:710
191
+ msgid "Name"
192
+ msgstr ""
193
+
194
+ #: forms/wpDiscuzForm.php:411 forms/wpdFormAttr/Field/DefaultField/Email.php:64
195
+ #: forms/wpdFormAttr/Form.php:717
196
+ #: options/class.WpdiscuzOptionsSerialized.php:600 options/html-phrases.php:24
197
+ msgid "Email"
198
+ msgstr ""
199
+
200
+ #: forms/wpDiscuzForm.php:413
201
+ msgid "WebSite URL"
202
+ msgstr ""
203
+
204
+ #: forms/wpDiscuzForm.php:416
205
+ #: forms/wpdFormAttr/Field/DefaultField/Submit.php:78
206
+ #: forms/wpdFormAttr/Form.php:740
207
+ msgid "Post Comment"
208
+ msgstr ""
209
+
210
+ #: forms/wpDiscuzForm.php:425
211
+ msgid "Clone Form"
212
+ msgstr ""
213
+
214
+ #: forms/wpDiscuzForm.php:437
215
+ msgid "Clone"
216
+ msgstr ""
217
+
218
+ #: forms/wpDiscuzForm.php:475
219
+ msgid ""
220
+ "Comment Form is not detected, please navigate to form manager page to create "
221
+ "it. "
222
+ msgstr ""
223
+
224
+ #: forms/wpDiscuzForm.php:476
225
+ msgid "Add Comment Form"
226
+ msgstr ""
227
+
228
+ #: forms/wpdFormAttr/Field/CheckboxField.php:14
229
+ #: forms/wpdFormAttr/Field/ColorField.php:14
230
+ #: forms/wpdFormAttr/Field/DateField.php:14
231
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:27
232
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:21
233
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:20
234
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:20
235
+ #: forms/wpdFormAttr/Field/NumberField.php:14
236
+ #: forms/wpdFormAttr/Field/RadioField.php:14
237
+ #: forms/wpdFormAttr/Field/SelectField.php:14
238
+ #: forms/wpdFormAttr/Field/TextAreaField.php:15
239
+ #: forms/wpdFormAttr/Field/TextField.php:14
240
+ #: forms/wpdFormAttr/Field/UrlField.php:14
241
+ msgid "Also used for field placeholder"
242
+ msgstr ""
243
+
244
+ #: forms/wpdFormAttr/Field/CheckboxField.php:17
245
+ #: forms/wpdFormAttr/Field/ColorField.php:17
246
+ #: forms/wpdFormAttr/Field/DateField.php:17
247
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:30
248
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:24
249
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:23
250
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:23
251
+ #: forms/wpdFormAttr/Field/NumberField.php:17
252
+ #: forms/wpdFormAttr/Field/RadioField.php:17
253
+ #: forms/wpdFormAttr/Field/RatingField.php:16
254
+ #: forms/wpdFormAttr/Field/SelectField.php:17
255
+ #: forms/wpdFormAttr/Field/TextAreaField.php:18
256
+ #: forms/wpdFormAttr/Field/TextField.php:17
257
+ #: forms/wpdFormAttr/Field/UrlField.php:17
258
+ msgid "Description"
259
+ msgstr ""
260
+
261
+ #: forms/wpdFormAttr/Field/CheckboxField.php:19
262
+ #: forms/wpdFormAttr/Field/ColorField.php:19
263
+ #: forms/wpdFormAttr/Field/DateField.php:19
264
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:32
265
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:26
266
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:25
267
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:25
268
+ #: forms/wpdFormAttr/Field/NumberField.php:19
269
+ #: forms/wpdFormAttr/Field/NumberField.php:24
270
+ #: forms/wpdFormAttr/Field/NumberField.php:29
271
+ #: forms/wpdFormAttr/Field/RadioField.php:19
272
+ #: forms/wpdFormAttr/Field/RatingField.php:18
273
+ #: forms/wpdFormAttr/Field/SelectField.php:19
274
+ #: forms/wpdFormAttr/Field/TextAreaField.php:20
275
+ #: forms/wpdFormAttr/Field/TextField.php:19
276
+ #: forms/wpdFormAttr/Field/UrlField.php:19
277
+ msgid ""
278
+ "Field specific short description or some rule related to inserted "
279
+ "information."
280
+ msgstr ""
281
+
282
+ #: forms/wpdFormAttr/Field/CheckboxField.php:28
283
+ #: forms/wpdFormAttr/Field/RadioField.php:28
284
+ #: forms/wpdFormAttr/Field/SelectField.php:28
285
+ msgid "Values"
286
+ msgstr ""
287
+
288
+ #: forms/wpdFormAttr/Field/CheckboxField.php:30
289
+ msgid "Please insert one value per line"
290
+ msgstr ""
291
+
292
+ #: forms/wpdFormAttr/Field/CheckboxField.php:33
293
+ #: forms/wpdFormAttr/Field/ColorField.php:29
294
+ #: forms/wpdFormAttr/Field/DateField.php:29
295
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:36
296
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:35
297
+ #: forms/wpdFormAttr/Field/NumberField.php:39
298
+ #: forms/wpdFormAttr/Field/RadioField.php:33
299
+ #: forms/wpdFormAttr/Field/RatingField.php:28
300
+ #: forms/wpdFormAttr/Field/SelectField.php:33
301
+ #: forms/wpdFormAttr/Field/TextAreaField.php:23
302
+ #: forms/wpdFormAttr/Field/TextField.php:29
303
+ #: forms/wpdFormAttr/Field/UrlField.php:29
304
+ msgid "Field is required"
305
+ msgstr ""
306
+
307
+ #: forms/wpdFormAttr/Field/CheckboxField.php:37
308
+ #: forms/wpdFormAttr/Field/ColorField.php:33
309
+ #: forms/wpdFormAttr/Field/DateField.php:33
310
+ #: forms/wpdFormAttr/Field/NumberField.php:43
311
+ #: forms/wpdFormAttr/Field/RadioField.php:37
312
+ #: forms/wpdFormAttr/Field/SelectField.php:37
313
+ #: forms/wpdFormAttr/Field/TextAreaField.php:27
314
+ #: forms/wpdFormAttr/Field/TextField.php:33
315
+ #: forms/wpdFormAttr/Field/UrlField.php:33
316
+ msgid "Display on reply form"
317
+ msgstr ""
318
+
319
+ #: forms/wpdFormAttr/Field/CheckboxField.php:41
320
+ #: forms/wpdFormAttr/Field/ColorField.php:37
321
+ #: forms/wpdFormAttr/Field/DateField.php:37
322
+ #: forms/wpdFormAttr/Field/NumberField.php:47
323
+ #: forms/wpdFormAttr/Field/RadioField.php:41
324
+ #: forms/wpdFormAttr/Field/RatingField.php:32
325
+ #: forms/wpdFormAttr/Field/SelectField.php:41
326
+ #: forms/wpdFormAttr/Field/TextAreaField.php:31
327
+ #: forms/wpdFormAttr/Field/TextField.php:37
328
+ #: forms/wpdFormAttr/Field/UrlField.php:37
329
+ msgid "Display on comment"
330
+ msgstr ""
331
+
332
+ #: forms/wpdFormAttr/Field/CheckboxField.php:45
333
+ #: forms/wpdFormAttr/Field/ColorField.php:41
334
+ #: forms/wpdFormAttr/Field/DateField.php:41
335
+ #: forms/wpdFormAttr/Field/NumberField.php:51
336
+ #: forms/wpdFormAttr/Field/RadioField.php:45
337
+ #: forms/wpdFormAttr/Field/RatingField.php:36
338
+ #: forms/wpdFormAttr/Field/SelectField.php:45
339
+ #: forms/wpdFormAttr/Field/TextAreaField.php:35
340
+ #: forms/wpdFormAttr/Field/TextField.php:41
341
+ #: forms/wpdFormAttr/Field/UrlField.php:41
342
+ msgid "Advanced Options"
343
+ msgstr ""
344
+
345
+ #: forms/wpdFormAttr/Field/CheckboxField.php:48
346
+ #: forms/wpdFormAttr/Field/ColorField.php:44
347
+ #: forms/wpdFormAttr/Field/DateField.php:44
348
+ #: forms/wpdFormAttr/Field/NumberField.php:54
349
+ #: forms/wpdFormAttr/Field/RadioField.php:48
350
+ #: forms/wpdFormAttr/Field/RatingField.php:39
351
+ #: forms/wpdFormAttr/Field/SelectField.php:48
352
+ #: forms/wpdFormAttr/Field/TextAreaField.php:38
353
+ #: forms/wpdFormAttr/Field/TextField.php:44
354
+ #: forms/wpdFormAttr/Field/UrlField.php:44
355
+ msgid "Meta Key"
356
+ msgstr ""
357
+
358
+ #: forms/wpdFormAttr/Field/CheckboxField.php:52
359
+ #: forms/wpdFormAttr/Field/ColorField.php:48
360
+ #: forms/wpdFormAttr/Field/DateField.php:48
361
+ #: forms/wpdFormAttr/Field/NumberField.php:58
362
+ #: forms/wpdFormAttr/Field/RadioField.php:52
363
+ #: forms/wpdFormAttr/Field/RatingField.php:43
364
+ #: forms/wpdFormAttr/Field/SelectField.php:52
365
+ #: forms/wpdFormAttr/Field/TextAreaField.php:42
366
+ #: forms/wpdFormAttr/Field/TextField.php:48
367
+ #: forms/wpdFormAttr/Field/UrlField.php:48
368
+ msgid "Replace old meta key"
369
+ msgstr ""
370
+
371
+ #: forms/wpdFormAttr/Field/CheckboxField.php:153
372
+ #: forms/wpdFormAttr/Field/ColorField.php:115
373
+ #: forms/wpdFormAttr/Field/DateField.php:115
374
+ #: forms/wpdFormAttr/Field/NumberField.php:125
375
+ #: forms/wpdFormAttr/Field/RadioField.php:130
376
+ #: forms/wpdFormAttr/Field/RatingField.php:125
377
+ #: forms/wpdFormAttr/Field/SelectField.php:125
378
+ #: forms/wpdFormAttr/Field/TextAreaField.php:98
379
+ #: forms/wpdFormAttr/Field/TextField.php:109
380
+ #: forms/wpdFormAttr/Field/UrlField.php:110
381
+ msgid "field is required!"
382
+ msgstr ""
383
+
384
+ #: forms/wpdFormAttr/Field/ColorField.php:23
385
+ #: forms/wpdFormAttr/Field/DateField.php:23
386
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:30
387
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:29
388
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:29
389
+ #: forms/wpdFormAttr/Field/NumberField.php:33
390
+ #: forms/wpdFormAttr/Field/RatingField.php:22
391
+ #: forms/wpdFormAttr/Field/TextField.php:23
392
+ #: forms/wpdFormAttr/Field/UrlField.php:23
393
+ msgid "Field icon"
394
+ msgstr ""
395
+
396
+ #: forms/wpdFormAttr/Field/ColorField.php:26
397
+ #: forms/wpdFormAttr/Field/DateField.php:26
398
+ #: forms/wpdFormAttr/Field/DefaultField/Email.php:33
399
+ #: forms/wpdFormAttr/Field/DefaultField/Name.php:32
400
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:32
401
+ #: forms/wpdFormAttr/Field/NumberField.php:36
402
+ #: forms/wpdFormAttr/Field/RatingField.php:25
403
+ #: forms/wpdFormAttr/Field/TextField.php:26
404
+ #: forms/wpdFormAttr/Field/UrlField.php:26
405
+ msgid "Font-awesome icon library."
406
+ msgstr ""
407
+
408
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:35
409
+ msgid "Show for guests"
410
+ msgstr ""
411
+
412
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:39
413
+ msgid "Show for logged in users"
414
+ msgstr ""
415
+
416
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:107
417
+ #: forms/wpdFormAttr/Form.php:733
418
+ msgid "Code"
419
+ msgstr ""
420
+
421
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:114
422
+ msgid "Cannot create image file"
423
+ msgstr ""
424
+
425
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:115
426
+ msgid "Permission denied for file creation"
427
+ msgstr ""
428
+
429
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:116
430
+ msgid "PHP GD2 library is disabled"
431
+ msgstr ""
432
+
433
+ #: forms/wpdFormAttr/Field/DefaultField/Captcha.php:117
434
+ msgid "PNG image creation disabled"
435
+ msgstr ""
436
+
437
+ #: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
438
+ msgid "Button Text"
439
+ msgstr ""
440
+
441
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:35
442
+ msgid "Enable"
443
+ msgstr ""
444
+
445
+ #: forms/wpdFormAttr/Field/DefaultField/Website.php:83
446
+ #: forms/wpdFormAttr/Form.php:724
447
+ msgid "Website"
448
+ msgstr ""
449
+
450
+ #: forms/wpdFormAttr/Field/Field.php:52
451
+ msgid " (Submit Button)"
452
+ msgstr ""
453
+
454
+ #: forms/wpdFormAttr/Field/Field.php:54
455
+ msgid " (CAPTCHA)"
456
+ msgstr ""
457
+
458
+ #: forms/wpdFormAttr/Field/Field.php:87
459
+ msgid "Add To Form"
460
+ msgstr ""
461
+
462
+ #: forms/wpdFormAttr/Field/NumberField.php:22
463
+ msgid "Min Value"
464
+ msgstr ""
465
+
466
+ #: forms/wpdFormAttr/Field/NumberField.php:27
467
+ msgid "Max Value"
468
+ msgstr ""
469
+
470
+ #: forms/wpdFormAttr/Field/NumberField.php:129
471
+ msgid "value can not be less than"
472
+ msgstr ""
473
+
474
+ #: forms/wpdFormAttr/Field/NumberField.php:132
475
+ msgid "value can not be more than"
476
+ msgstr ""
477
+
478
+ #: forms/wpdFormAttr/Field/RadioField.php:30
479
+ #: forms/wpdFormAttr/Field/SelectField.php:30
480
+ msgid "New value new line"
481
+ msgstr ""
482
+
483
+ #: forms/wpdFormAttr/Form.php:595
484
+ msgid "Allow guests to comment"
485
+ msgstr ""
486
+
487
+ #: forms/wpdFormAttr/Form.php:599 forms/wpdFormAttr/Form.php:610
488
+ msgid "Yes"
489
+ msgstr ""
490
+
491
+ #: forms/wpdFormAttr/Form.php:601 forms/wpdFormAttr/Form.php:612
492
+ msgid "No"
493
+ msgstr ""
494
+
495
+ #: forms/wpdFormAttr/Form.php:606
496
+ msgid "Enable subscription bar"
497
+ msgstr ""
498
+
499
+ #: forms/wpdFormAttr/Form.php:617
500
+ msgid "Comment form header text"
501
+ msgstr ""
502
+
503
+ #: forms/wpdFormAttr/Form.php:626
504
+ msgid "Display comment form for post types"
505
+ msgstr ""
506
+
507
+ #: forms/wpdFormAttr/Form.php:633
508
+ msgid ""
509
+ "The red marked post types are already attached to other comment form. If you "
510
+ "set this form too, the old forms will not be used for them."
511
+ msgstr ""
512
+
513
+ #: forms/wpdFormAttr/Form.php:652
514
+ msgid "Display comment form for post IDs"
515
+ msgstr ""
516
+
517
+ #: forms/wpdFormAttr/Form.php:653
518
+ msgid ""
519
+ "You can use this form for certain posts/pages specified by comma separated "
520
+ "IDs."
521
+ msgstr ""
522
+
523
+ #: forms/wpdFormAttr/Form.php:664
524
+ msgid "Comment Text Field"
525
+ msgstr ""
526
+
527
+ #: forms/wpdFormAttr/Form.php:679
528
+ msgid "ADD ROW"
529
+ msgstr ""
530
+
531
+ #: forms/wpdFormAttr/html/admin-form-fields-list.php:7
532
+ msgid "Comment Form Fields"
533
+ msgstr ""
534
+
535
+ #: options/class.WpdiscuzOptions.php:24 options/class.WpdiscuzOptions.php:99
536
+ #: options/class.WpdiscuzOptions.php:214
537
+ msgid "Hacker?"
538
+ msgstr ""
539
+
540
+ #: options/class.WpdiscuzOptions.php:249
541
+ msgid ""
542
+ "Brings an ocean of emotions to your comments. It comes with an awesome smile "
543
+ "package."
544
+ msgstr ""
545
+
546
+ #: options/class.WpdiscuzOptions.php:250
547
+ msgid ""
548
+ "Extended information about comment author with Profile, Activity, Votes and "
549
+ "Subscriptions Tabs on pop-up window."
550
+ msgstr ""
551
+
552
+ #: options/class.WpdiscuzOptions.php:251
553
+ msgid ""
554
+ "Total control over comment subscriptions. Full list, monitor, manage, "
555
+ "filter, unsubscribe, confirm..."
556
+ msgstr ""
557
+
558
+ #: options/class.WpdiscuzOptions.php:252
559
+ msgid ""
560
+ "A full-fledged tool-kit for advertising in comment section of your website. "
561
+ "Separate banner and ad managment."
562
+ msgstr ""
563
+
564
+ #: options/class.WpdiscuzOptions.php:253
565
+ msgid ""
566
+ "Allows to mention comments and users in comment text using #comment-id and "
567
+ "@username tags."
568
+ msgstr ""
569
+
570
+ #: options/class.WpdiscuzOptions.php:254
571
+ msgid ""
572
+ "See comment likers and voters of each comment. Adds user reputation and "
573
+ "badges based on received likes."
574
+ msgstr ""
575
+
576
+ #: options/class.WpdiscuzOptions.php:255
577
+ msgid ""
578
+ "Comment reporting tools. Auto-moderates comments based on number of flags "
579
+ "and dislikes."
580
+ msgstr ""
581
+
582
+ #: options/class.WpdiscuzOptions.php:256
583
+ msgid ""
584
+ "Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
585
+ "options. Uses free translation API."
586
+ msgstr ""
587
+
588
+ #: options/class.WpdiscuzOptions.php:257
589
+ msgid ""
590
+ "AJAX powered front-end comment search. It starts searching while you type "
591
+ "search words. "
592
+ msgstr ""
593
+
594
+ #: options/class.WpdiscuzOptions.php:258
595
+ msgid ""
596
+ "Most voted comments, Active comment threads, Most commented posts, Active "
597
+ "comment authors"
598
+ msgstr ""
599
+
600
+ #: options/class.WpdiscuzOptions.php:259
601
+ msgid ""
602
+ "All in one powerful yet simple admin toolkit to moderate comments on front-"
603
+ "end."
604
+ msgstr ""
605
+
606
+ #: options/class.WpdiscuzOptions.php:260
607
+ msgid ""
608
+ "Extended comment attachment system. Allows to upload images, videos, audios "
609
+ "and other file types."
610
+ msgstr ""
611
+
612
+ #: options/class.WpdiscuzOptions.php:261
613
+ msgid ""
614
+ "Adds No CAPTCHA on all comment forms. Stops spam and bot comments with "
615
+ "Google reCAPTCHA"
616
+ msgstr ""
617
+
618
+ #: options/class.WpdiscuzOptions.php:262
619
+ msgid ""
620
+ "Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
621
+ "myCRED points. "
622
+ msgstr ""
623
+
624
+ #: options/class.WpdiscuzOptions.php:263
625
+ msgid ""
626
+ "Allows censoring comment words. Filters comments and replaces those phrases "
627
+ "with custom words."
628
+ msgstr ""
629
+
630
+ #: options/class.WpdiscuzOptions.php:269
631
+ msgid "Custom Comment Forms"
632
+ msgstr ""
633
+
634
+ #: options/class.WpdiscuzOptions.php:270
635
+ msgid ""
636
+ "You can create custom comment forms with wpDiscuz. wpDiscuz 4 comes with "
637
+ "custom comment forms and fields. You can create custom comment forms for "
638
+ "each post type, each form can beceated with different form fields, for "
639
+ "eaxample: text, dropdown, rating, checkboxes, etc..."
640
+ msgstr ""
641
+
642
+ #: options/class.WpdiscuzOptions.php:273
643
+ msgid "Emoticons"
644
+ msgstr ""
645
+
646
+ #: options/class.WpdiscuzOptions.php:274
647
+ msgid ""
648
+ "You can add more emotions to your comments using wpDiscuz Emoticons addon."
649
+ msgstr ""
650
+
651
+ #: options/class.WpdiscuzOptions.php:277
652
+ msgid "Ads Manager"
653
+ msgstr ""
654
+
655
+ #: options/class.WpdiscuzOptions.php:278
656
+ msgid ""
657
+ "Increase your income using ad banners. Comment area is the most active "
658
+ "sections for advertising. wpDiscuz Ads Manager addon is designed to help you "
659
+ "add banners and control ads in this section."
660
+ msgstr ""
661
+
662
+ #: options/class.WpdiscuzOptions.php:281
663
+ msgid "User and Comment Mentioning"
664
+ msgstr ""
665
+
666
+ #: options/class.WpdiscuzOptions.php:282
667
+ msgid ""
668
+ "Using wpDiscuz User &amp; Comment Mentioning addon you can allow commenters "
669
+ "mention comments and users in comment text using #comment-id and @username "
670
+ "tags."
671
+ msgstr ""
672
+
673
+ #: options/class.WpdiscuzOptions.php:285
674
+ msgid "Advanced Likers"
675
+ msgstr ""
676
+
677
+ #: options/class.WpdiscuzOptions.php:286
678
+ msgid ""
679
+ "wpDiscuz Advanced Likers addon displays likers and voters of each comment. "
680
+ "Adds user reputation and badges based on received likes."
681
+ msgstr ""
682
+
683
+ #: options/class.WpdiscuzOptions.php:289
684
+ msgid "Report and Flagging"
685
+ msgstr ""
686
+
687
+ #: options/class.WpdiscuzOptions.php:290
688
+ msgid ""
689
+ "Let your commenters help you to determine and remove spam comments. wpDiscuz "
690
+ "Report and Flagging addon comes with comment reporting tools. Automaticaly "
691
+ "auto-moderates comments based on number of flags and dislikes."
692
+ msgstr ""
693
+
694
+ #: options/class.WpdiscuzOptions.php:293
695
+ msgid "Comment Translate"
696
+ msgstr ""
697
+
698
+ #: options/class.WpdiscuzOptions.php:294
699
+ msgid ""
700
+ "In most cases the big part of your visitors are not a native speakers of "
701
+ "your language. Make your comments comprehensible for all visitors using "
702
+ "wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX "
703
+ "\"Translate\" button with 60 language translation options. Uses free "
704
+ "translation API."
705
+ msgstr ""
706
+
707
+ #: options/class.WpdiscuzOptions.php:297
708
+ msgid "Comment Search"
709
+ msgstr ""
710
+
711
+ #: options/class.WpdiscuzOptions.php:298
712
+ msgid ""
713
+ "You can let website visitor search in comments. It's always more attractive "
714
+ "to find a comment about something that interest you. Using wpDiscuz Comment "
715
+ "Search addon you'll get a nice, AJAX powered front-end comment search form "
716
+ "above comment list."
717
+ msgstr ""
718
+
719
+ #: options/class.WpdiscuzOptions.php:301
720
+ msgid "wpDiscuz Widgets"
721
+ msgstr ""
722
+
723
+ #: options/class.WpdiscuzOptions.php:302
724
+ msgid ""
725
+ "More Comment Widgets! Most voted comments, Active comment threads, Most "
726
+ "commented posts, Active comment authors widgets are available in wpDiscuz "
727
+ "Widgets Addon"
728
+ msgstr ""
729
+
730
+ #: options/class.WpdiscuzOptions.php:305
731
+ msgid "Front-end Moderation"
732
+ msgstr ""
733
+
734
+ #: options/class.WpdiscuzOptions.php:306
735
+ msgid ""
736
+ "You can moderate comments on front-end using all in one powerful yet simple "
737
+ "wpDiscuz Frontend Moderation addon."
738
+ msgstr ""
739
+
740
+ #: options/class.WpdiscuzOptions.php:309
741
+ msgid "Media Uploader"
742
+ msgstr ""
743
+
744
+ #: options/class.WpdiscuzOptions.php:310
745
+ msgid ""
746
+ "You can let website visitors attach images and files to comments and embed "
747
+ "video/audio content using wpDiscuz Media Uploader addon."
748
+ msgstr ""
749
+
750
+ #: options/class.WpdiscuzOptions.php:313
751
+ msgid "Google ReCaptcha"
752
+ msgstr ""
753
+
754
+ #: options/class.WpdiscuzOptions.php:314
755
+ msgid ""
756
+ "Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon "
757
+ "adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
758
+ msgstr ""
759
+
760
+ #: options/class.WpdiscuzOptions.php:328
761
+ msgid "New Addons are available for wpDiscuz Comments Plugin"
762
+ msgstr ""
763
+
764
+ #: options/class.WpdiscuzOptions.php:335 options/class.WpdiscuzOptions.php:341
765
+ msgid "Go to wpDiscuz Addons subMenu"
766
+ msgstr ""
767
+
768
+ #: options/class.WpdiscuzOptions.php:372
769
+ msgid "Do you know?"
770
+ msgstr ""
771
+
772
+ #: options/class.WpdiscuzOptions.php:384
773
+ msgid "More info"
774
+ msgstr ""
775
+
776
+ #: options/class.WpdiscuzOptionsSerialized.php:594
777
+ msgid "Be the First to Comment!"
778
+ msgstr ""
779
+
780
+ #: options/class.WpdiscuzOptionsSerialized.php:595 options/html-phrases.php:22
781
+ #: options/phrases-layouts/phrases-general.php:22
782
+ msgid "Comment"
783
+ msgstr ""
784
+
785
+ #: options/class.WpdiscuzOptionsSerialized.php:596
786
+ msgid "Comments"
787
+ msgstr ""
788
+
789
+ #: options/class.WpdiscuzOptionsSerialized.php:597
790
+ msgid "on"
791
+ msgstr ""
792
+
793
+ #: options/class.WpdiscuzOptionsSerialized.php:598
794
+ msgid "Start the discussion"
795
+ msgstr ""
796
+
797
+ #: options/class.WpdiscuzOptionsSerialized.php:599
798
+ msgid "Join the discussion"
799
+ msgstr ""
800
+
801
+ #: options/class.WpdiscuzOptionsSerialized.php:601
802
+ #: options/phrases-layouts/phrases-form.php:42
803
+ #: options/phrases-layouts/phrases-form.php:46
804
+ msgid "Notify of"
805
+ msgstr ""
806
+
807
+ #: options/class.WpdiscuzOptionsSerialized.php:602
808
+ #: options/phrases-layouts/phrases-form.php:56
809
+ msgid "new follow-up comments"
810
+ msgstr ""
811
+
812
+ #: options/class.WpdiscuzOptionsSerialized.php:603
813
+ msgid "new replies to my comments"
814
+ msgstr ""
815
+
816
+ #: options/class.WpdiscuzOptionsSerialized.php:604
817
+ #: options/phrases-layouts/phrases-form.php:76
818
+ msgid "Notify of new replies to this comment"
819
+ msgstr ""
820
+
821
+ #: options/class.WpdiscuzOptionsSerialized.php:605
822
+ #: options/phrases-layouts/phrases-form.php:82
823
+ #: options/phrases-layouts/phrases-form.php:86
824
+ msgid "Sort by"
825
+ msgstr ""
826
+
827
+ #: options/class.WpdiscuzOptionsSerialized.php:606
828
+ #: options/phrases-layouts/phrases-form.php:92
829
+ #: options/phrases-layouts/phrases-form.php:96
830
+ msgid "newest"
831
+ msgstr ""
832
+
833
+ #: options/class.WpdiscuzOptionsSerialized.php:607
834
+ #: options/phrases-layouts/phrases-form.php:102
835
+ #: options/phrases-layouts/phrases-form.php:106
836
+ msgid "oldest"
837
+ msgstr ""
838
+
839
+ #: options/class.WpdiscuzOptionsSerialized.php:608
840
+ #: options/phrases-layouts/phrases-form.php:112
841
+ #: options/phrases-layouts/phrases-form.php:116
842
+ msgid "most voted"
843
+ msgstr ""
844
+
845
+ #: options/class.WpdiscuzOptionsSerialized.php:609
846
+ msgid "Load More Comments"
847
+ msgstr ""
848
+
849
+ #: options/class.WpdiscuzOptionsSerialized.php:610
850
+ #: options/phrases-layouts/phrases-general.php:62
851
+ msgid "Load Rest of Comments"
852
+ msgstr ""
853
+
854
+ #: options/class.WpdiscuzOptionsSerialized.php:611
855
+ #: options/phrases-layouts/phrases-comment.php:12
856
+ msgid "Reply"
857
+ msgstr ""
858
+
859
+ #: options/class.WpdiscuzOptionsSerialized.php:612
860
+ #: options/phrases-layouts/phrases-comment.php:22
861
+ msgid "Share"
862
+ msgstr ""
863
+
864
+ #: options/class.WpdiscuzOptionsSerialized.php:614
865
+ #: options/phrases-layouts/phrases-comment.php:42
866
+ msgid "Share On Facebook"
867
+ msgstr ""
868
+
869
+ #: options/class.WpdiscuzOptionsSerialized.php:615
870
+ #: options/phrases-layouts/phrases-comment.php:52
871
+ msgid "Share On Twitter"
872
+ msgstr ""
873
+
874
+ #: options/class.WpdiscuzOptionsSerialized.php:616
875
+ #: options/phrases-layouts/phrases-comment.php:62
876
+ msgid "Share On Google"
877
+ msgstr ""
878
+
879
+ #: options/class.WpdiscuzOptionsSerialized.php:617
880
+ #: options/phrases-layouts/phrases-comment.php:72
881
+ msgid "Share On VKontakte"
882
+ msgstr ""
883
+
884
+ #: options/class.WpdiscuzOptionsSerialized.php:618
885
+ #: options/phrases-layouts/phrases-comment.php:82
886
+ msgid "Share On Odnoklassniki"
887
+ msgstr ""
888
+
889
+ #: options/class.WpdiscuzOptionsSerialized.php:619
890
+ #: options/phrases-layouts/phrases-comment.php:92
891
+ msgid "Hide Replies"
892
+ msgstr ""
893
+
894
+ #: options/class.WpdiscuzOptionsSerialized.php:620
895
+ #: options/phrases-layouts/phrases-comment.php:102
896
+ msgid "Show Replies"
897
+ msgstr ""
898
+
899
+ #: options/class.WpdiscuzOptionsSerialized.php:621
900
+ #: options/phrases-layouts/phrases-general.php:76
901
+ msgid "New Comment"
902
+ msgstr ""
903
+
904
+ #: options/class.WpdiscuzOptionsSerialized.php:622
905
+ msgid "New comment on the discussion section you've been interested in"
906
+ msgstr ""
907
+
908
+ #: options/class.WpdiscuzOptionsSerialized.php:623
909
+ #: options/phrases-layouts/phrases-email.php:36
910
+ #: options/phrases-layouts/phrases-general.php:96
911
+ #: utils/class.WpdiscuzEmailHelper.php:158
912
+ msgid "New Reply"
913
+ msgstr ""
914
+
915
+ #: options/class.WpdiscuzOptionsSerialized.php:624
916
+ #: utils/class.WpdiscuzEmailHelper.php:159
917
+ msgid "New reply on the discussion section you've been interested in"
918
+ msgstr ""
919
+
920
+ #: options/class.WpdiscuzOptionsSerialized.php:625
921
+ msgid "You're subscribed for new replies on this comment"
922
+ msgstr ""
923
+
924
+ #: options/class.WpdiscuzOptionsSerialized.php:626
925
+ msgid "You're subscribed for new replies on all your comments"
926
+ msgstr ""
927
+
928
+ #: options/class.WpdiscuzOptionsSerialized.php:627
929
+ msgid "You're subscribed for new follow-up comments on this post"
930
+ msgstr ""
931
+
932
+ #: options/class.WpdiscuzOptionsSerialized.php:628
933
+ #: options/phrases-layouts/phrases-email.php:52
934
+ #: options/phrases-layouts/phrases-email.php:56
935
+ msgid "Unsubscribe"
936
+ msgstr ""
937
+
938
+ #: options/class.WpdiscuzOptionsSerialized.php:629
939
+ #: options/phrases-layouts/phrases-email.php:66
940
+ msgid "Cancel subscription"
941
+ msgstr ""
942
+
943
+ #: options/class.WpdiscuzOptionsSerialized.php:630
944
+ #: options/phrases-layouts/phrases-notification.php:32
945
+ msgid "You've successfully unsubscribed."
946
+ msgstr ""
947
+
948
+ #: options/class.WpdiscuzOptionsSerialized.php:631
949
+ #: options/phrases-layouts/phrases-notification.php:22
950
+ msgid "You've successfully subscribed."
951
+ msgstr ""
952
+
953
+ #: options/class.WpdiscuzOptionsSerialized.php:632
954
+ #: options/phrases-layouts/phrases-email.php:72
955
+ #: options/phrases-layouts/phrases-email.php:76
956
+ msgid "Confirm your subscription"
957
+ msgstr ""
958
+
959
+ #: options/class.WpdiscuzOptionsSerialized.php:633
960
+ #: options/phrases-layouts/phrases-email.php:82
961
+ #: options/phrases-layouts/phrases-email.php:86
962
+ msgid "You've successfully confirmed your subscription."
963
+ msgstr ""
964
+
965
+ #: options/class.WpdiscuzOptionsSerialized.php:634
966
+ #: options/phrases-layouts/phrases-email.php:96
967
+ #: utils/class.WpdiscuzEmailHelper.php:51
968
+ msgid "Subscribe Confirmation"
969
+ msgstr ""
970
+
971
+ #: options/class.WpdiscuzOptionsSerialized.php:635
972
+ #: options/phrases-layouts/phrases-email.php:106
973
+ #: utils/class.WpdiscuzEmailHelper.php:52
974
+ msgid ""
975
+ "Hi, <br/> You just subscribed for new comments on our website. This means "
976
+ "you will receive an email when new comments are posted according to "
977
+ "subscription option you've chosen. <br/> To activate, click confirm below. "
978
+ "If you believe this is an error, ignore this message and we'll never bother "
979
+ "you again."
980
+ msgstr ""
981
+
982
+ #: options/class.WpdiscuzOptionsSerialized.php:636
983
+ msgid "please fill out this field to comment"
984
+ msgstr ""
985
+
986
+ #: options/class.WpdiscuzOptionsSerialized.php:637
987
+ msgid "email address is invalid"
988
+ msgstr ""
989
+
990
+ #: options/class.WpdiscuzOptionsSerialized.php:638
991
+ msgid "url is invalid"
992
+ msgstr ""
993
+
994
+ #: options/class.WpdiscuzOptionsSerialized.php:639
995
+ msgid "year"
996
+ msgstr ""
997
+
998
+ #: options/class.WpdiscuzOptionsSerialized.php:640
999
+ msgid "years"
1000
+ msgstr ""
1001
+
1002
+ #: options/class.WpdiscuzOptionsSerialized.php:641
1003
+ msgid "month"
1004
+ msgstr ""
1005
+
1006
+ #: options/class.WpdiscuzOptionsSerialized.php:642
1007
+ msgid "months"
1008
+ msgstr ""
1009
+
1010
+ #: options/class.WpdiscuzOptionsSerialized.php:643
1011
+ msgid "day"
1012
+ msgstr ""
1013
+
1014
+ #: options/class.WpdiscuzOptionsSerialized.php:644
1015
+ msgid "days"
1016
+ msgstr ""
1017
+
1018
+ #: options/class.WpdiscuzOptionsSerialized.php:645
1019
+ msgid "hour"
1020
+ msgstr ""
1021
+
1022
+ #: options/class.WpdiscuzOptionsSerialized.php:646
1023
+ msgid "hours"
1024
+ msgstr ""
1025
+
1026
+ #: options/class.WpdiscuzOptionsSerialized.php:647
1027
+ msgid "minute"
1028
+ msgstr ""
1029
+
1030
+ #: options/class.WpdiscuzOptionsSerialized.php:648
1031
+ msgid "minutes"
1032
+ msgstr ""
1033
+
1034
+ #: options/class.WpdiscuzOptionsSerialized.php:649
1035
+ msgid "second"
1036
+ msgstr ""
1037
+
1038
+ #: options/class.WpdiscuzOptionsSerialized.php:650
1039
+ msgid "seconds"
1040
+ msgstr ""
1041
+
1042
+ #: options/class.WpdiscuzOptionsSerialized.php:651
1043
+ msgid "right now"
1044
+ msgstr ""
1045
+
1046
+ #: options/class.WpdiscuzOptionsSerialized.php:652
1047
+ msgid "ago"
1048
+ msgstr ""
1049
+
1050
+ #: options/class.WpdiscuzOptionsSerialized.php:653
1051
+ #: options/phrases-layouts/phrases-datetime.php:156
1052
+ msgid "Today"
1053
+ msgstr ""
1054
+
1055
+ #: options/class.WpdiscuzOptionsSerialized.php:654
1056
+ #: options/phrases-layouts/phrases-notification.php:84
1057
+ msgid "You must be"
1058
+ msgstr ""
1059
+
1060
+ #: options/class.WpdiscuzOptionsSerialized.php:655
1061
+ msgid "You are logged in as"
1062
+ msgstr ""
1063
+
1064
+ #: options/class.WpdiscuzOptionsSerialized.php:656
1065
+ #: options/phrases-layouts/phrases-notification.php:104
1066
+ msgid "Log out"
1067
+ msgstr ""
1068
+
1069
+ #: options/class.WpdiscuzOptionsSerialized.php:657
1070
+ msgid "logged in"
1071
+ msgstr ""
1072
+
1073
+ #: options/class.WpdiscuzOptionsSerialized.php:658
1074
+ msgid "to post a comment."
1075
+ msgstr ""
1076
+
1077
+ #: options/class.WpdiscuzOptionsSerialized.php:659
1078
+ #: options/phrases-layouts/phrases-comment.php:138
1079
+ msgid "Vote Up"
1080
+ msgstr ""
1081
+
1082
+ #: options/class.WpdiscuzOptionsSerialized.php:660
1083
+ #: options/phrases-layouts/phrases-comment.php:148
1084
+ msgid "Vote Down"
1085
+ msgstr ""
1086
+
1087
+ #: options/class.WpdiscuzOptionsSerialized.php:661
1088
+ #: options/phrases-layouts/phrases-notification.php:134
1089
+ msgid "Vote Counted"
1090
+ msgstr ""
1091
+
1092
+ #: options/class.WpdiscuzOptionsSerialized.php:662
1093
+ msgid "You've already voted for this comment"
1094
+ msgstr ""
1095
+
1096
+ #: options/class.WpdiscuzOptionsSerialized.php:663
1097
+ #: options/phrases-layouts/phrases-notification.php:154
1098
+ msgid "Voting Error"
1099
+ msgstr ""
1100
+
1101
+ #: options/class.WpdiscuzOptionsSerialized.php:664
1102
+ msgid "You Must Be Logged In To Vote"
1103
+ msgstr ""
1104
+
1105
+ #: options/class.WpdiscuzOptionsSerialized.php:665
1106
+ msgid "You cannot vote for your comment"
1107
+ msgstr ""
1108
+
1109
+ #: options/class.WpdiscuzOptionsSerialized.php:666
1110
+ msgid "You are not allowed to vote for this comment"
1111
+ msgstr ""
1112
+
1113
+ #: options/class.WpdiscuzOptionsSerialized.php:667
1114
+ #: options/phrases-layouts/phrases-notification.php:194
1115
+ msgid "Invalid Captcha Code"
1116
+ msgstr ""
1117
+
1118
+ #: options/class.WpdiscuzOptionsSerialized.php:668
1119
+ #: options/phrases-layouts/phrases-notification.php:204
1120
+ msgid "Some of field value is invalid"
1121
+ msgstr ""
1122
+
1123
+ #: options/class.WpdiscuzOptionsSerialized.php:669
1124
+ msgid "new comment"
1125
+ msgstr ""
1126
+
1127
+ #: options/class.WpdiscuzOptionsSerialized.php:670
1128
+ msgid "new comments"
1129
+ msgstr ""
1130
+
1131
+ #: options/class.WpdiscuzOptionsSerialized.php:671
1132
+ msgid "Comment awaiting moderation"
1133
+ msgstr ""
1134
+
1135
+ #: options/class.WpdiscuzOptionsSerialized.php:672
1136
+ msgid "new reply on your comment"
1137
+ msgstr ""
1138
+
1139
+ #: options/class.WpdiscuzOptionsSerialized.php:673
1140
+ msgid "new replies on your comments"
1141
+ msgstr ""
1142
+
1143
+ #: options/class.WpdiscuzOptionsSerialized.php:674
1144
+ #: options/phrases-layouts/phrases-general.php:116
1145
+ msgid "New"
1146
+ msgstr ""
1147
+
1148
+ #: options/class.WpdiscuzOptionsSerialized.php:675
1149
+ #: options/phrases-layouts/phrases-notification.php:249
1150
+ msgid "Sorry, the comment was not updated"
1151
+ msgstr ""
1152
+
1153
+ #: options/class.WpdiscuzOptionsSerialized.php:676
1154
+ #: options/phrases-layouts/phrases-notification.php:259
1155
+ msgid "Sorry, this comment no longer possible to edit"
1156
+ msgstr ""
1157
+
1158
+ #: options/class.WpdiscuzOptionsSerialized.php:677
1159
+ msgid "You've not made any changes"
1160
+ msgstr ""
1161
+
1162
+ #: options/class.WpdiscuzOptionsSerialized.php:678
1163
+ #: options/phrases-layouts/phrases-comment.php:162
1164
+ msgid "Save"
1165
+ msgstr ""
1166
+
1167
+ #: options/class.WpdiscuzOptionsSerialized.php:679
1168
+ #: options/phrases-layouts/phrases-comment.php:172
1169
+ msgid "Cancel"
1170
+ msgstr ""
1171
+
1172
+ #: options/class.WpdiscuzOptionsSerialized.php:680
1173
+ msgid "Input is too short"
1174
+ msgstr ""
1175
+
1176
+ #: options/class.WpdiscuzOptionsSerialized.php:681
1177
+ msgid "Input is too long"
1178
+ msgstr ""
1179
+
1180
+ #: options/class.WpdiscuzOptionsSerialized.php:682
1181
+ #: options/phrases-layouts/phrases-comment.php:182
1182
+ msgid "Read more &raquo;"
1183
+ msgstr ""
1184
+
1185
+ #: options/class.WpdiscuzOptionsSerialized.php:683
1186
+ #: options/phrases-layouts/phrases-comment.php:192
1187
+ msgid "Anonymous"
1188
+ msgstr ""
1189
+
1190
+ #: options/class.WpdiscuzOptionsSerialized.php:684
1191
+ #: options/phrases-layouts/phrases-notification.php:275
1192
+ #: options/phrases-layouts/phrases-notification.php:279
1193
+ msgid "Please fill out required fields"
1194
+ msgstr ""
1195
+
1196
+ #: options/class.WpdiscuzOptionsSerialized.php:685
1197
+ #: options/phrases-layouts/phrases-form.php:152
1198
+ #: options/phrases-layouts/phrases-form.php:156
1199
+ msgid "Connect with"
1200
+ msgstr ""
1201
+
1202
+ #: options/class.WpdiscuzOptionsSerialized.php:686
1203
+ msgid "You're subscribed to"
1204
+ msgstr ""
1205
+
1206
+ #: options/class.WpdiscuzOptionsSerialized.php:687
1207
+ msgid "Participate in this discussion via email"
1208
+ msgstr ""
1209
+
1210
+ #: options/html-addons.php:11
1211
+ msgid "wpDiscuz Addons"
1212
+ msgstr ""
1213
+
1214
+ #: options/html-addons.php:19
1215
+ msgid "wpDiscuz Add-ons"
1216
+ msgstr ""
1217
+
1218
+ #: options/html-addons.php:20
1219
+ msgid "Addons Support Forum"
1220
+ msgstr ""
1221
+
1222
+ #: options/html-addons.php:25
1223
+ msgid ""
1224
+ "All wpDiscuz addons are being developed by wpDiscuz developers at gVectors "
1225
+ "Team, those are very solid premium level extensions and come with premium "
1226
+ "support.\n"
1227
+ " These addons help us to keep top level "
1228
+ "development of the free wpDiscuz plugin. All essential and even dozens of "
1229
+ "extra-cool features are already available for free in core wpDiscuz. \n"
1230
+ " There will never be any limits, any pro and paid "
1231
+ "versions for wpDiscuz. We have another dozens of awesome features in our to-"
1232
+ "do list which will also be added for free in future releases. \n"
1233
+ " So the free wpDiscuz development always stays on "
1234
+ "the first priority and wpDiscuz is being extended with new free functions "
1235
+ "and features even faster than before."
1236
+ msgstr ""
1237
+
1238
+ #: options/html-addons.php:31
1239
+ msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team&nbsp;"
1240
+ msgstr ""
1241
+
1242
+ #: options/html-addons.php:53
1243
+ msgid "Installed"
1244
+ msgstr ""
1245
+
1246
+ #: options/html-addons.php:57
1247
+ msgid "Version"
1248
+ msgstr ""
1249
+
1250
+ #: options/html-addons.php:58
1251
+ msgid "at least"
1252
+ msgstr ""
1253
+
1254
+ #: options/html-addons.php:60
1255
+ msgid "Live Preview | Buy"
1256
+ msgstr ""
1257
+
1258
+ #: options/html-addons.php:66
1259
+ msgid "More information about"
1260
+ msgstr ""
1261
+
1262
+ #: options/html-options.php:10
1263
+ msgid "wpDiscuz General Settings"
1264
+ msgstr ""
1265
+
1266
+ #: options/html-options.php:18
1267
+ msgid "Like wpDiscuz?"
1268
+ msgstr ""
1269
+
1270
+ #: options/html-options.php:19
1271
+ msgid "Documentation"
1272
+ msgstr ""
1273
+
1274
+ #: options/html-options.php:20
1275
+ msgid "Support"
1276
+ msgstr ""
1277
+
1278
+ #: options/html-options.php:54 options/options-layouts/settings-general.php:7
1279
+ msgid "General Settings"
1280
+ msgstr ""
1281
+
1282
+ #: options/html-options.php:55
1283
+ #: options/options-layouts/settings-live-update.php:7
1284
+ msgid "Live Update"
1285
+ msgstr ""
1286
+
1287
+ #: options/html-options.php:56
1288
+ msgid "Show/Hide"
1289
+ msgstr ""
1290
+
1291
+ #: options/html-options.php:57
1292
+ msgid "Subscription"
1293
+ msgstr ""
1294
+
1295
+ #: options/html-options.php:57
1296
+ msgid "and Postmatic"
1297
+ msgstr ""
1298
+
1299
+ #: options/html-options.php:58
1300
+ msgid "Styling"
1301
+ msgstr ""
1302
+
1303
+ #: options/html-options.php:59 options/options-layouts/settings-social.php:124
1304
+ msgid "Social Login"
1305
+ msgstr ""
1306
+
1307
+ #: options/html-options.php:60
1308
+ #: options/options-layouts/settings-integrations.php:7
1309
+ msgid "Integrations"
1310
+ msgstr ""
1311
+
1312
+ #: options/html-options.php:148
1313
+ msgid "Reset Options"
1314
+ msgstr ""
1315
+
1316
+ #: options/html-options.php:150
1317
+ msgid "Refresh comment optimization"
1318
+ msgstr ""
1319
+
1320
+ #: options/html-options.php:152
1321
+ msgid "Remove vote data"
1322
+ msgstr ""
1323
+
1324
+ #: options/html-options.php:153 options/html-phrases.php:71
1325
+ #: options/html-tools.php:58
1326
+ msgid "Save Changes"
1327
+ msgstr ""
1328
+
1329
+ #: options/html-phrases.php:10
1330
+ msgid "wpDiscuz Front-end Phrases"
1331
+ msgstr ""
1332
+
1333
+ #: options/html-phrases.php:20
1334
+ msgid "General"
1335
+ msgstr ""
1336
+
1337
+ #: options/html-phrases.php:23
1338
+ msgid "Date/Time"
1339
+ msgstr ""
1340
+
1341
+ #: options/html-phrases.php:25
1342
+ msgid "Notification"
1343
+ msgstr ""
1344
+
1345
+ #: options/html-tools.php:10
1346
+ msgid "wpDiscuz Tools"
1347
+ msgstr ""
1348
+
1349
+ #: options/html-tools.php:22 options/tools-layouts/options-export.php:8
1350
+ msgid "Export options"
1351
+ msgstr ""
1352
+
1353
+ #: options/html-tools.php:23 options/tools-layouts/options-import.php:7
1354
+ msgid "Import options"
1355
+ msgstr ""
1356
+
1357
+ #: options/options-layouts/settings-addons.php:13
1358
+ msgid ""
1359
+ "Here you can find wpDiscuz Addons' setting options in vertical subTabs with "
1360
+ "according addon titles. All wpDiscuz addons are listed on wpDiscuz"
1361
+ msgstr ""
1362
+
1363
+ #: options/options-layouts/settings-addons.php:13
1364
+ msgid "Addons subMenu"
1365
+ msgstr ""
1366
+
1367
+ #: options/options-layouts/settings-addons.php:13
1368
+ msgid ""
1369
+ "We'll add new free and paid addons with almost every wpDiscuz release. There "
1370
+ "will be dozens of very useful addons in near future. Currently wpDiscuz "
1371
+ "consists of about 70 free features/addons like \"Live Update\", \"First "
1372
+ "comment redirection\", \"Comment sorting\", \"Simple CAPTCHA\", \"AJAX "
1373
+ "Pagination\", \"Lazy Load\", \"Comment Likes\", \"Comment Share\" and dozens "
1374
+ "of other addons and there will be more. All new and free addons will be "
1375
+ "built-in with wpDiscuz plugin and all paid addons will be listed separately "
1376
+ "on"
1377
+ msgstr ""
1378
+
1379
+ #: options/options-layouts/settings-customfields.php:12
1380
+ msgid "Google Map API Key"
1381
+ msgstr ""
1382
+
1383
+ #: options/options-layouts/settings-general.php:11
1384
+ msgid "Enable wpdiscuz on home page"
1385
+ msgstr ""
1386
+
1387
+ #: options/options-layouts/settings-general.php:15
1388
+ msgid "Enable Quicktags"
1389
+ msgstr ""
1390
+
1391
+ #: options/options-layouts/settings-general.php:20
1392
+ msgid "Use guest email to detect registered account"
1393
+ msgstr ""
1394
+
1395
+ #: options/options-layouts/settings-general.php:22
1396
+ msgid ""
1397
+ "Sometimes registered users comment as guest using the same email address. "
1398
+ "wpDiscuz can detect the account role using guest email and display commenter "
1399
+ "label correctly."
1400
+ msgstr ""
1401
+
1402
+ #: options/options-layouts/settings-general.php:29
1403
+ msgid "Comment author name min length (for guests only)"
1404
+ msgstr ""
1405
+
1406
+ #: options/options-layouts/settings-general.php:33
1407
+ #: options/options-layouts/settings-general.php:56
1408
+ msgid "Min"
1409
+ msgstr ""
1410
+
1411
+ #: options/options-layouts/settings-general.php:36
1412
+ #: options/options-layouts/settings-general.php:59
1413
+ msgid "Max"
1414
+ msgstr ""
1415
+
1416
+ #: options/options-layouts/settings-general.php:42
1417
+ msgid "Keep guest commenter credentials in browser cookies for x days"
1418
+ msgstr ""
1419
+
1420
+ #: options/options-layouts/settings-general.php:44
1421
+ msgid "Set this option value -1 to make it unlimited."
1422
+ msgstr ""
1423
+
1424
+ #: options/options-layouts/settings-general.php:45
1425
+ msgid "Set this option value 0 to clear those data when user closes browser."
1426
+ msgstr ""
1427
+
1428
+ #: options/options-layouts/settings-general.php:52
1429
+ msgid "Comment text length"
1430
+ msgstr ""
1431
+
1432
+ #: options/options-layouts/settings-general.php:65
1433
+ msgid ""
1434
+ "The number of words before breaking comment text and showing \"Read more\" "
1435
+ "link"
1436
+ msgstr ""
1437
+
1438
+ #: options/options-layouts/settings-general.php:67
1439
+ msgid "Set this option value 0, to turn off comment text breaking function."
1440
+ msgstr ""
1441
+
1442
+ #: options/options-layouts/settings-general.php:73
1443
+ msgid "Comment text size in pixels"
1444
+ msgstr ""
1445
+
1446
+ #: options/options-layouts/settings-general.php:86
1447
+ msgid "Allow comment editing for"
1448
+ msgstr ""
1449
+
1450
+ #: options/options-layouts/settings-general.php:90
1451
+ msgid "Do not allow"
1452
+ msgstr ""
1453
+
1454
+ #: options/options-layouts/settings-general.php:91
1455
+ #: options/options-layouts/settings-general.php:92
1456
+ #: options/options-layouts/settings-live-update.php:52
1457
+ #: options/options-layouts/settings-live-update.php:53
1458
+ #: options/options-layouts/settings-live-update.php:54
1459
+ msgid "Minutes"
1460
+ msgstr ""
1461
+
1462
+ #: options/options-layouts/settings-general.php:93
1463
+ #: options/phrases-layouts/phrases-datetime.php:72
1464
+ msgid "Hour"
1465
+ msgstr ""
1466
+
1467
+ #: options/options-layouts/settings-general.php:94
1468
+ #: options/options-layouts/settings-general.php:95
1469
+ msgid "Hours"
1470
+ msgstr ""
1471
+
1472
+ #: options/options-layouts/settings-general.php:96
1473
+ msgid "Unlimit"
1474
+ msgstr ""
1475
+
1476
+ #: options/options-layouts/settings-general.php:102
1477
+ msgid "Redirect first commenter to"
1478
+ msgstr ""
1479
+
1480
+ #: options/options-layouts/settings-general.php:109
1481
+ msgid "Do not redirect"
1482
+ msgstr ""
1483
+
1484
+ #: options/options-layouts/settings-general.php:116
1485
+ msgid "Allow guests to vote on comments"
1486
+ msgstr ""
1487
+
1488
+ #: options/options-layouts/settings-general.php:121
1489
+ msgid "Comments loading/pagination type"
1490
+ msgstr ""
1491
+
1492
+ #: options/options-layouts/settings-general.php:123
1493
+ msgid ""
1494
+ "You can manage the number of comments for [Load more] option in Settings > "
1495
+ "Discussion page, using \"Break comments into pages with [X] top level "
1496
+ "comments per page\" option. To show the default Wordpress comment pagination "
1497
+ "you should enable the checkbox on bigining of the same option."
1498
+ msgstr ""
1499
+
1500
+ #: options/options-layouts/settings-general.php:129
1501
+ #: options/options-layouts/settings-general.php:131
1502
+ msgid "[Load more] Button"
1503
+ msgstr ""
1504
+
1505
+ #: options/options-layouts/settings-general.php:133
1506
+ #: options/options-layouts/settings-general.php:135
1507
+ msgid "[Load rest of all comments] Button"
1508
+ msgstr ""
1509
+
1510
+ #: options/options-layouts/settings-general.php:137
1511
+ #: options/options-layouts/settings-general.php:139
1512
+ msgid "Lazy load comments on scrolling"
1513
+ msgstr ""
1514
+
1515
+ #: options/options-layouts/settings-general.php:146
1516
+ msgid "Use WordPress Date/Time format"
1517
+ msgstr ""
1518
+
1519
+ #: options/options-layouts/settings-general.php:147
1520
+ msgid ""
1521
+ "wpDiscuz shows Human Readable date format. If you check this option it'll "
1522
+ "show the date/time format set in WordPress General Settings."
1523
+ msgstr ""
1524
+
1525
+ #: options/options-layouts/settings-general.php:153
1526
+ msgid "Current Wordpress date/time format"
1527
+ msgstr ""
1528
+
1529
+ #: options/options-layouts/settings-general.php:159
1530
+ msgid "Use Plugin .PO/.MO files"
1531
+ msgstr ""
1532
+
1533
+ #: options/options-layouts/settings-general.php:160
1534
+ msgid ""
1535
+ "wpDiscuz phrase system allows you to translate all front-end phrases. "
1536
+ "However if you have a multi-language website it'll not allow you to add more "
1537
+ "than one language translation. The only way to get it is the plugin "
1538
+ "translation files (.PO / .MO). If wpDiscuz has the languages you need you "
1539
+ "should check this option to disable phrase system and it'll automatically "
1540
+ "translate all phrases based on language files according to current language."
1541
+ msgstr ""
1542
+
1543
+ #: options/options-layouts/settings-general.php:167
1544
+ msgid ""
1545
+ "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
1546
+ "use"
1547
+ msgstr ""
1548
+
1549
+ #: options/options-layouts/settings-general.php:169
1550
+ msgid ""
1551
+ "Please check this option on to help wpDiscuz get more popularity as your "
1552
+ "thank to the hard work we do for you totally free. This option adds a very "
1553
+ "small (16x16px) icon under the comment section which will allow your site "
1554
+ "visitors recognize the name of comment solution you use."
1555
+ msgstr ""
1556
+
1557
+ #: options/options-layouts/settings-general.php:174
1558
+ msgid "Thank you!"
1559
+ msgstr ""
1560
+
1561
+ #: options/options-layouts/settings-integrations.php:14
1562
+ msgid "BuddyPress"
1563
+ msgstr ""
1564
+
1565
+ #: options/options-layouts/settings-integrations.php:15
1566
+ msgid "Users Ultra"
1567
+ msgstr ""
1568
+
1569
+ #: options/options-layouts/settings-integrations.php:16
1570
+ msgid "User Pro"
1571
+ msgstr ""
1572
+
1573
+ #: options/options-layouts/settings-integrations.php:17
1574
+ msgid "Ultimate Member"
1575
+ msgstr ""
1576
+
1577
+ #: options/options-layouts/settings-integrations.php:18
1578
+ msgid "MyCred"
1579
+ msgstr ""
1580
+
1581
+ #: options/options-layouts/settings-integrations.php:23
1582
+ #: options/options-layouts/settings-integrations.php:41
1583
+ #: options/options-layouts/settings-integrations.php:59
1584
+ #: options/options-layouts/settings-integrations.php:90
1585
+ #: options/options-layouts/settings-integrations.php:124
1586
+ msgid "Please add the code below in current active theme's functions.php file"
1587
+ msgstr ""
1588
+
1589
+ #: options/options-layouts/settings-integrations.php:24
1590
+ msgid ""
1591
+ "This code will integrate BuddyPress profile URL with wpDiscuz. BuddyPress "
1592
+ "Display Names and Avatars will be integrated automatically."
1593
+ msgstr ""
1594
+
1595
+ #: options/options-layouts/settings-integrations.php:42
1596
+ msgid ""
1597
+ "This code will integrate Users Ultra profile URL with wpDiscuz. Users Ultra "
1598
+ "Display Names and Avatars will be integrated automatically."
1599
+ msgstr ""
1600
+
1601
+ #: options/options-layouts/settings-integrations.php:60
1602
+ msgid ""
1603
+ "This code will integrate User Pro profile URL with wpDiscuz. User Pro "
1604
+ "Display Names and Avatars will be integrated automatically."
1605
+ msgstr ""
1606
+
1607
+ #: options/options-layouts/settings-integrations.php:91
1608
+ msgid ""
1609
+ "This code consists of two parts, which will integrate Ultimate Member "
1610
+ "profile Display Name and Profile URL with wpDiscuz. UM Avatars will be "
1611
+ "integrated automatically."
1612
+ msgstr ""
1613
+
1614
+ #: options/options-layouts/settings-integrations.php:125
1615
+ msgid ""
1616
+ "This code will integrate MyCred User Ranks and Badges under comment author "
1617
+ "avatar."
1618
+ msgstr ""
1619
+
1620
+ #: options/options-layouts/settings-live-update.php:12
1621
+ msgid "Live update options"
1622
+ msgstr ""
1623
+
1624
+ #: options/options-layouts/settings-live-update.php:13
1625
+ msgid ""
1626
+ "wpDiscuz 3 live update is very smart and doesn't overload your server even "
1627
+ "if you're on Shared hosting plan and even your website is very active. "
1628
+ "However we recommend to monitor your server resources if you're on a Shared "
1629
+ "hosting plan. There are some very weak hosting plans which may not be able "
1630
+ "to perform very frequently live update requests. If you found some issue you "
1631
+ "can set the option below 30 seconds or more."
1632
+ msgstr ""
1633
+
1634
+ #: options/options-layouts/settings-live-update.php:18
1635
+ msgid "Never update"
1636
+ msgstr ""
1637
+
1638
+ #: options/options-layouts/settings-live-update.php:20
1639
+ msgid "Turn off \"Live Update\" function"
1640
+ msgstr ""
1641
+
1642
+ #: options/options-layouts/settings-live-update.php:22
1643
+ #: options/options-layouts/settings-subscription.php:27
1644
+ msgid "Show new comment/reply buttons to update manualy"
1645
+ msgstr ""
1646
+
1647
+ #: options/options-layouts/settings-live-update.php:24
1648
+ msgid "Always check for new comments and show update buttons"
1649
+ msgstr ""
1650
+
1651
+ #: options/options-layouts/settings-live-update.php:26
1652
+ #: options/options-layouts/settings-subscription.php:31
1653
+ msgid "Always update"
1654
+ msgstr ""
1655
+
1656
+ #: options/options-layouts/settings-live-update.php:28
1657
+ msgid "Always check for new comments and update automatically"
1658
+ msgstr ""
1659
+
1660
+ #: options/options-layouts/settings-live-update.php:35
1661
+ msgid "Disable live update for guests"
1662
+ msgstr ""
1663
+
1664
+ #: options/options-layouts/settings-live-update.php:43
1665
+ msgid "Update comment list every"
1666
+ msgstr ""
1667
+
1668
+ #: options/options-layouts/settings-live-update.php:48
1669
+ #: options/options-layouts/settings-live-update.php:49
1670
+ #: options/options-layouts/settings-live-update.php:50
1671
+ msgid "Seconds"
1672
+ msgstr ""
1673
+
1674
+ #: options/options-layouts/settings-live-update.php:51
1675
+ #: options/phrases-layouts/phrases-datetime.php:92
1676
+ msgid "Minute"
1677
+ msgstr ""
1678
+
1679
+ #: options/options-layouts/settings-show-hide.php:7
1680
+ msgid "Show/Hide Components"
1681
+ msgstr ""
1682
+
1683
+ #: options/options-layouts/settings-show-hide.php:11
1684
+ msgid "Show logged-in user name and logout link on top of main form"
1685
+ msgstr ""
1686
+
1687
+ #: options/options-layouts/settings-show-hide.php:15
1688
+ msgid "Hide Reply button for Guests"
1689
+ msgstr ""
1690
+
1691
+ #: options/options-layouts/settings-show-hide.php:19
1692
+ msgid "Hide Reply button for Members"
1693
+ msgstr ""
1694
+
1695
+ #: options/options-layouts/settings-show-hide.php:23
1696
+ msgid "Hide Commenter Labels"
1697
+ msgstr ""
1698
+
1699
+ #: options/options-layouts/settings-show-hide.php:27
1700
+ msgid "Hide Voting buttons"
1701
+ msgstr ""
1702
+
1703
+ #: options/options-layouts/settings-show-hide.php:31
1704
+ msgid "Comment voting statistic mode"
1705
+ msgstr ""
1706
+
1707
+ #: options/options-layouts/settings-show-hide.php:36
1708
+ msgid "total count"
1709
+ msgstr ""
1710
+
1711
+ #: options/options-layouts/settings-show-hide.php:40
1712
+ msgid "separate count"
1713
+ msgstr ""
1714
+
1715
+ #: options/options-layouts/settings-show-hide.php:46
1716
+ msgid "Show Share Buttons"
1717
+ msgstr ""
1718
+
1719
+ #: options/options-layouts/settings-show-hide.php:65
1720
+ msgid "Facebook Application ID"
1721
+ msgstr ""
1722
+
1723
+ #: options/options-layouts/settings-show-hide.php:81
1724
+ msgid ""
1725
+ "The plugin captcha directory is not writable! Please set writable "
1726
+ "permissions on \"wpdiscuz/utils/temp\" directory in order to use the first "
1727
+ "type of captcha generation"
1728
+ msgstr ""
1729
+
1730
+ #: options/options-layouts/settings-show-hide.php:85
1731
+ msgid "Captcha generation type"
1732
+ msgstr ""
1733
+
1734
+ #: options/options-layouts/settings-show-hide.php:91
1735
+ msgid "use file system"
1736
+ msgstr ""
1737
+
1738
+ #: options/options-layouts/settings-show-hide.php:96
1739
+ msgid "use wordpress session"
1740
+ msgstr ""
1741
+
1742
+ #: options/options-layouts/settings-show-hide.php:102
1743
+ msgid "Hide header text"
1744
+ msgstr ""
1745
+
1746
+ #: options/options-layouts/settings-show-hide.php:106
1747
+ msgid "Show sorting buttons"
1748
+ msgstr ""
1749
+
1750
+ #: options/options-layouts/settings-show-hide.php:110
1751
+ msgid "Set comments ordering to \"Most voted\" by default "
1752
+ msgstr ""
1753
+
1754
+ #: options/options-layouts/settings-show-hide.php:114
1755
+ msgid "Hide comment link"
1756
+ msgstr ""
1757
+
1758
+ #: options/options-layouts/settings-show-hide.php:118
1759
+ msgid "Enable automatic image URL to image HTML conversion"
1760
+ msgstr ""
1761
+
1762
+ #: options/options-layouts/settings-show-hide.php:123
1763
+ msgid "Secure comment content in HTTPS protocol."
1764
+ msgstr ""
1765
+
1766
+ #: options/options-layouts/settings-show-hide.php:125
1767
+ msgid ""
1768
+ "This option detects images and other contents with non-https source URLs and "
1769
+ "fix according to your selected logic."
1770
+ msgstr ""
1771
+
1772
+ #: options/options-layouts/settings-show-hide.php:133
1773
+ msgid "Replace non-https content to simple link URLs"
1774
+ msgstr ""
1775
+
1776
+ #: options/options-layouts/settings-show-hide.php:138
1777
+ msgid ""
1778
+ "Just replace http protocols to https (https may not be supported by content "
1779
+ "provider)"
1780
+ msgstr ""
1781
+
1782
+ #: options/options-layouts/settings-show-hide.php:142
1783
+ msgid "Ignore non-https content"
1784
+ msgstr ""
1785
+
1786
+ #: options/options-layouts/settings-show-hide.php:149
1787
+ msgid "Disable Profiles URL"
1788
+ msgstr ""
1789
+
1790
+ #: options/options-layouts/settings-show-hide.php:153
1791
+ msgid "Diplay Ratings"
1792
+ msgstr ""
1793
+
1794
+ #: options/options-layouts/settings-show-hide.php:156
1795
+ msgid "Before Content"
1796
+ msgstr ""
1797
+
1798
+ #: options/options-layouts/settings-show-hide.php:158
1799
+ msgid "After Content"
1800
+ msgstr ""
1801
+
1802
+ #: options/options-layouts/settings-social.php:50
1803
+ #: options/options-layouts/settings-social.php:61
1804
+ #: options/options-layouts/settings-social.php:72
1805
+ #: options/options-layouts/settings-social.php:83
1806
+ msgid "Activate"
1807
+ msgstr ""
1808
+
1809
+ #: options/options-layouts/settings-social.php:54
1810
+ #: options/options-layouts/settings-social.php:65
1811
+ #: options/options-layouts/settings-social.php:76
1812
+ #: options/options-layouts/settings-social.php:87
1813
+ msgid "View details/Install"
1814
+ msgstr ""
1815
+
1816
+ #: options/options-layouts/settings-social.php:125
1817
+ msgid ""
1818
+ "You can use one of these most popular Social Login Plugins to allow your "
1819
+ "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
1820
+ "OK and lots of other social network service accounts. All social login "
1821
+ "buttons will be fully integrated with wpDiscuz comment forms."
1822
+ msgstr ""
1823
+
1824
+ #: options/options-layouts/settings-style.php:7
1825
+ msgid "Background and Colors"
1826
+ msgstr ""
1827
+
1828
+ #: options/options-layouts/settings-style.php:12
1829
+ msgid "Comment Form Background Color"
1830
+ msgstr ""
1831
+
1832
+ #: options/options-layouts/settings-style.php:16
1833
+ #: options/options-layouts/settings-style.php:25
1834
+ #: options/options-layouts/settings-style.php:34
1835
+ #: options/options-layouts/settings-style.php:43
1836
+ #: options/options-layouts/settings-style.php:70
1837
+ #: options/options-layouts/settings-style.php:79
1838
+ #: options/options-layouts/settings-style.php:88
1839
+ #: options/options-layouts/settings-style.php:98
1840
+ #: options/options-layouts/settings-style.php:107
1841
+ #: options/options-layouts/settings-style.php:116
1842
+ #: options/options-layouts/settings-style.php:130
1843
+ msgid "Example: #00FF00"
1844
+ msgstr ""
1845
+
1846
+ #: options/options-layouts/settings-style.php:21
1847
+ msgid "Comment Background Color"
1848
+ msgstr ""
1849
+
1850
+ #: options/options-layouts/settings-style.php:30
1851
+ msgid "Reply Background Color"
1852
+ msgstr ""
1853
+
1854
+ #: options/options-layouts/settings-style.php:39
1855
+ msgid "Comment Text Color"
1856
+ msgstr ""
1857
+
1858
+ #: options/options-layouts/settings-style.php:48
1859
+ msgid "Button Color"
1860
+ msgstr ""
1861
+
1862
+ #: options/options-layouts/settings-style.php:53
1863
+ msgid "Share Buttons"
1864
+ msgstr ""
1865
+
1866
+ #: options/options-layouts/settings-style.php:54
1867
+ #: options/options-layouts/settings-style.php:57
1868
+ #: options/options-layouts/settings-style.php:60
1869
+ msgid "Text Color"
1870
+ msgstr ""
1871
+
1872
+ #: options/options-layouts/settings-style.php:55
1873
+ #: options/options-layouts/settings-style.php:58
1874
+ #: options/options-layouts/settings-style.php:61
1875
+ msgid "Border Color"
1876
+ msgstr ""
1877
+
1878
+ #: options/options-layouts/settings-style.php:56
1879
+ msgid "Vote Buttons"
1880
+ msgstr ""
1881
+
1882
+ #: options/options-layouts/settings-style.php:59
1883
+ msgid "Action Buttons"
1884
+ msgstr ""
1885
+
1886
+ #: options/options-layouts/settings-style.php:66
1887
+ msgid "Comment form fields border color"
1888
+ msgstr ""
1889
+
1890
+ #: options/options-layouts/settings-style.php:75
1891
+ msgid "New loaded comments' background color"
1892
+ msgstr ""
1893
+
1894
+ #: options/options-layouts/settings-style.php:84
1895
+ msgid "Primary Color"
1896
+ msgstr ""
1897
+
1898
+ #: options/options-layouts/settings-style.php:94
1899
+ msgid "Rating Stars Hover Color"
1900
+ msgstr ""
1901
+
1902
+ #: options/options-layouts/settings-style.php:103
1903
+ msgid "Rating Stars Inactiv Color"
1904
+ msgstr ""
1905
+
1906
+ #: options/options-layouts/settings-style.php:112
1907
+ msgid "Rating Stars Activ Color"
1908
+ msgstr ""
1909
+
1910
+ #: options/options-layouts/settings-style.php:127
1911
+ msgid "label color"
1912
+ msgstr ""
1913
+
1914
+ #: options/options-layouts/settings-style.php:138
1915
+ msgid "Disable font awesome css loading"
1916
+ msgstr ""
1917
+
1918
+ #: options/options-layouts/settings-style.php:146
1919
+ msgid "Custom CSS Code"
1920
+ msgstr ""
1921
+
1922
+ #: options/options-layouts/settings-subscription.php:7
1923
+ msgid "Email Subscription Settings"
1924
+ msgstr ""
1925
+
1926
+ #: options/options-layouts/settings-subscription.php:11
1927
+ msgid "Disable subscription confirmation for registered users"
1928
+ msgstr ""
1929
+
1930
+ #: options/options-layouts/settings-subscription.php:15
1931
+ msgid "Disable subscription confirmation for guests"
1932
+ msgstr ""
1933
+
1934
+ #: options/options-layouts/settings-subscription.php:19
1935
+ msgid "Show subscription types in dropdown"
1936
+ msgstr ""
1937
+
1938
+ #: options/options-layouts/settings-subscription.php:23
1939
+ msgid "Both"
1940
+ msgstr ""
1941
+
1942
+ #: options/options-layouts/settings-subscription.php:25
1943
+ msgid "Both post and all comments subscription"
1944
+ msgstr ""
1945
+
1946
+ #: options/options-layouts/settings-subscription.php:29
1947
+ msgid "Post subscription"
1948
+ msgstr ""
1949
+
1950
+ #: options/options-layouts/settings-subscription.php:33
1951
+ msgid "All comments subscription"
1952
+ msgstr ""
1953
+
1954
+ #: options/options-layouts/settings-subscription.php:40
1955
+ msgid "Show \"Notify of new replies to this comment\""
1956
+ msgstr ""
1957
+
1958
+ #: options/options-layouts/settings-subscription.php:42
1959
+ msgid ""
1960
+ "wpDiscuz is the only comment plugin which allows you to subscribe to certain "
1961
+ "comment replies. This option is located above [Post Comment] button in "
1962
+ "comment form. You can disable this subscription way by unchecking this "
1963
+ "option."
1964
+ msgstr ""
1965
+
1966
+ #: options/options-layouts/settings-subscription.php:49
1967
+ msgid "\"Notify of new replies to this comment\" checked by default"
1968
+ msgstr ""
1969
+
1970
+ #: options/options-layouts/settings-subscription.php:56
1971
+ msgid "Use Postmatic for subscriptions and commenting by email"
1972
+ msgstr ""
1973
+
1974
+ #: options/options-layouts/settings-subscription.php:57
1975
+ msgid ""
1976
+ "Postmatic allows your users subscribe to comments. Instead of just being "
1977
+ "notified, they add a reply right from their inbox."
1978
+ msgstr ""
1979
+
1980
+ #: options/phrases-layouts/phrases-comment.php:7
1981
+ msgid "Comment Template Phrases"
1982
+ msgstr ""
1983
+
1984
+ #: options/phrases-layouts/phrases-comment.php:158
1985
+ msgid "Save edited comment button text"
1986
+ msgstr ""
1987
+
1988
+ #: options/phrases-layouts/phrases-comment.php:168
1989
+ msgid "Cancel comment editing button text"
1990
+ msgstr ""
1991
+
1992
+ #: options/phrases-layouts/phrases-comment.php:178
1993
+ msgid "Comment read more link text"
1994
+ msgstr ""
1995
+
1996
+ #: options/phrases-layouts/phrases-comment.php:188
1997
+ msgid "Anonymous commenter name"
1998
+ msgstr ""
1999
+
2000
+ #: options/phrases-layouts/phrases-datetime.php:7
2001
+ msgid "Date/Time Phrases"
2002
+ msgstr ""
2003
+
2004
+ #: options/phrases-layouts/phrases-datetime.php:12
2005
+ msgid "Year"
2006
+ msgstr ""
2007
+
2008
+ #: options/phrases-layouts/phrases-datetime.php:22
2009
+ msgid "Years (Plural Form)"
2010
+ msgstr ""
2011
+
2012
+ #: options/phrases-layouts/phrases-datetime.php:26
2013
+ msgid "Years"
2014
+ msgstr ""
2015
+
2016
+ #: options/phrases-layouts/phrases-datetime.php:32
2017
+ msgid "Month"
2018
+ msgstr ""
2019
+
2020
+ #: options/phrases-layouts/phrases-datetime.php:42
2021
+ msgid "Months (Plural Form)"
2022
+ msgstr ""
2023
+
2024
+ #: options/phrases-layouts/phrases-datetime.php:52
2025
+ msgid "Day"
2026
+ msgstr ""
2027
+
2028
+ #: options/phrases-layouts/phrases-datetime.php:62
2029
+ msgid "Days (Plural Form)"
2030
+ msgstr ""
2031
+
2032
+ #: options/phrases-layouts/phrases-datetime.php:82
2033
+ msgid "Hours (Plural Form)"
2034
+ msgstr ""
2035
+
2036
+ #: options/phrases-layouts/phrases-datetime.php:102
2037
+ msgid "Minutes (Plural Form)"
2038
+ msgstr ""
2039
+
2040
+ #: options/phrases-layouts/phrases-datetime.php:112
2041
+ msgid "Second"
2042
+ msgstr ""
2043
+
2044
+ #: options/phrases-layouts/phrases-datetime.php:122
2045
+ msgid "Seconds (Plural Form)"
2046
+ msgstr ""
2047
+
2048
+ #: options/phrases-layouts/phrases-datetime.php:132
2049
+ msgid "Commented \"right now\" text"
2050
+ msgstr ""
2051
+
2052
+ #: options/phrases-layouts/phrases-datetime.php:142
2053
+ msgid "Ago text"
2054
+ msgstr ""
2055
+
2056
+ #: options/phrases-layouts/phrases-datetime.php:152
2057
+ msgid "\"Today\" text"
2058
+ msgstr ""
2059
+
2060
+ #: options/phrases-layouts/phrases-email.php:7
2061
+ msgid "Email Template Phrases"
2062
+ msgstr ""
2063
+
2064
+ #: options/phrases-layouts/phrases-email.php:12
2065
+ msgid "Email Subject"
2066
+ msgstr ""
2067
+
2068
+ #: options/phrases-layouts/phrases-email.php:22
2069
+ msgid "Email Message"
2070
+ msgstr ""
2071
+
2072
+ #: options/phrases-layouts/phrases-email.php:32
2073
+ msgid "New Reply Subject"
2074
+ msgstr ""
2075
+
2076
+ #: options/phrases-layouts/phrases-email.php:42
2077
+ msgid "New Reply Message"
2078
+ msgstr ""
2079
+
2080
+ #: options/phrases-layouts/phrases-email.php:62
2081
+ #: options/phrases-layouts/phrases-email.php:66
2082
+ msgid "Ignore Subscription"
2083
+ msgstr ""
2084
+
2085
+ #: options/phrases-layouts/phrases-email.php:92
2086
+ msgid "Subscribe Confirmation Email Subject"
2087
+ msgstr ""
2088
+
2089
+ #: options/phrases-layouts/phrases-email.php:102
2090
+ msgid "Subscribe Confirmation Email Content"
2091
+ msgstr ""
2092
+
2093
+ #: options/phrases-layouts/phrases-form.php:7
2094
+ msgid "Form Template Phrases"
2095
+ msgstr ""
2096
+
2097
+ #: options/phrases-layouts/phrases-form.php:12
2098
+ msgid "Comment Field Start"
2099
+ msgstr ""
2100
+
2101
+ #: options/phrases-layouts/phrases-form.php:22
2102
+ msgid "Comment Field Join"
2103
+ msgstr ""
2104
+
2105
+ #: options/phrases-layouts/phrases-form.php:32
2106
+ msgid "Email Field"
2107
+ msgstr ""
2108
+
2109
+ #: options/phrases-layouts/phrases-form.php:52
2110
+ msgid "Notify on new comments"
2111
+ msgstr ""
2112
+
2113
+ #: options/phrases-layouts/phrases-form.php:62
2114
+ msgid "Notify on all new replies"
2115
+ msgstr ""
2116
+
2117
+ #: options/phrases-layouts/phrases-form.php:66
2118
+ msgid "new replies to all my comments"
2119
+ msgstr ""
2120
+
2121
+ #: options/phrases-layouts/phrases-form.php:72
2122
+ msgid "Notify on new replies (checkbox)"
2123
+ msgstr ""
2124
+
2125
+ #: options/phrases-layouts/phrases-form.php:122
2126
+ msgid "Subscribed on this comment replies"
2127
+ msgstr ""
2128
+
2129
+ #: options/phrases-layouts/phrases-form.php:132
2130
+ msgid "Subscribed on all your comments replies"
2131
+ msgstr ""
2132
+
2133
+ #: options/phrases-layouts/phrases-form.php:142
2134
+ msgid "Subscribed on this post"
2135
+ msgstr ""
2136
+
2137
+ #: options/phrases-layouts/phrases-general.php:7
2138
+ msgid "General Phrases"
2139
+ msgstr ""
2140
+
2141
+ #: options/phrases-layouts/phrases-general.php:12
2142
+ msgid "Be the first to comment"
2143
+ msgstr ""
2144
+
2145
+ #: options/phrases-layouts/phrases-general.php:32
2146
+ msgid "Comment (Plural Form)"
2147
+ msgstr ""
2148
+
2149
+ #: options/phrases-layouts/phrases-general.php:42
2150
+ msgid "On"
2151
+ msgstr ""
2152
+
2153
+ #: options/phrases-layouts/phrases-general.php:52
2154
+ msgid "Load More Button"
2155
+ msgstr ""
2156
+
2157
+ #: options/phrases-layouts/phrases-general.php:72
2158
+ msgid "Button text if has new comment"
2159
+ msgstr ""
2160
+
2161
+ #: options/phrases-layouts/phrases-general.php:82
2162
+ msgid "Button text if has new comments (Plural Form)"
2163
+ msgstr ""
2164
+
2165
+ #: options/phrases-layouts/phrases-general.php:86
2166
+ msgid "New Comments"
2167
+ msgstr ""
2168
+
2169
+ #: options/phrases-layouts/phrases-general.php:92
2170
+ msgid "Button text if has new reply"
2171
+ msgstr ""
2172
+
2173
+ #: options/phrases-layouts/phrases-general.php:102
2174
+ msgid "Button text if has new replies (Plural Form)"
2175
+ msgstr ""
2176
+
2177
+ #: options/phrases-layouts/phrases-general.php:106
2178
+ msgid "New Replies"
2179
+ msgstr ""
2180
+
2181
+ #: options/phrases-layouts/phrases-general.php:112
2182
+ msgid "Text on load more button if has new comment(s)"
2183
+ msgstr ""
2184
+
2185
+ #: options/phrases-layouts/phrases-notification.php:7
2186
+ msgid "Notification Phrases"
2187
+ msgstr ""
2188
+
2189
+ #: options/phrases-layouts/phrases-notification.php:12
2190
+ msgid "You\\'re subscribed to"
2191
+ msgstr ""
2192
+
2193
+ #: options/phrases-layouts/phrases-notification.php:43
2194
+ msgid "Postmatic subscription label"
2195
+ msgstr ""
2196
+
2197
+ #: options/phrases-layouts/phrases-notification.php:54
2198
+ msgid "Error message for empty field"
2199
+ msgstr ""
2200
+
2201
+ #: options/phrases-layouts/phrases-notification.php:64
2202
+ msgid "Error message for invalid email field"
2203
+ msgstr ""
2204
+
2205
+ #: options/phrases-layouts/phrases-notification.php:74
2206
+ msgid "Error message for invalid website url field"
2207
+ msgstr ""
2208
+
2209
+ #: options/phrases-layouts/phrases-notification.php:94
2210
+ msgid "Logged in as"
2211
+ msgstr ""
2212
+
2213
+ #: options/phrases-layouts/phrases-notification.php:114
2214
+ msgid "Logged In"
2215
+ msgstr ""
2216
+
2217
+ #: options/phrases-layouts/phrases-notification.php:124
2218
+ msgid "To post a comment"
2219
+ msgstr ""
2220
+
2221
+ #: options/phrases-layouts/phrases-notification.php:144
2222
+ msgid "You can vote only 1 time"
2223
+ msgstr ""
2224
+
2225
+ #: options/phrases-layouts/phrases-notification.php:164
2226
+ msgid "Login To Vote"
2227
+ msgstr ""
2228
+
2229
+ #: options/phrases-layouts/phrases-notification.php:174
2230
+ msgid "You Cannot Vote On Your Comment"
2231
+ msgstr ""
2232
+
2233
+ #: options/phrases-layouts/phrases-notification.php:184
2234
+ msgid "You are not allowed to vote for this comment (Voting from same IP)"
2235
+ msgstr ""
2236
+
2237
+ #: options/phrases-layouts/phrases-notification.php:214
2238
+ msgid "Comment waiting moderation"
2239
+ msgstr ""
2240
+
2241
+ #: options/phrases-layouts/phrases-notification.php:224
2242
+ msgid "Message if input text length is too short"
2243
+ msgstr ""
2244
+
2245
+ #: options/phrases-layouts/phrases-notification.php:234
2246
+ msgid "Message if input text length is too long"
2247
+ msgstr ""
2248
+
2249
+ #: options/phrases-layouts/phrases-notification.php:245
2250
+ msgid "Message if comment was not updated"
2251
+ msgstr ""
2252
+
2253
+ #: options/phrases-layouts/phrases-notification.php:255
2254
+ msgid "Message if comment no longer possible to edit"
2255
+ msgstr ""
2256
+
2257
+ #: options/phrases-layouts/phrases-notification.php:265
2258
+ msgid "Message if comment text not changed"
2259
+ msgstr ""
2260
+
2261
+ #: options/phrases-layouts/phrases-notification.php:269
2262
+ msgid "TYou've not made any changes"
2263
+ msgstr ""
2264
+
2265
+ #: options/tools-layouts/options-export.php:10
2266
+ msgid ""
2267
+ "You can transfer the saved options data between different installs by "
2268
+ "copying the text inside this textarea. To import data from another install, "
2269
+ "navigate to \"Import Options\" Tab and put the data in textarea with the one "
2270
+ "from another install and click \"Save Changes\". Make sure you use the same "
2271
+ "wpDiscuz versions."
2272
+ msgstr ""
2273
+
2274
+ #: options/tools-layouts/options-import.php:9
2275
+ msgid ""
2276
+ "You can transfer the saved options data between different installs by "
2277
+ "copying the text inside this textarea in \"Export Options\" Tab. To import "
2278
+ "data from another install, just put the data in textarea with the one from "
2279
+ "another install and click \"Save Changes\". Make sure you use the same "
2280
+ "wpDiscuz versions."
2281
+ msgstr ""
2282
+
2283
+ #: templates/comment/comment-form.php:73
2284
+ msgid "Unable to send an email"
2285
+ msgstr ""
2286
+
2287
+ #: templates/comment/comment-form.php:75
2288
+ msgid "Subscription not successed"
2289
+ msgstr ""
2290
+
2291
+ #: templates/comment/comment-form.php:296
2292
+ msgid "wpDiscuz"
2293
+ msgstr ""
2294
+
2295
+ #: utils/class.WpdiscuzHelper.php:356 utils/class.WpdiscuzHelper.php:359
2296
+ msgid "Spoiler"
2297
+ msgstr ""
2298
+
2299
+ #. Plugin Name of the plugin/theme
2300
+ msgid "Comments - wpDiscuz"
2301
+ msgstr ""
2302
+
2303
+ #. Plugin URI of the plugin/theme
2304
+ msgid "http://wpdiscuz.com/"
2305
+ msgstr ""
2306
+
2307
+ #. Description of the plugin/theme
2308
+ msgid ""
2309
+ "Better comment system. Wordpress post comments and discussion plugin. Allows "
2310
+ "your visitors discuss, vote for comments and share."
2311
+ msgstr ""
2312
+
2313
+ #. Author of the plugin/theme
2314
+ msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
2315
+ msgstr ""
2316
+
2317
+ #. Author URI of the plugin/theme
2318
+ msgid "http://gvectors.com/"
2319
+ msgstr ""
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.12
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -140,11 +140,9 @@ Support Forum: https://gvectors.com/forum/
140
 
141
  == Changelog ==
142
 
143
- = 4.0.12 =
144
 
145
- * Fixed Bug: Facebook share button conflict with Social Login buttons
146
- * Fixed Bug: Problem with Twitter share button
147
- * Fixed Bug: Unable to change some options in custom fields (phone number, etc...)
148
 
149
  IMPORTANT:
150
 
@@ -153,6 +151,12 @@ IMPORTANT:
153
  - If you use CDN and found some issue please purge it.
154
  - 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/)
155
 
 
 
 
 
 
 
156
  = 4.0.11 =
157
 
158
  * Fixed Bug: Parse error: syntax error on some servers
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.13
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.13 =
144
 
145
+ Fixed Bug: CSS changes and Style issues
 
 
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
+ = 4.0.12 =
155
+
156
+ * Fixed Bug: Facebook share button conflict with Social Login buttons
157
+ * Fixed Bug: Problem with Twitter share button
158
+ * Fixed Bug: Unable to change some options in custom fields (phone number, etc...)
159
+
160
  = 4.0.11 =
161
 
162
  * Fixed Bug: Parse error: syntax error on some servers