Version Description
= v180225 = Fix Information that was not been validated on the backened.
= v180212 = Security Patch This version add a patch for some security issues. Fix Critical Bug This version fix a critical bug causing issues with wrong database collations.
= v170607 = Fix Critical Bug This version fix a critical bug on fresh installation regarding a database table creation.
= v170428 = Fix issues This version fix a few bug reported on GitHub and also includes an improvement on the management page. See the change log for more details.
= v160915 = Fix issues This version fix the StCR position in the comment form. Small improvement in the Management Page.
= v160902 =
Fix release; PLEASE UPGRADE IMMEDIATELY This version fixes bugs regarding broken links and wrong management page assignments.
= v160831 =
Major Release On this version there have been a lot of patches and upgrades in the code, although there are many other issues to improve and fix this version will make your site and subscribers happy.
= v160115 =
Subscription broken Fix; PLEASE UPGRADE IMMEDIATELY. This fixes the broken links while trying to subscribe without commenting.
= v160106 =
This version is a mayor version change on StCR. It includes many changes and features like One Click Unsubscribe, A Rich editor for the notifications templates, Subscription Checkbox position, Huge code refactor just to mention a few.
= v150820 =
Security Fix; PLEASE UPGRADE IMMEDIATELY. v150820 fixes an XSS/CSRF vulnerability that was reported by a WordPress Plugin Repository moderator.
v150611 Fix the creation of the new table realated to the Google PII issue with AdWords, see v150422 Change log for details.
= v150611 =
v150611 Fix the creation of the new table realated to the Google PII issue with AdWords, see v150422 Change log for details.
= v150422 =
Security Fix; PLEASE UPGRADE IMMEDIATELY Google PII issue with AdWords. Protect user email Address and uses an encrypted key instead on URL. Several issues are fix, see the change log.
= v150207 =
Improvements on the links security. Now you get a Unique Key for your site. Check the Options Panel.
= v141103 =
Broken links and settings issue Please upgrade to fix the URL creation on the Request Management link and to save the settings values correctly.
= v141025 =
v1410124 Fixed several issues reported on the support forum like broken links, raw HTML on the messages, clean user interface with buttons not needed. See the change log for details.
= v140220 =
Security Fix; PLEASE UPGRADE IMMEDIATELY. v140219 fixes an XSS/CSRF vulnerability that was discovered by Tom Adams and reported by a WordPress Plugin Repository moderator.
Release Info
Developer | reedyseth |
Plugin | ![]() |
Version | 180225 |
Comparing to | |
See all releases |
Code changes from version 180212 to 180225
- includes/js/stcr-admin.js +0 -18
- includes/js/stcr-plugin.js +0 -86
- langs/subscribe-reloaded-be_BY.mo +0 -0
- langs/subscribe-reloaded-be_BY.po +323 -166
- langs/subscribe-reloaded-cs_CZ.mo +0 -0
- langs/subscribe-reloaded-cs_CZ.po +319 -163
- langs/subscribe-reloaded-da_DK.mo +0 -0
- langs/subscribe-reloaded-da_DK.po +321 -163
- langs/subscribe-reloaded-de_DE.mo +0 -0
- langs/subscribe-reloaded-de_DE.po +321 -160
- langs/subscribe-reloaded-es_ES.mo +0 -0
- langs/subscribe-reloaded-es_ES.po +320 -171
- langs/subscribe-reloaded-fa_IR.mo +0 -0
- langs/subscribe-reloaded-fa_IR.po +458 -286
- langs/subscribe-reloaded-fr_FR.mo +0 -0
- langs/subscribe-reloaded-fr_FR.po +317 -160
- langs/subscribe-reloaded-he_IL.mo +0 -0
- langs/subscribe-reloaded-he_IL.po +315 -159
- langs/subscribe-reloaded-hu_HU.mo +0 -0
- langs/subscribe-reloaded-hu_HU.po +323 -166
- langs/subscribe-reloaded-id_ID.mo +0 -0
- langs/subscribe-reloaded-id_ID.po +316 -159
- langs/subscribe-reloaded-it_IT.mo +0 -0
- langs/subscribe-reloaded-it_IT.po +321 -163
- langs/subscribe-reloaded-nb_NO.mo +0 -0
- langs/subscribe-reloaded-nb_NO.po +321 -163
- langs/subscribe-reloaded-nl_NL.mo +0 -0
- langs/subscribe-reloaded-nl_NL.po +321 -163
- langs/subscribe-reloaded-pl_PL.mo +0 -0
- langs/subscribe-reloaded-pl_PL.po +320 -162
- langs/subscribe-reloaded-pt_BR.mo +0 -0
- langs/subscribe-reloaded-pt_BR.po +321 -160
- langs/subscribe-reloaded-pt_PT.mo +0 -0
- langs/subscribe-reloaded-pt_PT.po +321 -160
- langs/subscribe-reloaded-ru_RU.mo +0 -0
- langs/subscribe-reloaded-ru_RU.po +323 -166
- langs/subscribe-reloaded-sr_RS.mo +0 -0
- langs/subscribe-reloaded-sr_RS.po +320 -162
- langs/subscribe-reloaded-sv_SE.mo +0 -0
- langs/subscribe-reloaded-sv_SE.po +321 -163
- langs/subscribe-reloaded-tr_TR.mo +0 -0
- langs/subscribe-reloaded-tr_TR.po +321 -163
- langs/subscribe-reloaded-zh_CN.mo +0 -0
- langs/subscribe-reloaded-zh_CN.po +316 -159
- options/index.php +1 -1
- options/panel1-business-logic.php +121 -84
- options/panel1.php +255 -14
- options/panel5.php +11 -0
- readme.txt +15 -2
- subscribe-to-comments-reloaded.php +3 -3
- templates/author.php +43 -2
- templates/request-management-link.php +121 -48
- templates/subscribe.php +155 -73
- templates/user.php +42 -1
- utils/stcr_manage.php +1 -1
- utils/stcr_upgrade.php +21 -0
- utils/stcr_utils.php +91 -23
- wp_subscribe_reloaded.php +19 -21
@@ -39,25 +39,7 @@
|
|
39 |
}
|
40 |
}); //close jQuery.ajax
|
41 |
});
|
42 |
-
// More info action
|
43 |
-
$('a.more-info').on("click", function( event ) {
|
44 |
-
event.preventDefault();
|
45 |
-
var info_panel = $( this ).data( "infopanel" );
|
46 |
-
info_panel = "." + info_panel;
|
47 |
|
48 |
-
$( ".postbox-mass").css("overflow","hidden");
|
49 |
-
|
50 |
-
if( $( info_panel ).hasClass( "hidden") )
|
51 |
-
{
|
52 |
-
$( info_panel ).slideDown( "fast" );
|
53 |
-
$( info_panel).removeClass( "hidden" );
|
54 |
-
}
|
55 |
-
else
|
56 |
-
{
|
57 |
-
$( info_panel ).slideUp( "fast" );
|
58 |
-
$( info_panel).addClass( "hidden" );
|
59 |
-
}
|
60 |
-
});
|
61 |
/**
|
62 |
* Control the execution of the options restore process.
|
63 |
* @author reedyseth
|
39 |
}
|
40 |
}); //close jQuery.ajax
|
41 |
});
|
|
|
|
|
|
|
|
|
|
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
/**
|
44 |
* Control the execution of the options restore process.
|
45 |
* @author reedyseth
|
@@ -28,93 +28,7 @@ jQuery(document).ready(function($){
|
|
28 |
}
|
29 |
});
|
30 |
}
|
31 |
-
/**
|
32 |
-
* Validate the email address.
|
33 |
-
* @since 09-Sep-2016
|
34 |
-
* @author reedyseth
|
35 |
-
*/
|
36 |
-
jQuery('form[name="sub-form"]').on('submit',function (event) {
|
37 |
-
var emailRegex = /^[A-Z0-9._%+-]+@(?:[A-Z0-9-]+\.)+[A-Z]{2,}#x2F;i;
|
38 |
-
var email = jQuery('input[name="sre"]');
|
39 |
-
|
40 |
-
if( email.val() !== "email" && email.val() === "" )
|
41 |
-
{
|
42 |
-
event.preventDefault();
|
43 |
-
alert("Please enter your email.!!");
|
44 |
-
}
|
45 |
-
else if( email.val().match( emailRegex ) === null )
|
46 |
-
{
|
47 |
-
event.preventDefault();
|
48 |
-
alert("Your email address is not valid.!!");
|
49 |
-
}
|
50 |
-
});
|
51 |
-
/**
|
52 |
-
* Select all subscriptions
|
53 |
-
*
|
54 |
-
* @since 18-Apr-2017
|
55 |
-
* @author reedyseth
|
56 |
-
*/
|
57 |
-
jQuery('form[name="post_list_form"]').on('click','.stcr-subs-select-all', function(event) {
|
58 |
-
var checkbox = jQuery('form[name="post_list_form"] table input[type="checkbox"] ');
|
59 |
-
|
60 |
-
checkbox.each(function(index, element){
|
61 |
-
$(this).attr('checked','checked');
|
62 |
-
});
|
63 |
-
|
64 |
-
event.preventDefault();
|
65 |
-
|
66 |
-
return false;
|
67 |
-
});
|
68 |
-
/**
|
69 |
-
* Deselect all subscriptions
|
70 |
-
*
|
71 |
-
* @since 18-Apr-2017
|
72 |
-
* @author reedyseth
|
73 |
-
*/
|
74 |
-
jQuery('form[name="post_list_form"]').on('click','.stcr-subs-select-none', function(event) {
|
75 |
-
var checkbox = jQuery('form[name="post_list_form"] table input[type="checkbox"] ');
|
76 |
-
|
77 |
-
checkbox.each(function(index, element){
|
78 |
-
$(this).removeAttr('checked');
|
79 |
-
});
|
80 |
-
|
81 |
-
event.preventDefault();
|
82 |
-
|
83 |
-
return false;
|
84 |
-
});
|
85 |
-
/**
|
86 |
-
* Select all subscribers
|
87 |
-
*
|
88 |
-
* @since 18-Apr-2017
|
89 |
-
* @author reedyseth
|
90 |
-
*/
|
91 |
-
jQuery('form[name="email_list_form"]').on('click','.stcr-subs-select-all', function(event) {
|
92 |
-
var checkbox = jQuery('form[name="email_list_form"] table input[type="checkbox"] ');
|
93 |
-
|
94 |
-
checkbox.each(function(index, element){
|
95 |
-
$(this).attr('checked','checked');
|
96 |
-
});
|
97 |
-
|
98 |
-
event.preventDefault();
|
99 |
-
|
100 |
-
return false;
|
101 |
-
});
|
102 |
-
/**
|
103 |
-
* Deselect all subscribers
|
104 |
-
*
|
105 |
-
* @since 18-Apr-2017
|
106 |
-
* @author reedyseth
|
107 |
-
*/
|
108 |
-
jQuery('form[name="email_list_form"]').on('click','.stcr-subs-select-none', function(event) {
|
109 |
-
var checkbox = jQuery('form[name="email_list_form"] table input[type="checkbox"] ');
|
110 |
-
|
111 |
-
checkbox.each(function(index, element){
|
112 |
-
$(this).removeAttr('checked');
|
113 |
-
});
|
114 |
|
115 |
-
event.preventDefault();
|
116 |
|
117 |
-
return false;
|
118 |
-
});
|
119 |
});
|
120 |
|
28 |
}
|
29 |
});
|
30 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
|
|
32 |
|
|
|
|
|
33 |
});
|
34 |
|
Binary file
|
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Subscribe to Comments Reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2018-02-
|
6 |
-
"PO-Revision-Date: 2018-02-
|
7 |
"Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
|
8 |
"Language-Team: Web Geeks\n"
|
9 |
"Language: be_BY\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
|
20 |
-
#: utils/stcr_utils.php:
|
21 |
msgid "Manage subscriptions"
|
22 |
msgstr "Рэдагаваць падпіскі"
|
23 |
|
@@ -46,7 +46,7 @@ msgstr "Падтрымка"
|
|
46 |
msgid "Donate"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: options/panel1-add-subscription.php:8 options/panel1.php:
|
50 |
msgid "Add New Subscription"
|
51 |
msgstr "Дадаць новую падпіску"
|
52 |
|
@@ -55,78 +55,80 @@ msgstr "Дадаць новую падпіску"
|
|
55 |
msgid "Post:"
|
56 |
msgstr "Запіс:"
|
57 |
|
58 |
-
#: options/panel1-add-subscription.php:16 options/panel1.php:
|
59 |
-
#: options/panel1.php:
|
60 |
-
#: templates/request-management-link.php:
|
|
|
|
|
61 |
msgid "Email"
|
62 |
msgstr "Эл. адрас"
|
63 |
|
64 |
#: options/panel1-add-subscription.php:20
|
65 |
-
#: options/panel1-edit-subscription.php:26 options/panel1.php:
|
66 |
-
#: options/panel1.php:
|
67 |
msgid "Status"
|
68 |
msgstr "Статут"
|
69 |
|
70 |
#: options/panel1-add-subscription.php:22
|
71 |
-
#: options/panel1-edit-subscription.php:29 options/panel1.php:
|
72 |
-
#: options/panel1.php:
|
73 |
#: templates/user.php:76
|
74 |
msgid "Active"
|
75 |
msgstr "Актыўна"
|
76 |
|
77 |
#: options/panel1-add-subscription.php:23
|
78 |
-
#: options/panel1-edit-subscription.php:30 options/panel1.php:
|
79 |
-
#: options/panel1.php:
|
80 |
msgid "Replies only"
|
81 |
msgstr "Толькі адказы"
|
82 |
|
83 |
-
#: options/panel1-add-subscription.php:24 options/panel1.php:
|
84 |
msgid "Ask user to confirm"
|
85 |
msgstr "Прасіць подтвреждение ад карыстача"
|
86 |
|
87 |
#: options/panel1-add-subscription.php:26
|
88 |
-
#: options/panel1-edit-subscription.php:33 options/panel1.php:
|
89 |
msgid "Update"
|
90 |
msgstr "Абнавіць"
|
91 |
|
92 |
-
#: options/panel1-business-logic.php:
|
93 |
msgid "Subscription added."
|
94 |
msgstr "Падпіска дададзена."
|
95 |
|
96 |
-
#: options/panel1-business-logic.php:
|
97 |
msgid "Subscriptions updated."
|
98 |
msgstr "Падпіскі абноўлены."
|
99 |
|
100 |
-
#: options/panel1-business-logic.php:
|
101 |
msgid "Subscription deleted."
|
102 |
msgstr "Падпіска выдалена."
|
103 |
|
104 |
-
#: options/panel1-business-logic.php:
|
105 |
#: templates/user.php:33
|
106 |
msgid "Subscriptions deleted:"
|
107 |
msgstr "Падпіскі выдалены:"
|
108 |
|
109 |
-
#: options/panel1-business-logic.php:
|
110 |
#: templates/user.php:37
|
111 |
msgid "Subscriptions suspended:"
|
112 |
msgstr "Падпіскі прыпынены:"
|
113 |
|
114 |
-
#: options/panel1-business-logic.php:
|
115 |
#: templates/user.php:41
|
116 |
msgid "Subscriptions activated:"
|
117 |
msgstr "Падпіскі актываваны:"
|
118 |
|
119 |
-
#: options/panel1-business-logic.php:
|
120 |
#: templates/author.php:36 templates/author.php:40 templates/user.php:45
|
121 |
#: templates/user.php:49
|
122 |
msgid "Subscriptions updated:"
|
123 |
msgstr "Падпіскі абноўлены:"
|
124 |
|
125 |
-
#: options/panel1-business-logic.php:
|
126 |
msgid "« Previous"
|
127 |
msgstr "« Зваротна"
|
128 |
|
129 |
-
#: options/panel1-business-logic.php:
|
130 |
msgid "Next »"
|
131 |
msgstr "Наперад »"
|
132 |
|
@@ -141,8 +143,8 @@ msgstr "Абнавіць падпіску"
|
|
141 |
msgid "optional"
|
142 |
msgstr "па выбары"
|
143 |
|
144 |
-
#: options/panel1-edit-subscription.php:11 options/panel1.php:
|
145 |
-
#: options/panel1.php:
|
146 |
#: templates/author.php:53 templates/user.php:65
|
147 |
msgid ""
|
148 |
"Please remember: this operation cannot be undone. Are you sure you want to "
|
@@ -150,57 +152,66 @@ msgid ""
|
|
150 |
msgstr ""
|
151 |
"Увага: гэту аперацыю нельга адмяніць. Вы ўпэўнены, што жадаеце працягнуць?"
|
152 |
|
153 |
-
#: options/panel1-edit-subscription.php:16 options/panel1.php:
|
154 |
msgid "From"
|
155 |
msgstr "З"
|
156 |
|
157 |
-
#: options/panel1-edit-subscription.php:20 options/panel1.php:
|
158 |
msgid "To"
|
159 |
msgstr "на"
|
160 |
|
161 |
-
#: options/panel1-edit-subscription.php:28 options/panel1.php:
|
162 |
msgid "Keep unchanged"
|
163 |
msgstr "Пакінуць без змен"
|
164 |
|
165 |
-
#: options/panel1-edit-subscription.php:31 options/panel1.php:
|
166 |
msgid "Suspended"
|
167 |
msgstr "Прыпынена"
|
168 |
|
169 |
-
#: options/panel1.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
msgid "Mass Update Subscriptions"
|
171 |
msgstr "Масава абнавіць падпіскі"
|
172 |
|
173 |
-
#: options/panel1.php:
|
|
|
174 |
msgid "email address"
|
175 |
msgstr "Эл. адрас адпраўніка"
|
176 |
|
177 |
-
#: options/panel1.php:
|
178 |
msgid "optional - new email address"
|
179 |
msgstr "Абнавіць электронны адрас"
|
180 |
|
181 |
-
#: options/panel1.php:
|
182 |
msgid "More info"
|
183 |
msgstr "Dettagli"
|
184 |
|
185 |
-
#: options/panel1.php:
|
186 |
msgid ""
|
187 |
"This option will allow you to change an email address for another one or to "
|
188 |
"update the same status for all the subscription on a specific email address."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: options/panel1.php:
|
192 |
msgid "Post ID"
|
193 |
msgstr "ID-нумар запісу"
|
194 |
|
195 |
-
#: options/panel1.php:
|
196 |
msgid "Add"
|
197 |
msgstr "Дадаць"
|
198 |
|
199 |
-
#: options/panel1.php:
|
200 |
msgid "Search subscriptions"
|
201 |
msgstr "Шукаць у падпісках"
|
202 |
|
203 |
-
#: options/panel1.php:
|
204 |
#, php-format
|
205 |
msgid ""
|
206 |
"You can either <a href=\"%s\">view all the subscriptions</a> or find those "
|
@@ -208,139 +219,165 @@ msgid ""
|
|
208 |
msgstr ""
|
209 |
"Вы можаце <a href=\"%s\">прагледзець усе падпіскі</a> ці знайсці тыя, дзе"
|
210 |
|
211 |
-
#: options/panel1.php:
|
212 |
msgid "email"
|
213 |
msgstr "эл. адрас"
|
214 |
|
215 |
-
#: options/panel1.php:
|
216 |
msgid "post ID"
|
217 |
msgstr "ID-нумар запісу"
|
218 |
|
219 |
-
#: options/panel1.php:
|
220 |
msgid "status"
|
221 |
msgstr "статут"
|
222 |
|
223 |
-
#: options/panel1.php:
|
224 |
msgid "equals"
|
225 |
msgstr "раўназначна"
|
226 |
|
227 |
-
#: options/panel1.php:
|
228 |
msgid "contains"
|
229 |
msgstr "утрымоўвае"
|
230 |
|
231 |
-
#: options/panel1.php:
|
232 |
msgid "does not contain"
|
233 |
msgstr "не ўтрымоўвае"
|
234 |
|
235 |
-
#: options/panel1.php:
|
236 |
msgid "starts with"
|
237 |
msgstr "пачынаецца з"
|
238 |
|
239 |
-
#: options/panel1.php:
|
240 |
msgid "ends with"
|
241 |
msgstr "сканчаецца на"
|
242 |
|
243 |
-
#: options/panel1.php:
|
244 |
msgid "results per page:"
|
245 |
msgstr "вынікі пастаронкава:"
|
246 |
|
247 |
-
#: options/panel1.php:
|
248 |
msgid "Search"
|
249 |
msgstr "Шукаць"
|
250 |
|
251 |
-
#: options/panel1.php:
|
252 |
msgid "Reverse the order by Post ID"
|
253 |
msgstr "Змяніць парадак па ID запісы"
|
254 |
|
255 |
-
#: options/panel1.php:
|
256 |
msgid "Reverse the order by Date/Time"
|
257 |
msgstr "Змяніць парадак па даце/чакай"
|
258 |
|
259 |
-
#: options/panel1.php:
|
260 |
msgid "Post (ID)"
|
261 |
msgstr "Запіс (ID)"
|
262 |
|
263 |
-
#: options/panel1.php:
|
264 |
msgid "Search query:"
|
265 |
msgstr "Пошукавы запыт:"
|
266 |
|
267 |
-
#: options/panel1.php:
|
268 |
msgid "Rows:"
|
269 |
msgstr "Шэрагі:"
|
270 |
|
271 |
-
#: options/panel1.php:
|
272 |
msgid "of"
|
273 |
msgstr " "
|
274 |
|
275 |
-
#: options/panel1.php:
|
276 |
msgid "Date and Time"
|
277 |
msgstr "Дата і час"
|
278 |
|
279 |
-
#: options/panel1.php:
|
280 |
msgid "Replies"
|
281 |
msgstr "Адказы"
|
282 |
|
283 |
-
#: options/panel1.php:
|
284 |
msgid "Replies Unconfirmed"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: options/panel1.php:
|
288 |
msgid "All Comments"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: options/panel1.php:
|
292 |
msgid "Unconfirmed"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: options/panel1.php:
|
296 |
msgid "Inactive"
|
297 |
msgstr "Актыўна"
|
298 |
|
299 |
-
#: options/panel1.php:
|
300 |
-
#: templates/user.php:
|
301 |
msgid "Delete"
|
302 |
msgstr "Выдаліць"
|
303 |
|
304 |
-
#: options/panel1.php:
|
305 |
msgid "Edit"
|
306 |
msgstr "Рэдагаваць"
|
307 |
|
308 |
-
#: options/panel1.php:
|
309 |
msgid "Subscription"
|
310 |
msgstr "Падпіскі"
|
311 |
|
312 |
-
#: options/panel1.php:
|
313 |
msgid "Action:"
|
314 |
msgstr "Дзеянне:"
|
315 |
|
316 |
-
#: options/panel1.php:
|
317 |
msgid "Delete forever"
|
318 |
msgstr "Выдаліць назаўжды"
|
319 |
|
320 |
-
#: options/panel1.php:
|
321 |
msgid "Suspend"
|
322 |
msgstr "Прыпыніць"
|
323 |
|
324 |
-
#: options/panel1.php:
|
325 |
msgid "Activate and set to Y"
|
326 |
msgstr "Уключыць і ўсталяваць на Y"
|
327 |
|
328 |
-
#: options/panel1.php:
|
329 |
msgid "Activate and set to R"
|
330 |
msgstr "Уключыць і ўсталяваць на R"
|
331 |
|
332 |
-
#: options/panel1.php:
|
333 |
msgid "Activate"
|
334 |
msgstr "Уключыць"
|
335 |
|
336 |
-
#: options/panel1.php:
|
337 |
msgid "Update subscriptions"
|
338 |
msgstr "Абнавіць падпіскі"
|
339 |
|
340 |
-
#: options/panel1.php:
|
341 |
msgid "Sorry, no subscriptions match your search criteria."
|
342 |
msgstr "Выбачыце, ніводная падпіска не адпавядае вашаму пошукаваму запыту."
|
343 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
344 |
#: options/panel10.php:41
|
345 |
msgid "The log file has been successfully deleted."
|
346 |
msgstr ""
|
@@ -362,30 +399,30 @@ msgid "Enable Auto clean log data"
|
|
362 |
msgstr ""
|
363 |
|
364 |
#: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
|
365 |
-
#: options/panel4.php:78 options/panel5.php:18 options/panel5.php:
|
366 |
msgid "Your settings have been successfully updated."
|
367 |
msgstr "Вашы налады паспяхова абноўлены."
|
368 |
|
369 |
#: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
|
370 |
-
#: options/panel4.php:80 options/panel5.php:20 options/panel5.php:
|
371 |
msgid "There was an error updating the following fields:"
|
372 |
msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
|
373 |
|
374 |
#: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
|
375 |
-
#: options/panel2.php:76 options/panel2.php:105 options/panel5.php:
|
376 |
-
#: options/panel5.php:
|
377 |
-
#: options/panel5.php:
|
378 |
-
#: options/panel5.php:
|
379 |
-
#: options/panel5.php:
|
380 |
msgid "Yes"
|
381 |
msgstr "Так"
|
382 |
|
383 |
#: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
|
384 |
-
#: options/panel2.php:77 options/panel2.php:106 options/panel5.php:
|
385 |
-
#: options/panel5.php:
|
386 |
-
#: options/panel5.php:
|
387 |
-
#: options/panel5.php:
|
388 |
-
#: options/panel5.php:
|
389 |
msgid "No"
|
390 |
msgstr "Не"
|
391 |
|
@@ -429,7 +466,7 @@ msgid "System Information"
|
|
429 |
msgstr ""
|
430 |
|
431 |
#: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
|
432 |
-
#: options/panel4.php:283 options/panel5.php:
|
433 |
msgid "Save Changes"
|
434 |
msgstr "Захаваць змены"
|
435 |
|
@@ -843,7 +880,7 @@ msgstr "Вашы налады паспяхова абноўлены."
|
|
843 |
msgid "There was an error deleting the options:"
|
844 |
msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
|
845 |
|
846 |
-
#: options/panel5.php:48 options/panel5.php:
|
847 |
msgid "Show StCR checkbox / dropdown"
|
848 |
msgstr ""
|
849 |
|
@@ -851,23 +888,23 @@ msgstr ""
|
|
851 |
msgid "Safetly Uninstall"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: options/panel5.php:54 options/panel5.php:
|
855 |
msgid "Autopurge requests"
|
856 |
msgstr "Аўтаматычна выдаляць запыты"
|
857 |
|
858 |
-
#: options/panel5.php:57 options/panel5.php:
|
859 |
msgid "Enable double check"
|
860 |
msgstr "Уключыць падвойнае пацверджанне"
|
861 |
|
862 |
-
#: options/panel5.php:60 options/panel5.php:
|
863 |
msgid "StCR Position"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: options/panel5.php:63 options/panel5.php:
|
867 |
msgid "Subscribe authors"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: options/panel5.php:66 options/panel5.php:
|
871 |
msgid "Enable HTML emails"
|
872 |
msgstr "Выкарыстоўваць HTML лісты"
|
873 |
|
@@ -883,43 +920,44 @@ msgstr "Адпраўляць трэкбеки"
|
|
883 |
msgid "Notify admin"
|
884 |
msgstr "Апавясціць адміна"
|
885 |
|
886 |
-
#: options/panel5.php:78 options/panel5.php:
|
887 |
msgid "Let admin subscribe"
|
888 |
msgstr "Дазволіць адміну падпісвацца"
|
889 |
|
890 |
-
#: options/panel5.php:81 options/panel5.php:
|
891 |
msgid "BCC admin on Notifications"
|
892 |
msgstr "Апавяшчэнні"
|
893 |
|
894 |
-
#: options/panel5.php:84 options/panel5.php:
|
895 |
msgid "Enable Font Awesome"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: options/panel5.php:87 options/panel5.php:
|
|
|
899 |
msgid "Reset All Options"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: options/panel5.php:
|
903 |
msgid ""
|
904 |
"This option will disable the StCR checkbox or dropdown in you comment form. "
|
905 |
"You should leave it to Yes always. "
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: options/panel5.php:
|
909 |
msgid "Safely Uninstall"
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: options/panel5.php:
|
913 |
msgid ""
|
914 |
"This option will allow you to delete the plugin with WordPress without "
|
915 |
"loosing your subscribers. Any database table and plugin options are wipeout."
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: options/panel5.php:
|
919 |
msgid "days"
|
920 |
msgstr "дзён"
|
921 |
|
922 |
-
#: options/panel5.php:
|
923 |
msgid ""
|
924 |
"Delete pending subscriptions (not confirmed) after X days. Zero disables "
|
925 |
"this feature."
|
@@ -927,14 +965,25 @@ msgstr ""
|
|
927 |
"Выдаляць якія чакаюць пацверджанні (не пацверджаныя) падпіскі праз Х дзён. "
|
928 |
"Нуль адключае гэту функцыю."
|
929 |
|
930 |
-
#: options/panel5.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
931 |
msgid ""
|
932 |
"If this option is enable the subscription box will be above the submit "
|
933 |
"button in your comment form. Use this when your theme is outdated and using "
|
934 |
"the incorrect WordPress Hooks and the checkbox is not displayed."
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: options/panel5.php:
|
938 |
msgid ""
|
939 |
"Send a notification email to confirm the subscription (to avoid addresses "
|
940 |
"misuse)."
|
@@ -942,12 +991,12 @@ msgstr ""
|
|
942 |
"Адпраўляць ліст з просьбай пацвердзіць падпіску (каб пазбегнуць выкарыстанні "
|
943 |
"эл. адрасы без вядзёная ўладальніка)"
|
944 |
|
945 |
-
#: options/panel5.php:
|
946 |
msgid ""
|
947 |
"Automatically subscribe authors to their own articles (not retroactive)."
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: options/panel5.php:
|
951 |
msgid ""
|
952 |
"If enabled, will send email messages with content-type = text/html instead "
|
953 |
"of text/plain"
|
@@ -955,77 +1004,77 @@ msgstr ""
|
|
955 |
"Пры выбары гэтай функцыі паведамлення будуць адпраўляцца ў фармаце тэкст/"
|
956 |
"html замест звычайнага тэксту"
|
957 |
|
958 |
-
#: options/panel5.php:
|
959 |
msgid "HTMLify links in emails"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: options/panel5.php:
|
963 |
msgid ""
|
964 |
"If enabled, will wrap all links in messages with <code><a href=\"\">"
|
965 |
"</a></code> (only when HTML emails enabled)."
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: options/panel5.php:
|
969 |
msgid "Process trackbacks"
|
970 |
msgstr "Апрацоўваць трэкбеки"
|
971 |
|
972 |
-
#: options/panel5.php:
|
973 |
msgid ""
|
974 |
"Notify users when a new trackback or pingback is added to the discussion."
|
975 |
msgstr ""
|
976 |
"Апавяшчаць падпісантаў пра новыя трэкбеках ці пингбэках да абмеркавання"
|
977 |
|
978 |
-
#: options/panel5.php:
|
979 |
msgid "Track all subscriptions"
|
980 |
msgstr "Адсачыць усе падпіскі"
|
981 |
|
982 |
-
#: options/panel5.php:
|
983 |
msgid "Notify the administrator when users subscribe without commenting."
|
984 |
msgstr "Апавяшчаць адміністратара, калі карыстачы падпісваюцца без каментара."
|
985 |
|
986 |
-
#: options/panel5.php:
|
987 |
msgid "Let the administrator subscribe to comments when logged in."
|
988 |
msgstr "Дазволіць адміну падпісвацца, калі ён аўтарызаваны."
|
989 |
|
990 |
-
#: options/panel5.php:
|
991 |
msgid "Send a copy of all Notifications to the administrator."
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: options/panel5.php:
|
995 |
msgid ""
|
996 |
"Let you control the inclusion of the Font Awesome into your site. Disable if "
|
997 |
"you theme already add this into your site."
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: options/panel5.php:
|
1001 |
msgid "StCR Unique Key"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: options/panel5.php:
|
1005 |
msgid "This Unique Key is not set, please click the following button to "
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: options/panel5.php:
|
1009 |
msgid "Generate"
|
1010 |
msgstr "Tasso di rimbalzo"
|
1011 |
|
1012 |
-
#: options/panel5.php:
|
1013 |
msgid ""
|
1014 |
"This Unique Key will be use to send the notification to your subscribers "
|
1015 |
"with more security."
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: options/panel5.php:
|
1019 |
msgid ""
|
1020 |
"This will reset all the options and messages of the plugin. Please proceed "
|
1021 |
"with caution."
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: options/panel5.php:
|
1025 |
msgid "Yes, Delete Options including subscriptions."
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: options/panel5.php:
|
1029 |
msgid "No, Only delete the StCR Options."
|
1030 |
msgstr ""
|
1031 |
|
@@ -1157,34 +1206,34 @@ msgstr ""
|
|
1157 |
msgid "Subscription Status"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: templates/author.php:
|
1161 |
msgid "Select all"
|
1162 |
msgstr "Абраць усё"
|
1163 |
|
1164 |
-
#: templates/author.php:
|
1165 |
msgid "Invert selection"
|
1166 |
msgstr "Абраць зваротнае"
|
1167 |
|
1168 |
-
#: templates/author.php:
|
1169 |
msgid "Choose your action"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: templates/author.php:
|
1173 |
msgid "All comments"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: templates/author.php:
|
1177 |
-
#: wp_subscribe_reloaded.php:
|
1178 |
msgid "Replies to my comments"
|
1179 |
msgstr "Адказы на мае каментары"
|
1180 |
|
1181 |
-
#: templates/author.php:
|
1182 |
-
#: templates/request-management-link.php:
|
1183 |
msgid "Return to Post"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
-
#: templates/author.php:
|
1187 |
-
#: templates/user.php:
|
1188 |
msgid "No subscriptions match your search criteria."
|
1189 |
msgstr "Ніводная падпіска не адпавядае пошукаваму запыту."
|
1190 |
|
@@ -1194,16 +1243,29 @@ msgid ""
|
|
1194 |
"enter your email below and a new link will be send."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: templates/key_expired.php:74 templates/request-management-link.php:
|
1198 |
-
#: templates/subscribe.php:
|
|
|
1199 |
msgid "Send"
|
1200 |
msgstr "Адправіць"
|
1201 |
|
1202 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1203 |
msgid "New subscription to"
|
1204 |
msgstr "Новая падпіска на"
|
1205 |
|
1206 |
-
#: templates/subscribe.php:
|
1207 |
msgid "User:"
|
1208 |
msgstr "Карыстач:"
|
1209 |
|
@@ -1342,6 +1404,7 @@ msgstr ""
|
|
1342 |
|
1343 |
#: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
|
1344 |
#: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
|
|
|
1345 |
msgid ""
|
1346 |
"If you find a bug or an issue you can report it <a href=\"https://github.com/"
|
1347 |
"stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
|
@@ -1382,6 +1445,7 @@ msgstr ""
|
|
1382 |
#: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
|
1383 |
#: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
|
1384 |
#: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
|
|
|
1385 |
msgid ""
|
1386 |
"Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
|
1387 |
"comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
|
@@ -1468,6 +1532,7 @@ msgstr ""
|
|
1468 |
|
1469 |
#: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
|
1470 |
#: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
|
|
|
1471 |
msgid "This version includes fixes and improvements, "
|
1472 |
msgstr ""
|
1473 |
|
@@ -1483,12 +1548,12 @@ msgid ""
|
|
1483 |
msgstr ""
|
1484 |
|
1485 |
#: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
|
1486 |
-
#: utils/stcr_upgrade.php:576
|
1487 |
msgid "Log Settings"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
#: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
|
1491 |
-
#: utils/stcr_upgrade.php:580
|
1492 |
msgid ""
|
1493 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1494 |
msgstr ""
|
@@ -1504,7 +1569,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
|
|
1504 |
msgstr ""
|
1505 |
|
1506 |
#: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
|
1507 |
-
#: utils/stcr_upgrade.php:590
|
1508 |
msgid "The support of this plugin is given thanks to your donations."
|
1509 |
msgstr ""
|
1510 |
|
@@ -1555,7 +1620,7 @@ msgstr ""
|
|
1555 |
msgid "<strong>Fix</strong> issue regarding database collations"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: utils/stcr_upgrade.php:591
|
1559 |
msgid ""
|
1560 |
"Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
|
1561 |
"aria-hidden=\"true\"></i> <a href=\"\n"
|
@@ -1566,7 +1631,105 @@ msgid ""
|
|
1566 |
"Thanks for all the users that have supported the plugin development."
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: utils/stcr_utils.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1570 |
msgid ""
|
1571 |
"Notify me of followup comments via e-mail. You can also <a "
|
1572 |
"href='[subscribe_link]'>subscribe</a> without commenting."
|
@@ -1574,7 +1737,7 @@ msgstr ""
|
|
1574 |
"Атрымліваць новыя каментары па электроннай пошце. Вы можаце <a "
|
1575 |
"href='[subscribe_link]'>падпісацца</a> без каментавання."
|
1576 |
|
1577 |
-
#: utils/stcr_utils.php:
|
1578 |
msgid ""
|
1579 |
"You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
|
1580 |
"subscriptions."
|
@@ -1582,7 +1745,7 @@ msgstr ""
|
|
1582 |
"Вы падпісаны на гэты артыкул. <a href='[manager_link]'>Рэдагаваць</a> свае "
|
1583 |
"падпіскі."
|
1584 |
|
1585 |
-
#: utils/stcr_utils.php:
|
1586 |
msgid ""
|
1587 |
"Your subscription to this post needs to be confirmed. <a "
|
1588 |
"href='[manager_link]'>Manage your subscriptions</a>."
|
@@ -1590,13 +1753,13 @@ msgstr ""
|
|
1590 |
"Ваша падпіска на гэты артыкул мае патрэбу ў пацверджанні. <a "
|
1591 |
"href='[manager_link]'>Рэдагаваць</a> свае падпіскі."
|
1592 |
|
1593 |
-
#: utils/stcr_utils.php:
|
1594 |
msgid ""
|
1595 |
"You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
|
1596 |
msgstr ""
|
1597 |
"Вы можаце <a href='[manager_link]'>кіраваць падпіскамі</a> на гэты запіс."
|
1598 |
|
1599 |
-
#: utils/stcr_utils.php:
|
1600 |
msgid ""
|
1601 |
"To manage your subscriptions, please enter your email address here below. We "
|
1602 |
"will send you a message containing the link to access your personal "
|
@@ -1606,7 +1769,7 @@ msgstr ""
|
|
1606 |
"у форму ніжэй. Мы адправім вам паведамленне са спасылкай на вашу "
|
1607 |
"персанальную старонку кіравання."
|
1608 |
|
1609 |
-
#: utils/stcr_utils.php:
|
1610 |
msgid ""
|
1611 |
"Thank you for using our subscription service. Your request has been "
|
1612 |
"completed, and you should receive an email with the management link in a few "
|
@@ -1616,7 +1779,7 @@ msgstr ""
|
|
1616 |
"працягу некалькіх хвілін вы павінны атрымаць ліст са спасылкай на старонку "
|
1617 |
"кіравання падпіскамі."
|
1618 |
|
1619 |
-
#: utils/stcr_utils.php:
|
1620 |
msgid ""
|
1621 |
"You can follow the discussion on <strong>[post_title]</strong> without "
|
1622 |
"having to leave a comment. Cool, huh? Just enter your email address in the "
|
@@ -1626,7 +1789,7 @@ msgstr ""
|
|
1626 |
"пакідаючы свайго каментара. Выдатна, ці не праўда? Проста ўвядзіце свой "
|
1627 |
"электронны адрас у форму ніжэй, і гатова!"
|
1628 |
|
1629 |
-
#: utils/stcr_utils.php:
|
1630 |
msgid ""
|
1631 |
"Thank you for using our subscription service. Your request has been "
|
1632 |
"completed. You will receive a notification email every time a new comment to "
|
@@ -1636,7 +1799,7 @@ msgstr ""
|
|
1636 |
"будзеце атрымліваць апавяшчэнні кожных разоў, як новы каментар да гэты "
|
1637 |
"артыкулу будзе ўхвалены і апублікаваны адміністратарам сайта."
|
1638 |
|
1639 |
-
#: utils/stcr_utils.php:
|
1640 |
msgid ""
|
1641 |
"Thank you for using our subscription service. In order to confirm your "
|
1642 |
"request, please check your email for the verification message and follow the "
|
@@ -1646,7 +1809,7 @@ msgstr ""
|
|
1646 |
"запыт, калі ласка, праверце сваю пошту і вынікайце інструкцыям у лісце пра "
|
1647 |
"пацверджанне."
|
1648 |
|
1649 |
-
#: utils/stcr_utils.php:
|
1650 |
msgid ""
|
1651 |
"In order to cancel or suspend one or more notifications, select the "
|
1652 |
"corresponding checkbox(es) and click on the button at the end of the list."
|
@@ -1654,7 +1817,7 @@ msgstr ""
|
|
1654 |
"Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў "
|
1655 |
"адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу."
|
1656 |
|
1657 |
-
#: utils/stcr_utils.php:
|
1658 |
msgid ""
|
1659 |
"In order to cancel or suspend one or more notifications, select the "
|
1660 |
"corresponding checkbox(es) and click on the button at the end of the list. "
|
@@ -1664,11 +1827,11 @@ msgstr ""
|
|
1664 |
"адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу. На дадзены "
|
1665 |
"момант вы падпісаны на:"
|
1666 |
|
1667 |
-
#: utils/stcr_utils.php:
|
1668 |
msgid "There is a new comment to [post_title]"
|
1669 |
msgstr "З'явіўся новы каментар да артыкула [post_title]"
|
1670 |
|
1671 |
-
#: utils/stcr_utils.php:
|
1672 |
msgid ""
|
1673 |
"<h1>There is a new comment on [post_title].</h1>\n"
|
1674 |
"\n"
|
@@ -1685,11 +1848,11 @@ msgid ""
|
|
1685 |
"\"[oneclick_link]\">One click unsubscribe</a></div>"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: utils/stcr_utils.php:
|
1689 |
msgid "Please confirm your subscription to [post_title]"
|
1690 |
msgstr "Калі ласка, пацвердзіце сваю падпіску на артыкул [post_title]"
|
1691 |
|
1692 |
-
#: utils/stcr_utils.php:
|
1693 |
#, fuzzy
|
1694 |
#| msgid ""
|
1695 |
#| "You have requested to be notified every time a new comment is added to:\n"
|
@@ -1710,17 +1873,17 @@ msgstr ""
|
|
1710 |
"Калі ласка, перайдзіце па наступнай спасылцы, каб пацвердзіць падпіску:\n"
|
1711 |
"[confirm_link]"
|
1712 |
|
1713 |
-
#: utils/stcr_utils.php:
|
1714 |
msgid "Manage your subscriptions on [blog_name]"
|
1715 |
msgstr "Рэдагаваць свае падпіскі на сайце [blog_name]"
|
1716 |
|
1717 |
-
#: utils/stcr_utils.php:
|
1718 |
msgid ""
|
1719 |
"You have requested to manage your subscriptions to the articles on "
|
1720 |
"[blog_name]. Please check the Subscriptions management link in your email"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: utils/stcr_utils.php:
|
1724 |
#, fuzzy
|
1725 |
#| msgid ""
|
1726 |
#| "You have requested to manage your subscriptions to the articles on "
|
@@ -1736,15 +1899,15 @@ msgstr ""
|
|
1736 |
"падпіскамі:\n"
|
1737 |
"[manager_link]"
|
1738 |
|
1739 |
-
#: utils/stcr_utils.php:
|
1740 |
msgid "StCR Notification"
|
1741 |
msgstr "Апавяшчэнні"
|
1742 |
|
1743 |
-
#: wp_subscribe_reloaded.php:
|
1744 |
msgid "Don't subscribe"
|
1745 |
msgstr "Не падпісвацца"
|
1746 |
|
1747 |
-
#: wp_subscribe_reloaded.php:
|
1748 |
msgid "All"
|
1749 |
msgstr "Усё"
|
1750 |
|
@@ -1842,9 +2005,6 @@ msgstr "Усё"
|
|
1842 |
#~ msgid "Management page"
|
1843 |
#~ msgstr "Старонка кіравання"
|
1844 |
|
1845 |
-
#~ msgid "Awaiting confirmation"
|
1846 |
-
#~ msgstr "Чакае пацверджання"
|
1847 |
-
|
1848 |
#~ msgid "Stats"
|
1849 |
#~ msgstr "Статыстыка"
|
1850 |
|
@@ -2105,9 +2265,6 @@ msgstr "Усё"
|
|
2105 |
#~ msgid "Is equal to"
|
2106 |
#~ msgstr "Uguale a"
|
2107 |
|
2108 |
-
#~ msgid "Day"
|
2109 |
-
#~ msgstr "Giorno"
|
2110 |
-
|
2111 |
#~ msgid "Go"
|
2112 |
#~ msgstr "Vai"
|
2113 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Subscribe to Comments Reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-02-25 23:08-0700\n"
|
6 |
+
"PO-Revision-Date: 2018-02-25 23:08-0700\n"
|
7 |
"Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
|
8 |
"Language-Team: Web Geeks\n"
|
9 |
"Language: be_BY\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
|
20 |
+
#: utils/stcr_utils.php:280
|
21 |
msgid "Manage subscriptions"
|
22 |
msgstr "Рэдагаваць падпіскі"
|
23 |
|
46 |
msgid "Donate"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: options/panel1-add-subscription.php:8 options/panel1.php:86
|
50 |
msgid "Add New Subscription"
|
51 |
msgstr "Дадаць новую падпіску"
|
52 |
|
55 |
msgid "Post:"
|
56 |
msgstr "Запіс:"
|
57 |
|
58 |
+
#: options/panel1-add-subscription.php:16 options/panel1.php:97
|
59 |
+
#: options/panel1.php:159 templates/key_expired.php:72
|
60 |
+
#: templates/request-management-link.php:113
|
61 |
+
#: templates/request-management-link.php:139 templates/subscribe.php:121
|
62 |
+
#: templates/subscribe.php:146
|
63 |
msgid "Email"
|
64 |
msgstr "Эл. адрас"
|
65 |
|
66 |
#: options/panel1-add-subscription.php:20
|
67 |
+
#: options/panel1-edit-subscription.php:26 options/panel1.php:64
|
68 |
+
#: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
|
69 |
msgid "Status"
|
70 |
msgstr "Статут"
|
71 |
|
72 |
#: options/panel1-add-subscription.php:22
|
73 |
+
#: options/panel1-edit-subscription.php:29 options/panel1.php:67
|
74 |
+
#: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
|
75 |
#: templates/user.php:76
|
76 |
msgid "Active"
|
77 |
msgstr "Актыўна"
|
78 |
|
79 |
#: options/panel1-add-subscription.php:23
|
80 |
+
#: options/panel1-edit-subscription.php:30 options/panel1.php:68
|
81 |
+
#: options/panel1.php:106
|
82 |
msgid "Replies only"
|
83 |
msgstr "Толькі адказы"
|
84 |
|
85 |
+
#: options/panel1-add-subscription.php:24 options/panel1.php:107
|
86 |
msgid "Ask user to confirm"
|
87 |
msgstr "Прасіць подтвреждение ад карыстача"
|
88 |
|
89 |
#: options/panel1-add-subscription.php:26
|
90 |
+
#: options/panel1-edit-subscription.php:33 options/panel1.php:71
|
91 |
msgid "Update"
|
92 |
msgstr "Абнавіць"
|
93 |
|
94 |
+
#: options/panel1-business-logic.php:40
|
95 |
msgid "Subscription added."
|
96 |
msgstr "Падпіска дададзена."
|
97 |
|
98 |
+
#: options/panel1-business-logic.php:65
|
99 |
msgid "Subscriptions updated."
|
100 |
msgstr "Падпіскі абноўлены."
|
101 |
|
102 |
+
#: options/panel1-business-logic.php:80
|
103 |
msgid "Subscription deleted."
|
104 |
msgstr "Падпіска выдалена."
|
105 |
|
106 |
+
#: options/panel1-business-logic.php:99 templates/author.php:24
|
107 |
#: templates/user.php:33
|
108 |
msgid "Subscriptions deleted:"
|
109 |
msgstr "Падпіскі выдалены:"
|
110 |
|
111 |
+
#: options/panel1-business-logic.php:103 templates/author.php:28
|
112 |
#: templates/user.php:37
|
113 |
msgid "Subscriptions suspended:"
|
114 |
msgstr "Падпіскі прыпынены:"
|
115 |
|
116 |
+
#: options/panel1-business-logic.php:107 templates/author.php:32
|
117 |
#: templates/user.php:41
|
118 |
msgid "Subscriptions activated:"
|
119 |
msgstr "Падпіскі актываваны:"
|
120 |
|
121 |
+
#: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
|
122 |
#: templates/author.php:36 templates/author.php:40 templates/user.php:45
|
123 |
#: templates/user.php:49
|
124 |
msgid "Subscriptions updated:"
|
125 |
msgstr "Падпіскі абноўлены:"
|
126 |
|
127 |
+
#: options/panel1-business-logic.php:147
|
128 |
msgid "« Previous"
|
129 |
msgstr "« Зваротна"
|
130 |
|
131 |
+
#: options/panel1-business-logic.php:151
|
132 |
msgid "Next »"
|
133 |
msgstr "Наперад »"
|
134 |
|
143 |
msgid "optional"
|
144 |
msgstr "па выбары"
|
145 |
|
146 |
+
#: options/panel1-edit-subscription.php:11 options/panel1.php:150
|
147 |
+
#: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
|
148 |
#: templates/author.php:53 templates/user.php:65
|
149 |
msgid ""
|
150 |
"Please remember: this operation cannot be undone. Are you sure you want to "
|
152 |
msgstr ""
|
153 |
"Увага: гэту аперацыю нельга адмяніць. Вы ўпэўнены, што жадаеце працягнуць?"
|
154 |
|
155 |
+
#: options/panel1-edit-subscription.php:16 options/panel1.php:52
|
156 |
msgid "From"
|
157 |
msgstr "З"
|
158 |
|
159 |
+
#: options/panel1-edit-subscription.php:20 options/panel1.php:57
|
160 |
msgid "To"
|
161 |
msgstr "на"
|
162 |
|
163 |
+
#: options/panel1-edit-subscription.php:28 options/panel1.php:66
|
164 |
msgid "Keep unchanged"
|
165 |
msgstr "Пакінуць без змен"
|
166 |
|
167 |
+
#: options/panel1-edit-subscription.php:31 options/panel1.php:69
|
168 |
msgid "Suspended"
|
169 |
msgstr "Прыпынена"
|
170 |
|
171 |
+
#: options/panel1.php:22
|
172 |
+
msgid "The email that you typed is not correct."
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: options/panel1.php:29
|
176 |
+
msgid "Please enter a valid Post ID."
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: options/panel1.php:46
|
180 |
msgid "Mass Update Subscriptions"
|
181 |
msgstr "Масава абнавіць падпіскі"
|
182 |
|
183 |
+
#: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
|
184 |
+
#: options/panel1.php:317
|
185 |
msgid "email address"
|
186 |
msgstr "Эл. адрас адпраўніка"
|
187 |
|
188 |
+
#: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
|
189 |
msgid "optional - new email address"
|
190 |
msgstr "Абнавіць электронны адрас"
|
191 |
|
192 |
+
#: options/panel1.php:74
|
193 |
msgid "More info"
|
194 |
msgstr "Dettagli"
|
195 |
|
196 |
+
#: options/panel1.php:80
|
197 |
msgid ""
|
198 |
"This option will allow you to change an email address for another one or to "
|
199 |
"update the same status for all the subscription on a specific email address."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: options/panel1.php:92
|
203 |
msgid "Post ID"
|
204 |
msgstr "ID-нумар запісу"
|
205 |
|
206 |
+
#: options/panel1.php:109
|
207 |
msgid "Add"
|
208 |
msgstr "Дадаць"
|
209 |
|
210 |
+
#: options/panel1.php:124
|
211 |
msgid "Search subscriptions"
|
212 |
msgstr "Шукаць у падпісках"
|
213 |
|
214 |
+
#: options/panel1.php:128
|
215 |
#, php-format
|
216 |
msgid ""
|
217 |
"You can either <a href=\"%s\">view all the subscriptions</a> or find those "
|
219 |
msgstr ""
|
220 |
"Вы можаце <a href=\"%s\">прагледзець усе падпіскі</a> ці знайсці тыя, дзе"
|
221 |
|
222 |
+
#: options/panel1.php:132
|
223 |
msgid "email"
|
224 |
msgstr "эл. адрас"
|
225 |
|
226 |
+
#: options/panel1.php:133
|
227 |
msgid "post ID"
|
228 |
msgstr "ID-нумар запісу"
|
229 |
|
230 |
+
#: options/panel1.php:134
|
231 |
msgid "status"
|
232 |
msgstr "статут"
|
233 |
|
234 |
+
#: options/panel1.php:137
|
235 |
msgid "equals"
|
236 |
msgstr "раўназначна"
|
237 |
|
238 |
+
#: options/panel1.php:138
|
239 |
msgid "contains"
|
240 |
msgstr "утрымоўвае"
|
241 |
|
242 |
+
#: options/panel1.php:139
|
243 |
msgid "does not contain"
|
244 |
msgstr "не ўтрымоўвае"
|
245 |
|
246 |
+
#: options/panel1.php:140
|
247 |
msgid "starts with"
|
248 |
msgstr "пачынаецца з"
|
249 |
|
250 |
+
#: options/panel1.php:141
|
251 |
msgid "ends with"
|
252 |
msgstr "сканчаецца на"
|
253 |
|
254 |
+
#: options/panel1.php:144
|
255 |
msgid "results per page:"
|
256 |
msgstr "вынікі пастаронкава:"
|
257 |
|
258 |
+
#: options/panel1.php:146
|
259 |
msgid "Search"
|
260 |
msgstr "Шукаць"
|
261 |
|
262 |
+
#: options/panel1.php:154
|
263 |
msgid "Reverse the order by Post ID"
|
264 |
msgstr "Змяніць парадак па ID запісы"
|
265 |
|
266 |
+
#: options/panel1.php:155 options/panel1.php:156
|
267 |
msgid "Reverse the order by Date/Time"
|
268 |
msgstr "Змяніць парадак па даце/чакай"
|
269 |
|
270 |
+
#: options/panel1.php:158
|
271 |
msgid "Post (ID)"
|
272 |
msgstr "Запіс (ID)"
|
273 |
|
274 |
+
#: options/panel1.php:161
|
275 |
msgid "Search query:"
|
276 |
msgstr "Пошукавы запыт:"
|
277 |
|
278 |
+
#: options/panel1.php:161
|
279 |
msgid "Rows:"
|
280 |
msgstr "Шэрагі:"
|
281 |
|
282 |
+
#: options/panel1.php:161
|
283 |
msgid "of"
|
284 |
msgstr " "
|
285 |
|
286 |
+
#: options/panel1.php:168 options/panel1.php:184
|
287 |
msgid "Date and Time"
|
288 |
msgstr "Дата і час"
|
289 |
|
290 |
+
#: options/panel1.php:194 templates/author.php:59 templates/user.php:71
|
291 |
msgid "Replies"
|
292 |
msgstr "Адказы"
|
293 |
|
294 |
+
#: options/panel1.php:195 templates/author.php:60 templates/user.php:72
|
295 |
msgid "Replies Unconfirmed"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: options/panel1.php:196 templates/author.php:61 templates/user.php:73
|
299 |
msgid "All Comments"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: options/panel1.php:197 templates/author.php:62 templates/user.php:74
|
303 |
msgid "Unconfirmed"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: options/panel1.php:198 templates/author.php:63 templates/user.php:75
|
307 |
msgid "Inactive"
|
308 |
msgstr "Актыўна"
|
309 |
|
310 |
+
#: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
|
311 |
+
#: templates/user.php:114
|
312 |
msgid "Delete"
|
313 |
msgstr "Выдаліць"
|
314 |
|
315 |
+
#: options/panel1.php:228 options/panel1.php:238
|
316 |
msgid "Edit"
|
317 |
msgstr "Рэдагаваць"
|
318 |
|
319 |
+
#: options/panel1.php:230 options/panel1.php:236
|
320 |
msgid "Subscription"
|
321 |
msgstr "Падпіскі"
|
322 |
|
323 |
+
#: options/panel1.php:250 templates/author.php:93 templates/user.php:110
|
324 |
msgid "Action:"
|
325 |
msgstr "Дзеянне:"
|
326 |
|
327 |
+
#: options/panel1.php:253
|
328 |
msgid "Delete forever"
|
329 |
msgstr "Выдаліць назаўжды"
|
330 |
|
331 |
+
#: options/panel1.php:254 templates/author.php:97 templates/user.php:115
|
332 |
msgid "Suspend"
|
333 |
msgstr "Прыпыніць"
|
334 |
|
335 |
+
#: options/panel1.php:255
|
336 |
msgid "Activate and set to Y"
|
337 |
msgstr "Уключыць і ўсталяваць на Y"
|
338 |
|
339 |
+
#: options/panel1.php:256
|
340 |
msgid "Activate and set to R"
|
341 |
msgstr "Уключыць і ўсталяваць на R"
|
342 |
|
343 |
+
#: options/panel1.php:257
|
344 |
msgid "Activate"
|
345 |
msgstr "Уключыць"
|
346 |
|
347 |
+
#: options/panel1.php:261 templates/author.php:102 templates/user.php:121
|
348 |
msgid "Update subscriptions"
|
349 |
msgstr "Абнавіць падпіскі"
|
350 |
|
351 |
+
#: options/panel1.php:264
|
352 |
msgid "Sorry, no subscriptions match your search criteria."
|
353 |
msgstr "Выбачыце, ніводная падпіска не адпавядае вашаму пошукаваму запыту."
|
354 |
|
355 |
+
#: options/panel1.php:321 options/panel1.php:389
|
356 |
+
#, fuzzy
|
357 |
+
#| msgid "Awaiting confirmation"
|
358 |
+
msgid "Missing information"
|
359 |
+
msgstr "Чакае пацверджання"
|
360 |
+
|
361 |
+
#: options/panel1.php:329 options/panel1.php:414
|
362 |
+
#, fuzzy
|
363 |
+
#| msgid "Sender email address"
|
364 |
+
msgid "Invalid email address."
|
365 |
+
msgstr "Эл. адрас адпраўніка"
|
366 |
+
|
367 |
+
#: options/panel1.php:397
|
368 |
+
msgid "Enter a numeric Post ID."
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: options/panel1.php:406
|
372 |
+
#, fuzzy
|
373 |
+
#| msgid "Awaiting confirmation"
|
374 |
+
msgid "Missing email information"
|
375 |
+
msgstr "Чакае пацверджання"
|
376 |
+
|
377 |
+
#: options/panel1.php:442 options/panel1.php:450
|
378 |
+
msgid "Please enter a value"
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
#: options/panel10.php:41
|
382 |
msgid "The log file has been successfully deleted."
|
383 |
msgstr ""
|
399 |
msgstr ""
|
400 |
|
401 |
#: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
|
402 |
+
#: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
|
403 |
msgid "Your settings have been successfully updated."
|
404 |
msgstr "Вашы налады паспяхова абноўлены."
|
405 |
|
406 |
#: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
|
407 |
+
#: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
|
408 |
msgid "There was an error updating the following fields:"
|
409 |
msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
|
410 |
|
411 |
#: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
|
412 |
+
#: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
|
413 |
+
#: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
|
414 |
+
#: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
|
415 |
+
#: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
|
416 |
+
#: options/panel5.php:221 options/panel5.php:230
|
417 |
msgid "Yes"
|
418 |
msgstr "Так"
|
419 |
|
420 |
#: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
|
421 |
+
#: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
|
422 |
+
#: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
|
423 |
+
#: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
|
424 |
+
#: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
|
425 |
+
#: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
|
426 |
msgid "No"
|
427 |
msgstr "Не"
|
428 |
|
466 |
msgstr ""
|
467 |
|
468 |
#: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
|
469 |
+
#: options/panel4.php:283 options/panel5.php:276
|
470 |
msgid "Save Changes"
|
471 |
msgstr "Захаваць змены"
|
472 |
|
880 |
msgid "There was an error deleting the options:"
|
881 |
msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
|
882 |
|
883 |
+
#: options/panel5.php:48 options/panel5.php:111
|
884 |
msgid "Show StCR checkbox / dropdown"
|
885 |
msgstr ""
|
886 |
|
888 |
msgid "Safetly Uninstall"
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: options/panel5.php:54 options/panel5.php:128
|
892 |
msgid "Autopurge requests"
|
893 |
msgstr "Аўтаматычна выдаляць запыты"
|
894 |
|
895 |
+
#: options/panel5.php:57 options/panel5.php:154
|
896 |
msgid "Enable double check"
|
897 |
msgstr "Уключыць падвойнае пацверджанне"
|
898 |
|
899 |
+
#: options/panel5.php:60 options/panel5.php:145
|
900 |
msgid "StCR Position"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: options/panel5.php:63 options/panel5.php:162
|
904 |
msgid "Subscribe authors"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: options/panel5.php:66 options/panel5.php:172
|
908 |
msgid "Enable HTML emails"
|
909 |
msgstr "Выкарыстоўваць HTML лісты"
|
910 |
|
920 |
msgid "Notify admin"
|
921 |
msgstr "Апавясціць адміна"
|
922 |
|
923 |
+
#: options/panel5.php:78 options/panel5.php:210
|
924 |
msgid "Let admin subscribe"
|
925 |
msgstr "Дазволіць адміну падпісвацца"
|
926 |
|
927 |
+
#: options/panel5.php:81 options/panel5.php:219
|
928 |
msgid "BCC admin on Notifications"
|
929 |
msgstr "Апавяшчэнні"
|
930 |
|
931 |
+
#: options/panel5.php:84 options/panel5.php:228
|
932 |
msgid "Enable Font Awesome"
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
|
936 |
+
#: options/panel5.php:272
|
937 |
msgid "Reset All Options"
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: options/panel5.php:115
|
941 |
msgid ""
|
942 |
"This option will disable the StCR checkbox or dropdown in you comment form. "
|
943 |
"You should leave it to Yes always. "
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: options/panel5.php:120
|
947 |
msgid "Safely Uninstall"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: options/panel5.php:124
|
951 |
msgid ""
|
952 |
"This option will allow you to delete the plugin with WordPress without "
|
953 |
"loosing your subscribers. Any database table and plugin options are wipeout."
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: options/panel5.php:131
|
957 |
msgid "days"
|
958 |
msgstr "дзён"
|
959 |
|
960 |
+
#: options/panel5.php:132
|
961 |
msgid ""
|
962 |
"Delete pending subscriptions (not confirmed) after X days. Zero disables "
|
963 |
"this feature."
|
965 |
"Выдаляць якія чакаюць пацверджанні (не пацверджаныя) падпіскі праз Х дзён. "
|
966 |
"Нуль адключае гэту функцыю."
|
967 |
|
968 |
+
#: options/panel5.php:136
|
969 |
+
msgid "Date Format"
|
970 |
+
msgstr ""
|
971 |
+
|
972 |
+
#: options/panel5.php:140
|
973 |
+
msgid ""
|
974 |
+
"Date format that will be display on the management page. Use <a "
|
975 |
+
"href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
|
976 |
+
"date-parameters' target='_blank'>PHP Date Format</a>"
|
977 |
+
msgstr ""
|
978 |
+
|
979 |
+
#: options/panel5.php:149
|
980 |
msgid ""
|
981 |
"If this option is enable the subscription box will be above the submit "
|
982 |
"button in your comment form. Use this when your theme is outdated and using "
|
983 |
"the incorrect WordPress Hooks and the checkbox is not displayed."
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: options/panel5.php:158
|
987 |
msgid ""
|
988 |
"Send a notification email to confirm the subscription (to avoid addresses "
|
989 |
"misuse)."
|
991 |
"Адпраўляць ліст з просьбай пацвердзіць падпіску (каб пазбегнуць выкарыстанні "
|
992 |
"эл. адрасы без вядзёная ўладальніка)"
|
993 |
|
994 |
+
#: options/panel5.php:167
|
995 |
msgid ""
|
996 |
"Automatically subscribe authors to their own articles (not retroactive)."
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: options/panel5.php:176
|
1000 |
msgid ""
|
1001 |
"If enabled, will send email messages with content-type = text/html instead "
|
1002 |
"of text/plain"
|
1004 |
"Пры выбары гэтай функцыі паведамлення будуць адпраўляцца ў фармаце тэкст/"
|
1005 |
"html замест звычайнага тэксту"
|
1006 |
|
1007 |
+
#: options/panel5.php:181
|
1008 |
msgid "HTMLify links in emails"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: options/panel5.php:186
|
1012 |
msgid ""
|
1013 |
"If enabled, will wrap all links in messages with <code><a href=\"\">"
|
1014 |
"</a></code> (only when HTML emails enabled)."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: options/panel5.php:191
|
1018 |
msgid "Process trackbacks"
|
1019 |
msgstr "Апрацоўваць трэкбеки"
|
1020 |
|
1021 |
+
#: options/panel5.php:195
|
1022 |
msgid ""
|
1023 |
"Notify users when a new trackback or pingback is added to the discussion."
|
1024 |
msgstr ""
|
1025 |
"Апавяшчаць падпісантаў пра новыя трэкбеках ці пингбэках да абмеркавання"
|
1026 |
|
1027 |
+
#: options/panel5.php:200
|
1028 |
msgid "Track all subscriptions"
|
1029 |
msgstr "Адсачыць усе падпіскі"
|
1030 |
|
1031 |
+
#: options/panel5.php:205
|
1032 |
msgid "Notify the administrator when users subscribe without commenting."
|
1033 |
msgstr "Апавяшчаць адміністратара, калі карыстачы падпісваюцца без каментара."
|
1034 |
|
1035 |
+
#: options/panel5.php:214
|
1036 |
msgid "Let the administrator subscribe to comments when logged in."
|
1037 |
msgstr "Дазволіць адміну падпісвацца, калі ён аўтарызаваны."
|
1038 |
|
1039 |
+
#: options/panel5.php:223
|
1040 |
msgid "Send a copy of all Notifications to the administrator."
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: options/panel5.php:232
|
1044 |
msgid ""
|
1045 |
"Let you control the inclusion of the Font Awesome into your site. Disable if "
|
1046 |
"you theme already add this into your site."
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: options/panel5.php:237
|
1050 |
msgid "StCR Unique Key"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: options/panel5.php:242
|
1054 |
msgid "This Unique Key is not set, please click the following button to "
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: options/panel5.php:246 options/panel5.php:257
|
1058 |
msgid "Generate"
|
1059 |
msgstr "Tasso di rimbalzo"
|
1060 |
|
1061 |
+
#: options/panel5.php:254
|
1062 |
msgid ""
|
1063 |
"This Unique Key will be use to send the notification to your subscribers "
|
1064 |
"with more security."
|
1065 |
msgstr ""
|
1066 |
|
1067 |
+
#: options/panel5.php:267
|
1068 |
msgid ""
|
1069 |
"This will reset all the options and messages of the plugin. Please proceed "
|
1070 |
"with caution."
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: options/panel5.php:269
|
1074 |
msgid "Yes, Delete Options including subscriptions."
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: options/panel5.php:270
|
1078 |
msgid "No, Only delete the StCR Options."
|
1079 |
msgstr ""
|
1080 |
|
1206 |
msgid "Subscription Status"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: templates/author.php:91 templates/user.php:107
|
1210 |
msgid "Select all"
|
1211 |
msgstr "Абраць усё"
|
1212 |
|
1213 |
+
#: templates/author.php:92 templates/user.php:109
|
1214 |
msgid "Invert selection"
|
1215 |
msgstr "Абраць зваротнае"
|
1216 |
|
1217 |
+
#: templates/author.php:95 templates/user.php:113
|
1218 |
msgid "Choose your action"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: templates/author.php:98 templates/user.php:116
|
1222 |
msgid "All comments"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: templates/author.php:99 templates/user.php:117
|
1226 |
+
#: wp_subscribe_reloaded.php:1118
|
1227 |
msgid "Replies to my comments"
|
1228 |
msgstr "Адказы на мае каментары"
|
1229 |
|
1230 |
+
#: templates/author.php:105 templates/confirm.php:28
|
1231 |
+
#: templates/request-management-link.php:125 templates/user.php:127
|
1232 |
msgid "Return to Post"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: templates/author.php:110 templates/one-click-unsubscribe.php:30
|
1236 |
+
#: templates/user.php:131
|
1237 |
msgid "No subscriptions match your search criteria."
|
1238 |
msgstr "Ніводная падпіска не адпавядае пошукаваму запыту."
|
1239 |
|
1243 |
"enter your email below and a new link will be send."
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: templates/key_expired.php:74 templates/request-management-link.php:115
|
1247 |
+
#: templates/request-management-link.php:141 templates/subscribe.php:123
|
1248 |
+
#: templates/subscribe.php:148
|
1249 |
msgid "Send"
|
1250 |
msgstr "Адправіць"
|
1251 |
|
1252 |
+
#: templates/request-management-link.php:143
|
1253 |
+
#: templates/request-management-link.php:171 templates/subscribe.php:150
|
1254 |
+
#: templates/subscribe.php:178
|
1255 |
+
#, fuzzy
|
1256 |
+
#| msgid "email address"
|
1257 |
+
msgid "Email address is not valid"
|
1258 |
+
msgstr "Эл. адрас адпраўніка"
|
1259 |
+
|
1260 |
+
#: templates/request-management-link.php:166 templates/subscribe.php:173
|
1261 |
+
msgid "Please enter your email"
|
1262 |
+
msgstr ""
|
1263 |
+
|
1264 |
+
#: templates/subscribe.php:60 templates/subscribe.php:61
|
1265 |
msgid "New subscription to"
|
1266 |
msgstr "Новая падпіска на"
|
1267 |
|
1268 |
+
#: templates/subscribe.php:61
|
1269 |
msgid "User:"
|
1270 |
msgstr "Карыстач:"
|
1271 |
|
1404 |
|
1405 |
#: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
|
1406 |
#: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
|
1407 |
+
#: utils/stcr_upgrade.php:610
|
1408 |
msgid ""
|
1409 |
"If you find a bug or an issue you can report it <a href=\"https://github.com/"
|
1410 |
"stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
|
1445 |
#: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
|
1446 |
#: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
|
1447 |
#: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
|
1448 |
+
#: utils/stcr_upgrade.php:615
|
1449 |
msgid ""
|
1450 |
"Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
|
1451 |
"comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
|
1532 |
|
1533 |
#: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
|
1534 |
#: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
|
1535 |
+
#: utils/stcr_upgrade.php:609
|
1536 |
msgid "This version includes fixes and improvements, "
|
1537 |
msgstr ""
|
1538 |
|
1548 |
msgstr ""
|
1549 |
|
1550 |
#: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
|
1551 |
+
#: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
|
1552 |
msgid "Log Settings"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
#: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
|
1556 |
+
#: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
|
1557 |
msgid ""
|
1558 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1559 |
msgstr ""
|
1569 |
msgstr ""
|
1570 |
|
1571 |
#: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
|
1572 |
+
#: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
|
1573 |
msgid "The support of this plugin is given thanks to your donations."
|
1574 |
msgstr ""
|
1575 |
|
1620 |
msgid "<strong>Fix</strong> issue regarding database collations"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
|
1624 |
msgid ""
|
1625 |
"Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
|
1626 |
"aria-hidden=\"true\"></i> <a href=\"\n"
|
1631 |
"Thanks for all the users that have supported the plugin development."
|
1632 |
msgstr ""
|
1633 |
|
1634 |
+
#: utils/stcr_utils.php:158
|
1635 |
+
msgid "January"
|
1636 |
+
msgstr ""
|
1637 |
+
|
1638 |
+
#: utils/stcr_utils.php:159
|
1639 |
+
msgid "February"
|
1640 |
+
msgstr ""
|
1641 |
+
|
1642 |
+
#: utils/stcr_utils.php:160
|
1643 |
+
#, fuzzy
|
1644 |
+
#| msgid "Search"
|
1645 |
+
msgid "March"
|
1646 |
+
msgstr "Шукаць"
|
1647 |
+
|
1648 |
+
#: utils/stcr_utils.php:161
|
1649 |
+
msgid "April"
|
1650 |
+
msgstr ""
|
1651 |
+
|
1652 |
+
#: utils/stcr_utils.php:162 utils/stcr_utils.php:177
|
1653 |
+
#, fuzzy
|
1654 |
+
#| msgid "Day"
|
1655 |
+
msgid "May"
|
1656 |
+
msgstr "Giorno"
|
1657 |
+
|
1658 |
+
#: utils/stcr_utils.php:163
|
1659 |
+
msgid "June"
|
1660 |
+
msgstr ""
|
1661 |
+
|
1662 |
+
#: utils/stcr_utils.php:164
|
1663 |
+
msgid "July"
|
1664 |
+
msgstr ""
|
1665 |
+
|
1666 |
+
#: utils/stcr_utils.php:165
|
1667 |
+
msgid "August"
|
1668 |
+
msgstr ""
|
1669 |
+
|
1670 |
+
#: utils/stcr_utils.php:166
|
1671 |
+
msgid "September"
|
1672 |
+
msgstr ""
|
1673 |
+
|
1674 |
+
#: utils/stcr_utils.php:167
|
1675 |
+
msgid "October"
|
1676 |
+
msgstr ""
|
1677 |
+
|
1678 |
+
#: utils/stcr_utils.php:168
|
1679 |
+
msgid "November"
|
1680 |
+
msgstr ""
|
1681 |
+
|
1682 |
+
#: utils/stcr_utils.php:169
|
1683 |
+
msgid "December"
|
1684 |
+
msgstr ""
|
1685 |
+
|
1686 |
+
#: utils/stcr_utils.php:173
|
1687 |
+
msgid "Jan"
|
1688 |
+
msgstr ""
|
1689 |
+
|
1690 |
+
#: utils/stcr_utils.php:174
|
1691 |
+
msgid "Feb"
|
1692 |
+
msgstr ""
|
1693 |
+
|
1694 |
+
#: utils/stcr_utils.php:175
|
1695 |
+
msgid "Mar"
|
1696 |
+
msgstr ""
|
1697 |
+
|
1698 |
+
#: utils/stcr_utils.php:176
|
1699 |
+
msgid "Apr"
|
1700 |
+
msgstr ""
|
1701 |
+
|
1702 |
+
#: utils/stcr_utils.php:178
|
1703 |
+
msgid "Jun"
|
1704 |
+
msgstr ""
|
1705 |
+
|
1706 |
+
#: utils/stcr_utils.php:179
|
1707 |
+
msgid "Jul"
|
1708 |
+
msgstr ""
|
1709 |
+
|
1710 |
+
#: utils/stcr_utils.php:180
|
1711 |
+
msgid "Aug"
|
1712 |
+
msgstr ""
|
1713 |
+
|
1714 |
+
#: utils/stcr_utils.php:181
|
1715 |
+
msgid "Sep"
|
1716 |
+
msgstr ""
|
1717 |
+
|
1718 |
+
#: utils/stcr_utils.php:182
|
1719 |
+
msgid "Oct"
|
1720 |
+
msgstr ""
|
1721 |
+
|
1722 |
+
#: utils/stcr_utils.php:183
|
1723 |
+
#, fuzzy
|
1724 |
+
#| msgid "No"
|
1725 |
+
msgid "Nov"
|
1726 |
+
msgstr "Не"
|
1727 |
+
|
1728 |
+
#: utils/stcr_utils.php:184
|
1729 |
+
msgid "Dec"
|
1730 |
+
msgstr ""
|
1731 |
+
|
1732 |
+
#: utils/stcr_utils.php:273
|
1733 |
msgid ""
|
1734 |
"Notify me of followup comments via e-mail. You can also <a "
|
1735 |
"href='[subscribe_link]'>subscribe</a> without commenting."
|
1737 |
"Атрымліваць новыя каментары па электроннай пошце. Вы можаце <a "
|
1738 |
"href='[subscribe_link]'>падпісацца</a> без каментавання."
|
1739 |
|
1740 |
+
#: utils/stcr_utils.php:274
|
1741 |
msgid ""
|
1742 |
"You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
|
1743 |
"subscriptions."
|
1745 |
"Вы падпісаны на гэты артыкул. <a href='[manager_link]'>Рэдагаваць</a> свае "
|
1746 |
"падпіскі."
|
1747 |
|
1748 |
+
#: utils/stcr_utils.php:275
|
1749 |
msgid ""
|
1750 |
"Your subscription to this post needs to be confirmed. <a "
|
1751 |
"href='[manager_link]'>Manage your subscriptions</a>."
|
1753 |
"Ваша падпіска на гэты артыкул мае патрэбу ў пацверджанні. <a "
|
1754 |
"href='[manager_link]'>Рэдагаваць</a> свае падпіскі."
|
1755 |
|
1756 |
+
#: utils/stcr_utils.php:276
|
1757 |
msgid ""
|
1758 |
"You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
|
1759 |
msgstr ""
|
1760 |
"Вы можаце <a href='[manager_link]'>кіраваць падпіскамі</a> на гэты запіс."
|
1761 |
|
1762 |
+
#: utils/stcr_utils.php:282
|
1763 |
msgid ""
|
1764 |
"To manage your subscriptions, please enter your email address here below. We "
|
1765 |
"will send you a message containing the link to access your personal "
|
1769 |
"у форму ніжэй. Мы адправім вам паведамленне са спасылкай на вашу "
|
1770 |
"персанальную старонку кіравання."
|
1771 |
|
1772 |
+
#: utils/stcr_utils.php:283
|
1773 |
msgid ""
|
1774 |
"Thank you for using our subscription service. Your request has been "
|
1775 |
"completed, and you should receive an email with the management link in a few "
|
1779 |
"працягу некалькіх хвілін вы павінны атрымаць ліст са спасылкай на старонку "
|
1780 |
"кіравання падпіскамі."
|
1781 |
|
1782 |
+
#: utils/stcr_utils.php:284
|
1783 |
msgid ""
|
1784 |
"You can follow the discussion on <strong>[post_title]</strong> without "
|
1785 |
"having to leave a comment. Cool, huh? Just enter your email address in the "
|
1789 |
"пакідаючы свайго каментара. Выдатна, ці не праўда? Проста ўвядзіце свой "
|
1790 |
"электронны адрас у форму ніжэй, і гатова!"
|
1791 |
|
1792 |
+
#: utils/stcr_utils.php:285
|
1793 |
msgid ""
|
1794 |
"Thank you for using our subscription service. Your request has been "
|
1795 |
"completed. You will receive a notification email every time a new comment to "
|
1799 |
"будзеце атрымліваць апавяшчэнні кожных разоў, як новы каментар да гэты "
|
1800 |
"артыкулу будзе ўхвалены і апублікаваны адміністратарам сайта."
|
1801 |
|
1802 |
+
#: utils/stcr_utils.php:286
|
1803 |
msgid ""
|
1804 |
"Thank you for using our subscription service. In order to confirm your "
|
1805 |
"request, please check your email for the verification message and follow the "
|
1809 |
"запыт, калі ласка, праверце сваю пошту і вынікайце інструкцыям у лісце пра "
|
1810 |
"пацверджанне."
|
1811 |
|
1812 |
+
#: utils/stcr_utils.php:287
|
1813 |
msgid ""
|
1814 |
"In order to cancel or suspend one or more notifications, select the "
|
1815 |
"corresponding checkbox(es) and click on the button at the end of the list."
|
1817 |
"Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў "
|
1818 |
"адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу."
|
1819 |
|
1820 |
+
#: utils/stcr_utils.php:288
|
1821 |
msgid ""
|
1822 |
"In order to cancel or suspend one or more notifications, select the "
|
1823 |
"corresponding checkbox(es) and click on the button at the end of the list. "
|
1827 |
"адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу. На дадзены "
|
1828 |
"момант вы падпісаны на:"
|
1829 |
|
1830 |
+
#: utils/stcr_utils.php:292
|
1831 |
msgid "There is a new comment to [post_title]"
|
1832 |
msgstr "З'явіўся новы каментар да артыкула [post_title]"
|
1833 |
|
1834 |
+
#: utils/stcr_utils.php:293
|
1835 |
msgid ""
|
1836 |
"<h1>There is a new comment on [post_title].</h1>\n"
|
1837 |
"\n"
|
1848 |
"\"[oneclick_link]\">One click unsubscribe</a></div>"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
+
#: utils/stcr_utils.php:294
|
1852 |
msgid "Please confirm your subscription to [post_title]"
|
1853 |
msgstr "Калі ласка, пацвердзіце сваю падпіску на артыкул [post_title]"
|
1854 |
|
1855 |
+
#: utils/stcr_utils.php:295
|
1856 |
#, fuzzy
|
1857 |
#| msgid ""
|
1858 |
#| "You have requested to be notified every time a new comment is added to:\n"
|
1873 |
"Калі ласка, перайдзіце па наступнай спасылцы, каб пацвердзіць падпіску:\n"
|
1874 |
"[confirm_link]"
|
1875 |
|
1876 |
+
#: utils/stcr_utils.php:296
|
1877 |
msgid "Manage your subscriptions on [blog_name]"
|
1878 |
msgstr "Рэдагаваць свае падпіскі на сайце [blog_name]"
|
1879 |
|
1880 |
+
#: utils/stcr_utils.php:297
|
1881 |
msgid ""
|
1882 |
"You have requested to manage your subscriptions to the articles on "
|
1883 |
"[blog_name]. Please check the Subscriptions management link in your email"
|
1884 |
msgstr ""
|
1885 |
|
1886 |
+
#: utils/stcr_utils.php:298
|
1887 |
#, fuzzy
|
1888 |
#| msgid ""
|
1889 |
#| "You have requested to manage your subscriptions to the articles on "
|
1899 |
"падпіскамі:\n"
|
1900 |
"[manager_link]"
|
1901 |
|
1902 |
+
#: utils/stcr_utils.php:378
|
1903 |
msgid "StCR Notification"
|
1904 |
msgstr "Апавяшчэнні"
|
1905 |
|
1906 |
+
#: wp_subscribe_reloaded.php:1116
|
1907 |
msgid "Don't subscribe"
|
1908 |
msgstr "Не падпісвацца"
|
1909 |
|
1910 |
+
#: wp_subscribe_reloaded.php:1117
|
1911 |
msgid "All"
|
1912 |
msgstr "Усё"
|
1913 |
|
2005 |
#~ msgid "Management page"
|
2006 |
#~ msgstr "Старонка кіравання"
|
2007 |
|
|
|
|
|
|
|
2008 |
#~ msgid "Stats"
|
2009 |
#~ msgstr "Статыстыка"
|
2010 |
|
2265 |
#~ msgid "Is equal to"
|
2266 |
#~ msgstr "Uguale a"
|
2267 |
|
|
|
|
|
|
|
2268 |
#~ msgid "Go"
|
2269 |
#~ msgstr "Vai"
|
2270 |
|
Binary file
|
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: subscribe-reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2018-02-
|
6 |
-
"PO-Revision-Date: 2018-02-
|
7 |
"Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: cs_CZ\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
|
20 |
-
#: utils/stcr_utils.php:
|
21 |
msgid "Manage subscriptions"
|
22 |
msgstr "Správa odběrů"
|
23 |
|
@@ -46,7 +46,7 @@ msgstr "fórum podpory"
|
|
46 |
msgid "Donate"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: options/panel1-add-subscription.php:8 options/panel1.php:
|
50 |
msgid "Add New Subscription"
|
51 |
msgstr "Přidat nový odběr (podle ID článku)"
|
52 |
|
@@ -55,78 +55,80 @@ msgstr "Přidat nový odběr (podle ID článku)"
|
|
55 |
msgid "Post:"
|
56 |
msgstr "Příspěvek:"
|
57 |
|
58 |
-
#: options/panel1-add-subscription.php:16 options/panel1.php:
|
59 |
-
#: options/panel1.php:
|
60 |
-
#: templates/request-management-link.php:
|
|
|
|
|
61 |
msgid "Email"
|
62 |
msgstr "E-mail"
|
63 |
|
64 |
#: options/panel1-add-subscription.php:20
|
65 |
-
#: options/panel1-edit-subscription.php:26 options/panel1.php:
|
66 |
-
#: options/panel1.php:
|
67 |
msgid "Status"
|
68 |
msgstr "Status"
|
69 |
|
70 |
#: options/panel1-add-subscription.php:22
|
71 |
-
#: options/panel1-edit-subscription.php:29 options/panel1.php:
|
72 |
-
#: options/panel1.php:
|
73 |
#: templates/user.php:76
|
74 |
msgid "Active"
|
75 |
msgstr "Aktivní"
|
76 |
|
77 |
#: options/panel1-add-subscription.php:23
|
78 |
-
#: options/panel1-edit-subscription.php:30 options/panel1.php:
|
79 |
-
#: options/panel1.php:
|
80 |
msgid "Replies only"
|
81 |
msgstr "Pouze reakce"
|
82 |
|
83 |
-
#: options/panel1-add-subscription.php:24 options/panel1.php:
|
84 |
msgid "Ask user to confirm"
|
85 |
msgstr "Zeptat se uživatele na pozvrzení"
|
86 |
|
87 |
#: options/panel1-add-subscription.php:26
|
88 |
-
#: options/panel1-edit-subscription.php:33 options/panel1.php:
|
89 |
msgid "Update"
|
90 |
msgstr "Aktualizovat "
|
91 |
|
92 |
-
#: options/panel1-business-logic.php:
|
93 |
msgid "Subscription added."
|
94 |
msgstr "Odběr přidán."
|
95 |
|
96 |
-
#: options/panel1-business-logic.php:
|
97 |
msgid "Subscriptions updated."
|
98 |
msgstr "Odběry aktualizovány."
|
99 |
|
100 |
-
#: options/panel1-business-logic.php:
|
101 |
msgid "Subscription deleted."
|
102 |
msgstr "Odběr vymazán."
|
103 |
|
104 |
-
#: options/panel1-business-logic.php:
|
105 |
#: templates/user.php:33
|
106 |
msgid "Subscriptions deleted:"
|
107 |
msgstr "Vymazáno odběrů:"
|
108 |
|
109 |
-
#: options/panel1-business-logic.php:
|
110 |
#: templates/user.php:37
|
111 |
msgid "Subscriptions suspended:"
|
112 |
msgstr "Odběry pozastaveny."
|
113 |
|
114 |
-
#: options/panel1-business-logic.php:
|
115 |
#: templates/user.php:41
|
116 |
msgid "Subscriptions activated:"
|
117 |
msgstr "Odběry aktivovány."
|
118 |
|
119 |
-
#: options/panel1-business-logic.php:
|
120 |
#: templates/author.php:36 templates/author.php:40 templates/user.php:45
|
121 |
#: templates/user.php:49
|
122 |
msgid "Subscriptions updated:"
|
123 |
msgstr "Odběry aktualizovány."
|
124 |
|
125 |
-
#: options/panel1-business-logic.php:
|
126 |
msgid "« Previous"
|
127 |
msgstr "« Předchozí"
|
128 |
|
129 |
-
#: options/panel1-business-logic.php:
|
130 |
msgid "Next »"
|
131 |
msgstr "další »"
|
132 |
|
@@ -141,65 +143,74 @@ msgstr "Aktualizovat odběry."
|
|
141 |
msgid "optional"
|
142 |
msgstr "volitelné"
|
143 |
|
144 |
-
#: options/panel1-edit-subscription.php:11 options/panel1.php:
|
145 |
-
#: options/panel1.php:
|
146 |
#: templates/author.php:53 templates/user.php:65
|
147 |
msgid ""
|
148 |
"Please remember: this operation cannot be undone. Are you sure you want to "
|
149 |
"proceed?"
|
150 |
msgstr "Tuto akci nelze vzít zpět, provést?"
|
151 |
|
152 |
-
#: options/panel1-edit-subscription.php:16 options/panel1.php:
|
153 |
msgid "From"
|
154 |
msgstr "Od"
|
155 |
|
156 |
-
#: options/panel1-edit-subscription.php:20 options/panel1.php:
|
157 |
msgid "To"
|
158 |
msgstr "Komu"
|
159 |
|
160 |
-
#: options/panel1-edit-subscription.php:28 options/panel1.php:
|
161 |
msgid "Keep unchanged"
|
162 |
msgstr "Neměnit"
|
163 |
|
164 |
-
#: options/panel1-edit-subscription.php:31 options/panel1.php:
|
165 |
msgid "Suspended"
|
166 |
msgstr "Pozastaveno"
|
167 |
|
168 |
-
#: options/panel1.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "Mass Update Subscriptions"
|
170 |
msgstr "Hromadné úpravy"
|
171 |
|
172 |
-
#: options/panel1.php:
|
|
|
173 |
msgid "email address"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: options/panel1.php:
|
177 |
msgid "optional - new email address"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: options/panel1.php:
|
181 |
msgid "More info"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: options/panel1.php:
|
185 |
msgid ""
|
186 |
"This option will allow you to change an email address for another one or to "
|
187 |
"update the same status for all the subscription on a specific email address."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: options/panel1.php:
|
191 |
msgid "Post ID"
|
192 |
msgstr "Příspěvek"
|
193 |
|
194 |
-
#: options/panel1.php:
|
195 |
msgid "Add"
|
196 |
msgstr "Přidat "
|
197 |
|
198 |
-
#: options/panel1.php:
|
199 |
msgid "Search subscriptions"
|
200 |
msgstr "Hledat odběry"
|
201 |
|
202 |
-
#: options/panel1.php:
|
203 |
#, php-format
|
204 |
msgid ""
|
205 |
"You can either <a href=\"%s\">view all the subscriptions</a> or find those "
|
@@ -207,139 +218,165 @@ msgid ""
|
|
207 |
msgstr ""
|
208 |
"Můžete zobrazit <a href=\"%s\">přehled všech odběrů</a> nebo najít podle"
|
209 |
|
210 |
-
#: options/panel1.php:
|
211 |
msgid "email"
|
212 |
msgstr "Email"
|
213 |
|
214 |
-
#: options/panel1.php:
|
215 |
msgid "post ID"
|
216 |
msgstr "Příspěvek"
|
217 |
|
218 |
-
#: options/panel1.php:
|
219 |
msgid "status"
|
220 |
msgstr "status"
|
221 |
|
222 |
-
#: options/panel1.php:
|
223 |
msgid "equals"
|
224 |
msgstr "rovnající se"
|
225 |
|
226 |
-
#: options/panel1.php:
|
227 |
msgid "contains"
|
228 |
msgstr "obsahuje"
|
229 |
|
230 |
-
#: options/panel1.php:
|
231 |
msgid "does not contain"
|
232 |
msgstr "neobsahuje"
|
233 |
|
234 |
-
#: options/panel1.php:
|
235 |
msgid "starts with"
|
236 |
msgstr "začíná na"
|
237 |
|
238 |
-
#: options/panel1.php:
|
239 |
msgid "ends with"
|
240 |
msgstr "končí na"
|
241 |
|
242 |
-
#: options/panel1.php:
|
243 |
msgid "results per page:"
|
244 |
msgstr "výsledků na stránku"
|
245 |
|
246 |
-
#: options/panel1.php:
|
247 |
msgid "Search"
|
248 |
msgstr "Hledat"
|
249 |
|
250 |
-
#: options/panel1.php:
|
251 |
msgid "Reverse the order by Post ID"
|
252 |
msgstr "Obrátit pořadí dle ID příspěvku"
|
253 |
|
254 |
-
#: options/panel1.php:
|
255 |
msgid "Reverse the order by Date/Time"
|
256 |
msgstr "Obrátit pořadí dle data"
|
257 |
|
258 |
-
#: options/panel1.php:
|
259 |
msgid "Post (ID)"
|
260 |
msgstr "Post ID"
|
261 |
|
262 |
-
#: options/panel1.php:
|
263 |
msgid "Search query:"
|
264 |
msgstr "vyhledávací řetězec"
|
265 |
|
266 |
-
#: options/panel1.php:
|
267 |
msgid "Rows:"
|
268 |
msgstr "Řádky:"
|
269 |
|
270 |
-
#: options/panel1.php:
|
271 |
msgid "of"
|
272 |
msgstr "z"
|
273 |
|
274 |
-
#: options/panel1.php:
|
275 |
msgid "Date and Time"
|
276 |
msgstr "Datum a čas"
|
277 |
|
278 |
-
#: options/panel1.php:
|
279 |
msgid "Replies"
|
280 |
msgstr "Reakce"
|
281 |
|
282 |
-
#: options/panel1.php:
|
283 |
msgid "Replies Unconfirmed"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: options/panel1.php:
|
287 |
msgid "All Comments"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: options/panel1.php:
|
291 |
msgid "Unconfirmed"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: options/panel1.php:
|
295 |
msgid "Inactive"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: options/panel1.php:
|
299 |
-
#: templates/user.php:
|
300 |
msgid "Delete"
|
301 |
msgstr "Vymazat"
|
302 |
|
303 |
-
#: options/panel1.php:
|
304 |
msgid "Edit"
|
305 |
msgstr "Editovat"
|
306 |
|
307 |
-
#: options/panel1.php:
|
308 |
msgid "Subscription"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: options/panel1.php:
|
312 |
msgid "Action:"
|
313 |
msgstr "Akce:"
|
314 |
|
315 |
-
#: options/panel1.php:
|
316 |
msgid "Delete forever"
|
317 |
msgstr "Vymazat navždy"
|
318 |
|
319 |
-
#: options/panel1.php:
|
320 |
msgid "Suspend"
|
321 |
msgstr "Pozastavit"
|
322 |
|
323 |
-
#: options/panel1.php:
|
324 |
msgid "Activate and set to Y"
|
325 |
msgstr "Nastavit a aktivovat na Y"
|
326 |
|
327 |
-
#: options/panel1.php:
|
328 |
msgid "Activate and set to R"
|
329 |
msgstr "Nastavit a aktivovat na R"
|
330 |
|
331 |
-
#: options/panel1.php:
|
332 |
msgid "Activate"
|
333 |
msgstr "Aktivovat"
|
334 |
|
335 |
-
#: options/panel1.php:
|
336 |
msgid "Update subscriptions"
|
337 |
msgstr "Aktualizovat odběry"
|
338 |
|
339 |
-
#: options/panel1.php:
|
340 |
msgid "Sorry, no subscriptions match your search criteria."
|
341 |
msgstr "Nenalezeny žádné odběry."
|
342 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
#: options/panel10.php:41
|
344 |
msgid "The log file has been successfully deleted."
|
345 |
msgstr ""
|
@@ -361,30 +398,30 @@ msgid "Enable Auto clean log data"
|
|
361 |
msgstr ""
|
362 |
|
363 |
#: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
|
364 |
-
#: options/panel4.php:78 options/panel5.php:18 options/panel5.php:
|
365 |
msgid "Your settings have been successfully updated."
|
366 |
msgstr "Vaše nastavení bylo úspěšně aktualizováno."
|
367 |
|
368 |
#: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
|
369 |
-
#: options/panel4.php:80 options/panel5.php:20 options/panel5.php:
|
370 |
msgid "There was an error updating the following fields:"
|
371 |
msgstr "Chyba při aktualizaci těchto polí:"
|
372 |
|
373 |
#: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
|
374 |
-
#: options/panel2.php:76 options/panel2.php:105 options/panel5.php:
|
375 |
-
#: options/panel5.php:
|
376 |
-
#: options/panel5.php:
|
377 |
-
#: options/panel5.php:
|
378 |
-
#: options/panel5.php:
|
379 |
msgid "Yes"
|
380 |
msgstr "Ano"
|
381 |
|
382 |
#: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
|
383 |
-
#: options/panel2.php:77 options/panel2.php:106 options/panel5.php:
|
384 |
-
#: options/panel5.php:
|
385 |
-
#: options/panel5.php:
|
386 |
-
#: options/panel5.php:
|
387 |
-
#: options/panel5.php:
|
388 |
msgid "No"
|
389 |
msgstr "Ne"
|
390 |
|
@@ -428,7 +465,7 @@ msgid "System Information"
|
|
428 |
msgstr ""
|
429 |
|
430 |
#: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
|
431 |
-
#: options/panel4.php:283 options/panel5.php:
|
432 |
msgid "Save Changes"
|
433 |
msgstr "Uložit změny"
|
434 |
|
@@ -847,7 +884,7 @@ msgstr "Vaše nastavení bylo úspěšně aktualizováno."
|
|
847 |
msgid "There was an error deleting the options:"
|
848 |
msgstr "Chyba při aktualizaci těchto polí:"
|
849 |
|
850 |
-
#: options/panel5.php:48 options/panel5.php:
|
851 |
msgid "Show StCR checkbox / dropdown"
|
852 |
msgstr ""
|
853 |
|
@@ -855,23 +892,23 @@ msgstr ""
|
|
855 |
msgid "Safetly Uninstall"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: options/panel5.php:54 options/panel5.php:
|
859 |
msgid "Autopurge requests"
|
860 |
msgstr "Autočištění požadavků"
|
861 |
|
862 |
-
#: options/panel5.php:57 options/panel5.php:
|
863 |
msgid "Enable double check"
|
864 |
msgstr "Povolit dvojí kontrolu emailu"
|
865 |
|
866 |
-
#: options/panel5.php:60 options/panel5.php:
|
867 |
msgid "StCR Position"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: options/panel5.php:63 options/panel5.php:
|
871 |
msgid "Subscribe authors"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: options/panel5.php:66 options/panel5.php:
|
875 |
msgid "Enable HTML emails"
|
876 |
msgstr "Povolit HTML formát emailů"
|
877 |
|
@@ -887,69 +924,81 @@ msgstr "Odeslat trackacky"
|
|
887 |
msgid "Notify admin"
|
888 |
msgstr "Upozornit administrátora"
|
889 |
|
890 |
-
#: options/panel5.php:78 options/panel5.php:
|
891 |
msgid "Let admin subscribe"
|
892 |
msgstr "Povolit odběry pro administrátora"
|
893 |
|
894 |
-
#: options/panel5.php:81 options/panel5.php:
|
895 |
msgid "BCC admin on Notifications"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: options/panel5.php:84 options/panel5.php:
|
899 |
msgid "Enable Font Awesome"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: options/panel5.php:87 options/panel5.php:
|
|
|
903 |
msgid "Reset All Options"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: options/panel5.php:
|
907 |
msgid ""
|
908 |
"This option will disable the StCR checkbox or dropdown in you comment form. "
|
909 |
"You should leave it to Yes always. "
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: options/panel5.php:
|
913 |
msgid "Safely Uninstall"
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: options/panel5.php:
|
917 |
msgid ""
|
918 |
"This option will allow you to delete the plugin with WordPress without "
|
919 |
"loosing your subscribers. Any database table and plugin options are wipeout."
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: options/panel5.php:
|
923 |
msgid "days"
|
924 |
msgstr "dní"
|
925 |
|
926 |
-
#: options/panel5.php:
|
927 |
msgid ""
|
928 |
"Delete pending subscriptions (not confirmed) after X days. Zero disables "
|
929 |
"this feature."
|
930 |
msgstr ""
|
931 |
"Vymazat požadavky na odběry (neschválené) po X dnech. 0 znamená vypnuto. "
|
932 |
|
933 |
-
#: options/panel5.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
934 |
msgid ""
|
935 |
"If this option is enable the subscription box will be above the submit "
|
936 |
"button in your comment form. Use this when your theme is outdated and using "
|
937 |
"the incorrect WordPress Hooks and the checkbox is not displayed."
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: options/panel5.php:
|
941 |
msgid ""
|
942 |
"Send a notification email to confirm the subscription (to avoid addresses "
|
943 |
"misuse)."
|
944 |
msgstr ""
|
945 |
"Zašle upozorňovací email pro potvrzení odběru aby se zamezilo zneužití adres."
|
946 |
|
947 |
-
#: options/panel5.php:
|
948 |
msgid ""
|
949 |
"Automatically subscribe authors to their own articles (not retroactive)."
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: options/panel5.php:
|
953 |
msgid ""
|
954 |
"If enabled, will send email messages with content-type = text/html instead "
|
955 |
"of text/plain"
|
@@ -957,80 +1006,80 @@ msgstr ""
|
|
957 |
"Pokud je povoleno, budou emaily zasílány ve formátu <code>content-type = "
|
958 |
"text/html</code> namísto <code>content-type = text/plain</code>"
|
959 |
|
960 |
-
#: options/panel5.php:
|
961 |
msgid "HTMLify links in emails"
|
962 |
msgstr ""
|
963 |
|
964 |
-
#: options/panel5.php:
|
965 |
msgid ""
|
966 |
"If enabled, will wrap all links in messages with <code><a href=\"\">"
|
967 |
"</a></code> (only when HTML emails enabled)."
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: options/panel5.php:
|
971 |
msgid "Process trackbacks"
|
972 |
msgstr "Zpracovat trackbacky"
|
973 |
|
974 |
-
#: options/panel5.php:
|
975 |
msgid ""
|
976 |
"Notify users when a new trackback or pingback is added to the discussion."
|
977 |
msgstr ""
|
978 |
"Upozornit odběratele pokud je do diskuse zapojen nový trackback nebo "
|
979 |
"pingback."
|
980 |
|
981 |
-
#: options/panel5.php:
|
982 |
msgid "Track all subscriptions"
|
983 |
msgstr "Sledovat všechny odběry"
|
984 |
|
985 |
-
#: options/panel5.php:
|
986 |
msgid "Notify the administrator when users subscribe without commenting."
|
987 |
msgstr ""
|
988 |
"Upozornit administrátora pokud se uživatel přihlásí k odběrům a sám "
|
989 |
"nekomentuje."
|
990 |
|
991 |
-
#: options/panel5.php:
|
992 |
msgid "Let the administrator subscribe to comments when logged in."
|
993 |
msgstr "Povolit odběry pro administrátora pokud je přihlášen."
|
994 |
|
995 |
-
#: options/panel5.php:
|
996 |
msgid "Send a copy of all Notifications to the administrator."
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: options/panel5.php:
|
1000 |
msgid ""
|
1001 |
"Let you control the inclusion of the Font Awesome into your site. Disable if "
|
1002 |
"you theme already add this into your site."
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: options/panel5.php:
|
1006 |
msgid "StCR Unique Key"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: options/panel5.php:
|
1010 |
msgid "This Unique Key is not set, please click the following button to "
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: options/panel5.php:
|
1014 |
msgid "Generate"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: options/panel5.php:
|
1018 |
msgid ""
|
1019 |
"This Unique Key will be use to send the notification to your subscribers "
|
1020 |
"with more security."
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: options/panel5.php:
|
1024 |
msgid ""
|
1025 |
"This will reset all the options and messages of the plugin. Please proceed "
|
1026 |
"with caution."
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: options/panel5.php:
|
1030 |
msgid "Yes, Delete Options including subscriptions."
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: options/panel5.php:
|
1034 |
msgid "No, Only delete the StCR Options."
|
1035 |
msgstr ""
|
1036 |
|
@@ -1152,34 +1201,34 @@ msgstr ""
|
|
1152 |
msgid "Subscription Status"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: templates/author.php:
|
1156 |
msgid "Select all"
|
1157 |
msgstr "Vybrat vše"
|
1158 |
|
1159 |
-
#: templates/author.php:
|
1160 |
msgid "Invert selection"
|
1161 |
msgstr "Obrátit výběr"
|
1162 |
|
1163 |
-
#: templates/author.php:
|
1164 |
msgid "Choose your action"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: templates/author.php:
|
1168 |
msgid "All comments"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: templates/author.php:
|
1172 |
-
#: wp_subscribe_reloaded.php:
|
1173 |
msgid "Replies to my comments"
|
1174 |
msgstr "Odebírat (jen na moje komentáře)"
|
1175 |
|
1176 |
-
#: templates/author.php:
|
1177 |
-
#: templates/request-management-link.php:
|
1178 |
msgid "Return to Post"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: templates/author.php:
|
1182 |
-
#: templates/user.php:
|
1183 |
msgid "No subscriptions match your search criteria."
|
1184 |
msgstr "Žádné odběry."
|
1185 |
|
@@ -1189,16 +1238,27 @@ msgid ""
|
|
1189 |
"enter your email below and a new link will be send."
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: templates/key_expired.php:74 templates/request-management-link.php:
|
1193 |
-
#: templates/subscribe.php:
|
|
|
1194 |
msgid "Send"
|
1195 |
msgstr "Odeslat"
|
1196 |
|
1197 |
-
#: templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1198 |
msgid "New subscription to"
|
1199 |
msgstr "Nový odběr k"
|
1200 |
|
1201 |
-
#: templates/subscribe.php:
|
1202 |
msgid "User:"
|
1203 |
msgstr "Uživatel:"
|
1204 |
|
@@ -1335,6 +1395,7 @@ msgstr ""
|
|
1335 |
|
1336 |
#: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
|
1337 |
#: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
|
|
|
1338 |
msgid ""
|
1339 |
"If you find a bug or an issue you can report it <a href=\"https://github.com/"
|
1340 |
"stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
|
@@ -1375,6 +1436,7 @@ msgstr ""
|
|
1375 |
#: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
|
1376 |
#: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
|
1377 |
#: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
|
|
|
1378 |
msgid ""
|
1379 |
"Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
|
1380 |
"comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
|
@@ -1461,6 +1523,7 @@ msgstr ""
|
|
1461 |
|
1462 |
#: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
|
1463 |
#: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
|
|
|
1464 |
msgid "This version includes fixes and improvements, "
|
1465 |
msgstr ""
|
1466 |
|
@@ -1476,12 +1539,12 @@ msgid ""
|
|
1476 |
msgstr ""
|
1477 |
|
1478 |
#: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
|
1479 |
-
#: utils/stcr_upgrade.php:576
|
1480 |
msgid "Log Settings"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
#: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
|
1484 |
-
#: utils/stcr_upgrade.php:580
|
1485 |
msgid ""
|
1486 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1487 |
msgstr ""
|
@@ -1497,7 +1560,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
|
|
1497 |
msgstr ""
|
1498 |
|
1499 |
#: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
|
1500 |
-
#: utils/stcr_upgrade.php:590
|
1501 |
msgid "The support of this plugin is given thanks to your donations."
|
1502 |
msgstr ""
|
1503 |
|
@@ -1548,7 +1611,7 @@ msgstr ""
|
|
1548 |
msgid "<strong>Fix</strong> issue regarding database collations"
|
1549 |
msgstr ""
|
1550 |
|
1551 |
-
#: utils/stcr_upgrade.php:591
|
1552 |
msgid ""
|
1553 |
"Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
|
1554 |
"aria-hidden=\"true\"></i> <a href=\"\n"
|
@@ -1559,7 +1622,103 @@ msgid ""
|
|
1559 |
"Thanks for all the users that have supported the plugin development."
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: utils/stcr_utils.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1563 |
msgid ""
|
1564 |
"Notify me of followup comments via e-mail. You can also <a "
|
1565 |
"href='[subscribe_link]'>subscribe</a> without commenting."
|
@@ -1569,7 +1728,7 @@ msgstr ""
|
|
1569 |
"upozornění na nové komentáře a sami článek nekomentovat? <a "
|
1570 |
"href='[subscribe_link]'>Přihlaste se k odběru</a>.</span>"
|
1571 |
|
1572 |
-
#: utils/stcr_utils.php:
|
1573 |
msgid ""
|
1574 |
"You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
|
1575 |
"subscriptions."
|
@@ -1577,7 +1736,7 @@ msgstr ""
|
|
1577 |
"Jste přihlášen k odběru upozornění na nové komentáře k tomuto článku. Můžete "
|
1578 |
"<a href='[manager_link]'>upravit</a> vaše odběry."
|
1579 |
|
1580 |
-
#: utils/stcr_utils.php:
|
1581 |
msgid ""
|
1582 |
"Your subscription to this post needs to be confirmed. <a "
|
1583 |
"href='[manager_link]'>Manage your subscriptions</a>."
|
@@ -1585,14 +1744,14 @@ msgstr ""
|
|
1585 |
"Vaše žádost k odběru upozornění na nové komentáře čeká na schválení. <a "
|
1586 |
"href='[manager_link]'>Upravit vaše žádosti</a>."
|
1587 |
|
1588 |
-
#: utils/stcr_utils.php:
|
1589 |
msgid ""
|
1590 |
"You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
|
1591 |
msgstr ""
|
1592 |
"<a href='[manager_link]'>Zde můžete spravovat</a> odběry upozornění na nové "
|
1593 |
"komentáře k tomuto článku."
|
1594 |
|
1595 |
-
#: utils/stcr_utils.php:
|
1596 |
msgid ""
|
1597 |
"To manage your subscriptions, please enter your email address here below. We "
|
1598 |
"will send you a message containing the link to access your personal "
|
@@ -1601,7 +1760,7 @@ msgstr ""
|
|
1601 |
"Pro správu vašich upozornění zadejte e-mailovou adresu do pole níže. Bude "
|
1602 |
"vám zaslán editační odkaz."
|
1603 |
|
1604 |
-
#: utils/stcr_utils.php:
|
1605 |
msgid ""
|
1606 |
"Thank you for using our subscription service. Your request has been "
|
1607 |
"completed, and you should receive an email with the management link in a few "
|
@@ -1610,7 +1769,7 @@ msgstr ""
|
|
1610 |
"Váš požadavek byl zpracován. V nejbližší době by jste měli obdržet odkaz v "
|
1611 |
"emailu."
|
1612 |
|
1613 |
-
#: utils/stcr_utils.php:
|
1614 |
msgid ""
|
1615 |
"You can follow the discussion on <strong>[post_title]</strong> without "
|
1616 |
"having to leave a comment. Cool, huh? Just enter your email address in the "
|
@@ -1619,7 +1778,7 @@ msgstr ""
|
|
1619 |
"Zasílat upozornění na nové komentáře k článku » [post_title] « .\n"
|
1620 |
" E-mailovou adresu vyplňte do pole níže. Bude vám zaslán potvrzovací odkaz. "
|
1621 |
|
1622 |
-
#: utils/stcr_utils.php:
|
1623 |
msgid ""
|
1624 |
"Thank you for using our subscription service. Your request has been "
|
1625 |
"completed. You will receive a notification email every time a new comment to "
|
@@ -1628,7 +1787,7 @@ msgstr ""
|
|
1628 |
"Váš požadavek byl zpracován. Váš odběr upozornění na nové komentáře k tomuto "
|
1629 |
"článku je aktivní."
|
1630 |
|
1631 |
-
#: utils/stcr_utils.php:
|
1632 |
msgid ""
|
1633 |
"Thank you for using our subscription service. In order to confirm your "
|
1634 |
"request, please check your email for the verification message and follow the "
|
@@ -1637,7 +1796,7 @@ msgstr ""
|
|
1637 |
"Váš požadavek byl zpracován. Pro potvrzení požadavku naleznete ve vašem "
|
1638 |
"emailu potvrzovací odkaz."
|
1639 |
|
1640 |
-
#: utils/stcr_utils.php:
|
1641 |
msgid ""
|
1642 |
"In order to cancel or suspend one or more notifications, select the "
|
1643 |
"corresponding checkbox(es) and click on the button at the end of the list."
|
@@ -1645,7 +1804,7 @@ msgstr ""
|
|
1645 |
"Pro editaci upozornění vyberte odpovídající odběr, zaškrtněte volbu a "
|
1646 |
"potvrďte."
|
1647 |
|
1648 |
-
#: utils/stcr_utils.php:
|
1649 |
msgid ""
|
1650 |
"In order to cancel or suspend one or more notifications, select the "
|
1651 |
"corresponding checkbox(es) and click on the button at the end of the list. "
|
@@ -1655,11 +1814,11 @@ msgstr ""
|
|
1655 |
"chcete změnit či zrušit zaškrtněte volbu a klikntěte na tlačítko "
|
1656 |
"aktualizovat, pokud změnu nechcete pokračujte třeba přes menu):"
|
1657 |
|
1658 |
-
#: utils/stcr_utils.php:
|
1659 |
msgid "There is a new comment to [post_title]"
|
1660 |
msgstr "Nový komentář k článku: [post_title]"
|
1661 |
|
1662 |
-
#: utils/stcr_utils.php:
|
1663 |
msgid ""
|
1664 |
"<h1>There is a new comment on [post_title].</h1>\n"
|
1665 |
"\n"
|
@@ -1676,11 +1835,11 @@ msgid ""
|
|
1676 |
"\"[oneclick_link]\">One click unsubscribe</a></div>"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: utils/stcr_utils.php:
|
1680 |
msgid "Please confirm your subscription to [post_title]"
|
1681 |
msgstr "Potvrďte odběr upozornění na nové komentáře k článku [post_title]"
|
1682 |
|
1683 |
-
#: utils/stcr_utils.php:
|
1684 |
#, fuzzy
|
1685 |
#| msgid ""
|
1686 |
#| "You have requested to be notified every time a new comment is added to:\n"
|
@@ -1702,17 +1861,17 @@ msgstr ""
|
|
1702 |
"Požadavek potvrďte prosím kliknutím na odkaz:\n"
|
1703 |
"[confirm_link] "
|
1704 |
|
1705 |
-
#: utils/stcr_utils.php:
|
1706 |
msgid "Manage your subscriptions on [blog_name]"
|
1707 |
msgstr "Upravit odběr upozornění na nové komentáře z [blog_name]"
|
1708 |
|
1709 |
-
#: utils/stcr_utils.php:
|
1710 |
msgid ""
|
1711 |
"You have requested to manage your subscriptions to the articles on "
|
1712 |
"[blog_name]. Please check the Subscriptions management link in your email"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
#: utils/stcr_utils.php:
|
1716 |
#, fuzzy
|
1717 |
#| msgid ""
|
1718 |
#| "You have requested to manage your subscriptions to the articles on "
|
@@ -1727,15 +1886,15 @@ msgstr ""
|
|
1727 |
"[blog_name] byl zpracován. Klikněte prosím zde pro úpravy:\n"
|
1728 |
" [manager_link]"
|
1729 |
|
1730 |
-
#: utils/stcr_utils.php:
|
1731 |
msgid "StCR Notification"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
-
#: wp_subscribe_reloaded.php:
|
1735 |
msgid "Don't subscribe"
|
1736 |
msgstr "Neodebírat"
|
1737 |
|
1738 |
-
#: wp_subscribe_reloaded.php:
|
1739 |
msgid "All"
|
1740 |
msgstr "Odebírat (na všechny komentáře)"
|
1741 |
|
@@ -1864,9 +2023,6 @@ msgstr "Odebírat (na všechny komentáře)"
|
|
1864 |
#~ msgid "Management page"
|
1865 |
#~ msgstr "Nastavení"
|
1866 |
|
1867 |
-
#~ msgid "Awaiting confirmation"
|
1868 |
-
#~ msgstr "Čeká na schválení"
|
1869 |
-
|
1870 |
#~ msgid "Stats"
|
1871 |
#~ msgstr "Status"
|
1872 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: subscribe-reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-02-25 23:09-0700\n"
|
6 |
+
"PO-Revision-Date: 2018-02-25 23:09-0700\n"
|
7 |
"Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: cs_CZ\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
|
20 |
+
#: utils/stcr_utils.php:280
|
21 |
msgid "Manage subscriptions"
|
22 |
msgstr "Správa odběrů"
|
23 |
|
46 |
msgid "Donate"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: options/panel1-add-subscription.php:8 options/panel1.php:86
|
50 |
msgid "Add New Subscription"
|
51 |
msgstr "Přidat nový odběr (podle ID článku)"
|
52 |
|
55 |
msgid "Post:"
|
56 |
msgstr "Příspěvek:"
|
57 |
|
58 |
+
#: options/panel1-add-subscription.php:16 options/panel1.php:97
|
59 |
+
#: options/panel1.php:159 templates/key_expired.php:72
|
60 |
+
#: templates/request-management-link.php:113
|
61 |
+
#: templates/request-management-link.php:139 templates/subscribe.php:121
|
62 |
+
#: templates/subscribe.php:146
|
63 |
msgid "Email"
|
64 |
msgstr "E-mail"
|
65 |
|
66 |
#: options/panel1-add-subscription.php:20
|
67 |
+
#: options/panel1-edit-subscription.php:26 options/panel1.php:64
|
68 |
+
#: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
|
69 |
msgid "Status"
|
70 |
msgstr "Status"
|
71 |
|
72 |
#: options/panel1-add-subscription.php:22
|
73 |
+
#: options/panel1-edit-subscription.php:29 options/panel1.php:67
|
74 |
+
#: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
|
75 |
#: templates/user.php:76
|
76 |
msgid "Active"
|
77 |
msgstr "Aktivní"
|
78 |
|
79 |
#: options/panel1-add-subscription.php:23
|
80 |
+
#: options/panel1-edit-subscription.php:30 options/panel1.php:68
|
81 |
+
#: options/panel1.php:106
|
82 |
msgid "Replies only"
|
83 |
msgstr "Pouze reakce"
|
84 |
|
85 |
+
#: options/panel1-add-subscription.php:24 options/panel1.php:107
|
86 |
msgid "Ask user to confirm"
|
87 |
msgstr "Zeptat se uživatele na pozvrzení"
|
88 |
|
89 |
#: options/panel1-add-subscription.php:26
|
90 |
+
#: options/panel1-edit-subscription.php:33 options/panel1.php:71
|
91 |
msgid "Update"
|
92 |
msgstr "Aktualizovat "
|
93 |
|
94 |
+
#: options/panel1-business-logic.php:40
|
95 |
msgid "Subscription added."
|
96 |
msgstr "Odběr přidán."
|
97 |
|
98 |
+
#: options/panel1-business-logic.php:65
|
99 |
msgid "Subscriptions updated."
|
100 |
msgstr "Odběry aktualizovány."
|
101 |
|
102 |
+
#: options/panel1-business-logic.php:80
|
103 |
msgid "Subscription deleted."
|
104 |
msgstr "Odběr vymazán."
|
105 |
|
106 |
+
#: options/panel1-business-logic.php:99 templates/author.php:24
|
107 |
#: templates/user.php:33
|
108 |
msgid "Subscriptions deleted:"
|
109 |
msgstr "Vymazáno odběrů:"
|
110 |
|
111 |
+
#: options/panel1-business-logic.php:103 templates/author.php:28
|
112 |
#: templates/user.php:37
|
113 |
msgid "Subscriptions suspended:"
|
114 |
msgstr "Odběry pozastaveny."
|
115 |
|
116 |
+
#: options/panel1-business-logic.php:107 templates/author.php:32
|
117 |
#: templates/user.php:41
|
118 |
msgid "Subscriptions activated:"
|
119 |
msgstr "Odběry aktivovány."
|
120 |
|
121 |
+
#: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
|
122 |
#: templates/author.php:36 templates/author.php:40 templates/user.php:45
|
123 |
#: templates/user.php:49
|
124 |
msgid "Subscriptions updated:"
|
125 |
msgstr "Odběry aktualizovány."
|
126 |
|
127 |
+
#: options/panel1-business-logic.php:147
|
128 |
msgid "« Previous"
|
129 |
msgstr "« Předchozí"
|
130 |
|
131 |
+
#: options/panel1-business-logic.php:151
|
132 |
msgid "Next »"
|
133 |
msgstr "další »"
|
134 |
|
143 |
msgid "optional"
|
144 |
msgstr "volitelné"
|
145 |
|
146 |
+
#: options/panel1-edit-subscription.php:11 options/panel1.php:150
|
147 |
+
#: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
|
148 |
#: templates/author.php:53 templates/user.php:65
|
149 |
msgid ""
|
150 |
"Please remember: this operation cannot be undone. Are you sure you want to "
|
151 |
"proceed?"
|
152 |
msgstr "Tuto akci nelze vzít zpět, provést?"
|
153 |
|
154 |
+
#: options/panel1-edit-subscription.php:16 options/panel1.php:52
|
155 |
msgid "From"
|
156 |
msgstr "Od"
|
157 |
|
158 |
+
#: options/panel1-edit-subscription.php:20 options/panel1.php:57
|
159 |
msgid "To"
|
160 |
msgstr "Komu"
|
161 |
|
162 |
+
#: options/panel1-edit-subscription.php:28 options/panel1.php:66
|
163 |
msgid "Keep unchanged"
|
164 |
msgstr "Neměnit"
|
165 |
|
166 |
+
#: options/panel1-edit-subscription.php:31 options/panel1.php:69
|
167 |
msgid "Suspended"
|
168 |
msgstr "Pozastaveno"
|
169 |
|
170 |
+
#: options/panel1.php:22
|
171 |
+
msgid "The email that you typed is not correct."
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: options/panel1.php:29
|
175 |
+
msgid "Please enter a valid Post ID."
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: options/panel1.php:46
|
179 |
msgid "Mass Update Subscriptions"
|
180 |
msgstr "Hromadné úpravy"
|
181 |
|
182 |
+
#: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
|
183 |
+
#: options/panel1.php:317
|
184 |
msgid "email address"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
|
188 |
msgid "optional - new email address"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: options/panel1.php:74
|
192 |
msgid "More info"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: options/panel1.php:80
|
196 |
msgid ""
|
197 |
"This option will allow you to change an email address for another one or to "
|
198 |
"update the same status for all the subscription on a specific email address."
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: options/panel1.php:92
|
202 |
msgid "Post ID"
|
203 |
msgstr "Příspěvek"
|
204 |
|
205 |
+
#: options/panel1.php:109
|
206 |
msgid "Add"
|
207 |
msgstr "Přidat "
|
208 |
|
209 |
+
#: options/panel1.php:124
|
210 |
msgid "Search subscriptions"
|
211 |
msgstr "Hledat odběry"
|
212 |
|
213 |
+
#: options/panel1.php:128
|
214 |
#, php-format
|