Subscribe To Comments Reloaded - Version 180225

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.

Download this release

Release Info

Developer reedyseth
Plugin Icon 128x128 Subscribe To Comments Reloaded
Version 180225
Comparing to
See all releases

Code changes from version 180212 to 180225

Files changed (58) hide show
  1. includes/js/stcr-admin.js +0 -18
  2. includes/js/stcr-plugin.js +0 -86
  3. langs/subscribe-reloaded-be_BY.mo +0 -0
  4. langs/subscribe-reloaded-be_BY.po +323 -166
  5. langs/subscribe-reloaded-cs_CZ.mo +0 -0
  6. langs/subscribe-reloaded-cs_CZ.po +319 -163
  7. langs/subscribe-reloaded-da_DK.mo +0 -0
  8. langs/subscribe-reloaded-da_DK.po +321 -163
  9. langs/subscribe-reloaded-de_DE.mo +0 -0
  10. langs/subscribe-reloaded-de_DE.po +321 -160
  11. langs/subscribe-reloaded-es_ES.mo +0 -0
  12. langs/subscribe-reloaded-es_ES.po +320 -171
  13. langs/subscribe-reloaded-fa_IR.mo +0 -0
  14. langs/subscribe-reloaded-fa_IR.po +458 -286
  15. langs/subscribe-reloaded-fr_FR.mo +0 -0
  16. langs/subscribe-reloaded-fr_FR.po +317 -160
  17. langs/subscribe-reloaded-he_IL.mo +0 -0
  18. langs/subscribe-reloaded-he_IL.po +315 -159
  19. langs/subscribe-reloaded-hu_HU.mo +0 -0
  20. langs/subscribe-reloaded-hu_HU.po +323 -166
  21. langs/subscribe-reloaded-id_ID.mo +0 -0
  22. langs/subscribe-reloaded-id_ID.po +316 -159
  23. langs/subscribe-reloaded-it_IT.mo +0 -0
  24. langs/subscribe-reloaded-it_IT.po +321 -163
  25. langs/subscribe-reloaded-nb_NO.mo +0 -0
  26. langs/subscribe-reloaded-nb_NO.po +321 -163
  27. langs/subscribe-reloaded-nl_NL.mo +0 -0
  28. langs/subscribe-reloaded-nl_NL.po +321 -163
  29. langs/subscribe-reloaded-pl_PL.mo +0 -0
  30. langs/subscribe-reloaded-pl_PL.po +320 -162
  31. langs/subscribe-reloaded-pt_BR.mo +0 -0
  32. langs/subscribe-reloaded-pt_BR.po +321 -160
  33. langs/subscribe-reloaded-pt_PT.mo +0 -0
  34. langs/subscribe-reloaded-pt_PT.po +321 -160
  35. langs/subscribe-reloaded-ru_RU.mo +0 -0
  36. langs/subscribe-reloaded-ru_RU.po +323 -166
  37. langs/subscribe-reloaded-sr_RS.mo +0 -0
  38. langs/subscribe-reloaded-sr_RS.po +320 -162
  39. langs/subscribe-reloaded-sv_SE.mo +0 -0
  40. langs/subscribe-reloaded-sv_SE.po +321 -163
  41. langs/subscribe-reloaded-tr_TR.mo +0 -0
  42. langs/subscribe-reloaded-tr_TR.po +321 -163
  43. langs/subscribe-reloaded-zh_CN.mo +0 -0
  44. langs/subscribe-reloaded-zh_CN.po +316 -159
  45. options/index.php +1 -1
  46. options/panel1-business-logic.php +121 -84
  47. options/panel1.php +255 -14
  48. options/panel5.php +11 -0
  49. readme.txt +15 -2
  50. subscribe-to-comments-reloaded.php +3 -3
  51. templates/author.php +43 -2
  52. templates/request-management-link.php +121 -48
  53. templates/subscribe.php +155 -73
  54. templates/user.php +42 -1
  55. utils/stcr_manage.php +1 -1
  56. utils/stcr_upgrade.php +21 -0
  57. utils/stcr_utils.php +91 -23
  58. wp_subscribe_reloaded.php +19 -21
includes/js/stcr-admin.js CHANGED
@@ -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
includes/js/stcr-plugin.js CHANGED
@@ -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,}$/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
 
langs/subscribe-reloaded-be_BY.mo CHANGED
Binary file
langs/subscribe-reloaded-be_BY.po CHANGED
@@ -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-12 15:07-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:10-0700\n"
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:203
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:61
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:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
61
  msgid "Email"
62
  msgstr "Эл. адрас"
63
 
64
  #: options/panel1-add-subscription.php:20
65
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "Статут"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
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:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr "Толькі адказы"
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
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:46
89
  msgid "Update"
90
  msgstr "Абнавіць"
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "Падпіска дададзена."
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "Падпіскі абноўлены."
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "Падпіска выдалена."
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "Падпіскі выдалены:"
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "Падпіскі прыпынены:"
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "Падпіскі актываваны:"
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
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:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; Зваротна"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "Наперад &raquo;"
132
 
@@ -141,8 +143,8 @@ msgstr "Абнавіць падпіску"
141
  msgid "optional"
142
  msgstr "па выбары"
143
 
144
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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:27
154
  msgid "From"
155
  msgstr "З"
156
 
157
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
158
  msgid "To"
159
  msgstr "на"
160
 
161
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
162
  msgid "Keep unchanged"
163
  msgstr "Пакінуць без змен"
164
 
165
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
166
  msgid "Suspended"
167
  msgstr "Прыпынена"
168
 
169
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
170
  msgid "Mass Update Subscriptions"
171
  msgstr "Масава абнавіць падпіскі"
172
 
173
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
174
  msgid "email address"
175
  msgstr "Эл. адрас адпраўніка"
176
 
177
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
178
  msgid "optional - new email address"
179
  msgstr "Абнавіць электронны адрас"
180
 
181
- #: options/panel1.php:49
182
  msgid "More info"
183
  msgstr "Dettagli"
184
 
185
- #: options/panel1.php:55
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:68
192
  msgid "Post ID"
193
  msgstr "ID-нумар запісу"
194
 
195
- #: options/panel1.php:83
196
  msgid "Add"
197
  msgstr "Дадаць"
198
 
199
- #: options/panel1.php:98
200
  msgid "Search subscriptions"
201
  msgstr "Шукаць у падпісках"
202
 
203
- #: options/panel1.php:102
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:106
212
  msgid "email"
213
  msgstr "эл. адрас"
214
 
215
- #: options/panel1.php:107
216
  msgid "post ID"
217
  msgstr "ID-нумар запісу"
218
 
219
- #: options/panel1.php:108
220
  msgid "status"
221
  msgstr "статут"
222
 
223
- #: options/panel1.php:111
224
  msgid "equals"
225
  msgstr "раўназначна"
226
 
227
- #: options/panel1.php:112
228
  msgid "contains"
229
  msgstr "утрымоўвае"
230
 
231
- #: options/panel1.php:113
232
  msgid "does not contain"
233
  msgstr "не ўтрымоўвае"
234
 
235
- #: options/panel1.php:114
236
  msgid "starts with"
237
  msgstr "пачынаецца з"
238
 
239
- #: options/panel1.php:115
240
  msgid "ends with"
241
  msgstr "сканчаецца на"
242
 
243
- #: options/panel1.php:118
244
  msgid "results per page:"
245
  msgstr "вынікі пастаронкава:"
246
 
247
- #: options/panel1.php:120
248
  msgid "Search"
249
  msgstr "Шукаць"
250
 
251
- #: options/panel1.php:128
252
  msgid "Reverse the order by Post ID"
253
  msgstr "Змяніць парадак па ID запісы"
254
 
255
- #: options/panel1.php:129 options/panel1.php:130
256
  msgid "Reverse the order by Date/Time"
257
  msgstr "Змяніць парадак па даце/чакай"
258
 
259
- #: options/panel1.php:132
260
  msgid "Post (ID)"
261
  msgstr "Запіс (ID)"
262
 
263
- #: options/panel1.php:135
264
  msgid "Search query:"
265
  msgstr "Пошукавы запыт:"
266
 
267
- #: options/panel1.php:135
268
  msgid "Rows:"
269
  msgstr "Шэрагі:"
270
 
271
- #: options/panel1.php:135
272
  msgid "of"
273
  msgstr " "
274
 
275
- #: options/panel1.php:142 options/panel1.php:158
276
  msgid "Date and Time"
277
  msgstr "Дата і час"
278
 
279
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
280
  msgid "Replies"
281
  msgstr "Адказы"
282
 
283
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
284
  msgid "Replies Unconfirmed"
285
  msgstr ""
286
 
287
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
288
  msgid "All Comments"
289
  msgstr ""
290
 
291
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
292
  msgid "Unconfirmed"
293
  msgstr ""
294
 
295
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
296
  msgid "Inactive"
297
  msgstr "Актыўна"
298
 
299
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
300
- #: templates/user.php:111
301
  msgid "Delete"
302
  msgstr "Выдаліць"
303
 
304
- #: options/panel1.php:202 options/panel1.php:212
305
  msgid "Edit"
306
  msgstr "Рэдагаваць"
307
 
308
- #: options/panel1.php:204 options/panel1.php:210
309
  msgid "Subscription"
310
  msgstr "Падпіскі"
311
 
312
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
313
  msgid "Action:"
314
  msgstr "Дзеянне:"
315
 
316
- #: options/panel1.php:227
317
  msgid "Delete forever"
318
  msgstr "Выдаліць назаўжды"
319
 
320
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
321
  msgid "Suspend"
322
  msgstr "Прыпыніць"
323
 
324
- #: options/panel1.php:229
325
  msgid "Activate and set to Y"
326
  msgstr "Уключыць і ўсталяваць на Y"
327
 
328
- #: options/panel1.php:230
329
  msgid "Activate and set to R"
330
  msgstr "Уключыць і ўсталяваць на R"
331
 
332
- #: options/panel1.php:231
333
  msgid "Activate"
334
  msgstr "Уключыць"
335
 
336
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
337
  msgid "Update subscriptions"
338
  msgstr "Абнавіць падпіскі"
339
 
340
- #: options/panel1.php:238
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:92
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:94
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:110
376
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
377
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
378
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
379
- #: options/panel5.php:210 options/panel5.php:219
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:111
385
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
386
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
387
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
388
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
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:265
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:108
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:125
855
  msgid "Autopurge requests"
856
  msgstr "Аўтаматычна выдаляць запыты"
857
 
858
- #: options/panel5.php:57 options/panel5.php:143
859
  msgid "Enable double check"
860
  msgstr "Уключыць падвойнае пацверджанне"
861
 
862
- #: options/panel5.php:60 options/panel5.php:134
863
  msgid "StCR Position"
864
  msgstr ""
865
 
866
- #: options/panel5.php:63 options/panel5.php:151
867
  msgid "Subscribe authors"
868
  msgstr ""
869
 
870
- #: options/panel5.php:66 options/panel5.php:161
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:199
887
  msgid "Let admin subscribe"
888
  msgstr "Дазволіць адміну падпісвацца"
889
 
890
- #: options/panel5.php:81 options/panel5.php:208
891
  msgid "BCC admin on Notifications"
892
  msgstr "Апавяшчэнні"
893
 
894
- #: options/panel5.php:84 options/panel5.php:217
895
  msgid "Enable Font Awesome"
896
  msgstr ""
897
 
898
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
899
  msgid "Reset All Options"
900
  msgstr ""
901
 
902
- #: options/panel5.php:112
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:117
909
  msgid "Safely Uninstall"
910
  msgstr ""
911
 
912
- #: options/panel5.php:121
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:128
919
  msgid "days"
920
  msgstr "дзён"
921
 
922
- #: options/panel5.php:129
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:138
 
 
 
 
 
 
 
 
 
 
 
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:147
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:156
946
  msgid ""
947
  "Automatically subscribe authors to their own articles (not retroactive)."
948
  msgstr ""
949
 
950
- #: options/panel5.php:165
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:170
959
  msgid "HTMLify links in emails"
960
  msgstr ""
961
 
962
- #: options/panel5.php:175
963
  msgid ""
964
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
965
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
966
  msgstr ""
967
 
968
- #: options/panel5.php:180
969
  msgid "Process trackbacks"
970
  msgstr "Апрацоўваць трэкбеки"
971
 
972
- #: options/panel5.php:184
973
  msgid ""
974
  "Notify users when a new trackback or pingback is added to the discussion."
975
  msgstr ""
976
  "Апавяшчаць падпісантаў пра новыя трэкбеках ці пингбэках да абмеркавання"
977
 
978
- #: options/panel5.php:189
979
  msgid "Track all subscriptions"
980
  msgstr "Адсачыць усе падпіскі"
981
 
982
- #: options/panel5.php:194
983
  msgid "Notify the administrator when users subscribe without commenting."
984
  msgstr "Апавяшчаць адміністратара, калі карыстачы падпісваюцца без каментара."
985
 
986
- #: options/panel5.php:203
987
  msgid "Let the administrator subscribe to comments when logged in."
988
  msgstr "Дазволіць адміну падпісвацца, калі ён аўтарызаваны."
989
 
990
- #: options/panel5.php:212
991
  msgid "Send a copy of all Notifications to the administrator."
992
  msgstr ""
993
 
994
- #: options/panel5.php:221
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:226
1001
  msgid "StCR Unique Key"
1002
  msgstr ""
1003
 
1004
- #: options/panel5.php:231
1005
  msgid "This Unique Key is not set, please click the following button to "
1006
  msgstr ""
1007
 
1008
- #: options/panel5.php:235 options/panel5.php:246
1009
  msgid "Generate"
1010
  msgstr "Tasso di rimbalzo"
1011
 
1012
- #: options/panel5.php:243
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:256
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:258
1025
  msgid "Yes, Delete Options including subscriptions."
1026
  msgstr ""
1027
 
1028
- #: options/panel5.php:259
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:88 templates/user.php:104
1161
  msgid "Select all"
1162
  msgstr "Абраць усё"
1163
 
1164
- #: templates/author.php:89 templates/user.php:106
1165
  msgid "Invert selection"
1166
  msgstr "Абраць зваротнае"
1167
 
1168
- #: templates/author.php:92 templates/user.php:110
1169
  msgid "Choose your action"
1170
  msgstr ""
1171
 
1172
- #: templates/author.php:95 templates/user.php:113
1173
  msgid "All comments"
1174
  msgstr ""
1175
 
1176
- #: templates/author.php:96 templates/user.php:114
1177
- #: wp_subscribe_reloaded.php:1122
1178
  msgid "Replies to my comments"
1179
  msgstr "Адказы на мае каментары"
1180
 
1181
- #: templates/author.php:102 templates/confirm.php:28
1182
- #: templates/request-management-link.php:114 templates/user.php:124
1183
  msgid "Return to Post"
1184
  msgstr ""
1185
 
1186
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1187
- #: templates/user.php:128
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:106
1198
- #: templates/subscribe.php:112
 
1199
  msgid "Send"
1200
  msgstr "Адправіць"
1201
 
1202
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1203
  msgid "New subscription to"
1204
  msgstr "Новая падпіска на"
1205
 
1206
- #: templates/subscribe.php:51
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:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:197
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:198
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:199
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:205
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:206
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:207
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:208
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:209
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:210
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:211
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:215
1668
  msgid "There is a new comment to [post_title]"
1669
  msgstr "З'явіўся новы каментар да артыкула [post_title]"
1670
 
1671
- #: utils/stcr_utils.php:216
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:217
1689
  msgid "Please confirm your subscription to [post_title]"
1690
  msgstr "Калі ласка, пацвердзіце сваю падпіску на артыкул [post_title]"
1691
 
1692
- #: utils/stcr_utils.php:218
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:219
1714
  msgid "Manage your subscriptions on [blog_name]"
1715
  msgstr "Рэдагаваць свае падпіскі на сайце [blog_name]"
1716
 
1717
- #: utils/stcr_utils.php:220
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:221
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:300
1740
  msgid "StCR Notification"
1741
  msgstr "Апавяшчэнні"
1742
 
1743
- #: wp_subscribe_reloaded.php:1120
1744
  msgid "Don't subscribe"
1745
  msgstr "Не падпісвацца"
1746
 
1747
- #: wp_subscribe_reloaded.php:1121
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 "&laquo; Previous"
129
  msgstr "&laquo; Зваротна"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "Наперад &raquo;"
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>&lt;a href=\"\"&gt;"
1014
  "&lt;/a&gt;</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
 
langs/subscribe-reloaded-cs_CZ.mo CHANGED
Binary file
langs/subscribe-reloaded-cs_CZ.po CHANGED
@@ -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-12 15:06-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:10-0700\n"
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:203
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:61
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:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
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:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "Status"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
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:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr "Pouze reakce"
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
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:46
89
  msgid "Update"
90
  msgstr "Aktualizovat "
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "Odběr přidán."
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "Odběry aktualizovány."
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "Odběr vymazán."
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "Vymazáno odběrů:"
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "Odběry pozastaveny."
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "Odběry aktivovány."
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
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:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; Předchozí"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "další &raquo;"
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:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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:27
153
  msgid "From"
154
  msgstr "Od"
155
 
156
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
157
  msgid "To"
158
  msgstr "Komu"
159
 
160
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
161
  msgid "Keep unchanged"
162
  msgstr "Neměnit"
163
 
164
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
165
  msgid "Suspended"
166
  msgstr "Pozastaveno"
167
 
168
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
169
  msgid "Mass Update Subscriptions"
170
  msgstr "Hromadné úpravy"
171
 
172
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
173
  msgid "email address"
174
  msgstr ""
175
 
176
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
177
  msgid "optional - new email address"
178
  msgstr ""
179
 
180
- #: options/panel1.php:49
181
  msgid "More info"
182
  msgstr ""
183
 
184
- #: options/panel1.php:55
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:68
191
  msgid "Post ID"
192
  msgstr "Příspěvek"
193
 
194
- #: options/panel1.php:83
195
  msgid "Add"
196
  msgstr "Přidat "
197
 
198
- #: options/panel1.php:98
199
  msgid "Search subscriptions"
200
  msgstr "Hledat odběry"
201
 
202
- #: options/panel1.php:102
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:106
211
  msgid "email"
212
  msgstr "Email"
213
 
214
- #: options/panel1.php:107
215
  msgid "post ID"
216
  msgstr "Příspěvek"
217
 
218
- #: options/panel1.php:108
219
  msgid "status"
220
  msgstr "status"
221
 
222
- #: options/panel1.php:111
223
  msgid "equals"
224
  msgstr "rovnající se"
225
 
226
- #: options/panel1.php:112
227
  msgid "contains"
228
  msgstr "obsahuje"
229
 
230
- #: options/panel1.php:113
231
  msgid "does not contain"
232
  msgstr "neobsahuje"
233
 
234
- #: options/panel1.php:114
235
  msgid "starts with"
236
  msgstr "začíná na"
237
 
238
- #: options/panel1.php:115
239
  msgid "ends with"
240
  msgstr "končí na"
241
 
242
- #: options/panel1.php:118
243
  msgid "results per page:"
244
  msgstr "výsledků na stránku"
245
 
246
- #: options/panel1.php:120
247
  msgid "Search"
248
  msgstr "Hledat"
249
 
250
- #: options/panel1.php:128
251
  msgid "Reverse the order by Post ID"
252
  msgstr "Obrátit pořadí dle ID příspěvku"
253
 
254
- #: options/panel1.php:129 options/panel1.php:130
255
  msgid "Reverse the order by Date/Time"
256
  msgstr "Obrátit pořadí dle data"
257
 
258
- #: options/panel1.php:132
259
  msgid "Post (ID)"
260
  msgstr "Post ID"
261
 
262
- #: options/panel1.php:135
263
  msgid "Search query:"
264
  msgstr "vyhledávací řetězec"
265
 
266
- #: options/panel1.php:135
267
  msgid "Rows:"
268
  msgstr "Řádky:"
269
 
270
- #: options/panel1.php:135
271
  msgid "of"
272
  msgstr "z"
273
 
274
- #: options/panel1.php:142 options/panel1.php:158
275
  msgid "Date and Time"
276
  msgstr "Datum a čas"
277
 
278
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
279
  msgid "Replies"
280
  msgstr "Reakce"
281
 
282
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
283
  msgid "Replies Unconfirmed"
284
  msgstr ""
285
 
286
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
287
  msgid "All Comments"
288
  msgstr ""
289
 
290
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
291
  msgid "Unconfirmed"
292
  msgstr ""
293
 
294
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
295
  msgid "Inactive"
296
  msgstr ""
297
 
298
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
299
- #: templates/user.php:111
300
  msgid "Delete"
301
  msgstr "Vymazat"
302
 
303
- #: options/panel1.php:202 options/panel1.php:212
304
  msgid "Edit"
305
  msgstr "Editovat"
306
 
307
- #: options/panel1.php:204 options/panel1.php:210
308
  msgid "Subscription"
309
  msgstr ""
310
 
311
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
312
  msgid "Action:"
313
  msgstr "Akce:"
314
 
315
- #: options/panel1.php:227
316
  msgid "Delete forever"
317
  msgstr "Vymazat navždy"
318
 
319
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
320
  msgid "Suspend"
321
  msgstr "Pozastavit"
322
 
323
- #: options/panel1.php:229
324
  msgid "Activate and set to Y"
325
  msgstr "Nastavit a aktivovat na Y"
326
 
327
- #: options/panel1.php:230
328
  msgid "Activate and set to R"
329
  msgstr "Nastavit a aktivovat na R"
330
 
331
- #: options/panel1.php:231
332
  msgid "Activate"
333
  msgstr "Aktivovat"
334
 
335
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
336
  msgid "Update subscriptions"
337
  msgstr "Aktualizovat odběry"
338
 
339
- #: options/panel1.php:238
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:92
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:94
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:110
375
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
376
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
377
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
378
- #: options/panel5.php:210 options/panel5.php:219
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:111
384
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
385
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
386
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
387
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
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:265
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:108
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:125
859
  msgid "Autopurge requests"
860
  msgstr "Autočištění požadavků"
861
 
862
- #: options/panel5.php:57 options/panel5.php:143
863
  msgid "Enable double check"
864
  msgstr "Povolit dvojí kontrolu emailu"
865
 
866
- #: options/panel5.php:60 options/panel5.php:134
867
  msgid "StCR Position"
868
  msgstr ""
869
 
870
- #: options/panel5.php:63 options/panel5.php:151
871
  msgid "Subscribe authors"
872
  msgstr ""
873
 
874
- #: options/panel5.php:66 options/panel5.php:161
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:199
891
  msgid "Let admin subscribe"
892
  msgstr "Povolit odběry pro administrátora"
893
 
894
- #: options/panel5.php:81 options/panel5.php:208
895
  msgid "BCC admin on Notifications"
896
  msgstr ""
897
 
898
- #: options/panel5.php:84 options/panel5.php:217
899
  msgid "Enable Font Awesome"
900
  msgstr ""
901
 
902
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
903
  msgid "Reset All Options"
904
  msgstr ""
905
 
906
- #: options/panel5.php:112
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:117
913
  msgid "Safely Uninstall"
914
  msgstr ""
915
 
916
- #: options/panel5.php:121
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:128
923
  msgid "days"
924
  msgstr "dní"
925
 
926
- #: options/panel5.php:129
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:138
 
 
 
 
 
 
 
 
 
 
 
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:147
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:156
948
  msgid ""
949
  "Automatically subscribe authors to their own articles (not retroactive)."
950
  msgstr ""
951
 
952
- #: options/panel5.php:165
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:170
961
  msgid "HTMLify links in emails"
962
  msgstr ""
963
 
964
- #: options/panel5.php:175
965
  msgid ""
966
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
967
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
968
  msgstr ""
969
 
970
- #: options/panel5.php:180
971
  msgid "Process trackbacks"
972
  msgstr "Zpracovat trackbacky"
973
 
974
- #: options/panel5.php:184
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:189
982
  msgid "Track all subscriptions"
983
  msgstr "Sledovat všechny odběry"
984
 
985
- #: options/panel5.php:194
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:203
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:212
996
  msgid "Send a copy of all Notifications to the administrator."
997
  msgstr ""
998
 
999
- #: options/panel5.php:221
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:226
1006
  msgid "StCR Unique Key"
1007
  msgstr ""
1008
 
1009
- #: options/panel5.php:231
1010
  msgid "This Unique Key is not set, please click the following button to "
1011
  msgstr ""
1012
 
1013
- #: options/panel5.php:235 options/panel5.php:246
1014
  msgid "Generate"
1015
  msgstr ""
1016
 
1017
- #: options/panel5.php:243
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:256
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:258
1030
  msgid "Yes, Delete Options including subscriptions."
1031
  msgstr ""
1032
 
1033
- #: options/panel5.php:259
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:88 templates/user.php:104
1156
  msgid "Select all"
1157
  msgstr "Vybrat vše"
1158
 
1159
- #: templates/author.php:89 templates/user.php:106
1160
  msgid "Invert selection"
1161
  msgstr "Obrátit výběr"
1162
 
1163
- #: templates/author.php:92 templates/user.php:110
1164
  msgid "Choose your action"
1165
  msgstr ""
1166
 
1167
- #: templates/author.php:95 templates/user.php:113
1168
  msgid "All comments"
1169
  msgstr ""
1170
 
1171
- #: templates/author.php:96 templates/user.php:114
1172
- #: wp_subscribe_reloaded.php:1122
1173
  msgid "Replies to my comments"
1174
  msgstr "Odebírat (jen na moje komentáře)"
1175
 
1176
- #: templates/author.php:102 templates/confirm.php:28
1177
- #: templates/request-management-link.php:114 templates/user.php:124
1178
  msgid "Return to Post"
1179
  msgstr ""
1180
 
1181
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1182
- #: templates/user.php:128
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:106
1193
- #: templates/subscribe.php:112
 
1194
  msgid "Send"
1195
  msgstr "Odeslat"
1196
 
1197
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
1198
  msgid "New subscription to"
1199
  msgstr "Nový odběr k"
1200
 
1201
- #: templates/subscribe.php:51
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:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:197
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:198
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:199
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:205
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:206
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:207
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:208
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:209
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:210
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:211
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:215
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:216
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:217
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:218
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:219
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:220
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:221
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:300
1731
  msgid "StCR Notification"
1732
  msgstr ""
1733
 
1734
- #: wp_subscribe_reloaded.php:1120
1735
  msgid "Don't subscribe"
1736
  msgstr "Neodebírat"
1737
 
1738
- #: wp_subscribe_reloaded.php:1121
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 "&laquo; Previous"
129
  msgstr "&laquo; Předchozí"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "další &raquo;"
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
215
  msgid ""
216
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
218
  msgstr ""
219
  "Můžete zobrazit <a href=\"%s\">přehled všech odběrů</a> nebo najít podle"
220
 
221
+ #: options/panel1.php:132
222
  msgid "email"
223
  msgstr "Email"
224
 
225
+ #: options/panel1.php:133
226
  msgid "post ID"
227
  msgstr "Příspěvek"
228
 
229
+ #: options/panel1.php:134
230
  msgid "status"
231
  msgstr "status"
232
 
233
+ #: options/panel1.php:137
234
  msgid "equals"
235
  msgstr "rovnající se"
236
 
237
+ #: options/panel1.php:138
238
  msgid "contains"
239
  msgstr "obsahuje"
240
 
241
+ #: options/panel1.php:139
242
  msgid "does not contain"
243
  msgstr "neobsahuje"
244
 
245
+ #: options/panel1.php:140
246
  msgid "starts with"
247
  msgstr "začíná na"
248
 
249
+ #: options/panel1.php:141
250
  msgid "ends with"
251
  msgstr "končí na"
252
 
253
+ #: options/panel1.php:144
254
  msgid "results per page:"
255
  msgstr "výsledků na stránku"
256
 
257
+ #: options/panel1.php:146
258
  msgid "Search"
259
  msgstr "Hledat"
260
 
261
+ #: options/panel1.php:154
262
  msgid "Reverse the order by Post ID"
263
  msgstr "Obrátit pořadí dle ID příspěvku"
264
 
265
+ #: options/panel1.php:155 options/panel1.php:156
266
  msgid "Reverse the order by Date/Time"
267
  msgstr "Obrátit pořadí dle data"
268
 
269
+ #: options/panel1.php:158
270
  msgid "Post (ID)"
271
  msgstr "Post ID"
272
 
273
+ #: options/panel1.php:161
274
  msgid "Search query:"
275
  msgstr "vyhledávací řetězec"
276
 
277
+ #: options/panel1.php:161
278
  msgid "Rows:"
279
  msgstr "Řádky:"
280
 
281
+ #: options/panel1.php:161
282
  msgid "of"
283
  msgstr "z"
284
 
285
+ #: options/panel1.php:168 options/panel1.php:184
286
  msgid "Date and Time"
287
  msgstr "Datum a čas"
288
 
289
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
290
  msgid "Replies"
291
  msgstr "Reakce"
292
 
293
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
294
  msgid "Replies Unconfirmed"
295
  msgstr ""
296
 
297
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
298
  msgid "All Comments"
299
  msgstr ""
300
 
301
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
302
  msgid "Unconfirmed"
303
  msgstr ""
304
 
305
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
306
  msgid "Inactive"
307
  msgstr ""
308
 
309
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
310
+ #: templates/user.php:114
311
  msgid "Delete"
312
  msgstr "Vymazat"
313
 
314
+ #: options/panel1.php:228 options/panel1.php:238
315
  msgid "Edit"
316
  msgstr "Editovat"
317
 
318
+ #: options/panel1.php:230 options/panel1.php:236
319
  msgid "Subscription"
320
  msgstr ""
321
 
322
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
323
  msgid "Action:"
324
  msgstr "Akce:"
325
 
326
+ #: options/panel1.php:253
327
  msgid "Delete forever"
328
  msgstr "Vymazat navždy"
329
 
330
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
331
  msgid "Suspend"
332
  msgstr "Pozastavit"
333
 
334
+ #: options/panel1.php:255
335
  msgid "Activate and set to Y"
336
  msgstr "Nastavit a aktivovat na Y"
337
 
338
+ #: options/panel1.php:256
339
  msgid "Activate and set to R"
340
  msgstr "Nastavit a aktivovat na R"
341
 
342
+ #: options/panel1.php:257
343
  msgid "Activate"
344
  msgstr "Aktivovat"
345
 
346
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
347
  msgid "Update subscriptions"
348
  msgstr "Aktualizovat odběry"
349
 
350
+ #: options/panel1.php:264
351
  msgid "Sorry, no subscriptions match your search criteria."
352
  msgstr "Nenalezeny žádné odběry."
353
 
354
+ #: options/panel1.php:321 options/panel1.php:389
355
+ #, fuzzy
356
+ #| msgid "Awaiting confirmation"
357
+ msgid "Missing information"
358
+ msgstr "Čeká na schválení"
359
+
360
+ #: options/panel1.php:329 options/panel1.php:414
361
+ #, fuzzy
362
+ #| msgid "Sender email address"
363
+ msgid "Invalid email address."
364
+ msgstr "Email odesílatele"
365
+
366
+ #: options/panel1.php:397
367
+ msgid "Enter a numeric Post ID."
368
+ msgstr ""
369
+
370
+ #: options/panel1.php:406
371
+ #, fuzzy
372
+ #| msgid "Awaiting confirmation"
373
+ msgid "Missing email information"
374
+ msgstr "Čeká na schválení"
375
+
376
+ #: options/panel1.php:442 options/panel1.php:450
377
+ msgid "Please enter a value"
378
+ msgstr ""
379
+
380
  #: options/panel10.php:41
381
  msgid "The log file has been successfully deleted."
382
  msgstr ""
398
  msgstr ""
399
 
400
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
401
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
402
  msgid "Your settings have been successfully updated."
403
  msgstr "Vaše nastavení bylo úspěšně aktualizováno."
404
 
405
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
406
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
407
  msgid "There was an error updating the following fields:"
408
  msgstr "Chyba při aktualizaci těchto polí:"
409
 
410
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
411
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
412
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
413
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
414
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
415
+ #: options/panel5.php:221 options/panel5.php:230
416
  msgid "Yes"
417
  msgstr "Ano"
418
 
419
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
420
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
421
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
422
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
423
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
424
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
425
  msgid "No"
426
  msgstr "Ne"
427
 
465
  msgstr ""
466
 
467
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
468
+ #: options/panel4.php:283 options/panel5.php:276
469
  msgid "Save Changes"
470
  msgstr "Uložit změny"
471
 
884
  msgid "There was an error deleting the options:"
885
  msgstr "Chyba při aktualizaci těchto polí:"
886
 
887
+ #: options/panel5.php:48 options/panel5.php:111
888
  msgid "Show StCR checkbox / dropdown"
889
  msgstr ""
890
 
892
  msgid "Safetly Uninstall"
893
  msgstr ""
894
 
895
+ #: options/panel5.php:54 options/panel5.php:128
896
  msgid "Autopurge requests"
897
  msgstr "Autočištění požadavků"
898
 
899
+ #: options/panel5.php:57 options/panel5.php:154
900
  msgid "Enable double check"
901
  msgstr "Povolit dvojí kontrolu emailu"
902
 
903
+ #: options/panel5.php:60 options/panel5.php:145
904
  msgid "StCR Position"
905
  msgstr ""
906
 
907
+ #: options/panel5.php:63 options/panel5.php:162
908
  msgid "Subscribe authors"
909
  msgstr ""
910
 
911
+ #: options/panel5.php:66 options/panel5.php:172
912
  msgid "Enable HTML emails"
913
  msgstr "Povolit HTML formát emailů"
914
 
924
  msgid "Notify admin"
925
  msgstr "Upozornit administrátora"
926
 
927
+ #: options/panel5.php:78 options/panel5.php:210
928
  msgid "Let admin subscribe"
929
  msgstr "Povolit odběry pro administrátora"
930
 
931
+ #: options/panel5.php:81 options/panel5.php:219
932
  msgid "BCC admin on Notifications"
933
  msgstr ""
934
 
935
+ #: options/panel5.php:84 options/panel5.php:228
936
  msgid "Enable Font Awesome"
937
  msgstr ""
938
 
939
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
940
+ #: options/panel5.php:272
941
  msgid "Reset All Options"
942
  msgstr ""
943
 
944
+ #: options/panel5.php:115
945
  msgid ""
946
  "This option will disable the StCR checkbox or dropdown in you comment form. "
947
  "You should leave it to Yes always. "
948
  msgstr ""
949
 
950
+ #: options/panel5.php:120
951
  msgid "Safely Uninstall"
952
  msgstr ""
953
 
954
+ #: options/panel5.php:124
955
  msgid ""
956
  "This option will allow you to delete the plugin with WordPress without "
957
  "loosing your subscribers. Any database table and plugin options are wipeout."
958
  msgstr ""
959
 
960
+ #: options/panel5.php:131
961
  msgid "days"
962
  msgstr "dní"
963
 
964
+ #: options/panel5.php:132
965
  msgid ""
966
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
967
  "this feature."
968
  msgstr ""
969
  "Vymazat požadavky na odběry (neschválené) po X dnech. 0 znamená vypnuto. "
970
 
971
+ #: options/panel5.php:136
972
+ msgid "Date Format"
973
+ msgstr ""
974
+
975
+ #: options/panel5.php:140
976
+ msgid ""
977
+ "Date format that will be display on the management page. Use <a "
978
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
979
+ "date-parameters' target='_blank'>PHP Date Format</a>"
980
+ msgstr ""
981
+
982
+ #: options/panel5.php:149
983
  msgid ""
984
  "If this option is enable the subscription box will be above the submit "
985
  "button in your comment form. Use this when your theme is outdated and using "
986
  "the incorrect WordPress Hooks and the checkbox is not displayed."
987
  msgstr ""
988
 
989
+ #: options/panel5.php:158
990
  msgid ""
991
  "Send a notification email to confirm the subscription (to avoid addresses "
992
  "misuse)."
993
  msgstr ""
994
  "Zašle upozorňovací email pro potvrzení odběru aby se zamezilo zneužití adres."
995
 
996
+ #: options/panel5.php:167
997
  msgid ""
998
  "Automatically subscribe authors to their own articles (not retroactive)."
999
  msgstr ""
1000
 
1001
+ #: options/panel5.php:176
1002
  msgid ""
1003
  "If enabled, will send email messages with content-type = text/html instead "
1004
  "of text/plain"
1006
  "Pokud je povoleno, budou emaily zasílány ve formátu <code>content-type = "
1007
  "text/html</code> namísto <code>content-type = text/plain</code>"
1008
 
1009
+ #: options/panel5.php:181
1010
  msgid "HTMLify links in emails"
1011
  msgstr ""
1012
 
1013
+ #: options/panel5.php:186
1014
  msgid ""
1015
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1016
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1017
  msgstr ""
1018
 
1019
+ #: options/panel5.php:191
1020
  msgid "Process trackbacks"
1021
  msgstr "Zpracovat trackbacky"
1022
 
1023
+ #: options/panel5.php:195
1024
  msgid ""
1025
  "Notify users when a new trackback or pingback is added to the discussion."
1026
  msgstr ""
1027
  "Upozornit odběratele pokud je do diskuse zapojen nový trackback nebo "
1028
  "pingback."
1029
 
1030
+ #: options/panel5.php:200
1031
  msgid "Track all subscriptions"
1032
  msgstr "Sledovat všechny odběry"
1033
 
1034
+ #: options/panel5.php:205
1035
  msgid "Notify the administrator when users subscribe without commenting."
1036
  msgstr ""
1037
  "Upozornit administrátora pokud se uživatel přihlásí k odběrům a sám "
1038
  "nekomentuje."
1039
 
1040
+ #: options/panel5.php:214
1041
  msgid "Let the administrator subscribe to comments when logged in."
1042
  msgstr "Povolit odběry pro administrátora pokud je přihlášen."
1043
 
1044
+ #: options/panel5.php:223
1045
  msgid "Send a copy of all Notifications to the administrator."
1046
  msgstr ""
1047
 
1048
+ #: options/panel5.php:232
1049
  msgid ""
1050
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1051
  "you theme already add this into your site."
1052
  msgstr ""
1053
 
1054
+ #: options/panel5.php:237
1055
  msgid "StCR Unique Key"
1056
  msgstr ""
1057
 
1058
+ #: options/panel5.php:242
1059
  msgid "This Unique Key is not set, please click the following button to "
1060
  msgstr ""
1061
 
1062
+ #: options/panel5.php:246 options/panel5.php:257
1063
  msgid "Generate"
1064
  msgstr ""
1065
 
1066
+ #: options/panel5.php:254
1067
  msgid ""
1068
  "This Unique Key will be use to send the notification to your subscribers "
1069
  "with more security."
1070
  msgstr ""
1071
 
1072
+ #: options/panel5.php:267
1073
  msgid ""
1074
  "This will reset all the options and messages of the plugin. Please proceed "
1075
  "with caution."
1076
  msgstr ""
1077
 
1078
+ #: options/panel5.php:269
1079
  msgid "Yes, Delete Options including subscriptions."
1080
  msgstr ""
1081
 
1082
+ #: options/panel5.php:270
1083
  msgid "No, Only delete the StCR Options."
1084
  msgstr ""
1085
 
1201
  msgid "Subscription Status"
1202
  msgstr ""
1203
 
1204
+ #: templates/author.php:91 templates/user.php:107
1205
  msgid "Select all"
1206
  msgstr "Vybrat vše"
1207
 
1208
+ #: templates/author.php:92 templates/user.php:109
1209
  msgid "Invert selection"
1210
  msgstr "Obrátit výběr"
1211
 
1212
+ #: templates/author.php:95 templates/user.php:113
1213
  msgid "Choose your action"
1214
  msgstr ""
1215
 
1216
+ #: templates/author.php:98 templates/user.php:116
1217
  msgid "All comments"
1218
  msgstr ""
1219
 
1220
+ #: templates/author.php:99 templates/user.php:117
1221
+ #: wp_subscribe_reloaded.php:1118
1222
  msgid "Replies to my comments"
1223
  msgstr "Odebírat (jen na moje komentáře)"
1224
 
1225
+ #: templates/author.php:105 templates/confirm.php:28
1226
+ #: templates/request-management-link.php:125 templates/user.php:127
1227
  msgid "Return to Post"
1228
  msgstr ""
1229
 
1230
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1231
+ #: templates/user.php:131
1232
  msgid "No subscriptions match your search criteria."
1233
  msgstr "Žádné odběry."
1234
 
1238
  "enter your email below and a new link will be send."
1239
  msgstr ""
1240
 
1241
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1242
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1243
+ #: templates/subscribe.php:148
1244
  msgid "Send"
1245
  msgstr "Odeslat"
1246
 
1247
+ #: templates/request-management-link.php:143
1248
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1249
+ #: templates/subscribe.php:178
1250
+ msgid "Email address is not valid"
1251
+ msgstr ""
1252
+
1253
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1254
+ msgid "Please enter your email"
1255
+ msgstr ""
1256
+
1257
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1258
  msgid "New subscription to"
1259
  msgstr "Nový odběr k"
1260
 
1261
+ #: templates/subscribe.php:61
1262
  msgid "User:"
1263
  msgstr "Uživatel:"
1264
 
1395
 
1396
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1397
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1398
+ #: utils/stcr_upgrade.php:610
1399
  msgid ""
1400
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1401
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1436
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1437
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1438
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1439
+ #: utils/stcr_upgrade.php:615
1440
  msgid ""
1441
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1442
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1523
 
1524
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1525
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1526
+ #: utils/stcr_upgrade.php:609
1527
  msgid "This version includes fixes and improvements, "
1528
  msgstr ""
1529
 
1539
  msgstr ""
1540
 
1541
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1542
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1543
  msgid "Log Settings"
1544
  msgstr ""
1545
 
1546
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1547
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1548
  msgid ""
1549
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1550
  msgstr ""
1560
  msgstr ""
1561
 
1562
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1563
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1564
  msgid "The support of this plugin is given thanks to your donations."
1565
  msgstr ""
1566
 
1611
  msgid "<strong>Fix</strong> issue regarding database collations"
1612
  msgstr ""
1613
 
1614
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1615
  msgid ""
1616
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1617
  "aria-hidden=\"true\"></i> <a href=\"\n"
1622
  "Thanks for all the users that have supported the plugin development."
1623
  msgstr ""
1624
 
1625
+ #: utils/stcr_utils.php:158
1626
+ msgid "January"
1627
+ msgstr ""
1628
+
1629
+ #: utils/stcr_utils.php:159
1630
+ msgid "February"
1631
+ msgstr ""
1632
+
1633
+ #: utils/stcr_utils.php:160
1634
+ #, fuzzy
1635
+ #| msgid "Search"
1636
+ msgid "March"
1637
+ msgstr "Hledat"
1638
+
1639
+ #: utils/stcr_utils.php:161
1640
+ msgid "April"
1641
+ msgstr ""
1642
+
1643
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1644
+ msgid "May"
1645
+ msgstr ""
1646
+
1647
+ #: utils/stcr_utils.php:163
1648
+ msgid "June"
1649
+ msgstr ""
1650
+
1651
+ #: utils/stcr_utils.php:164
1652
+ msgid "July"
1653
+ msgstr ""
1654
+
1655
+ #: utils/stcr_utils.php:165
1656
+ msgid "August"
1657
+ msgstr ""
1658
+
1659
+ #: utils/stcr_utils.php:166
1660
+ msgid "September"
1661
+ msgstr ""
1662
+
1663
+ #: utils/stcr_utils.php:167
1664
+ msgid "October"
1665
+ msgstr ""
1666
+
1667
+ #: utils/stcr_utils.php:168
1668
+ msgid "November"
1669
+ msgstr ""
1670
+
1671
+ #: utils/stcr_utils.php:169
1672
+ msgid "December"
1673
+ msgstr ""
1674
+
1675
+ #: utils/stcr_utils.php:173
1676
+ msgid "Jan"
1677
+ msgstr ""
1678
+
1679
+ #: utils/stcr_utils.php:174
1680
+ msgid "Feb"
1681
+ msgstr ""
1682
+
1683
+ #: utils/stcr_utils.php:175
1684
+ msgid "Mar"
1685
+ msgstr ""
1686
+
1687
+ #: utils/stcr_utils.php:176
1688
+ msgid "Apr"
1689
+ msgstr ""
1690
+
1691
+ #: utils/stcr_utils.php:178
1692
+ msgid "Jun"
1693
+ msgstr ""
1694
+
1695
+ #: utils/stcr_utils.php:179
1696
+ msgid "Jul"
1697
+ msgstr ""
1698
+
1699
+ #: utils/stcr_utils.php:180
1700
+ msgid "Aug"
1701
+ msgstr ""
1702
+
1703
+ #: utils/stcr_utils.php:181
1704
+ msgid "Sep"
1705
+ msgstr ""
1706
+
1707
+ #: utils/stcr_utils.php:182
1708
+ msgid "Oct"
1709
+ msgstr ""
1710
+
1711
+ #: utils/stcr_utils.php:183
1712
+ #, fuzzy
1713
+ #| msgid "No"
1714
+ msgid "Nov"
1715
+ msgstr "Ne"
1716
+
1717
+ #: utils/stcr_utils.php:184
1718
+ msgid "Dec"
1719
+ msgstr ""
1720
+
1721
+ #: utils/stcr_utils.php:273
1722
  msgid ""
1723
  "Notify me of followup comments via e-mail. You can also <a "
1724
  "href='[subscribe_link]'>subscribe</a> without commenting."
1728
  "upozornění na nové komentáře a sami článek nekomentovat? <a "
1729
  "href='[subscribe_link]'>Přihlaste se k odběru</a>.</span>"
1730
 
1731
+ #: utils/stcr_utils.php:274
1732
  msgid ""
1733
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1734
  "subscriptions."
1736
  "Jste přihlášen k odběru upozornění na nové komentáře k tomuto článku. Můžete "
1737
  "<a href='[manager_link]'>upravit</a> vaše odběry."
1738
 
1739
+ #: utils/stcr_utils.php:275
1740
  msgid ""
1741
  "Your subscription to this post needs to be confirmed. <a "
1742
  "href='[manager_link]'>Manage your subscriptions</a>."
1744
  "Vaše žádost k odběru upozornění na nové komentáře čeká na schválení. <a "
1745
  "href='[manager_link]'>Upravit vaše žádosti</a>."
1746
 
1747
+ #: utils/stcr_utils.php:276
1748
  msgid ""
1749
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1750
  msgstr ""
1751
  "<a href='[manager_link]'>Zde můžete spravovat</a> odběry upozornění na nové "
1752
  "komentáře k tomuto článku."
1753
 
1754
+ #: utils/stcr_utils.php:282
1755
  msgid ""
1756
  "To manage your subscriptions, please enter your email address here below. We "
1757
  "will send you a message containing the link to access your personal "
1760
  "Pro správu vašich upozornění zadejte e-mailovou adresu do pole níže. Bude "
1761
  "vám zaslán editační odkaz."
1762
 
1763
+ #: utils/stcr_utils.php:283
1764
  msgid ""
1765
  "Thank you for using our subscription service. Your request has been "
1766
  "completed, and you should receive an email with the management link in a few "
1769
  "Váš požadavek byl zpracován. V nejbližší době by jste měli obdržet odkaz v "
1770
  "emailu."
1771
 
1772
+ #: utils/stcr_utils.php:284
1773
  msgid ""
1774
  "You can follow the discussion on <strong>[post_title]</strong> without "
1775
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1778
  "Zasílat upozornění na nové komentáře k článku » [post_title] « .\n"
1779
  " E-mailovou adresu vyplňte do pole níže. Bude vám zaslán potvrzovací odkaz. "
1780
 
1781
+ #: utils/stcr_utils.php:285
1782
  msgid ""
1783
  "Thank you for using our subscription service. Your request has been "
1784
  "completed. You will receive a notification email every time a new comment to "
1787
  "Váš požadavek byl zpracován. Váš odběr upozornění na nové komentáře k tomuto "
1788
  "článku je aktivní."
1789
 
1790
+ #: utils/stcr_utils.php:286
1791
  msgid ""
1792
  "Thank you for using our subscription service. In order to confirm your "
1793
  "request, please check your email for the verification message and follow the "
1796
  "Váš požadavek byl zpracován. Pro potvrzení požadavku naleznete ve vašem "
1797
  "emailu potvrzovací odkaz."
1798
 
1799
+ #: utils/stcr_utils.php:287
1800
  msgid ""
1801
  "In order to cancel or suspend one or more notifications, select the "
1802
  "corresponding checkbox(es) and click on the button at the end of the list."
1804
  "Pro editaci upozornění vyberte odpovídající odběr, zaškrtněte volbu a "
1805
  "potvrďte."
1806
 
1807
+ #: utils/stcr_utils.php:288
1808
  msgid ""
1809
  "In order to cancel or suspend one or more notifications, select the "
1810
  "corresponding checkbox(es) and click on the button at the end of the list. "
1814
  "chcete změnit či zrušit zaškrtněte volbu a klikntěte na tlačítko "
1815
  "aktualizovat, pokud změnu nechcete pokračujte třeba přes menu):"
1816
 
1817
+ #: utils/stcr_utils.php:292
1818
  msgid "There is a new comment to [post_title]"
1819
  msgstr "Nový komentář k článku: [post_title]"
1820
 
1821
+ #: utils/stcr_utils.php:293
1822
  msgid ""
1823
  "<h1>There is a new comment on [post_title].</h1>\n"
1824
  "\n"
1835
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1836
  msgstr ""
1837
 
1838
+ #: utils/stcr_utils.php:294
1839
  msgid "Please confirm your subscription to [post_title]"
1840
  msgstr "Potvrďte odběr upozornění na nové komentáře k článku [post_title]"
1841
 
1842
+ #: utils/stcr_utils.php:295
1843
  #, fuzzy
1844
  #| msgid ""
1845
  #| "You have requested to be notified every time a new comment is added to:\n"
1861
  "Požadavek potvrďte prosím kliknutím na odkaz:\n"
1862
  "[confirm_link] "
1863
 
1864
+ #: utils/stcr_utils.php:296
1865
  msgid "Manage your subscriptions on [blog_name]"
1866
  msgstr "Upravit odběr upozornění na nové komentáře z [blog_name]"
1867
 
1868
+ #: utils/stcr_utils.php:297
1869
  msgid ""
1870
  "You have requested to manage your subscriptions to the articles on "
1871
  "[blog_name]. Please check the Subscriptions management link in your email"
1872
  msgstr ""
1873
 
1874
+ #: utils/stcr_utils.php:298
1875
  #, fuzzy
1876
  #| msgid ""
1877
  #| "You have requested to manage your subscriptions to the articles on "
1886
  "[blog_name] byl zpracován. Klikněte prosím zde pro úpravy:\n"
1887
  " [manager_link]"
1888
 
1889
+ #: utils/stcr_utils.php:378
1890
  msgid "StCR Notification"
1891
  msgstr ""
1892
 
1893
+ #: wp_subscribe_reloaded.php:1116
1894
  msgid "Don't subscribe"
1895
  msgstr "Neodebírat"
1896
 
1897
+ #: wp_subscribe_reloaded.php:1117
1898
  msgid "All"
1899
  msgstr "Odebírat (na všechny komentáře)"
1900
 
2023
  #~ msgid "Management page"
2024
  #~ msgstr "Nastavení"
2025
 
 
 
 
2026
  #~ msgid "Stats"
2027
  #~ msgstr "Status"
2028
 
langs/subscribe-reloaded-da_DK.mo CHANGED
Binary file
langs/subscribe-reloaded-da_DK.po CHANGED
@@ -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-12 15:07-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:10-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: da_DK\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
19
- #: utils/stcr_utils.php:203
20
  msgid "Manage subscriptions"
21
  msgstr "Rediger dine abonnementer"
22
 
@@ -45,7 +45,7 @@ msgstr "Support"
45
  msgid "Donate"
46
  msgstr ""
47
 
48
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
49
  msgid "Add New Subscription"
50
  msgstr "Ny abonnent til"
51
 
@@ -54,78 +54,80 @@ msgstr "Ny abonnent til"
54
  msgid "Post:"
55
  msgstr "Rækker:"
56
 
57
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
58
- #: options/panel1.php:133 templates/key_expired.php:72
59
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
60
  msgid "Email"
61
  msgstr "E-mail"
62
 
63
  #: options/panel1-add-subscription.php:20
64
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
65
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
66
  msgid "Status"
67
  msgstr "Status"
68
 
69
  #: options/panel1-add-subscription.php:22
70
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
71
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
72
  #: templates/user.php:76
73
  msgid "Active"
74
  msgstr "Opgave"
75
 
76
  #: options/panel1-add-subscription.php:23
77
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
78
- #: options/panel1.php:80
79
  msgid "Replies only"
80
  msgstr ""
81
 
82
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
83
  msgid "Ask user to confirm"
84
  msgstr ""
85
 
86
  #: options/panel1-add-subscription.php:26
87
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
88
  msgid "Update"
89
  msgstr "Opdater"
90
 
91
- #: options/panel1-business-logic.php:23
92
  msgid "Subscription added."
93
  msgstr "Abonnementer"
94
 
95
- #: options/panel1-business-logic.php:39
96
  msgid "Subscriptions updated."
97
  msgstr "Abonnementer pr. dag"
98
 
99
- #: options/panel1-business-logic.php:51
100
  msgid "Subscription deleted."
101
  msgstr "Abonnement udført"
102
 
103
- #: options/panel1-business-logic.php:70 templates/author.php:24
104
  #: templates/user.php:33
105
  msgid "Subscriptions deleted:"
106
  msgstr "Abonnementer til:"
107
 
108
- #: options/panel1-business-logic.php:74 templates/author.php:28
109
  #: templates/user.php:37
110
  msgid "Subscriptions suspended:"
111
  msgstr "Abonnement udført"
112
 
113
- #: options/panel1-business-logic.php:78 templates/author.php:32
114
  #: templates/user.php:41
115
  msgid "Subscriptions activated:"
116
  msgstr "Abonnementer til:"
117
 
118
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
119
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
120
  #: templates/user.php:49
121
  msgid "Subscriptions updated:"
122
  msgstr "Abonnementer pr. dag"
123
 
124
- #: options/panel1-business-logic.php:110
125
  msgid "&laquo; Previous"
126
  msgstr "&laquo; Forrige"
127
 
128
- #: options/panel1-business-logic.php:114
129
  msgid "Next &raquo;"
130
  msgstr "Næste &raquo;"
131
 
@@ -140,8 +142,8 @@ msgstr "Opdater abonnement"
140
  msgid "optional"
141
  msgstr "Indstillinger"
142
 
143
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
144
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
145
  #: templates/author.php:53 templates/user.php:65
146
  msgid ""
147
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -150,57 +152,66 @@ msgstr ""
150
  "Vær opmærksom: Denne operation kan ikke fortrydes! Er du sikker på at du vil "
151
  "fortsætte?"
152
 
153
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
154
  msgid "From"
155
  msgstr "Fra"
156
 
157
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
158
  msgid "To"
159
  msgstr "Til"
160
 
161
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
162
  msgid "Keep unchanged"
163
  msgstr ""
164
 
165
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
166
  msgid "Suspended"
167
  msgstr "Annuller"
168
 
169
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
170
  msgid "Mass Update Subscriptions"
171
  msgstr "Opdater abonnementer"
172
 
173
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
174
  msgid "email address"
175
  msgstr "Afsender e-mail adresse"
176
 
177
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
178
  msgid "optional - new email address"
179
  msgstr "Opdater e-mail adresse"
180
 
181
- #: options/panel1.php:49
182
  msgid "More info"
183
  msgstr ""
184
 
185
- #: options/panel1.php:55
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:68
192
  msgid "Post ID"
193
  msgstr "Indlæg (ID)"
194
 
195
- #: options/panel1.php:83
196
  msgid "Add"
197
  msgstr ""
198
 
199
- #: options/panel1.php:98
200
  msgid "Search subscriptions"
201
  msgstr "Abonnementer"
202
 
203
- #: options/panel1.php:102
204
  #, php-format
205
  msgid ""
206
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -209,139 +220,165 @@ msgstr ""
209
  "Du kan enten <a href=\"%s\">liste alle abonnementer</a> eller finde dem hvor "
210
  "<b>e-mail</b>"
211
 
212
- #: options/panel1.php:106
213
  msgid "email"
214
  msgstr "E-mail"
215
 
216
- #: options/panel1.php:107
217
  msgid "post ID"
218
  msgstr "Indlæg (ID)"
219
 
220
- #: options/panel1.php:108
221
  msgid "status"
222
  msgstr "Status"
223
 
224
- #: options/panel1.php:111
225
  msgid "equals"
226
  msgstr "er lig med"
227
 
228
- #: options/panel1.php:112
229
  msgid "contains"
230
  msgstr "indeholder"
231
 
232
- #: options/panel1.php:113
233
  msgid "does not contain"
234
  msgstr "ikke indeholder"
235
 
236
- #: options/panel1.php:114
237
  msgid "starts with"
238
  msgstr ""
239
 
240
- #: options/panel1.php:115
241
  msgid "ends with"
242
  msgstr ""
243
 
244
- #: options/panel1.php:118
245
  msgid "results per page:"
246
  msgstr ""
247
 
248
- #: options/panel1.php:120
249
  msgid "Search"
250
  msgstr "Søg"
251
 
252
- #: options/panel1.php:128
253
  msgid "Reverse the order by Post ID"
254
  msgstr "Omvend rækkefølgen til indlægs ID"
255
 
256
- #: options/panel1.php:129 options/panel1.php:130
257
  msgid "Reverse the order by Date/Time"
258
  msgstr "Omvend rækkefølgen til Dato/tid"
259
 
260
- #: options/panel1.php:132
261
  msgid "Post (ID)"
262
  msgstr "Indlæg (ID)"
263
 
264
- #: options/panel1.php:135
265
  msgid "Search query:"
266
  msgstr "Søg"
267
 
268
- #: options/panel1.php:135
269
  msgid "Rows:"
270
  msgstr "Rækker:"
271
 
272
- #: options/panel1.php:135
273
  msgid "of"
274
  msgstr "af"
275
 
276
- #: options/panel1.php:142 options/panel1.php:158
277
  msgid "Date and Time"
278
  msgstr "Dato og tid"
279
 
280
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
281
  msgid "Replies"
282
  msgstr ""
283
 
284
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
285
  msgid "Replies Unconfirmed"
286
  msgstr ""
287
 
288
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
289
  msgid "All Comments"
290
  msgstr ""
291
 
292
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
293
  msgid "Unconfirmed"
294
  msgstr ""
295
 
296
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
297
  msgid "Inactive"
298
  msgstr "Opgave"
299
 
300
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
301
- #: templates/user.php:111
302
  msgid "Delete"
303
  msgstr "Slet"
304
 
305
- #: options/panel1.php:202 options/panel1.php:212
306
  msgid "Edit"
307
  msgstr ""
308
 
309
- #: options/panel1.php:204 options/panel1.php:210
310
  msgid "Subscription"
311
  msgstr "Abonnementer til"
312
 
313
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
314
  msgid "Action:"
315
  msgstr "Opgave:"
316
 
317
- #: options/panel1.php:227
318
  msgid "Delete forever"
319
  msgstr "Slet for altid"
320
 
321
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
322
  msgid "Suspend"
323
  msgstr "Annuller"
324
 
325
- #: options/panel1.php:229
326
  msgid "Activate and set to Y"
327
  msgstr ""
328
 
329
- #: options/panel1.php:230
330
  msgid "Activate and set to R"
331
  msgstr ""
332
 
333
- #: options/panel1.php:231
334
  msgid "Activate"
335
  msgstr ""
336
 
337
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
338
  msgid "Update subscriptions"
339
  msgstr "Opdater abonnementer"
340
 
341
- #: options/panel1.php:238
342
  msgid "Sorry, no subscriptions match your search criteria."
343
  msgstr "Beklager, der er ikke fundet nogle abonnenter til"
344
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  #: options/panel10.php:41
346
  msgid "The log file has been successfully deleted."
347
  msgstr ""
@@ -363,30 +400,30 @@ msgid "Enable Auto clean log data"
363
  msgstr ""
364
 
365
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
366
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
367
  msgid "Your settings have been successfully updated."
368
  msgstr "Dine indstillinger er blevet opdateret."
369
 
370
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
371
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
372
  msgid "There was an error updating the following fields:"
373
  msgstr "Der var en fejl i opdateringen af disse felter:"
374
 
375
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
376
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
377
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
378
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
379
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
380
- #: options/panel5.php:210 options/panel5.php:219
381
  msgid "Yes"
382
  msgstr "Ja"
383
 
384
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
385
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
386
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
387
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
388
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
389
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
390
  msgid "No"
391
  msgstr "Nej"
392
 
@@ -430,7 +467,7 @@ msgid "System Information"
430
  msgstr ""
431
 
432
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
433
- #: options/panel4.php:283 options/panel5.php:265
434
  msgid "Save Changes"
435
  msgstr "Gem ændringer"
436
 
@@ -843,7 +880,7 @@ msgstr "Dine indstillinger er blevet opdateret."
843
  msgid "There was an error deleting the options:"
844
  msgstr "Der var en fejl i opdateringen af disse felter:"
845
 
846
- #: options/panel5.php:48 options/panel5.php:108
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:125
855
  msgid "Autopurge requests"
856
  msgstr "Autoslet forespørgsler"
857
 
858
- #: options/panel5.php:57 options/panel5.php:143
859
  msgid "Enable double check"
860
  msgstr "Slå bekræftelse til"
861
 
862
- #: options/panel5.php:60 options/panel5.php:134
863
  msgid "StCR Position"
864
  msgstr ""
865
 
866
- #: options/panel5.php:63 options/panel5.php:151
867
  msgid "Subscribe authors"
868
  msgstr "Abonnements besked"
869
 
870
- #: options/panel5.php:66 options/panel5.php:161
871
  msgid "Enable HTML emails"
872
  msgstr "Slå HTML e-mails til"
873
 
@@ -883,43 +920,44 @@ msgstr "Send trackbacks"
883
  msgid "Notify admin"
884
  msgstr "Adviser administrator"
885
 
886
- #: options/panel5.php:78 options/panel5.php:199
887
  msgid "Let admin subscribe"
888
  msgstr "Lad administrator abonnere"
889
 
890
- #: options/panel5.php:81 options/panel5.php:208
891
  msgid "BCC admin on Notifications"
892
  msgstr "E-mail emne"
893
 
894
- #: options/panel5.php:84 options/panel5.php:217
895
  msgid "Enable Font Awesome"
896
  msgstr ""
897
 
898
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
899
  msgid "Reset All Options"
900
  msgstr ""
901
 
902
- #: options/panel5.php:112
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:117
909
  msgid "Safely Uninstall"
910
  msgstr ""
911
 
912
- #: options/panel5.php:121
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:128
919
  msgid "days"
920
  msgstr "dage"
921
 
922
- #: options/panel5.php:129
923
  msgid ""
924
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
925
  "this feature."
@@ -927,14 +965,25 @@ msgstr ""
927
  "Slet afventende abonnementer (ikke bekræftede) after X dage. 0 slår denne "
928
  "funktion fra."
929
 
930
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
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:147
938
  msgid ""
939
  "Send a notification email to confirm the subscription (to avoid addresses "
940
  "misuse)."
@@ -942,12 +991,12 @@ msgstr ""
942
  "Send en bekræftelses e-mail for at bekræfte abonnement (for at undgå e-mail "
943
  "adresse misbrug)."
944
 
945
- #: options/panel5.php:156
946
  msgid ""
947
  "Automatically subscribe authors to their own articles (not retroactive)."
948
  msgstr ""
949
 
950
- #: options/panel5.php:165
951
  msgid ""
952
  "If enabled, will send email messages with content-type = text/html instead "
953
  "of text/plain"
@@ -955,79 +1004,79 @@ msgstr ""
955
  "Hvis slået til, så vil e-mail beskeder indeholde = tekst/html i stedet for "
956
  "tekst/plain"
957
 
958
- #: options/panel5.php:170
959
  msgid "HTMLify links in emails"
960
  msgstr ""
961
 
962
- #: options/panel5.php:175
963
  msgid ""
964
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
965
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
966
  msgstr ""
967
 
968
- #: options/panel5.php:180
969
  msgid "Process trackbacks"
970
  msgstr "Send trackbacks"
971
 
972
- #: options/panel5.php:184
973
  msgid ""
974
  "Notify users when a new trackback or pingback is added to the discussion."
975
  msgstr ""
976
  "Adviser abonnenter når en ny trackback eller pingback er tilføjet til "
977
  "kommentarer."
978
 
979
- #: options/panel5.php:189
980
  msgid "Track all subscriptions"
981
  msgstr "Advisering ved abonnementer"
982
 
983
- #: options/panel5.php:194
984
  msgid "Notify the administrator when users subscribe without commenting."
985
  msgstr "Adviser administrator når brugere abonnerer uden at kommentere."
986
 
987
- #: options/panel5.php:203
988
  msgid "Let the administrator subscribe to comments when logged in."
989
  msgstr ""
990
  "Lad administrator abonnere på kommentarer når administrator er logget ind."
991
 
992
- #: options/panel5.php:212
993
  msgid "Send a copy of all Notifications to the administrator."
994
  msgstr ""
995
 
996
- #: options/panel5.php:221
997
  msgid ""
998
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
999
  "you theme already add this into your site."
1000
  msgstr ""
1001
 
1002
- #: options/panel5.php:226
1003
  msgid "StCR Unique Key"
1004
  msgstr ""
1005
 
1006
- #: options/panel5.php:231
1007
  msgid "This Unique Key is not set, please click the following button to "
1008
  msgstr ""
1009
 
1010
- #: options/panel5.php:235 options/panel5.php:246
1011
  msgid "Generate"
1012
  msgstr ""
1013
 
1014
- #: options/panel5.php:243
1015
  msgid ""
1016
  "This Unique Key will be use to send the notification to your subscribers "
1017
  "with more security."
1018
  msgstr ""
1019
 
1020
- #: options/panel5.php:256
1021
  msgid ""
1022
  "This will reset all the options and messages of the plugin. Please proceed "
1023
  "with caution."
1024
  msgstr ""
1025
 
1026
- #: options/panel5.php:258
1027
  msgid "Yes, Delete Options including subscriptions."
1028
  msgstr ""
1029
 
1030
- #: options/panel5.php:259
1031
  msgid "No, Only delete the StCR Options."
1032
  msgstr ""
1033
 
@@ -1155,34 +1204,34 @@ msgstr ""
1155
  msgid "Subscription Status"
1156
  msgstr ""
1157
 
1158
- #: templates/author.php:88 templates/user.php:104
1159
  msgid "Select all"
1160
  msgstr "Vælg alt"
1161
 
1162
- #: templates/author.php:89 templates/user.php:106
1163
  msgid "Invert selection"
1164
  msgstr "Vend det udvalgte"
1165
 
1166
- #: templates/author.php:92 templates/user.php:110
1167
  msgid "Choose your action"
1168
  msgstr ""
1169
 
1170
- #: templates/author.php:95 templates/user.php:113
1171
  msgid "All comments"
1172
  msgstr ""
1173
 
1174
- #: templates/author.php:96 templates/user.php:114
1175
- #: wp_subscribe_reloaded.php:1122
1176
  msgid "Replies to my comments"
1177
  msgstr ""
1178
 
1179
- #: templates/author.php:102 templates/confirm.php:28
1180
- #: templates/request-management-link.php:114 templates/user.php:124
1181
  msgid "Return to Post"
1182
  msgstr ""
1183
 
1184
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1185
- #: templates/user.php:128
1186
  msgid "No subscriptions match your search criteria."
1187
  msgstr ""
1188
 
@@ -1192,16 +1241,29 @@ msgid ""
1192
  "enter your email below and a new link will be send."
1193
  msgstr ""
1194
 
1195
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1196
- #: templates/subscribe.php:112
 
1197
  msgid "Send"
1198
  msgstr "Send"
1199
 
1200
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1201
  msgid "New subscription to"
1202
  msgstr "Ny abonnent til"
1203
 
1204
- #: templates/subscribe.php:51
1205
  msgid "User:"
1206
  msgstr "Bruger:"
1207
 
@@ -1340,6 +1402,7 @@ msgstr ""
1340
 
1341
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1342
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1343
  msgid ""
1344
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1345
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1380,6 +1443,7 @@ msgstr ""
1380
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1381
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1382
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1383
  msgid ""
1384
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1385
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1466,6 +1530,7 @@ msgstr ""
1466
 
1467
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1468
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1469
  msgid "This version includes fixes and improvements, "
1470
  msgstr ""
1471
 
@@ -1481,12 +1546,12 @@ msgid ""
1481
  msgstr ""
1482
 
1483
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1484
- #: utils/stcr_upgrade.php:576
1485
  msgid "Log Settings"
1486
  msgstr ""
1487
 
1488
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1489
- #: utils/stcr_upgrade.php:580
1490
  msgid ""
1491
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1492
  msgstr ""
@@ -1502,7 +1567,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1502
  msgstr ""
1503
 
1504
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1505
- #: utils/stcr_upgrade.php:590
1506
  msgid "The support of this plugin is given thanks to your donations."
1507
  msgstr ""
1508
 
@@ -1553,7 +1618,7 @@ msgstr ""
1553
  msgid "<strong>Fix</strong> issue regarding database collations"
1554
  msgstr ""
1555
 
1556
- #: utils/stcr_upgrade.php:591
1557
  msgid ""
1558
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1559
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1564,7 +1629,103 @@ msgid ""
1564
  "Thanks for all the users that have supported the plugin development."
1565
  msgstr ""
1566
 
1567
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1568
  msgid ""
1569
  "Notify me of followup comments via e-mail. You can also <a "
1570
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1572,7 +1733,7 @@ msgstr ""
1572
  "Giv mig besked ved andre kommentarer via e-mail. Du kan også <a "
1573
  "href='[subscribe_link]'>abonnere</a> uden at kommentere."
1574
 
1575
- #: utils/stcr_utils.php:197
1576
  msgid ""
1577
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1578
  "subscriptions."
@@ -1580,7 +1741,7 @@ msgstr ""
1580
  "Du abonnerer på dette indlæg. <a href='[manager_link]'>Rediger</a> dine "
1581
  "abonnementer."
1582
 
1583
- #: utils/stcr_utils.php:198
1584
  msgid ""
1585
  "Your subscription to this post needs to be confirmed. <a "
1586
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1588,13 +1749,13 @@ msgstr ""
1588
  "Dit abonnement til dette indlæg kræver bekræftelse. <a "
1589
  "href='[manager_link]'>Rediger dine abonnementer</a>."
1590
 
1591
- #: utils/stcr_utils.php:199
1592
  msgid ""
1593
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1594
  msgstr ""
1595
  "Du kan <a href='[manager_link]'>redigere abonnementerne</a> til dette indlæg."
1596
 
1597
- #: utils/stcr_utils.php:205
1598
  msgid ""
1599
  "To manage your subscriptions, please enter your email address here below. We "
1600
  "will send you a message containing the link to access your personal "
@@ -1604,7 +1765,7 @@ msgstr ""
1604
  "herunder. Vi sender dig en besked med et link til din personlige abonnement "
1605
  "side."
1606
 
1607
- #: utils/stcr_utils.php:206
1608
  msgid ""
1609
  "Thank you for using our subscription service. Your request has been "
1610
  "completed, and you should receive an email with the management link in a few "
@@ -1614,7 +1775,7 @@ msgstr ""
1614
  "vil modtage en e-mail med et link med adgang til din personlige abonnements "
1615
  "side."
1616
 
1617
- #: utils/stcr_utils.php:207
1618
  msgid ""
1619
  "You can follow the discussion on <strong>[post_title]</strong> without "
1620
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1624,7 +1785,7 @@ msgstr ""
1624
  "behøver at skrive en kommentar. Bare indtast din e-mail adresse i felter "
1625
  "nedenfor og du vil blive orienteret ved nye kommentarer."
1626
 
1627
- #: utils/stcr_utils.php:208
1628
  msgid ""
1629
  "Thank you for using our subscription service. Your request has been "
1630
  "completed. You will receive a notification email every time a new comment to "
@@ -1634,7 +1795,7 @@ msgstr ""
1634
  "vil modtage en e-mail hver gang en ny kommentar bliver godkendt af "
1635
  "administrator."
1636
 
1637
- #: utils/stcr_utils.php:209
1638
  msgid ""
1639
  "Thank you for using our subscription service. In order to confirm your "
1640
  "request, please check your email for the verification message and follow the "
@@ -1644,7 +1805,7 @@ msgstr ""
1644
  "forespørgsel, tjek din e-mail for en bekræftelses e-mail og følg "
1645
  "instruktionerne i denne e-mail."
1646
 
1647
- #: utils/stcr_utils.php:210
1648
  msgid ""
1649
  "In order to cancel or suspend one or more notifications, select the "
1650
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1653,7 +1814,7 @@ msgstr ""
1653
  "korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor "
1654
  "listen."
1655
 
1656
- #: utils/stcr_utils.php:211
1657
  msgid ""
1658
  "In order to cancel or suspend one or more notifications, select the "
1659
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1663,11 +1824,11 @@ msgstr ""
1663
  "korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor "
1664
  "listen. Du abonnerer i øjeblikket på:"
1665
 
1666
- #: utils/stcr_utils.php:215
1667
  msgid "There is a new comment to [post_title]"
1668
  msgstr "Der er en ny kommentar til [post_title]"
1669
 
1670
- #: utils/stcr_utils.php:216
1671
  msgid ""
1672
  "<h1>There is a new comment on [post_title].</h1>\n"
1673
  "\n"
@@ -1684,11 +1845,11 @@ msgid ""
1684
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1685
  msgstr ""
1686
 
1687
- #: utils/stcr_utils.php:217
1688
  msgid "Please confirm your subscription to [post_title]"
1689
  msgstr "Venligst bekræft dit abonnement på kommentarer til [post_title]"
1690
 
1691
- #: utils/stcr_utils.php:218
1692
  #, fuzzy
1693
  #| msgid ""
1694
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1706,17 +1867,17 @@ msgstr ""
1706
  "Du har bedt om at blive adviseret hver gang der kommer en ny kommentar til: "
1707
  "[post_permalink]Venligst bekræft dette ved at følge dette link:[confirm_link]"
1708
 
1709
- #: utils/stcr_utils.php:219
1710
  msgid "Manage your subscriptions on [blog_name]"
1711
  msgstr "Rediger dit abonnement på kommentarer på [blog_name]"
1712
 
1713
- #: utils/stcr_utils.php:220
1714
  msgid ""
1715
  "You have requested to manage your subscriptions to the articles on "
1716
  "[blog_name]. Please check the Subscriptions management link in your email"
1717
  msgstr ""
1718
 
1719
- #: utils/stcr_utils.php:221
1720
  #, fuzzy
1721
  #| msgid ""
1722
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1730,15 +1891,15 @@ msgstr ""
1730
  "Du har bedt om at redigere dit abonnement på kommentarer på [blog_name].Følg "
1731
  "dette link for at komme til din personlige abonnements side:[manager_link]"
1732
 
1733
- #: utils/stcr_utils.php:300
1734
  msgid "StCR Notification"
1735
  msgstr "E-mail emne"
1736
 
1737
- #: wp_subscribe_reloaded.php:1120
1738
  msgid "Don't subscribe"
1739
  msgstr "Lad administrator abonnere"
1740
 
1741
- #: wp_subscribe_reloaded.php:1121
1742
  msgid "All"
1743
  msgstr ""
1744
 
@@ -1811,9 +1972,6 @@ msgstr ""
1811
  #~ msgid "Management page"
1812
  #~ msgstr "Administrations side"
1813
 
1814
- #~ msgid "Awaiting confirmation"
1815
- #~ msgstr "Afventer bekræftelse"
1816
-
1817
  #~ msgid "Stats"
1818
  #~ msgstr "Statistik"
1819
 
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: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: da_DK\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
19
+ #: utils/stcr_utils.php:280
20
  msgid "Manage subscriptions"
21
  msgstr "Rediger dine abonnementer"
22
 
45
  msgid "Donate"
46
  msgstr ""
47
 
48
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
49
  msgid "Add New Subscription"
50
  msgstr "Ny abonnent til"
51
 
54
  msgid "Post:"
55
  msgstr "Rækker:"
56
 
57
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
58
+ #: options/panel1.php:159 templates/key_expired.php:72
59
+ #: templates/request-management-link.php:113
60
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
61
+ #: templates/subscribe.php:146
62
  msgid "Email"
63
  msgstr "E-mail"
64
 
65
  #: options/panel1-add-subscription.php:20
66
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
67
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
68
  msgid "Status"
69
  msgstr "Status"
70
 
71
  #: options/panel1-add-subscription.php:22
72
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
73
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
74
  #: templates/user.php:76
75
  msgid "Active"
76
  msgstr "Opgave"
77
 
78
  #: options/panel1-add-subscription.php:23
79
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
80
+ #: options/panel1.php:106
81
  msgid "Replies only"
82
  msgstr ""
83
 
84
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
85
  msgid "Ask user to confirm"
86
  msgstr ""
87
 
88
  #: options/panel1-add-subscription.php:26
89
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
90
  msgid "Update"
91
  msgstr "Opdater"
92
 
93
+ #: options/panel1-business-logic.php:40
94
  msgid "Subscription added."
95
  msgstr "Abonnementer"
96
 
97
+ #: options/panel1-business-logic.php:65
98
  msgid "Subscriptions updated."
99
  msgstr "Abonnementer pr. dag"
100
 
101
+ #: options/panel1-business-logic.php:80
102
  msgid "Subscription deleted."
103
  msgstr "Abonnement udført"
104
 
105
+ #: options/panel1-business-logic.php:99 templates/author.php:24
106
  #: templates/user.php:33
107
  msgid "Subscriptions deleted:"
108
  msgstr "Abonnementer til:"
109
 
110
+ #: options/panel1-business-logic.php:103 templates/author.php:28
111
  #: templates/user.php:37
112
  msgid "Subscriptions suspended:"
113
  msgstr "Abonnement udført"
114
 
115
+ #: options/panel1-business-logic.php:107 templates/author.php:32
116
  #: templates/user.php:41
117
  msgid "Subscriptions activated:"
118
  msgstr "Abonnementer til:"
119
 
120
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
121
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
122
  #: templates/user.php:49
123
  msgid "Subscriptions updated:"
124
  msgstr "Abonnementer pr. dag"
125
 
126
+ #: options/panel1-business-logic.php:147
127
  msgid "&laquo; Previous"
128
  msgstr "&laquo; Forrige"
129
 
130
+ #: options/panel1-business-logic.php:151
131
  msgid "Next &raquo;"
132
  msgstr "Næste &raquo;"
133
 
142
  msgid "optional"
143
  msgstr "Indstillinger"
144
 
145
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
146
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
147
  #: templates/author.php:53 templates/user.php:65
148
  msgid ""
149
  "Please remember: this operation cannot be undone. Are you sure you want to "
152
  "Vær opmærksom: Denne operation kan ikke fortrydes! Er du sikker på at du vil "
153
  "fortsætte?"
154
 
155
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
156
  msgid "From"
157
  msgstr "Fra"
158
 
159
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
160
  msgid "To"
161
  msgstr "Til"
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 "Annuller"
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 "Opdater abonnementer"
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 "Afsender e-mail adresse"
187
 
188
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
189
  msgid "optional - new email address"
190
  msgstr "Opdater e-mail adresse"
191
 
192
+ #: options/panel1.php:74
193
  msgid "More info"
194
  msgstr ""
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 "Indlæg (ID)"
205
 
206
+ #: options/panel1.php:109
207
  msgid "Add"
208
  msgstr ""
209
 
210
+ #: options/panel1.php:124
211
  msgid "Search subscriptions"
212
  msgstr "Abonnementer"
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 "
220
  "Du kan enten <a href=\"%s\">liste alle abonnementer</a> eller finde dem hvor "
221
  "<b>e-mail</b>"
222
 
223
+ #: options/panel1.php:132
224
  msgid "email"
225
  msgstr "E-mail"
226
 
227
+ #: options/panel1.php:133
228
  msgid "post ID"
229
  msgstr "Indlæg (ID)"
230
 
231
+ #: options/panel1.php:134
232
  msgid "status"
233
  msgstr "Status"
234
 
235
+ #: options/panel1.php:137
236
  msgid "equals"
237
  msgstr "er lig med"
238
 
239
+ #: options/panel1.php:138
240
  msgid "contains"
241
  msgstr "indeholder"
242
 
243
+ #: options/panel1.php:139
244
  msgid "does not contain"
245
  msgstr "ikke indeholder"
246
 
247
+ #: options/panel1.php:140
248
  msgid "starts with"
249
  msgstr ""
250
 
251
+ #: options/panel1.php:141
252
  msgid "ends with"
253
  msgstr ""
254
 
255
+ #: options/panel1.php:144
256
  msgid "results per page:"
257
  msgstr ""
258
 
259
+ #: options/panel1.php:146
260
  msgid "Search"
261
  msgstr "Søg"
262
 
263
+ #: options/panel1.php:154
264
  msgid "Reverse the order by Post ID"
265
  msgstr "Omvend rækkefølgen til indlægs ID"
266
 
267
+ #: options/panel1.php:155 options/panel1.php:156
268
  msgid "Reverse the order by Date/Time"
269
  msgstr "Omvend rækkefølgen til Dato/tid"
270
 
271
+ #: options/panel1.php:158
272
  msgid "Post (ID)"
273
  msgstr "Indlæg (ID)"
274
 
275
+ #: options/panel1.php:161
276
  msgid "Search query:"
277
  msgstr "Søg"
278
 
279
+ #: options/panel1.php:161
280
  msgid "Rows:"
281
  msgstr "Rækker:"
282
 
283
+ #: options/panel1.php:161
284
  msgid "of"
285
  msgstr "af"
286
 
287
+ #: options/panel1.php:168 options/panel1.php:184
288
  msgid "Date and Time"
289
  msgstr "Dato og tid"
290
 
291
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
292
  msgid "Replies"
293
  msgstr ""
294
 
295
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
296
  msgid "Replies Unconfirmed"
297
  msgstr ""
298
 
299
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
300
  msgid "All Comments"
301
  msgstr ""
302
 
303
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
304
  msgid "Unconfirmed"
305
  msgstr ""
306
 
307
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
308
  msgid "Inactive"
309
  msgstr "Opgave"
310
 
311
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
312
+ #: templates/user.php:114
313
  msgid "Delete"
314
  msgstr "Slet"
315
 
316
+ #: options/panel1.php:228 options/panel1.php:238
317
  msgid "Edit"
318
  msgstr ""
319
 
320
+ #: options/panel1.php:230 options/panel1.php:236
321
  msgid "Subscription"
322
  msgstr "Abonnementer til"
323
 
324
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
325
  msgid "Action:"
326
  msgstr "Opgave:"
327
 
328
+ #: options/panel1.php:253
329
  msgid "Delete forever"
330
  msgstr "Slet for altid"
331
 
332
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
333
  msgid "Suspend"
334
  msgstr "Annuller"
335
 
336
+ #: options/panel1.php:255
337
  msgid "Activate and set to Y"
338
  msgstr ""
339
 
340
+ #: options/panel1.php:256
341
  msgid "Activate and set to R"
342
  msgstr ""
343
 
344
+ #: options/panel1.php:257
345
  msgid "Activate"
346
  msgstr ""
347
 
348
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
349
  msgid "Update subscriptions"
350
  msgstr "Opdater abonnementer"
351
 
352
+ #: options/panel1.php:264
353
  msgid "Sorry, no subscriptions match your search criteria."
354
  msgstr "Beklager, der er ikke fundet nogle abonnenter til"
355
 
356
+ #: options/panel1.php:321 options/panel1.php:389
357
+ #, fuzzy
358
+ #| msgid "Awaiting confirmation"
359
+ msgid "Missing information"
360
+ msgstr "Afventer bekræftelse"
361
+
362
+ #: options/panel1.php:329 options/panel1.php:414
363
+ #, fuzzy
364
+ #| msgid "Sender email address"
365
+ msgid "Invalid email address."
366
+ msgstr "Afsender e-mail adresse"
367
+
368
+ #: options/panel1.php:397
369
+ msgid "Enter a numeric Post ID."
370
+ msgstr ""
371
+
372
+ #: options/panel1.php:406
373
+ #, fuzzy
374
+ #| msgid "Awaiting confirmation"
375
+ msgid "Missing email information"
376
+ msgstr "Afventer bekræftelse"
377
+
378
+ #: options/panel1.php:442 options/panel1.php:450
379
+ msgid "Please enter a value"
380
+ msgstr ""
381
+
382
  #: options/panel10.php:41
383
  msgid "The log file has been successfully deleted."
384
  msgstr ""
400
  msgstr ""
401
 
402
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
403
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
404
  msgid "Your settings have been successfully updated."
405
  msgstr "Dine indstillinger er blevet opdateret."
406
 
407
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
408
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
409
  msgid "There was an error updating the following fields:"
410
  msgstr "Der var en fejl i opdateringen af disse felter:"
411
 
412
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
413
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
414
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
415
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
416
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
417
+ #: options/panel5.php:221 options/panel5.php:230
418
  msgid "Yes"
419
  msgstr "Ja"
420
 
421
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
422
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
423
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
424
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
425
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
426
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
427
  msgid "No"
428
  msgstr "Nej"
429
 
467
  msgstr ""
468
 
469
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
470
+ #: options/panel4.php:283 options/panel5.php:276
471
  msgid "Save Changes"
472
  msgstr "Gem ændringer"
473
 
880
  msgid "There was an error deleting the options:"
881
  msgstr "Der var en fejl i opdateringen af disse felter:"
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 "Autoslet forespørgsler"
894
 
895
+ #: options/panel5.php:57 options/panel5.php:154
896
  msgid "Enable double check"
897
  msgstr "Slå bekræftelse til"
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 "Abonnements besked"
906
 
907
+ #: options/panel5.php:66 options/panel5.php:172
908
  msgid "Enable HTML emails"
909
  msgstr "Slå HTML e-mails til"
910
 
920
  msgid "Notify admin"
921
  msgstr "Adviser administrator"
922
 
923
+ #: options/panel5.php:78 options/panel5.php:210
924
  msgid "Let admin subscribe"
925
  msgstr "Lad administrator abonnere"
926
 
927
+ #: options/panel5.php:81 options/panel5.php:219
928
  msgid "BCC admin on Notifications"
929
  msgstr "E-mail emne"
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 "dage"
959
 
960
+ #: options/panel5.php:132
961
  msgid ""
962
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
963
  "this feature."
965
  "Slet afventende abonnementer (ikke bekræftede) after X dage. 0 slår denne "
966
  "funktion fra."
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
  "Send en bekræftelses e-mail for at bekræfte abonnement (for at undgå e-mail "
992
  "adresse misbrug)."
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
  "Hvis slået til, så vil e-mail beskeder indeholde = tekst/html i stedet for "
1005
  "tekst/plain"
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>&lt;a href=\"\"&gt;"
1014
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1015
  msgstr ""
1016
 
1017
+ #: options/panel5.php:191
1018
  msgid "Process trackbacks"
1019
  msgstr "Send trackbacks"
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
  "Adviser abonnenter når en ny trackback eller pingback er tilføjet til "
1026
  "kommentarer."
1027
 
1028
+ #: options/panel5.php:200
1029
  msgid "Track all subscriptions"
1030
  msgstr "Advisering ved abonnementer"
1031
 
1032
+ #: options/panel5.php:205
1033
  msgid "Notify the administrator when users subscribe without commenting."
1034
  msgstr "Adviser administrator når brugere abonnerer uden at kommentere."
1035
 
1036
+ #: options/panel5.php:214
1037
  msgid "Let the administrator subscribe to comments when logged in."
1038
  msgstr ""
1039
  "Lad administrator abonnere på kommentarer når administrator er logget ind."
1040
 
1041
+ #: options/panel5.php:223
1042
  msgid "Send a copy of all Notifications to the administrator."
1043
  msgstr ""
1044
 
1045
+ #: options/panel5.php:232
1046
  msgid ""
1047
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1048
  "you theme already add this into your site."
1049
  msgstr ""
1050
 
1051
+ #: options/panel5.php:237
1052
  msgid "StCR Unique Key"
1053
  msgstr ""
1054
 
1055
+ #: options/panel5.php:242
1056
  msgid "This Unique Key is not set, please click the following button to "
1057
  msgstr ""
1058
 
1059
+ #: options/panel5.php:246 options/panel5.php:257
1060
  msgid "Generate"
1061
  msgstr ""
1062
 
1063
+ #: options/panel5.php:254
1064
  msgid ""
1065
  "This Unique Key will be use to send the notification to your subscribers "
1066
  "with more security."
1067
  msgstr ""
1068
 
1069
+ #: options/panel5.php:267
1070
  msgid ""
1071
  "This will reset all the options and messages of the plugin. Please proceed "
1072
  "with caution."
1073
  msgstr ""
1074
 
1075
+ #: options/panel5.php:269
1076
  msgid "Yes, Delete Options including subscriptions."
1077
  msgstr ""
1078
 
1079
+ #: options/panel5.php:270
1080
  msgid "No, Only delete the StCR Options."
1081
  msgstr ""
1082
 
1204
  msgid "Subscription Status"
1205
  msgstr ""
1206
 
1207
+ #: templates/author.php:91 templates/user.php:107
1208
  msgid "Select all"
1209
  msgstr "Vælg alt"
1210
 
1211
+ #: templates/author.php:92 templates/user.php:109
1212
  msgid "Invert selection"
1213
  msgstr "Vend det udvalgte"
1214
 
1215
+ #: templates/author.php:95 templates/user.php:113
1216
  msgid "Choose your action"
1217
  msgstr ""
1218
 
1219
+ #: templates/author.php:98 templates/user.php:116
1220
  msgid "All comments"
1221
  msgstr ""
1222
 
1223
+ #: templates/author.php:99 templates/user.php:117
1224
+ #: wp_subscribe_reloaded.php:1118
1225
  msgid "Replies to my comments"
1226
  msgstr ""
1227
 
1228
+ #: templates/author.php:105 templates/confirm.php:28
1229
+ #: templates/request-management-link.php:125 templates/user.php:127
1230
  msgid "Return to Post"
1231
  msgstr ""
1232
 
1233
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1234
+ #: templates/user.php:131
1235
  msgid "No subscriptions match your search criteria."
1236
  msgstr ""
1237
 
1241
  "enter your email below and a new link will be send."
1242
  msgstr ""
1243
 
1244
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1245
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1246
+ #: templates/subscribe.php:148
1247
  msgid "Send"
1248
  msgstr "Send"
1249
 
1250
+ #: templates/request-management-link.php:143
1251
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1252
+ #: templates/subscribe.php:178
1253
+ #, fuzzy
1254
+ #| msgid "email address"
1255
+ msgid "Email address is not valid"
1256
+ msgstr "Afsender e-mail adresse"
1257
+
1258
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1259
+ msgid "Please enter your email"
1260
+ msgstr ""
1261
+
1262
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1263
  msgid "New subscription to"
1264
  msgstr "Ny abonnent til"
1265
 
1266
+ #: templates/subscribe.php:61
1267
  msgid "User:"
1268
  msgstr "Bruger:"
1269
 
1402
 
1403
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1404
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1405
+ #: utils/stcr_upgrade.php:610
1406
  msgid ""
1407
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1408
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1443
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1444
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1445
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1446
+ #: utils/stcr_upgrade.php:615
1447
  msgid ""
1448
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1449
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1530
 
1531
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1532
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1533
+ #: utils/stcr_upgrade.php:609
1534
  msgid "This version includes fixes and improvements, "
1535
  msgstr ""
1536
 
1546
  msgstr ""
1547
 
1548
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1549
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1550
  msgid "Log Settings"
1551
  msgstr ""
1552
 
1553
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1554
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1555
  msgid ""
1556
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1557
  msgstr ""
1567
  msgstr ""
1568
 
1569
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1570
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1571
  msgid "The support of this plugin is given thanks to your donations."
1572
  msgstr ""
1573
 
1618
  msgid "<strong>Fix</strong> issue regarding database collations"
1619
  msgstr ""
1620
 
1621
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1622
  msgid ""
1623
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1624
  "aria-hidden=\"true\"></i> <a href=\"\n"
1629
  "Thanks for all the users that have supported the plugin development."
1630
  msgstr ""
1631
 
1632
+ #: utils/stcr_utils.php:158
1633
+ msgid "January"
1634
+ msgstr ""
1635
+
1636
+ #: utils/stcr_utils.php:159
1637
+ msgid "February"
1638
+ msgstr ""
1639
+
1640
+ #: utils/stcr_utils.php:160
1641
+ #, fuzzy
1642
+ #| msgid "Search"
1643
+ msgid "March"
1644
+ msgstr "Søg"
1645
+
1646
+ #: utils/stcr_utils.php:161
1647
+ msgid "April"
1648
+ msgstr ""
1649
+
1650
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1651
+ msgid "May"
1652
+ msgstr ""
1653
+
1654
+ #: utils/stcr_utils.php:163
1655
+ msgid "June"
1656
+ msgstr ""
1657
+
1658
+ #: utils/stcr_utils.php:164
1659
+ msgid "July"
1660
+ msgstr ""
1661
+
1662
+ #: utils/stcr_utils.php:165
1663
+ msgid "August"
1664
+ msgstr ""
1665
+
1666
+ #: utils/stcr_utils.php:166
1667
+ msgid "September"
1668
+ msgstr ""
1669
+
1670
+ #: utils/stcr_utils.php:167
1671
+ msgid "October"
1672
+ msgstr ""
1673
+
1674
+ #: utils/stcr_utils.php:168
1675
+ msgid "November"
1676
+ msgstr ""
1677
+
1678
+ #: utils/stcr_utils.php:169
1679
+ msgid "December"
1680
+ msgstr ""
1681
+
1682
+ #: utils/stcr_utils.php:173
1683
+ msgid "Jan"
1684
+ msgstr ""
1685
+
1686
+ #: utils/stcr_utils.php:174
1687
+ msgid "Feb"
1688
+ msgstr ""
1689
+
1690
+ #: utils/stcr_utils.php:175
1691
+ msgid "Mar"
1692
+ msgstr ""
1693
+
1694
+ #: utils/stcr_utils.php:176
1695
+ msgid "Apr"
1696
+ msgstr ""
1697
+
1698
+ #: utils/stcr_utils.php:178
1699
+ msgid "Jun"
1700
+ msgstr ""
1701
+
1702
+ #: utils/stcr_utils.php:179
1703
+ msgid "Jul"
1704
+ msgstr ""
1705
+
1706
+ #: utils/stcr_utils.php:180
1707
+ msgid "Aug"
1708
+ msgstr ""
1709
+
1710
+ #: utils/stcr_utils.php:181
1711
+ msgid "Sep"
1712
+ msgstr ""
1713
+
1714
+ #: utils/stcr_utils.php:182
1715
+ msgid "Oct"
1716
+ msgstr ""
1717
+
1718
+ #: utils/stcr_utils.php:183
1719
+ #, fuzzy
1720
+ #| msgid "No"
1721
+ msgid "Nov"
1722
+ msgstr "Nej"
1723
+
1724
+ #: utils/stcr_utils.php:184
1725
+ msgid "Dec"
1726
+ msgstr ""
1727
+
1728
+ #: utils/stcr_utils.php:273
1729
  msgid ""
1730
  "Notify me of followup comments via e-mail. You can also <a "
1731
  "href='[subscribe_link]'>subscribe</a> without commenting."
1733
  "Giv mig besked ved andre kommentarer via e-mail. Du kan også <a "
1734
  "href='[subscribe_link]'>abonnere</a> uden at kommentere."
1735
 
1736
+ #: utils/stcr_utils.php:274
1737
  msgid ""
1738
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1739
  "subscriptions."
1741
  "Du abonnerer på dette indlæg. <a href='[manager_link]'>Rediger</a> dine "
1742
  "abonnementer."
1743
 
1744
+ #: utils/stcr_utils.php:275
1745
  msgid ""
1746
  "Your subscription to this post needs to be confirmed. <a "
1747
  "href='[manager_link]'>Manage your subscriptions</a>."
1749
  "Dit abonnement til dette indlæg kræver bekræftelse. <a "
1750
  "href='[manager_link]'>Rediger dine abonnementer</a>."
1751
 
1752
+ #: utils/stcr_utils.php:276
1753
  msgid ""
1754
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1755
  msgstr ""
1756
  "Du kan <a href='[manager_link]'>redigere abonnementerne</a> til dette indlæg."
1757
 
1758
+ #: utils/stcr_utils.php:282
1759
  msgid ""
1760
  "To manage your subscriptions, please enter your email address here below. We "
1761
  "will send you a message containing the link to access your personal "
1765
  "herunder. Vi sender dig en besked med et link til din personlige abonnement "
1766
  "side."
1767
 
1768
+ #: utils/stcr_utils.php:283
1769
  msgid ""
1770
  "Thank you for using our subscription service. Your request has been "
1771
  "completed, and you should receive an email with the management link in a few "
1775
  "vil modtage en e-mail med et link med adgang til din personlige abonnements "
1776
  "side."
1777
 
1778
+ #: utils/stcr_utils.php:284
1779
  msgid ""
1780
  "You can follow the discussion on <strong>[post_title]</strong> without "
1781
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1785
  "behøver at skrive en kommentar. Bare indtast din e-mail adresse i felter "
1786
  "nedenfor og du vil blive orienteret ved nye kommentarer."
1787
 
1788
+ #: utils/stcr_utils.php:285
1789
  msgid ""
1790
  "Thank you for using our subscription service. Your request has been "
1791
  "completed. You will receive a notification email every time a new comment to "
1795
  "vil modtage en e-mail hver gang en ny kommentar bliver godkendt af "
1796
  "administrator."
1797
 
1798
+ #: utils/stcr_utils.php:286
1799
  msgid ""
1800
  "Thank you for using our subscription service. In order to confirm your "
1801
  "request, please check your email for the verification message and follow the "
1805
  "forespørgsel, tjek din e-mail for en bekræftelses e-mail og følg "
1806
  "instruktionerne i denne e-mail."
1807
 
1808
+ #: utils/stcr_utils.php:287
1809
  msgid ""
1810
  "In order to cancel or suspend one or more notifications, select the "
1811
  "corresponding checkbox(es) and click on the button at the end of the list."
1814
  "korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor "
1815
  "listen."
1816
 
1817
+ #: utils/stcr_utils.php:288
1818
  msgid ""
1819
  "In order to cancel or suspend one or more notifications, select the "
1820
  "corresponding checkbox(es) and click on the button at the end of the list. "
1824
  "korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor "
1825
  "listen. Du abonnerer i øjeblikket på:"
1826
 
1827
+ #: utils/stcr_utils.php:292
1828
  msgid "There is a new comment to [post_title]"
1829
  msgstr "Der er en ny kommentar til [post_title]"
1830
 
1831
+ #: utils/stcr_utils.php:293
1832
  msgid ""
1833
  "<h1>There is a new comment on [post_title].</h1>\n"
1834
  "\n"
1845
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1846
  msgstr ""
1847
 
1848
+ #: utils/stcr_utils.php:294
1849
  msgid "Please confirm your subscription to [post_title]"
1850
  msgstr "Venligst bekræft dit abonnement på kommentarer til [post_title]"
1851
 
1852
+ #: utils/stcr_utils.php:295
1853
  #, fuzzy
1854
  #| msgid ""
1855
  #| "You have requested to be notified every time a new comment is added to:\n"
1867
  "Du har bedt om at blive adviseret hver gang der kommer en ny kommentar til: "
1868
  "[post_permalink]Venligst bekræft dette ved at følge dette link:[confirm_link]"
1869
 
1870
+ #: utils/stcr_utils.php:296
1871
  msgid "Manage your subscriptions on [blog_name]"
1872
  msgstr "Rediger dit abonnement på kommentarer på [blog_name]"
1873
 
1874
+ #: utils/stcr_utils.php:297
1875
  msgid ""
1876
  "You have requested to manage your subscriptions to the articles on "
1877
  "[blog_name]. Please check the Subscriptions management link in your email"
1878
  msgstr ""
1879
 
1880
+ #: utils/stcr_utils.php:298
1881
  #, fuzzy
1882
  #| msgid ""
1883
  #| "You have requested to manage your subscriptions to the articles on "
1891
  "Du har bedt om at redigere dit abonnement på kommentarer på [blog_name].Følg "
1892
  "dette link for at komme til din personlige abonnements side:[manager_link]"
1893
 
1894
+ #: utils/stcr_utils.php:378
1895
  msgid "StCR Notification"
1896
  msgstr "E-mail emne"
1897
 
1898
+ #: wp_subscribe_reloaded.php:1116
1899
  msgid "Don't subscribe"
1900
  msgstr "Lad administrator abonnere"
1901
 
1902
+ #: wp_subscribe_reloaded.php:1117
1903
  msgid "All"
1904
  msgstr ""
1905
 
1972
  #~ msgid "Management page"
1973
  #~ msgstr "Administrations side"
1974
 
 
 
 
1975
  #~ msgid "Stats"
1976
  #~ msgstr "Statistik"
1977
 
langs/subscribe-reloaded-de_DE.mo CHANGED
Binary file
langs/subscribe-reloaded-de_DE.po CHANGED
@@ -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-12 15:07-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:10-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de\n"
@@ -25,7 +25,7 @@ msgstr ""
25
  "X-Poedit-SearchPathExcluded-0: includes\n"
26
 
27
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
28
- #: utils/stcr_utils.php:203
29
  msgid "Manage subscriptions"
30
  msgstr "Verwalte deine Abonnements"
31
 
@@ -54,7 +54,7 @@ msgstr "Support-Forum"
54
  msgid "Donate"
55
  msgstr "Spenden"
56
 
57
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
58
  msgid "Add New Subscription"
59
  msgstr "Neues Abo hinzufügen"
60
 
@@ -63,78 +63,80 @@ msgstr "Neues Abo hinzufügen"
63
  msgid "Post:"
64
  msgstr "Beitrag:"
65
 
66
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
67
- #: options/panel1.php:133 templates/key_expired.php:72
68
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
69
  msgid "Email"
70
  msgstr "E-Mail"
71
 
72
  #: options/panel1-add-subscription.php:20
73
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
74
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
75
  msgid "Status"
76
  msgstr "Status"
77
 
78
  #: options/panel1-add-subscription.php:22
79
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
80
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
81
  #: templates/user.php:76
82
  msgid "Active"
83
  msgstr "Aktiv"
84
 
85
  #: options/panel1-add-subscription.php:23
86
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
87
- #: options/panel1.php:80
88
  msgid "Replies only"
89
  msgstr "Nur Antworten"
90
 
91
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
92
  msgid "Ask user to confirm"
93
  msgstr "Benutzer nach Bestätigung fragen"
94
 
95
  #: options/panel1-add-subscription.php:26
96
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
97
  msgid "Update"
98
  msgstr "Aktualisieren"
99
 
100
- #: options/panel1-business-logic.php:23
101
  msgid "Subscription added."
102
  msgstr "Abo hinzugefügt."
103
 
104
- #: options/panel1-business-logic.php:39
105
  msgid "Subscriptions updated."
106
  msgstr "Abos aktualisiert."
107
 
108
- #: options/panel1-business-logic.php:51
109
  msgid "Subscription deleted."
110
  msgstr "Abo gelöscht."
111
 
112
- #: options/panel1-business-logic.php:70 templates/author.php:24
113
  #: templates/user.php:33
114
  msgid "Subscriptions deleted:"
115
  msgstr "Abos gelöscht:"
116
 
117
- #: options/panel1-business-logic.php:74 templates/author.php:28
118
  #: templates/user.php:37
119
  msgid "Subscriptions suspended:"
120
  msgstr "Abos deaktiviert:"
121
 
122
- #: options/panel1-business-logic.php:78 templates/author.php:32
123
  #: templates/user.php:41
124
  msgid "Subscriptions activated:"
125
  msgstr "Aktivierte Benachrichtigungen:"
126
 
127
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
128
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
129
  #: templates/user.php:49
130
  msgid "Subscriptions updated:"
131
  msgstr "Aktualisierte Benachrichtigungen:"
132
 
133
- #: options/panel1-business-logic.php:110
134
  msgid "&laquo; Previous"
135
  msgstr "&laquo; Vorherige"
136
 
137
- #: options/panel1-business-logic.php:114
138
  msgid "Next &raquo;"
139
  msgstr "Nächste &raquo;"
140
 
@@ -149,8 +151,8 @@ msgstr "Aktualisiere Abonnement"
149
  msgid "optional"
150
  msgstr "optional"
151
 
152
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
153
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
154
  #: templates/author.php:53 templates/user.php:65
155
  msgid ""
156
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -159,39 +161,48 @@ msgstr ""
159
  "Bitte beachte: Diese Aktion kann nicht widerrufen werden. Bist Du sicher, "
160
  "dass Du fortfahren möchtest?"
161
 
162
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
163
  msgid "From"
164
  msgstr "Von"
165
 
166
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
167
  msgid "To"
168
  msgstr "An"
169
 
170
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
171
  msgid "Keep unchanged"
172
  msgstr "Unverändert belassen"
173
 
174
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
175
  msgid "Suspended"
176
  msgstr "Deaktiviert"
177
 
178
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
179
  msgid "Mass Update Subscriptions"
180
  msgstr "Mehrere Abos aktualisieren"
181
 
182
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
183
  msgid "email address"
184
  msgstr "E-Mail-Adresse des Absenders"
185
 
186
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
187
  msgid "optional - new email address"
188
  msgstr "Optional - Neue E-Mail-Adresse"
189
 
190
- #: options/panel1.php:49
191
  msgid "More info"
192
  msgstr "Mehr Informationen"
193
 
194
- #: options/panel1.php:55
195
  msgid ""
196
  "This option will allow you to change an email address for another one or to "
197
  "update the same status for all the subscription on a specific email address."
@@ -200,19 +211,19 @@ msgstr ""
200
  "oder den Status für das gesamte Abonnement zu einer bestimmten E-Mail-"
201
  "Adresse aktualisieren."
202
 
203
- #: options/panel1.php:68
204
  msgid "Post ID"
205
  msgstr "Post ID"
206
 
207
- #: options/panel1.php:83
208
  msgid "Add"
209
  msgstr "Hinzufügen"
210
 
211
- #: options/panel1.php:98
212
  msgid "Search subscriptions"
213
  msgstr "Abos suchen"
214
 
215
- #: options/panel1.php:102
216
  #, php-format
217
  msgid ""
218
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -221,139 +232,165 @@ msgstr ""
221
  "Du kannst entweder <a href=\"%s\">alle Abos auflisten</a> oder die einer "
222
  "bestimmten <b>E-Mail-Adresse finden</b>"
223
 
224
- #: options/panel1.php:106
225
  msgid "email"
226
  msgstr "E-Mail"
227
 
228
- #: options/panel1.php:107
229
  msgid "post ID"
230
  msgstr "Beitrag (ID)"
231
 
232
- #: options/panel1.php:108
233
  msgid "status"
234
  msgstr "Status"
235
 
236
- #: options/panel1.php:111
237
  msgid "equals"
238
  msgstr "entspricht"
239
 
240
- #: options/panel1.php:112
241
  msgid "contains"
242
  msgstr "enthält"
243
 
244
- #: options/panel1.php:113
245
  msgid "does not contain"
246
  msgstr "enthält nicht"
247
 
248
- #: options/panel1.php:114
249
  msgid "starts with"
250
  msgstr "Beginnt mit"
251
 
252
- #: options/panel1.php:115
253
  msgid "ends with"
254
  msgstr "Endet mit"
255
 
256
- #: options/panel1.php:118
257
  msgid "results per page:"
258
  msgstr "Ergebnisse pro Seite:"
259
 
260
- #: options/panel1.php:120
261
  msgid "Search"
262
  msgstr "Suchen"
263
 
264
- #: options/panel1.php:128
265
  msgid "Reverse the order by Post ID"
266
  msgstr "Sortiert nach Post-ID"
267
 
268
- #: options/panel1.php:129 options/panel1.php:130
269
  msgid "Reverse the order by Date/Time"
270
  msgstr "Sortierung umkehren nach Datum/Uhrzeit"
271
 
272
- #: options/panel1.php:132
273
  msgid "Post (ID)"
274
  msgstr "Post (ID)"
275
 
276
- #: options/panel1.php:135
277
  msgid "Search query:"
278
  msgstr "Suchabfrage:"
279
 
280
- #: options/panel1.php:135
281
  msgid "Rows:"
282
  msgstr "Zeilen:"
283
 
284
- #: options/panel1.php:135
285
  msgid "of"
286
  msgstr "von"
287
 
288
- #: options/panel1.php:142 options/panel1.php:158
289
  msgid "Date and Time"
290
  msgstr "Datum und Uhrzeit"
291
 
292
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
293
  msgid "Replies"
294
  msgstr "Antworten"
295
 
296
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
297
  msgid "Replies Unconfirmed"
298
  msgstr "Unbestätigte Antworten"
299
 
300
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
301
  msgid "All Comments"
302
  msgstr "Alle Kommentare"
303
 
304
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
305
  msgid "Unconfirmed"
306
  msgstr "Unbestätigt"
307
 
308
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
309
  msgid "Inactive"
310
  msgstr "Aktiv"
311
 
312
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
313
- #: templates/user.php:111
314
  msgid "Delete"
315
  msgstr "Löschen"
316
 
317
- #: options/panel1.php:202 options/panel1.php:212
318
  msgid "Edit"
319
  msgstr "Bearbeiten"
320
 
321
- #: options/panel1.php:204 options/panel1.php:210
322
  msgid "Subscription"
323
  msgstr "Abonnements"
324
 
325
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
326
  msgid "Action:"
327
  msgstr "Aktion:"
328
 
329
- #: options/panel1.php:227
330
  msgid "Delete forever"
331
  msgstr "Endgültig löschen"
332
 
333
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
334
  msgid "Suspend"
335
  msgstr "Deaktivieren"
336
 
337
- #: options/panel1.php:229
338
  msgid "Activate and set to Y"
339
  msgstr "Aktivieren und auf Y setzen"
340
 
341
- #: options/panel1.php:230
342
  msgid "Activate and set to R"
343
  msgstr "Aktivieren und auf R setzen"
344
 
345
- #: options/panel1.php:231
346
  msgid "Activate"
347
  msgstr "Aktivieren"
348
 
349
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
350
  msgid "Update subscriptions"
351
  msgstr "Abos aktualisieren"
352
 
353
- #: options/panel1.php:238
354
  msgid "Sorry, no subscriptions match your search criteria."
355
  msgstr "Keine passenden Abonnements gefunden."
356
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
357
  #: options/panel10.php:41
358
  msgid "The log file has been successfully deleted."
359
  msgstr "Die Log Datei wurde erfolgreich gelöscht."
@@ -377,31 +414,31 @@ msgid "Enable Auto clean log data"
377
  msgstr "Aktiviere \"Automatische Bereinigung\" der Log Daten"
378
 
379
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
380
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
381
  msgid "Your settings have been successfully updated."
382
  msgstr "Deine Einstellungen wurden erfolgreich gespeichert."
383
 
384
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
385
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
386
  msgid "There was an error updating the following fields:"
387
  msgstr ""
388
  "Bei der Aktualisierung der folgenden Felder ist ein Fehler aufgetreten:"
389
 
390
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
391
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
392
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
393
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
394
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
395
- #: options/panel5.php:210 options/panel5.php:219
396
  msgid "Yes"
397
  msgstr "Ja"
398
 
399
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
400
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
401
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
402
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
403
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
404
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
405
  msgid "No"
406
  msgstr "Nein"
407
 
@@ -448,7 +485,7 @@ msgid "System Information"
448
  msgstr "System Information"
449
 
450
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
451
- #: options/panel4.php:283 options/panel5.php:265
452
  msgid "Save Changes"
453
  msgstr "Alle Änderungen speichern"
454
 
@@ -899,7 +936,7 @@ msgid "There was an error deleting the options:"
899
  msgstr ""
900
  "Bei der Aktualisierung der folgenden Felder ist ein Fehler aufgetreten:"
901
 
902
- #: options/panel5.php:48 options/panel5.php:108
903
  msgid "Show StCR checkbox / dropdown"
904
  msgstr "Zeige die StCR Checkbox/Dropdown Menü"
905
 
@@ -907,23 +944,23 @@ msgstr "Zeige die StCR Checkbox/Dropdown Menü"
907
  msgid "Safetly Uninstall"
908
  msgstr "Sicher Deinstallieren"
909
 
910
- #: options/panel5.php:54 options/panel5.php:125
911
  msgid "Autopurge requests"
912
  msgstr "Anfragen automatisch löschen"
913
 
914
- #: options/panel5.php:57 options/panel5.php:143
915
  msgid "Enable double check"
916
  msgstr "Bestätigung erforderlich (double check)"
917
 
918
- #: options/panel5.php:60 options/panel5.php:134
919
  msgid "StCR Position"
920
  msgstr "StCR Position"
921
 
922
- #: options/panel5.php:63 options/panel5.php:151
923
  msgid "Subscribe authors"
924
  msgstr "Abonnierte Autoren"
925
 
926
- #: options/panel5.php:66 options/panel5.php:161
927
  msgid "Enable HTML emails"
928
  msgstr "Aktiviere HTML E-Mails"
929
 
@@ -939,23 +976,24 @@ msgstr "Trackbacks senden"
939
  msgid "Notify admin"
940
  msgstr "Administrator informieren"
941
 
942
- #: options/panel5.php:78 options/panel5.php:199
943
  msgid "Let admin subscribe"
944
  msgstr "Admin-Anmeldung"
945
 
946
- #: options/panel5.php:81 options/panel5.php:208
947
  msgid "BCC admin on Notifications"
948
  msgstr "Benachrichtigungen"
949
 
950
- #: options/panel5.php:84 options/panel5.php:217
951
  msgid "Enable Font Awesome"
952
  msgstr ""
953
 
954
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
955
  msgid "Reset All Options"
956
  msgstr ""
957
 
958
- #: options/panel5.php:112
959
  msgid ""
960
  "This option will disable the StCR checkbox or dropdown in you comment form. "
961
  "You should leave it to Yes always. "
@@ -963,11 +1001,11 @@ msgstr ""
963
  "Diese Option deaktiviert die StCR Checkbox in deinen Kommentaren. Du "
964
  "solltest es leer lassen oder immer \"Ja\" einstellen."
965
 
966
- #: options/panel5.php:117
967
  msgid "Safely Uninstall"
968
  msgstr "Sicher Deinstallieren"
969
 
970
- #: options/panel5.php:121
971
  msgid ""
972
  "This option will allow you to delete the plugin with WordPress without "
973
  "loosing your subscribers. Any database table and plugin options are wipeout."
@@ -976,11 +1014,11 @@ msgstr ""
976
  "Abonnenten zu verlieren. Alle Datenbanktabellen und Plugin-Optionen werden "
977
  "gelöscht."
978
 
979
- #: options/panel5.php:128
980
  msgid "days"
981
  msgstr "Tage"
982
 
983
- #: options/panel5.php:129
984
  msgid ""
985
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
986
  "this feature."
@@ -988,7 +1026,18 @@ msgstr ""
988
  "Lösche wartende, nicht bestätigte Anfragen nach x Tagen. Verwende die 0, um "
989
  "nie zu löschen."
990
 
991
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
992
  msgid ""
993
  "If this option is enable the subscription box will be above the submit "
994
  "button in your comment form. Use this when your theme is outdated and using "
@@ -999,7 +1048,7 @@ msgstr ""
999
  "Option, wenn Ihr Thema veraltet ist und die falschen WordPress \"Hooks\" "
1000
  "verwendet und das Kontrollkästchen nicht angezeigt wird."
1001
 
1002
- #: options/panel5.php:147
1003
  msgid ""
1004
  "Send a notification email to confirm the subscription (to avoid addresses "
1005
  "misuse)."
@@ -1007,78 +1056,78 @@ msgstr ""
1007
  "Sende eine Bestätigungsnachricht, um die Gültigkeit der E-Mail-Adresse zu "
1008
  "verifizieren."
1009
 
1010
- #: options/panel5.php:156
1011
  msgid ""
1012
  "Automatically subscribe authors to their own articles (not retroactive)."
1013
  msgstr ""
1014
  "Automatisch Autoren zu ihren eigenen Artikeln abonnieren (nicht rückwirkend)."
1015
 
1016
- #: options/panel5.php:165
1017
  msgid ""
1018
  "If enabled, will send email messages with content-type = text/html instead "
1019
  "of text/plain"
1020
  msgstr "Wenn aktiviert, wird HTML-Inhalt, statt Nur-Text verwendet"
1021
 
1022
- #: options/panel5.php:170
1023
  msgid "HTMLify links in emails"
1024
  msgstr ""
1025
 
1026
- #: options/panel5.php:175
1027
  msgid ""
1028
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1029
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1030
  msgstr ""
1031
 
1032
- #: options/panel5.php:180
1033
  msgid "Process trackbacks"
1034
  msgstr "Trackbacks senden"
1035
 
1036
- #: options/panel5.php:184
1037
  msgid ""
1038
  "Notify users when a new trackback or pingback is added to the discussion."
1039
  msgstr ""
1040
  "Benachrichtigung an die Besucher, wenn ein Trackback oder Pingback eingeht."
1041
 
1042
- #: options/panel5.php:189
1043
  msgid "Track all subscriptions"
1044
  msgstr "Verfolge alle Benachrichtigungen"
1045
 
1046
- #: options/panel5.php:194
1047
  msgid "Notify the administrator when users subscribe without commenting."
1048
  msgstr ""
1049
  "Benachrichtigung an den Administrator, wenn ohne Kommentar ein Abo "
1050
  "eingerichtet wurde."
1051
 
1052
- #: options/panel5.php:203
1053
  msgid "Let the administrator subscribe to comments when logged in."
1054
  msgstr ""
1055
  "Erlaube dem Administrator Kommentare zu Abonnieren, wenn er eingeloggt ist."
1056
 
1057
- #: options/panel5.php:212
1058
  msgid "Send a copy of all Notifications to the administrator."
1059
  msgstr "Sende eine Kopie von allen Benachrichtigungen an den Administrator"
1060
 
1061
- #: options/panel5.php:221
1062
  msgid ""
1063
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1064
  "you theme already add this into your site."
1065
  msgstr ""
1066
 
1067
- #: options/panel5.php:226
1068
  msgid "StCR Unique Key"
1069
  msgstr "Eindeutiger StCR Schlüssel"
1070
 
1071
- #: options/panel5.php:231
1072
  msgid "This Unique Key is not set, please click the following button to "
1073
  msgstr ""
1074
  "Der eindeutige Schlüssel ist nicht definiert. Bitte klicke auf den folgenden "
1075
  "Button"
1076
 
1077
- #: options/panel5.php:235 options/panel5.php:246
1078
  msgid "Generate"
1079
  msgstr "Generieren"
1080
 
1081
- #: options/panel5.php:243
1082
  msgid ""
1083
  "This Unique Key will be use to send the notification to your subscribers "
1084
  "with more security."
@@ -1086,17 +1135,17 @@ msgstr ""
1086
  "Dieser eindeutige Schlüssel wird verwendet, um die Benachrichtigung an Ihre "
1087
  "Abonnenten mit mehr Sicherheit zu senden."
1088
 
1089
- #: options/panel5.php:256
1090
  msgid ""
1091
  "This will reset all the options and messages of the plugin. Please proceed "
1092
  "with caution."
1093
  msgstr ""
1094
 
1095
- #: options/panel5.php:258
1096
  msgid "Yes, Delete Options including subscriptions."
1097
  msgstr ""
1098
 
1099
- #: options/panel5.php:259
1100
  msgid "No, Only delete the StCR Options."
1101
  msgstr ""
1102
 
@@ -1235,34 +1284,34 @@ msgstr "Abonnement - E-Mail"
1235
  msgid "Subscription Status"
1236
  msgstr "Abonnement - Status"
1237
 
1238
- #: templates/author.php:88 templates/user.php:104
1239
  msgid "Select all"
1240
  msgstr "Alle auswählen"
1241
 
1242
- #: templates/author.php:89 templates/user.php:106
1243
  msgid "Invert selection"
1244
  msgstr "Auswahl umkehren"
1245
 
1246
- #: templates/author.php:92 templates/user.php:110
1247
  msgid "Choose your action"
1248
  msgstr "Wähle eine Aktion"
1249
 
1250
- #: templates/author.php:95 templates/user.php:113
1251
  msgid "All comments"
1252
  msgstr "Alle Kommentare"
1253
 
1254
- #: templates/author.php:96 templates/user.php:114
1255
- #: wp_subscribe_reloaded.php:1122
1256
  msgid "Replies to my comments"
1257
  msgstr "Nur Antworten auf meine Kommentare"
1258
 
1259
- #: templates/author.php:102 templates/confirm.php:28
1260
- #: templates/request-management-link.php:114 templates/user.php:124
1261
  msgid "Return to Post"
1262
  msgstr "Zurück zum Beitrag"
1263
 
1264
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1265
- #: templates/user.php:128
1266
  msgid "No subscriptions match your search criteria."
1267
  msgstr "Keine passenden Abos gefunden."
1268
 
@@ -1274,16 +1323,29 @@ msgstr ""
1274
  "Oha. Der Link zum Verwalten Ihre Abonnements ist abgelaufen. Keine Sorge, "
1275
  "geben Sie einfach Ihre E-Mail Adresse unten und ein neuer Link wird versandt."
1276
 
1277
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1278
- #: templates/subscribe.php:112
 
1279
  msgid "Send"
1280
  msgstr "Abschicken"
1281
 
1282
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1283
  msgid "New subscription to"
1284
  msgstr "Neue Benachrichtigung"
1285
 
1286
- #: templates/subscribe.php:51
1287
  msgid "User:"
1288
  msgstr "Besucher:"
1289
 
@@ -1427,6 +1489,7 @@ msgstr ""
1427
 
1428
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1429
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1430
  msgid ""
1431
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1432
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1472,6 +1535,7 @@ msgstr ""
1472
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1473
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1474
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1475
  msgid ""
1476
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1477
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1566,6 +1630,7 @@ msgstr ""
1566
 
1567
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1568
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1569
  msgid "This version includes fixes and improvements, "
1570
  msgstr "Diese Version enthält Fixes und Verbesserungen."
1571
 
@@ -1583,13 +1648,13 @@ msgid ""
1583
  msgstr ""
1584
 
1585
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1586
- #: utils/stcr_upgrade.php:576
1587
  #, fuzzy
1588
  msgid "Log Settings"
1589
  msgstr "Einstellungen"
1590
 
1591
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1592
- #: utils/stcr_upgrade.php:580
1593
  #, fuzzy
1594
  msgid ""
1595
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
@@ -1608,7 +1673,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1608
  msgstr ""
1609
 
1610
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1611
- #: utils/stcr_upgrade.php:590
1612
  msgid "The support of this plugin is given thanks to your donations."
1613
  msgstr ""
1614
 
@@ -1659,7 +1724,7 @@ msgstr ""
1659
  msgid "<strong>Fix</strong> issue regarding database collations"
1660
  msgstr ""
1661
 
1662
- #: utils/stcr_upgrade.php:591
1663
  msgid ""
1664
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1665
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1670,7 +1735,103 @@ msgid ""
1670
  "Thanks for all the users that have supported the plugin development."
1671
  msgstr ""
1672
 
1673
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1674
  msgid ""
1675
  "Notify me of followup comments via e-mail. You can also <a "
1676
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1678,7 +1839,7 @@ msgstr ""
1678
  "E-Mail-Benachrichtigung bei weiteren Kommentaren.<br>Auch möglich: <a "
1679
  "href='[subscribe_link]'>Abo ohne Kommentar</a>."
1680
 
1681
- #: utils/stcr_utils.php:197
1682
  msgid ""
1683
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1684
  "subscriptions."
@@ -1686,7 +1847,7 @@ msgstr ""
1686
  "Du erhältst Benachrichtigungen zu diesem Thema. <a "
1687
  "href='[manager_link]'>Verwalte Deine Abonnements</a>."
1688
 
1689
- #: utils/stcr_utils.php:198
1690
  msgid ""
1691
  "Your subscription to this post needs to be confirmed. <a "
1692
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1694,14 +1855,14 @@ msgstr ""
1694
  "Dein Benachrichtigungswunsch muss bestätigt werden. <a "
1695
  "href='[manager_link]'>Verwalte Deine Abonnements</a>."
1696
 
1697
- #: utils/stcr_utils.php:199
1698
  msgid ""
1699
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1700
  msgstr ""
1701
  "Deine <a href='[manager_link]'>Benachrichtigungs-Einstellungen</a> zu diesem "
1702
  "Beitrag anpassen."
1703
 
1704
- #: utils/stcr_utils.php:205
1705
  msgid ""
1706
  "To manage your subscriptions, please enter your email address here below. We "
1707
  "will send you a message containing the link to access your personal "
@@ -1710,7 +1871,7 @@ msgstr ""
1710
  "Um Deine Abonnements zu verwalten, gib bitte hier Deine E-Mail-Adresse ein. "
1711
  "Du bekommst dann eine E-Mail mit einem weiterführenden Link."
1712
 
1713
- #: utils/stcr_utils.php:206
1714
  msgid ""
1715
  "Thank you for using our subscription service. Your request has been "
1716
  "completed, and you should receive an email with the management link in a few "
@@ -1719,7 +1880,7 @@ msgstr ""
1719
  "Danke für das Nutzen des Benachrichtigungsdienstes. Deine Anfrage wird "
1720
  "bearbeitet und eine E-Mail an Dich verschickt."
1721
 
1722
- #: utils/stcr_utils.php:207
1723
  msgid ""
1724
  "You can follow the discussion on <strong>[post_title]</strong> without "
1725
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1729,7 +1890,7 @@ msgstr ""
1729
  "folgen, ohne bisher selbst etwas geschrieben zu haben. Hierzu einfach Deine "
1730
  "E-Mail-Adresse in das dafür vorgesehene Feld eintragen."
1731
 
1732
- #: utils/stcr_utils.php:208
1733
  msgid ""
1734
  "Thank you for using our subscription service. Your request has been "
1735
  "completed. You will receive a notification email every time a new comment to "
@@ -1738,7 +1899,7 @@ msgstr ""
1738
  "Danke für das Nutzen des Benachrichtigungsdienstes. Du wirst nun bei jedem "
1739
  "neuen Kommentar per E-Mail informiert."
1740
 
1741
- #: utils/stcr_utils.php:209
1742
  msgid ""
1743
  "Thank you for using our subscription service. In order to confirm your "
1744
  "request, please check your email for the verification message and follow the "
@@ -1747,7 +1908,7 @@ msgstr ""
1747
  "Danke für das Nutzen des Benachrichtigungsdienstes. Bitte bestätige Deine "
1748
  "Anfrage durch den Link in der E-Mail, die Dir gerade zugestellt wird."
1749
 
1750
- #: utils/stcr_utils.php:210
1751
  msgid ""
1752
  "In order to cancel or suspend one or more notifications, select the "
1753
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1755,7 +1916,7 @@ msgstr ""
1755
  "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die "
1756
  "entsprechende Auswahlboxen und Klicke auf den Button am Ende der Liste."
1757
 
1758
- #: utils/stcr_utils.php:211
1759
  msgid ""
1760
  "In order to cancel or suspend one or more notifications, select the "
1761
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1765,11 +1926,11 @@ msgstr ""
1765
  "entsprechende Auswahlboxen und Klicke auf den Button am Ende der Liste. Du "
1766
  "hast derzeit abboniert:"
1767
 
1768
- #: utils/stcr_utils.php:215
1769
  msgid "There is a new comment to [post_title]"
1770
  msgstr "Neuer Kommentar zum Artikel: [post_title]"
1771
 
1772
- #: utils/stcr_utils.php:216
1773
  msgid ""
1774
  "<h1>There is a new comment on [post_title].</h1>\n"
1775
  "\n"
@@ -1786,11 +1947,11 @@ msgid ""
1786
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1787
  msgstr ""
1788
 
1789
- #: utils/stcr_utils.php:217
1790
  msgid "Please confirm your subscription to [post_title]"
1791
  msgstr "Bitte bestätige Deinen Benachrichtigungswunsch zum Thema [post_title]"
1792
 
1793
- #: utils/stcr_utils.php:218
1794
  #, fuzzy
1795
  #| msgid ""
1796
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1813,11 +1974,11 @@ msgstr ""
1813
  "Bitte bestätigte diese Anfrage durch einen Klick auf diesen Link:\n"
1814
  "[confirm_link]"
1815
 
1816
- #: utils/stcr_utils.php:219
1817
  msgid "Manage your subscriptions on [blog_name]"
1818
  msgstr "Benachrichtigungs-Einstellungen von [blog_name]"
1819
 
1820
- #: utils/stcr_utils.php:220
1821
  msgid ""
1822
  "You have requested to manage your subscriptions to the articles on "
1823
  "[blog_name]. Please check the Subscriptions management link in your email"
@@ -1825,7 +1986,7 @@ msgstr ""
1825
  "Du möchtest Deine Benachrichtigungs-Einstellungen von [blog_name] ändern. "
1826
  "Bitte prüfe den Abonnementen Verwaltungslink in deiner E-Mail "
1827
 
1828
- #: utils/stcr_utils.php:221
1829
  #, fuzzy
1830
  #| msgid ""
1831
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1840,15 +2001,15 @@ msgstr ""
1840
  "Nutze dazu bitte diesen Link:\n"
1841
  "[manager_link]"
1842
 
1843
- #: utils/stcr_utils.php:300
1844
  msgid "StCR Notification"
1845
  msgstr "Benachrichtigungen"
1846
 
1847
- #: wp_subscribe_reloaded.php:1120
1848
  msgid "Don't subscribe"
1849
  msgstr "Nicht abbonieren"
1850
 
1851
- #: wp_subscribe_reloaded.php:1121
1852
  msgid "All"
1853
  msgstr "Alle"
1854
 
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:10-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:10-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de\n"
25
  "X-Poedit-SearchPathExcluded-0: includes\n"
26
 
27
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
28
+ #: utils/stcr_utils.php:280
29
  msgid "Manage subscriptions"
30
  msgstr "Verwalte deine Abonnements"
31
 
54
  msgid "Donate"
55
  msgstr "Spenden"
56
 
57
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
58
  msgid "Add New Subscription"
59
  msgstr "Neues Abo hinzufügen"
60
 
63
  msgid "Post:"
64
  msgstr "Beitrag:"
65
 
66
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
67
+ #: options/panel1.php:159 templates/key_expired.php:72
68
+ #: templates/request-management-link.php:113
69
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
70
+ #: templates/subscribe.php:146
71
  msgid "Email"
72
  msgstr "E-Mail"
73
 
74
  #: options/panel1-add-subscription.php:20
75
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
76
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
77
  msgid "Status"
78
  msgstr "Status"
79
 
80
  #: options/panel1-add-subscription.php:22
81
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
82
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
83
  #: templates/user.php:76
84
  msgid "Active"
85
  msgstr "Aktiv"
86
 
87
  #: options/panel1-add-subscription.php:23
88
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
89
+ #: options/panel1.php:106
90
  msgid "Replies only"
91
  msgstr "Nur Antworten"
92
 
93
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
94
  msgid "Ask user to confirm"
95
  msgstr "Benutzer nach Bestätigung fragen"
96
 
97
  #: options/panel1-add-subscription.php:26
98
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
99
  msgid "Update"
100
  msgstr "Aktualisieren"
101
 
102
+ #: options/panel1-business-logic.php:40
103
  msgid "Subscription added."
104
  msgstr "Abo hinzugefügt."
105
 
106
+ #: options/panel1-business-logic.php:65
107
  msgid "Subscriptions updated."
108
  msgstr "Abos aktualisiert."
109
 
110
+ #: options/panel1-business-logic.php:80
111
  msgid "Subscription deleted."
112
  msgstr "Abo gelöscht."
113
 
114
+ #: options/panel1-business-logic.php:99 templates/author.php:24
115
  #: templates/user.php:33
116
  msgid "Subscriptions deleted:"
117
  msgstr "Abos gelöscht:"
118
 
119
+ #: options/panel1-business-logic.php:103 templates/author.php:28
120
  #: templates/user.php:37
121
  msgid "Subscriptions suspended:"
122
  msgstr "Abos deaktiviert:"
123
 
124
+ #: options/panel1-business-logic.php:107 templates/author.php:32
125
  #: templates/user.php:41
126
  msgid "Subscriptions activated:"
127
  msgstr "Aktivierte Benachrichtigungen:"
128
 
129
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
130
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
131
  #: templates/user.php:49
132
  msgid "Subscriptions updated:"
133
  msgstr "Aktualisierte Benachrichtigungen:"
134
 
135
+ #: options/panel1-business-logic.php:147
136
  msgid "&laquo; Previous"
137
  msgstr "&laquo; Vorherige"
138
 
139
+ #: options/panel1-business-logic.php:151
140
  msgid "Next &raquo;"
141
  msgstr "Nächste &raquo;"
142
 
151
  msgid "optional"
152
  msgstr "optional"
153
 
154
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
155
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
156
  #: templates/author.php:53 templates/user.php:65
157
  msgid ""
158
  "Please remember: this operation cannot be undone. Are you sure you want to "
161
  "Bitte beachte: Diese Aktion kann nicht widerrufen werden. Bist Du sicher, "
162
  "dass Du fortfahren möchtest?"
163
 
164
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
165
  msgid "From"
166
  msgstr "Von"
167
 
168
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
169
  msgid "To"
170
  msgstr "An"
171
 
172
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
173
  msgid "Keep unchanged"
174
  msgstr "Unverändert belassen"
175
 
176
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
177
  msgid "Suspended"
178
  msgstr "Deaktiviert"
179
 
180
+ #: options/panel1.php:22
181
+ msgid "The email that you typed is not correct."
182
+ msgstr ""
183
+
184
+ #: options/panel1.php:29
185
+ msgid "Please enter a valid Post ID."
186
+ msgstr ""
187
+
188
+ #: options/panel1.php:46
189
  msgid "Mass Update Subscriptions"
190
  msgstr "Mehrere Abos aktualisieren"
191
 
192
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
193
+ #: options/panel1.php:317
194
  msgid "email address"
195
  msgstr "E-Mail-Adresse des Absenders"
196
 
197
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
198
  msgid "optional - new email address"
199
  msgstr "Optional - Neue E-Mail-Adresse"
200
 
201
+ #: options/panel1.php:74
202
  msgid "More info"
203
  msgstr "Mehr Informationen"
204
 
205
+ #: options/panel1.php:80
206
  msgid ""
207
  "This option will allow you to change an email address for another one or to "
208
  "update the same status for all the subscription on a specific email address."
211
  "oder den Status für das gesamte Abonnement zu einer bestimmten E-Mail-"
212
  "Adresse aktualisieren."
213
 
214
+ #: options/panel1.php:92
215
  msgid "Post ID"
216
  msgstr "Post ID"
217
 
218
+ #: options/panel1.php:109
219
  msgid "Add"
220
  msgstr "Hinzufügen"
221
 
222
+ #: options/panel1.php:124
223
  msgid "Search subscriptions"
224
  msgstr "Abos suchen"
225
 
226
+ #: options/panel1.php:128
227
  #, php-format
228
  msgid ""
229
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
232
  "Du kannst entweder <a href=\"%s\">alle Abos auflisten</a> oder die einer "
233
  "bestimmten <b>E-Mail-Adresse finden</b>"
234
 
235
+ #: options/panel1.php:132
236
  msgid "email"
237
  msgstr "E-Mail"
238
 
239
+ #: options/panel1.php:133
240
  msgid "post ID"
241
  msgstr "Beitrag (ID)"
242
 
243
+ #: options/panel1.php:134
244
  msgid "status"
245
  msgstr "Status"
246
 
247
+ #: options/panel1.php:137
248
  msgid "equals"
249
  msgstr "entspricht"
250
 
251
+ #: options/panel1.php:138
252
  msgid "contains"
253
  msgstr "enthält"
254
 
255
+ #: options/panel1.php:139
256
  msgid "does not contain"
257
  msgstr "enthält nicht"
258
 
259
+ #: options/panel1.php:140
260
  msgid "starts with"
261
  msgstr "Beginnt mit"
262
 
263
+ #: options/panel1.php:141
264
  msgid "ends with"
265
  msgstr "Endet mit"
266
 
267
+ #: options/panel1.php:144
268
  msgid "results per page:"
269
  msgstr "Ergebnisse pro Seite:"
270
 
271
+ #: options/panel1.php:146
272
  msgid "Search"
273
  msgstr "Suchen"
274
 
275
+ #: options/panel1.php:154
276
  msgid "Reverse the order by Post ID"
277
  msgstr "Sortiert nach Post-ID"
278
 
279
+ #: options/panel1.php:155 options/panel1.php:156
280
  msgid "Reverse the order by Date/Time"
281
  msgstr "Sortierung umkehren nach Datum/Uhrzeit"
282
 
283
+ #: options/panel1.php:158
284
  msgid "Post (ID)"
285
  msgstr "Post (ID)"
286
 
287
+ #: options/panel1.php:161
288
  msgid "Search query:"
289
  msgstr "Suchabfrage:"
290
 
291
+ #: options/panel1.php:161
292
  msgid "Rows:"
293
  msgstr "Zeilen:"
294
 
295
+ #: options/panel1.php:161
296
  msgid "of"
297
  msgstr "von"
298
 
299
+ #: options/panel1.php:168 options/panel1.php:184
300
  msgid "Date and Time"
301
  msgstr "Datum und Uhrzeit"
302
 
303
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
304
  msgid "Replies"
305
  msgstr "Antworten"
306
 
307
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
308
  msgid "Replies Unconfirmed"
309
  msgstr "Unbestätigte Antworten"
310
 
311
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
312
  msgid "All Comments"
313
  msgstr "Alle Kommentare"
314
 
315
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
316
  msgid "Unconfirmed"
317
  msgstr "Unbestätigt"
318
 
319
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
320
  msgid "Inactive"
321
  msgstr "Aktiv"
322
 
323
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
324
+ #: templates/user.php:114
325
  msgid "Delete"
326
  msgstr "Löschen"
327
 
328
+ #: options/panel1.php:228 options/panel1.php:238
329
  msgid "Edit"
330
  msgstr "Bearbeiten"
331
 
332
+ #: options/panel1.php:230 options/panel1.php:236
333
  msgid "Subscription"
334
  msgstr "Abonnements"
335
 
336
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
337
  msgid "Action:"
338
  msgstr "Aktion:"
339
 
340
+ #: options/panel1.php:253
341
  msgid "Delete forever"
342
  msgstr "Endgültig löschen"
343
 
344
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
345
  msgid "Suspend"
346
  msgstr "Deaktivieren"
347
 
348
+ #: options/panel1.php:255
349
  msgid "Activate and set to Y"
350
  msgstr "Aktivieren und auf Y setzen"
351
 
352
+ #: options/panel1.php:256
353
  msgid "Activate and set to R"
354
  msgstr "Aktivieren und auf R setzen"
355
 
356
+ #: options/panel1.php:257
357
  msgid "Activate"
358
  msgstr "Aktivieren"
359
 
360
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
361
  msgid "Update subscriptions"
362
  msgstr "Abos aktualisieren"
363
 
364
+ #: options/panel1.php:264
365
  msgid "Sorry, no subscriptions match your search criteria."
366
  msgstr "Keine passenden Abonnements gefunden."
367
 
368
+ #: options/panel1.php:321 options/panel1.php:389
369
+ #, fuzzy
370
+ #| msgid "System Information"
371
+ msgid "Missing information"
372
+ msgstr "System Information"
373
+
374
+ #: options/panel1.php:329 options/panel1.php:414
375
+ #, fuzzy
376
+ #| msgid "Sender email address"
377
+ msgid "Invalid email address."
378
+ msgstr "E-Mail-Adresse des Absenders"
379
+
380
+ #: options/panel1.php:397
381
+ msgid "Enter a numeric Post ID."
382
+ msgstr ""
383
+
384
+ #: options/panel1.php:406
385
+ #, fuzzy
386
+ #| msgid "System Information"
387
+ msgid "Missing email information"
388
+ msgstr "System Information"
389
+
390
+ #: options/panel1.php:442 options/panel1.php:450
391
+ msgid "Please enter a value"
392
+ msgstr ""
393
+
394
  #: options/panel10.php:41
395
  msgid "The log file has been successfully deleted."
396
  msgstr "Die Log Datei wurde erfolgreich gelöscht."
414
  msgstr "Aktiviere \"Automatische Bereinigung\" der Log Daten"
415
 
416
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
417
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
418
  msgid "Your settings have been successfully updated."
419
  msgstr "Deine Einstellungen wurden erfolgreich gespeichert."
420
 
421
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
422
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
423
  msgid "There was an error updating the following fields:"
424
  msgstr ""
425
  "Bei der Aktualisierung der folgenden Felder ist ein Fehler aufgetreten:"
426
 
427
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
428
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
429
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
430
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
431
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
432
+ #: options/panel5.php:221 options/panel5.php:230
433
  msgid "Yes"
434
  msgstr "Ja"
435
 
436
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
437
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
438
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
439
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
440
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
441
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
442
  msgid "No"
443
  msgstr "Nein"
444
 
485
  msgstr "System Information"
486
 
487
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
488
+ #: options/panel4.php:283 options/panel5.php:276
489
  msgid "Save Changes"
490
  msgstr "Alle Änderungen speichern"
491
 
936
  msgstr ""
937
  "Bei der Aktualisierung der folgenden Felder ist ein Fehler aufgetreten:"
938
 
939
+ #: options/panel5.php:48 options/panel5.php:111
940
  msgid "Show StCR checkbox / dropdown"
941
  msgstr "Zeige die StCR Checkbox/Dropdown Menü"
942
 
944
  msgid "Safetly Uninstall"
945
  msgstr "Sicher Deinstallieren"
946
 
947
+ #: options/panel5.php:54 options/panel5.php:128
948
  msgid "Autopurge requests"
949
  msgstr "Anfragen automatisch löschen"
950
 
951
+ #: options/panel5.php:57 options/panel5.php:154
952
  msgid "Enable double check"
953
  msgstr "Bestätigung erforderlich (double check)"
954
 
955
+ #: options/panel5.php:60 options/panel5.php:145
956
  msgid "StCR Position"
957
  msgstr "StCR Position"
958
 
959
+ #: options/panel5.php:63 options/panel5.php:162
960
  msgid "Subscribe authors"
961
  msgstr "Abonnierte Autoren"
962
 
963
+ #: options/panel5.php:66 options/panel5.php:172
964
  msgid "Enable HTML emails"
965
  msgstr "Aktiviere HTML E-Mails"
966
 
976
  msgid "Notify admin"
977
  msgstr "Administrator informieren"
978
 
979
+ #: options/panel5.php:78 options/panel5.php:210
980
  msgid "Let admin subscribe"
981
  msgstr "Admin-Anmeldung"
982
 
983
+ #: options/panel5.php:81 options/panel5.php:219
984
  msgid "BCC admin on Notifications"
985
  msgstr "Benachrichtigungen"
986
 
987
+ #: options/panel5.php:84 options/panel5.php:228
988
  msgid "Enable Font Awesome"
989
  msgstr ""
990
 
991
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
992
+ #: options/panel5.php:272
993
  msgid "Reset All Options"
994
  msgstr ""
995
 
996
+ #: options/panel5.php:115
997
  msgid ""
998
  "This option will disable the StCR checkbox or dropdown in you comment form. "
999
  "You should leave it to Yes always. "
1001
  "Diese Option deaktiviert die StCR Checkbox in deinen Kommentaren. Du "
1002
  "solltest es leer lassen oder immer \"Ja\" einstellen."
1003
 
1004
+ #: options/panel5.php:120
1005
  msgid "Safely Uninstall"
1006
  msgstr "Sicher Deinstallieren"
1007
 
1008
+ #: options/panel5.php:124
1009
  msgid ""
1010
  "This option will allow you to delete the plugin with WordPress without "
1011
  "loosing your subscribers. Any database table and plugin options are wipeout."
1014
  "Abonnenten zu verlieren. Alle Datenbanktabellen und Plugin-Optionen werden "
1015
  "gelöscht."
1016
 
1017
+ #: options/panel5.php:131
1018
  msgid "days"
1019
  msgstr "Tage"
1020
 
1021
+ #: options/panel5.php:132
1022
  msgid ""
1023
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
1024
  "this feature."
1026
  "Lösche wartende, nicht bestätigte Anfragen nach x Tagen. Verwende die 0, um "
1027
  "nie zu löschen."
1028
 
1029
+ #: options/panel5.php:136
1030
+ msgid "Date Format"
1031
+ msgstr ""
1032
+
1033
+ #: options/panel5.php:140
1034
+ msgid ""
1035
+ "Date format that will be display on the management page. Use <a "
1036
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
1037
+ "date-parameters' target='_blank'>PHP Date Format</a>"
1038
+ msgstr ""
1039
+
1040
+ #: options/panel5.php:149
1041
  msgid ""
1042
  "If this option is enable the subscription box will be above the submit "
1043
  "button in your comment form. Use this when your theme is outdated and using "
1048
  "Option, wenn Ihr Thema veraltet ist und die falschen WordPress \"Hooks\" "
1049
  "verwendet und das Kontrollkästchen nicht angezeigt wird."
1050
 
1051
+ #: options/panel5.php:158
1052
  msgid ""
1053
  "Send a notification email to confirm the subscription (to avoid addresses "
1054
  "misuse)."
1056
  "Sende eine Bestätigungsnachricht, um die Gültigkeit der E-Mail-Adresse zu "
1057
  "verifizieren."
1058
 
1059
+ #: options/panel5.php:167
1060
  msgid ""
1061
  "Automatically subscribe authors to their own articles (not retroactive)."
1062
  msgstr ""
1063
  "Automatisch Autoren zu ihren eigenen Artikeln abonnieren (nicht rückwirkend)."
1064
 
1065
+ #: options/panel5.php:176
1066
  msgid ""
1067
  "If enabled, will send email messages with content-type = text/html instead "
1068
  "of text/plain"
1069
  msgstr "Wenn aktiviert, wird HTML-Inhalt, statt Nur-Text verwendet"
1070
 
1071
+ #: options/panel5.php:181
1072
  msgid "HTMLify links in emails"
1073
  msgstr ""
1074
 
1075
+ #: options/panel5.php:186
1076
  msgid ""
1077
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1078
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1079
  msgstr ""
1080
 
1081
+ #: options/panel5.php:191
1082
  msgid "Process trackbacks"
1083
  msgstr "Trackbacks senden"
1084
 
1085
+ #: options/panel5.php:195
1086
  msgid ""
1087
  "Notify users when a new trackback or pingback is added to the discussion."
1088
  msgstr ""
1089
  "Benachrichtigung an die Besucher, wenn ein Trackback oder Pingback eingeht."
1090
 
1091
+ #: options/panel5.php:200
1092
  msgid "Track all subscriptions"
1093
  msgstr "Verfolge alle Benachrichtigungen"
1094
 
1095
+ #: options/panel5.php:205
1096
  msgid "Notify the administrator when users subscribe without commenting."
1097
  msgstr ""
1098
  "Benachrichtigung an den Administrator, wenn ohne Kommentar ein Abo "
1099
  "eingerichtet wurde."
1100
 
1101
+ #: options/panel5.php:214
1102
  msgid "Let the administrator subscribe to comments when logged in."
1103
  msgstr ""
1104
  "Erlaube dem Administrator Kommentare zu Abonnieren, wenn er eingeloggt ist."
1105
 
1106
+ #: options/panel5.php:223
1107
  msgid "Send a copy of all Notifications to the administrator."
1108
  msgstr "Sende eine Kopie von allen Benachrichtigungen an den Administrator"
1109
 
1110
+ #: options/panel5.php:232
1111
  msgid ""
1112
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1113
  "you theme already add this into your site."
1114
  msgstr ""
1115
 
1116
+ #: options/panel5.php:237
1117
  msgid "StCR Unique Key"
1118
  msgstr "Eindeutiger StCR Schlüssel"
1119
 
1120
+ #: options/panel5.php:242
1121
  msgid "This Unique Key is not set, please click the following button to "
1122
  msgstr ""
1123
  "Der eindeutige Schlüssel ist nicht definiert. Bitte klicke auf den folgenden "
1124
  "Button"
1125
 
1126
+ #: options/panel5.php:246 options/panel5.php:257
1127
  msgid "Generate"
1128
  msgstr "Generieren"
1129
 
1130
+ #: options/panel5.php:254
1131
  msgid ""
1132
  "This Unique Key will be use to send the notification to your subscribers "
1133
  "with more security."
1135
  "Dieser eindeutige Schlüssel wird verwendet, um die Benachrichtigung an Ihre "
1136
  "Abonnenten mit mehr Sicherheit zu senden."
1137
 
1138
+ #: options/panel5.php:267
1139
  msgid ""
1140
  "This will reset all the options and messages of the plugin. Please proceed "
1141
  "with caution."
1142
  msgstr ""
1143
 
1144
+ #: options/panel5.php:269
1145
  msgid "Yes, Delete Options including subscriptions."
1146
  msgstr ""
1147
 
1148
+ #: options/panel5.php:270
1149
  msgid "No, Only delete the StCR Options."
1150
  msgstr ""
1151
 
1284
  msgid "Subscription Status"
1285
  msgstr "Abonnement - Status"
1286
 
1287
+ #: templates/author.php:91 templates/user.php:107
1288
  msgid "Select all"
1289
  msgstr "Alle auswählen"
1290
 
1291
+ #: templates/author.php:92 templates/user.php:109
1292
  msgid "Invert selection"
1293
  msgstr "Auswahl umkehren"
1294
 
1295
+ #: templates/author.php:95 templates/user.php:113
1296
  msgid "Choose your action"
1297
  msgstr "Wähle eine Aktion"
1298
 
1299
+ #: templates/author.php:98 templates/user.php:116
1300
  msgid "All comments"
1301
  msgstr "Alle Kommentare"
1302
 
1303
+ #: templates/author.php:99 templates/user.php:117
1304
+ #: wp_subscribe_reloaded.php:1118
1305
  msgid "Replies to my comments"
1306
  msgstr "Nur Antworten auf meine Kommentare"
1307
 
1308
+ #: templates/author.php:105 templates/confirm.php:28
1309
+ #: templates/request-management-link.php:125 templates/user.php:127
1310
  msgid "Return to Post"
1311
  msgstr "Zurück zum Beitrag"
1312
 
1313
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1314
+ #: templates/user.php:131
1315
  msgid "No subscriptions match your search criteria."
1316
  msgstr "Keine passenden Abos gefunden."
1317
 
1323
  "Oha. Der Link zum Verwalten Ihre Abonnements ist abgelaufen. Keine Sorge, "
1324
  "geben Sie einfach Ihre E-Mail Adresse unten und ein neuer Link wird versandt."
1325
 
1326
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1327
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1328
+ #: templates/subscribe.php:148
1329
  msgid "Send"
1330
  msgstr "Abschicken"
1331
 
1332
+ #: templates/request-management-link.php:143
1333
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1334
+ #: templates/subscribe.php:178
1335
+ #, fuzzy
1336
+ #| msgid "email address"
1337
+ msgid "Email address is not valid"
1338
+ msgstr "E-Mail-Adresse des Absenders"
1339
+
1340
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1341
+ msgid "Please enter your email"
1342
+ msgstr ""
1343
+
1344
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1345
  msgid "New subscription to"
1346
  msgstr "Neue Benachrichtigung"
1347
 
1348
+ #: templates/subscribe.php:61
1349
  msgid "User:"
1350
  msgstr "Besucher:"
1351
 
1489
 
1490
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1491
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1492
+ #: utils/stcr_upgrade.php:610
1493
  msgid ""
1494
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1495
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1535
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1536
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1537
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1538
+ #: utils/stcr_upgrade.php:615
1539
  msgid ""
1540
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1541
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1630
 
1631
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1632
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1633
+ #: utils/stcr_upgrade.php:609
1634
  msgid "This version includes fixes and improvements, "
1635
  msgstr "Diese Version enthält Fixes und Verbesserungen."
1636
 
1648
  msgstr ""
1649
 
1650
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1651
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1652
  #, fuzzy
1653
  msgid "Log Settings"
1654
  msgstr "Einstellungen"
1655
 
1656
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1657
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1658
  #, fuzzy
1659
  msgid ""
1660
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1673
  msgstr ""
1674
 
1675
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1676
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1677
  msgid "The support of this plugin is given thanks to your donations."
1678
  msgstr ""
1679
 
1724
  msgid "<strong>Fix</strong> issue regarding database collations"
1725
  msgstr ""
1726
 
1727
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1728
  msgid ""
1729
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1730
  "aria-hidden=\"true\"></i> <a href=\"\n"
1735
  "Thanks for all the users that have supported the plugin development."
1736
  msgstr ""
1737
 
1738
+ #: utils/stcr_utils.php:158
1739
+ msgid "January"
1740
+ msgstr ""
1741
+
1742
+ #: utils/stcr_utils.php:159
1743
+ msgid "February"
1744
+ msgstr ""
1745
+
1746
+ #: utils/stcr_utils.php:160
1747
+ #, fuzzy
1748
+ #| msgid "Search"
1749
+ msgid "March"
1750
+ msgstr "Suchen"
1751
+
1752
+ #: utils/stcr_utils.php:161
1753
+ msgid "April"
1754
+ msgstr ""
1755
+
1756
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1757
+ msgid "May"
1758
+ msgstr ""
1759
+
1760
+ #: utils/stcr_utils.php:163
1761
+ msgid "June"
1762
+ msgstr ""
1763
+
1764
+ #: utils/stcr_utils.php:164
1765
+ msgid "July"
1766
+ msgstr ""
1767
+
1768
+ #: utils/stcr_utils.php:165
1769
+ msgid "August"
1770
+ msgstr ""
1771
+
1772
+ #: utils/stcr_utils.php:166
1773
+ msgid "September"
1774
+ msgstr ""
1775
+
1776
+ #: utils/stcr_utils.php:167
1777
+ msgid "October"
1778
+ msgstr ""
1779
+
1780
+ #: utils/stcr_utils.php:168
1781
+ msgid "November"
1782
+ msgstr ""
1783
+
1784
+ #: utils/stcr_utils.php:169
1785
+ msgid "December"
1786
+ msgstr ""
1787
+
1788
+ #: utils/stcr_utils.php:173
1789
+ msgid "Jan"
1790
+ msgstr ""
1791
+
1792
+ #: utils/stcr_utils.php:174
1793
+ msgid "Feb"
1794
+ msgstr ""
1795
+
1796
+ #: utils/stcr_utils.php:175
1797
+ msgid "Mar"
1798
+ msgstr ""
1799
+
1800
+ #: utils/stcr_utils.php:176
1801
+ msgid "Apr"
1802
+ msgstr ""
1803
+
1804
+ #: utils/stcr_utils.php:178
1805
+ msgid "Jun"
1806
+ msgstr ""
1807
+
1808
+ #: utils/stcr_utils.php:179
1809
+ msgid "Jul"
1810
+ msgstr ""
1811
+
1812
+ #: utils/stcr_utils.php:180
1813
+ msgid "Aug"
1814
+ msgstr ""
1815
+
1816
+ #: utils/stcr_utils.php:181
1817
+ msgid "Sep"
1818
+ msgstr ""
1819
+
1820
+ #: utils/stcr_utils.php:182
1821
+ msgid "Oct"
1822
+ msgstr ""
1823
+
1824
+ #: utils/stcr_utils.php:183
1825
+ #, fuzzy
1826
+ #| msgid "No"
1827
+ msgid "Nov"
1828
+ msgstr "Nein"
1829
+
1830
+ #: utils/stcr_utils.php:184
1831
+ msgid "Dec"
1832
+ msgstr ""
1833
+
1834
+ #: utils/stcr_utils.php:273
1835
  msgid ""
1836
  "Notify me of followup comments via e-mail. You can also <a "
1837
  "href='[subscribe_link]'>subscribe</a> without commenting."
1839
  "E-Mail-Benachrichtigung bei weiteren Kommentaren.<br>Auch möglich: <a "
1840
  "href='[subscribe_link]'>Abo ohne Kommentar</a>."
1841
 
1842
+ #: utils/stcr_utils.php:274
1843
  msgid ""
1844
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1845
  "subscriptions."
1847
  "Du erhältst Benachrichtigungen zu diesem Thema. <a "
1848
  "href='[manager_link]'>Verwalte Deine Abonnements</a>."
1849
 
1850
+ #: utils/stcr_utils.php:275
1851
  msgid ""
1852
  "Your subscription to this post needs to be confirmed. <a "
1853
  "href='[manager_link]'>Manage your subscriptions</a>."
1855
  "Dein Benachrichtigungswunsch muss bestätigt werden. <a "
1856
  "href='[manager_link]'>Verwalte Deine Abonnements</a>."
1857
 
1858
+ #: utils/stcr_utils.php:276
1859
  msgid ""
1860
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1861
  msgstr ""
1862
  "Deine <a href='[manager_link]'>Benachrichtigungs-Einstellungen</a> zu diesem "
1863
  "Beitrag anpassen."
1864
 
1865
+ #: utils/stcr_utils.php:282
1866
  msgid ""
1867
  "To manage your subscriptions, please enter your email address here below. We "
1868
  "will send you a message containing the link to access your personal "
1871
  "Um Deine Abonnements zu verwalten, gib bitte hier Deine E-Mail-Adresse ein. "
1872
  "Du bekommst dann eine E-Mail mit einem weiterführenden Link."
1873
 
1874
+ #: utils/stcr_utils.php:283
1875
  msgid ""
1876
  "Thank you for using our subscription service. Your request has been "
1877
  "completed, and you should receive an email with the management link in a few "
1880
  "Danke für das Nutzen des Benachrichtigungsdienstes. Deine Anfrage wird "
1881
  "bearbeitet und eine E-Mail an Dich verschickt."
1882
 
1883
+ #: utils/stcr_utils.php:284
1884
  msgid ""
1885
  "You can follow the discussion on <strong>[post_title]</strong> without "
1886
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1890
  "folgen, ohne bisher selbst etwas geschrieben zu haben. Hierzu einfach Deine "
1891
  "E-Mail-Adresse in das dafür vorgesehene Feld eintragen."
1892
 
1893
+ #: utils/stcr_utils.php:285
1894
  msgid ""
1895
  "Thank you for using our subscription service. Your request has been "
1896
  "completed. You will receive a notification email every time a new comment to "
1899
  "Danke für das Nutzen des Benachrichtigungsdienstes. Du wirst nun bei jedem "
1900
  "neuen Kommentar per E-Mail informiert."
1901
 
1902
+ #: utils/stcr_utils.php:286
1903
  msgid ""
1904
  "Thank you for using our subscription service. In order to confirm your "
1905
  "request, please check your email for the verification message and follow the "
1908
  "Danke für das Nutzen des Benachrichtigungsdienstes. Bitte bestätige Deine "
1909
  "Anfrage durch den Link in der E-Mail, die Dir gerade zugestellt wird."
1910
 
1911
+ #: utils/stcr_utils.php:287
1912
  msgid ""
1913
  "In order to cancel or suspend one or more notifications, select the "
1914
  "corresponding checkbox(es) and click on the button at the end of the list."
1916
  "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die "
1917
  "entsprechende Auswahlboxen und Klicke auf den Button am Ende der Liste."
1918
 
1919
+ #: utils/stcr_utils.php:288
1920
  msgid ""
1921
  "In order to cancel or suspend one or more notifications, select the "
1922
  "corresponding checkbox(es) and click on the button at the end of the list. "
1926
  "entsprechende Auswahlboxen und Klicke auf den Button am Ende der Liste. Du "
1927
  "hast derzeit abboniert:"
1928
 
1929
+ #: utils/stcr_utils.php:292
1930
  msgid "There is a new comment to [post_title]"
1931
  msgstr "Neuer Kommentar zum Artikel: [post_title]"
1932
 
1933
+ #: utils/stcr_utils.php:293
1934
  msgid ""
1935
  "<h1>There is a new comment on [post_title].</h1>\n"
1936
  "\n"
1947
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1948
  msgstr ""
1949
 
1950
+ #: utils/stcr_utils.php:294
1951
  msgid "Please confirm your subscription to [post_title]"
1952
  msgstr "Bitte bestätige Deinen Benachrichtigungswunsch zum Thema [post_title]"
1953
 
1954
+ #: utils/stcr_utils.php:295
1955
  #, fuzzy
1956
  #| msgid ""
1957
  #| "You have requested to be notified every time a new comment is added to:\n"
1974
  "Bitte bestätigte diese Anfrage durch einen Klick auf diesen Link:\n"
1975
  "[confirm_link]"
1976
 
1977
+ #: utils/stcr_utils.php:296
1978
  msgid "Manage your subscriptions on [blog_name]"
1979
  msgstr "Benachrichtigungs-Einstellungen von [blog_name]"
1980
 
1981
+ #: utils/stcr_utils.php:297
1982
  msgid ""
1983
  "You have requested to manage your subscriptions to the articles on "
1984
  "[blog_name]. Please check the Subscriptions management link in your email"
1986
  "Du möchtest Deine Benachrichtigungs-Einstellungen von [blog_name] ändern. "
1987
  "Bitte prüfe den Abonnementen Verwaltungslink in deiner E-Mail "
1988
 
1989
+ #: utils/stcr_utils.php:298
1990
  #, fuzzy
1991
  #| msgid ""
1992
  #| "You have requested to manage your subscriptions to the articles on "
2001
  "Nutze dazu bitte diesen Link:\n"
2002
  "[manager_link]"
2003
 
2004
+ #: utils/stcr_utils.php:378
2005
  msgid "StCR Notification"
2006
  msgstr "Benachrichtigungen"
2007
 
2008
+ #: wp_subscribe_reloaded.php:1116
2009
  msgid "Don't subscribe"
2010
  msgstr "Nicht abbonieren"
2011
 
2012
+ #: wp_subscribe_reloaded.php:1117
2013
  msgid "All"
2014
  msgstr "Alle"
2015
 
langs/subscribe-reloaded-es_ES.mo CHANGED
Binary file
langs/subscribe-reloaded-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe To Comments Reloaded 2.0 en español\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-12 15:07-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:10-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_MX\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
21
- #: utils/stcr_utils.php:203
22
  msgid "Manage subscriptions"
23
  msgstr "Administrar suscripciones"
24
 
@@ -47,7 +47,7 @@ msgstr "Soporte"
47
  msgid "Donate"
48
  msgstr "¡Dona un poco de dinero!"
49
 
50
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
51
  msgid "Add New Subscription"
52
  msgstr "Añadir Nueva Suscripción"
53
 
@@ -56,78 +56,80 @@ msgstr "Añadir Nueva Suscripción"
56
  msgid "Post:"
57
  msgstr "Entrada:"
58
 
59
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
60
- #: options/panel1.php:133 templates/key_expired.php:72
61
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
62
  msgid "Email"
63
  msgstr "Email"
64
 
65
  #: options/panel1-add-subscription.php:20
66
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
67
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
68
  msgid "Status"
69
  msgstr "Estado"
70
 
71
  #: options/panel1-add-subscription.php:22
72
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
73
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
74
  #: templates/user.php:76
75
  msgid "Active"
76
  msgstr "Activo"
77
 
78
  #: options/panel1-add-subscription.php:23
79
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
80
- #: options/panel1.php:80
81
  msgid "Replies only"
82
  msgstr "Solo respuestas"
83
 
84
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
85
  msgid "Ask user to confirm"
86
  msgstr "Pedir confirmación al usuario"
87
 
88
  #: options/panel1-add-subscription.php:26
89
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
90
  msgid "Update"
91
  msgstr "Actualizar"
92
 
93
- #: options/panel1-business-logic.php:23
94
  msgid "Subscription added."
95
  msgstr "Suscripción añadida."
96
 
97
- #: options/panel1-business-logic.php:39
98
  msgid "Subscriptions updated."
99
  msgstr "Suscripción actualizada."
100
 
101
- #: options/panel1-business-logic.php:51
102
  msgid "Subscription deleted."
103
  msgstr "Suscripción eliminada."
104
 
105
- #: options/panel1-business-logic.php:70 templates/author.php:24
106
  #: templates/user.php:33
107
  msgid "Subscriptions deleted:"
108
  msgstr "Suscripciones eliminadas:"
109
 
110
- #: options/panel1-business-logic.php:74 templates/author.php:28
111
  #: templates/user.php:37
112
  msgid "Subscriptions suspended:"
113
  msgstr "Suscripción suspendida:"
114
 
115
- #: options/panel1-business-logic.php:78 templates/author.php:32
116
  #: templates/user.php:41
117
  msgid "Subscriptions activated:"
118
  msgstr "Suscripciones activadas:"
119
 
120
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
121
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
122
  #: templates/user.php:49
123
  msgid "Subscriptions updated:"
124
  msgstr "Suscripciones actualizadas:"
125
 
126
- #: options/panel1-business-logic.php:110
127
  msgid "&laquo; Previous"
128
  msgstr "&laquo; Anterior"
129
 
130
- #: options/panel1-business-logic.php:114
131
  msgid "Next &raquo;"
132
  msgstr "Siguiente &raquo;"
133
 
@@ -142,8 +144,8 @@ msgstr "Actualizar Suscripción"
142
  msgid "optional"
143
  msgstr "opcional"
144
 
145
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
146
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
147
  #: templates/author.php:53 templates/user.php:65
148
  msgid ""
149
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -152,39 +154,48 @@ msgstr ""
152
  "Recuerda: esta operación no se puede deshacer. ¿Estás seguro de que quieres "
153
  "hacerlo?"
154
 
155
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
156
  msgid "From"
157
  msgstr "De"
158
 
159
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
160
  msgid "To"
161
  msgstr "Para"
162
 
163
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
164
  msgid "Keep unchanged"
165
  msgstr "Mantener sin cambios"
166
 
167
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
168
  msgid "Suspended"
169
  msgstr "Suspendido"
170
 
171
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
172
  msgid "Mass Update Subscriptions"
173
  msgstr "Actualizar Suscripciones en Masa"
174
 
175
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
176
  msgid "email address"
177
  msgstr "Dirección de correo electrónico del remitente"
178
 
179
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
180
  msgid "optional - new email address"
181
  msgstr "Actualizar dirección de correo electrónico"
182
 
183
- #: options/panel1.php:49
184
  msgid "More info"
185
  msgstr "Mas informacion"
186
 
187
- #: options/panel1.php:55
188
  msgid ""
189
  "This option will allow you to change an email address for another one or to "
190
  "update the same status for all the subscription on a specific email address."
@@ -193,19 +204,19 @@ msgstr ""
193
  "actualizar el mismo estatus para todas las subscripciones en un email "
194
  "específico."
195
 
196
- #: options/panel1.php:68
197
  msgid "Post ID"
198
  msgstr "ID de entrada"
199
 
200
- #: options/panel1.php:83
201
  msgid "Add"
202
  msgstr "Añadir"
203
 
204
- #: options/panel1.php:98
205
  msgid "Search subscriptions"
206
  msgstr "Buscar suscripciones"
207
 
208
- #: options/panel1.php:102
209
  #, php-format
210
  msgid ""
211
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -214,139 +225,162 @@ msgstr ""
214
  "Puedes bien <a href=\"%s\">ver todas las suscripciones</a> o bien encontrar "
215
  "aquellas en las que el/la"
216
 
217
- #: options/panel1.php:106
218
  msgid "email"
219
  msgstr "email"
220
 
221
- #: options/panel1.php:107
222
  msgid "post ID"
223
  msgstr "ID de Entrada"
224
 
225
- #: options/panel1.php:108
226
  msgid "status"
227
  msgstr "estado"
228
 
229
- #: options/panel1.php:111
230
  msgid "equals"
231
  msgstr "es igual a"
232
 
233
- #: options/panel1.php:112
234
  msgid "contains"
235
  msgstr "contiene"
236
 
237
- #: options/panel1.php:113
238
  msgid "does not contain"
239
  msgstr "no contiene"
240
 
241
- #: options/panel1.php:114
242
  msgid "starts with"
243
  msgstr "comienza con"
244
 
245
- #: options/panel1.php:115
246
  msgid "ends with"
247
  msgstr "termina con"
248
 
249
- #: options/panel1.php:118
250
  msgid "results per page:"
251
  msgstr "resultados por página:"
252
 
253
- #: options/panel1.php:120
254
  msgid "Search"
255
  msgstr "Buscar"
256
 
257
- #: options/panel1.php:128
258
  msgid "Reverse the order by Post ID"
259
  msgstr "Invertir el orden por ID de entrada"
260
 
261
- #: options/panel1.php:129 options/panel1.php:130
262
  msgid "Reverse the order by Date/Time"
263
  msgstr "Invertir el orden por Fecha/Hora"
264
 
265
- #: options/panel1.php:132
266
  msgid "Post (ID)"
267
  msgstr "ID de Entrada"
268
 
269
- #: options/panel1.php:135
270
  msgid "Search query:"
271
  msgstr "Petición de búsqueda:"
272
 
273
- #: options/panel1.php:135
274
  msgid "Rows:"
275
  msgstr "Filas:"
276
 
277
- #: options/panel1.php:135
278
  msgid "of"
279
  msgstr "de"
280
 
281
- #: options/panel1.php:142 options/panel1.php:158
282
  msgid "Date and Time"
283
  msgstr "Fecha y Hora"
284
 
285
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
286
  msgid "Replies"
287
  msgstr "Respuestas"
288
 
289
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
290
  msgid "Replies Unconfirmed"
291
  msgstr "Respuestas si confirmar"
292
 
293
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
294
  msgid "All Comments"
295
  msgstr "Todos los comentarios"
296
 
297
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
298
  msgid "Unconfirmed"
299
  msgstr "Sin Confirmar"
300
 
301
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
302
  msgid "Inactive"
303
  msgstr "Activo"
304
 
305
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
306
- #: templates/user.php:111
307
  msgid "Delete"
308
  msgstr "Eliminar"
309
 
310
- #: options/panel1.php:202 options/panel1.php:212
311
  msgid "Edit"
312
  msgstr "Editar"
313
 
314
- #: options/panel1.php:204 options/panel1.php:210
315
  msgid "Subscription"
316
  msgstr "Suscripciones"
317
 
318
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
319
  msgid "Action:"
320
  msgstr "Acción:"
321
 
322
- #: options/panel1.php:227
323
  msgid "Delete forever"
324
  msgstr "Eliminar para siempre"
325
 
326
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
327
  msgid "Suspend"
328
  msgstr "Suspender"
329
 
330
- #: options/panel1.php:229
331
  msgid "Activate and set to Y"
332
  msgstr "Activar y establecer a Y"
333
 
334
- #: options/panel1.php:230
335
  msgid "Activate and set to R"
336
  msgstr "Activar y establecer a R"
337
 
338
- #: options/panel1.php:231
339
  msgid "Activate"
340
  msgstr "Activar"
341
 
342
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
343
  msgid "Update subscriptions"
344
  msgstr "Actualizar suscripciones"
345
 
346
- #: options/panel1.php:238
347
  msgid "Sorry, no subscriptions match your search criteria."
348
  msgstr "Lo siento, ninguna suscripción coincide con tu criterio de búsqueda."
349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
350
  #: options/panel10.php:41
351
  msgid "The log file has been successfully deleted."
352
  msgstr "El archivo log ha sido eliminado exitosamente."
@@ -368,30 +402,30 @@ msgid "Enable Auto clean log data"
368
  msgstr "Habilitar la auto limpieza del archivo log."
369
 
370
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
371
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
372
  msgid "Your settings have been successfully updated."
373
  msgstr "Tu configuración se ha actualizado correctamente."
374
 
375
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
376
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
377
  msgid "There was an error updating the following fields:"
378
  msgstr "Se ha producido un error al actualizar los siguientes campos:"
379
 
380
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
381
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
382
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
383
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
384
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
385
- #: options/panel5.php:210 options/panel5.php:219
386
  msgid "Yes"
387
  msgstr "Sí"
388
 
389
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
390
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
391
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
392
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
393
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
394
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
395
  msgid "No"
396
  msgstr "No"
397
 
@@ -435,7 +469,7 @@ msgid "System Information"
435
  msgstr ""
436
 
437
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
438
- #: options/panel4.php:283 options/panel5.php:265
439
  msgid "Save Changes"
440
  msgstr "Guardar cambios"
441
 
@@ -874,7 +908,7 @@ msgstr ""
874
  msgid "There was an error deleting the options:"
875
  msgstr ""
876
 
877
- #: options/panel5.php:48 options/panel5.php:108
878
  msgid "Show StCR checkbox / dropdown"
879
  msgstr ""
880
 
@@ -882,23 +916,23 @@ msgstr ""
882
  msgid "Safetly Uninstall"
883
  msgstr ""
884
 
885
- #: options/panel5.php:54 options/panel5.php:125
886
  msgid "Autopurge requests"
887
  msgstr "Solicitudes de purga automática"
888
 
889
- #: options/panel5.php:57 options/panel5.php:143
890
  msgid "Enable double check"
891
  msgstr "Activar doble verificación"
892
 
893
- #: options/panel5.php:60 options/panel5.php:134
894
  msgid "StCR Position"
895
  msgstr ""
896
 
897
- #: options/panel5.php:63 options/panel5.php:151
898
  msgid "Subscribe authors"
899
  msgstr "Suscrito"
900
 
901
- #: options/panel5.php:66 options/panel5.php:161
902
  msgid "Enable HTML emails"
903
  msgstr "Activar HTML en emails"
904
 
@@ -914,43 +948,44 @@ msgstr "Enviar trackbacks"
914
  msgid "Notify admin"
915
  msgstr "Notificar al administrador"
916
 
917
- #: options/panel5.php:78 options/panel5.php:199
918
  msgid "Let admin subscribe"
919
  msgstr "Permitir al administrador suscribirse"
920
 
921
- #: options/panel5.php:81 options/panel5.php:208
922
  msgid "BCC admin on Notifications"
923
  msgstr "Notificaciones"
924
 
925
- #: options/panel5.php:84 options/panel5.php:217
926
  msgid "Enable Font Awesome"
927
  msgstr ""
928
 
929
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
930
  msgid "Reset All Options"
931
  msgstr ""
932
 
933
- #: options/panel5.php:112
934
  msgid ""
935
  "This option will disable the StCR checkbox or dropdown in you comment form. "
936
  "You should leave it to Yes always. "
937
  msgstr ""
938
 
939
- #: options/panel5.php:117
940
  msgid "Safely Uninstall"
941
  msgstr ""
942
 
943
- #: options/panel5.php:121
944
  msgid ""
945
  "This option will allow you to delete the plugin with WordPress without "
946
  "loosing your subscribers. Any database table and plugin options are wipeout."
947
  msgstr ""
948
 
949
- #: options/panel5.php:128
950
  msgid "days"
951
  msgstr "días"
952
 
953
- #: options/panel5.php:129
954
  msgid ""
955
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
956
  "this feature."
@@ -958,14 +993,25 @@ msgstr ""
958
  "Eliminar suscripciones pendientes (sin confirmar) después de X días. 0 "
959
  "(cero) desactiva esta función."
960
 
961
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
962
  msgid ""
963
  "If this option is enable the subscription box will be above the submit "
964
  "button in your comment form. Use this when your theme is outdated and using "
965
  "the incorrect WordPress Hooks and the checkbox is not displayed."
966
  msgstr ""
967
 
968
- #: options/panel5.php:147
969
  msgid ""
970
  "Send a notification email to confirm the subscription (to avoid addresses "
971
  "misuse)."
@@ -973,12 +1019,12 @@ msgstr ""
973
  "Enviar un mensaje de notificación para confirmar la suscripción (para evitar "
974
  "un uso fraudulento de las direcciones)."
975
 
976
- #: options/panel5.php:156
977
  msgid ""
978
  "Automatically subscribe authors to their own articles (not retroactive)."
979
  msgstr "Suscribir autores automaticamente a sus artículos (No retroactivo)."
980
 
981
- #: options/panel5.php:165
982
  msgid ""
983
  "If enabled, will send email messages with content-type = text/html instead "
984
  "of text/plain"
@@ -986,11 +1032,11 @@ msgstr ""
986
  "Si está activado, enviará mensajes de correo electrónico con content-type = "
987
  "text/html en lugar de text/plain"
988
 
989
- #: options/panel5.php:170
990
  msgid "HTMLify links in emails"
991
  msgstr "Convertir enlaces HTML"
992
 
993
- #: options/panel5.php:175
994
  msgid ""
995
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
996
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -998,57 +1044,57 @@ msgstr ""
998
  "Si está activado, agregará <code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> en "
999
  "todos los enlaces de los mensajes (sólo si se activó HTML en emails)."
1000
 
1001
- #: options/panel5.php:180
1002
  msgid "Process trackbacks"
1003
  msgstr "Procesar trackbacks"
1004
 
1005
- #: options/panel5.php:184
1006
  msgid ""
1007
  "Notify users when a new trackback or pingback is added to the discussion."
1008
  msgstr ""
1009
  "Notificar a los usuarios cuando se añade un nuevo trackback o pingback a la "
1010
  "discusión."
1011
 
1012
- #: options/panel5.php:189
1013
  msgid "Track all subscriptions"
1014
  msgstr "Seguir todas las suscripciones"
1015
 
1016
- #: options/panel5.php:194
1017
  msgid "Notify the administrator when users subscribe without commenting."
1018
  msgstr ""
1019
  "Notificar al administrador cuando los usuarios se suscriban sin comentar."
1020
 
1021
- #: options/panel5.php:203
1022
  msgid "Let the administrator subscribe to comments when logged in."
1023
  msgstr ""
1024
  "Permitir al administrador suscribirse a los comentarios cuando tiene la "
1025
  "sesión iniciada."
1026
 
1027
- #: options/panel5.php:212
1028
  msgid "Send a copy of all Notifications to the administrator."
1029
  msgstr "Enviar una copia de todas las Notificaciones al administrador."
1030
 
1031
- #: options/panel5.php:221
1032
  msgid ""
1033
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1034
  "you theme already add this into your site."
1035
  msgstr ""
1036
 
1037
- #: options/panel5.php:226
1038
  msgid "StCR Unique Key"
1039
  msgstr "StCR Clave Única"
1040
 
1041
- #: options/panel5.php:231
1042
  msgid "This Unique Key is not set, please click the following button to "
1043
  msgstr ""
1044
  "Esta Clave Única no se ha establecido, por favor haga clic en el siguiente "
1045
  "botón para"
1046
 
1047
- #: options/panel5.php:235 options/panel5.php:246
1048
  msgid "Generate"
1049
  msgstr "Generar"
1050
 
1051
- #: options/panel5.php:243
1052
  msgid ""
1053
  "This Unique Key will be use to send the notification to your subscribers "
1054
  "with more security."
@@ -1056,17 +1102,17 @@ msgstr ""
1056
  "Esta Clave Única se utiliza para enviar notificaciones a sus suscriptores "
1057
  "con más seguridad."
1058
 
1059
- #: options/panel5.php:256
1060
  msgid ""
1061
  "This will reset all the options and messages of the plugin. Please proceed "
1062
  "with caution."
1063
  msgstr ""
1064
 
1065
- #: options/panel5.php:258
1066
  msgid "Yes, Delete Options including subscriptions."
1067
  msgstr ""
1068
 
1069
- #: options/panel5.php:259
1070
  msgid "No, Only delete the StCR Options."
1071
  msgstr ""
1072
 
@@ -1163,44 +1209,44 @@ msgstr "Título"
1163
 
1164
  #: templates/author.php:70 templates/user.php:82
1165
  msgid "Subscription Date"
1166
- msgstr ""
1167
 
1168
  #: templates/author.php:71
1169
  msgid "Subscription Email"
1170
- msgstr ""
1171
 
1172
  #: templates/author.php:72 templates/user.php:84
1173
  msgid "Subscription Status"
1174
- msgstr ""
1175
 
1176
- #: templates/author.php:88 templates/user.php:104
1177
  msgid "Select all"
1178
  msgstr "Seleccionar todo"
1179
 
1180
- #: templates/author.php:89 templates/user.php:106
1181
  msgid "Invert selection"
1182
  msgstr "Invertir selección"
1183
 
1184
- #: templates/author.php:92 templates/user.php:110
1185
  msgid "Choose your action"
1186
- msgstr ""
1187
 
1188
- #: templates/author.php:95 templates/user.php:113
1189
  msgid "All comments"
1190
  msgstr "Todos los comentarios"
1191
 
1192
- #: templates/author.php:96 templates/user.php:114
1193
- #: wp_subscribe_reloaded.php:1122
1194
  msgid "Replies to my comments"
1195
  msgstr "Respuestas a mis comentarios"
1196
 
1197
- #: templates/author.php:102 templates/confirm.php:28
1198
- #: templates/request-management-link.php:114 templates/user.php:124
1199
  msgid "Return to Post"
1200
- msgstr ""
1201
 
1202
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1203
- #: templates/user.php:128
1204
  msgid "No subscriptions match your search criteria."
1205
  msgstr "Ninguna suscripción coincide con tu criterio de búsqueda."
1206
 
@@ -1210,22 +1256,33 @@ msgid ""
1210
  "enter your email below and a new link will be send."
1211
  msgstr ""
1212
 
1213
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1214
- #: templates/subscribe.php:112
 
1215
  msgid "Send"
1216
  msgstr "Enviar"
1217
 
1218
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
1219
  msgid "New subscription to"
1220
  msgstr "Nueva suscripción a"
1221
 
1222
- #: templates/subscribe.php:51
1223
  msgid "User:"
1224
  msgstr "Usuario:"
1225
 
1226
  #: templates/user.php:79
1227
  msgid "Email to manage"
1228
- msgstr ""
1229
 
1230
  #: templates/wrong-request.php:9
1231
  msgid "You have request to manage another email address and this is forbidden."
@@ -1233,7 +1290,7 @@ msgstr ""
1233
 
1234
  #: utils/stcr_manage.php:410 utils/stcr_manage.php:411
1235
  msgid "StCR System"
1236
- msgstr ""
1237
 
1238
  #: utils/stcr_manage.php:431 utils/stcr_manage.php:459
1239
  #: utils/stcr_manage.php:486 utils/stcr_manage.php:513
@@ -1385,6 +1442,7 @@ msgstr "Aviso Importante de Subscribe to Comments Reloaded"
1385
 
1386
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1387
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1388
  msgid ""
1389
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1390
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1425,6 +1483,7 @@ msgstr ""
1425
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1426
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1427
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1428
  msgid ""
1429
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1430
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1512,6 +1571,7 @@ msgstr ""
1512
 
1513
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1514
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1515
  msgid "This version includes fixes and improvements, "
1516
  msgstr ""
1517
 
@@ -1527,12 +1587,12 @@ msgid ""
1527
  msgstr ""
1528
 
1529
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1530
- #: utils/stcr_upgrade.php:576
1531
  msgid "Log Settings"
1532
- msgstr ""
1533
 
1534
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1535
- #: utils/stcr_upgrade.php:580
1536
  msgid ""
1537
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1538
  msgstr ""
@@ -1548,7 +1608,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1548
  msgstr ""
1549
 
1550
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1551
- #: utils/stcr_upgrade.php:590
1552
  msgid "The support of this plugin is given thanks to your donations."
1553
  msgstr ""
1554
 
@@ -1599,7 +1659,7 @@ msgstr ""
1599
  msgid "<strong>Fix</strong> issue regarding database collations"
1600
  msgstr ""
1601
 
1602
- #: utils/stcr_upgrade.php:591
1603
  msgid ""
1604
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1605
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1610,7 +1670,99 @@ msgid ""
1610
  "Thanks for all the users that have supported the plugin development."
1611
  msgstr ""
1612
 
1613
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1614
  msgid ""
1615
  "Notify me of followup comments via e-mail. You can also <a "
1616
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1618,7 +1770,7 @@ msgstr ""
1618
  "Notificarme los nuevos comentarios por correo electrónico. También puedes <a "
1619
  "href='[subscribe_link]'>suscribirte</a> sin comentar."
1620
 
1621
- #: utils/stcr_utils.php:197
1622
  msgid ""
1623
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1624
  "subscriptions."
@@ -1626,7 +1778,7 @@ msgstr ""
1626
  "Te has suscrito a esta entrada. <a href='[manager_link]'>Gestionar</a> tus "
1627
  "suscripciones."
1628
 
1629
- #: utils/stcr_utils.php:198
1630
  msgid ""
1631
  "Your subscription to this post needs to be confirmed. <a "
1632
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1634,14 +1786,14 @@ msgstr ""
1634
  "Tu suscripción a esta entrada necesita ser confirmada. <a "
1635
  "href='[manager_link]'>Gestiona tus suscripciones</a>."
1636
 
1637
- #: utils/stcr_utils.php:199
1638
  msgid ""
1639
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1640
  msgstr ""
1641
  "Puedes <a href='[manager_link]'>gestionar las suscripciones</a> de esta "
1642
  "entrada."
1643
 
1644
- #: utils/stcr_utils.php:205
1645
  msgid ""
1646
  "To manage your subscriptions, please enter your email address here below. We "
1647
  "will send you a message containing the link to access your personal "
@@ -1651,7 +1803,7 @@ msgstr ""
1651
  "continuación. Te enviaremos un mensaje con un enlace para acceder a tu "
1652
  "página de administración."
1653
 
1654
- #: utils/stcr_utils.php:206
1655
  msgid ""
1656
  "Thank you for using our subscription service. Your request has been "
1657
  "completed, and you should receive an email with the management link in a few "
@@ -1661,7 +1813,7 @@ msgstr ""
1661
  "completada con éxito, deberías recibir un mensaje en tu buzón de correo "
1662
  "electrónico con con el enlace de administración en unos minutos."
1663
 
1664
- #: utils/stcr_utils.php:207
1665
  msgid ""
1666
  "You can follow the discussion on <strong>[post_title]</strong> without "
1667
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1671,7 +1823,7 @@ msgstr ""
1671
  "dejar un comentario. Introduce tu dirección de correo electrónico en el "
1672
  "siguiente formulario y listo."
1673
 
1674
- #: utils/stcr_utils.php:208
1675
  msgid ""
1676
  "Thank you for using our subscription service. Your request has been "
1677
  "completed. You will receive a notification email every time a new comment to "
@@ -1681,7 +1833,7 @@ msgstr ""
1681
  "completado. Recibirás un mensaje de notificación cada que vez que un nuevo "
1682
  "comentario se publique o apruebe en esta entrada."
1683
 
1684
- #: utils/stcr_utils.php:209
1685
  msgid ""
1686
  "Thank you for using our subscription service. In order to confirm your "
1687
  "request, please check your email for the verification message and follow the "
@@ -1691,7 +1843,7 @@ msgstr ""
1691
  "petición, por favor comprueba si has recibido un mensaje en tu buzón de "
1692
  "correo electrónico y sigue las instrucciones."
1693
 
1694
- #: utils/stcr_utils.php:210
1695
  msgid ""
1696
  "In order to cancel or suspend one or more notifications, select the "
1697
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1700,7 +1852,7 @@ msgstr ""
1700
  "correspondiente casilla de verificación y pulsa en el botón del final de la "
1701
  "lista."
1702
 
1703
- #: utils/stcr_utils.php:211
1704
  msgid ""
1705
  "In order to cancel or suspend one or more notifications, select the "
1706
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1710,11 +1862,11 @@ msgstr ""
1710
  "correspondiente casilla de verificación y pulsa en el botón del final de la "
1711
  "lista. Actualmente estás suscrito a:"
1712
 
1713
- #: utils/stcr_utils.php:215
1714
  msgid "There is a new comment to [post_title]"
1715
  msgstr "Hay un nuevo comentario en [post_title]"
1716
 
1717
- #: utils/stcr_utils.php:216
1718
  msgid ""
1719
  "<h1>There is a new comment on [post_title].</h1>\n"
1720
  "\n"
@@ -1731,11 +1883,11 @@ msgid ""
1731
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1732
  msgstr ""
1733
 
1734
- #: utils/stcr_utils.php:217
1735
  msgid "Please confirm your subscription to [post_title]"
1736
  msgstr "Por favor, confirma tu suscripción a [post_title]"
1737
 
1738
- #: utils/stcr_utils.php:218
1739
  msgid ""
1740
  "You have requested to be notified every time a new comment is added to:\n"
1741
  "<a href='[post_permalink]'>[post_permalink]</a>\n"
@@ -1744,32 +1896,32 @@ msgid ""
1744
  "<a href='[confirm_link]'>[confirm_link]</a>"
1745
  msgstr ""
1746
 
1747
- #: utils/stcr_utils.php:219
1748
  msgid "Manage your subscriptions on [blog_name]"
1749
  msgstr "Gestiona tus suscripciones en [blog_name]"
1750
 
1751
- #: utils/stcr_utils.php:220
1752
  msgid ""
1753
  "You have requested to manage your subscriptions to the articles on "
1754
  "[blog_name]. Please check the Subscriptions management link in your email"
1755
  msgstr ""
1756
 
1757
- #: utils/stcr_utils.php:221
1758
  msgid ""
1759
  "You have requested to manage your subscriptions to the articles on "
1760
  "[blog_name]. Follow this link to access your personal page:\n"
1761
  "<a href='[manager_link]'>[manager_link]</a>"
1762
  msgstr ""
1763
 
1764
- #: utils/stcr_utils.php:300
1765
  msgid "StCR Notification"
1766
  msgstr "Notificaciones"
1767
 
1768
- #: wp_subscribe_reloaded.php:1120
1769
  msgid "Don't subscribe"
1770
  msgstr "No Suscribirse"
1771
 
1772
- #: wp_subscribe_reloaded.php:1121
1773
  msgid "All"
1774
  msgstr "Todo"
1775
 
@@ -1973,9 +2125,6 @@ msgstr "Todo"
1973
  #~ msgid "Management page"
1974
  #~ msgstr "Página de Administración"
1975
 
1976
- #~ msgid "Awaiting confirmation"
1977
- #~ msgstr "Esperando confirmación"
1978
-
1979
  #~ msgid "Stats"
1980
  #~ msgstr "Estadísticas"
1981
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe To Comments Reloaded 2.0 en español\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-02-25 23:11-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:11-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_MX\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
21
+ #: utils/stcr_utils.php:280
22
  msgid "Manage subscriptions"
23
  msgstr "Administrar suscripciones"
24
 
47
  msgid "Donate"
48
  msgstr "¡Dona un poco de dinero!"
49
 
50
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
51
  msgid "Add New Subscription"
52
  msgstr "Añadir Nueva Suscripción"
53
 
56
  msgid "Post:"
57
  msgstr "Entrada:"
58
 
59
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
60
+ #: options/panel1.php:159 templates/key_expired.php:72
61
+ #: templates/request-management-link.php:113
62
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
63
+ #: templates/subscribe.php:146
64
  msgid "Email"
65
  msgstr "Email"
66
 
67
  #: options/panel1-add-subscription.php:20
68
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
69
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
70
  msgid "Status"
71
  msgstr "Estado"
72
 
73
  #: options/panel1-add-subscription.php:22
74
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
75
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
76
  #: templates/user.php:76
77
  msgid "Active"
78
  msgstr "Activo"
79
 
80
  #: options/panel1-add-subscription.php:23
81
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
82
+ #: options/panel1.php:106
83
  msgid "Replies only"
84
  msgstr "Solo respuestas"
85
 
86
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
87
  msgid "Ask user to confirm"
88
  msgstr "Pedir confirmación al usuario"
89
 
90
  #: options/panel1-add-subscription.php:26
91
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
92
  msgid "Update"
93
  msgstr "Actualizar"
94
 
95
+ #: options/panel1-business-logic.php:40
96
  msgid "Subscription added."
97
  msgstr "Suscripción añadida."
98
 
99
+ #: options/panel1-business-logic.php:65
100
  msgid "Subscriptions updated."
101
  msgstr "Suscripción actualizada."
102
 
103
+ #: options/panel1-business-logic.php:80
104
  msgid "Subscription deleted."
105
  msgstr "Suscripción eliminada."
106
 
107
+ #: options/panel1-business-logic.php:99 templates/author.php:24
108
  #: templates/user.php:33
109
  msgid "Subscriptions deleted:"
110
  msgstr "Suscripciones eliminadas:"
111
 
112
+ #: options/panel1-business-logic.php:103 templates/author.php:28
113
  #: templates/user.php:37
114
  msgid "Subscriptions suspended:"
115
  msgstr "Suscripción suspendida:"
116
 
117
+ #: options/panel1-business-logic.php:107 templates/author.php:32
118
  #: templates/user.php:41
119
  msgid "Subscriptions activated:"
120
  msgstr "Suscripciones activadas:"
121
 
122
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
123
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
124
  #: templates/user.php:49
125
  msgid "Subscriptions updated:"
126
  msgstr "Suscripciones actualizadas:"
127
 
128
+ #: options/panel1-business-logic.php:147
129
  msgid "&laquo; Previous"
130
  msgstr "&laquo; Anterior"
131
 
132
+ #: options/panel1-business-logic.php:151
133
  msgid "Next &raquo;"
134
  msgstr "Siguiente &raquo;"
135
 
144
  msgid "optional"
145
  msgstr "opcional"
146
 
147
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
148
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
149
  #: templates/author.php:53 templates/user.php:65
150
  msgid ""
151
  "Please remember: this operation cannot be undone. Are you sure you want to "
154
  "Recuerda: esta operación no se puede deshacer. ¿Estás seguro de que quieres "
155
  "hacerlo?"
156
 
157
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
158
  msgid "From"
159
  msgstr "De"
160
 
161
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
162
  msgid "To"
163
  msgstr "Para"
164
 
165
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
166
  msgid "Keep unchanged"
167
  msgstr "Mantener sin cambios"
168
 
169
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
170
  msgid "Suspended"
171
  msgstr "Suspendido"
172
 
173
+ #: options/panel1.php:22
174
+ msgid "The email that you typed is not correct."
175
+ msgstr ""
176
+
177
+ #: options/panel1.php:29
178
+ msgid "Please enter a valid Post ID."
179
+ msgstr ""
180
+
181
+ #: options/panel1.php:46
182
  msgid "Mass Update Subscriptions"
183
  msgstr "Actualizar Suscripciones en Masa"
184
 
185
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
186
+ #: options/panel1.php:317
187
  msgid "email address"
188
  msgstr "Dirección de correo electrónico del remitente"
189
 
190
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
191
  msgid "optional - new email address"
192
  msgstr "Actualizar dirección de correo electrónico"
193
 
194
+ #: options/panel1.php:74
195
  msgid "More info"
196
  msgstr "Mas informacion"
197
 
198
+ #: options/panel1.php:80
199
  msgid ""
200
  "This option will allow you to change an email address for another one or to "
201
  "update the same status for all the subscription on a specific email address."
204
  "actualizar el mismo estatus para todas las subscripciones en un email "
205
  "específico."
206
 
207
+ #: options/panel1.php:92
208
  msgid "Post ID"
209
  msgstr "ID de entrada"
210
 
211
+ #: options/panel1.php:109
212
  msgid "Add"
213
  msgstr "Añadir"
214
 
215
+ #: options/panel1.php:124
216
  msgid "Search subscriptions"
217
  msgstr "Buscar suscripciones"
218
 
219
+ #: options/panel1.php:128
220
  #, php-format
221
  msgid ""
222
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
225
  "Puedes bien <a href=\"%s\">ver todas las suscripciones</a> o bien encontrar "
226
  "aquellas en las que el/la"
227
 
228
+ #: options/panel1.php:132
229
  msgid "email"
230
  msgstr "email"
231
 
232
+ #: options/panel1.php:133
233
  msgid "post ID"
234
  msgstr "ID de Entrada"
235
 
236
+ #: options/panel1.php:134
237
  msgid "status"
238
  msgstr "estado"
239
 
240
+ #: options/panel1.php:137
241
  msgid "equals"
242
  msgstr "es igual a"
243
 
244
+ #: options/panel1.php:138
245
  msgid "contains"
246
  msgstr "contiene"
247
 
248
+ #: options/panel1.php:139
249
  msgid "does not contain"
250
  msgstr "no contiene"
251
 
252
+ #: options/panel1.php:140
253
  msgid "starts with"
254
  msgstr "comienza con"
255
 
256
+ #: options/panel1.php:141
257
  msgid "ends with"
258
  msgstr "termina con"
259
 
260
+ #: options/panel1.php:144
261
  msgid "results per page:"
262
  msgstr "resultados por página:"
263
 
264
+ #: options/panel1.php:146
265
  msgid "Search"
266
  msgstr "Buscar"
267
 
268
+ #: options/panel1.php:154
269
  msgid "Reverse the order by Post ID"
270
  msgstr "Invertir el orden por ID de entrada"
271
 
272
+ #: options/panel1.php:155 options/panel1.php:156
273
  msgid "Reverse the order by Date/Time"
274
  msgstr "Invertir el orden por Fecha/Hora"
275
 
276
+ #: options/panel1.php:158
277
  msgid "Post (ID)"
278
  msgstr "ID de Entrada"
279
 
280
+ #: options/panel1.php:161
281
  msgid "Search query:"
282
  msgstr "Petición de búsqueda:"
283
 
284
+ #: options/panel1.php:161
285
  msgid "Rows:"
286
  msgstr "Filas:"
287
 
288
+ #: options/panel1.php:161
289
  msgid "of"
290
  msgstr "de"
291
 
292
+ #: options/panel1.php:168 options/panel1.php:184
293
  msgid "Date and Time"
294
  msgstr "Fecha y Hora"
295
 
296
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
297
  msgid "Replies"
298
  msgstr "Respuestas"
299
 
300
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
301
  msgid "Replies Unconfirmed"
302
  msgstr "Respuestas si confirmar"
303
 
304
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
305
  msgid "All Comments"
306
  msgstr "Todos los comentarios"
307
 
308
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
309
  msgid "Unconfirmed"
310
  msgstr "Sin Confirmar"
311
 
312
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
313
  msgid "Inactive"
314
  msgstr "Activo"
315
 
316
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
317
+ #: templates/user.php:114
318
  msgid "Delete"
319
  msgstr "Eliminar"
320
 
321
+ #: options/panel1.php:228 options/panel1.php:238
322
  msgid "Edit"
323
  msgstr "Editar"
324
 
325
+ #: options/panel1.php:230 options/panel1.php:236
326
  msgid "Subscription"
327
  msgstr "Suscripciones"
328
 
329
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
330
  msgid "Action:"
331
  msgstr "Acción:"
332
 
333
+ #: options/panel1.php:253
334
  msgid "Delete forever"
335
  msgstr "Eliminar para siempre"
336
 
337
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
338
  msgid "Suspend"
339
  msgstr "Suspender"
340
 
341
+ #: options/panel1.php:255
342
  msgid "Activate and set to Y"
343
  msgstr "Activar y establecer a Y"
344
 
345
+ #: options/panel1.php:256
346
  msgid "Activate and set to R"
347
  msgstr "Activar y establecer a R"
348
 
349
+ #: options/panel1.php:257
350
  msgid "Activate"
351
  msgstr "Activar"
352
 
353
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
354
  msgid "Update subscriptions"
355
  msgstr "Actualizar suscripciones"
356
 
357
+ #: options/panel1.php:264
358
  msgid "Sorry, no subscriptions match your search criteria."
359
  msgstr "Lo siento, ninguna suscripción coincide con tu criterio de búsqueda."
360
 
361
+ #: options/panel1.php:321 options/panel1.php:389
362
+ #, fuzzy
363
+ msgid "Missing information"
364
+ msgstr "Esperando confirmación"
365
+
366
+ #: options/panel1.php:329 options/panel1.php:414
367
+ #, fuzzy
368
+ msgid "Invalid email address."
369
+ msgstr "Dirección de correo electrónico del remitente"
370
+
371
+ #: options/panel1.php:397
372
+ msgid "Enter a numeric Post ID."
373
+ msgstr ""
374
+
375
+ #: options/panel1.php:406
376
+ #, fuzzy
377
+ msgid "Missing email information"
378
+ msgstr "Esperando confirmación"
379
+
380
+ #: options/panel1.php:442 options/panel1.php:450
381
+ msgid "Please enter a value"
382
+ msgstr ""
383
+
384
  #: options/panel10.php:41
385
  msgid "The log file has been successfully deleted."
386
  msgstr "El archivo log ha sido eliminado exitosamente."
402
  msgstr "Habilitar la auto limpieza del archivo log."
403
 
404
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
405
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
406
  msgid "Your settings have been successfully updated."
407
  msgstr "Tu configuración se ha actualizado correctamente."
408
 
409
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
410
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
411
  msgid "There was an error updating the following fields:"
412
  msgstr "Se ha producido un error al actualizar los siguientes campos:"
413
 
414
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
415
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
416
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
417
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
418
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
419
+ #: options/panel5.php:221 options/panel5.php:230
420
  msgid "Yes"
421
  msgstr "Sí"
422
 
423
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
424
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
425
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
426
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
427
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
428
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
429
  msgid "No"
430
  msgstr "No"
431
 
469
  msgstr ""
470
 
471
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
472
+ #: options/panel4.php:283 options/panel5.php:276
473
  msgid "Save Changes"
474
  msgstr "Guardar cambios"
475
 
908
  msgid "There was an error deleting the options:"
909
  msgstr ""
910
 
911
+ #: options/panel5.php:48 options/panel5.php:111
912
  msgid "Show StCR checkbox / dropdown"
913
  msgstr ""
914
 
916
  msgid "Safetly Uninstall"
917
  msgstr ""
918
 
919
+ #: options/panel5.php:54 options/panel5.php:128
920
  msgid "Autopurge requests"
921
  msgstr "Solicitudes de purga automática"
922
 
923
+ #: options/panel5.php:57 options/panel5.php:154
924
  msgid "Enable double check"
925
  msgstr "Activar doble verificación"
926
 
927
+ #: options/panel5.php:60 options/panel5.php:145
928
  msgid "StCR Position"
929
  msgstr ""
930
 
931
+ #: options/panel5.php:63 options/panel5.php:162
932
  msgid "Subscribe authors"
933
  msgstr "Suscrito"
934
 
935
+ #: options/panel5.php:66 options/panel5.php:172
936
  msgid "Enable HTML emails"
937
  msgstr "Activar HTML en emails"
938
 
948
  msgid "Notify admin"
949
  msgstr "Notificar al administrador"
950
 
951
+ #: options/panel5.php:78 options/panel5.php:210
952
  msgid "Let admin subscribe"
953
  msgstr "Permitir al administrador suscribirse"
954
 
955
+ #: options/panel5.php:81 options/panel5.php:219
956
  msgid "BCC admin on Notifications"
957
  msgstr "Notificaciones"
958
 
959
+ #: options/panel5.php:84 options/panel5.php:228
960
  msgid "Enable Font Awesome"
961
  msgstr ""
962
 
963
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
964
+ #: options/panel5.php:272
965
  msgid "Reset All Options"
966
  msgstr ""
967
 
968
+ #: options/panel5.php:115
969
  msgid ""
970
  "This option will disable the StCR checkbox or dropdown in you comment form. "
971
  "You should leave it to Yes always. "
972
  msgstr ""
973
 
974
+ #: options/panel5.php:120
975
  msgid "Safely Uninstall"
976
  msgstr ""
977
 
978
+ #: options/panel5.php:124
979
  msgid ""
980
  "This option will allow you to delete the plugin with WordPress without "
981
  "loosing your subscribers. Any database table and plugin options are wipeout."
982
  msgstr ""
983
 
984
+ #: options/panel5.php:131
985
  msgid "days"
986
  msgstr "días"
987
 
988
+ #: options/panel5.php:132
989
  msgid ""
990
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
991
  "this feature."
993
  "Eliminar suscripciones pendientes (sin confirmar) después de X días. 0 "
994
  "(cero) desactiva esta función."
995
 
996
+ #: options/panel5.php:136
997
+ msgid "Date Format"
998
+ msgstr ""
999
+
1000
+ #: options/panel5.php:140
1001
+ msgid ""
1002
+ "Date format that will be display on the management page. Use <a "
1003
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
1004
+ "date-parameters' target='_blank'>PHP Date Format</a>"
1005
+ msgstr ""
1006
+
1007
+ #: options/panel5.php:149
1008
  msgid ""
1009
  "If this option is enable the subscription box will be above the submit "
1010
  "button in your comment form. Use this when your theme is outdated and using "
1011
  "the incorrect WordPress Hooks and the checkbox is not displayed."
1012
  msgstr ""
1013
 
1014
+ #: options/panel5.php:158
1015
  msgid ""
1016
  "Send a notification email to confirm the subscription (to avoid addresses "
1017
  "misuse)."
1019
  "Enviar un mensaje de notificación para confirmar la suscripción (para evitar "
1020
  "un uso fraudulento de las direcciones)."
1021
 
1022
+ #: options/panel5.php:167
1023
  msgid ""
1024
  "Automatically subscribe authors to their own articles (not retroactive)."
1025
  msgstr "Suscribir autores automaticamente a sus artículos (No retroactivo)."
1026
 
1027
+ #: options/panel5.php:176
1028
  msgid ""
1029
  "If enabled, will send email messages with content-type = text/html instead "
1030
  "of text/plain"
1032
  "Si está activado, enviará mensajes de correo electrónico con content-type = "
1033
  "text/html en lugar de text/plain"
1034
 
1035
+ #: options/panel5.php:181
1036
  msgid "HTMLify links in emails"
1037
  msgstr "Convertir enlaces HTML"
1038
 
1039
+ #: options/panel5.php:186
1040
  msgid ""
1041
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1042
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1044
  "Si está activado, agregará <code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> en "
1045
  "todos los enlaces de los mensajes (sólo si se activó HTML en emails)."
1046
 
1047
+ #: options/panel5.php:191
1048
  msgid "Process trackbacks"
1049
  msgstr "Procesar trackbacks"
1050
 
1051
+ #: options/panel5.php:195
1052
  msgid ""
1053
  "Notify users when a new trackback or pingback is added to the discussion."
1054
  msgstr ""
1055
  "Notificar a los usuarios cuando se añade un nuevo trackback o pingback a la "
1056
  "discusión."
1057
 
1058
+ #: options/panel5.php:200
1059
  msgid "Track all subscriptions"
1060
  msgstr "Seguir todas las suscripciones"
1061
 
1062
+ #: options/panel5.php:205
1063
  msgid "Notify the administrator when users subscribe without commenting."
1064
  msgstr ""
1065
  "Notificar al administrador cuando los usuarios se suscriban sin comentar."
1066
 
1067
+ #: options/panel5.php:214
1068
  msgid "Let the administrator subscribe to comments when logged in."
1069
  msgstr ""
1070
  "Permitir al administrador suscribirse a los comentarios cuando tiene la "
1071
  "sesión iniciada."
1072
 
1073
+ #: options/panel5.php:223
1074
  msgid "Send a copy of all Notifications to the administrator."
1075
  msgstr "Enviar una copia de todas las Notificaciones al administrador."
1076
 
1077
+ #: options/panel5.php:232
1078
  msgid ""
1079
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1080
  "you theme already add this into your site."
1081
  msgstr ""
1082
 
1083
+ #: options/panel5.php:237
1084
  msgid "StCR Unique Key"
1085
  msgstr "StCR Clave Única"
1086
 
1087
+ #: options/panel5.php:242
1088
  msgid "This Unique Key is not set, please click the following button to "
1089
  msgstr ""
1090
  "Esta Clave Única no se ha establecido, por favor haga clic en el siguiente "
1091
  "botón para"
1092
 
1093
+ #: options/panel5.php:246 options/panel5.php:257
1094
  msgid "Generate"
1095
  msgstr "Generar"
1096
 
1097
+ #: options/panel5.php:254
1098
  msgid ""
1099
  "This Unique Key will be use to send the notification to your subscribers "
1100
  "with more security."
1102
  "Esta Clave Única se utiliza para enviar notificaciones a sus suscriptores "
1103
  "con más seguridad."
1104
 
1105
+ #: options/panel5.php:267
1106
  msgid ""
1107
  "This will reset all the options and messages of the plugin. Please proceed "
1108
  "with caution."
1109
  msgstr ""
1110
 
1111
+ #: options/panel5.php:269
1112
  msgid "Yes, Delete Options including subscriptions."
1113
  msgstr ""
1114
 
1115
+ #: options/panel5.php:270
1116
  msgid "No, Only delete the StCR Options."
1117
  msgstr ""
1118
 
1209
 
1210
  #: templates/author.php:70 templates/user.php:82
1211
  msgid "Subscription Date"
1212
+ msgstr "Fecha de Subscripción"
1213
 
1214
  #: templates/author.php:71
1215
  msgid "Subscription Email"
1216
+ msgstr "Email de Subscripción"
1217
 
1218
  #: templates/author.php:72 templates/user.php:84
1219
  msgid "Subscription Status"
1220
+ msgstr "Estado de Subscripción"
1221
 
1222
+ #: templates/author.php:91 templates/user.php:107
1223
  msgid "Select all"
1224
  msgstr "Seleccionar todo"
1225
 
1226
+ #: templates/author.php:92 templates/user.php:109
1227
  msgid "Invert selection"
1228
  msgstr "Invertir selección"
1229
 
1230
+ #: templates/author.php:95 templates/user.php:113
1231
  msgid "Choose your action"
1232
+ msgstr "Selecciona la acción"
1233
 
1234
+ #: templates/author.php:98 templates/user.php:116
1235
  msgid "All comments"
1236
  msgstr "Todos los comentarios"
1237
 
1238
+ #: templates/author.php:99 templates/user.php:117
1239
+ #: wp_subscribe_reloaded.php:1118
1240
  msgid "Replies to my comments"
1241
  msgstr "Respuestas a mis comentarios"
1242
 
1243
+ #: templates/author.php:105 templates/confirm.php:28
1244
+ #: templates/request-management-link.php:125 templates/user.php:127
1245
  msgid "Return to Post"
1246
+ msgstr "Regresar al Post"
1247
 
1248
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1249
+ #: templates/user.php:131
1250
  msgid "No subscriptions match your search criteria."
1251
  msgstr "Ninguna suscripción coincide con tu criterio de búsqueda."
1252
 
1256
  "enter your email below and a new link will be send."
1257
  msgstr ""
1258
 
1259
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1260
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1261
+ #: templates/subscribe.php:148
1262
  msgid "Send"
1263
  msgstr "Enviar"
1264
 
1265
+ #: templates/request-management-link.php:143
1266
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1267
+ #: templates/subscribe.php:178
1268
+ msgid "Email address is not valid"
1269
+ msgstr "Dirección de email incorrecta"
1270
+
1271
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1272
+ msgid "Please enter your email"
1273
+ msgstr "Por favor Ingresa tu Email"
1274
+
1275
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1276
  msgid "New subscription to"
1277
  msgstr "Nueva suscripción a"
1278
 
1279
+ #: templates/subscribe.php:61
1280
  msgid "User:"
1281
  msgstr "Usuario:"
1282
 
1283
  #: templates/user.php:79
1284
  msgid "Email to manage"
1285
+ msgstr "Email a administrar"
1286
 
1287
  #: templates/wrong-request.php:9
1288
  msgid "You have request to manage another email address and this is forbidden."
1290
 
1291
  #: utils/stcr_manage.php:410 utils/stcr_manage.php:411
1292
  msgid "StCR System"
1293
+ msgstr "Sistema de StCR"
1294
 
1295
  #: utils/stcr_manage.php:431 utils/stcr_manage.php:459
1296
  #: utils/stcr_manage.php:486 utils/stcr_manage.php:513
1442
 
1443
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1444
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1445
+ #: utils/stcr_upgrade.php:610
1446
  msgid ""
1447
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1448
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1483
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1484
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1485
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1486
+ #: utils/stcr_upgrade.php:615
1487
  msgid ""
1488
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1489
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1571
 
1572
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1573
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1574
+ #: utils/stcr_upgrade.php:609
1575
  msgid "This version includes fixes and improvements, "
1576
  msgstr ""
1577
 
1587
  msgstr ""
1588
 
1589
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1590
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1591
  msgid "Log Settings"
1592
+ msgstr "Ajustes de logs"
1593
 
1594
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1595
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1596
  msgid ""
1597
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1598
  msgstr ""
1608
  msgstr ""
1609
 
1610
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1611
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1612
  msgid "The support of this plugin is given thanks to your donations."
1613
  msgstr ""
1614
 
1659
  msgid "<strong>Fix</strong> issue regarding database collations"
1660
  msgstr ""
1661
 
1662
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1663
  msgid ""
1664
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1665
  "aria-hidden=\"true\"></i> <a href=\"\n"
1670
  "Thanks for all the users that have supported the plugin development."
1671
  msgstr ""
1672
 
1673
+ #: utils/stcr_utils.php:158
1674
+ msgid "January"
1675
+ msgstr "Enero"
1676
+
1677
+ #: utils/stcr_utils.php:159
1678
+ msgid "February"
1679
+ msgstr "Febrero"
1680
+
1681
+ #: utils/stcr_utils.php:160
1682
+ msgid "March"
1683
+ msgstr "Marzo"
1684
+
1685
+ #: utils/stcr_utils.php:161
1686
+ msgid "April"
1687
+ msgstr "Abril"
1688
+
1689
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1690
+ msgid "May"
1691
+ msgstr "Mayo"
1692
+
1693
+ #: utils/stcr_utils.php:163
1694
+ msgid "June"
1695
+ msgstr "Junio"
1696
+
1697
+ #: utils/stcr_utils.php:164
1698
+ msgid "July"
1699
+ msgstr "Julio"
1700
+
1701
+ #: utils/stcr_utils.php:165
1702
+ msgid "August"
1703
+ msgstr "Agosto"
1704
+
1705
+ #: utils/stcr_utils.php:166
1706
+ msgid "September"
1707
+ msgstr "Septiembre"
1708
+
1709
+ #: utils/stcr_utils.php:167
1710
+ msgid "October"
1711
+ msgstr "Octubre"
1712
+
1713
+ #: utils/stcr_utils.php:168
1714
+ msgid "November"
1715
+ msgstr "Noviembre"
1716
+
1717
+ #: utils/stcr_utils.php:169
1718
+ msgid "December"
1719
+ msgstr "Diciembre"
1720
+
1721
+ #: utils/stcr_utils.php:173
1722
+ msgid "Jan"
1723
+ msgstr "Ene"
1724
+
1725
+ #: utils/stcr_utils.php:174
1726
+ msgid "Feb"
1727
+ msgstr "Feb"
1728
+
1729
+ #: utils/stcr_utils.php:175
1730
+ msgid "Mar"
1731
+ msgstr "Mar"
1732
+
1733
+ #: utils/stcr_utils.php:176
1734
+ msgid "Apr"
1735
+ msgstr "Abr"
1736
+
1737
+ #: utils/stcr_utils.php:178
1738
+ msgid "Jun"
1739
+ msgstr "Jun"
1740
+
1741
+ #: utils/stcr_utils.php:179
1742
+ msgid "Jul"
1743
+ msgstr "Jul"
1744
+
1745
+ #: utils/stcr_utils.php:180
1746
+ msgid "Aug"
1747
+ msgstr "Ago"
1748
+
1749
+ #: utils/stcr_utils.php:181
1750
+ msgid "Sep"
1751
+ msgstr "Sep"
1752
+
1753
+ #: utils/stcr_utils.php:182
1754
+ msgid "Oct"
1755
+ msgstr "Oct"
1756
+
1757
+ #: utils/stcr_utils.php:183
1758
+ msgid "Nov"
1759
+ msgstr "Nov"
1760
+
1761
+ #: utils/stcr_utils.php:184
1762
+ msgid "Dec"
1763
+ msgstr "Dic"
1764
+
1765
+ #: utils/stcr_utils.php:273
1766
  msgid ""
1767
  "Notify me of followup comments via e-mail. You can also <a "
1768
  "href='[subscribe_link]'>subscribe</a> without commenting."
1770
  "Notificarme los nuevos comentarios por correo electrónico. También puedes <a "
1771
  "href='[subscribe_link]'>suscribirte</a> sin comentar."
1772
 
1773
+ #: utils/stcr_utils.php:274
1774
  msgid ""
1775
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1776
  "subscriptions."
1778
  "Te has suscrito a esta entrada. <a href='[manager_link]'>Gestionar</a> tus "
1779
  "suscripciones."
1780
 
1781
+ #: utils/stcr_utils.php:275
1782
  msgid ""
1783
  "Your subscription to this post needs to be confirmed. <a "
1784
  "href='[manager_link]'>Manage your subscriptions</a>."
1786
  "Tu suscripción a esta entrada necesita ser confirmada. <a "
1787
  "href='[manager_link]'>Gestiona tus suscripciones</a>."
1788
 
1789
+ #: utils/stcr_utils.php:276
1790
  msgid ""
1791
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1792
  msgstr ""
1793
  "Puedes <a href='[manager_link]'>gestionar las suscripciones</a> de esta "
1794
  "entrada."
1795
 
1796
+ #: utils/stcr_utils.php:282
1797
  msgid ""
1798
  "To manage your subscriptions, please enter your email address here below. We "
1799
  "will send you a message containing the link to access your personal "
1803
  "continuación. Te enviaremos un mensaje con un enlace para acceder a tu "
1804
  "página de administración."
1805
 
1806
+ #: utils/stcr_utils.php:283
1807
  msgid ""
1808
  "Thank you for using our subscription service. Your request has been "
1809
  "completed, and you should receive an email with the management link in a few "
1813
  "completada con éxito, deberías recibir un mensaje en tu buzón de correo "
1814
  "electrónico con con el enlace de administración en unos minutos."
1815
 
1816
+ #: utils/stcr_utils.php:284
1817
  msgid ""
1818
  "You can follow the discussion on <strong>[post_title]</strong> without "
1819
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1823
  "dejar un comentario. Introduce tu dirección de correo electrónico en el "
1824
  "siguiente formulario y listo."
1825
 
1826
+ #: utils/stcr_utils.php:285
1827
  msgid ""
1828
  "Thank you for using our subscription service. Your request has been "
1829
  "completed. You will receive a notification email every time a new comment to "
1833
  "completado. Recibirás un mensaje de notificación cada que vez que un nuevo "
1834
  "comentario se publique o apruebe en esta entrada."
1835
 
1836
+ #: utils/stcr_utils.php:286
1837
  msgid ""
1838
  "Thank you for using our subscription service. In order to confirm your "
1839
  "request, please check your email for the verification message and follow the "
1843
  "petición, por favor comprueba si has recibido un mensaje en tu buzón de "
1844
  "correo electrónico y sigue las instrucciones."
1845
 
1846
+ #: utils/stcr_utils.php:287
1847
  msgid ""
1848
  "In order to cancel or suspend one or more notifications, select the "
1849
  "corresponding checkbox(es) and click on the button at the end of the list."
1852
  "correspondiente casilla de verificación y pulsa en el botón del final de la "
1853
  "lista."
1854
 
1855
+ #: utils/stcr_utils.php:288
1856
  msgid ""
1857
  "In order to cancel or suspend one or more notifications, select the "
1858
  "corresponding checkbox(es) and click on the button at the end of the list. "
1862
  "correspondiente casilla de verificación y pulsa en el botón del final de la "
1863
  "lista. Actualmente estás suscrito a:"
1864
 
1865
+ #: utils/stcr_utils.php:292
1866
  msgid "There is a new comment to [post_title]"
1867
  msgstr "Hay un nuevo comentario en [post_title]"
1868
 
1869
+ #: utils/stcr_utils.php:293
1870
  msgid ""
1871
  "<h1>There is a new comment on [post_title].</h1>\n"
1872
  "\n"
1883
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1884
  msgstr ""
1885
 
1886
+ #: utils/stcr_utils.php:294
1887
  msgid "Please confirm your subscription to [post_title]"
1888
  msgstr "Por favor, confirma tu suscripción a [post_title]"
1889
 
1890
+ #: utils/stcr_utils.php:295
1891
  msgid ""
1892
  "You have requested to be notified every time a new comment is added to:\n"
1893
  "<a href='[post_permalink]'>[post_permalink]</a>\n"
1896
  "<a href='[confirm_link]'>[confirm_link]</a>"
1897
  msgstr ""
1898
 
1899
+ #: utils/stcr_utils.php:296
1900
  msgid "Manage your subscriptions on [blog_name]"
1901
  msgstr "Gestiona tus suscripciones en [blog_name]"
1902
 
1903
+ #: utils/stcr_utils.php:297
1904
  msgid ""
1905
  "You have requested to manage your subscriptions to the articles on "
1906
  "[blog_name]. Please check the Subscriptions management link in your email"
1907
  msgstr ""
1908
 
1909
+ #: utils/stcr_utils.php:298
1910
  msgid ""
1911
  "You have requested to manage your subscriptions to the articles on "
1912
  "[blog_name]. Follow this link to access your personal page:\n"
1913
  "<a href='[manager_link]'>[manager_link]</a>"
1914
  msgstr ""
1915
 
1916
+ #: utils/stcr_utils.php:378
1917
  msgid "StCR Notification"
1918
  msgstr "Notificaciones"
1919
 
1920
+ #: wp_subscribe_reloaded.php:1116
1921
  msgid "Don't subscribe"
1922
  msgstr "No Suscribirse"
1923
 
1924
+ #: wp_subscribe_reloaded.php:1117
1925
  msgid "All"
1926
  msgstr "Todo"
1927
 
2125
  #~ msgid "Management page"
2126
  #~ msgstr "Página de Administración"
2127
 
 
 
 
2128
  #~ msgid "Stats"
2129
  #~ msgstr "Estadísticas"
2130
 
langs/subscribe-reloaded-fa_IR.mo CHANGED
Binary file
langs/subscribe-reloaded-fa_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-12 15:08-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \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:203
21
  msgid "Manage subscriptions"
22
  msgstr "مدیریت اشتراک ها"
23
 
@@ -46,84 +46,89 @@ msgstr " پشتیبانی"
46
  msgid "Donate"
47
  msgstr "حمایت مالی / فنی"
48
 
49
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
50
  msgid "Add New Subscription"
51
  msgstr "افزودن اشتراک جدید"
52
 
53
- #: options/panel1-add-subscription.php:13 options/panel1-edit-subscription.php:13
 
54
  msgid "Post:"
55
  msgstr "نوشته:"
56
 
57
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
58
- #: options/panel1.php:133 templates/key_expired.php:72
59
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
60
  msgid "Email"
61
  msgstr "ایمیل"
62
 
63
- #: options/panel1-add-subscription.php:20 options/panel1-edit-subscription.php:26
64
- #: options/panel1.php:39 options/panel1.php:76 options/panel1.php:141
65
- #: options/panel1.php:159
66
  msgid "Status"
67
  msgstr "وضعیت"
68
 
69
- #: options/panel1-add-subscription.php:22 options/panel1-edit-subscription.php:29
70
- #: options/panel1.php:42 options/panel1.php:79 options/panel1.php:173
71
- #: templates/author.php:64 templates/user.php:76
 
72
  msgid "Active"
73
  msgstr "فعال"
74
 
75
- #: options/panel1-add-subscription.php:23 options/panel1-edit-subscription.php:30
76
- #: options/panel1.php:43 options/panel1.php:80
 
77
  msgid "Replies only"
78
  msgstr "فقط پاسخ ها"
79
 
80
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
81
  msgid "Ask user to confirm"
82
  msgstr "پرسش از کاربر برای تایید"
83
 
84
- #: options/panel1-add-subscription.php:26 options/panel1-edit-subscription.php:33
85
- #: options/panel1.php:46
86
  msgid "Update"
87
  msgstr "به روزرسانی"
88
 
89
- #: options/panel1-business-logic.php:23
90
  msgid "Subscription added."
91
  msgstr "اشتراک افزوده شد. "
92
 
93
- #: options/panel1-business-logic.php:39
94
  msgid "Subscriptions updated."
95
  msgstr "اشتراک ها به روزرسانی شد."
96
 
97
- #: options/panel1-business-logic.php:51
98
  msgid "Subscription deleted."
99
  msgstr "اشتراک حذف شد. "
100
 
101
- #: options/panel1-business-logic.php:70 templates/author.php:24
102
  #: templates/user.php:33
103
  msgid "Subscriptions deleted:"
104
  msgstr "این اشتراک ها حذف شدند: "
105
 
106
- #: options/panel1-business-logic.php:74 templates/author.php:28
107
  #: templates/user.php:37
108
  msgid "Subscriptions suspended:"
109
  msgstr "این اشتراک ها معلق گشتند: "
110
 
111
- #: options/panel1-business-logic.php:78 templates/author.php:32
112
  #: templates/user.php:41
113
  msgid "Subscriptions activated:"
114
  msgstr "این اشتراک ها فعال شده اند: "
115
 
116
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
117
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
118
  #: templates/user.php:49
119
  msgid "Subscriptions updated:"
120
  msgstr "این اشتراک ها به روزرسانی شدند: "
121
 
122
- #: options/panel1-business-logic.php:110
123
  msgid "&laquo; Previous"
124
  msgstr "&laquo; قبلی"
125
 
126
- #: options/panel1-business-logic.php:114
127
  msgid "Next &raquo;"
128
  msgstr "بعدی &raquo;"
129
 
@@ -138,8 +143,8 @@ msgstr "به روزرسانی اشتراک"
138
  msgid "optional"
139
  msgstr "دلبخواهی"
140
 
141
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
142
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
143
  #: templates/author.php:53 templates/user.php:65
144
  msgid ""
145
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -148,198 +153,229 @@ msgstr ""
148
  "به خاطر داشته باشید این عملیات غیرقابل برگشت است. آیا مطمئنید می خواهید انجام "
149
  "شود؟"
150
 
151
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
152
  msgid "From"
153
  msgstr "از"
154
 
155
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
156
  msgid "To"
157
  msgstr "تا"
158
 
159
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
160
  msgid "Keep unchanged"
161
  msgstr "بدون تغییر رها کن"
162
 
163
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
164
  msgid "Suspended"
165
  msgstr "معلق"
166
 
167
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
168
  msgid "Mass Update Subscriptions"
169
  msgstr "به روزرسانی اشتراک ها به صورت انبوه"
170
 
171
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
172
  msgid "email address"
173
  msgstr "نشانی رایان‌نامه فرستنده"
174
 
175
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
176
  msgid "optional - new email address"
177
  msgstr "نشانی رایان‌نامه فرستنده"
178
 
179
- #: options/panel1.php:49
180
  msgid "More info"
181
  msgstr ""
182
 
183
- #: options/panel1.php:55
184
  msgid ""
185
  "This option will allow you to change an email address for another one or to "
186
  "update the same status for all the subscription on a specific email address."
187
  msgstr ""
188
 
189
- #: options/panel1.php:68
190
  msgid "Post ID"
191
  msgstr "شناسه‌ی نوشته"
192
 
193
- #: options/panel1.php:83
194
  msgid "Add"
195
  msgstr "افزودن"
196
 
197
- #: options/panel1.php:98
198
  msgid "Search subscriptions"
199
  msgstr "جستجوی اشتراک ها"
200
 
201
- #: options/panel1.php:102
202
  #, php-format
203
  msgid ""
204
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
205
  "where the"
206
  msgstr ""
207
- "می توانید یا <a href=\"%s\">تمام اشتراک ها را ببینید</a> یا فقط مواردی را پیدا "
208
- "کنید که "
209
 
210
- #: options/panel1.php:106
211
  msgid "email"
212
  msgstr "ایمیل"
213
 
214
- #: options/panel1.php:107
215
  msgid "post ID"
216
  msgstr "شناسه ی نوشته"
217
 
218
- #: options/panel1.php:108
219
  msgid "status"
220
  msgstr "وضعیت"
221
 
222
- #: options/panel1.php:111
223
  msgid "equals"
224
  msgstr "مساوی است با"
225
 
226
- #: options/panel1.php:112
227
  msgid "contains"
228
  msgstr "محتوی"
229
 
230
- #: options/panel1.php:113
231
  msgid "does not contain"
232
  msgstr "غیرمحتوی"
233
 
234
- #: options/panel1.php:114
235
  msgid "starts with"
236
  msgstr "شروع می شود با"
237
 
238
- #: options/panel1.php:115
239
  msgid "ends with"
240
  msgstr "پایان می یابد با"
241
 
242
- #: options/panel1.php:118
243
  msgid "results per page:"
244
  msgstr "نتایج در هر صفحه"
245
 
246
- #: options/panel1.php:120
247
  msgid "Search"
248
  msgstr "جستجو"
249
 
250
- #: options/panel1.php:128
251
  msgid "Reverse the order by Post ID"
252
  msgstr "ترتیب را بر اساس شناسه ی نوشته ها برعکس کن"
253
 
254
- #: options/panel1.php:129 options/panel1.php:130
255
  msgid "Reverse the order by Date/Time"
256
  msgstr "ترتیب را بر اساس تاریخ و ساعت برعکس کن"
257
 
258
- #: options/panel1.php:132
259
  msgid "Post (ID)"
260
  msgstr "نوشته (شناسه)"
261
 
262
- #: options/panel1.php:135
263
  msgid "Search query:"
264
  msgstr "عبارت مورد جستجو: "
265
 
266
- #: options/panel1.php:135
267
  msgid "Rows:"
268
  msgstr "ردیف ها:"
269
 
270
- #: options/panel1.php:135
271
  msgid "of"
272
  msgstr "از"
273
 
274
- #: options/panel1.php:142 options/panel1.php:158
275
  msgid "Date and Time"
276
  msgstr "تاریخ و ساعت"
277
 
278
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
279
  msgid "Replies"
280
  msgstr "پاسخ ها"
281
 
282
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
283
  msgid "Replies Unconfirmed"
284
  msgstr ""
285
 
286
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
287
  msgid "All Comments"
288
  msgstr "تمام دیدگاه ها"
289
 
290
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
291
  msgid "Unconfirmed"
292
  msgstr ""
293
 
294
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
295
  msgid "Inactive"
296
  msgstr "فعال"
297
 
298
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
299
- #: templates/user.php:111
300
  msgid "Delete"
301
  msgstr "پاک کردن"
302
 
303
- #: options/panel1.php:202 options/panel1.php:212
304
  msgid "Edit"
305
  msgstr "ویرایش"
306
 
307
- #: options/panel1.php:204 options/panel1.php:210
308
  msgid "Subscription"
309
  msgstr "اشتراک‌"
310
 
311
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
312
  msgid "Action:"
313
  msgstr "اقدام"
314
 
315
- #: options/panel1.php:227
316
  msgid "Delete forever"
317
  msgstr "پاک کردن برای همیشه"
318
 
319
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
320
  msgid "Suspend"
321
  msgstr "تعلیق"
322
 
323
- #: options/panel1.php:229
324
  msgid "Activate and set to Y"
325
  msgstr "فعال کن و روی حالت Y بگذار"
326
 
327
- #: options/panel1.php:230
328
  msgid "Activate and set to R"
329
  msgstr "فعال کن و روی حالت R بگذار"
330
 
331
- #: options/panel1.php:231
332
  msgid "Activate"
333
  msgstr "فعال کن"
334
 
335
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
336
  msgid "Update subscriptions"
337
  msgstr "به روزرسانی اشتراک ها"
338
 
339
- #: options/panel1.php:238
340
  msgid "Sorry, no subscriptions match your search criteria."
341
  msgstr "متاسفانه هیچ اشتراکی با معیار شما انطباق نداشت."
342
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  #: options/panel10.php:41
344
  msgid "The log file has been successfully deleted."
345
  msgstr ""
@@ -361,36 +397,37 @@ 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:92
365
  msgid "Your settings have been successfully updated."
366
  msgstr "تنظیمات شما با موفقیت به روز شد."
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:94
370
  msgid "There was an error updating the following fields:"
371
  msgstr "یک خطا در به روزرسانی فیلدهای زیر رخ داد:"
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:110
375
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
376
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
377
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
378
- #: options/panel5.php:210 options/panel5.php:219
379
  msgid "Yes"
380
  msgstr "بله"
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:111
384
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
385
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
386
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
387
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
388
  msgid "No"
389
  msgstr "نه"
390
 
391
  #: options/panel10.php:114
392
  msgid ""
393
- "If enabled, will log information of the plugin. Helpful for debugging purposes."
 
394
  msgstr ""
395
 
396
  #: options/panel10.php:125
@@ -414,7 +451,8 @@ msgid "Clean Up Log Archive"
414
  msgstr ""
415
 
416
  #: options/panel10.php:138
417
- msgid "If you want to clean up the log archive please click the following button"
 
418
  msgstr ""
419
 
420
  #: options/panel10.php:140
@@ -426,7 +464,7 @@ msgid "System Information"
426
  msgstr ""
427
 
428
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
429
- #: options/panel4.php:283 options/panel5.php:265
430
  msgid "Save Changes"
431
  msgstr "ذخیره ی تغییرات"
432
 
@@ -650,8 +688,8 @@ msgstr ""
650
  #: options/panel3.php:109
651
  msgid ""
652
  "The permalink for your management page (something like <code>/manage-"
653
- "subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> "
654
- "actually exist in the system, but its link must follow your permalink "
655
  "structure."
656
  msgstr ""
657
  "پیوند یکتا به صفحه ی مدیریت شما، (چیزی شبیه <code>/manage-subscriptions</"
@@ -668,8 +706,8 @@ msgstr ""
668
 
669
  #: options/panel3.php:121
670
  msgid ""
671
- "Specify your custom HTML code to be added to the HEAD section of the page. Use "
672
- "<strong>single</strong> quotes for values."
673
  msgstr ""
674
  "کدهای HTML سفارشی را که می خواهید به بخش head در صفحه اضافه شود تعیین کنید. "
675
  "برای مقادیر پارامترها فقط از کوتیشن <strong>تکی </strong> استفاده نمایید."
@@ -700,16 +738,16 @@ msgstr ""
700
 
701
  #: options/panel3.php:198
702
  msgid ""
703
- "Thank you note shown after the subscription request has been processed (double "
704
- "check-in disabled). Allowed tags: [post_title], [post_permalink]"
705
  msgstr ""
706
  "پیام تشکر پس از این که درخواست اشتراک پردازش شد (در حالت غیرفعال بودن نیاز به "
707
  "تایید ایمیلی). برچسب های مجاز: [post_title], [post_permalink]"
708
 
709
  #: options/panel3.php:216
710
  msgid ""
711
- "Thank you note shown after the subscription request has been processed (double "
712
- "check-in enabled). Allowed tags: [post_title], [post_permalink]"
713
  msgstr ""
714
  "پیام تشکر پس از این که درخواست اشتراک پردازش شد (در حالت فعال بودن نیاز به "
715
  "تایید ایمیلی). تگ های مجاز: [post_title], [post_permalink]"
@@ -760,13 +798,14 @@ msgstr ""
760
 
761
  #: options/panel4.php:101
762
  msgid ""
763
- "Name to use for the \"from\" field when sending a new notification to the user."
 
764
  msgstr "نام فرستنده هنگام ارسال یادآور جدید به کاربران"
765
 
766
  #: options/panel4.php:115
767
  msgid ""
768
- "Email address to use for the \"from\" field when sending a new notification to "
769
- "the user."
770
  msgstr "نشانی رایان نامه ی فرستنده هنگام ارسال یادآور جدید به کاربران"
771
 
772
  #: options/panel4.php:121
@@ -775,8 +814,8 @@ msgstr "فقط پاسخ ها"
775
 
776
  #: options/panel4.php:128
777
  msgid ""
778
- "This will be use when the user click reply on their email agent. If not set it "
779
- "will be the same as the Sender email address."
780
  msgstr ""
781
 
782
  #: options/panel4.php:147
@@ -798,8 +837,8 @@ msgstr ""
798
  #| "<p><strong>Note: To get a default template clear all the content and save "
799
  #| "the options.</strong></p>"
800
  msgid ""
801
- "<p style=\"color: #156dc7;\"><strong>Note: To get a default template clear all "
802
- "the content and save the options.</strong></p>"
803
  msgstr ""
804
  "<p><strong>توجه : برای داشتن یک قالب تمیز، محتوا را پاک کنید و تنظیمات را "
805
  "ذخیره نمایید.</strong></p>"
@@ -818,8 +857,8 @@ msgstr ""
818
 
819
  #: options/panel4.php:217
820
  msgid ""
821
- "Subject of the mail sent to those who request to access their management page. "
822
- "Allowed tag: [blog_name]"
823
  msgstr ""
824
  "موضوع ایمیل ارسالی به کسانی که درخواست دسترسی به صفحه مدیریتشان را دارند : "
825
  "[blog_name]"
@@ -859,7 +898,7 @@ msgstr "تنظیمات شما با موفقیت به روز شد."
859
  msgid "There was an error deleting the options:"
860
  msgstr "یک خطا در به روزرسانی فیلدهای زیر رخ داد:"
861
 
862
- #: options/panel5.php:48 options/panel5.php:108
863
  msgid "Show StCR checkbox / dropdown"
864
  msgstr ""
865
 
@@ -867,24 +906,24 @@ msgstr ""
867
  msgid "Safetly Uninstall"
868
  msgstr ""
869
 
870
- #: options/panel5.php:54 options/panel5.php:125
871
  msgid "Autopurge requests"
872
  msgstr ""
873
  "زوال خودکار درخواست های اشتراک که طی مدت معین مورد تایید کاربر قرار نگرفته"
874
 
875
- #: options/panel5.php:57 options/panel5.php:143
876
  msgid "Enable double check"
877
  msgstr "حالت بررسی مضاعف را فعال کن"
878
 
879
- #: options/panel5.php:60 options/panel5.php:134
880
  msgid "StCR Position"
881
  msgstr ""
882
 
883
- #: options/panel5.php:63 options/panel5.php:151
884
  msgid "Subscribe authors"
885
  msgstr "اشتراک مؤلفان"
886
 
887
- #: options/panel5.php:66 options/panel5.php:161
888
  msgid "Enable HTML emails"
889
  msgstr "فعال کردن ایمیل های HTML"
890
 
@@ -900,43 +939,44 @@ msgstr "ارسال بازآگاهی"
900
  msgid "Notify admin"
901
  msgstr "سرپرست را مطلع کن"
902
 
903
- #: options/panel5.php:78 options/panel5.php:199
904
  msgid "Let admin subscribe"
905
  msgstr "به سرپرست اجازه ی مشترک شدن بده"
906
 
907
- #: options/panel5.php:81 options/panel5.php:208
908
  msgid "BCC admin on Notifications"
909
  msgstr "مدیر را در BCC یادآوری ها قرار بده"
910
 
911
- #: options/panel5.php:84 options/panel5.php:217
912
  msgid "Enable Font Awesome"
913
  msgstr ""
914
 
915
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
916
  msgid "Reset All Options"
917
  msgstr ""
918
 
919
- #: options/panel5.php:112
920
  msgid ""
921
  "This option will disable the StCR checkbox or dropdown in you comment form. "
922
  "You should leave it to Yes always. "
923
  msgstr ""
924
 
925
- #: options/panel5.php:117
926
  msgid "Safely Uninstall"
927
  msgstr ""
928
 
929
- #: options/panel5.php:121
930
  msgid ""
931
- "This option will allow you to delete the plugin with WordPress without loosing "
932
- "your subscribers. Any database table and plugin options are wipeout."
933
  msgstr ""
934
 
935
- #: options/panel5.php:128
936
  msgid "days"
937
  msgstr "روز"
938
 
939
- #: options/panel5.php:129
940
  msgid ""
941
  "Delete pending subscriptions (not confirmed) after X days. Zero disables this "
942
  "feature."
@@ -944,93 +984,106 @@ msgstr ""
944
  "اشتراک هایی که بیش از این تعداد روز منتظر تایید مانده و پاسخی نگرفته اند را "
945
  "حذف کن. عدد 0 به معنای عدم استفاده از این قابلیت است."
946
 
947
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
948
  msgid ""
949
  "If this option is enable the subscription box will be above the submit button "
950
  "in your comment form. Use this when your theme is outdated and using the "
951
  "incorrect WordPress Hooks and the checkbox is not displayed."
952
  msgstr ""
953
 
954
- #: options/panel5.php:147
955
  msgid ""
956
  "Send a notification email to confirm the subscription (to avoid addresses "
957
  "misuse)."
958
  msgstr ""
959
- "ارسال یک ایمیل آگاه سازی جهت تأیید مشترک ( به منظور جلوگیری از استفاده از آدرس "
960
- "ایمیل غیرمرتبط)"
961
 
962
- #: options/panel5.php:156
963
  msgid "Automatically subscribe authors to their own articles (not retroactive)."
964
  msgstr ""
965
- "به طور خودکار نویسندگان را مشترک یادداشت هایشان کن ( شامل یادداشت های موجود از "
966
- "قبل نمی شود )"
967
 
968
- #: options/panel5.php:165
969
  msgid ""
970
  "If enabled, will send email messages with content-type = text/html instead of "
971
  "text/plain"
972
  msgstr ""
973
- "اگر فعال شود ما پیام ها را با content-type = text/html به جای text/plain ایمیل "
974
- "می کنیم."
975
 
976
- #: options/panel5.php:170
977
  msgid "HTMLify links in emails"
978
  msgstr "پیوند های HTMLify در ایمیل ها"
979
 
980
- #: options/panel5.php:175
981
  msgid ""
982
- "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;&lt;/"
983
- "a&gt;</code> (only when HTML emails enabled)."
984
  msgstr ""
985
- "اگر فعال شود ما تمام پیوند ها را با <code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> "
986
- "احاطه می کنیم. ( فقط هنگام فعال بودن ایمیل HTML)"
987
 
988
- #: options/panel5.php:180
989
  msgid "Process trackbacks"
990
  msgstr "بازآگاهی فرآیند"
991
 
992
- #: options/panel5.php:184
993
- msgid "Notify users when a new trackback or pingback is added to the discussion."
 
994
  msgstr ""
995
  "کاربران را مطلع کن اگر یک بازآگاهی یا ارجاع مستقیم به دیدگاه ها اضافه شود."
996
 
997
- #: options/panel5.php:189
998
  msgid "Track all subscriptions"
999
  msgstr "تمام اشتراک ها را رهگیری کن"
1000
 
1001
- #: options/panel5.php:194
1002
  msgid "Notify the administrator when users subscribe without commenting."
1003
  msgstr "وقتی کاربران بدون دیدگاه گذاری مشترک می شوند سرپرست را مطلع کن."
1004
 
1005
- #: options/panel5.php:203
1006
  msgid "Let the administrator subscribe to comments when logged in."
1007
  msgstr ""
1008
  "وقتی سرپرست وارد سایت می گردد به او اجازه ی مشترک شدن در دیدگاه ها را بده."
1009
 
1010
- #: options/panel5.php:212
1011
  msgid "Send a copy of all Notifications to the administrator."
1012
  msgstr "یک کپی از تمام آگاه سازی ها برای مدیر سایت بفرست."
1013
 
1014
- #: options/panel5.php:221
1015
  msgid ""
1016
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1017
  "you theme already add this into your site."
1018
  msgstr ""
1019
 
1020
- #: options/panel5.php:226
1021
  msgid "StCR Unique Key"
1022
  msgstr "شناسه منحصر بفرد StCR"
1023
 
1024
- #: options/panel5.php:231
1025
  msgid "This Unique Key is not set, please click the following button to "
1026
  msgstr ""
1027
- "این شناسه منحصر بفرد تنظیم نشده است، برای این منظور لطفاً روی این دکمه کلیک کنید"
 
1028
 
1029
- #: options/panel5.php:235 options/panel5.php:246
1030
  msgid "Generate"
1031
  msgstr "ایجاد"
1032
 
1033
- #: options/panel5.php:243
1034
  msgid ""
1035
  "This Unique Key will be use to send the notification to your subscribers with "
1036
  "more security."
@@ -1038,17 +1091,17 @@ msgstr ""
1038
  "این شناسه منحصر بفرد جهت ارسال آگاه سازی ها به مشترکین با امنیت بیشتر استفاده "
1039
  "می شود."
1040
 
1041
- #: options/panel5.php:256
1042
  msgid ""
1043
  "This will reset all the options and messages of the plugin. Please proceed "
1044
  "with caution."
1045
  msgstr ""
1046
 
1047
- #: options/panel5.php:258
1048
  msgid "Yes, Delete Options including subscriptions."
1049
  msgstr ""
1050
 
1051
- #: options/panel5.php:259
1052
  msgid "No, Only delete the StCR Options."
1053
  msgstr ""
1054
 
@@ -1061,11 +1114,11 @@ msgstr ""
1061
  #: options/panel7.php:21 options/panel8.php:21
1062
  #, fuzzy
1063
  #| msgid ""
1064
- #| "How valuable is the feature offered by this plugin to your visitors? please "
1065
- #| "consider supporting the author if this plugin made your web site better, "
1066
- #| "especially if you are making money out of it. Any donation received will be "
1067
- #| "reinvested in the development of <strong>Subscribe to Comments Reloaded</"
1068
- #| "strong>, and to buy some food for my hungry family."
1069
  msgid ""
1070
  "How valuable is the feature offered by this plugin to your visitors? please "
1071
  "consider supporting the author if this plugin made your web site better, "
@@ -1074,11 +1127,11 @@ msgid ""
1074
  "reinvested in the development of <strong>Subscribe to Comments Reloaded</"
1075
  "strong>, and to buy some food for my hungry family."
1076
  msgstr ""
1077
- "قابلیت هایی که توسط این افزونه ارائه شده اند چقدر برای بازدید کنندگان شما ارزش "
1078
- "دارد؟ لطفاً چنانچه این افزونه سایت شما را بهتر کرده است از نویسنده آن حمایت "
1079
- "کنید، به خصوص با پرداخت وجه در قبال آن. هر وجه کمکی که دریافت می شود دوباره "
1080
- "جهت توسعه <strong>Subscribe to Comments Reloaded</strong> سرمایه گذاری می "
1081
- "شود ، و بخش کوچکی از آن نیز صرف خرید غذا برای خانواده ام می شود."
1082
 
1083
  #: options/panel7.php:23 options/panel8.php:23
1084
  #, fuzzy
@@ -1089,12 +1142,12 @@ msgstr "شما هم می توانید کمک کنید"
1089
  #: options/panel7.php:24 options/panel8.php:24
1090
  #, fuzzy
1091
  #| msgid ""
1092
- #| "If you don't want to donate money, please consider blogging about my plugin "
1093
- #| "with a link to the plugin's page. Please let your readers know what makes "
1094
- #| "your blog better. You can also contribute donating your time: do not "
1095
  #| "hesitate to send me bug reports, your localization files, ideas on how to "
1096
- #| "improve <strong>Subscribe to Comments Reloaded</strong> and so on. Whatever "
1097
- #| "you do, thanks for using my plugin!"
1098
  msgid ""
1099
  "Please consider blogging about my plugin with a link to the plugin's page. "
1100
  "Please let your readers know what makes your blog better. You can also "
@@ -1130,12 +1183,12 @@ msgstr "با رای دادن قدردانی کنید"
1130
 
1131
  #: options/panel7.php:30 options/panel8.php:30
1132
  msgid ""
1133
- "Tell other people if <strong>Subscribe to Comments Reloaded</strong> works for "
1134
- "you and how good it is. <a href=\"http://wordpress.org/extend/plugins/"
1135
  "subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
1136
  msgstr ""
1137
- "<strong>Subscribe to Comments Reloaded</strong> را به دیگران توصیه کنید اگر که "
1138
- "برای شما خوب کار می کند. در صفحه افزونه نیز لطفأ به آن <a href=\"http://"
1139
  "wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">رأی بدهید</a>."
1140
 
1141
  #: options/panel7.php:32 options/panel8.php:32
@@ -1164,9 +1217,9 @@ msgid ""
1164
  "plugin a helpful tool we will use your donation to invest on support and "
1165
  "developing time."
1166
  msgstr ""
1167
- "هر گونه مشارکت شما بسیار ارزشمند است، پس چنانچه این افزونه را ارزشمند می دانید "
1168
- "ما از حمایت های مالی شما جهت سرمایه گذاری در پشتیبانی و توسعه استفاده خواهیم "
1169
- "کرد."
1170
 
1171
  #: templates/author.php:67 templates/user.php:83
1172
  msgid "Title"
@@ -1184,33 +1237,33 @@ msgstr ""
1184
  msgid "Subscription Status"
1185
  msgstr ""
1186
 
1187
- #: templates/author.php:88 templates/user.php:104
1188
  msgid "Select all"
1189
  msgstr "انتخاب همه"
1190
 
1191
- #: templates/author.php:89 templates/user.php:106
1192
  msgid "Invert selection"
1193
  msgstr "عدم انتخاب"
1194
 
1195
- #: templates/author.php:92 templates/user.php:110
1196
  msgid "Choose your action"
1197
  msgstr ""
1198
 
1199
- #: templates/author.php:95 templates/user.php:113
1200
  msgid "All comments"
1201
  msgstr "تمام دیدگاه ها"
1202
 
1203
- #: templates/author.php:96 templates/user.php:114 wp_subscribe_reloaded.php:1122
1204
  msgid "Replies to my comments"
1205
  msgstr "فقط دریافت پاسخ دیدگاه های خودم "
1206
 
1207
- #: templates/author.php:102 templates/confirm.php:28
1208
- #: templates/request-management-link.php:114 templates/user.php:124
1209
  msgid "Return to Post"
1210
  msgstr ""
1211
 
1212
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1213
- #: templates/user.php:128
1214
  msgid "No subscriptions match your search criteria."
1215
  msgstr "هیچ اشتراکی با معیار جستجوی شما انطباق ندارد."
1216
 
@@ -1220,16 +1273,29 @@ msgid ""
1220
  "enter your email below and a new link will be send."
1221
  msgstr ""
1222
 
1223
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1224
- #: templates/subscribe.php:112
 
1225
  msgid "Send"
1226
  msgstr "ارسال"
1227
 
1228
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1229
  msgid "New subscription to"
1230
  msgstr "اشتراک جدید در"
1231
 
1232
- #: templates/subscribe.php:51
1233
  msgid "User:"
1234
  msgstr "کاربر:"
1235
 
@@ -1283,8 +1349,8 @@ msgstr "نکته مهم"
1283
  msgid ""
1284
  "<strong>Subscribe to Comments Reloaded:</strong> The information in your "
1285
  "database has been sanitized to prevent the raw html messages. <a class="
1286
- "\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-loading-animation\" src="
1287
- "\""
1288
  msgstr ""
1289
 
1290
  #: utils/stcr_upgrade.php:175
@@ -1318,10 +1384,10 @@ msgstr ""
1318
  #: utils/stcr_upgrade.php:177 utils/stcr_upgrade.php:251
1319
  #: utils/stcr_upgrade.php:400
1320
  msgid ""
1321
- "Please visit <a href=\"options-general.php?page=subscribe-to-comments-reloaded/"
1322
- "options/index.php\">Settings -> Subscribe to Comments</a> to review your "
1323
- "configuration.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-"
1324
- "loading-animation\" src=\""
1325
  msgstr ""
1326
 
1327
  #: utils/stcr_upgrade.php:250
@@ -1365,8 +1431,8 @@ msgstr ""
1365
  msgid ""
1366
  "If you have subscription data from another plugin (such as Subscribe to "
1367
  "Comments or Subscribe to Comments Reloaded < v2.0) that you want to import, "
1368
- "you'll need to import that data manually, as only one import routine will ever "
1369
- "run to prevent data loss."
1370
  msgstr ""
1371
  "اگر داده های اشتراک شما برای افزونه دیگری Subscribe to Comments یا Subscribe "
1372
  "to Comments Reloaded < v2.0 می باشد و بخواهید داده ها را وارد کنید شما نیاز "
@@ -1381,10 +1447,11 @@ msgid ""
1381
  "<code>subscribe_reloaded_show()</code> and <code>[subscribe-url]</code> "
1382
  "respectively."
1383
  msgstr ""
1384
- "<strong>نکته :</strong> اگر شما قبلأ از <code>wp_comment_subscriptions_show()</"
1385
- "code> بعنوان تابع یا از <code>[wpcs-subscribe-url]</code> به عنوان shortcode "
1386
- "استفاده می کردید شما نیاز دارید آن ها را به ترتیب با "
1387
- "<code>subscribe_reloaded_show()</code> و <code>[subscribe-url]</code> عوض کنید."
 
1388
 
1389
  #: utils/stcr_upgrade.php:413
1390
  msgid ""
@@ -1393,6 +1460,7 @@ msgstr "<strong>بابت نصب Subscribe to Comments Reloaded! متشکریم!
1393
 
1394
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1395
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1396
  msgid ""
1397
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1398
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1425,10 +1493,10 @@ msgstr ""
1425
 
1426
  #: utils/stcr_upgrade.php:417
1427
  msgid ""
1428
- "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-comments-"
1429
- "reloaded/changelog/\" target=\"_blank\">Changelog</a> for detailed information "
1430
- "on plugin changes.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class="
1431
- "\"stcr-loading-animation\" src=\""
1432
  msgstr ""
1433
 
1434
  #: utils/stcr_upgrade.php:428
@@ -1446,18 +1514,19 @@ msgid ""
1446
  "email templates, Subscription Checkbox position, and more!"
1447
  msgstr ""
1448
  "این ویرایش شامل تغییرات و اصلاحات بیشماری از قبیل، لغو اشتراک با یک کلیک ، "
1449
- "ویرایشگر متنی پیشرفته جهت ایجاد قالب های ایمیل HTML ، موقعیت چک باکس اشتراک، و "
1450
- "موارد بیشتر است!"
1451
 
1452
  #: utils/stcr_upgrade.php:430 utils/stcr_upgrade.php:445
1453
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1454
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1455
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1456
  msgid ""
1457
- "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-comments-"
1458
- "reloaded/changelog/\" target=\"_blank\">Changelog</a> for a complete list of "
1459
- "changes.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-"
1460
- "loading-animation\" src=\""
1461
  msgstr ""
1462
 
1463
  #: utils/stcr_upgrade.php:443
@@ -1488,21 +1557,22 @@ msgstr ""
1488
 
1489
  #: utils/stcr_upgrade.php:461 utils/stcr_upgrade.php:484
1490
  msgid ""
1491
- "<strong>New Feature</strong> Add new option to set the Reply To email address. "
1492
- "This will help the subscribers to use the Reply option in their email agents."
 
1493
  msgstr ""
1494
 
1495
  #: utils/stcr_upgrade.php:462 utils/stcr_upgrade.php:485
1496
  msgid ""
1497
- "<strong>New Feature</strong> Improve the Admin Menu for StCR. Replace the StCR "
1498
- "menu on the Settings Menu for a new Menu with sub menus for the pages."
1499
  msgstr ""
1500
 
1501
  #: utils/stcr_upgrade.php:463 utils/stcr_upgrade.php:486
1502
  msgid ""
1503
  "<strong>New Feature</strong> Safely Uninstall option to Delete the plugin "
1504
- "without loosing your subscriptions. You can use this option also for reset all "
1505
- "the settings, see the FAQ."
1506
  msgstr ""
1507
 
1508
  #: utils/stcr_upgrade.php:464 utils/stcr_upgrade.php:487
@@ -1543,6 +1613,7 @@ msgstr ""
1543
 
1544
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1545
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1546
  msgid "This version includes fixes and improvements, "
1547
  msgstr ""
1548
 
@@ -1558,12 +1629,12 @@ msgid ""
1558
  msgstr ""
1559
 
1560
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1561
- #: utils/stcr_upgrade.php:576
1562
  msgid "Log Settings"
1563
  msgstr ""
1564
 
1565
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1566
- #: utils/stcr_upgrade.php:580
1567
  msgid ""
1568
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1569
  msgstr ""
@@ -1579,7 +1650,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1579
  msgstr ""
1580
 
1581
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1582
- #: utils/stcr_upgrade.php:590
1583
  msgid "The support of this plugin is given thanks to your donations."
1584
  msgstr ""
1585
 
@@ -1601,7 +1672,8 @@ msgstr ""
1601
 
1602
  #: utils/stcr_upgrade.php:558
1603
  msgid ""
1604
- "<strong>Add</strong> Option to control the inclusion of the style Font Awesome."
 
1605
  msgstr ""
1606
 
1607
  #: utils/stcr_upgrade.php:563
@@ -1641,7 +1713,7 @@ msgstr ""
1641
  msgid "<strong>Fix</strong> issue regarding database collations"
1642
  msgstr ""
1643
 
1644
- #: utils/stcr_upgrade.php:591
1645
  #, fuzzy
1646
  #| msgid ""
1647
  #| "If you want to donate you can do it via <a href=\"\n"
@@ -1664,7 +1736,103 @@ msgstr ""
1664
  "%20Engineering&item_number=DI%2dSTCR&currency_code=USD&bn=PP%2dDonationsBF"
1665
  "%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a> اقدام کنید."
1666
 
1667
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1668
  msgid ""
1669
  "Notify me of followup comments via e-mail. You can also <a "
1670
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1672,14 +1840,14 @@ msgstr ""
1672
  "مرا با ایمیل از دیدگاه های آتی این نوشته مطلع کن. همچنین می توانید بدون ارسال "
1673
  "دیدگاه <a href='[subscribe_link]'>مشترک شوید.</a>"
1674
 
1675
- #: utils/stcr_utils.php:197
1676
  msgid ""
1677
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1678
  "subscriptions."
1679
  msgstr ""
1680
  "شما در این نوشته مشترک شده اید. <a href='[manager_link]'> تغییر اشتراک </a>"
1681
 
1682
- #: utils/stcr_utils.php:198
1683
  msgid ""
1684
  "Your subscription to this post needs to be confirmed. <a "
1685
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1687,31 +1855,33 @@ msgstr ""
1687
  "اشتراک شما در این پست منتظر تایید است. <a href='[manager_link]'> اشتراک خود "
1688
  "را مدیریت کنید </a>"
1689
 
1690
- #: utils/stcr_utils.php:199
1691
  msgid ""
1692
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1693
  msgstr ""
1694
  "شما می توانید در این یادداشت <a href='[manager_link]'>اشتراک ها را مدیریت "
1695
  "کنید</a> ."
1696
 
1697
- #: utils/stcr_utils.php:205
1698
  msgid ""
1699
  "To manage your subscriptions, please enter your email address here below. We "
1700
- "will send you a message containing the link to access your personal management "
1701
- "page."
1702
  msgstr ""
1703
  "جهت مدیریت اشتراک هایتان لطفاً نشانی ایمیل خود را در زیر وارد کنید. سپس یک "
1704
  "ایمیل برایتان می فرستیم که حاوی لینک دسترسی به صفحه ی شخصی مدیریت شما است."
1705
 
1706
- #: utils/stcr_utils.php:206
1707
  msgid ""
1708
- "Thank you for using our subscription service. Your request has been completed, "
1709
- "and you should receive an email with the management link in a few minutes."
 
1710
  msgstr ""
1711
- "ممنون که سرویس اشتراک ما را مورد استفاده قرار دادید. درخواست شما تکمیل شد و طی "
1712
- "حداکثر چند دقیقه یک ایمیل حاوی پیوند صفحه ی مدیریت اشتراک ها دریافت می کنید."
 
1713
 
1714
- #: utils/stcr_utils.php:207
1715
  msgid ""
1716
  "You can follow the discussion on <strong>[post_title]</strong> without having "
1717
  "to leave a comment. Cool, huh? Just enter your email address in the form here "
@@ -1720,17 +1890,17 @@ msgstr ""
1720
  "می تونی بحث درباره <strong>[post_title]</strong> را بدون گذاشتن هیچ دیدگاهی "
1721
  "دنبال کنی. خوشت اومد، هان؟! فقط آدرس ایمیلتو در کادر زیر بنویس و تمام! "
1722
 
1723
- #: utils/stcr_utils.php:208
1724
  msgid ""
1725
- "Thank you for using our subscription service. Your request has been completed. "
1726
- "You will receive a notification email every time a new comment to this article "
1727
- "is approved and posted by the administrator."
1728
  msgstr ""
1729
  "ممنون که از سرویس اشتراک ما استفاده کردید. درخواست شما تکمیل شد. هر گاه "
1730
- "دیدگاهی راجع به این یادداشت توسط سرپرست تایید یا منتشر شود با ایمیل از آن مطلع "
1731
- "می گردید."
1732
 
1733
- #: utils/stcr_utils.php:209
1734
  msgid ""
1735
  "Thank you for using our subscription service. In order to confirm your "
1736
  "request, please check your email for the verification message and follow the "
@@ -1739,7 +1909,7 @@ msgstr ""
1739
  "ممنون که از سرویس اشتراک ما استفاده کردید. برای تایید درخواست خود لطفاً صندوق "
1740
  "اینباکس یا اسپم ایمیلتان را ببینید و دستورالعمل پیام تاییدیه را دنبال نمایید."
1741
 
1742
- #: utils/stcr_utils.php:210
1743
  msgid ""
1744
  "In order to cancel or suspend one or more notifications, select the "
1745
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1747,20 +1917,20 @@ msgstr ""
1747
  "برای لغو یک یا چند پیام رسان خودکار، کادرهای مربوط را تیک بزنید یا غیرفعال "
1748
  "کنید و دکمه ی پایین صفحه را کلیک نمایید."
1749
 
1750
- #: utils/stcr_utils.php:211
1751
  msgid ""
1752
  "In order to cancel or suspend one or more notifications, select the "
1753
- "corresponding checkbox(es) and click on the button at the end of the list. You "
1754
- "are currently subscribed to:"
1755
  msgstr ""
1756
  "برای لغو یک یا چند پیام رسان خودکار، کادرهای مربوط را تیک بزنید یا غیرفعال "
1757
  "کنید و دکمه ی پایین صفحه را کلیک نمایید. شما هم اکنون در اینجاها مشترک هستید:"
1758
 
1759
- #: utils/stcr_utils.php:215
1760
  msgid "There is a new comment to [post_title]"
1761
  msgstr "دیدگاه تازه در نوشته [post_title]"
1762
 
1763
- #: utils/stcr_utils.php:216
1764
  msgid ""
1765
  "<h1>There is a new comment on [post_title].</h1>\n"
1766
  "\n"
@@ -1777,11 +1947,11 @@ msgid ""
1777
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1778
  msgstr ""
1779
 
1780
- #: utils/stcr_utils.php:217
1781
  msgid "Please confirm your subscription to [post_title]"
1782
  msgstr "لطفاً اشتراک خود در این نوشته را تایید کنید: [post_title]"
1783
 
1784
- #: utils/stcr_utils.php:218
1785
  #, fuzzy
1786
  #| msgid ""
1787
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1803,17 +1973,17 @@ msgstr ""
1803
  "لطفاً با کلیک روی لینک زیر، درخواست خود را تایید کنید:\n"
1804
  "[confirm_link]"
1805
 
1806
- #: utils/stcr_utils.php:219
1807
  msgid "Manage your subscriptions on [blog_name]"
1808
  msgstr "اشتراک های خود را در [blog_name] مدیریت کنید"
1809
 
1810
- #: utils/stcr_utils.php:220
1811
  msgid ""
1812
  "You have requested to manage your subscriptions to the articles on "
1813
  "[blog_name]. Please check the Subscriptions management link in your email"
1814
  msgstr ""
1815
 
1816
- #: utils/stcr_utils.php:221
1817
  #, fuzzy
1818
  #| msgid ""
1819
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1828,15 +1998,15 @@ msgstr ""
1828
  "زیر کلیک نمایید تا به صفحه ی شخصی خود بروید: \n"
1829
  "[manager_link]"
1830
 
1831
- #: utils/stcr_utils.php:300
1832
  msgid "StCR Notification"
1833
  msgstr "آگاه سازی ها"
1834
 
1835
- #: wp_subscribe_reloaded.php:1120
1836
  msgid "Don't subscribe"
1837
  msgstr "مشترک نمی شوم"
1838
 
1839
- #: wp_subscribe_reloaded.php:1121
1840
  msgid "All"
1841
  msgstr "دریافت همه دیدگاه های این نوشته"
1842
 
@@ -1865,14 +2035,15 @@ msgstr "دریافت همه دیدگاه های این نوشته"
1865
 
1866
  #~ msgid ""
1867
  #~ "Content of the notification email. Allowed tags: [post_title], "
1868
- #~ "[comment_permalink], [comment_author], [comment_content], [post_permalink], "
1869
- #~ "[manager_link]"
1870
  #~ msgstr ""
1871
  #~ "محتوای ایمیل یادآور. تگ های مجاز: [post_title], [comment_permalink], "
1872
  #~ "[comment_author], [comment_content], [post_permalink], [manager_link]"
1873
 
1874
  #~ msgid "Legend: Y = all comments, R = replies only, C = inactive"
1875
- #~ msgstr "راهنما: Y= همه ی دیدگاه ها، R=فقط پاسخ ها به دیدگاه خودم، C= غیرفعال "
 
1876
 
1877
  #~ msgid "F j, Y"
1878
  #~ msgstr "F j, Y"
@@ -1891,8 +2062,8 @@ msgstr "دریافت همه دیدگاه های این نوشته"
1891
  #~ msgid ""
1892
  #~ "Please visit <a href=\"options-general.php?page=subscribe-to-comments-"
1893
  #~ "reloaded/options/index.php\">Settings -> Subscribe to Comments</a> to "
1894
- #~ "review your configuration.<a class=\"dismiss\" href=\"#\">Got it. </a><img "
1895
- #~ "class=\"stcr-loading-animation\" src=\""
1896
  #~ msgstr ""
1897
  #~ "لطفاً <a href=\"options-general.php?page=subscribe-to-comments-reloaded/"
1898
  #~ "options/index.php\">تنظیمات -> Subscribe to Comments</a> را جهت بررسی "
@@ -1901,14 +2072,14 @@ msgstr "دریافت همه دیدگاه های این نوشته"
1901
 
1902
  #~ msgid ""
1903
  #~ "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1904
- #~ "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for detailed "
1905
- #~ "information on plugin changes.<a class=\"dismiss\" href=\"#\">Got it. </"
1906
- #~ "a><img class=\"stcr-loading-animation\" src=\""
1907
  #~ msgstr ""
1908
- #~ "لطفأ <a href=\"https://wordpress.org/plugins/subscribe-to-comments-reloaded/"
1909
- #~ "changelog/\" target=\"_blank\">تغییرات</a> را برای مشاهده جزییات تغییرات "
1910
- #~ "افزونه ببینید. <a class=\"dismiss\" href=\"#\">فهمیدم. </a><img class="
1911
- #~ "\"stcr-loading-animation\" src=\""
1912
 
1913
  #~ msgid ""
1914
  #~ "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
@@ -1916,10 +2087,10 @@ msgstr "دریافت همه دیدگاه های این نوشته"
1916
  #~ "complete list of changes.<a class=\"dismiss\" href=\"#\">Got it. </a><img "
1917
  #~ "class=\"stcr-loading-animation\" src=\""
1918
  #~ msgstr ""
1919
- #~ "لطفأ <a href=\"https://wordpress.org/plugins/subscribe-to-comments-reloaded/"
1920
- #~ "changelog/\" target=\"_blank\">تغییرات</a> را برای مشاهده کامل جزییات "
1921
- #~ "تغییرات افزونه ببینید. <a class=\"dismiss\" href=\"#\">فهمیدم. </a><img "
1922
- #~ "class=\"stcr-loading-animation\" src=\""
1923
 
1924
  #~ msgid "Announcement: Introducing Comment Mail"
1925
  #~ msgstr "اعلان : معرفی Comment Mail"
@@ -1943,8 +2114,8 @@ msgstr "دریافت همه دیدگاه های این نوشته"
1943
  #~ "را در Comment Mail وارد کنید، که یک انتقال بدون اشکال را موجب خواهد شد."
1944
 
1945
  #~ msgid ""
1946
- #~ "Need more powerful features to manage your subscriptions but can't wait for "
1947
- #~ "StCR? <a href=\"http://comment-mail.com/r/stcr-to-cm/\" target=\"_blank"
1948
  #~ "\">Take a look at Comment Mail!</a>"
1949
  #~ msgstr ""
1950
  #~ "به قابلیت های قدرتمند بیشتری نیاز دارید اما نمی توانید منتظر StCR بمانید؟ "
@@ -2011,10 +2182,11 @@ msgstr "دریافت همه دیدگاه های این نوشته"
2011
  #~ msgstr "به حالت Y تنظیم کن"
2012
 
2013
  #~ msgid ""
2014
- #~ "Update the email address associated to a specific subscription (by post ID)."
 
2015
  #~ msgstr ""
2016
- #~ "Aggiorna l'indirizzo email associato ad una specifica iscrizione (necessita "
2017
- #~ "l'ID dell'articolo)."
2018
 
2019
  #~ msgid ""
2020
  #~ "Change the status of an email address or permanently delete all its "
@@ -2024,8 +2196,8 @@ msgstr "دریافت همه دیدگاه های این نوشته"
2024
  #~ "indirizzo email."
2025
 
2026
  #~ msgid ""
2027
- #~ "You can \"mass update\" all the occurrences of a given email address (exact "
2028
- #~ "matches only)."
2029
  #~ msgstr ""
2030
  #~ "می توانید تمام موارد مربوط به یک آدرس ایمیل خاص را \"آپدیت یکجا\" بکنید "
2031
  #~ "(فقط برای مواردی که انطباق دقیق داشته باشد)."
@@ -2034,8 +2206,8 @@ msgstr "دریافت همه دیدگاه های این نوشته"
2034
  #~ msgstr "راهنما: Y: مشترک شده، N: اشتراک معلق شده، C: در انتظار تایید"
2035
 
2036
  #~ msgid ""
2037
- #~ "Custom CSS class to associate to the checkbox, if you want to customize its "
2038
- #~ "style."
2039
  #~ msgstr ""
2040
  #~ "کلاس CSS سفارشی برای افزودن به کادر تیک زدنی در صورتی که بخواهید جلوه ی آن "
2041
  #~ "را تغییر دهید."
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:11-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \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
 
53
+ #: options/panel1-add-subscription.php:13
54
+ #: options/panel1-edit-subscription.php:13
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 "&laquo; Previous"
129
  msgstr "&laquo; قبلی"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "بعدی &raquo;"
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 "
153
  "به خاطر داشته باشید این عملیات غیرقابل برگشت است. آیا مطمئنید می خواهید انجام "
154
  "شود؟"
155
 
156
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
157
  msgid "From"
158
  msgstr "از"
159
 
160
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
161
  msgid "To"
162
  msgstr "تا"
163
 
164
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
165
  msgid "Keep unchanged"
166
  msgstr "بدون تغییر رها کن"
167
 
168
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
169
  msgid "Suspended"
170
  msgstr "معلق"
171
 
172
+ #: options/panel1.php:22
173
+ msgid "The email that you typed is not correct."
174
+ msgstr ""
175
+
176
+ #: options/panel1.php:29
177
+ msgid "Please enter a valid Post ID."
178
+ msgstr ""
179
+
180
+ #: options/panel1.php:46
181
  msgid "Mass Update Subscriptions"
182
  msgstr "به روزرسانی اشتراک ها به صورت انبوه"
183
 
184
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
185
+ #: options/panel1.php:317
186
  msgid "email address"
187
  msgstr "نشانی رایان‌نامه فرستنده"
188
 
189
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
190
  msgid "optional - new email address"
191
  msgstr "نشانی رایان‌نامه فرستنده"
192
 
193
+ #: options/panel1.php:74
194
  msgid "More info"
195
  msgstr ""
196
 
197
+ #: options/panel1.php:80
198
  msgid ""
199
  "This option will allow you to change an email address for another one or to "
200
  "update the same status for all the subscription on a specific email address."
201
  msgstr ""
202
 
203
+ #: options/panel1.php:92
204
  msgid "Post ID"
205
  msgstr "شناسه‌ی نوشته"
206
 
207
+ #: options/panel1.php:109
208
  msgid "Add"
209
  msgstr "افزودن"
210
 
211
+ #: options/panel1.php:124
212
  msgid "Search subscriptions"
213
  msgstr "جستجوی اشتراک ها"
214
 
215
+ #: options/panel1.php:128
216
  #, php-format
217
  msgid ""
218
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
219
  "where the"
220
  msgstr ""
221
+ "می توانید یا <a href=\"%s\">تمام اشتراک ها را ببینید</a> یا فقط مواردی را "
222
+ "پیدا کنید که "
223
 
224
+ #: options/panel1.php:132
225
  msgid "email"
226
  msgstr "ایمیل"
227
 
228
+ #: options/panel1.php:133
229
  msgid "post ID"
230
  msgstr "شناسه ی نوشته"
231
 
232
+ #: options/panel1.php:134
233
  msgid "status"
234
  msgstr "وضعیت"
235
 
236
+ #: options/panel1.php:137
237
  msgid "equals"
238
  msgstr "مساوی است با"
239
 
240
+ #: options/panel1.php:138
241
  msgid "contains"
242
  msgstr "محتوی"
243
 
244
+ #: options/panel1.php:139
245
  msgid "does not contain"
246
  msgstr "غیرمحتوی"
247
 
248
+ #: options/panel1.php:140
249
  msgid "starts with"
250
  msgstr "شروع می شود با"
251
 
252
+ #: options/panel1.php:141
253
  msgid "ends with"
254
  msgstr "پایان می یابد با"
255
 
256
+ #: options/panel1.php:144
257
  msgid "results per page:"
258
  msgstr "نتایج در هر صفحه"
259
 
260
+ #: options/panel1.php:146
261
  msgid "Search"
262
  msgstr "جستجو"
263
 
264
+ #: options/panel1.php:154
265
  msgid "Reverse the order by Post ID"
266
  msgstr "ترتیب را بر اساس شناسه ی نوشته ها برعکس کن"
267
 
268
+ #: options/panel1.php:155 options/panel1.php:156
269
  msgid "Reverse the order by Date/Time"
270
  msgstr "ترتیب را بر اساس تاریخ و ساعت برعکس کن"
271
 
272
+ #: options/panel1.php:158
273
  msgid "Post (ID)"
274
  msgstr "نوشته (شناسه)"
275
 
276
+ #: options/panel1.php:161
277
  msgid "Search query:"
278
  msgstr "عبارت مورد جستجو: "
279
 
280
+ #: options/panel1.php:161
281
  msgid "Rows:"
282
  msgstr "ردیف ها:"
283
 
284
+ #: options/panel1.php:161
285
  msgid "of"
286
  msgstr "از"
287
 
288
+ #: options/panel1.php:168 options/panel1.php:184
289
  msgid "Date and Time"
290
  msgstr "تاریخ و ساعت"
291
 
292
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
293
  msgid "Replies"
294
  msgstr "پاسخ ها"
295
 
296
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
297
  msgid "Replies Unconfirmed"
298
  msgstr ""
299
 
300
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
301
  msgid "All Comments"
302
  msgstr "تمام دیدگاه ها"
303
 
304
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
305
  msgid "Unconfirmed"
306
  msgstr ""
307
 
308
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
309
  msgid "Inactive"
310
  msgstr "فعال"
311
 
312
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
313
+ #: templates/user.php:114
314
  msgid "Delete"
315
  msgstr "پاک کردن"
316
 
317
+ #: options/panel1.php:228 options/panel1.php:238
318
  msgid "Edit"
319
  msgstr "ویرایش"
320
 
321
+ #: options/panel1.php:230 options/panel1.php:236
322
  msgid "Subscription"
323
  msgstr "اشتراک‌"
324
 
325
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
326
  msgid "Action:"
327
  msgstr "اقدام"
328
 
329
+ #: options/panel1.php:253
330
  msgid "Delete forever"
331
  msgstr "پاک کردن برای همیشه"
332
 
333
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
334
  msgid "Suspend"
335
  msgstr "تعلیق"
336
 
337
+ #: options/panel1.php:255
338
  msgid "Activate and set to Y"
339
  msgstr "فعال کن و روی حالت Y بگذار"
340
 
341
+ #: options/panel1.php:256
342
  msgid "Activate and set to R"
343
  msgstr "فعال کن و روی حالت R بگذار"
344
 
345
+ #: options/panel1.php:257
346
  msgid "Activate"
347
  msgstr "فعال کن"
348
 
349
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
350
  msgid "Update subscriptions"
351
  msgstr "به روزرسانی اشتراک ها"
352
 
353
+ #: options/panel1.php:264
354
  msgid "Sorry, no subscriptions match your search criteria."
355
  msgstr "متاسفانه هیچ اشتراکی با معیار شما انطباق نداشت."
356
 
357
+ #: options/panel1.php:321 options/panel1.php:389
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
+ msgid "Missing email information"
373
+ msgstr ""
374
+
375
+ #: options/panel1.php:442 options/panel1.php:450
376
+ msgid "Please enter a value"
377
+ msgstr ""
378
+
379
  #: options/panel10.php:41
380
  msgid "The log file has been successfully deleted."
381
  msgstr ""
397
  msgstr ""
398
 
399
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
400
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
401
  msgid "Your settings have been successfully updated."
402
  msgstr "تنظیمات شما با موفقیت به روز شد."
403
 
404
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
405
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
406
  msgid "There was an error updating the following fields:"
407
  msgstr "یک خطا در به روزرسانی فیلدهای زیر رخ داد:"
408
 
409
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
410
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
411
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
412
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
413
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
414
+ #: options/panel5.php:221 options/panel5.php:230
415
  msgid "Yes"
416
  msgstr "بله"
417
 
418
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
419
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
420
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
421
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
422
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
423
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
424
  msgid "No"
425
  msgstr "نه"
426
 
427
  #: options/panel10.php:114
428
  msgid ""
429
+ "If enabled, will log information of the plugin. Helpful for debugging "
430
+ "purposes."
431
  msgstr ""
432
 
433
  #: options/panel10.php:125
451
  msgstr ""
452
 
453
  #: options/panel10.php:138
454
+ msgid ""
455
+ "If you want to clean up the log archive please click the following button"
456
  msgstr ""
457
 
458
  #: options/panel10.php:140
464
  msgstr ""
465
 
466
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
467
+ #: options/panel4.php:283 options/panel5.php:276
468
  msgid "Save Changes"
469
  msgstr "ذخیره ی تغییرات"
470
 
688
  #: options/panel3.php:109
689
  msgid ""
690
  "The permalink for your management page (something like <code>/manage-"
691
+ "subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</"
692
+ "b> actually exist in the system, but its link must follow your permalink "
693
  "structure."
694
  msgstr ""
695
  "پیوند یکتا به صفحه ی مدیریت شما، (چیزی شبیه <code>/manage-subscriptions</"
706
 
707
  #: options/panel3.php:121
708
  msgid ""
709
+ "Specify your custom HTML code to be added to the HEAD section of the page. "
710
+ "Use <strong>single</strong> quotes for values."
711
  msgstr ""
712
  "کدهای HTML سفارشی را که می خواهید به بخش head در صفحه اضافه شود تعیین کنید. "
713
  "برای مقادیر پارامترها فقط از کوتیشن <strong>تکی </strong> استفاده نمایید."
738
 
739
  #: options/panel3.php:198
740
  msgid ""
741
+ "Thank you note shown after the subscription request has been processed "
742
+ "(double check-in disabled). Allowed tags: [post_title], [post_permalink]"
743
  msgstr ""
744
  "پیام تشکر پس از این که درخواست اشتراک پردازش شد (در حالت غیرفعال بودن نیاز به "
745
  "تایید ایمیلی). برچسب های مجاز: [post_title], [post_permalink]"
746
 
747
  #: options/panel3.php:216
748
  msgid ""
749
+ "Thank you note shown after the subscription request has been processed "
750
+ "(double check-in enabled). Allowed tags: [post_title], [post_permalink]"
751
  msgstr ""
752
  "پیام تشکر پس از این که درخواست اشتراک پردازش شد (در حالت فعال بودن نیاز به "
753
  "تایید ایمیلی). تگ های مجاز: [post_title], [post_permalink]"
798
 
799
  #: options/panel4.php:101
800
  msgid ""
801
+ "Name to use for the \"from\" field when sending a new notification to the "
802
+ "user."
803
  msgstr "نام فرستنده هنگام ارسال یادآور جدید به کاربران"
804
 
805
  #: options/panel4.php:115
806
  msgid ""
807
+ "Email address to use for the \"from\" field when sending a new notification "
808
+ "to the user."
809
  msgstr "نشانی رایان نامه ی فرستنده هنگام ارسال یادآور جدید به کاربران"
810
 
811
  #: options/panel4.php:121
814
 
815
  #: options/panel4.php:128
816
  msgid ""
817
+ "This will be use when the user click reply on their email agent. If not set "
818
+ "it will be the same as the Sender email address."
819
  msgstr ""
820
 
821
  #: options/panel4.php:147
837
  #| "<p><strong>Note: To get a default template clear all the content and save "
838
  #| "the options.</strong></p>"
839
  msgid ""
840
+ "<p style=\"color: #156dc7;\"><strong>Note: To get a default template clear "
841
+ "all the content and save the options.</strong></p>"
842
  msgstr ""
843
  "<p><strong>توجه : برای داشتن یک قالب تمیز، محتوا را پاک کنید و تنظیمات را "
844
  "ذخیره نمایید.</strong></p>"
857
 
858
  #: options/panel4.php:217
859
  msgid ""
860
+ "Subject of the mail sent to those who request to access their management "
861
+ "page. Allowed tag: [blog_name]"
862
  msgstr ""
863
  "موضوع ایمیل ارسالی به کسانی که درخواست دسترسی به صفحه مدیریتشان را دارند : "
864
  "[blog_name]"
898
  msgid "There was an error deleting the options:"
899
  msgstr "یک خطا در به روزرسانی فیلدهای زیر رخ داد:"
900
 
901
+ #: options/panel5.php:48 options/panel5.php:111
902
  msgid "Show StCR checkbox / dropdown"
903
  msgstr ""
904
 
906
  msgid "Safetly Uninstall"
907
  msgstr ""
908
 
909
+ #: options/panel5.php:54 options/panel5.php:128
910
  msgid "Autopurge requests"
911
  msgstr ""
912
  "زوال خودکار درخواست های اشتراک که طی مدت معین مورد تایید کاربر قرار نگرفته"
913
 
914
+ #: options/panel5.php:57 options/panel5.php:154
915
  msgid "Enable double check"
916
  msgstr "حالت بررسی مضاعف را فعال کن"
917
 
918
+ #: options/panel5.php:60 options/panel5.php:145
919
  msgid "StCR Position"
920
  msgstr ""
921
 
922
+ #: options/panel5.php:63 options/panel5.php:162
923
  msgid "Subscribe authors"
924
  msgstr "اشتراک مؤلفان"
925
 
926
+ #: options/panel5.php:66 options/panel5.php:172
927
  msgid "Enable HTML emails"
928
  msgstr "فعال کردن ایمیل های HTML"
929
 
939
  msgid "Notify admin"
940
  msgstr "سرپرست را مطلع کن"
941
 
942
+ #: options/panel5.php:78 options/panel5.php:210
943
  msgid "Let admin subscribe"
944
  msgstr "به سرپرست اجازه ی مشترک شدن بده"
945
 
946
+ #: options/panel5.php:81 options/panel5.php:219
947
  msgid "BCC admin on Notifications"
948
  msgstr "مدیر را در BCC یادآوری ها قرار بده"
949
 
950
+ #: options/panel5.php:84 options/panel5.php:228
951
  msgid "Enable Font Awesome"
952
  msgstr ""
953
 
954
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
955
+ #: options/panel5.php:272
956
  msgid "Reset All Options"
957
  msgstr ""
958
 
959
+ #: options/panel5.php:115
960
  msgid ""
961
  "This option will disable the StCR checkbox or dropdown in you comment form. "
962
  "You should leave it to Yes always. "
963
  msgstr ""
964
 
965
+ #: options/panel5.php:120
966
  msgid "Safely Uninstall"
967
  msgstr ""
968
 
969
+ #: options/panel5.php:124
970
  msgid ""
971
+ "This option will allow you to delete the plugin with WordPress without "
972
+ "loosing your subscribers. Any database table and plugin options are wipeout."
973
  msgstr ""
974
 
975
+ #: options/panel5.php:131
976
  msgid "days"
977
  msgstr "روز"
978
 
979
+ #: options/panel5.php:132
980
  msgid ""
981
  "Delete pending subscriptions (not confirmed) after X days. Zero disables this "
982
  "feature."
984
  "اشتراک هایی که بیش از این تعداد روز منتظر تایید مانده و پاسخی نگرفته اند را "
985
  "حذف کن. عدد 0 به معنای عدم استفاده از این قابلیت است."
986
 
987
+ #: options/panel5.php:136
988
+ msgid "Date Format"
989
+ msgstr ""
990
+
991
+ #: options/panel5.php:140
992
+ msgid ""
993
+ "Date format that will be display on the management page. Use <a href='https://"
994
+ "secure.php.net/manual/en/function.date.php#refsect1-function.date-parameters' "
995
+ "target='_blank'>PHP Date Format</a>"
996
+ msgstr ""
997
+
998
+ #: options/panel5.php:149
999
  msgid ""
1000
  "If this option is enable the subscription box will be above the submit button "
1001
  "in your comment form. Use this when your theme is outdated and using the "
1002
  "incorrect WordPress Hooks and the checkbox is not displayed."
1003
  msgstr ""
1004
 
1005
+ #: options/panel5.php:158
1006
  msgid ""
1007
  "Send a notification email to confirm the subscription (to avoid addresses "
1008
  "misuse)."
1009
  msgstr ""
1010
+ "ارسال یک ایمیل آگاه سازی جهت تأیید مشترک ( به منظور جلوگیری از استفاده از "
1011
+ "آدرس ایمیل غیرمرتبط)"
1012
 
1013
+ #: options/panel5.php:167
1014
  msgid "Automatically subscribe authors to their own articles (not retroactive)."
1015
  msgstr ""
1016
+ "به طور خودکار نویسندگان را مشترک یادداشت هایشان کن ( شامل یادداشت های موجود "
1017
+ "از قبل نمی شود )"
1018
 
1019
+ #: options/panel5.php:176
1020
  msgid ""
1021
  "If enabled, will send email messages with content-type = text/html instead of "
1022
  "text/plain"
1023
  msgstr ""
1024
+ "اگر فعال شود ما پیام ها را با content-type = text/html به جای text/plain "
1025
+ "ایمیل می کنیم."
1026
 
1027
+ #: options/panel5.php:181
1028
  msgid "HTMLify links in emails"
1029
  msgstr "پیوند های HTMLify در ایمیل ها"
1030
 
1031
+ #: options/panel5.php:186
1032
  msgid ""
1033
+ "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1034
+ "&lt;/a&gt;</code> (only when HTML emails enabled)."
1035
  msgstr ""
1036
+ "اگر فعال شود ما تمام پیوند ها را با <code>&lt;a href=\"\"&gt;&lt;/a&gt;</"
1037
+ "code> احاطه می کنیم. ( فقط هنگام فعال بودن ایمیل HTML)"
1038
 
1039
+ #: options/panel5.php:191
1040
  msgid "Process trackbacks"
1041
  msgstr "بازآگاهی فرآیند"
1042
 
1043
+ #: options/panel5.php:195
1044
+ msgid ""
1045
+ "Notify users when a new trackback or pingback is added to the discussion."
1046
  msgstr ""
1047
  "کاربران را مطلع کن اگر یک بازآگاهی یا ارجاع مستقیم به دیدگاه ها اضافه شود."
1048
 
1049
+ #: options/panel5.php:200
1050
  msgid "Track all subscriptions"
1051
  msgstr "تمام اشتراک ها را رهگیری کن"
1052
 
1053
+ #: options/panel5.php:205
1054
  msgid "Notify the administrator when users subscribe without commenting."
1055
  msgstr "وقتی کاربران بدون دیدگاه گذاری مشترک می شوند سرپرست را مطلع کن."
1056
 
1057
+ #: options/panel5.php:214
1058
  msgid "Let the administrator subscribe to comments when logged in."
1059
  msgstr ""
1060
  "وقتی سرپرست وارد سایت می گردد به او اجازه ی مشترک شدن در دیدگاه ها را بده."
1061
 
1062
+ #: options/panel5.php:223
1063
  msgid "Send a copy of all Notifications to the administrator."
1064
  msgstr "یک کپی از تمام آگاه سازی ها برای مدیر سایت بفرست."
1065
 
1066
+ #: options/panel5.php:232
1067
  msgid ""
1068
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1069
  "you theme already add this into your site."
1070
  msgstr ""
1071
 
1072
+ #: options/panel5.php:237
1073
  msgid "StCR Unique Key"
1074
  msgstr "شناسه منحصر بفرد StCR"
1075
 
1076
+ #: options/panel5.php:242
1077
  msgid "This Unique Key is not set, please click the following button to "
1078
  msgstr ""
1079
+ "این شناسه منحصر بفرد تنظیم نشده است، برای این منظور لطفاً روی این دکمه کلیک "
1080
+ "کنید"
1081
 
1082
+ #: options/panel5.php:246 options/panel5.php:257
1083
  msgid "Generate"
1084
  msgstr "ایجاد"
1085
 
1086
+ #: options/panel5.php:254
1087
  msgid ""
1088
  "This Unique Key will be use to send the notification to your subscribers with "
1089
  "more security."
1091
  "این شناسه منحصر بفرد جهت ارسال آگاه سازی ها به مشترکین با امنیت بیشتر استفاده "
1092
  "می شود."
1093
 
1094
+ #: options/panel5.php:267
1095
  msgid ""
1096
  "This will reset all the options and messages of the plugin. Please proceed "
1097
  "with caution."
1098
  msgstr ""
1099
 
1100
+ #: options/panel5.php:269
1101
  msgid "Yes, Delete Options including subscriptions."
1102
  msgstr ""
1103
 
1104
+ #: options/panel5.php:270
1105
  msgid "No, Only delete the StCR Options."
1106
  msgstr ""
1107
 
1114
  #: options/panel7.php:21 options/panel8.php:21
1115
  #, fuzzy
1116
  #| msgid ""
1117
+ #| "How valuable is the feature offered by this plugin to your visitors? "
1118
+ #| "please consider supporting the author if this plugin made your web site "
1119
+ #| "better, especially if you are making money out of it. Any donation "
1120
+ #| "received will be reinvested in the development of <strong>Subscribe to "
1121
+ #| "Comments Reloaded</strong>, and to buy some food for my hungry family."
1122
  msgid ""
1123
  "How valuable is the feature offered by this plugin to your visitors? please "
1124
  "consider supporting the author if this plugin made your web site better, "
1127
  "reinvested in the development of <strong>Subscribe to Comments Reloaded</"
1128
  "strong>, and to buy some food for my hungry family."
1129
  msgstr ""
1130
+ "قابلیت هایی که توسط این افزونه ارائه شده اند چقدر برای بازدید کنندگان شما "
1131
+ "ارزش دارد؟ لطفاً چنانچه این افزونه سایت شما را بهتر کرده است از نویسنده آن "
1132
+ "حمایت کنید، به خصوص با پرداخت وجه در قبال آن. هر وجه کمکی که دریافت می شود "
1133
+ "دوباره جهت توسعه <strong>Subscribe to Comments Reloaded</strong> سرمایه گذاری "
1134
+ "می شود ، و بخش کوچکی از آن نیز صرف خرید غذا برای خانواده ام می شود."
1135
 
1136
  #: options/panel7.php:23 options/panel8.php:23
1137
  #, fuzzy
1142
  #: options/panel7.php:24 options/panel8.php:24
1143
  #, fuzzy
1144
  #| msgid ""
1145
+ #| "If you don't want to donate money, please consider blogging about my "
1146
+ #| "plugin with a link to the plugin's page. Please let your readers know what "
1147
+ #| "makes your blog better. You can also contribute donating your time: do not "
1148
  #| "hesitate to send me bug reports, your localization files, ideas on how to "
1149
+ #| "improve <strong>Subscribe to Comments Reloaded</strong> and so on. "
1150
+ #| "Whatever you do, thanks for using my plugin!"
1151
  msgid ""
1152
  "Please consider blogging about my plugin with a link to the plugin's page. "
1153
  "Please let your readers know what makes your blog better. You can also "
1183
 
1184
  #: options/panel7.php:30 options/panel8.php:30
1185
  msgid ""
1186
+ "Tell other people if <strong>Subscribe to Comments Reloaded</strong> works "
1187
+ "for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/"
1188
  "subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
1189
  msgstr ""
1190
+ "<strong>Subscribe to Comments Reloaded</strong> را به دیگران توصیه کنید اگر "
1191
+ "که برای شما خوب کار می کند. در صفحه افزونه نیز لطفأ به آن <a href=\"http://"
1192
  "wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">رأی بدهید</a>."
1193
 
1194
  #: options/panel7.php:32 options/panel8.php:32
1217
  "plugin a helpful tool we will use your donation to invest on support and "
1218
  "developing time."
1219
  msgstr ""
1220
+ "هر گونه مشارکت شما بسیار ارزشمند است، پس چنانچه این افزونه را ارزشمند می "
1221
+ "دانید ما از حمایت های مالی شما جهت سرمایه گذاری در پشتیبانی و توسعه استفاده "
1222
+ "خواهیم کرد."
1223
 
1224
  #: templates/author.php:67 templates/user.php:83
1225
  msgid "Title"
1237
  msgid "Subscription Status"
1238
  msgstr ""
1239
 
1240
+ #: templates/author.php:91 templates/user.php:107
1241
  msgid "Select all"
1242
  msgstr "انتخاب همه"
1243
 
1244
+ #: templates/author.php:92 templates/user.php:109
1245
  msgid "Invert selection"
1246
  msgstr "عدم انتخاب"
1247
 
1248
+ #: templates/author.php:95 templates/user.php:113
1249
  msgid "Choose your action"
1250
  msgstr ""
1251
 
1252
+ #: templates/author.php:98 templates/user.php:116
1253
  msgid "All comments"
1254
  msgstr "تمام دیدگاه ها"
1255
 
1256
+ #: templates/author.php:99 templates/user.php:117 wp_subscribe_reloaded.php:1118
1257
  msgid "Replies to my comments"
1258
  msgstr "فقط دریافت پاسخ دیدگاه های خودم "
1259
 
1260
+ #: templates/author.php:105 templates/confirm.php:28
1261
+ #: templates/request-management-link.php:125 templates/user.php:127
1262
  msgid "Return to Post"
1263
  msgstr ""
1264
 
1265
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1266
+ #: templates/user.php:131
1267
  msgid "No subscriptions match your search criteria."
1268
  msgstr "هیچ اشتراکی با معیار جستجوی شما انطباق ندارد."
1269
 
1273
  "enter your email below and a new link will be send."
1274
  msgstr ""
1275
 
1276
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1277
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1278
+ #: templates/subscribe.php:148
1279
  msgid "Send"
1280
  msgstr "ارسال"
1281
 
1282
+ #: templates/request-management-link.php:143
1283
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1284
+ #: templates/subscribe.php:178
1285
+ #, fuzzy
1286
+ #| msgid "email address"
1287
+ msgid "Email address is not valid"
1288
+ msgstr "نشانی رایان‌نامه فرستنده"
1289
+
1290
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1291
+ msgid "Please enter your email"
1292
+ msgstr ""
1293
+
1294
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1295
  msgid "New subscription to"
1296
  msgstr "اشتراک جدید در"
1297
 
1298
+ #: templates/subscribe.php:61
1299
  msgid "User:"
1300
  msgstr "کاربر:"
1301
 
1349
  msgid ""
1350
  "<strong>Subscribe to Comments Reloaded:</strong> The information in your "
1351
  "database has been sanitized to prevent the raw html messages. <a class="
1352
+ "\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-loading-animation\" "
1353
+ "src=\""
1354
  msgstr ""
1355
 
1356
  #: utils/stcr_upgrade.php:175
1384
  #: utils/stcr_upgrade.php:177 utils/stcr_upgrade.php:251
1385
  #: utils/stcr_upgrade.php:400
1386
  msgid ""
1387
+ "Please visit <a href=\"options-general.php?page=subscribe-to-comments-"
1388
+ "reloaded/options/index.php\">Settings -> Subscribe to Comments</a> to review "
1389
+ "your configuration.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class="
1390
+ "\"stcr-loading-animation\" src=\""
1391
  msgstr ""
1392
 
1393
  #: utils/stcr_upgrade.php:250
1431
  msgid ""
1432
  "If you have subscription data from another plugin (such as Subscribe to "
1433
  "Comments or Subscribe to Comments Reloaded < v2.0) that you want to import, "
1434
+ "you'll need to import that data manually, as only one import routine will "
1435
+ "ever run to prevent data loss."
1436
  msgstr ""
1437
  "اگر داده های اشتراک شما برای افزونه دیگری Subscribe to Comments یا Subscribe "
1438
  "to Comments Reloaded < v2.0 می باشد و بخواهید داده ها را وارد کنید شما نیاز "
1447
  "<code>subscribe_reloaded_show()</code> and <code>[subscribe-url]</code> "
1448
  "respectively."
1449
  msgstr ""
1450
+ "<strong>نکته :</strong> اگر شما قبلأ از "
1451
+ "<code>wp_comment_subscriptions_show()</code> بعنوان تابع یا از <code>[wpcs-"
1452
+ "subscribe-url]</code> به عنوان shortcode استفاده می کردید شما نیاز دارید آن "
1453
+ "ها را به ترتیب با <code>subscribe_reloaded_show()</code> و <code>[subscribe-"
1454
+ "url]</code> عوض کنید."
1455
 
1456
  #: utils/stcr_upgrade.php:413
1457
  msgid ""
1460
 
1461
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1462
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1463
+ #: utils/stcr_upgrade.php:610
1464
  msgid ""
1465
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1466
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1493
 
1494
  #: utils/stcr_upgrade.php:417
1495
  msgid ""
1496
+ "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1497
+ "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for detailed "
1498
+ "information on plugin changes.<a class=\"dismiss\" href=\"#\">Dismiss. </"
1499
+ "a><img class=\"stcr-loading-animation\" src=\""
1500
  msgstr ""
1501
 
1502
  #: utils/stcr_upgrade.php:428
1514
  "email templates, Subscription Checkbox position, and more!"
1515
  msgstr ""
1516
  "این ویرایش شامل تغییرات و اصلاحات بیشماری از قبیل، لغو اشتراک با یک کلیک ، "
1517
+ "ویرایشگر متنی پیشرفته جهت ایجاد قالب های ایمیل HTML ، موقعیت چک باکس اشتراک، "
1518
+ "و موارد بیشتر است!"
1519
 
1520
  #: utils/stcr_upgrade.php:430 utils/stcr_upgrade.php:445
1521
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1522
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1523
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1524
+ #: utils/stcr_upgrade.php:615
1525
  msgid ""
1526
+ "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1527
+ "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a complete "
1528
+ "list of changes.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class="
1529
+ "\"stcr-loading-animation\" src=\""
1530
  msgstr ""
1531
 
1532
  #: utils/stcr_upgrade.php:443
1557
 
1558
  #: utils/stcr_upgrade.php:461 utils/stcr_upgrade.php:484
1559
  msgid ""
1560
+ "<strong>New Feature</strong> Add new option to set the Reply To email "
1561
+ "address. This will help the subscribers to use the Reply option in their "
1562
+ "email agents."
1563
  msgstr ""
1564
 
1565
  #: utils/stcr_upgrade.php:462 utils/stcr_upgrade.php:485
1566
  msgid ""
1567
+ "<strong>New Feature</strong> Improve the Admin Menu for StCR. Replace the "
1568
+ "StCR menu on the Settings Menu for a new Menu with sub menus for the pages."
1569
  msgstr ""
1570
 
1571
  #: utils/stcr_upgrade.php:463 utils/stcr_upgrade.php:486
1572
  msgid ""
1573
  "<strong>New Feature</strong> Safely Uninstall option to Delete the plugin "
1574
+ "without loosing your subscriptions. You can use this option also for reset "
1575
+ "all the settings, see the FAQ."
1576
  msgstr ""
1577
 
1578
  #: utils/stcr_upgrade.php:464 utils/stcr_upgrade.php:487
1613
 
1614
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1615
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1616
+ #: utils/stcr_upgrade.php:609
1617
  msgid "This version includes fixes and improvements, "
1618
  msgstr ""
1619
 
1629
  msgstr ""
1630
 
1631
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1632
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1633
  msgid "Log Settings"
1634
  msgstr ""
1635
 
1636
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1637
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1638
  msgid ""
1639
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1640
  msgstr ""
1650
  msgstr ""
1651
 
1652
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1653
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1654
  msgid "The support of this plugin is given thanks to your donations."
1655
  msgstr ""
1656
 
1672
 
1673
  #: utils/stcr_upgrade.php:558
1674
  msgid ""
1675
+ "<strong>Add</strong> Option to control the inclusion of the style Font "
1676
+ "Awesome."
1677
  msgstr ""
1678
 
1679
  #: utils/stcr_upgrade.php:563
1713
  msgid "<strong>Fix</strong> issue regarding database collations"
1714
  msgstr ""
1715
 
1716
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1717
  #, fuzzy
1718
  #| msgid ""
1719
  #| "If you want to donate you can do it via <a href=\"\n"
1736
  "%20Engineering&item_number=DI%2dSTCR&currency_code=USD&bn=PP%2dDonationsBF"
1737
  "%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a> اقدام کنید."
1738
 
1739
+ #: utils/stcr_utils.php:158
1740
+ msgid "January"
1741
+ msgstr ""
1742
+
1743
+ #: utils/stcr_utils.php:159
1744
+ msgid "February"
1745
+ msgstr ""
1746
+
1747
+ #: utils/stcr_utils.php:160
1748
+ #, fuzzy
1749
+ #| msgid "Search"
1750
+ msgid "March"
1751
+ msgstr "جستجو"
1752
+
1753
+ #: utils/stcr_utils.php:161
1754
+ msgid "April"
1755
+ msgstr ""
1756
+
1757
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1758
+ msgid "May"
1759
+ msgstr ""
1760
+
1761
+ #: utils/stcr_utils.php:163
1762
+ msgid "June"
1763
+ msgstr ""
1764
+
1765
+ #: utils/stcr_utils.php:164
1766
+ msgid "July"
1767
+ msgstr ""
1768
+
1769
+ #: utils/stcr_utils.php:165
1770
+ msgid "August"
1771
+ msgstr ""
1772
+
1773
+ #: utils/stcr_utils.php:166
1774
+ msgid "September"
1775
+ msgstr ""
1776
+
1777
+ #: utils/stcr_utils.php:167
1778
+ msgid "October"
1779
+ msgstr ""
1780
+
1781
+ #: utils/stcr_utils.php:168
1782
+ msgid "November"
1783
+ msgstr ""
1784
+
1785
+ #: utils/stcr_utils.php:169
1786
+ msgid "December"
1787
+ msgstr ""
1788
+
1789
+ #: utils/stcr_utils.php:173
1790
+ msgid "Jan"
1791
+ msgstr ""
1792
+
1793
+ #: utils/stcr_utils.php:174
1794
+ msgid "Feb"
1795
+ msgstr ""
1796
+
1797
+ #: utils/stcr_utils.php:175
1798
+ msgid "Mar"
1799
+ msgstr ""
1800
+
1801
+ #: utils/stcr_utils.php:176
1802
+ msgid "Apr"
1803
+ msgstr ""
1804
+
1805
+ #: utils/stcr_utils.php:178
1806
+ msgid "Jun"
1807
+ msgstr ""
1808
+
1809
+ #: utils/stcr_utils.php:179
1810
+ msgid "Jul"
1811
+ msgstr ""
1812
+
1813
+ #: utils/stcr_utils.php:180
1814
+ msgid "Aug"
1815
+ msgstr ""
1816
+
1817
+ #: utils/stcr_utils.php:181
1818
+ msgid "Sep"
1819
+ msgstr ""
1820
+
1821
+ #: utils/stcr_utils.php:182
1822
+ msgid "Oct"
1823
+ msgstr ""
1824
+
1825
+ #: utils/stcr_utils.php:183
1826
+ #, fuzzy
1827
+ #| msgid "No"
1828
+ msgid "Nov"
1829
+ msgstr "نه"
1830
+
1831
+ #: utils/stcr_utils.php:184
1832
+ msgid "Dec"
1833
+ msgstr ""
1834
+
1835
+ #: utils/stcr_utils.php:273
1836
  msgid ""
1837
  "Notify me of followup comments via e-mail. You can also <a "
1838
  "href='[subscribe_link]'>subscribe</a> without commenting."
1840
  "مرا با ایمیل از دیدگاه های آتی این نوشته مطلع کن. همچنین می توانید بدون ارسال "
1841
  "دیدگاه <a href='[subscribe_link]'>مشترک شوید.</a>"
1842
 
1843
+ #: utils/stcr_utils.php:274
1844
  msgid ""
1845
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1846
  "subscriptions."
1847
  msgstr ""
1848
  "شما در این نوشته مشترک شده اید. <a href='[manager_link]'> تغییر اشتراک </a>"
1849
 
1850
+ #: utils/stcr_utils.php:275
1851
  msgid ""
1852
  "Your subscription to this post needs to be confirmed. <a "
1853
  "href='[manager_link]'>Manage your subscriptions</a>."
1855
  "اشتراک شما در این پست منتظر تایید است. <a href='[manager_link]'> اشتراک خود "
1856
  "را مدیریت کنید </a>"
1857
 
1858
+ #: utils/stcr_utils.php:276
1859
  msgid ""
1860
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1861
  msgstr ""
1862
  "شما می توانید در این یادداشت <a href='[manager_link]'>اشتراک ها را مدیریت "
1863
  "کنید</a> ."
1864
 
1865
+ #: utils/stcr_utils.php:282
1866
  msgid ""
1867
  "To manage your subscriptions, please enter your email address here below. We "
1868
+ "will send you a message containing the link to access your personal "
1869
+ "management page."
1870
  msgstr ""
1871
  "جهت مدیریت اشتراک هایتان لطفاً نشانی ایمیل خود را در زیر وارد کنید. سپس یک "
1872
  "ایمیل برایتان می فرستیم که حاوی لینک دسترسی به صفحه ی شخصی مدیریت شما است."
1873
 
1874
+ #: utils/stcr_utils.php:283
1875
  msgid ""
1876
+ "Thank you for using our subscription service. Your request has been "
1877
+ "completed, and you should receive an email with the management link in a few "
1878
+ "minutes."
1879
  msgstr ""
1880
+ "ممنون که سرویس اشتراک ما را مورد استفاده قرار دادید. درخواست شما تکمیل شد و "
1881
+ "طی حداکثر چند دقیقه یک ایمیل حاوی پیوند صفحه ی مدیریت اشتراک ها دریافت می "
1882
+ "کنید."
1883
 
1884
+ #: utils/stcr_utils.php:284
1885
  msgid ""
1886
  "You can follow the discussion on <strong>[post_title]</strong> without having "
1887
  "to leave a comment. Cool, huh? Just enter your email address in the form here "
1890
  "می تونی بحث درباره <strong>[post_title]</strong> را بدون گذاشتن هیچ دیدگاهی "
1891
  "دنبال کنی. خوشت اومد، هان؟! فقط آدرس ایمیلتو در کادر زیر بنویس و تمام! "
1892
 
1893
+ #: utils/stcr_utils.php:285
1894
  msgid ""
1895
+ "Thank you for using our subscription service. Your request has been "
1896
+ "completed. You will receive a notification email every time a new comment to "
1897
+ "this article is approved and posted by the administrator."
1898
  msgstr ""
1899
  "ممنون که از سرویس اشتراک ما استفاده کردید. درخواست شما تکمیل شد. هر گاه "
1900
+ "دیدگاهی راجع به این یادداشت توسط سرپرست تایید یا منتشر شود با ایمیل از آن "
1901
+ "مطلع می گردید."
1902
 
1903
+ #: utils/stcr_utils.php:286
1904
  msgid ""
1905
  "Thank you for using our subscription service. In order to confirm your "
1906
  "request, please check your email for the verification message and follow the "
1909
  "ممنون که از سرویس اشتراک ما استفاده کردید. برای تایید درخواست خود لطفاً صندوق "
1910
  "اینباکس یا اسپم ایمیلتان را ببینید و دستورالعمل پیام تاییدیه را دنبال نمایید."
1911
 
1912
+ #: utils/stcr_utils.php:287
1913
  msgid ""
1914
  "In order to cancel or suspend one or more notifications, select the "
1915
  "corresponding checkbox(es) and click on the button at the end of the list."
1917
  "برای لغو یک یا چند پیام رسان خودکار، کادرهای مربوط را تیک بزنید یا غیرفعال "
1918
  "کنید و دکمه ی پایین صفحه را کلیک نمایید."
1919
 
1920
+ #: utils/stcr_utils.php:288
1921
  msgid ""
1922
  "In order to cancel or suspend one or more notifications, select the "
1923
+ "corresponding checkbox(es) and click on the button at the end of the list. "
1924
+ "You are currently subscribed to:"
1925
  msgstr ""
1926
  "برای لغو یک یا چند پیام رسان خودکار، کادرهای مربوط را تیک بزنید یا غیرفعال "
1927
  "کنید و دکمه ی پایین صفحه را کلیک نمایید. شما هم اکنون در اینجاها مشترک هستید:"
1928
 
1929
+ #: utils/stcr_utils.php:292
1930
  msgid "There is a new comment to [post_title]"
1931
  msgstr "دیدگاه تازه در نوشته [post_title]"
1932
 
1933
+ #: utils/stcr_utils.php:293
1934
  msgid ""
1935
  "<h1>There is a new comment on [post_title].</h1>\n"
1936
  "\n"
1947
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1948
  msgstr ""
1949
 
1950
+ #: utils/stcr_utils.php:294
1951
  msgid "Please confirm your subscription to [post_title]"
1952
  msgstr "لطفاً اشتراک خود در این نوشته را تایید کنید: [post_title]"
1953
 
1954
+ #: utils/stcr_utils.php:295
1955
  #, fuzzy
1956
  #| msgid ""
1957
  #| "You have requested to be notified every time a new comment is added to:\n"
1973
  "لطفاً با کلیک روی لینک زیر، درخواست خود را تایید کنید:\n"
1974
  "[confirm_link]"
1975
 
1976
+ #: utils/stcr_utils.php:296
1977
  msgid "Manage your subscriptions on [blog_name]"
1978
  msgstr "اشتراک های خود را در [blog_name] مدیریت کنید"
1979
 
1980
+ #: utils/stcr_utils.php:297
1981
  msgid ""
1982
  "You have requested to manage your subscriptions to the articles on "
1983
  "[blog_name]. Please check the Subscriptions management link in your email"
1984
  msgstr ""
1985
 
1986
+ #: utils/stcr_utils.php:298
1987
  #, fuzzy
1988
  #| msgid ""
1989
  #| "You have requested to manage your subscriptions to the articles on "
1998
  "زیر کلیک نمایید تا به صفحه ی شخصی خود بروید: \n"
1999
  "[manager_link]"
2000
 
2001
+ #: utils/stcr_utils.php:378
2002
  msgid "StCR Notification"
2003
  msgstr "آگاه سازی ها"
2004
 
2005
+ #: wp_subscribe_reloaded.php:1116
2006
  msgid "Don't subscribe"
2007
  msgstr "مشترک نمی شوم"
2008
 
2009
+ #: wp_subscribe_reloaded.php:1117
2010
  msgid "All"
2011
  msgstr "دریافت همه دیدگاه های این نوشته"
2012
 
2035
 
2036
  #~ msgid ""
2037
  #~ "Content of the notification email. Allowed tags: [post_title], "
2038
+ #~ "[comment_permalink], [comment_author], [comment_content], "
2039
+ #~ "[post_permalink], [manager_link]"
2040
  #~ msgstr ""
2041
  #~ "محتوای ایمیل یادآور. تگ های مجاز: [post_title], [comment_permalink], "
2042
  #~ "[comment_author], [comment_content], [post_permalink], [manager_link]"
2043
 
2044
  #~ msgid "Legend: Y = all comments, R = replies only, C = inactive"
2045
+ #~ msgstr ""
2046
+ #~ "راهنما: Y= همه ی دیدگاه ها، R=فقط پاسخ ها به دیدگاه خودم، C= غیرفعال "
2047
 
2048
  #~ msgid "F j, Y"
2049
  #~ msgstr "F j, Y"
2062
  #~ msgid ""
2063
  #~ "Please visit <a href=\"options-general.php?page=subscribe-to-comments-"
2064
  #~ "reloaded/options/index.php\">Settings -> Subscribe to Comments</a> to "
2065
+ #~ "review your configuration.<a class=\"dismiss\" href=\"#\">Got it. </"
2066
+ #~ "a><img class=\"stcr-loading-animation\" src=\""
2067
  #~ msgstr ""
2068
  #~ "لطفاً <a href=\"options-general.php?page=subscribe-to-comments-reloaded/"
2069
  #~ "options/index.php\">تنظیمات -> Subscribe to Comments</a> را جهت بررسی "
2072
 
2073
  #~ msgid ""
2074
  #~ "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
2075
+ #~ "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for "
2076
+ #~ "detailed information on plugin changes.<a class=\"dismiss\" href=\"#\">Got "
2077
+ #~ "it. </a><img class=\"stcr-loading-animation\" src=\""
2078
  #~ msgstr ""
2079
+ #~ "لطفأ <a href=\"https://wordpress.org/plugins/subscribe-to-comments-"
2080
+ #~ "reloaded/changelog/\" target=\"_blank\">تغییرات</a> را برای مشاهده جزییات "
2081
+ #~ "تغییرات افزونه ببینید. <a class=\"dismiss\" href=\"#\">فهمیدم. </a><img "
2082
+ #~ "class=\"stcr-loading-animation\" src=\""
2083
 
2084
  #~ msgid ""
2085
  #~ "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
2087
  #~ "complete list of changes.<a class=\"dismiss\" href=\"#\">Got it. </a><img "
2088
  #~ "class=\"stcr-loading-animation\" src=\""
2089
  #~ msgstr ""
2090
+ #~ "لطفأ <a href=\"https://wordpress.org/plugins/subscribe-to-comments-"
2091
+ #~ "reloaded/changelog/\" target=\"_blank\">تغییرات</a> را برای مشاهده کامل "
2092
+ #~ "جزییات تغییرات افزونه ببینید. <a class=\"dismiss\" href=\"#\">فهمیدم. </"
2093
+ #~ "a><img class=\"stcr-loading-animation\" src=\""
2094
 
2095
  #~ msgid "Announcement: Introducing Comment Mail"
2096
  #~ msgstr "اعلان : معرفی Comment Mail"
2114
  #~ "را در Comment Mail وارد کنید، که یک انتقال بدون اشکال را موجب خواهد شد."
2115
 
2116
  #~ msgid ""
2117
+ #~ "Need more powerful features to manage your subscriptions but can't wait "
2118
+ #~ "for StCR? <a href=\"http://comment-mail.com/r/stcr-to-cm/\" target=\"_blank"
2119
  #~ "\">Take a look at Comment Mail!</a>"
2120
  #~ msgstr ""
2121
  #~ "به قابلیت های قدرتمند بیشتری نیاز دارید اما نمی توانید منتظر StCR بمانید؟ "
2182
  #~ msgstr "به حالت Y تنظیم کن"
2183
 
2184
  #~ msgid ""
2185
+ #~ "Update the email address associated to a specific subscription (by post "
2186
+ #~ "ID)."
2187
  #~ msgstr ""
2188
+ #~ "Aggiorna l'indirizzo email associato ad una specifica iscrizione "
2189
+ #~ "(necessita l'ID dell'articolo)."
2190
 
2191
  #~ msgid ""
2192
  #~ "Change the status of an email address or permanently delete all its "
2196
  #~ "indirizzo email."
2197
 
2198
  #~ msgid ""
2199
+ #~ "You can \"mass update\" all the occurrences of a given email address "
2200
+ #~ "(exact matches only)."
2201
  #~ msgstr ""
2202
  #~ "می توانید تمام موارد مربوط به یک آدرس ایمیل خاص را \"آپدیت یکجا\" بکنید "
2203
  #~ "(فقط برای مواردی که انطباق دقیق داشته باشد)."
2206
  #~ msgstr "راهنما: Y: مشترک شده، N: اشتراک معلق شده، C: در انتظار تایید"
2207
 
2208
  #~ msgid ""
2209
+ #~ "Custom CSS class to associate to the checkbox, if you want to customize "
2210
+ #~ "its style."
2211
  #~ msgstr ""
2212
  #~ "کلاس CSS سفارشی برای افزودن به کادر تیک زدنی در صورتی که بخواهید جلوه ی آن "
2213
  #~ "را تغییر دهید."
langs/subscribe-reloaded-fr_FR.mo CHANGED
Binary file
langs/subscribe-reloaded-fr_FR.po CHANGED
@@ -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-12 15:08-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:10-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: fr\n"
@@ -25,7 +25,7 @@ msgstr ""
25
  "X-Poedit-SearchPathExcluded-0: includes\n"
26
 
27
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
28
- #: utils/stcr_utils.php:203
29
  msgid "Manage subscriptions"
30
  msgstr "Gérer les abonnements"
31
 
@@ -54,7 +54,7 @@ msgstr "Support"
54
  msgid "Donate"
55
  msgstr "Faîtes don de quelques euros !"
56
 
57
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
58
  msgid "Add New Subscription"
59
  msgstr "Ajouter un nouvel abonnement"
60
 
@@ -63,78 +63,80 @@ msgstr "Ajouter un nouvel abonnement"
63
  msgid "Post:"
64
  msgstr "Billet :"
65
 
66
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
67
- #: options/panel1.php:133 templates/key_expired.php:72
68
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
69
  msgid "Email"
70
  msgstr "Email"
71
 
72
  #: options/panel1-add-subscription.php:20
73
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
74
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
75
  msgid "Status"
76
  msgstr "Statut"
77
 
78
  #: options/panel1-add-subscription.php:22
79
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
80
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
81
  #: templates/user.php:76
82
  msgid "Active"
83
  msgstr "Actif"
84
 
85
  #: options/panel1-add-subscription.php:23
86
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
87
- #: options/panel1.php:80
88
  msgid "Replies only"
89
  msgstr "Réponses seulement"
90
 
91
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
92
  msgid "Ask user to confirm"
93
  msgstr "Demander à l'utilisateur de confirmer"
94
 
95
  #: options/panel1-add-subscription.php:26
96
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
97
  msgid "Update"
98
  msgstr "Mise à jour"
99
 
100
- #: options/panel1-business-logic.php:23
101
  msgid "Subscription added."
102
  msgstr "Abonnement ajouté."
103
 
104
- #: options/panel1-business-logic.php:39
105
  msgid "Subscriptions updated."
106
  msgstr "Abonnement mis à jour."
107
 
108
- #: options/panel1-business-logic.php:51
109
  msgid "Subscription deleted."
110
  msgstr "Abonnement effacé."
111
 
112
- #: options/panel1-business-logic.php:70 templates/author.php:24
113
  #: templates/user.php:33
114
  msgid "Subscriptions deleted:"
115
  msgstr "Abonnements effacés :"
116
 
117
- #: options/panel1-business-logic.php:74 templates/author.php:28
118
  #: templates/user.php:37
119
  msgid "Subscriptions suspended:"
120
  msgstr "Abonnements suspendus :"
121
 
122
- #: options/panel1-business-logic.php:78 templates/author.php:32
123
  #: templates/user.php:41
124
  msgid "Subscriptions activated:"
125
  msgstr "Abonnements activés :"
126
 
127
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
128
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
129
  #: templates/user.php:49
130
  msgid "Subscriptions updated:"
131
  msgstr "Abonnements mis à jour :"
132
 
133
- #: options/panel1-business-logic.php:110
134
  msgid "&laquo; Previous"
135
  msgstr "&laquo; Précédent"
136
 
137
- #: options/panel1-business-logic.php:114
138
  msgid "Next &raquo;"
139
  msgstr "Suivant &raquo;"
140
 
@@ -149,8 +151,8 @@ msgstr "Mise à jour de l'abonnement"
149
  msgid "optional"
150
  msgstr "Optionnel"
151
 
152
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
153
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
154
  #: templates/author.php:53 templates/user.php:65
155
  msgid ""
156
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -159,57 +161,66 @@ msgstr ""
159
  "Rappelez-vous : cette opération ne peut pas être annulée. Êtes-vous sûr de "
160
  "vouloir l'effectuer ?"
161
 
162
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
163
  msgid "From"
164
  msgstr "De"
165
 
166
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
167
  msgid "To"
168
  msgstr "À"
169
 
170
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
171
  msgid "Keep unchanged"
172
  msgstr "Garder inchangé"
173
 
174
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
175
  msgid "Suspended"
176
  msgstr "Suspendu"
177
 
178
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
179
  msgid "Mass Update Subscriptions"
180
  msgstr "Mise à jour globale des abonnements"
181
 
182
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
183
  msgid "email address"
184
  msgstr "Adresse email de l'expéditeur"
185
 
186
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
187
  msgid "optional - new email address"
188
  msgstr "Adresse email de l'expéditeur"
189
 
190
- #: options/panel1.php:49
191
  msgid "More info"
192
  msgstr ""
193
 
194
- #: options/panel1.php:55
195
  msgid ""
196
  "This option will allow you to change an email address for another one or to "
197
  "update the same status for all the subscription on a specific email address."
198
  msgstr ""
199
 
200
- #: options/panel1.php:68
201
  msgid "Post ID"
202
  msgstr "Billet (ID)"
203
 
204
- #: options/panel1.php:83
205
  msgid "Add"
206
  msgstr "Ajouter"
207
 
208
- #: options/panel1.php:98
209
  msgid "Search subscriptions"
210
  msgstr "Chercher les abonnements"
211
 
212
- #: options/panel1.php:102
213
  #, php-format
214
  msgid ""
215
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -218,139 +229,161 @@ msgstr ""
218
  "Vous pouvez soit <a href=\"%s\">lister tous les abonnements</a> soit trouver "
219
  "ceux avec"
220
 
221
- #: options/panel1.php:106
222
  msgid "email"
223
  msgstr "Email"
224
 
225
- #: options/panel1.php:107
226
  msgid "post ID"
227
  msgstr "Billet (ID)"
228
 
229
- #: options/panel1.php:108
230
  msgid "status"
231
  msgstr "Statut"
232
 
233
- #: options/panel1.php:111
234
  msgid "equals"
235
  msgstr "égal à"
236
 
237
- #: options/panel1.php:112
238
  msgid "contains"
239
  msgstr "contient"
240
 
241
- #: options/panel1.php:113
242
  msgid "does not contain"
243
  msgstr "ne contient pas"
244
 
245
- #: options/panel1.php:114
246
  msgid "starts with"
247
  msgstr "commence par"
248
 
249
- #: options/panel1.php:115
250
  msgid "ends with"
251
  msgstr "finit par"
252
 
253
- #: options/panel1.php:118
254
  msgid "results per page:"
255
  msgstr "Résultats par page :"
256
 
257
- #: options/panel1.php:120
258
  msgid "Search"
259
  msgstr "Recherche"
260
 
261
- #: options/panel1.php:128
262
  msgid "Reverse the order by Post ID"
263
  msgstr "Inverser l'ordre par ID de billet"
264
 
265
- #: options/panel1.php:129 options/panel1.php:130
266
  msgid "Reverse the order by Date/Time"
267
  msgstr "Inverser l'ordre par date/heure"
268
 
269
- #: options/panel1.php:132
270
  msgid "Post (ID)"
271
  msgstr "Billet (ID)"
272
 
273
- #: options/panel1.php:135
274
  msgid "Search query:"
275
  msgstr "Recherche"
276
 
277
- #: options/panel1.php:135
278
  msgid "Rows:"
279
  msgstr "Lignes :"
280
 
281
- #: options/panel1.php:135
282
  msgid "of"
283
  msgstr "de"
284
 
285
- #: options/panel1.php:142 options/panel1.php:158
286
  msgid "Date and Time"
287
  msgstr "Date et heure"
288
 
289
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
290
  msgid "Replies"
291
  msgstr "Réponses seulement"
292
 
293
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
294
  msgid "Replies Unconfirmed"
295
  msgstr ""
296
 
297
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
298
  msgid "All Comments"
299
  msgstr "Tous les commentaires"
300
 
301
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
302
  msgid "Unconfirmed"
303
  msgstr ""
304
 
305
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
306
  msgid "Inactive"
307
  msgstr "Actif"
308
 
309
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
310
- #: templates/user.php:111
311
  msgid "Delete"
312
  msgstr "Supprimer"
313
 
314
- #: options/panel1.php:202 options/panel1.php:212
315
  msgid "Edit"
316
  msgstr "Modifier"
317
 
318
- #: options/panel1.php:204 options/panel1.php:210
319
  msgid "Subscription"
320
  msgstr "Abonnements"
321
 
322
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
323
  msgid "Action:"
324
  msgstr "Action :"
325
 
326
- #: options/panel1.php:227
327
  msgid "Delete forever"
328
  msgstr "Suppression définitive"
329
 
330
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
331
  msgid "Suspend"
332
  msgstr "Suspendre"
333
 
334
- #: options/panel1.php:229
335
  msgid "Activate and set to Y"
336
  msgstr "Activer et mettre à Y"
337
 
338
- #: options/panel1.php:230
339
  msgid "Activate and set to R"
340
  msgstr "Activer et mettre à R"
341
 
342
- #: options/panel1.php:231
343
  msgid "Activate"
344
  msgstr "Activer"
345
 
346
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
347
  msgid "Update subscriptions"
348
  msgstr "Mettre à jour les abonnements"
349
 
350
- #: options/panel1.php:238
351
  msgid "Sorry, no subscriptions match your search criteria."
352
  msgstr "Désolé, aucun abonnement ne correspond à votre recherche."
353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
354
  #: options/panel10.php:41
355
  msgid "The log file has been successfully deleted."
356
  msgstr ""
@@ -372,30 +405,30 @@ msgid "Enable Auto clean log data"
372
  msgstr ""
373
 
374
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
375
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
376
  msgid "Your settings have been successfully updated."
377
  msgstr "Vos réglages ont été sauvegardés avec succès."
378
 
379
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
380
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
381
  msgid "There was an error updating the following fields:"
382
  msgstr "Une erreur est apparue lors de la mise à jour des champs suivants :"
383
 
384
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
385
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
386
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
387
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
388
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
389
- #: options/panel5.php:210 options/panel5.php:219
390
  msgid "Yes"
391
  msgstr "Oui"
392
 
393
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
394
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
395
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
396
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
397
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
398
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
399
  msgid "No"
400
  msgstr "Non"
401
 
@@ -439,7 +472,7 @@ msgid "System Information"
439
  msgstr ""
440
 
441
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
442
- #: options/panel4.php:283 options/panel5.php:265
443
  msgid "Save Changes"
444
  msgstr "Sauvegarder les modifications"
445
 
@@ -871,7 +904,7 @@ msgstr "Vos réglages ont été sauvegardés avec succès."
871
  msgid "There was an error deleting the options:"
872
  msgstr "Une erreur est apparue lors de la mise à jour des champs suivants :"
873
 
874
- #: options/panel5.php:48 options/panel5.php:108
875
  msgid "Show StCR checkbox / dropdown"
876
  msgstr ""
877
 
@@ -879,23 +912,23 @@ msgstr ""
879
  msgid "Safetly Uninstall"
880
  msgstr ""
881
 
882
- #: options/panel5.php:54 options/panel5.php:125
883
  msgid "Autopurge requests"
884
  msgstr "Purger automatiquement les requêtes"
885
 
886
- #: options/panel5.php:57 options/panel5.php:143
887
  msgid "Enable double check"
888
  msgstr "Autoriser la vérification"
889
 
890
- #: options/panel5.php:60 options/panel5.php:134
891
  msgid "StCR Position"
892
  msgstr ""
893
 
894
- #: options/panel5.php:63 options/panel5.php:151
895
  msgid "Subscribe authors"
896
  msgstr "Abonné(e)"
897
 
898
- #: options/panel5.php:66 options/panel5.php:161
899
  msgid "Enable HTML emails"
900
  msgstr "Activer les émails en HTML"
901
 
@@ -911,43 +944,44 @@ msgstr "Envoyer les trackbacks"
911
  msgid "Notify admin"
912
  msgstr "Notifier l'admin"
913
 
914
- #: options/panel5.php:78 options/panel5.php:199
915
  msgid "Let admin subscribe"
916
  msgstr "Permettre aux admins de s'abonner"
917
 
918
- #: options/panel5.php:81 options/panel5.php:208
919
  msgid "BCC admin on Notifications"
920
  msgstr "Notifications"
921
 
922
- #: options/panel5.php:84 options/panel5.php:217
923
  msgid "Enable Font Awesome"
924
  msgstr ""
925
 
926
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
927
  msgid "Reset All Options"
928
  msgstr ""
929
 
930
- #: options/panel5.php:112
931
  msgid ""
932
  "This option will disable the StCR checkbox or dropdown in you comment form. "
933
  "You should leave it to Yes always. "
934
  msgstr ""
935
 
936
- #: options/panel5.php:117
937
  msgid "Safely Uninstall"
938
  msgstr ""
939
 
940
- #: options/panel5.php:121
941
  msgid ""
942
  "This option will allow you to delete the plugin with WordPress without "
943
  "loosing your subscribers. Any database table and plugin options are wipeout."
944
  msgstr ""
945
 
946
- #: options/panel5.php:128
947
  msgid "days"
948
  msgstr "jours"
949
 
950
- #: options/panel5.php:129
951
  msgid ""
952
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
953
  "this feature."
@@ -955,14 +989,25 @@ msgstr ""
955
  "Effacer les abonnements en attente (non confirmés) après X jours. Zéro "
956
  "désactivera cette fonction."
957
 
958
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
959
  msgid ""
960
  "If this option is enable the subscription box will be above the submit "
961
  "button in your comment form. Use this when your theme is outdated and using "
962
  "the incorrect WordPress Hooks and the checkbox is not displayed."
963
  msgstr ""
964
 
965
- #: options/panel5.php:147
966
  msgid ""
967
  "Send a notification email to confirm the subscription (to avoid addresses "
968
  "misuse)."
@@ -970,14 +1015,14 @@ msgstr ""
970
  "Envoyer une notification par email pour confirmer l'abonnement (afin "
971
  "d'éviter les fausses adresses)."
972
 
973
- #: options/panel5.php:156
974
  msgid ""
975
  "Automatically subscribe authors to their own articles (not retroactive)."
976
  msgstr ""
977
  "Abonner automatiquement les auteurs à leurs propres articles (non "
978
  "rétroactif)."
979
 
980
- #: options/panel5.php:165
981
  msgid ""
982
  "If enabled, will send email messages with content-type = text/html instead "
983
  "of text/plain"
@@ -985,11 +1030,11 @@ msgstr ""
985
  "Si activé, enverra les messages avec content-type = text/html au lieu de "
986
  "text/plain"
987
 
988
- #: options/panel5.php:170
989
  msgid "HTMLify links in emails"
990
  msgstr "HTMLliser les liens dans les emails"
991
 
992
- #: options/panel5.php:175
993
  msgid ""
994
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
995
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -997,57 +1042,57 @@ msgstr ""
997
  "Si activé, encadrera tous les liens dans les messages avec <code>&lt;a href="
998
  "\"\"&gt;&lt;/a&gt;</code> (uniquement quand les mails HTML sont activés)."
999
 
1000
- #: options/panel5.php:180
1001
  msgid "Process trackbacks"
1002
  msgstr "Envoyer les trackbacks"
1003
 
1004
- #: options/panel5.php:184
1005
  msgid ""
1006
  "Notify users when a new trackback or pingback is added to the discussion."
1007
  msgstr ""
1008
  "Notifier les utilisateurs quand un nouveau trackback ou pingback est ajouté "
1009
  "à la discussion."
1010
 
1011
- #: options/panel5.php:189
1012
  msgid "Track all subscriptions"
1013
  msgstr "Envoyer abonnements sans commentaire"
1014
 
1015
- #: options/panel5.php:194
1016
  msgid "Notify the administrator when users subscribe without commenting."
1017
  msgstr ""
1018
  "Notifier l'administrateur quand les utilisateurs souscrivent sans commenter."
1019
 
1020
- #: options/panel5.php:203
1021
  msgid "Let the administrator subscribe to comments when logged in."
1022
  msgstr ""
1023
  "Permettre à l'administrateur de s'abonner aux commentaires quand il est "
1024
  "connecté."
1025
 
1026
- #: options/panel5.php:212
1027
  msgid "Send a copy of all Notifications to the administrator."
1028
  msgstr "Envoyer une copie de toutes les notifications à l'administrateur."
1029
 
1030
- #: options/panel5.php:221
1031
  msgid ""
1032
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1033
  "you theme already add this into your site."
1034
  msgstr ""
1035
 
1036
- #: options/panel5.php:226
1037
  msgid "StCR Unique Key"
1038
  msgstr "Clef unique StCR"
1039
 
1040
- #: options/panel5.php:231
1041
  msgid "This Unique Key is not set, please click the following button to "
1042
  msgstr ""
1043
  "Cette clef unique n'est pas définie, veuillez cliquer sur le bouton suivant "
1044
  "pour"
1045
 
1046
- #: options/panel5.php:235 options/panel5.php:246
1047
  msgid "Generate"
1048
  msgstr "générer"
1049
 
1050
- #: options/panel5.php:243
1051
  msgid ""
1052
  "This Unique Key will be use to send the notification to your subscribers "
1053
  "with more security."
@@ -1056,17 +1101,17 @@ msgstr ""
1056
  "avec plus de\n"
1057
  "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsecurity."
1058
 
1059
- #: options/panel5.php:256
1060
  msgid ""
1061
  "This will reset all the options and messages of the plugin. Please proceed "
1062
  "with caution."
1063
  msgstr ""
1064
 
1065
- #: options/panel5.php:258
1066
  msgid "Yes, Delete Options including subscriptions."
1067
  msgstr ""
1068
 
1069
- #: options/panel5.php:259
1070
  msgid "No, Only delete the StCR Options."
1071
  msgstr ""
1072
 
@@ -1198,34 +1243,34 @@ msgstr ""
1198
  msgid "Subscription Status"
1199
  msgstr ""
1200
 
1201
- #: templates/author.php:88 templates/user.php:104
1202
  msgid "Select all"
1203
  msgstr "Sélectionner tout"
1204
 
1205
- #: templates/author.php:89 templates/user.php:106
1206
  msgid "Invert selection"
1207
  msgstr "Inverser la sélection"
1208
 
1209
- #: templates/author.php:92 templates/user.php:110
1210
  msgid "Choose your action"
1211
  msgstr ""
1212
 
1213
- #: templates/author.php:95 templates/user.php:113
1214
  msgid "All comments"
1215
  msgstr "Tous les commentaires"
1216
 
1217
- #: templates/author.php:96 templates/user.php:114
1218
- #: wp_subscribe_reloaded.php:1122
1219
  msgid "Replies to my comments"
1220
  msgstr "Seulement les réponses à mes commentaires"
1221
 
1222
- #: templates/author.php:102 templates/confirm.php:28
1223
- #: templates/request-management-link.php:114 templates/user.php:124
1224
  msgid "Return to Post"
1225
  msgstr ""
1226
 
1227
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1228
- #: templates/user.php:128
1229
  msgid "No subscriptions match your search criteria."
1230
  msgstr "Aucun abonnement ne correspond à votre recherche."
1231
 
@@ -1235,16 +1280,29 @@ msgid ""
1235
  "enter your email below and a new link will be send."
1236
  msgstr ""
1237
 
1238
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1239
- #: templates/subscribe.php:112
 
1240
  msgid "Send"
1241
  msgstr "Envoyer"
1242
 
1243
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1244
  msgid "New subscription to"
1245
  msgstr "Nouvel abonnement à"
1246
 
1247
- #: templates/subscribe.php:51
1248
  msgid "User:"
1249
  msgstr "Utilisateur :"
1250
 
@@ -1411,6 +1469,7 @@ msgstr ""
1411
 
1412
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1413
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1414
  msgid ""
1415
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1416
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1451,6 +1510,7 @@ msgstr ""
1451
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1452
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1453
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1454
  msgid ""
1455
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1456
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1537,6 +1597,7 @@ msgstr ""
1537
 
1538
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1539
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1540
  msgid "This version includes fixes and improvements, "
1541
  msgstr ""
1542
 
@@ -1552,12 +1613,12 @@ msgid ""
1552
  msgstr ""
1553
 
1554
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1555
- #: utils/stcr_upgrade.php:576
1556
  msgid "Log Settings"
1557
  msgstr ""
1558
 
1559
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1560
- #: utils/stcr_upgrade.php:580
1561
  msgid ""
1562
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1563
  msgstr ""
@@ -1573,7 +1634,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1573
  msgstr ""
1574
 
1575
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1576
- #: utils/stcr_upgrade.php:590
1577
  msgid "The support of this plugin is given thanks to your donations."
1578
  msgstr ""
1579
 
@@ -1624,7 +1685,7 @@ msgstr ""
1624
  msgid "<strong>Fix</strong> issue regarding database collations"
1625
  msgstr ""
1626
 
1627
- #: utils/stcr_upgrade.php:591
1628
  msgid ""
1629
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1630
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1635,7 +1696,103 @@ msgid ""
1635
  "Thanks for all the users that have supported the plugin development."
1636
  msgstr ""
1637
 
1638
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1639
  msgid ""
1640
  "Notify me of followup comments via e-mail. You can also <a "
1641
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1643,7 +1800,7 @@ msgstr ""
1643
  "Notifiez-moi des commentaires à venir via émail. Vous pouvez aussi <a "
1644
  "href='[subscribe_link]'>vous abonner</a> sans commenter."
1645
 
1646
- #: utils/stcr_utils.php:197
1647
  msgid ""
1648
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1649
  "subscriptions."
@@ -1651,7 +1808,7 @@ msgstr ""
1651
  "Vous êtes abonné(e) aux commentaires de ce billet.<a "
1652
  "href='[manager_link]'>Gérer vos abonnements</a>.\""
1653
 
1654
- #: utils/stcr_utils.php:198
1655
  msgid ""
1656
  "Your subscription to this post needs to be confirmed. <a "
1657
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1659,14 +1816,14 @@ msgstr ""
1659
  "Votre abonnement aux commentaires de ce billet a besoin d'être confirmé. <a "
1660
  "href='[manager_link]'>Gérer vos abonnements</a>."
1661
 
1662
- #: utils/stcr_utils.php:199
1663
  msgid ""
1664
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1665
  msgstr ""
1666
  "Vous pouvez <a href='[manager_link]'>gérer les abonnements</a> aux "
1667
  "commentaires de ce billet."
1668
 
1669
- #: utils/stcr_utils.php:205
1670
  msgid ""
1671
  "To manage your subscriptions, please enter your email address here below. We "
1672
  "will send you a message containing the link to access your personal "
@@ -1676,7 +1833,7 @@ msgstr ""
1676
  "Nous vous enverrons un message contenant le lien pour accéder à votre page "
1677
  "personnelle de gestion."
1678
 
1679
- #: utils/stcr_utils.php:206
1680
  msgid ""
1681
  "Thank you for using our subscription service. Your request has been "
1682
  "completed, and you should receive an email with the management link in a few "
@@ -1686,7 +1843,7 @@ msgstr ""
1686
  "et vous devriez recevoir un email avec un lien de gestion dans quelques "
1687
  "minutes."
1688
 
1689
- #: utils/stcr_utils.php:207
1690
  msgid ""
1691
  "You can follow the discussion on <strong>[post_title]</strong> without "
1692
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1696,7 +1853,7 @@ msgstr ""
1696
  "avoir à laisser un commentaire. Chouette, pas vrai ? Entrez simplement votre "
1697
  "adresse email dans le champ ci-dessous."
1698
 
1699
- #: utils/stcr_utils.php:208
1700
  msgid ""
1701
  "Thank you for using our subscription service. Your request has been "
1702
  "completed. You will receive a notification email every time a new comment to "
@@ -1706,7 +1863,7 @@ msgstr ""
1706
  "recevrez une notification par email à chaque fois qu'un nouveau commentaire "
1707
  "sur cet article sera posté et approuvé par l'administrateur."
1708
 
1709
- #: utils/stcr_utils.php:209
1710
  msgid ""
1711
  "Thank you for using our subscription service. In order to confirm your "
1712
  "request, please check your email for the verification message and follow the "
@@ -1716,7 +1873,7 @@ msgstr ""
1716
  "requête, veuillez vérifier votre courrier email pour le message de "
1717
  "vérification et suivre les instructions."
1718
 
1719
- #: utils/stcr_utils.php:210
1720
  msgid ""
1721
  "In order to cancel or suspend one or more notifications, select the "
1722
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1725,7 +1882,7 @@ msgstr ""
1725
  "la(les) case(s) à cocher correspondant et cliquez sur le bouton à la fin de "
1726
  "la liste."
1727
 
1728
- #: utils/stcr_utils.php:211
1729
  msgid ""
1730
  "In order to cancel or suspend one or more notifications, select the "
1731
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1735,11 +1892,11 @@ msgstr ""
1735
  "la(les) case(s) à cocher correspondant et cliquez sur le bouton à la fin de "
1736
  "la liste. Vous êtes actuellement abonné(e) à:"
1737
 
1738
- #: utils/stcr_utils.php:215
1739
  msgid "There is a new comment to [post_title]"
1740
  msgstr "Il y a un nouveau commentaire à [post_title]"
1741
 
1742
- #: utils/stcr_utils.php:216
1743
  msgid ""
1744
  "<h1>There is a new comment on [post_title].</h1>\n"
1745
  "\n"
@@ -1756,11 +1913,11 @@ msgid ""
1756
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1757
  msgstr ""
1758
 
1759
- #: utils/stcr_utils.php:217
1760
  msgid "Please confirm your subscription to [post_title]"
1761
  msgstr "Veuillez confirmer votre abonnement à [post_title]"
1762
 
1763
- #: utils/stcr_utils.php:218
1764
  #, fuzzy
1765
  #| msgid ""
1766
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1782,17 +1939,17 @@ msgstr ""
1782
  "Veuillez confirmer votre demande en cliquant sur ce lien :\n"
1783
  "[confirm_link]"
1784
 
1785
- #: utils/stcr_utils.php:219
1786
  msgid "Manage your subscriptions on [blog_name]"
1787
  msgstr "Gestion de vos abonnements sur [blog_name]"
1788
 
1789
- #: utils/stcr_utils.php:220
1790
  msgid ""
1791
  "You have requested to manage your subscriptions to the articles on "
1792
  "[blog_name]. Please check the Subscriptions management link in your email"
1793
  msgstr ""
1794
 
1795
- #: utils/stcr_utils.php:221
1796
  #, fuzzy
1797
  #| msgid ""
1798
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1807,15 +1964,15 @@ msgstr ""
1807
  "Suivez ce lien pour accéder à votre page personnelle :\n"
1808
  "[manager_link]"
1809
 
1810
- #: utils/stcr_utils.php:300
1811
  msgid "StCR Notification"
1812
  msgstr "Notifications"
1813
 
1814
- #: wp_subscribe_reloaded.php:1120
1815
  msgid "Don't subscribe"
1816
  msgstr "Ne pas s'abonner"
1817
 
1818
- #: wp_subscribe_reloaded.php:1121
1819
  msgid "All"
1820
  msgstr "S'abonner"
1821
 
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:12-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:12-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: fr\n"
25
  "X-Poedit-SearchPathExcluded-0: includes\n"
26
 
27
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
28
+ #: utils/stcr_utils.php:280
29
  msgid "Manage subscriptions"
30
  msgstr "Gérer les abonnements"
31
 
54
  msgid "Donate"
55
  msgstr "Faîtes don de quelques euros !"
56
 
57
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
58
  msgid "Add New Subscription"
59
  msgstr "Ajouter un nouvel abonnement"
60
 
63
  msgid "Post:"
64
  msgstr "Billet :"
65
 
66
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
67
+ #: options/panel1.php:159 templates/key_expired.php:72
68
+ #: templates/request-management-link.php:113
69
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
70
+ #: templates/subscribe.php:146
71
  msgid "Email"
72
  msgstr "Email"
73
 
74
  #: options/panel1-add-subscription.php:20
75
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
76
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
77
  msgid "Status"
78
  msgstr "Statut"
79
 
80
  #: options/panel1-add-subscription.php:22
81
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
82
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
83
  #: templates/user.php:76
84
  msgid "Active"
85
  msgstr "Actif"
86
 
87
  #: options/panel1-add-subscription.php:23
88
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
89
+ #: options/panel1.php:106
90
  msgid "Replies only"
91
  msgstr "Réponses seulement"
92
 
93
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
94
  msgid "Ask user to confirm"
95
  msgstr "Demander à l'utilisateur de confirmer"
96
 
97
  #: options/panel1-add-subscription.php:26
98
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
99
  msgid "Update"
100
  msgstr "Mise à jour"
101
 
102
+ #: options/panel1-business-logic.php:40
103
  msgid "Subscription added."
104
  msgstr "Abonnement ajouté."
105
 
106
+ #: options/panel1-business-logic.php:65
107
  msgid "Subscriptions updated."
108
  msgstr "Abonnement mis à jour."
109
 
110
+ #: options/panel1-business-logic.php:80
111
  msgid "Subscription deleted."
112
  msgstr "Abonnement effacé."
113
 
114
+ #: options/panel1-business-logic.php:99 templates/author.php:24
115
  #: templates/user.php:33
116
  msgid "Subscriptions deleted:"
117
  msgstr "Abonnements effacés :"
118
 
119
+ #: options/panel1-business-logic.php:103 templates/author.php:28
120
  #: templates/user.php:37
121
  msgid "Subscriptions suspended:"
122
  msgstr "Abonnements suspendus :"
123
 
124
+ #: options/panel1-business-logic.php:107 templates/author.php:32
125
  #: templates/user.php:41
126
  msgid "Subscriptions activated:"
127
  msgstr "Abonnements activés :"
128
 
129
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
130
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
131
  #: templates/user.php:49
132
  msgid "Subscriptions updated:"
133
  msgstr "Abonnements mis à jour :"
134
 
135
+ #: options/panel1-business-logic.php:147
136
  msgid "&laquo; Previous"
137
  msgstr "&laquo; Précédent"
138
 
139
+ #: options/panel1-business-logic.php:151
140
  msgid "Next &raquo;"
141
  msgstr "Suivant &raquo;"
142
 
151
  msgid "optional"
152
  msgstr "Optionnel"
153
 
154
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
155
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
156
  #: templates/author.php:53 templates/user.php:65
157
  msgid ""
158
  "Please remember: this operation cannot be undone. Are you sure you want to "
161
  "Rappelez-vous : cette opération ne peut pas être annulée. Êtes-vous sûr de "
162
  "vouloir l'effectuer ?"
163
 
164
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
165
  msgid "From"
166
  msgstr "De"
167
 
168
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
169
  msgid "To"
170
  msgstr "À"
171
 
172
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
173
  msgid "Keep unchanged"
174
  msgstr "Garder inchangé"
175
 
176
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
177
  msgid "Suspended"
178
  msgstr "Suspendu"
179
 
180
+ #: options/panel1.php:22
181
+ msgid "The email that you typed is not correct."
182
+ msgstr ""
183
+
184
+ #: options/panel1.php:29
185
+ msgid "Please enter a valid Post ID."
186
+ msgstr ""
187
+
188
+ #: options/panel1.php:46
189
  msgid "Mass Update Subscriptions"
190
  msgstr "Mise à jour globale des abonnements"
191
 
192
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
193
+ #: options/panel1.php:317
194
  msgid "email address"
195
  msgstr "Adresse email de l'expéditeur"
196
 
197
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
198
  msgid "optional - new email address"
199
  msgstr "Adresse email de l'expéditeur"
200
 
201
+ #: options/panel1.php:74
202
  msgid "More info"
203
  msgstr ""
204
 
205
+ #: options/panel1.php:80
206
  msgid ""
207
  "This option will allow you to change an email address for another one or to "
208
  "update the same status for all the subscription on a specific email address."
209
  msgstr ""
210
 
211
+ #: options/panel1.php:92
212
  msgid "Post ID"
213
  msgstr "Billet (ID)"
214
 
215
+ #: options/panel1.php:109
216
  msgid "Add"
217
  msgstr "Ajouter"
218
 
219
+ #: options/panel1.php:124
220
  msgid "Search subscriptions"
221
  msgstr "Chercher les abonnements"
222
 
223
+ #: options/panel1.php:128
224
  #, php-format
225
  msgid ""
226
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
229
  "Vous pouvez soit <a href=\"%s\">lister tous les abonnements</a> soit trouver "
230
  "ceux avec"
231
 
232
+ #: options/panel1.php:132
233
  msgid "email"
234
  msgstr "Email"
235
 
236
+ #: options/panel1.php:133
237
  msgid "post ID"
238
  msgstr "Billet (ID)"
239
 
240
+ #: options/panel1.php:134
241
  msgid "status"
242
  msgstr "Statut"
243
 
244
+ #: options/panel1.php:137
245
  msgid "equals"
246
  msgstr "égal à"
247
 
248
+ #: options/panel1.php:138
249
  msgid "contains"
250
  msgstr "contient"
251
 
252
+ #: options/panel1.php:139
253
  msgid "does not contain"
254
  msgstr "ne contient pas"
255
 
256
+ #: options/panel1.php:140
257
  msgid "starts with"
258
  msgstr "commence par"
259
 
260
+ #: options/panel1.php:141
261
  msgid "ends with"
262
  msgstr "finit par"
263
 
264
+ #: options/panel1.php:144
265
  msgid "results per page:"
266
  msgstr "Résultats par page :"
267
 
268
+ #: options/panel1.php:146
269
  msgid "Search"
270
  msgstr "Recherche"
271
 
272
+ #: options/panel1.php:154
273
  msgid "Reverse the order by Post ID"
274
  msgstr "Inverser l'ordre par ID de billet"
275
 
276
+ #: options/panel1.php:155 options/panel1.php:156
277
  msgid "Reverse the order by Date/Time"
278
  msgstr "Inverser l'ordre par date/heure"
279
 
280
+ #: options/panel1.php:158
281
  msgid "Post (ID)"
282
  msgstr "Billet (ID)"
283
 
284
+ #: options/panel1.php:161
285
  msgid "Search query:"
286
  msgstr "Recherche"
287
 
288
+ #: options/panel1.php:161
289
  msgid "Rows:"
290
  msgstr "Lignes :"
291
 
292
+ #: options/panel1.php:161
293
  msgid "of"
294
  msgstr "de"
295
 
296
+ #: options/panel1.php:168 options/panel1.php:184
297
  msgid "Date and Time"
298
  msgstr "Date et heure"
299
 
300
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
301
  msgid "Replies"
302
  msgstr "Réponses seulement"
303
 
304
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
305
  msgid "Replies Unconfirmed"
306
  msgstr ""
307
 
308
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
309
  msgid "All Comments"
310
  msgstr "Tous les commentaires"
311
 
312
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
313
  msgid "Unconfirmed"
314
  msgstr ""
315
 
316
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
317
  msgid "Inactive"
318
  msgstr "Actif"
319
 
320
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
321
+ #: templates/user.php:114
322
  msgid "Delete"
323
  msgstr "Supprimer"
324
 
325
+ #: options/panel1.php:228 options/panel1.php:238
326
  msgid "Edit"
327
  msgstr "Modifier"
328
 
329
+ #: options/panel1.php:230 options/panel1.php:236
330
  msgid "Subscription"
331
  msgstr "Abonnements"
332
 
333
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
334
  msgid "Action:"
335
  msgstr "Action :"
336
 
337
+ #: options/panel1.php:253
338
  msgid "Delete forever"
339
  msgstr "Suppression définitive"
340
 
341
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
342
  msgid "Suspend"
343
  msgstr "Suspendre"
344
 
345
+ #: options/panel1.php:255
346
  msgid "Activate and set to Y"
347
  msgstr "Activer et mettre à Y"
348
 
349
+ #: options/panel1.php:256
350
  msgid "Activate and set to R"
351
  msgstr "Activer et mettre à R"
352
 
353
+ #: options/panel1.php:257
354
  msgid "Activate"
355
  msgstr "Activer"
356
 
357
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
358
  msgid "Update subscriptions"
359
  msgstr "Mettre à jour les abonnements"
360
 
361
+ #: options/panel1.php:264
362
  msgid "Sorry, no subscriptions match your search criteria."
363
  msgstr "Désolé, aucun abonnement ne correspond à votre recherche."
364
 
365
+ #: options/panel1.php:321 options/panel1.php:389
366
+ msgid "Missing information"
367
+ msgstr ""
368
+
369
+ #: options/panel1.php:329 options/panel1.php:414
370
+ #, fuzzy
371
+ #| msgid "Sender email address"
372
+ msgid "Invalid email address."
373
+ msgstr "Adresse email de l'expéditeur"
374
+
375
+ #: options/panel1.php:397
376
+ msgid "Enter a numeric Post ID."
377
+ msgstr ""
378
+
379
+ #: options/panel1.php:406
380
+ msgid "Missing email information"
381
+ msgstr ""
382
+
383
+ #: options/panel1.php:442 options/panel1.php:450
384
+ msgid "Please enter a value"
385
+ msgstr ""
386
+
387
  #: options/panel10.php:41
388
  msgid "The log file has been successfully deleted."
389
  msgstr ""
405
  msgstr ""
406
 
407
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
408
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
409
  msgid "Your settings have been successfully updated."
410
  msgstr "Vos réglages ont été sauvegardés avec succès."
411
 
412
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
413
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
414
  msgid "There was an error updating the following fields:"
415
  msgstr "Une erreur est apparue lors de la mise à jour des champs suivants :"
416
 
417
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
418
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
419
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
420
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
421
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
422
+ #: options/panel5.php:221 options/panel5.php:230
423
  msgid "Yes"
424
  msgstr "Oui"
425
 
426
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
427
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
428
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
429
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
430
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
431
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
432
  msgid "No"
433
  msgstr "Non"
434
 
472
  msgstr ""
473
 
474
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
475
+ #: options/panel4.php:283 options/panel5.php:276
476
  msgid "Save Changes"
477
  msgstr "Sauvegarder les modifications"
478
 
904
  msgid "There was an error deleting the options:"
905
  msgstr "Une erreur est apparue lors de la mise à jour des champs suivants :"
906
 
907
+ #: options/panel5.php:48 options/panel5.php:111
908
  msgid "Show StCR checkbox / dropdown"
909
  msgstr ""
910
 
912
  msgid "Safetly Uninstall"
913
  msgstr ""
914
 
915
+ #: options/panel5.php:54 options/panel5.php:128
916
  msgid "Autopurge requests"
917
  msgstr "Purger automatiquement les requêtes"
918
 
919
+ #: options/panel5.php:57 options/panel5.php:154
920
  msgid "Enable double check"
921
  msgstr "Autoriser la vérification"
922
 
923
+ #: options/panel5.php:60 options/panel5.php:145
924
  msgid "StCR Position"
925
  msgstr ""
926
 
927
+ #: options/panel5.php:63 options/panel5.php:162
928
  msgid "Subscribe authors"
929
  msgstr "Abonné(e)"
930
 
931
+ #: options/panel5.php:66 options/panel5.php:172
932
  msgid "Enable HTML emails"
933
  msgstr "Activer les émails en HTML"
934
 
944
  msgid "Notify admin"
945
  msgstr "Notifier l'admin"
946
 
947
+ #: options/panel5.php:78 options/panel5.php:210
948
  msgid "Let admin subscribe"
949
  msgstr "Permettre aux admins de s'abonner"
950
 
951
+ #: options/panel5.php:81 options/panel5.php:219
952
  msgid "BCC admin on Notifications"
953
  msgstr "Notifications"
954
 
955
+ #: options/panel5.php:84 options/panel5.php:228
956
  msgid "Enable Font Awesome"
957
  msgstr ""
958
 
959
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
960
+ #: options/panel5.php:272
961
  msgid "Reset All Options"
962
  msgstr ""
963
 
964
+ #: options/panel5.php:115
965
  msgid ""
966
  "This option will disable the StCR checkbox or dropdown in you comment form. "
967
  "You should leave it to Yes always. "
968
  msgstr ""
969
 
970
+ #: options/panel5.php:120
971
  msgid "Safely Uninstall"
972
  msgstr ""
973
 
974
+ #: options/panel5.php:124
975
  msgid ""
976
  "This option will allow you to delete the plugin with WordPress without "
977
  "loosing your subscribers. Any database table and plugin options are wipeout."
978
  msgstr ""
979
 
980
+ #: options/panel5.php:131
981
  msgid "days"
982
  msgstr "jours"
983
 
984
+ #: options/panel5.php:132
985
  msgid ""
986
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
987
  "this feature."
989
  "Effacer les abonnements en attente (non confirmés) après X jours. Zéro "
990
  "désactivera cette fonction."
991
 
992
+ #: options/panel5.php:136
993
+ msgid "Date Format"
994
+ msgstr ""
995
+
996
+ #: options/panel5.php:140
997
+ msgid ""
998
+ "Date format that will be display on the management page. Use <a "
999
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
1000
+ "date-parameters' target='_blank'>PHP Date Format</a>"
1001
+ msgstr ""
1002
+
1003
+ #: options/panel5.php:149
1004
  msgid ""
1005
  "If this option is enable the subscription box will be above the submit "
1006
  "button in your comment form. Use this when your theme is outdated and using "
1007
  "the incorrect WordPress Hooks and the checkbox is not displayed."
1008
  msgstr ""
1009
 
1010
+ #: options/panel5.php:158
1011
  msgid ""
1012
  "Send a notification email to confirm the subscription (to avoid addresses "
1013
  "misuse)."
1015
  "Envoyer une notification par email pour confirmer l'abonnement (afin "
1016
  "d'éviter les fausses adresses)."
1017
 
1018
+ #: options/panel5.php:167
1019
  msgid ""
1020
  "Automatically subscribe authors to their own articles (not retroactive)."
1021
  msgstr ""
1022
  "Abonner automatiquement les auteurs à leurs propres articles (non "
1023
  "rétroactif)."
1024
 
1025
+ #: options/panel5.php:176
1026
  msgid ""
1027
  "If enabled, will send email messages with content-type = text/html instead "
1028
  "of text/plain"
1030
  "Si activé, enverra les messages avec content-type = text/html au lieu de "
1031
  "text/plain"
1032
 
1033
+ #: options/panel5.php:181
1034
  msgid "HTMLify links in emails"
1035
  msgstr "HTMLliser les liens dans les emails"
1036
 
1037
+ #: options/panel5.php:186
1038
  msgid ""
1039
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1040
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1042
  "Si activé, encadrera tous les liens dans les messages avec <code>&lt;a href="
1043
  "\"\"&gt;&lt;/a&gt;</code> (uniquement quand les mails HTML sont activés)."
1044
 
1045
+ #: options/panel5.php:191
1046
  msgid "Process trackbacks"
1047
  msgstr "Envoyer les trackbacks"
1048
 
1049
+ #: options/panel5.php:195
1050
  msgid ""
1051
  "Notify users when a new trackback or pingback is added to the discussion."
1052
  msgstr ""
1053
  "Notifier les utilisateurs quand un nouveau trackback ou pingback est ajouté "
1054
  "à la discussion."
1055
 
1056
+ #: options/panel5.php:200
1057
  msgid "Track all subscriptions"
1058
  msgstr "Envoyer abonnements sans commentaire"
1059
 
1060
+ #: options/panel5.php:205
1061
  msgid "Notify the administrator when users subscribe without commenting."
1062
  msgstr ""
1063
  "Notifier l'administrateur quand les utilisateurs souscrivent sans commenter."
1064
 
1065
+ #: options/panel5.php:214
1066
  msgid "Let the administrator subscribe to comments when logged in."
1067
  msgstr ""
1068
  "Permettre à l'administrateur de s'abonner aux commentaires quand il est "
1069
  "connecté."
1070
 
1071
+ #: options/panel5.php:223
1072
  msgid "Send a copy of all Notifications to the administrator."
1073
  msgstr "Envoyer une copie de toutes les notifications à l'administrateur."
1074
 
1075
+ #: options/panel5.php:232
1076
  msgid ""
1077
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1078
  "you theme already add this into your site."
1079
  msgstr ""
1080
 
1081
+ #: options/panel5.php:237
1082
  msgid "StCR Unique Key"
1083
  msgstr "Clef unique StCR"
1084
 
1085
+ #: options/panel5.php:242
1086
  msgid "This Unique Key is not set, please click the following button to "
1087
  msgstr ""
1088
  "Cette clef unique n'est pas définie, veuillez cliquer sur le bouton suivant "
1089
  "pour"
1090
 
1091
+ #: options/panel5.php:246 options/panel5.php:257
1092
  msgid "Generate"
1093
  msgstr "générer"
1094
 
1095
+ #: options/panel5.php:254
1096
  msgid ""
1097
  "This Unique Key will be use to send the notification to your subscribers "
1098
  "with more security."
1101
  "avec plus de\n"
1102
  "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsecurity."
1103
 
1104
+ #: options/panel5.php:267
1105
  msgid ""
1106
  "This will reset all the options and messages of the plugin. Please proceed "
1107
  "with caution."
1108
  msgstr ""
1109
 
1110
+ #: options/panel5.php:269
1111
  msgid "Yes, Delete Options including subscriptions."
1112
  msgstr ""
1113
 
1114
+ #: options/panel5.php:270
1115
  msgid "No, Only delete the StCR Options."
1116
  msgstr ""
1117
 
1243
  msgid "Subscription Status"
1244
  msgstr ""
1245
 
1246
+ #: templates/author.php:91 templates/user.php:107
1247
  msgid "Select all"
1248
  msgstr "Sélectionner tout"
1249
 
1250
+ #: templates/author.php:92 templates/user.php:109
1251
  msgid "Invert selection"
1252
  msgstr "Inverser la sélection"
1253
 
1254
+ #: templates/author.php:95 templates/user.php:113
1255
  msgid "Choose your action"
1256
  msgstr ""
1257
 
1258
+ #: templates/author.php:98 templates/user.php:116
1259
  msgid "All comments"
1260
  msgstr "Tous les commentaires"
1261
 
1262
+ #: templates/author.php:99 templates/user.php:117
1263
+ #: wp_subscribe_reloaded.php:1118
1264
  msgid "Replies to my comments"
1265
  msgstr "Seulement les réponses à mes commentaires"
1266
 
1267
+ #: templates/author.php:105 templates/confirm.php:28
1268
+ #: templates/request-management-link.php:125 templates/user.php:127
1269
  msgid "Return to Post"
1270
  msgstr ""
1271
 
1272
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1273
+ #: templates/user.php:131
1274
  msgid "No subscriptions match your search criteria."
1275
  msgstr "Aucun abonnement ne correspond à votre recherche."
1276
 
1280
  "enter your email below and a new link will be send."
1281
  msgstr ""
1282
 
1283
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1284
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1285
+ #: templates/subscribe.php:148
1286
  msgid "Send"
1287
  msgstr "Envoyer"
1288
 
1289
+ #: templates/request-management-link.php:143
1290
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1291
+ #: templates/subscribe.php:178
1292
+ #, fuzzy
1293
+ #| msgid "email address"
1294
+ msgid "Email address is not valid"
1295
+ msgstr "Adresse email de l'expéditeur"
1296
+
1297
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1298
+ msgid "Please enter your email"
1299
+ msgstr ""
1300
+
1301
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1302
  msgid "New subscription to"
1303
  msgstr "Nouvel abonnement à"
1304
 
1305
+ #: templates/subscribe.php:61
1306
  msgid "User:"
1307
  msgstr "Utilisateur :"
1308
 
1469
 
1470
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1471
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1472
+ #: utils/stcr_upgrade.php:610
1473
  msgid ""
1474
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1475
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1510
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1511
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1512
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1513
+ #: utils/stcr_upgrade.php:615
1514
  msgid ""
1515
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1516
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1597
 
1598
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1599
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1600
+ #: utils/stcr_upgrade.php:609
1601
  msgid "This version includes fixes and improvements, "
1602
  msgstr ""
1603
 
1613
  msgstr ""
1614
 
1615
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1616
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1617
  msgid "Log Settings"
1618
  msgstr ""
1619
 
1620
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1621
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1622
  msgid ""
1623
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1624
  msgstr ""
1634
  msgstr ""
1635
 
1636
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1637
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1638
  msgid "The support of this plugin is given thanks to your donations."
1639
  msgstr ""
1640
 
1685
  msgid "<strong>Fix</strong> issue regarding database collations"
1686
  msgstr ""
1687
 
1688
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1689
  msgid ""
1690
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1691
  "aria-hidden=\"true\"></i> <a href=\"\n"
1696
  "Thanks for all the users that have supported the plugin development."
1697
  msgstr ""
1698
 
1699
+ #: utils/stcr_utils.php:158
1700
+ msgid "January"
1701
+ msgstr ""
1702
+
1703
+ #: utils/stcr_utils.php:159
1704
+ msgid "February"
1705
+ msgstr ""
1706
+
1707
+ #: utils/stcr_utils.php:160
1708
+ #, fuzzy
1709
+ #| msgid "Search"
1710
+ msgid "March"
1711
+ msgstr "Recherche"
1712
+
1713
+ #: utils/stcr_utils.php:161
1714
+ msgid "April"
1715
+ msgstr ""
1716
+
1717
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1718
+ msgid "May"
1719
+ msgstr ""
1720
+
1721
+ #: utils/stcr_utils.php:163
1722
+ msgid "June"
1723
+ msgstr ""
1724
+
1725
+ #: utils/stcr_utils.php:164
1726
+ msgid "July"
1727
+ msgstr ""
1728
+
1729
+ #: utils/stcr_utils.php:165
1730
+ msgid "August"
1731
+ msgstr ""
1732
+
1733
+ #: utils/stcr_utils.php:166
1734
+ msgid "September"
1735
+ msgstr ""
1736
+
1737
+ #: utils/stcr_utils.php:167
1738
+ msgid "October"
1739
+ msgstr ""
1740
+
1741
+ #: utils/stcr_utils.php:168
1742
+ msgid "November"
1743
+ msgstr ""
1744
+
1745
+ #: utils/stcr_utils.php:169
1746
+ msgid "December"
1747
+ msgstr ""
1748
+
1749
+ #: utils/stcr_utils.php:173
1750
+ msgid "Jan"
1751
+ msgstr ""
1752
+
1753
+ #: utils/stcr_utils.php:174
1754
+ msgid "Feb"
1755
+ msgstr ""
1756
+
1757
+ #: utils/stcr_utils.php:175
1758
+ msgid "Mar"
1759
+ msgstr ""
1760
+
1761
+ #: utils/stcr_utils.php:176
1762
+ msgid "Apr"
1763
+ msgstr ""
1764
+
1765
+ #: utils/stcr_utils.php:178
1766
+ msgid "Jun"
1767
+ msgstr ""
1768
+
1769
+ #: utils/stcr_utils.php:179
1770
+ msgid "Jul"
1771
+ msgstr ""
1772
+
1773
+ #: utils/stcr_utils.php:180
1774
+ msgid "Aug"
1775
+ msgstr ""
1776
+
1777
+ #: utils/stcr_utils.php:181
1778
+ msgid "Sep"
1779
+ msgstr ""
1780
+
1781
+ #: utils/stcr_utils.php:182
1782
+ msgid "Oct"
1783
+ msgstr ""
1784
+
1785
+ #: utils/stcr_utils.php:183
1786
+ #, fuzzy
1787
+ #| msgid "No"
1788
+ msgid "Nov"
1789
+ msgstr "Non"
1790
+
1791
+ #: utils/stcr_utils.php:184
1792
+ msgid "Dec"
1793
+ msgstr ""
1794
+
1795
+ #: utils/stcr_utils.php:273
1796
  msgid ""
1797
  "Notify me of followup comments via e-mail. You can also <a "
1798
  "href='[subscribe_link]'>subscribe</a> without commenting."
1800
  "Notifiez-moi des commentaires à venir via émail. Vous pouvez aussi <a "
1801
  "href='[subscribe_link]'>vous abonner</a> sans commenter."
1802
 
1803
+ #: utils/stcr_utils.php:274
1804
  msgid ""
1805
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1806
  "subscriptions."
1808
  "Vous êtes abonné(e) aux commentaires de ce billet.<a "
1809
  "href='[manager_link]'>Gérer vos abonnements</a>.\""
1810
 
1811
+ #: utils/stcr_utils.php:275
1812
  msgid ""
1813
  "Your subscription to this post needs to be confirmed. <a "
1814
  "href='[manager_link]'>Manage your subscriptions</a>."
1816
  "Votre abonnement aux commentaires de ce billet a besoin d'être confirmé. <a "
1817
  "href='[manager_link]'>Gérer vos abonnements</a>."
1818
 
1819
+ #: utils/stcr_utils.php:276
1820
  msgid ""
1821
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1822
  msgstr ""
1823
  "Vous pouvez <a href='[manager_link]'>gérer les abonnements</a> aux "
1824
  "commentaires de ce billet."
1825
 
1826
+ #: utils/stcr_utils.php:282
1827
  msgid ""
1828
  "To manage your subscriptions, please enter your email address here below. We "
1829
  "will send you a message containing the link to access your personal "
1833
  "Nous vous enverrons un message contenant le lien pour accéder à votre page "
1834
  "personnelle de gestion."
1835
 
1836
+ #: utils/stcr_utils.php:283
1837
  msgid ""
1838
  "Thank you for using our subscription service. Your request has been "
1839
  "completed, and you should receive an email with the management link in a few "
1843
  "et vous devriez recevoir un email avec un lien de gestion dans quelques "
1844
  "minutes."
1845
 
1846
+ #: utils/stcr_utils.php:284
1847
  msgid ""
1848
  "You can follow the discussion on <strong>[post_title]</strong> without "
1849
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1853
  "avoir à laisser un commentaire. Chouette, pas vrai ? Entrez simplement votre "
1854
  "adresse email dans le champ ci-dessous."
1855
 
1856
+ #: utils/stcr_utils.php:285
1857
  msgid ""
1858
  "Thank you for using our subscription service. Your request has been "
1859
  "completed. You will receive a notification email every time a new comment to "
1863
  "recevrez une notification par email à chaque fois qu'un nouveau commentaire "
1864
  "sur cet article sera posté et approuvé par l'administrateur."
1865
 
1866
+ #: utils/stcr_utils.php:286
1867
  msgid ""
1868
  "Thank you for using our subscription service. In order to confirm your "
1869
  "request, please check your email for the verification message and follow the "
1873
  "requête, veuillez vérifier votre courrier email pour le message de "
1874
  "vérification et suivre les instructions."
1875
 
1876
+ #: utils/stcr_utils.php:287
1877
  msgid ""
1878
  "In order to cancel or suspend one or more notifications, select the "
1879
  "corresponding checkbox(es) and click on the button at the end of the list."
1882
  "la(les) case(s) à cocher correspondant et cliquez sur le bouton à la fin de "
1883
  "la liste."
1884
 
1885
+ #: utils/stcr_utils.php:288
1886
  msgid ""
1887
  "In order to cancel or suspend one or more notifications, select the "
1888
  "corresponding checkbox(es) and click on the button at the end of the list. "
1892
  "la(les) case(s) à cocher correspondant et cliquez sur le bouton à la fin de "
1893
  "la liste. Vous êtes actuellement abonné(e) à:"
1894
 
1895
+ #: utils/stcr_utils.php:292
1896
  msgid "There is a new comment to [post_title]"
1897
  msgstr "Il y a un nouveau commentaire à [post_title]"
1898
 
1899
+ #: utils/stcr_utils.php:293
1900
  msgid ""
1901
  "<h1>There is a new comment on [post_title].</h1>\n"
1902
  "\n"
1913
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1914
  msgstr ""
1915
 
1916
+ #: utils/stcr_utils.php:294
1917
  msgid "Please confirm your subscription to [post_title]"
1918
  msgstr "Veuillez confirmer votre abonnement à [post_title]"
1919
 
1920
+ #: utils/stcr_utils.php:295
1921
  #, fuzzy
1922
  #| msgid ""
1923
  #| "You have requested to be notified every time a new comment is added to:\n"
1939
  "Veuillez confirmer votre demande en cliquant sur ce lien :\n"
1940
  "[confirm_link]"
1941
 
1942
+ #: utils/stcr_utils.php:296
1943
  msgid "Manage your subscriptions on [blog_name]"
1944
  msgstr "Gestion de vos abonnements sur [blog_name]"
1945
 
1946
+ #: utils/stcr_utils.php:297
1947
  msgid ""
1948
  "You have requested to manage your subscriptions to the articles on "
1949
  "[blog_name]. Please check the Subscriptions management link in your email"
1950
  msgstr ""
1951
 
1952
+ #: utils/stcr_utils.php:298
1953
  #, fuzzy
1954
  #| msgid ""
1955
  #| "You have requested to manage your subscriptions to the articles on "
1964
  "Suivez ce lien pour accéder à votre page personnelle :\n"
1965
  "[manager_link]"
1966
 
1967
+ #: utils/stcr_utils.php:378
1968
  msgid "StCR Notification"
1969
  msgstr "Notifications"
1970
 
1971
+ #: wp_subscribe_reloaded.php:1116
1972
  msgid "Don't subscribe"
1973
  msgstr "Ne pas s'abonner"
1974
 
1975
+ #: wp_subscribe_reloaded.php:1117
1976
  msgid "All"
1977
  msgstr "S'abonner"
1978
 
langs/subscribe-reloaded-he_IL.mo CHANGED
Binary file
langs/subscribe-reloaded-he_IL.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: subscribe-to-comments-reloaded\n"
4
- "POT-Creation-Date: 2018-02-12 15:08-0700\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
7
  "Language-Team: Ahrale | Atar4U.com <contact@atar4u.com>\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: includes\n"
22
 
23
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
24
- #: utils/stcr_utils.php:203
25
  msgid "Manage subscriptions"
26
  msgstr "Manage subscriptions"
27
 
@@ -51,7 +51,7 @@ msgstr "פורום התמיכה הרשמי"
51
  msgid "Donate"
52
  msgstr "לא רוצה לתרום? עדיין אפשר לעזור"
53
 
54
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
55
  msgid "Add New Subscription"
56
  msgstr "הוספת הרשמה חדשה"
57
 
@@ -60,79 +60,81 @@ msgstr "הוספת הרשמה חדשה"
60
  msgid "Post:"
61
  msgstr "פוסט:"
62
 
63
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
64
- #: options/panel1.php:133 templates/key_expired.php:72
65
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
66
  msgid "Email"
67
  msgstr "אימייל"
68
 
69
  #: options/panel1-add-subscription.php:20
70
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
71
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
72
  msgid "Status"
73
  msgstr "מצב"
74
 
75
  #: options/panel1-add-subscription.php:22
76
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
77
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
78
  #: templates/user.php:76
79
  msgid "Active"
80
  msgstr "פעיל"
81
 
82
  #: options/panel1-add-subscription.php:23
83
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
84
- #: options/panel1.php:80
85
  msgid "Replies only"
86
  msgstr "תגובות בלבד"
87
 
88
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
89
  msgid "Ask user to confirm"
90
  msgstr "בקשת המשתמש לאשר"
91
 
92
  #: options/panel1-add-subscription.php:26
93
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
94
  msgid "Update"
95
  msgstr "עדכן"
96
 
97
- #: options/panel1-business-logic.php:23
98
  msgid "Subscription added."
99
  msgstr "ההרשמה נוספה."
100
 
101
- #: options/panel1-business-logic.php:39
102
  msgid "Subscriptions updated."
103
  msgstr "ההרשמה עודכנה."
104
 
105
- #: options/panel1-business-logic.php:51
106
  msgid "Subscription deleted."
107
  msgstr "ההרשמה נמחקה."
108
 
109
- #: options/panel1-business-logic.php:70 templates/author.php:24
110
  #: templates/user.php:33
111
  msgid "Subscriptions deleted:"
112
  msgstr "הרשמות שנמחקו:"
113
 
114
- #: options/panel1-business-logic.php:74 templates/author.php:28
115
  #: templates/user.php:37
116
  msgid "Subscriptions suspended:"
117
  msgstr "הרשמות שהושעו:"
118
 
119
- #: options/panel1-business-logic.php:78 templates/author.php:32
120
  #: templates/user.php:41
121
  msgid "Subscriptions activated:"
122
  msgstr "הרשמות שהופעלו:"
123
 
124
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
125
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
126
  #: templates/user.php:49
127
  msgid "Subscriptions updated:"
128
  msgstr "ההרשמה עודכנה:"
129
 
130
- #: options/panel1-business-logic.php:110
131
  #, fuzzy
132
  msgid "&laquo; Previous"
133
  msgstr "« הקודם"
134
 
135
- #: options/panel1-business-logic.php:114
136
  msgid "Next &raquo;"
137
  msgstr ""
138
 
@@ -147,209 +149,240 @@ msgstr "עדכון ההרשמה"
147
  msgid "optional"
148
  msgstr "רשות"
149
 
150
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
151
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
152
  #: templates/author.php:53 templates/user.php:65
153
  msgid ""
154
  "Please remember: this operation cannot be undone. Are you sure you want to "
155
  "proceed?"
156
  msgstr "נא לזכור: פעולה זו אינה הפיכה. בטוח שרוצה להמשיך?"
157
 
158
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
159
  msgid "From"
160
  msgstr "מאת"
161
 
162
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
163
  msgid "To"
164
  msgstr "אל"
165
 
166
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
167
  msgid "Keep unchanged"
168
  msgstr "השאר ללא שינוי"
169
 
170
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
171
  msgid "Suspended"
172
  msgstr "מושעה"
173
 
174
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
175
  msgid "Mass Update Subscriptions"
176
  msgstr "עדכון כמותי של הרשמות"
177
 
178
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
179
  #, fuzzy
180
  msgid "email address"
181
  msgstr "כתובת המייל של השולח"
182
 
183
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
184
  #, fuzzy
185
  msgid "optional - new email address"
186
  msgstr "כתובת המייל של השולח"
187
 
188
- #: options/panel1.php:49
189
  msgid "More info"
190
  msgstr ""
191
 
192
- #: options/panel1.php:55
193
  msgid ""
194
  "This option will allow you to change an email address for another one or to "
195
  "update the same status for all the subscription on a specific email address."
196
  msgstr ""
197
 
198
- #: options/panel1.php:68
199
  msgid "Post ID"
200
  msgstr "מזהה פוסט"
201
 
202
- #: options/panel1.php:83
203
  msgid "Add"
204
  msgstr "הוסף"
205
 
206
- #: options/panel1.php:98
207
  msgid "Search subscriptions"
208
  msgstr "חיפוש הרשמות"
209
 
210
- #: options/panel1.php:102
211
  #, php-format
212
  msgid ""
213
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
214
  "where the"
215
  msgstr "אפשר <a href=\"%s\">להציג את כל ההרשמות שלך</a> או למצוא את אלו ש"
216
 
217
- #: options/panel1.php:106
218
  msgid "email"
219
  msgstr "אימייל"
220
 
221
- #: options/panel1.php:107
222
  msgid "post ID"
223
  msgstr "מזהה פוסט"
224
 
225
- #: options/panel1.php:108
226
  msgid "status"
227
  msgstr "מצב"
228
 
229
- #: options/panel1.php:111
230
  msgid "equals"
231
  msgstr "שווה"
232
 
233
- #: options/panel1.php:112
234
  msgid "contains"
235
  msgstr "מכיל"
236
 
237
- #: options/panel1.php:113
238
  msgid "does not contain"
239
  msgstr "אינו מכיל"
240
 
241
- #: options/panel1.php:114
242
  msgid "starts with"
243
  msgstr "מתחיל ב"
244
 
245
- #: options/panel1.php:115
246
  msgid "ends with"
247
  msgstr "מסתיים ב"
248
 
249
- #: options/panel1.php:118
250
  msgid "results per page:"
251
  msgstr "תוצאות לעמוד"
252
 
253
- #: options/panel1.php:120
254
  msgid "Search"
255
  msgstr "חפש"
256
 
257
- #: options/panel1.php:128
258
  msgid "Reverse the order by Post ID"
259
  msgstr "הפוך את הסדר הנוכחי לפי מזהה פוסט"
260
 
261
- #: options/panel1.php:129 options/panel1.php:130
262
  msgid "Reverse the order by Date/Time"
263
  msgstr "הפוך את הסדר לפי תאריך/שעה"
264
 
265
- #: options/panel1.php:132
266
  msgid "Post (ID)"
267
  msgstr "מזהה פוסט"
268
 
269
- #: options/panel1.php:135
270
  msgid "Search query:"
271
  msgstr "שאילתת חיפוש"
272
 
273
- #: options/panel1.php:135
274
  msgid "Rows:"
275
  msgstr "שורות:"
276
 
277
- #: options/panel1.php:135
278
  msgid "of"
279
  msgstr "של"
280
 
281
- #: options/panel1.php:142 options/panel1.php:158
282
  msgid "Date and Time"
283
  msgstr "תאריך ושעה"
284
 
285
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
286
  #, fuzzy
287
  msgid "Replies"
288
  msgstr "תגובות בלבד"
289
 
290
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
291
  msgid "Replies Unconfirmed"
292
  msgstr ""
293
 
294
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
295
  #, fuzzy
296
  msgid "All Comments"
297
  msgstr "כל התגובות החדשות"
298
 
299
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
300
  msgid "Unconfirmed"
301
  msgstr ""
302
 
303
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
304
  #, fuzzy
305
  msgid "Inactive"
306
  msgstr "פעיל"
307
 
308
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
309
- #: templates/user.php:111
310
  msgid "Delete"
311
  msgstr "מחק"
312
 
313
- #: options/panel1.php:202 options/panel1.php:212
314
  msgid "Edit"
315
  msgstr "ערוך"
316
 
317
- #: options/panel1.php:204 options/panel1.php:210
318
  msgid "Subscription"
319
  msgstr "הרשמה"
320
 
321
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
322
  msgid "Action:"
323
  msgstr "פעולה:"
324
 
325
- #: options/panel1.php:227
326
  msgid "Delete forever"
327
  msgstr "למחוק לצמיתות"
328
 
329
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
330
  msgid "Suspend"
331
  msgstr "השעה"
332
 
333
- #: options/panel1.php:229
334
  msgid "Activate and set to Y"
335
  msgstr "הפעלה והגדרה ל Y"
336
 
337
- #: options/panel1.php:230
338
  msgid "Activate and set to R"
339
  msgstr "הפעלה והגדרה ל R"
340
 
341
- #: options/panel1.php:231
342
  msgid "Activate"
343
  msgstr "הפעל"
344
 
345
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
346
  msgid "Update subscriptions"
347
  msgstr "עדכון ההרשמות"
348
 
349
- #: options/panel1.php:238
350
  msgid "Sorry, no subscriptions match your search criteria."
351
  msgstr "מצטערים, אין הרשמות התואמות את קריטריון החיפוש שלך."
352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  #: options/panel10.php:41
354
  msgid "The log file has been successfully deleted."
355
  msgstr ""
@@ -371,30 +404,30 @@ msgid "Enable Auto clean log data"
371
  msgstr ""
372
 
373
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
374
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
375
  msgid "Your settings have been successfully updated."
376
  msgstr "ההגדרות שלך עודכנו בהצלחה"
377
 
378
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
379
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
380
  msgid "There was an error updating the following fields:"
381
  msgstr "היתה שגיאה בעדכון השדות שלהלן:"
382
 
383
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
384
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
385
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
386
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
387
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
388
- #: options/panel5.php:210 options/panel5.php:219
389
  msgid "Yes"
390
  msgstr "כן"
391
 
392
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
393
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
394
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
395
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
396
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
397
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
398
  msgid "No"
399
  msgstr "לא"
400
 
@@ -438,7 +471,7 @@ msgid "System Information"
438
  msgstr ""
439
 
440
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
441
- #: options/panel4.php:283 options/panel5.php:265
442
  msgid "Save Changes"
443
  msgstr ""
444
 
@@ -850,7 +883,7 @@ msgstr "ההגדרות שלך עודכנו בהצלחה"
850
  msgid "There was an error deleting the options:"
851
  msgstr "היתה שגיאה בעדכון השדות שלהלן:"
852
 
853
- #: options/panel5.php:48 options/panel5.php:108
854
  msgid "Show StCR checkbox / dropdown"
855
  msgstr ""
856
 
@@ -858,23 +891,23 @@ msgstr ""
858
  msgid "Safetly Uninstall"
859
  msgstr ""
860
 
861
- #: options/panel5.php:54 options/panel5.php:125
862
  msgid "Autopurge requests"
863
  msgstr "ניקוי אוטומטי של בקשות"
864
 
865
- #: options/panel5.php:57 options/panel5.php:143
866
  msgid "Enable double check"
867
  msgstr "הפעל בדיקה כפולה"
868
 
869
- #: options/panel5.php:60 options/panel5.php:134
870
  msgid "StCR Position"
871
  msgstr ""
872
 
873
- #: options/panel5.php:63 options/panel5.php:151
874
  msgid "Subscribe authors"
875
  msgstr "רשום את המחברים"
876
 
877
- #: options/panel5.php:66 options/panel5.php:161
878
  msgid "Enable HTML emails"
879
  msgstr "הפעל HTML בהודעות מייל"
880
 
@@ -890,77 +923,89 @@ msgstr "שלח טראקבקים"
890
  msgid "Notify admin"
891
  msgstr "הודע למנהל"
892
 
893
- #: options/panel5.php:78 options/panel5.php:199
894
  msgid "Let admin subscribe"
895
  msgstr "אפשר למנהל להירשם"
896
 
897
- #: options/panel5.php:81 options/panel5.php:208
898
  msgid "BCC admin on Notifications"
899
  msgstr "שלח עותק נסתר של הוהודעות להנהלה"
900
 
901
- #: options/panel5.php:84 options/panel5.php:217
902
  msgid "Enable Font Awesome"
903
  msgstr ""
904
 
905
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
906
  msgid "Reset All Options"
907
  msgstr ""
908
 
909
- #: options/panel5.php:112
910
  msgid ""
911
  "This option will disable the StCR checkbox or dropdown in you comment form. "
912
  "You should leave it to Yes always. "
913
  msgstr ""
914
 
915
- #: options/panel5.php:117
916
  msgid "Safely Uninstall"
917
  msgstr ""
918
 
919
- #: options/panel5.php:121
920
  msgid ""
921
  "This option will allow you to delete the plugin with WordPress without "
922
  "loosing your subscribers. Any database table and plugin options are wipeout."
923
  msgstr ""
924
 
925
- #: options/panel5.php:128
926
  msgid "days"
927
  msgstr "ימים"
928
 
929
- #: options/panel5.php:129
930
  msgid ""
931
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
932
  "this feature."
933
  msgstr "מחק הרשמות בהמתנה (שלא אושרו) לאחר X ימים. אפס מבטל אפשרות זו."
934
 
935
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
936
  msgid ""
937
  "If this option is enable the subscription box will be above the submit "
938
  "button in your comment form. Use this when your theme is outdated and using "
939
  "the incorrect WordPress Hooks and the checkbox is not displayed."
940
  msgstr ""
941
 
942
- #: options/panel5.php:147
943
  msgid ""
944
  "Send a notification email to confirm the subscription (to avoid addresses "
945
  "misuse)."
946
  msgstr "שלח הודעת מייל לאישור ההרשמה (כדי למנוע שימוש בכתובות שגויות)."
947
 
948
- #: options/panel5.php:156
949
  msgid ""
950
  "Automatically subscribe authors to their own articles (not retroactive)."
951
  msgstr "רשום מחברים באופן אוטומטי למאמרים שלהם (לא רטרואקטיבי)."
952
 
953
- #: options/panel5.php:165
954
  msgid ""
955
  "If enabled, will send email messages with content-type = text/html instead "
956
  "of text/plain"
957
  msgstr "אם מופעל, ישלח הודעת מייל עם סוג תוכן = text/html בקום טקסט פשוט"
958
 
959
- #: options/panel5.php:170
960
  msgid "HTMLify links in emails"
961
  msgstr "אפשר שימוש ב HTML באימיילים"
962
 
963
- #: options/panel5.php:175
964
  msgid ""
965
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
966
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -968,50 +1013,50 @@ msgstr ""
968
  "אם מופעל, יעטוף את כל הקישורים בהודעות ב <code><a href=\"\"></a></code> (רק "
969
  "כאשר מופעל HTML באימיילים)."
970
 
971
- #: options/panel5.php:180
972
  msgid "Process trackbacks"
973
  msgstr "עיבוד טראקבקים"
974
 
975
- #: options/panel5.php:184
976
  msgid ""
977
  "Notify users when a new trackback or pingback is added to the discussion."
978
  msgstr "שלח הודעה למשתמשים כאשר נוסף טראקבאק או פינגאק לדיון."
979
 
980
- #: options/panel5.php:189
981
  msgid "Track all subscriptions"
982
  msgstr "מעקב אחר כל הרשמות"
983
 
984
- #: options/panel5.php:194
985
  msgid "Notify the administrator when users subscribe without commenting."
986
  msgstr "הודע למנהל כאשר משתמשים נרשמים ללא כתיבת תגובה."
987
 
988
- #: options/panel5.php:203
989
  msgid "Let the administrator subscribe to comments when logged in."
990
  msgstr "אפשר למנהל להירשם לתגובות כאשר הוא מחובר."
991
 
992
- #: options/panel5.php:212
993
  msgid "Send a copy of all Notifications to the administrator."
994
  msgstr "שלח למנהל עותק של כל ההודעות."
995
 
996
- #: options/panel5.php:221
997
  msgid ""
998
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
999
  "you theme already add this into your site."
1000
  msgstr ""
1001
 
1002
- #: options/panel5.php:226
1003
  msgid "StCR Unique Key"
1004
  msgstr "מפתח StCR ייחודי"
1005
 
1006
- #: options/panel5.php:231
1007
  msgid "This Unique Key is not set, please click the following button to "
1008
  msgstr "מפתח ייחודי זה אינו מוגדר, נא ללחוץ על הכפתור שלהלן כדי "
1009
 
1010
- #: options/panel5.php:235 options/panel5.php:246
1011
  msgid "Generate"
1012
  msgstr ""
1013
 
1014
- #: options/panel5.php:243
1015
  #, fuzzy
1016
  msgid ""
1017
  "This Unique Key will be use to send the notification to your subscribers "
@@ -1020,17 +1065,17 @@ msgstr ""
1020
  "זהו מפתח ייחודי שישמש כדי לשלוח את ההודעה עבור הנרשמים שלך עם יותר\n"
1021
  "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tאבטחה."
1022
 
1023
- #: options/panel5.php:256
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:258
1030
  msgid "Yes, Delete Options including subscriptions."
1031
  msgstr ""
1032
 
1033
- #: options/panel5.php:259
1034
  msgid "No, Only delete the StCR Options."
1035
  msgstr ""
1036
 
@@ -1154,35 +1199,35 @@ msgstr ""
1154
  msgid "Subscription Status"
1155
  msgstr ""
1156
 
1157
- #: templates/author.php:88 templates/user.php:104
1158
  msgid "Select all"
1159
  msgstr "הכל"
1160
 
1161
- #: templates/author.php:89 templates/user.php:106
1162
  msgid "Invert selection"
1163
  msgstr "היפוך הבחירה"
1164
 
1165
- #: templates/author.php:92 templates/user.php:110
1166
  msgid "Choose your action"
1167
  msgstr ""
1168
 
1169
- #: templates/author.php:95 templates/user.php:113
1170
  #, fuzzy
1171
  msgid "All comments"
1172
  msgstr "כל התגובות החדשות"
1173
 
1174
- #: templates/author.php:96 templates/user.php:114
1175
- #: wp_subscribe_reloaded.php:1122
1176
  msgid "Replies to my comments"
1177
  msgstr "תגובות להערות שלי"
1178
 
1179
- #: templates/author.php:102 templates/confirm.php:28
1180
- #: templates/request-management-link.php:114 templates/user.php:124
1181
  msgid "Return to Post"
1182
  msgstr ""
1183
 
1184
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1185
- #: templates/user.php:128
1186
  msgid "No subscriptions match your search criteria."
1187
  msgstr "אין הרשמה התואמת את קריטריון החיפוש שלך."
1188
 
@@ -1192,16 +1237,28 @@ msgid ""
1192
  "enter your email below and a new link will be send."
1193
  msgstr ""
1194
 
1195
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1196
- #: templates/subscribe.php:112
 
1197
  msgid "Send"
1198
  msgstr "שלח"
1199
 
1200
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
1201
  msgid "New subscription to"
1202
  msgstr "הרשמה חדשה ל"
1203
 
1204
- #: templates/subscribe.php:51
1205
  msgid "User:"
1206
  msgstr "משתמש:"
1207
 
@@ -1364,6 +1421,7 @@ msgstr ""
1364
 
1365
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1366
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1367
  #, fuzzy
1368
  msgid ""
1369
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
@@ -1408,6 +1466,7 @@ msgstr ""
1408
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1409
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1410
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1411
  msgid ""
1412
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1413
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1494,6 +1553,7 @@ msgstr ""
1494
 
1495
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1496
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1497
  msgid "This version includes fixes and improvements, "
1498
  msgstr ""
1499
 
@@ -1509,12 +1569,12 @@ msgid ""
1509
  msgstr ""
1510
 
1511
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1512
- #: utils/stcr_upgrade.php:576
1513
  msgid "Log Settings"
1514
  msgstr ""
1515
 
1516
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1517
- #: utils/stcr_upgrade.php:580
1518
  msgid ""
1519
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1520
  msgstr ""
@@ -1530,7 +1590,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1530
  msgstr ""
1531
 
1532
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1533
- #: utils/stcr_upgrade.php:590
1534
  msgid "The support of this plugin is given thanks to your donations."
1535
  msgstr ""
1536
 
@@ -1581,7 +1641,7 @@ msgstr ""
1581
  msgid "<strong>Fix</strong> issue regarding database collations"
1582
  msgstr ""
1583
 
1584
- #: utils/stcr_upgrade.php:591
1585
  msgid ""
1586
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1587
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1592,7 +1652,103 @@ msgid ""
1592
  "Thanks for all the users that have supported the plugin development."
1593
  msgstr ""
1594
 
1595
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1596
  msgid ""
1597
  "Notify me of followup comments via e-mail. You can also <a "
1598
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1600,14 +1756,14 @@ msgstr ""
1600
  "נא לעדכן אותי במייל על תגובות נוספות. אפשר גם <a "
1601
  "href='[subscribe_link]'>להירשם</a> מבלי להגיב."
1602
 
1603
- #: utils/stcr_utils.php:197
1604
  msgid ""
1605
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1606
  "subscriptions."
1607
  msgstr ""
1608
  "ההרשמה שלך לפוסט זה פעילה. <a href='[manager_link]'>ניהול ההרשמות שלך</a>. "
1609
 
1610
- #: utils/stcr_utils.php:198
1611
  msgid ""
1612
  "Your subscription to this post needs to be confirmed. <a "
1613
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1615,12 +1771,12 @@ msgstr ""
1615
  "ההרשמה שלך לפוסט זה צריכה אישור. <a href='[manager_link]'>לניהול ההרשמות "
1616
  "שלך</a>."
1617
 
1618
- #: utils/stcr_utils.php:199
1619
  msgid ""
1620
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1621
  msgstr "אפשר <a href='[manager_link]'>לנהל את ההרשמה</a> של פוסט זה."
1622
 
1623
- #: utils/stcr_utils.php:205
1624
  msgid ""
1625
  "To manage your subscriptions, please enter your email address here below. We "
1626
  "will send you a message containing the link to access your personal "
@@ -1629,7 +1785,7 @@ msgstr ""
1629
  "כדי לנהל את ההרשמות שלך, נא להזין את האימייל שלך להלן. נשלח לך הודעה המכילה "
1630
  "קישור לעמוד הניהול האישי שלך."
1631
 
1632
- #: utils/stcr_utils.php:206
1633
  msgid ""
1634
  "Thank you for using our subscription service. Your request has been "
1635
  "completed, and you should receive an email with the management link in a few "
@@ -1638,7 +1794,7 @@ msgstr ""
1638
  "תודה שהשתמשת בשירות ההרשמה שלנו. בקשתך הושלמה ותוך דקות יישלח אליך אימייל עם "
1639
  "קישור ניהול הרשמה שלך."
1640
 
1641
- #: utils/stcr_utils.php:207
1642
  msgid ""
1643
  "You can follow the discussion on <strong>[post_title]</strong> without "
1644
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1647,7 +1803,7 @@ msgstr ""
1647
  "אפשר לעקוב אחר הדיון ב <strong>[post_title]</strong> ללא צורך לשלוח תגובה. "
1648
  "מגניב, אה? רק להזין את כתובת האימייל שלך בשדה שלהלן."
1649
 
1650
- #: utils/stcr_utils.php:208
1651
  msgid ""
1652
  "Thank you for using our subscription service. Your request has been "
1653
  "completed. You will receive a notification email every time a new comment to "
@@ -1656,7 +1812,7 @@ msgstr ""
1656
  "תודה שהשתמש בשירות ההרשמה שלנו. בקשתך הושלמה. התראה באימייל תישלח על כל "
1657
  "תגובה חדשה שתאושר על-ידי ההנהלה לפוסט זה."
1658
 
1659
- #: utils/stcr_utils.php:209
1660
  msgid ""
1661
  "Thank you for using our subscription service. In order to confirm your "
1662
  "request, please check your email for the verification message and follow the "
@@ -1665,7 +1821,7 @@ msgstr ""
1665
  "תודה על השימוש בשירות ההרשמה שלנו. כדי לאשר את הבקשה שלך, נא לבדוק ת האימייל "
1666
  "שלך כדי לאשר את ההרשמה לפי ההנחיות במייל ."
1667
 
1668
- #: utils/stcr_utils.php:210
1669
  msgid ""
1670
  "In order to cancel or suspend one or more notifications, select the "
1671
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1673,7 +1829,7 @@ msgstr ""
1673
  "כדי לבטל או להשעות הודעה אחת או יותר נא לבחור תיבת(ות) סימון בהתאמה וללחוץ "
1674
  "על הכפתור שבסוף הרשימה."
1675
 
1676
- #: utils/stcr_utils.php:211
1677
  msgid ""
1678
  "In order to cancel or suspend one or more notifications, select the "
1679
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1682,11 +1838,11 @@ msgstr ""
1682
  "כדי לבטל או להשעות התראה אחת או יותר, נא לבחור בתיבת(ות) הסימון המתאימה(ות) "
1683
  "וללחוץ על הכפתור שבסוף הרשימה. כעת יש הרשמות ל:"
1684
 
1685
- #: utils/stcr_utils.php:215
1686
  msgid "There is a new comment to [post_title]"
1687
  msgstr "יש תגובה חדשה ל [post_title]"
1688
 
1689
- #: utils/stcr_utils.php:216
1690
  msgid ""
1691
  "<h1>There is a new comment on [post_title].</h1>\n"
1692
  "\n"
@@ -1703,11 +1859,11 @@ msgid ""
1703
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1704
  msgstr ""
1705
 
1706
- #: utils/stcr_utils.php:217
1707
  msgid "Please confirm your subscription to [post_title]"
1708
  msgstr "נא לאשר את ההרשמה שלך ל [post_title]"
1709
 
1710
- #: utils/stcr_utils.php:218
1711
  #, fuzzy
1712
  #| msgid ""
1713
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1728,17 +1884,17 @@ msgstr ""
1728
  "נא לאמת את הבקשה באמצעות לחיצה על הקישור:\n"
1729
  "[confirm_link]"
1730
 
1731
- #: utils/stcr_utils.php:219
1732
  msgid "Manage your subscriptions on [blog_name]"
1733
  msgstr "ניהול ההרשמות שלך ב [blog_name]"
1734
 
1735
- #: utils/stcr_utils.php:220
1736
  msgid ""
1737
  "You have requested to manage your subscriptions to the articles on "
1738
  "[blog_name]. Please check the Subscriptions management link in your email"
1739
  msgstr ""
1740
 
1741
- #: utils/stcr_utils.php:221
1742
  #, fuzzy
1743
  #| msgid ""
1744
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1753,16 +1909,16 @@ msgstr ""
1753
  "הניהול שלך:\n"
1754
  "[manager_link]"
1755
 
1756
- #: utils/stcr_utils.php:300
1757
  #, fuzzy
1758
  msgid "StCR Notification"
1759
  msgstr "הודעות"
1760
 
1761
- #: wp_subscribe_reloaded.php:1120
1762
  msgid "Don't subscribe"
1763
  msgstr "א להירשם"
1764
 
1765
- #: wp_subscribe_reloaded.php:1121
1766
  msgid "All"
1767
  msgstr "הכול"
1768
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: subscribe-to-comments-reloaded\n"
4
+ "POT-Creation-Date: 2018-02-25 23:13-0700\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
7
  "Language-Team: Ahrale | Atar4U.com <contact@atar4u.com>\n"
21
  "X-Poedit-SearchPathExcluded-0: includes\n"
22
 
23
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
24
+ #: utils/stcr_utils.php:280
25
  msgid "Manage subscriptions"
26
  msgstr "Manage subscriptions"
27
 
51
  msgid "Donate"
52
  msgstr "לא רוצה לתרום? עדיין אפשר לעזור"
53
 
54
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
55
  msgid "Add New Subscription"
56
  msgstr "הוספת הרשמה חדשה"
57
 
60
  msgid "Post:"
61
  msgstr "פוסט:"
62
 
63
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
64
+ #: options/panel1.php:159 templates/key_expired.php:72
65
+ #: templates/request-management-link.php:113
66
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
67
+ #: templates/subscribe.php:146
68
  msgid "Email"
69
  msgstr "אימייל"
70
 
71
  #: options/panel1-add-subscription.php:20
72
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
73
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
74
  msgid "Status"
75
  msgstr "מצב"
76
 
77
  #: options/panel1-add-subscription.php:22
78
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
79
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
80
  #: templates/user.php:76
81
  msgid "Active"
82
  msgstr "פעיל"
83
 
84
  #: options/panel1-add-subscription.php:23
85
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
86
+ #: options/panel1.php:106
87
  msgid "Replies only"
88
  msgstr "תגובות בלבד"
89
 
90
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
91
  msgid "Ask user to confirm"
92
  msgstr "בקשת המשתמש לאשר"
93
 
94
  #: options/panel1-add-subscription.php:26
95
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
96
  msgid "Update"
97
  msgstr "עדכן"
98
 
99
+ #: options/panel1-business-logic.php:40
100
  msgid "Subscription added."
101
  msgstr "ההרשמה נוספה."
102
 
103
+ #: options/panel1-business-logic.php:65
104
  msgid "Subscriptions updated."
105
  msgstr "ההרשמה עודכנה."
106
 
107
+ #: options/panel1-business-logic.php:80
108
  msgid "Subscription deleted."
109
  msgstr "ההרשמה נמחקה."
110
 
111
+ #: options/panel1-business-logic.php:99 templates/author.php:24
112
  #: templates/user.php:33
113
  msgid "Subscriptions deleted:"
114
  msgstr "הרשמות שנמחקו:"
115
 
116
+ #: options/panel1-business-logic.php:103 templates/author.php:28
117
  #: templates/user.php:37
118
  msgid "Subscriptions suspended:"
119
  msgstr "הרשמות שהושעו:"
120
 
121
+ #: options/panel1-business-logic.php:107 templates/author.php:32
122
  #: templates/user.php:41
123
  msgid "Subscriptions activated:"
124
  msgstr "הרשמות שהופעלו:"
125
 
126
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
127
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
128
  #: templates/user.php:49
129
  msgid "Subscriptions updated:"
130
  msgstr "ההרשמה עודכנה:"
131
 
132
+ #: options/panel1-business-logic.php:147
133
  #, fuzzy
134
  msgid "&laquo; Previous"
135
  msgstr "« הקודם"
136
 
137
+ #: options/panel1-business-logic.php:151
138
  msgid "Next &raquo;"
139
  msgstr ""
140
 
149
  msgid "optional"
150
  msgstr "רשות"
151
 
152
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
153
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
154
  #: templates/author.php:53 templates/user.php:65
155
  msgid ""
156
  "Please remember: this operation cannot be undone. Are you sure you want to "
157
  "proceed?"
158
  msgstr "נא לזכור: פעולה זו אינה הפיכה. בטוח שרוצה להמשיך?"
159
 
160
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
161
  msgid "From"
162
  msgstr "מאת"
163
 
164
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
165
  msgid "To"
166
  msgstr "אל"
167
 
168
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
169
  msgid "Keep unchanged"
170
  msgstr "השאר ללא שינוי"
171
 
172
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
173
  msgid "Suspended"
174
  msgstr "מושעה"
175
 
176
+ #: options/panel1.php:22
177
+ msgid "The email that you typed is not correct."
178
+ msgstr ""
179
+
180
+ #: options/panel1.php:29
181
+ msgid "Please enter a valid Post ID."
182
+ msgstr ""
183
+
184
+ #: options/panel1.php:46
185
  msgid "Mass Update Subscriptions"
186
  msgstr "עדכון כמותי של הרשמות"
187
 
188
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
189
+ #: options/panel1.php:317
190
  #, fuzzy
191
  msgid "email address"
192
  msgstr "כתובת המייל של השולח"
193
 
194
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
195
  #, fuzzy
196
  msgid "optional - new email address"
197
  msgstr "כתובת המייל של השולח"
198
 
199
+ #: options/panel1.php:74
200
  msgid "More info"
201
  msgstr ""
202
 
203
+ #: options/panel1.php:80
204
  msgid ""
205
  "This option will allow you to change an email address for another one or to "
206
  "update the same status for all the subscription on a specific email address."
207
  msgstr ""
208
 
209
+ #: options/panel1.php:92
210
  msgid "Post ID"
211
  msgstr "מזהה פוסט"
212
 
213
+ #: options/panel1.php:109
214
  msgid "Add"
215
  msgstr "הוסף"
216
 
217
+ #: options/panel1.php:124
218
  msgid "Search subscriptions"
219
  msgstr "חיפוש הרשמות"
220
 
221
+ #: options/panel1.php:128
222
  #, php-format
223
  msgid ""
224
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
225
  "where the"
226
  msgstr "אפשר <a href=\"%s\">להציג את כל ההרשמות שלך</a> או למצוא את אלו ש"
227
 
228
+ #: options/panel1.php:132
229
  msgid "email"
230
  msgstr "אימייל"
231
 
232
+ #: options/panel1.php:133
233
  msgid "post ID"
234
  msgstr "מזהה פוסט"
235
 
236
+ #: options/panel1.php:134
237
  msgid "status"
238
  msgstr "מצב"
239
 
240
+ #: options/panel1.php:137
241
  msgid "equals"
242
  msgstr "שווה"
243
 
244
+ #: options/panel1.php:138
245
  msgid "contains"
246
  msgstr "מכיל"
247
 
248
+ #: options/panel1.php:139
249
  msgid "does not contain"
250
  msgstr "אינו מכיל"
251
 
252
+ #: options/panel1.php:140
253
  msgid "starts with"
254
  msgstr "מתחיל ב"
255
 
256
+ #: options/panel1.php:141
257
  msgid "ends with"
258
  msgstr "מסתיים ב"
259
 
260
+ #: options/panel1.php:144
261
  msgid "results per page:"
262
  msgstr "תוצאות לעמוד"
263
 
264
+ #: options/panel1.php:146
265
  msgid "Search"
266
  msgstr "חפש"
267
 
268
+ #: options/panel1.php:154
269
  msgid "Reverse the order by Post ID"
270
  msgstr "הפוך את הסדר הנוכחי לפי מזהה פוסט"
271
 
272
+ #: options/panel1.php:155 options/panel1.php:156
273
  msgid "Reverse the order by Date/Time"
274
  msgstr "הפוך את הסדר לפי תאריך/שעה"
275
 
276
+ #: options/panel1.php:158
277
  msgid "Post (ID)"
278
  msgstr "מזהה פוסט"
279
 
280
+ #: options/panel1.php:161
281
  msgid "Search query:"
282
  msgstr "שאילתת חיפוש"
283
 
284
+ #: options/panel1.php:161
285
  msgid "Rows:"
286
  msgstr "שורות:"
287
 
288
+ #: options/panel1.php:161
289
  msgid "of"
290
  msgstr "של"
291
 
292
+ #: options/panel1.php:168 options/panel1.php:184
293
  msgid "Date and Time"
294
  msgstr "תאריך ושעה"
295
 
296
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
297
  #, fuzzy
298
  msgid "Replies"
299
  msgstr "תגובות בלבד"
300
 
301
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
302
  msgid "Replies Unconfirmed"
303
  msgstr ""
304
 
305
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
306
  #, fuzzy
307
  msgid "All Comments"
308
  msgstr "כל התגובות החדשות"
309
 
310
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
311
  msgid "Unconfirmed"
312
  msgstr ""
313
 
314
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
315
  #, fuzzy
316
  msgid "Inactive"
317
  msgstr "פעיל"
318
 
319
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
320
+ #: templates/user.php:114
321
  msgid "Delete"
322
  msgstr "מחק"
323
 
324
+ #: options/panel1.php:228 options/panel1.php:238
325
  msgid "Edit"
326
  msgstr "ערוך"
327
 
328
+ #: options/panel1.php:230 options/panel1.php:236
329
  msgid "Subscription"
330
  msgstr "הרשמה"
331
 
332
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
333
  msgid "Action:"
334
  msgstr "פעולה:"
335
 
336
+ #: options/panel1.php:253
337
  msgid "Delete forever"
338
  msgstr "למחוק לצמיתות"
339
 
340
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
341
  msgid "Suspend"
342
  msgstr "השעה"
343
 
344
+ #: options/panel1.php:255
345
  msgid "Activate and set to Y"
346
  msgstr "הפעלה והגדרה ל Y"
347
 
348
+ #: options/panel1.php:256
349
  msgid "Activate and set to R"
350
  msgstr "הפעלה והגדרה ל R"
351
 
352
+ #: options/panel1.php:257
353
  msgid "Activate"
354
  msgstr "הפעל"
355
 
356
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
357
  msgid "Update subscriptions"
358
  msgstr "עדכון ההרשמות"
359
 
360
+ #: options/panel1.php:264
361
  msgid "Sorry, no subscriptions match your search criteria."
362
  msgstr "מצטערים, אין הרשמות התואמות את קריטריון החיפוש שלך."
363
 
364
+ #: options/panel1.php:321 options/panel1.php:389
365
+ msgid "Missing information"
366
+ msgstr ""
367
+
368
+ #: options/panel1.php:329 options/panel1.php:414
369
+ #, fuzzy
370
+ #| msgid "Sender email address"
371
+ msgid "Invalid email address."
372
+ msgstr "כתובת המייל של השולח"
373
+
374
+ #: options/panel1.php:397
375
+ msgid "Enter a numeric Post ID."
376
+ msgstr ""
377
+
378
+ #: options/panel1.php:406
379
+ msgid "Missing email information"
380
+ msgstr ""
381
+
382
+ #: options/panel1.php:442 options/panel1.php:450
383
+ msgid "Please enter a value"
384
+ msgstr ""
385
+
386
  #: options/panel10.php:41
387
  msgid "The log file has been successfully deleted."
388
  msgstr ""
404
  msgstr ""
405
 
406
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
407
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
408
  msgid "Your settings have been successfully updated."
409
  msgstr "ההגדרות שלך עודכנו בהצלחה"
410
 
411
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
412
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
413
  msgid "There was an error updating the following fields:"
414
  msgstr "היתה שגיאה בעדכון השדות שלהלן:"
415
 
416
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
417
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
418
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
419
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
420
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
421
+ #: options/panel5.php:221 options/panel5.php:230
422
  msgid "Yes"
423
  msgstr "כן"
424
 
425
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
426
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
427
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
428
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
429
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
430
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
431
  msgid "No"
432
  msgstr "לא"
433
 
471
  msgstr ""
472
 
473
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
474
+ #: options/panel4.php:283 options/panel5.php:276
475
  msgid "Save Changes"
476
  msgstr ""
477
 
883
  msgid "There was an error deleting the options:"
884
  msgstr "היתה שגיאה בעדכון השדות שלהלן:"
885
 
886
+ #: options/panel5.php:48 options/panel5.php:111
887
  msgid "Show StCR checkbox / dropdown"
888
  msgstr ""
889
 
891
  msgid "Safetly Uninstall"
892
  msgstr ""
893
 
894
+ #: options/panel5.php:54 options/panel5.php:128
895
  msgid "Autopurge requests"
896
  msgstr "ניקוי אוטומטי של בקשות"
897
 
898
+ #: options/panel5.php:57 options/panel5.php:154
899
  msgid "Enable double check"
900
  msgstr "הפעל בדיקה כפולה"
901
 
902
+ #: options/panel5.php:60 options/panel5.php:145
903
  msgid "StCR Position"
904
  msgstr ""
905
 
906
+ #: options/panel5.php:63 options/panel5.php:162
907
  msgid "Subscribe authors"
908
  msgstr "רשום את המחברים"
909
 
910
+ #: options/panel5.php:66 options/panel5.php:172
911
  msgid "Enable HTML emails"
912
  msgstr "הפעל HTML בהודעות מייל"
913
 
923
  msgid "Notify admin"
924
  msgstr "הודע למנהל"
925
 
926
+ #: options/panel5.php:78 options/panel5.php:210
927
  msgid "Let admin subscribe"
928
  msgstr "אפשר למנהל להירשם"
929
 
930
+ #: options/panel5.php:81 options/panel5.php:219
931
  msgid "BCC admin on Notifications"
932
  msgstr "שלח עותק נסתר של הוהודעות להנהלה"
933
 
934
+ #: options/panel5.php:84 options/panel5.php:228
935
  msgid "Enable Font Awesome"
936
  msgstr ""
937
 
938
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
939
+ #: options/panel5.php:272
940
  msgid "Reset All Options"
941
  msgstr ""
942
 
943
+ #: options/panel5.php:115
944
  msgid ""
945
  "This option will disable the StCR checkbox or dropdown in you comment form. "
946
  "You should leave it to Yes always. "
947
  msgstr ""
948
 
949
+ #: options/panel5.php:120
950
  msgid "Safely Uninstall"
951
  msgstr ""
952
 
953
+ #: options/panel5.php:124
954
  msgid ""
955
  "This option will allow you to delete the plugin with WordPress without "
956
  "loosing your subscribers. Any database table and plugin options are wipeout."
957
  msgstr ""
958
 
959
+ #: options/panel5.php:131
960
  msgid "days"
961
  msgstr "ימים"
962
 
963
+ #: options/panel5.php:132
964
  msgid ""
965
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
966
  "this feature."
967
  msgstr "מחק הרשמות בהמתנה (שלא אושרו) לאחר X ימים. אפס מבטל אפשרות זו."
968
 
969
+ #: options/panel5.php:136
970
+ msgid "Date Format"
971
+ msgstr ""
972
+
973
+ #: options/panel5.php:140
974
+ msgid ""
975
+ "Date format that will be display on the management page. Use <a "
976
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
977
+ "date-parameters' target='_blank'>PHP Date Format</a>"
978
+ msgstr ""
979
+
980
+ #: options/panel5.php:149
981
  msgid ""
982
  "If this option is enable the subscription box will be above the submit "
983
  "button in your comment form. Use this when your theme is outdated and using "
984
  "the incorrect WordPress Hooks and the checkbox is not displayed."
985
  msgstr ""
986
 
987
+ #: options/panel5.php:158
988
  msgid ""
989
  "Send a notification email to confirm the subscription (to avoid addresses "
990
  "misuse)."
991
  msgstr "שלח הודעת מייל לאישור ההרשמה (כדי למנוע שימוש בכתובות שגויות)."
992
 
993
+ #: options/panel5.php:167
994
  msgid ""
995
  "Automatically subscribe authors to their own articles (not retroactive)."
996
  msgstr "רשום מחברים באופן אוטומטי למאמרים שלהם (לא רטרואקטיבי)."
997
 
998
+ #: options/panel5.php:176
999
  msgid ""
1000
  "If enabled, will send email messages with content-type = text/html instead "
1001
  "of text/plain"
1002
  msgstr "אם מופעל, ישלח הודעת מייל עם סוג תוכן = text/html בקום טקסט פשוט"
1003
 
1004
+ #: options/panel5.php:181
1005
  msgid "HTMLify links in emails"
1006
  msgstr "אפשר שימוש ב HTML באימיילים"
1007
 
1008
+ #: options/panel5.php:186
1009
  msgid ""
1010
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1011
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1013
  "אם מופעל, יעטוף את כל הקישורים בהודעות ב <code><a href=\"\"></a></code> (רק "
1014
  "כאשר מופעל HTML באימיילים)."
1015
 
1016
+ #: options/panel5.php:191
1017
  msgid "Process trackbacks"
1018
  msgstr "עיבוד טראקבקים"
1019
 
1020
+ #: options/panel5.php:195
1021
  msgid ""
1022
  "Notify users when a new trackback or pingback is added to the discussion."
1023
  msgstr "שלח הודעה למשתמשים כאשר נוסף טראקבאק או פינגאק לדיון."
1024
 
1025
+ #: options/panel5.php:200
1026
  msgid "Track all subscriptions"
1027
  msgstr "מעקב אחר כל הרשמות"
1028
 
1029
+ #: options/panel5.php:205
1030
  msgid "Notify the administrator when users subscribe without commenting."
1031
  msgstr "הודע למנהל כאשר משתמשים נרשמים ללא כתיבת תגובה."
1032
 
1033
+ #: options/panel5.php:214
1034
  msgid "Let the administrator subscribe to comments when logged in."
1035
  msgstr "אפשר למנהל להירשם לתגובות כאשר הוא מחובר."
1036
 
1037
+ #: options/panel5.php:223
1038
  msgid "Send a copy of all Notifications to the administrator."
1039
  msgstr "שלח למנהל עותק של כל ההודעות."
1040
 
1041
+ #: options/panel5.php:232
1042
  msgid ""
1043
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1044
  "you theme already add this into your site."
1045
  msgstr ""
1046
 
1047
+ #: options/panel5.php:237
1048
  msgid "StCR Unique Key"
1049
  msgstr "מפתח StCR ייחודי"
1050
 
1051
+ #: options/panel5.php:242
1052
  msgid "This Unique Key is not set, please click the following button to "
1053
  msgstr "מפתח ייחודי זה אינו מוגדר, נא ללחוץ על הכפתור שלהלן כדי "
1054
 
1055
+ #: options/panel5.php:246 options/panel5.php:257
1056
  msgid "Generate"
1057
  msgstr ""
1058
 
1059
+ #: options/panel5.php:254
1060
  #, fuzzy
1061
  msgid ""
1062
  "This Unique Key will be use to send the notification to your subscribers "
1065
  "זהו מפתח ייחודי שישמש כדי לשלוח את ההודעה עבור הנרשמים שלך עם יותר\n"
1066
  "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tאבטחה."
1067
 
1068
+ #: options/panel5.php:267
1069
  msgid ""
1070
  "This will reset all the options and messages of the plugin. Please proceed "
1071
  "with caution."
1072
  msgstr ""
1073
 
1074
+ #: options/panel5.php:269
1075
  msgid "Yes, Delete Options including subscriptions."
1076
  msgstr ""
1077
 
1078
+ #: options/panel5.php:270
1079
  msgid "No, Only delete the StCR Options."
1080
  msgstr ""
1081
 
1199
  msgid "Subscription Status"
1200
  msgstr ""
1201
 
1202
+ #: templates/author.php:91 templates/user.php:107
1203
  msgid "Select all"
1204
  msgstr "הכל"
1205
 
1206
+ #: templates/author.php:92 templates/user.php:109
1207
  msgid "Invert selection"
1208
  msgstr "היפוך הבחירה"
1209
 
1210
+ #: templates/author.php:95 templates/user.php:113
1211
  msgid "Choose your action"
1212
  msgstr ""
1213
 
1214
+ #: templates/author.php:98 templates/user.php:116
1215
  #, fuzzy
1216
  msgid "All comments"
1217
  msgstr "כל התגובות החדשות"
1218
 
1219
+ #: templates/author.php:99 templates/user.php:117
1220
+ #: wp_subscribe_reloaded.php:1118
1221
  msgid "Replies to my comments"
1222
  msgstr "תגובות להערות שלי"
1223
 
1224
+ #: templates/author.php:105 templates/confirm.php:28
1225
+ #: templates/request-management-link.php:125 templates/user.php:127
1226
  msgid "Return to Post"
1227
  msgstr ""
1228
 
1229
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1230
+ #: templates/user.php:131
1231
  msgid "No subscriptions match your search criteria."
1232
  msgstr "אין הרשמה התואמת את קריטריון החיפוש שלך."
1233
 
1237
  "enter your email below and a new link will be send."
1238
  msgstr ""
1239
 
1240
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1241
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1242
+ #: templates/subscribe.php:148
1243
  msgid "Send"
1244
  msgstr "שלח"
1245
 
1246
+ #: templates/request-management-link.php:143
1247
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1248
+ #: templates/subscribe.php:178
1249
+ #, fuzzy
1250
+ msgid "Email address is not valid"
1251
+ msgstr "כתובת המייל של השולח"
1252
+
1253
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1254
+ msgid "Please enter your email"
1255
+ msgstr ""
1256
+
1257
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1258
  msgid "New subscription to"
1259
  msgstr "הרשמה חדשה ל"
1260
 
1261
+ #: templates/subscribe.php:61
1262
  msgid "User:"
1263
  msgstr "משתמש:"
1264
 
1421
 
1422
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1423
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1424
+ #: utils/stcr_upgrade.php:610
1425
  #, fuzzy
1426
  msgid ""
1427
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1466
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1467
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1468
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1469
+ #: utils/stcr_upgrade.php:615
1470
  msgid ""
1471
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1472
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1553
 
1554
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1555
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1556
+ #: utils/stcr_upgrade.php:609
1557
  msgid "This version includes fixes and improvements, "
1558
  msgstr ""
1559
 
1569
  msgstr ""
1570
 
1571
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1572
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1573
  msgid "Log Settings"
1574
  msgstr ""
1575
 
1576
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1577
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1578
  msgid ""
1579
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1580
  msgstr ""
1590
  msgstr ""
1591
 
1592
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1593
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1594
  msgid "The support of this plugin is given thanks to your donations."
1595
  msgstr ""
1596
 
1641
  msgid "<strong>Fix</strong> issue regarding database collations"
1642
  msgstr ""
1643
 
1644
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1645
  msgid ""
1646
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1647
  "aria-hidden=\"true\"></i> <a href=\"\n"
1652
  "Thanks for all the users that have supported the plugin development."
1653
  msgstr ""
1654
 
1655
+ #: utils/stcr_utils.php:158
1656
+ msgid "January"
1657
+ msgstr ""
1658
+
1659
+ #: utils/stcr_utils.php:159
1660
+ msgid "February"
1661
+ msgstr ""
1662
+
1663
+ #: utils/stcr_utils.php:160
1664
+ #, fuzzy
1665
+ #| msgid "Search"
1666
+ msgid "March"
1667
+ msgstr "חפש"
1668
+
1669
+ #: utils/stcr_utils.php:161
1670
+ msgid "April"
1671
+ msgstr ""
1672
+
1673
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1674
+ msgid "May"
1675
+ msgstr ""
1676
+
1677
+ #: utils/stcr_utils.php:163
1678
+ msgid "June"
1679
+ msgstr ""
1680
+
1681
+ #: utils/stcr_utils.php:164
1682
+ msgid "July"
1683
+ msgstr ""
1684
+
1685
+ #: utils/stcr_utils.php:165
1686
+ msgid "August"
1687
+ msgstr ""
1688
+
1689
+ #: utils/stcr_utils.php:166
1690
+ msgid "September"
1691
+ msgstr ""
1692
+
1693
+ #: utils/stcr_utils.php:167
1694
+ msgid "October"
1695
+ msgstr ""
1696
+
1697
+ #: utils/stcr_utils.php:168
1698
+ msgid "November"
1699
+ msgstr ""
1700
+
1701
+ #: utils/stcr_utils.php:169
1702
+ msgid "December"
1703
+ msgstr ""
1704
+
1705
+ #: utils/stcr_utils.php:173
1706
+ msgid "Jan"
1707
+ msgstr ""
1708
+
1709
+ #: utils/stcr_utils.php:174
1710
+ msgid "Feb"
1711
+ msgstr ""
1712
+
1713
+ #: utils/stcr_utils.php:175
1714
+ msgid "Mar"
1715
+ msgstr ""
1716
+
1717
+ #: utils/stcr_utils.php:176
1718
+ msgid "Apr"
1719
+ msgstr ""
1720
+
1721
+ #: utils/stcr_utils.php:178
1722
+ msgid "Jun"
1723
+ msgstr ""
1724
+
1725
+ #: utils/stcr_utils.php:179
1726
+ msgid "Jul"
1727
+ msgstr ""
1728
+
1729
+ #: utils/stcr_utils.php:180
1730
+ msgid "Aug"
1731
+ msgstr ""
1732
+
1733
+ #: utils/stcr_utils.php:181
1734
+ msgid "Sep"
1735
+ msgstr ""
1736
+
1737
+ #: utils/stcr_utils.php:182
1738
+ msgid "Oct"
1739
+ msgstr ""
1740
+
1741
+ #: utils/stcr_utils.php:183
1742
+ #, fuzzy
1743
+ #| msgid "No"
1744
+ msgid "Nov"
1745
+ msgstr "לא"
1746
+
1747
+ #: utils/stcr_utils.php:184
1748
+ msgid "Dec"
1749
+ msgstr ""
1750
+
1751
+ #: utils/stcr_utils.php:273
1752
  msgid ""
1753
  "Notify me of followup comments via e-mail. You can also <a "
1754
  "href='[subscribe_link]'>subscribe</a> without commenting."
1756
  "נא לעדכן אותי במייל על תגובות נוספות. אפשר גם <a "
1757
  "href='[subscribe_link]'>להירשם</a> מבלי להגיב."
1758
 
1759
+ #: utils/stcr_utils.php:274
1760
  msgid ""
1761
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1762
  "subscriptions."
1763
  msgstr ""
1764
  "ההרשמה שלך לפוסט זה פעילה. <a href='[manager_link]'>ניהול ההרשמות שלך</a>. "
1765
 
1766
+ #: utils/stcr_utils.php:275
1767
  msgid ""
1768
  "Your subscription to this post needs to be confirmed. <a "
1769
  "href='[manager_link]'>Manage your subscriptions</a>."
1771
  "ההרשמה שלך לפוסט זה צריכה אישור. <a href='[manager_link]'>לניהול ההרשמות "
1772
  "שלך</a>."
1773
 
1774
+ #: utils/stcr_utils.php:276
1775
  msgid ""
1776
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1777
  msgstr "אפשר <a href='[manager_link]'>לנהל את ההרשמה</a> של פוסט זה."
1778
 
1779
+ #: utils/stcr_utils.php:282
1780
  msgid ""
1781
  "To manage your subscriptions, please enter your email address here below. We "
1782
  "will send you a message containing the link to access your personal "
1785
  "כדי לנהל את ההרשמות שלך, נא להזין את האימייל שלך להלן. נשלח לך הודעה המכילה "
1786
  "קישור לעמוד הניהול האישי שלך."
1787
 
1788
+ #: utils/stcr_utils.php:283
1789
  msgid ""
1790
  "Thank you for using our subscription service. Your request has been "
1791
  "completed, and you should receive an email with the management link in a few "
1794
  "תודה שהשתמשת בשירות ההרשמה שלנו. בקשתך הושלמה ותוך דקות יישלח אליך אימייל עם "
1795
  "קישור ניהול הרשמה שלך."
1796
 
1797
+ #: utils/stcr_utils.php:284
1798
  msgid ""
1799
  "You can follow the discussion on <strong>[post_title]</strong> without "
1800
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1803
  "אפשר לעקוב אחר הדיון ב <strong>[post_title]</strong> ללא צורך לשלוח תגובה. "
1804
  "מגניב, אה? רק להזין את כתובת האימייל שלך בשדה שלהלן."
1805
 
1806
+ #: utils/stcr_utils.php:285
1807
  msgid ""
1808
  "Thank you for using our subscription service. Your request has been "
1809
  "completed. You will receive a notification email every time a new comment to "
1812
  "תודה שהשתמש בשירות ההרשמה שלנו. בקשתך הושלמה. התראה באימייל תישלח על כל "
1813
  "תגובה חדשה שתאושר על-ידי ההנהלה לפוסט זה."
1814
 
1815
+ #: utils/stcr_utils.php:286
1816
  msgid ""
1817
  "Thank you for using our subscription service. In order to confirm your "
1818
  "request, please check your email for the verification message and follow the "
1821
  "תודה על השימוש בשירות ההרשמה שלנו. כדי לאשר את הבקשה שלך, נא לבדוק ת האימייל "
1822
  "שלך כדי לאשר את ההרשמה לפי ההנחיות במייל ."
1823
 
1824
+ #: utils/stcr_utils.php:287
1825
  msgid ""
1826
  "In order to cancel or suspend one or more notifications, select the "
1827
  "corresponding checkbox(es) and click on the button at the end of the list."
1829
  "כדי לבטל או להשעות הודעה אחת או יותר נא לבחור תיבת(ות) סימון בהתאמה וללחוץ "
1830
  "על הכפתור שבסוף הרשימה."
1831
 
1832
+ #: utils/stcr_utils.php:288
1833
  msgid ""
1834
  "In order to cancel or suspend one or more notifications, select the "
1835
  "corresponding checkbox(es) and click on the button at the end of the list. "
1838
  "כדי לבטל או להשעות התראה אחת או יותר, נא לבחור בתיבת(ות) הסימון המתאימה(ות) "
1839
  "וללחוץ על הכפתור שבסוף הרשימה. כעת יש הרשמות ל:"
1840
 
1841
+ #: utils/stcr_utils.php:292
1842
  msgid "There is a new comment to [post_title]"
1843
  msgstr "יש תגובה חדשה ל [post_title]"
1844
 
1845
+ #: utils/stcr_utils.php:293
1846
  msgid ""
1847
  "<h1>There is a new comment on [post_title].</h1>\n"
1848
  "\n"
1859
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1860
  msgstr ""
1861
 
1862
+ #: utils/stcr_utils.php:294
1863
  msgid "Please confirm your subscription to [post_title]"
1864
  msgstr "נא לאשר את ההרשמה שלך ל [post_title]"
1865
 
1866
+ #: utils/stcr_utils.php:295
1867
  #, fuzzy
1868
  #| msgid ""
1869
  #| "You have requested to be notified every time a new comment is added to:\n"
1884
  "נא לאמת את הבקשה באמצעות לחיצה על הקישור:\n"
1885
  "[confirm_link]"
1886
 
1887
+ #: utils/stcr_utils.php:296
1888
  msgid "Manage your subscriptions on [blog_name]"
1889
  msgstr "ניהול ההרשמות שלך ב [blog_name]"
1890
 
1891
+ #: utils/stcr_utils.php:297
1892
  msgid ""
1893
  "You have requested to manage your subscriptions to the articles on "
1894
  "[blog_name]. Please check the Subscriptions management link in your email"
1895
  msgstr ""
1896
 
1897
+ #: utils/stcr_utils.php:298
1898
  #, fuzzy
1899
  #| msgid ""
1900
  #| "You have requested to manage your subscriptions to the articles on "
1909
  "הניהול שלך:\n"
1910
  "[manager_link]"
1911
 
1912
+ #: utils/stcr_utils.php:378
1913
  #, fuzzy
1914
  msgid "StCR Notification"
1915
  msgstr "הודעות"
1916
 
1917
+ #: wp_subscribe_reloaded.php:1116
1918
  msgid "Don't subscribe"
1919
  msgstr "א להירשם"
1920
 
1921
+ #: wp_subscribe_reloaded.php:1117
1922
  msgid "All"
1923
  msgstr "הכול"
1924
 
langs/subscribe-reloaded-hu_HU.mo CHANGED
Binary file
langs/subscribe-reloaded-hu_HU.po CHANGED
@@ -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-12 15:08-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:10-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Web Geeks <epoxhun@gmail.com>\n"
9
  "Language: hu\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:203
21
  msgid "Manage subscriptions"
22
  msgstr "Feliratkozás kezelése"
23
 
@@ -46,7 +46,7 @@ msgstr "Падтрымка"
46
  msgid "Donate"
47
  msgstr ""
48
 
49
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
50
  msgid "Add New Subscription"
51
  msgstr "Új Feliratkozás hozzáadása "
52
 
@@ -55,78 +55,80 @@ msgstr "Új Feliratkozás hozzáadása "
55
  msgid "Post:"
56
  msgstr "Bejegyzés:"
57
 
58
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
61
  msgid "Email"
62
  msgstr "Email"
63
 
64
  #: options/panel1-add-subscription.php:20
65
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "Státusz"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
73
  #: templates/user.php:76
74
  msgid "Active"
75
  msgstr "Aktív"
76
 
77
  #: options/panel1-add-subscription.php:23
78
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr "Csak a válaszokra"
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
84
  msgid "Ask user to confirm"
85
  msgstr "Megerősítés kérés"
86
 
87
  #: options/panel1-add-subscription.php:26
88
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
89
  msgid "Update"
90
  msgstr "Frissítés"
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "Feliratkozás hozzáadva."
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "Feliratkozás frissítve."
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "Feliratkozás törölve."
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "Feliratkozások törölve:"
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "Feliratkozások kikapcsolva:"
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "Feliratkozások bekapcsolva:"
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
120
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
121
  #: templates/user.php:49
122
  msgid "Subscriptions updated:"
123
  msgstr "Feliratkozások frissítva:"
124
 
125
- #: options/panel1-business-logic.php:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; Előző"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "Következő &raquo;"
132
 
@@ -141,8 +143,8 @@ msgstr "Értesítés frissítése"
141
  msgid "optional"
142
  msgstr "nem kötelező"
143
 
144
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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
  "Kérlek vedd figyelembe, hogy ezt nem tudod visszavonni. Biztos folytatod?"
152
 
153
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
154
  msgid "From"
155
  msgstr "Feladó"
156
 
157
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
158
  msgid "To"
159
  msgstr "Címzett"
160
 
161
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
162
  msgid "Keep unchanged"
163
  msgstr "Maradjon változatlan"
164
 
165
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
166
  msgid "Suspended"
167
  msgstr "Kikapcsolva"
168
 
169
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
170
  msgid "Mass Update Subscriptions"
171
  msgstr "Feliratkozások csoportos frissítése"
172
 
173
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
174
  msgid "email address"
175
  msgstr "Küldő e-mail címe"
176
 
177
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
178
  msgid "optional - new email address"
179
  msgstr "Абнавіць электронны адрас"
180
 
181
- #: options/panel1.php:49
182
  msgid "More info"
183
  msgstr "Dettagli"
184
 
185
- #: options/panel1.php:55
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:68
192
  msgid "Post ID"
193
  msgstr "Post ID"
194
 
195
- #: options/panel1.php:83
196
  msgid "Add"
197
  msgstr "Hozzáadás"
198
 
199
- #: options/panel1.php:98
200
  msgid "Search subscriptions"
201
  msgstr "Feliratkozás keresés"
202
 
203
- #: options/panel1.php:102
204
  #, php-format
205
  msgid ""
206
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -209,139 +220,165 @@ msgstr ""
209
  "Megnézheted <a href=\"%s\">az összes feliratkozást</a> vagy megkeresheted, "
210
  "ahol"
211
 
212
- #: options/panel1.php:106
213
  msgid "email"
214
  msgstr "email"
215
 
216
- #: options/panel1.php:107
217
  msgid "post ID"
218
  msgstr "post ID"
219
 
220
- #: options/panel1.php:108
221
  msgid "status"
222
  msgstr "státusz"
223
 
224
- #: options/panel1.php:111
225
  msgid "equals"
226
  msgstr "egyenlő"
227
 
228
- #: options/panel1.php:112
229
  msgid "contains"
230
  msgstr "tartalmazza"
231
 
232
- #: options/panel1.php:113
233
  msgid "does not contain"
234
  msgstr "nem tartalmazza"
235
 
236
- #: options/panel1.php:114
237
  msgid "starts with"
238
  msgstr "ezzel kezdődik"
239
 
240
- #: options/panel1.php:115
241
  msgid "ends with"
242
  msgstr "ezzel végződik"
243
 
244
- #: options/panel1.php:118
245
  msgid "results per page:"
246
  msgstr "eredmény oldal:"
247
 
248
- #: options/panel1.php:120
249
  msgid "Search"
250
  msgstr "Keresés"
251
 
252
- #: options/panel1.php:128
253
  msgid "Reverse the order by Post ID"
254
  msgstr "Fordított sorrend Post ID alapján"
255
 
256
- #: options/panel1.php:129 options/panel1.php:130
257
  msgid "Reverse the order by Date/Time"
258
  msgstr "Fordított sorrend Dátum/Idő szerint"
259
 
260
- #: options/panel1.php:132
261
  msgid "Post (ID)"
262
  msgstr "Post (ID)"
263
 
264
- #: options/panel1.php:135
265
  msgid "Search query:"
266
  msgstr "Keresett kifejezés:"
267
 
268
- #: options/panel1.php:135
269
  msgid "Rows:"
270
  msgstr "Oszlopok:"
271
 
272
- #: options/panel1.php:135
273
  msgid "of"
274
  msgstr "ennyiből"
275
 
276
- #: options/panel1.php:142 options/panel1.php:158
277
  msgid "Date and Time"
278
  msgstr "Dátum és Idő"
279
 
280
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
281
  msgid "Replies"
282
  msgstr "Válaszok"
283
 
284
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
285
  msgid "Replies Unconfirmed"
286
  msgstr ""
287
 
288
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
289
  msgid "All Comments"
290
  msgstr "Minden új hozzászólás"
291
 
292
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
293
  msgid "Unconfirmed"
294
  msgstr ""
295
 
296
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
297
  msgid "Inactive"
298
  msgstr "Aktív"
299
 
300
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
301
- #: templates/user.php:111
302
  msgid "Delete"
303
  msgstr "Törlés"
304
 
305
- #: options/panel1.php:202 options/panel1.php:212
306
  msgid "Edit"
307
  msgstr "Szerkesztés"
308
 
309
- #: options/panel1.php:204 options/panel1.php:210
310
  msgid "Subscription"
311
  msgstr "Feliratkozás"
312
 
313
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
314
  msgid "Action:"
315
  msgstr "Tevékenység:"
316
 
317
- #: options/panel1.php:227
318
  msgid "Delete forever"
319
  msgstr "Végleges törlés"
320
 
321
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
322
  msgid "Suspend"
323
  msgstr "Kikapcsolás"
324
 
325
- #: options/panel1.php:229
326
  msgid "Activate and set to Y"
327
  msgstr "Aktiválás és Y-ra állítás"
328
 
329
- #: options/panel1.php:230
330
  msgid "Activate and set to R"
331
  msgstr "Aktiválás és R-re állítás"
332
 
333
- #: options/panel1.php:231
334
  msgid "Activate"
335
  msgstr "Aktiválás"
336
 
337
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
338
  msgid "Update subscriptions"
339
  msgstr "Feliratkozások frissítése"
340
 
341
- #: options/panel1.php:238
342
  msgid "Sorry, no subscriptions match your search criteria."
343
  msgstr "Bocsi, nincs a keresésnek megfelelő feliratkozás."
344
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  #: options/panel10.php:41
346
  msgid "The log file has been successfully deleted."
347
  msgstr ""
@@ -363,30 +400,30 @@ msgid "Enable Auto clean log data"
363
  msgstr ""
364
 
365
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
366
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
367
  msgid "Your settings have been successfully updated."
368
  msgstr "Beállításaid sikeresen frissítve."
369
 
370
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
371
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
372
  msgid "There was an error updating the following fields:"
373
  msgstr "Hiba volt az alábbi mezők frissítésekor."
374
 
375
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
376
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
377
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
378
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
379
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
380
- #: options/panel5.php:210 options/panel5.php:219
381
  msgid "Yes"
382
  msgstr "Igen"
383
 
384
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
385
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
386
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
387
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
388
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
389
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
390
  msgid "No"
391
  msgstr "Nem"
392
 
@@ -430,7 +467,7 @@ msgid "System Information"
430
  msgstr ""
431
 
432
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
433
- #: options/panel4.php:283 options/panel5.php:265
434
  msgid "Save Changes"
435
  msgstr "Változások Mentése"
436
 
@@ -857,7 +894,7 @@ msgstr "Beállításaid sikeresen frissítve."
857
  msgid "There was an error deleting the options:"
858
  msgstr "Hiba volt az alábbi mezők frissítésekor."
859
 
860
- #: options/panel5.php:48 options/panel5.php:108
861
  msgid "Show StCR checkbox / dropdown"
862
  msgstr ""
863
 
@@ -865,23 +902,23 @@ msgstr ""
865
  msgid "Safetly Uninstall"
866
  msgstr ""
867
 
868
- #: options/panel5.php:54 options/panel5.php:125
869
  msgid "Autopurge requests"
870
  msgstr "Kérések automatikus ürítése"
871
 
872
- #: options/panel5.php:57 options/panel5.php:143
873
  msgid "Enable double check"
874
  msgstr "Dupla ellenőrzés bekapcsolása"
875
 
876
- #: options/panel5.php:60 options/panel5.php:134
877
  msgid "StCR Position"
878
  msgstr ""
879
 
880
- #: options/panel5.php:63 options/panel5.php:151
881
  msgid "Subscribe authors"
882
  msgstr "Subscribe authors"
883
 
884
- #: options/panel5.php:66 options/panel5.php:161
885
  msgid "Enable HTML emails"
886
  msgstr "HTML e-mailek bekapcsolása"
887
 
@@ -897,43 +934,44 @@ msgstr "Trackback küldés"
897
  msgid "Notify admin"
898
  msgstr "Admin értesítés"
899
 
900
- #: options/panel5.php:78 options/panel5.php:199
901
  msgid "Let admin subscribe"
902
  msgstr "Az admin is feliratkozhat"
903
 
904
- #: options/panel5.php:81 options/panel5.php:208
905
  msgid "BCC admin on Notifications"
906
  msgstr "Titkos másolat az adminisztrátornak az értesítésekről"
907
 
908
- #: options/panel5.php:84 options/panel5.php:217
909
  msgid "Enable Font Awesome"
910
  msgstr ""
911
 
912
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
913
  msgid "Reset All Options"
914
  msgstr ""
915
 
916
- #: options/panel5.php:112
917
  msgid ""
918
  "This option will disable the StCR checkbox or dropdown in you comment form. "
919
  "You should leave it to Yes always. "
920
  msgstr ""
921
 
922
- #: options/panel5.php:117
923
  msgid "Safely Uninstall"
924
  msgstr ""
925
 
926
- #: options/panel5.php:121
927
  msgid ""
928
  "This option will allow you to delete the plugin with WordPress without "
929
  "loosing your subscribers. Any database table and plugin options are wipeout."
930
  msgstr ""
931
 
932
- #: options/panel5.php:128
933
  msgid "days"
934
  msgstr "nap"
935
 
936
- #: options/panel5.php:129
937
  msgid ""
938
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
939
  "this feature."
@@ -941,27 +979,38 @@ msgstr ""
941
  "Meg nem erősített feliratkozások törlése X nap után. Nulla érték esetén "
942
  "nincs törlés."
943
 
944
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
945
  msgid ""
946
  "If this option is enable the subscription box will be above the submit "
947
  "button in your comment form. Use this when your theme is outdated and using "
948
  "the incorrect WordPress Hooks and the checkbox is not displayed."
949
  msgstr ""
950
 
951
- #: options/panel5.php:147
952
  msgid ""
953
  "Send a notification email to confirm the subscription (to avoid addresses "
954
  "misuse)."
955
  msgstr ""
956
  "Megerősítő email küldés a feliratkozáshoz (helytelen email cím elkerüléshez)."
957
 
958
- #: options/panel5.php:156
959
  msgid ""
960
  "Automatically subscribe authors to their own articles (not retroactive)."
961
  msgstr ""
962
  "Automatically subscribe authors to their own articles (not retroactive)."
963
 
964
- #: options/panel5.php:165
965
  msgid ""
966
  "If enabled, will send email messages with content-type = text/html instead "
967
  "of text/plain"
@@ -969,11 +1018,11 @@ msgstr ""
969
  "Bekapcsolva az e-mail értesítéseknél a content-type = text/html lesz text/"
970
  "plain helyett"
971
 
972
- #: options/panel5.php:170
973
  msgid "HTMLify links in emails"
974
  msgstr "HTML linkekké alakítás az e-mailekben"
975
 
976
- #: options/panel5.php:175
977
  msgid ""
978
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
979
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -982,54 +1031,54 @@ msgstr ""
982
  "<code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> (csak ha a HTML e-mail be van "
983
  "kapcsolva)."
984
 
985
- #: options/panel5.php:180
986
  msgid "Process trackbacks"
987
  msgstr "Trackback-ek feldolgozása"
988
 
989
- #: options/panel5.php:184
990
  msgid ""
991
  "Notify users when a new trackback or pingback is added to the discussion."
992
  msgstr ""
993
  "Felhasználó értesítése, ha új trackback vagy pingback érkezik egy "
994
  "beszélgetéshez."
995
 
996
- #: options/panel5.php:189
997
  msgid "Track all subscriptions"
998
  msgstr "Minden feliratkozás követése"
999
 
1000
- #: options/panel5.php:194
1001
  msgid "Notify the administrator when users subscribe without commenting."
1002
  msgstr ""
1003
  "Adminisztrátori értesítés, ha valaki hozzászólás nélkül iratkozik fel "
1004
  "értesítésre."
1005
 
1006
- #: options/panel5.php:203
1007
  msgid "Let the administrator subscribe to comments when logged in."
1008
  msgstr "Az adminisztrátor bejelentkezve fel tudjon iratkoznu."
1009
 
1010
- #: options/panel5.php:212
1011
  msgid "Send a copy of all Notifications to the administrator."
1012
  msgstr "Másolat küldés minden értesítésről az adminisztrátornak."
1013
 
1014
- #: options/panel5.php:221
1015
  msgid ""
1016
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1017
  "you theme already add this into your site."
1018
  msgstr ""
1019
 
1020
- #: options/panel5.php:226
1021
  msgid "StCR Unique Key"
1022
  msgstr "StCR Unique Key"
1023
 
1024
- #: options/panel5.php:231
1025
  msgid "This Unique Key is not set, please click the following button to "
1026
  msgstr "Nincs Unique Key (egyedi kulcs) beállítva. Kattints a következő gombra"
1027
 
1028
- #: options/panel5.php:235 options/panel5.php:246
1029
  msgid "Generate"
1030
  msgstr "Generálás"
1031
 
1032
- #: options/panel5.php:243
1033
  msgid ""
1034
  "This Unique Key will be use to send the notification to your subscribers "
1035
  "with more security."
@@ -1038,17 +1087,17 @@ msgstr ""
1038
  "nagyobb\n"
1039
  "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbiztonsággal menjenek ki."
1040
 
1041
- #: options/panel5.php:256
1042
  msgid ""
1043
  "This will reset all the options and messages of the plugin. Please proceed "
1044
  "with caution."
1045
  msgstr ""
1046
 
1047
- #: options/panel5.php:258
1048
  msgid "Yes, Delete Options including subscriptions."
1049
  msgstr ""
1050
 
1051
- #: options/panel5.php:259
1052
  msgid "No, Only delete the StCR Options."
1053
  msgstr ""
1054
 
@@ -1176,34 +1225,34 @@ msgstr ""
1176
  msgid "Subscription Status"
1177
  msgstr ""
1178
 
1179
- #: templates/author.php:88 templates/user.php:104
1180
  msgid "Select all"
1181
  msgstr "Mind kiválasztása"
1182
 
1183
- #: templates/author.php:89 templates/user.php:106
1184
  msgid "Invert selection"
1185
  msgstr "Fordított kiválasztás"
1186
 
1187
- #: templates/author.php:92 templates/user.php:110
1188
  msgid "Choose your action"
1189
  msgstr ""
1190
 
1191
- #: templates/author.php:95 templates/user.php:113
1192
  msgid "All comments"
1193
  msgstr "Minden új hozzászólás"
1194
 
1195
- #: templates/author.php:96 templates/user.php:114
1196
- #: wp_subscribe_reloaded.php:1122
1197
  msgid "Replies to my comments"
1198
  msgstr "Csak a válaszokra"
1199
 
1200
- #: templates/author.php:102 templates/confirm.php:28
1201
- #: templates/request-management-link.php:114 templates/user.php:124
1202
  msgid "Return to Post"
1203
  msgstr ""
1204
 
1205
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1206
- #: templates/user.php:128
1207
  msgid "No subscriptions match your search criteria."
1208
  msgstr "Nincs a keresésnek megfelelő feliratkozás."
1209
 
@@ -1213,16 +1262,29 @@ msgid ""
1213
  "enter your email below and a new link will be send."
1214
  msgstr ""
1215
 
1216
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1217
- #: templates/subscribe.php:112
 
1218
  msgid "Send"
1219
  msgstr "Küldés"
1220
 
1221
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1222
  msgid "New subscription to"
1223
  msgstr "Új feliratkozás erre"
1224
 
1225
- #: templates/subscribe.php:51
1226
  msgid "User:"
1227
  msgstr "Felhasználó:"
1228
 
@@ -1390,6 +1452,7 @@ msgstr ""
1390
 
1391
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1392
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1393
  msgid ""
1394
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1395
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1430,6 +1493,7 @@ msgstr ""
1430
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1431
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1432
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1433
  msgid ""
1434
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1435
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1516,6 +1580,7 @@ msgstr ""
1516
 
1517
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1518
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1519
  msgid "This version includes fixes and improvements, "
1520
  msgstr ""
1521
 
@@ -1531,12 +1596,12 @@ msgid ""
1531
  msgstr ""
1532
 
1533
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1534
- #: utils/stcr_upgrade.php:576
1535
  msgid "Log Settings"
1536
  msgstr ""
1537
 
1538
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1539
- #: utils/stcr_upgrade.php:580
1540
  msgid ""
1541
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1542
  msgstr ""
@@ -1552,7 +1617,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1552
  msgstr ""
1553
 
1554
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1555
- #: utils/stcr_upgrade.php:590
1556
  msgid "The support of this plugin is given thanks to your donations."
1557
  msgstr ""
1558
 
@@ -1603,7 +1668,7 @@ msgstr ""
1603
  msgid "<strong>Fix</strong> issue regarding database collations"
1604
  msgstr ""
1605
 
1606
- #: utils/stcr_upgrade.php:591
1607
  msgid ""
1608
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1609
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1614,7 +1679,105 @@ msgid ""
1614
  "Thanks for all the users that have supported the plugin development."
1615
  msgstr ""
1616
 
1617
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1618
  msgid ""
1619
  "Notify me of followup comments via e-mail. You can also <a "
1620
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1622,7 +1785,7 @@ msgstr ""
1622
  "A hozzászólásokról email-ben kérek értesítést. <a "
1623
  "href='[subscribe_link]'>Feliratkozás</a> hozzászólás nélkül is lehetséges."
1624
 
1625
- #: utils/stcr_utils.php:197
1626
  msgid ""
1627
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1628
  "subscriptions."
@@ -1630,7 +1793,7 @@ msgstr ""
1630
  "Feliratkozva ehhez a bejegyzéshez. <a href='[manager_link]'Saját "
1631
  "feliratkozásaink kezelése</a>."
1632
 
1633
- #: utils/stcr_utils.php:198
1634
  msgid ""
1635
  "Your subscription to this post needs to be confirmed. <a "
1636
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1638,14 +1801,14 @@ msgstr ""
1638
  "A feliratkozási szándékot meg kell erősíteni: <a "
1639
  "href='[manager_link]'>Feliratkozás kezelése</a>."
1640
 
1641
- #: utils/stcr_utils.php:199
1642
  msgid ""
1643
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1644
  msgstr ""
1645
  "<a href='[manager_link]'>Saját feliratkozásunk kezelése</a> ennél a "
1646
  "bejegyzésnél."
1647
 
1648
- #: utils/stcr_utils.php:205
1649
  msgid ""
1650
  "To manage your subscriptions, please enter your email address here below. We "
1651
  "will send you a message containing the link to access your personal "
@@ -1654,7 +1817,7 @@ msgstr ""
1654
  "A feliratkozások kezeléséhez alul meg kell adni az email címet, amelyre "
1655
  "elküldjük azt a hivatkozást, amellyel a saját kezelési oldalra lehet belépni."
1656
 
1657
- #: utils/stcr_utils.php:206
1658
  msgid ""
1659
  "Thank you for using our subscription service. Your request has been "
1660
  "completed, and you should receive an email with the management link in a few "
@@ -1663,7 +1826,7 @@ msgstr ""
1663
  "Köszönjük, hogy használod az értesítőket. Néhány percen belül e-mailben "
1664
  "megkapot a beállításokhoz szükséges linked."
1665
 
1666
- #: utils/stcr_utils.php:207
1667
  msgid ""
1668
  "You can follow the discussion on <strong>[post_title]</strong> without "
1669
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1674,7 +1837,7 @@ msgstr ""
1674
  "Csak meg kell adni a saját email címet az alul található mezőbe, és máris "
1675
  "minden készen áll."
1676
 
1677
- #: utils/stcr_utils.php:208
1678
  msgid ""
1679
  "Thank you for using our subscription service. Your request has been "
1680
  "completed. You will receive a notification email every time a new comment to "
@@ -1684,7 +1847,7 @@ msgstr ""
1684
  "strong><br /> A kérést rögzítettük; minden egyes alkalommal küldünk egy "
1685
  "értesítést email címedre, amikor a bejegyzéshez új hozzászólás érkezik."
1686
 
1687
- #: utils/stcr_utils.php:209
1688
  msgid ""
1689
  "Thank you for using our subscription service. In order to confirm your "
1690
  "request, please check your email for the verification message and follow the "
@@ -1693,7 +1856,7 @@ msgstr ""
1693
  "Köszönjük, hogy használtad a feliratkozás szolgáltatásunkat! A kérésed "
1694
  "megerősítéséhez, kérjük ellenőrizd e-mailcímed, és kövesd az instrukciókat."
1695
 
1696
- #: utils/stcr_utils.php:210
1697
  msgid ""
1698
  "In order to cancel or suspend one or more notifications, select the "
1699
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1702,7 +1865,7 @@ msgstr ""
1702
  "értesítést, majd a megfelelő állapotot és kattints az Értesítés frissítése "
1703
  "gombra."
1704
 
1705
- #: utils/stcr_utils.php:211
1706
  msgid ""
1707
  "In order to cancel or suspend one or more notifications, select the "
1708
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1711,11 +1874,11 @@ msgstr ""
1711
  "Az értesítések kikapcsolásához, megszűntetéséhez, válassz jelölőnégyzetet és "
1712
  "a lista végén kattints a megfelelő gombra. Jelenleg ezek az értesítéseid:"
1713
 
1714
- #: utils/stcr_utils.php:215
1715
  msgid "There is a new comment to [post_title]"
1716
  msgstr "Új hozzászólás ehhez [post_title]"
1717
 
1718
- #: utils/stcr_utils.php:216
1719
  msgid ""
1720
  "<h1>There is a new comment on [post_title].</h1>\n"
1721
  "\n"
@@ -1732,11 +1895,11 @@ msgid ""
1732
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1733
  msgstr ""
1734
 
1735
- #: utils/stcr_utils.php:217
1736
  msgid "Please confirm your subscription to [post_title]"
1737
  msgstr "Kérlek, erősítsd meg feliratkozásod erre [post_title]"
1738
 
1739
- #: utils/stcr_utils.php:218
1740
  #, fuzzy
1741
  #| msgid ""
1742
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1757,17 +1920,17 @@ msgstr ""
1757
  "Kérlek, erősítsd meg a feliratkozást az alábbi linkre kattintva:\n"
1758
  "[confirm_link]"
1759
 
1760
- #: utils/stcr_utils.php:219
1761
  msgid "Manage your subscriptions on [blog_name]"
1762
  msgstr "Ártesítés beállítások - [blog_name]"
1763
 
1764
- #: utils/stcr_utils.php:220
1765
  msgid ""
1766
  "You have requested to manage your subscriptions to the articles on "
1767
  "[blog_name]. Please check the Subscriptions management link in your email"
1768
  msgstr ""
1769
 
1770
- #: utils/stcr_utils.php:221
1771
  #, fuzzy
1772
  #| msgid ""
1773
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1781,15 +1944,15 @@ msgstr ""
1781
  "A [blog_name] oldal értesítési beállításainak elérése:\n"
1782
  "[manager_link]"
1783
 
1784
- #: utils/stcr_utils.php:300
1785
  msgid "StCR Notification"
1786
  msgstr "Értesítések"
1787
 
1788
- #: wp_subscribe_reloaded.php:1120
1789
  msgid "Don't subscribe"
1790
  msgstr "Nem iratkozom fel"
1791
 
1792
- #: wp_subscribe_reloaded.php:1121
1793
  msgid "All"
1794
  msgstr "Mindenre"
1795
 
@@ -1905,9 +2068,6 @@ msgstr "Mindenre"
1905
  #~ msgid "Management page"
1906
  #~ msgstr "Старонка кіравання"
1907
 
1908
- #~ msgid "Awaiting confirmation"
1909
- #~ msgstr "Чакае пацверджання"
1910
-
1911
  #~ msgid "Stats"
1912
  #~ msgstr "Статыстыка"
1913
 
@@ -2177,9 +2337,6 @@ msgstr "Mindenre"
2177
  #~ msgid "Is equal to"
2178
  #~ msgstr "Uguale a"
2179
 
2180
- #~ msgid "Day"
2181
- #~ msgstr "Giorno"
2182
-
2183
  #~ msgid "Go"
2184
  #~ msgstr "Vai"
2185
 
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:14-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:14-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Web Geeks <epoxhun@gmail.com>\n"
9
  "Language: hu\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 "Feliratkozás kezelése"
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 "Új Feliratkozás hozzáadása "
52
 
55
  msgid "Post:"
56
  msgstr "Bejegyzés:"
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 "Email"
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 "Státusz"
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 "Aktív"
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 "Csak a válaszokra"
84
 
85
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
86
  msgid "Ask user to confirm"
87
  msgstr "Megerősítés kérés"
88
 
89
  #: options/panel1-add-subscription.php:26
90
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
91
  msgid "Update"
92
  msgstr "Frissítés"
93
 
94
+ #: options/panel1-business-logic.php:40
95
  msgid "Subscription added."
96
  msgstr "Feliratkozás hozzáadva."
97
 
98
+ #: options/panel1-business-logic.php:65
99
  msgid "Subscriptions updated."
100
  msgstr "Feliratkozás frissítve."
101
 
102
+ #: options/panel1-business-logic.php:80
103
  msgid "Subscription deleted."
104
  msgstr "Feliratkozás törölve."
105
 
106
+ #: options/panel1-business-logic.php:99 templates/author.php:24
107
  #: templates/user.php:33
108
  msgid "Subscriptions deleted:"
109
  msgstr "Feliratkozások törölve:"
110
 
111
+ #: options/panel1-business-logic.php:103 templates/author.php:28
112
  #: templates/user.php:37
113
  msgid "Subscriptions suspended:"
114
  msgstr "Feliratkozások kikapcsolva:"
115
 
116
+ #: options/panel1-business-logic.php:107 templates/author.php:32
117
  #: templates/user.php:41
118
  msgid "Subscriptions activated:"
119
  msgstr "Feliratkozások bekapcsolva:"
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 "Feliratkozások frissítva:"
126
 
127
+ #: options/panel1-business-logic.php:147
128
  msgid "&laquo; Previous"
129
  msgstr "&laquo; Előző"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "Következő &raquo;"
134
 
143
  msgid "optional"
144
  msgstr "nem kötelező"
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
  "Kérlek vedd figyelembe, hogy ezt nem tudod visszavonni. Biztos folytatod?"
154
 
155
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
156
  msgid "From"
157
  msgstr "Feladó"
158
 
159
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
160
  msgid "To"
161
  msgstr "Címzett"
162
 
163
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
164
  msgid "Keep unchanged"
165
  msgstr "Maradjon változatlan"
166
 
167
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
168
  msgid "Suspended"
169
  msgstr "Kikapcsolva"
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 "Feliratkozások csoportos frissítése"
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 "Küldő e-mail címe"
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 "Post ID"
205
 
206
+ #: options/panel1.php:109
207
  msgid "Add"
208
  msgstr "Hozzáadás"
209
 
210
+ #: options/panel1.php:124
211
  msgid "Search subscriptions"
212
  msgstr "Feliratkozás keresés"
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 "
220
  "Megnézheted <a href=\"%s\">az összes feliratkozást</a> vagy megkeresheted, "
221
  "ahol"
222
 
223
+ #: options/panel1.php:132
224
  msgid "email"
225
  msgstr "email"
226
 
227
+ #: options/panel1.php:133
228
  msgid "post ID"
229
  msgstr "post ID"
230
 
231
+ #: options/panel1.php:134
232
  msgid "status"
233
  msgstr "státusz"
234
 
235
+ #: options/panel1.php:137
236
  msgid "equals"
237
  msgstr "egyenlő"
238
 
239
+ #: options/panel1.php:138
240
  msgid "contains"
241
  msgstr "tartalmazza"
242
 
243
+ #: options/panel1.php:139
244
  msgid "does not contain"
245
  msgstr "nem tartalmazza"
246
 
247
+ #: options/panel1.php:140
248
  msgid "starts with"
249
  msgstr "ezzel kezdődik"
250
 
251
+ #: options/panel1.php:141
252
  msgid "ends with"
253
  msgstr "ezzel végződik"
254
 
255
+ #: options/panel1.php:144
256
  msgid "results per page:"
257
  msgstr "eredmény oldal:"
258
 
259
+ #: options/panel1.php:146
260
  msgid "Search"
261
  msgstr "Keresés"
262
 
263
+ #: options/panel1.php:154
264
  msgid "Reverse the order by Post ID"
265
  msgstr "Fordított sorrend Post ID alapján"
266
 
267
+ #: options/panel1.php:155 options/panel1.php:156
268
  msgid "Reverse the order by Date/Time"
269
  msgstr "Fordított sorrend Dátum/Idő szerint"
270
 
271
+ #: options/panel1.php:158
272
  msgid "Post (ID)"
273
  msgstr "Post (ID)"
274
 
275
+ #: options/panel1.php:161
276
  msgid "Search query:"
277
  msgstr "Keresett kifejezés:"
278
 
279
+ #: options/panel1.php:161
280
  msgid "Rows:"
281
  msgstr "Oszlopok:"
282
 
283
+ #: options/panel1.php:161
284
  msgid "of"
285
  msgstr "ennyiből"
286
 
287
+ #: options/panel1.php:168 options/panel1.php:184
288
  msgid "Date and Time"
289
  msgstr "Dátum és Idő"
290
 
291
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
292
  msgid "Replies"
293
  msgstr "Válaszok"
294
 
295
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
296
  msgid "Replies Unconfirmed"
297
  msgstr ""
298
 
299
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
300
  msgid "All Comments"
301
  msgstr "Minden új hozzászólás"
302
 
303
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
304
  msgid "Unconfirmed"
305
  msgstr ""
306
 
307
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
308
  msgid "Inactive"
309
  msgstr "Aktív"
310
 
311
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
312
+ #: templates/user.php:114
313
  msgid "Delete"
314
  msgstr "Törlés"
315
 
316
+ #: options/panel1.php:228 options/panel1.php:238
317
  msgid "Edit"
318
  msgstr "Szerkesztés"
319
 
320
+ #: options/panel1.php:230 options/panel1.php:236
321
  msgid "Subscription"
322
  msgstr "Feliratkozás"
323
 
324
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
325
  msgid "Action:"
326
  msgstr "Tevékenység:"
327
 
328
+ #: options/panel1.php:253
329
  msgid "Delete forever"
330
  msgstr "Végleges törlés"
331
 
332
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
333
  msgid "Suspend"
334
  msgstr "Kikapcsolás"
335
 
336
+ #: options/panel1.php:255
337
  msgid "Activate and set to Y"
338
  msgstr "Aktiválás és Y-ra állítás"
339
 
340
+ #: options/panel1.php:256
341
  msgid "Activate and set to R"
342
  msgstr "Aktiválás és R-re állítás"
343
 
344
+ #: options/panel1.php:257
345
  msgid "Activate"
346
  msgstr "Aktiválás"
347
 
348
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
349
  msgid "Update subscriptions"
350
  msgstr "Feliratkozások frissítése"
351
 
352
+ #: options/panel1.php:264
353
  msgid "Sorry, no subscriptions match your search criteria."
354
  msgstr "Bocsi, nincs a keresésnek megfelelő feliratkozás."
355
 
356
+ #: options/panel1.php:321 options/panel1.php:389
357
+ #, fuzzy
358
+ #| msgid "Awaiting confirmation"
359
+ msgid "Missing information"
360
+ msgstr "Чакае пацверджання"
361
+
362
+ #: options/panel1.php:329 options/panel1.php:414
363
+ #, fuzzy
364
+ #| msgid "Sender email address"
365
+ msgid "Invalid email address."
366
+ msgstr "Küldő e-mail címe"
367
+
368
+ #: options/panel1.php:397
369
+ msgid "Enter a numeric Post ID."
370
+ msgstr ""
371
+
372
+ #: options/panel1.php:406
373
+ #, fuzzy
374
+ #| msgid "Awaiting confirmation"
375
+ msgid "Missing email information"
376
+ msgstr "Чакае пацверджання"
377
+
378
+ #: options/panel1.php:442 options/panel1.php:450
379
+ msgid "Please enter a value"
380
+ msgstr ""
381
+
382
  #: options/panel10.php:41
383
  msgid "The log file has been successfully deleted."
384
  msgstr ""
400
  msgstr ""
401
 
402
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
403
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
404
  msgid "Your settings have been successfully updated."
405
  msgstr "Beállításaid sikeresen frissítve."
406
 
407
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
408
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
409
  msgid "There was an error updating the following fields:"
410
  msgstr "Hiba volt az alábbi mezők frissítésekor."
411
 
412
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
413
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
414
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
415
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
416
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
417
+ #: options/panel5.php:221 options/panel5.php:230
418
  msgid "Yes"
419
  msgstr "Igen"
420
 
421
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
422
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
423
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
424
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
425
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
426
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
427
  msgid "No"
428
  msgstr "Nem"
429
 
467
  msgstr ""
468
 
469
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
470
+ #: options/panel4.php:283 options/panel5.php:276
471
  msgid "Save Changes"
472
  msgstr "Változások Mentése"
473
 
894
  msgid "There was an error deleting the options:"
895
  msgstr "Hiba volt az alábbi mezők frissítésekor."
896
 
897
+ #: options/panel5.php:48 options/panel5.php:111
898
  msgid "Show StCR checkbox / dropdown"
899
  msgstr ""
900
 
902
  msgid "Safetly Uninstall"
903
  msgstr ""
904
 
905
+ #: options/panel5.php:54 options/panel5.php:128
906
  msgid "Autopurge requests"
907
  msgstr "Kérések automatikus ürítése"
908
 
909
+ #: options/panel5.php:57 options/panel5.php:154
910
  msgid "Enable double check"
911
  msgstr "Dupla ellenőrzés bekapcsolása"
912
 
913
+ #: options/panel5.php:60 options/panel5.php:145
914
  msgid "StCR Position"
915
  msgstr ""
916
 
917
+ #: options/panel5.php:63 options/panel5.php:162
918
  msgid "Subscribe authors"
919
  msgstr "Subscribe authors"
920
 
921
+ #: options/panel5.php:66 options/panel5.php:172
922
  msgid "Enable HTML emails"
923
  msgstr "HTML e-mailek bekapcsolása"
924
 
934
  msgid "Notify admin"
935
  msgstr "Admin értesítés"
936
 
937
+ #: options/panel5.php:78 options/panel5.php:210
938
  msgid "Let admin subscribe"
939
  msgstr "Az admin is feliratkozhat"
940
 
941
+ #: options/panel5.php:81 options/panel5.php:219
942
  msgid "BCC admin on Notifications"
943
  msgstr "Titkos másolat az adminisztrátornak az értesítésekről"
944
 
945
+ #: options/panel5.php:84 options/panel5.php:228
946
  msgid "Enable Font Awesome"
947
  msgstr ""
948
 
949
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
950
+ #: options/panel5.php:272
951
  msgid "Reset All Options"
952
  msgstr ""
953
 
954
+ #: options/panel5.php:115
955
  msgid ""
956
  "This option will disable the StCR checkbox or dropdown in you comment form. "
957
  "You should leave it to Yes always. "
958
  msgstr ""
959
 
960
+ #: options/panel5.php:120
961
  msgid "Safely Uninstall"
962
  msgstr ""
963
 
964
+ #: options/panel5.php:124
965
  msgid ""
966
  "This option will allow you to delete the plugin with WordPress without "
967
  "loosing your subscribers. Any database table and plugin options are wipeout."
968
  msgstr ""
969
 
970
+ #: options/panel5.php:131
971
  msgid "days"
972
  msgstr "nap"
973
 
974
+ #: options/panel5.php:132
975
  msgid ""
976
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
977
  "this feature."
979
  "Meg nem erősített feliratkozások törlése X nap után. Nulla érték esetén "
980
  "nincs törlés."
981
 
982
+ #: options/panel5.php:136
983
+ msgid "Date Format"
984
+ msgstr ""
985
+
986
+ #: options/panel5.php:140
987
+ msgid ""
988
+ "Date format that will be display on the management page. Use <a "
989
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
990
+ "date-parameters' target='_blank'>PHP Date Format</a>"
991
+ msgstr ""
992
+
993
+ #: options/panel5.php:149
994
  msgid ""
995
  "If this option is enable the subscription box will be above the submit "
996
  "button in your comment form. Use this when your theme is outdated and using "
997
  "the incorrect WordPress Hooks and the checkbox is not displayed."
998
  msgstr ""
999
 
1000
+ #: options/panel5.php:158
1001
  msgid ""
1002
  "Send a notification email to confirm the subscription (to avoid addresses "
1003
  "misuse)."
1004
  msgstr ""
1005
  "Megerősítő email küldés a feliratkozáshoz (helytelen email cím elkerüléshez)."
1006
 
1007
+ #: options/panel5.php:167
1008
  msgid ""
1009
  "Automatically subscribe authors to their own articles (not retroactive)."
1010
  msgstr ""
1011
  "Automatically subscribe authors to their own articles (not retroactive)."
1012
 
1013
+ #: options/panel5.php:176
1014
  msgid ""
1015
  "If enabled, will send email messages with content-type = text/html instead "
1016
  "of text/plain"
1018
  "Bekapcsolva az e-mail értesítéseknél a content-type = text/html lesz text/"
1019
  "plain helyett"
1020
 
1021
+ #: options/panel5.php:181
1022
  msgid "HTMLify links in emails"
1023
  msgstr "HTML linkekké alakítás az e-mailekben"
1024
 
1025
+ #: options/panel5.php:186
1026
  msgid ""
1027
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1028
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1031
  "<code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> (csak ha a HTML e-mail be van "
1032
  "kapcsolva)."
1033
 
1034
+ #: options/panel5.php:191
1035
  msgid "Process trackbacks"
1036
  msgstr "Trackback-ek feldolgozása"
1037
 
1038
+ #: options/panel5.php:195
1039
  msgid ""
1040
  "Notify users when a new trackback or pingback is added to the discussion."
1041
  msgstr ""
1042
  "Felhasználó értesítése, ha új trackback vagy pingback érkezik egy "
1043
  "beszélgetéshez."
1044
 
1045
+ #: options/panel5.php:200
1046
  msgid "Track all subscriptions"
1047
  msgstr "Minden feliratkozás követése"
1048
 
1049
+ #: options/panel5.php:205
1050
  msgid "Notify the administrator when users subscribe without commenting."
1051
  msgstr ""
1052
  "Adminisztrátori értesítés, ha valaki hozzászólás nélkül iratkozik fel "
1053
  "értesítésre."
1054
 
1055
+ #: options/panel5.php:214
1056
  msgid "Let the administrator subscribe to comments when logged in."
1057
  msgstr "Az adminisztrátor bejelentkezve fel tudjon iratkoznu."
1058
 
1059
+ #: options/panel5.php:223
1060
  msgid "Send a copy of all Notifications to the administrator."
1061
  msgstr "Másolat küldés minden értesítésről az adminisztrátornak."
1062
 
1063
+ #: options/panel5.php:232
1064
  msgid ""
1065
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1066
  "you theme already add this into your site."
1067
  msgstr ""
1068
 
1069
+ #: options/panel5.php:237
1070
  msgid "StCR Unique Key"
1071
  msgstr "StCR Unique Key"
1072
 
1073
+ #: options/panel5.php:242
1074
  msgid "This Unique Key is not set, please click the following button to "
1075
  msgstr "Nincs Unique Key (egyedi kulcs) beállítva. Kattints a következő gombra"
1076
 
1077
+ #: options/panel5.php:246 options/panel5.php:257
1078
  msgid "Generate"
1079
  msgstr "Generálás"
1080
 
1081
+ #: options/panel5.php:254
1082
  msgid ""
1083
  "This Unique Key will be use to send the notification to your subscribers "
1084
  "with more security."
1087
  "nagyobb\n"
1088
  "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbiztonsággal menjenek ki."
1089
 
1090
+ #: options/panel5.php:267
1091
  msgid ""
1092
  "This will reset all the options and messages of the plugin. Please proceed "
1093
  "with caution."
1094
  msgstr ""
1095
 
1096
+ #: options/panel5.php:269
1097
  msgid "Yes, Delete Options including subscriptions."
1098
  msgstr ""
1099
 
1100
+ #: options/panel5.php:270
1101
  msgid "No, Only delete the StCR Options."
1102
  msgstr ""
1103
 
1225
  msgid "Subscription Status"
1226
  msgstr ""
1227
 
1228
+ #: templates/author.php:91 templates/user.php:107
1229
  msgid "Select all"
1230
  msgstr "Mind kiválasztása"
1231
 
1232
+ #: templates/author.php:92 templates/user.php:109
1233
  msgid "Invert selection"
1234
  msgstr "Fordított kiválasztás"
1235
 
1236
+ #: templates/author.php:95 templates/user.php:113
1237
  msgid "Choose your action"
1238
  msgstr ""
1239
 
1240
+ #: templates/author.php:98 templates/user.php:116
1241
  msgid "All comments"
1242
  msgstr "Minden új hozzászólás"
1243
 
1244
+ #: templates/author.php:99 templates/user.php:117
1245
+ #: wp_subscribe_reloaded.php:1118
1246
  msgid "Replies to my comments"
1247
  msgstr "Csak a válaszokra"
1248
 
1249
+ #: templates/author.php:105 templates/confirm.php:28
1250
+ #: templates/request-management-link.php:125 templates/user.php:127
1251
  msgid "Return to Post"
1252
  msgstr ""
1253
 
1254
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1255
+ #: templates/user.php:131
1256
  msgid "No subscriptions match your search criteria."
1257
  msgstr "Nincs a keresésnek megfelelő feliratkozás."
1258
 
1262
  "enter your email below and a new link will be send."
1263
  msgstr ""
1264
 
1265
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1266
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1267
+ #: templates/subscribe.php:148
1268
  msgid "Send"
1269
  msgstr "Küldés"
1270
 
1271
+ #: templates/request-management-link.php:143
1272
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1273
+ #: templates/subscribe.php:178
1274
+ #, fuzzy
1275
+ #| msgid "email address"
1276
+ msgid "Email address is not valid"
1277
+ msgstr "Küldő e-mail címe"
1278
+
1279
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1280
+ msgid "Please enter your email"
1281
+ msgstr ""
1282
+
1283
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1284
  msgid "New subscription to"
1285
  msgstr "Új feliratkozás erre"
1286
 
1287
+ #: templates/subscribe.php:61
1288
  msgid "User:"
1289
  msgstr "Felhasználó:"
1290
 
1452
 
1453
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1454
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1455
+ #: utils/stcr_upgrade.php:610
1456
  msgid ""
1457
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1458
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1493
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1494
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1495
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1496
+ #: utils/stcr_upgrade.php:615
1497
  msgid ""
1498
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1499
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1580
 
1581
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1582
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1583
+ #: utils/stcr_upgrade.php:609
1584
  msgid "This version includes fixes and improvements, "
1585
  msgstr ""
1586
 
1596
  msgstr ""
1597
 
1598
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1599
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1600
  msgid "Log Settings"
1601
  msgstr ""
1602
 
1603
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1604
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1605
  msgid ""
1606
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1607
  msgstr ""
1617
  msgstr ""
1618
 
1619
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1620
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1621
  msgid "The support of this plugin is given thanks to your donations."
1622
  msgstr ""
1623
 
1668
  msgid "<strong>Fix</strong> issue regarding database collations"
1669
  msgstr ""
1670
 
1671
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1672
  msgid ""
1673
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1674
  "aria-hidden=\"true\"></i> <a href=\"\n"
1679
  "Thanks for all the users that have supported the plugin development."
1680
  msgstr ""
1681
 
1682
+ #: utils/stcr_utils.php:158
1683
+ msgid "January"
1684
+ msgstr ""
1685
+
1686
+ #: utils/stcr_utils.php:159
1687
+ msgid "February"
1688
+ msgstr ""
1689
+
1690
+ #: utils/stcr_utils.php:160
1691
+ #, fuzzy
1692
+ #| msgid "Search"
1693
+ msgid "March"
1694
+ msgstr "Keresés"
1695
+
1696
+ #: utils/stcr_utils.php:161
1697
+ msgid "April"
1698
+ msgstr ""
1699
+
1700
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1701
+ #, fuzzy
1702
+ #| msgid "Day"
1703
+ msgid "May"
1704
+ msgstr "Giorno"
1705
+
1706
+ #: utils/stcr_utils.php:163
1707
+ msgid "June"
1708
+ msgstr ""
1709
+
1710
+ #: utils/stcr_utils.php:164
1711
+ msgid "July"
1712
+ msgstr ""
1713
+
1714
+ #: utils/stcr_utils.php:165
1715
+ msgid "August"
1716
+ msgstr ""
1717
+
1718
+ #: utils/stcr_utils.php:166
1719
+ msgid "September"
1720
+ msgstr ""
1721
+
1722
+ #: utils/stcr_utils.php:167
1723
+ msgid "October"
1724
+ msgstr ""
1725
+
1726
+ #: utils/stcr_utils.php:168
1727
+ msgid "November"
1728
+ msgstr ""
1729
+
1730
+ #: utils/stcr_utils.php:169
1731
+ msgid "December"
1732
+ msgstr ""
1733
+
1734
+ #: utils/stcr_utils.php:173
1735
+ msgid "Jan"
1736
+ msgstr ""
1737
+
1738
+ #: utils/stcr_utils.php:174
1739
+ msgid "Feb"
1740
+ msgstr ""
1741
+
1742
+ #: utils/stcr_utils.php:175
1743
+ msgid "Mar"
1744
+ msgstr ""
1745
+
1746
+ #: utils/stcr_utils.php:176
1747
+ msgid "Apr"
1748
+ msgstr ""
1749
+
1750
+ #: utils/stcr_utils.php:178
1751
+ msgid "Jun"
1752
+ msgstr ""
1753
+
1754
+ #: utils/stcr_utils.php:179
1755
+ msgid "Jul"
1756
+ msgstr ""
1757
+
1758
+ #: utils/stcr_utils.php:180
1759
+ msgid "Aug"
1760
+ msgstr ""
1761
+
1762
+ #: utils/stcr_utils.php:181
1763
+ msgid "Sep"
1764
+ msgstr ""
1765
+
1766
+ #: utils/stcr_utils.php:182
1767
+ msgid "Oct"
1768
+ msgstr ""
1769
+
1770
+ #: utils/stcr_utils.php:183
1771
+ #, fuzzy
1772
+ #| msgid "No"
1773
+ msgid "Nov"
1774
+ msgstr "Nem"
1775
+
1776
+ #: utils/stcr_utils.php:184
1777
+ msgid "Dec"
1778
+ msgstr ""
1779
+
1780
+ #: utils/stcr_utils.php:273
1781
  msgid ""
1782
  "Notify me of followup comments via e-mail. You can also <a "
1783
  "href='[subscribe_link]'>subscribe</a> without commenting."
1785
  "A hozzászólásokról email-ben kérek értesítést. <a "
1786
  "href='[subscribe_link]'>Feliratkozás</a> hozzászólás nélkül is lehetséges."
1787
 
1788
+ #: utils/stcr_utils.php:274
1789
  msgid ""
1790
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1791
  "subscriptions."
1793
  "Feliratkozva ehhez a bejegyzéshez. <a href='[manager_link]'Saját "
1794
  "feliratkozásaink kezelése</a>."
1795
 
1796
+ #: utils/stcr_utils.php:275
1797
  msgid ""
1798
  "Your subscription to this post needs to be confirmed. <a "
1799
  "href='[manager_link]'>Manage your subscriptions</a>."
1801
  "A feliratkozási szándékot meg kell erősíteni: <a "
1802
  "href='[manager_link]'>Feliratkozás kezelése</a>."
1803
 
1804
+ #: utils/stcr_utils.php:276
1805
  msgid ""
1806
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1807
  msgstr ""
1808
  "<a href='[manager_link]'>Saját feliratkozásunk kezelése</a> ennél a "
1809
  "bejegyzésnél."
1810
 
1811
+ #: utils/stcr_utils.php:282
1812
  msgid ""
1813
  "To manage your subscriptions, please enter your email address here below. We "
1814
  "will send you a message containing the link to access your personal "
1817
  "A feliratkozások kezeléséhez alul meg kell adni az email címet, amelyre "
1818
  "elküldjük azt a hivatkozást, amellyel a saját kezelési oldalra lehet belépni."
1819
 
1820
+ #: utils/stcr_utils.php:283
1821
  msgid ""
1822
  "Thank you for using our subscription service. Your request has been "
1823
  "completed, and you should receive an email with the management link in a few "
1826
  "Köszönjük, hogy használod az értesítőket. Néhány percen belül e-mailben "
1827
  "megkapot a beállításokhoz szükséges linked."
1828
 
1829
+ #: utils/stcr_utils.php:284
1830
  msgid ""
1831
  "You can follow the discussion on <strong>[post_title]</strong> without "
1832
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1837
  "Csak meg kell adni a saját email címet az alul található mezőbe, és máris "
1838
  "minden készen áll."
1839
 
1840
+ #: utils/stcr_utils.php:285
1841
  msgid ""
1842
  "Thank you for using our subscription service. Your request has been "
1843
  "completed. You will receive a notification email every time a new comment to "
1847
  "strong><br /> A kérést rögzítettük; minden egyes alkalommal küldünk egy "
1848
  "értesítést email címedre, amikor a bejegyzéshez új hozzászólás érkezik."
1849
 
1850
+ #: utils/stcr_utils.php:286
1851
  msgid ""
1852
  "Thank you for using our subscription service. In order to confirm your "
1853
  "request, please check your email for the verification message and follow the "
1856
  "Köszönjük, hogy használtad a feliratkozás szolgáltatásunkat! A kérésed "
1857
  "megerősítéséhez, kérjük ellenőrizd e-mailcímed, és kövesd az instrukciókat."
1858
 
1859
+ #: utils/stcr_utils.php:287
1860
  msgid ""
1861
  "In order to cancel or suspend one or more notifications, select the "
1862
  "corresponding checkbox(es) and click on the button at the end of the list."
1865
  "értesítést, majd a megfelelő állapotot és kattints az Értesítés frissítése "
1866
  "gombra."
1867
 
1868
+ #: utils/stcr_utils.php:288
1869
  msgid ""
1870
  "In order to cancel or suspend one or more notifications, select the "
1871
  "corresponding checkbox(es) and click on the button at the end of the list. "
1874
  "Az értesítések kikapcsolásához, megszűntetéséhez, válassz jelölőnégyzetet és "
1875
  "a lista végén kattints a megfelelő gombra. Jelenleg ezek az értesítéseid:"
1876
 
1877
+ #: utils/stcr_utils.php:292
1878
  msgid "There is a new comment to [post_title]"
1879
  msgstr "Új hozzászólás ehhez [post_title]"
1880
 
1881
+ #: utils/stcr_utils.php:293
1882
  msgid ""
1883
  "<h1>There is a new comment on [post_title].</h1>\n"
1884
  "\n"
1895
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1896
  msgstr ""
1897
 
1898
+ #: utils/stcr_utils.php:294
1899
  msgid "Please confirm your subscription to [post_title]"
1900
  msgstr "Kérlek, erősítsd meg feliratkozásod erre [post_title]"
1901
 
1902
+ #: utils/stcr_utils.php:295
1903
  #, fuzzy
1904
  #| msgid ""
1905
  #| "You have requested to be notified every time a new comment is added to:\n"
1920
  "Kérlek, erősítsd meg a feliratkozást az alábbi linkre kattintva:\n"
1921
  "[confirm_link]"
1922
 
1923
+ #: utils/stcr_utils.php:296
1924
  msgid "Manage your subscriptions on [blog_name]"
1925
  msgstr "Ártesítés beállítások - [blog_name]"
1926
 
1927
+ #: utils/stcr_utils.php:297
1928
  msgid ""
1929
  "You have requested to manage your subscriptions to the articles on "
1930
  "[blog_name]. Please check the Subscriptions management link in your email"
1931
  msgstr ""
1932
 
1933
+ #: utils/stcr_utils.php:298
1934
  #, fuzzy
1935
  #| msgid ""
1936
  #| "You have requested to manage your subscriptions to the articles on "
1944
  "A [blog_name] oldal értesítési beállításainak elérése:\n"
1945
  "[manager_link]"
1946
 
1947
+ #: utils/stcr_utils.php:378
1948
  msgid "StCR Notification"
1949
  msgstr "Értesítések"
1950
 
1951
+ #: wp_subscribe_reloaded.php:1116
1952
  msgid "Don't subscribe"
1953
  msgstr "Nem iratkozom fel"
1954
 
1955
+ #: wp_subscribe_reloaded.php:1117
1956
  msgid "All"
1957
  msgstr "Mindenre"
1958
 
2068
  #~ msgid "Management page"
2069
  #~ msgstr "Старонка кіравання"
2070
 
 
 
 
2071
  #~ msgid "Stats"
2072
  #~ msgstr "Статыстыка"
2073
 
2337
  #~ msgid "Is equal to"
2338
  #~ msgstr "Uguale a"
2339
 
 
 
 
2340
  #~ msgid "Go"
2341
  #~ msgstr "Vai"
2342
 
langs/subscribe-reloaded-id_ID.mo CHANGED
Binary file
langs/subscribe-reloaded-id_ID.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-12 15:09-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \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:203
21
  msgid "Manage subscriptions"
22
  msgstr "Atur Langganan"
23
 
@@ -46,7 +46,7 @@ msgstr "forum bantuan"
46
  msgid "Donate"
47
  msgstr ""
48
 
49
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
50
  msgid "Add New Subscription"
51
  msgstr "Tambahkan Langganan Baru"
52
 
@@ -55,78 +55,80 @@ msgstr "Tambahkan Langganan Baru"
55
  msgid "Post:"
56
  msgstr "Artikel:"
57
 
58
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
61
  msgid "Email"
62
  msgstr "Email"
63
 
64
  #: options/panel1-add-subscription.php:20
65
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "Status"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
73
  #: templates/user.php:76
74
  msgid "Active"
75
  msgstr "Aktif"
76
 
77
  #: options/panel1-add-subscription.php:23
78
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr "Balasan saja"
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
84
  msgid "Ask user to confirm"
85
  msgstr "Minta pengguna untuk konfirmasi"
86
 
87
  #: options/panel1-add-subscription.php:26
88
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
89
  msgid "Update"
90
  msgstr "Perbaharui"
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "Berlangganan telah ditambahkan."
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "Berlangganan telah diperbaharui."
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "Berlangganan telah dihapus."
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "Berlangganan telah dihapus."
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "Berlangganan telah ditangguhkan."
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "Berlangganan telah diaktifkan."
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
120
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
121
  #: templates/user.php:49
122
  msgid "Subscriptions updated:"
123
  msgstr "Berlangganan telah diperbaharui."
124
 
125
- #: options/panel1-business-logic.php:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; Sebelumnya"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "Berikutnya &raquo;"
132
 
@@ -141,8 +143,8 @@ msgstr "Perbaharui cara berlangganan"
141
  msgid "optional"
142
  msgstr "tidak wajib diisi"
143
 
144
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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 "
@@ -151,57 +153,66 @@ msgstr ""
151
  "Ingat: tindakan berikut tidak dapat dikembalikan. Anda yakin untuk "
152
  "melakukannya?"
153
 
154
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
155
  msgid "From"
156
  msgstr "Dari"
157
 
158
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
159
  msgid "To"
160
  msgstr "Ke"
161
 
162
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
163
  msgid "Keep unchanged"
164
  msgstr "Jangan diganti"
165
 
166
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
167
  msgid "Suspended"
168
  msgstr "Ditangguhkan"
169
 
170
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
171
  msgid "Mass Update Subscriptions"
172
  msgstr "Pembaruan berlangganan secara massal"
173
 
174
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
175
  msgid "email address"
176
  msgstr "Alamat email pengirim"
177
 
178
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
179
  msgid "optional - new email address"
180
  msgstr "Alamat email pengirim"
181
 
182
- #: options/panel1.php:49
183
  msgid "More info"
184
  msgstr ""
185
 
186
- #: options/panel1.php:55
187
  msgid ""
188
  "This option will allow you to change an email address for another one or to "
189
  "update the same status for all the subscription on a specific email address."
190
  msgstr ""
191
 
192
- #: options/panel1.php:68
193
  msgid "Post ID"
194
  msgstr "Post ID"
195
 
196
- #: options/panel1.php:83
197
  msgid "Add"
198
  msgstr "Tambahkan"
199
 
200
- #: options/panel1.php:98
201
  msgid "Search subscriptions"
202
  msgstr "Cari langganan"
203
 
204
- #: options/panel1.php:102
205
  #, php-format
206
  msgid ""
207
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -210,139 +221,161 @@ msgstr ""
210
  "Anda dapat <a href=\"%s\">melihat semua langganan</a> atau menemukan di mana "
211
  "mereka"
212
 
213
- #: options/panel1.php:106
214
  msgid "email"
215
  msgstr "email"
216
 
217
- #: options/panel1.php:107
218
  msgid "post ID"
219
  msgstr "post ID"
220
 
221
- #: options/panel1.php:108
222
  msgid "status"
223
  msgstr "status"
224
 
225
- #: options/panel1.php:111
226
  msgid "equals"
227
  msgstr "equals (sama)"
228
 
229
- #: options/panel1.php:112
230
  msgid "contains"
231
  msgstr "mengandung"
232
 
233
- #: options/panel1.php:113
234
  msgid "does not contain"
235
  msgstr "tidak mengandung"
236
 
237
- #: options/panel1.php:114
238
  msgid "starts with"
239
  msgstr "dimulai dengan"
240
 
241
- #: options/panel1.php:115
242
  msgid "ends with"
243
  msgstr "diakhiri dengan"
244
 
245
- #: options/panel1.php:118
246
  msgid "results per page:"
247
  msgstr "hasil per halaman:"
248
 
249
- #: options/panel1.php:120
250
  msgid "Search"
251
  msgstr "Cari"
252
 
253
- #: options/panel1.php:128
254
  msgid "Reverse the order by Post ID"
255
  msgstr "Balik urutan berdasar Post ID"
256
 
257
- #: options/panel1.php:129 options/panel1.php:130
258
  msgid "Reverse the order by Date/Time"
259
  msgstr "Balik urutan berdasar Tanggal/Waktu"
260
 
261
- #: options/panel1.php:132
262
  msgid "Post (ID)"
263
  msgstr "Post (ID)"
264
 
265
- #: options/panel1.php:135
266
  msgid "Search query:"
267
  msgstr "Query pencarian:"
268
 
269
- #: options/panel1.php:135
270
  msgid "Rows:"
271
  msgstr "Baris:"
272
 
273
- #: options/panel1.php:135
274
  msgid "of"
275
  msgstr "pada"
276
 
277
- #: options/panel1.php:142 options/panel1.php:158
278
  msgid "Date and Time"
279
  msgstr "Tanggal dan Waktu"
280
 
281
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
282
  msgid "Replies"
283
  msgstr "Balasan"
284
 
285
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
286
  msgid "Replies Unconfirmed"
287
  msgstr ""
288
 
289
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
290
  msgid "All Comments"
291
  msgstr ""
292
 
293
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
294
  msgid "Unconfirmed"
295
  msgstr ""
296
 
297
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
298
  msgid "Inactive"
299
  msgstr "Aktif"
300
 
301
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
302
- #: templates/user.php:111
303
  msgid "Delete"
304
  msgstr "Hapus"
305
 
306
- #: options/panel1.php:202 options/panel1.php:212
307
  msgid "Edit"
308
  msgstr "Edit"
309
 
310
- #: options/panel1.php:204 options/panel1.php:210
311
  msgid "Subscription"
312
  msgstr "Langganan"
313
 
314
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
315
  msgid "Action:"
316
  msgstr "Tindakan:"
317
 
318
- #: options/panel1.php:227
319
  msgid "Delete forever"
320
  msgstr "Hapus selamanya"
321
 
322
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
323
  msgid "Suspend"
324
  msgstr "Tangguhkan"
325
 
326
- #: options/panel1.php:229
327
  msgid "Activate and set to Y"
328
  msgstr "Aktifkan dan atur ke Y"
329
 
330
- #: options/panel1.php:230
331
  msgid "Activate and set to R"
332
  msgstr "Aktifkan dan atur ke R"
333
 
334
- #: options/panel1.php:231
335
  msgid "Activate"
336
  msgstr "Aktifkan"
337
 
338
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
339
  msgid "Update subscriptions"
340
  msgstr "Perbaharui langganan"
341
 
342
- #: options/panel1.php:238
343
  msgid "Sorry, no subscriptions match your search criteria."
344
  msgstr "Maaf, tidak ada langganan yang cocok dengan kriteria pencarian Anda."
345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
  #: options/panel10.php:41
347
  msgid "The log file has been successfully deleted."
348
  msgstr ""
@@ -364,30 +397,30 @@ msgid "Enable Auto clean log data"
364
  msgstr ""
365
 
366
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
367
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
368
  msgid "Your settings have been successfully updated."
369
  msgstr "Pengaturan Anda telah diperbarui."
370
 
371
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
372
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
373
  msgid "There was an error updating the following fields:"
374
  msgstr "Terdapat galat saat memperbaharui ruas berikut:"
375
 
376
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
377
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
378
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
379
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
380
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
381
- #: options/panel5.php:210 options/panel5.php:219
382
  msgid "Yes"
383
  msgstr "Ya"
384
 
385
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
386
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
387
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
388
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
389
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
390
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
391
  msgid "No"
392
  msgstr "Tidak"
393
 
@@ -431,7 +464,7 @@ msgid "System Information"
431
  msgstr ""
432
 
433
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
434
- #: options/panel4.php:283 options/panel5.php:265
435
  msgid "Save Changes"
436
  msgstr "Simpan Perubahan"
437
 
@@ -858,7 +891,7 @@ msgstr "Pengaturan Anda telah diperbarui."
858
  msgid "There was an error deleting the options:"
859
  msgstr "Terdapat galat saat memperbaharui ruas berikut:"
860
 
861
- #: options/panel5.php:48 options/panel5.php:108
862
  msgid "Show StCR checkbox / dropdown"
863
  msgstr ""
864
 
@@ -866,23 +899,23 @@ msgstr ""
866
  msgid "Safetly Uninstall"
867
  msgstr ""
868
 
869
- #: options/panel5.php:54 options/panel5.php:125
870
  msgid "Autopurge requests"
871
  msgstr "Permintaan pembersihan-otomatis"
872
 
873
- #: options/panel5.php:57 options/panel5.php:143
874
  msgid "Enable double check"
875
  msgstr "Nyalakan konfirmasi ganda"
876
 
877
- #: options/panel5.php:60 options/panel5.php:134
878
  msgid "StCR Position"
879
  msgstr ""
880
 
881
- #: options/panel5.php:63 options/panel5.php:151
882
  msgid "Subscribe authors"
883
  msgstr ""
884
 
885
- #: options/panel5.php:66 options/panel5.php:161
886
  msgid "Enable HTML emails"
887
  msgstr "Nyalakan email HTML"
888
 
@@ -898,43 +931,44 @@ msgstr "Kirim taut balik"
898
  msgid "Notify admin"
899
  msgstr "Beritahu admin"
900
 
901
- #: options/panel5.php:78 options/panel5.php:199
902
  msgid "Let admin subscribe"
903
  msgstr "Ijinkan admin berlangganan"
904
 
905
- #: options/panel5.php:81 options/panel5.php:208
906
  msgid "BCC admin on Notifications"
907
  msgstr "Notifikasi"
908
 
909
- #: options/panel5.php:84 options/panel5.php:217
910
  msgid "Enable Font Awesome"
911
  msgstr ""
912
 
913
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
914
  msgid "Reset All Options"
915
  msgstr ""
916
 
917
- #: options/panel5.php:112
918
  msgid ""
919
  "This option will disable the StCR checkbox or dropdown in you comment form. "
920
  "You should leave it to Yes always. "
921
  msgstr ""
922
 
923
- #: options/panel5.php:117
924
  msgid "Safely Uninstall"
925
  msgstr ""
926
 
927
- #: options/panel5.php:121
928
  msgid ""
929
  "This option will allow you to delete the plugin with WordPress without "
930
  "loosing your subscribers. Any database table and plugin options are wipeout."
931
  msgstr ""
932
 
933
- #: options/panel5.php:128
934
  msgid "days"
935
  msgstr "hari"
936
 
937
- #: options/panel5.php:129
938
  msgid ""
939
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
940
  "this feature."
@@ -942,14 +976,25 @@ msgstr ""
942
  "Hapus langganan yang ditunda (tanpa konfirmasi) setelah X hari. Masukkan Nol "
943
  "untuk mematikan fitur ini."
944
 
945
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
946
  msgid ""
947
  "If this option is enable the subscription box will be above the submit "
948
  "button in your comment form. Use this when your theme is outdated and using "
949
  "the incorrect WordPress Hooks and the checkbox is not displayed."
950
  msgstr ""
951
 
952
- #: options/panel5.php:147
953
  msgid ""
954
  "Send a notification email to confirm the subscription (to avoid addresses "
955
  "misuse)."
@@ -957,12 +1002,12 @@ msgstr ""
957
  "Kirim sebuah email notifikasi untuk konfirmasi berlangganan (mencegah "
958
  "penyalahgunaan alamat)."
959
 
960
- #: options/panel5.php:156
961
  msgid ""
962
  "Automatically subscribe authors to their own articles (not retroactive)."
963
  msgstr ""
964
 
965
- #: options/panel5.php:165
966
  msgid ""
967
  "If enabled, will send email messages with content-type = text/html instead "
968
  "of text/plain"
@@ -970,80 +1015,80 @@ msgstr ""
970
  "Jika dimungkinkan, akan mengirim pesan email dengan content-type = text/html "
971
  "daripada text/plain"
972
 
973
- #: options/panel5.php:170
974
  msgid "HTMLify links in emails"
975
  msgstr ""
976
 
977
- #: options/panel5.php:175
978
  msgid ""
979
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
980
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
981
  msgstr ""
982
 
983
- #: options/panel5.php:180
984
  msgid "Process trackbacks"
985
  msgstr "Proses taut balik"
986
 
987
- #: options/panel5.php:184
988
  msgid ""
989
  "Notify users when a new trackback or pingback is added to the discussion."
990
  msgstr ""
991
  "Beritahu pengguna ketika sebuah tautbalik atau pingback ditambahkan dalam "
992
  "diskusi."
993
 
994
- #: options/panel5.php:189
995
  msgid "Track all subscriptions"
996
  msgstr "Telusuri semua langganan"
997
 
998
- #: options/panel5.php:194
999
  msgid "Notify the administrator when users subscribe without commenting."
1000
  msgstr ""
1001
  "Beritahu admin ketika ada pengguna yg berlangganan tanpa meninggalkan "
1002
  "komentar."
1003
 
1004
- #: options/panel5.php:203
1005
  msgid "Let the administrator subscribe to comments when logged in."
1006
  msgstr "Ijinkan admin berlangganan komentar ketika masuk log."
1007
 
1008
- #: options/panel5.php:212
1009
  msgid "Send a copy of all Notifications to the administrator."
1010
  msgstr ""
1011
 
1012
- #: options/panel5.php:221
1013
  msgid ""
1014
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1015
  "you theme already add this into your site."
1016
  msgstr ""
1017
 
1018
- #: options/panel5.php:226
1019
  msgid "StCR Unique Key"
1020
  msgstr ""
1021
 
1022
- #: options/panel5.php:231
1023
  msgid "This Unique Key is not set, please click the following button to "
1024
  msgstr ""
1025
 
1026
- #: options/panel5.php:235 options/panel5.php:246
1027
  msgid "Generate"
1028
  msgstr ""
1029
 
1030
- #: options/panel5.php:243
1031
  msgid ""
1032
  "This Unique Key will be use to send the notification to your subscribers "
1033
  "with more security."
1034
  msgstr ""
1035
 
1036
- #: options/panel5.php:256
1037
  msgid ""
1038
  "This will reset all the options and messages of the plugin. Please proceed "
1039
  "with caution."
1040
  msgstr ""
1041
 
1042
- #: options/panel5.php:258
1043
  msgid "Yes, Delete Options including subscriptions."
1044
  msgstr ""
1045
 
1046
- #: options/panel5.php:259
1047
  msgid "No, Only delete the StCR Options."
1048
  msgstr ""
1049
 
@@ -1174,34 +1219,34 @@ msgstr ""
1174
  msgid "Subscription Status"
1175
  msgstr ""
1176
 
1177
- #: templates/author.php:88 templates/user.php:104
1178
  msgid "Select all"
1179
  msgstr "Pilih semua"
1180
 
1181
- #: templates/author.php:89 templates/user.php:106
1182
  msgid "Invert selection"
1183
  msgstr "Invert seleksi"
1184
 
1185
- #: templates/author.php:92 templates/user.php:110
1186
  msgid "Choose your action"
1187
  msgstr ""
1188
 
1189
- #: templates/author.php:95 templates/user.php:113
1190
  msgid "All comments"
1191
  msgstr ""
1192
 
1193
- #: templates/author.php:96 templates/user.php:114
1194
- #: wp_subscribe_reloaded.php:1122
1195
  msgid "Replies to my comments"
1196
  msgstr "Balasan pada komentar saya saja"
1197
 
1198
- #: templates/author.php:102 templates/confirm.php:28
1199
- #: templates/request-management-link.php:114 templates/user.php:124
1200
  msgid "Return to Post"
1201
  msgstr ""
1202
 
1203
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1204
- #: templates/user.php:128
1205
  msgid "No subscriptions match your search criteria."
1206
  msgstr "Tidak ada langganan yang sesuai dengan kriteria pencarian Anda."
1207
 
@@ -1211,16 +1256,29 @@ msgid ""
1211
  "enter your email below and a new link will be send."
1212
  msgstr ""
1213
 
1214
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1215
- #: templates/subscribe.php:112
 
1216
  msgid "Send"
1217
  msgstr "Kirim"
1218
 
1219
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1220
  msgid "New subscription to"
1221
  msgstr "Langganan baru untuk"
1222
 
1223
- #: templates/subscribe.php:51
1224
  msgid "User:"
1225
  msgstr "Pengguna:"
1226
 
@@ -1359,6 +1417,7 @@ msgstr ""
1359
 
1360
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1361
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1362
  msgid ""
1363
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1364
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1399,6 +1458,7 @@ msgstr ""
1399
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1400
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1401
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1402
  msgid ""
1403
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1404
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1485,6 +1545,7 @@ msgstr ""
1485
 
1486
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1487
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1488
  msgid "This version includes fixes and improvements, "
1489
  msgstr ""
1490
 
@@ -1500,12 +1561,12 @@ msgid ""
1500
  msgstr ""
1501
 
1502
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1503
- #: utils/stcr_upgrade.php:576
1504
  msgid "Log Settings"
1505
  msgstr ""
1506
 
1507
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1508
- #: utils/stcr_upgrade.php:580
1509
  msgid ""
1510
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1511
  msgstr ""
@@ -1521,7 +1582,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1521
  msgstr ""
1522
 
1523
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1524
- #: utils/stcr_upgrade.php:590
1525
  msgid "The support of this plugin is given thanks to your donations."
1526
  msgstr ""
1527
 
@@ -1572,7 +1633,7 @@ msgstr ""
1572
  msgid "<strong>Fix</strong> issue regarding database collations"
1573
  msgstr ""
1574
 
1575
- #: utils/stcr_upgrade.php:591
1576
  msgid ""
1577
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1578
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1583,7 +1644,103 @@ msgid ""
1583
  "Thanks for all the users that have supported the plugin development."
1584
  msgstr ""
1585
 
1586
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1587
  msgid ""
1588
  "Notify me of followup comments via e-mail. You can also <a "
1589
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1592,7 +1749,7 @@ msgstr ""
1592
  "juga dapat <a href='[subscribe_link]'>berlangganan</a> tanpa harus memberi "
1593
  "komentar."
1594
 
1595
- #: utils/stcr_utils.php:197
1596
  msgid ""
1597
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1598
  "subscriptions."
@@ -1600,7 +1757,7 @@ msgstr ""
1600
  "Anda telah berlangganan artikel ini. <a href='[manager_link]'>Atur</a> cara "
1601
  "berlangganan Anda."
1602
 
1603
- #: utils/stcr_utils.php:198
1604
  msgid ""
1605
  "Your subscription to this post needs to be confirmed. <a "
1606
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1608,14 +1765,14 @@ msgstr ""
1608
  "Permintaan berlangganan Anda untuk artikel ini perlu dikonfirmasi. <a "
1609
  "href='[manager_link]'>Aturlah cara berlangganan Anda</a>."
1610
 
1611
- #: utils/stcr_utils.php:199
1612
  msgid ""
1613
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1614
  msgstr ""
1615
  "Anda dapat <a href='[manager_link]'>mengatur cara berlangganan</a> pada "
1616
  "artikel ini."
1617
 
1618
- #: utils/stcr_utils.php:205
1619
  msgid ""
1620
  "To manage your subscriptions, please enter your email address here below. We "
1621
  "will send you a message containing the link to access your personal "
@@ -1625,7 +1782,7 @@ msgstr ""
1625
  "Kami akan mengirimkan sebuah pesan yang berisi tautan untuk mengakses "
1626
  "Halaman Pengaturan Pribadi milik Anda."
1627
 
1628
- #: utils/stcr_utils.php:206
1629
  msgid ""
1630
  "Thank you for using our subscription service. Your request has been "
1631
  "completed, and you should receive an email with the management link in a few "
@@ -1635,7 +1792,7 @@ msgstr ""
1635
  "telah diproses, dan Anda akan menerima sebuah email yang berisi tautan ke "
1636
  "pengaturan dalam beberapa menit ke depan."
1637
 
1638
- #: utils/stcr_utils.php:207
1639
  msgid ""
1640
  "You can follow the discussion on <strong>[post_title]</strong> without "
1641
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1645,7 +1802,7 @@ msgstr ""
1645
  "memberikan komentar terlebih dulu. Keren, kan? Masukkan saja alamat email "
1646
  "Anda ke isian berikut."
1647
 
1648
- #: utils/stcr_utils.php:208
1649
  msgid ""
1650
  "Thank you for using our subscription service. Your request has been "
1651
  "completed. You will receive a notification email every time a new comment to "
@@ -1655,7 +1812,7 @@ msgstr ""
1655
  "telah diproses. Anda akan menerima sebuah email notifikasi setiap ada "
1656
  "komentar baru pada artikel ini."
1657
 
1658
- #: utils/stcr_utils.php:209
1659
  msgid ""
1660
  "Thank you for using our subscription service. In order to confirm your "
1661
  "request, please check your email for the verification message and follow the "
@@ -1665,7 +1822,7 @@ msgstr ""
1665
  "perlu melakukan konfirmasi melalui sebuah pesan yang kami kirimkan ke alamat "
1666
  "email Anda, dan lakukanlah langkah-langkah yang diinstruksikan."
1667
 
1668
- #: utils/stcr_utils.php:210
1669
  msgid ""
1670
  "In order to cancel or suspend one or more notifications, select the "
1671
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1673,7 +1830,7 @@ msgstr ""
1673
  "Untuk membatalkan atau menangguhkan satu atau lebih notifikasi, pilihlah "
1674
  "pada checkbox yang dimaksud dan klik pada tombol di akhir daftar."
1675
 
1676
- #: utils/stcr_utils.php:211
1677
  msgid ""
1678
  "In order to cancel or suspend one or more notifications, select the "
1679
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1683,11 +1840,11 @@ msgstr ""
1683
  "pada checkbox yang dimaksud dan klik pada tombol di akhir daftar. Saat ini "
1684
  "Anda berlangganan:"
1685
 
1686
- #: utils/stcr_utils.php:215
1687
  msgid "There is a new comment to [post_title]"
1688
  msgstr "Hey, ada komentar baru pada artikel [post_title]"
1689
 
1690
- #: utils/stcr_utils.php:216
1691
  msgid ""
1692
  "<h1>There is a new comment on [post_title].</h1>\n"
1693
  "\n"
@@ -1704,11 +1861,11 @@ msgid ""
1704
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1705
  msgstr ""
1706
 
1707
- #: utils/stcr_utils.php:217
1708
  msgid "Please confirm your subscription to [post_title]"
1709
  msgstr "Mohon lakukan konfirmasi berlangganan Anda pada artikel [post_title]"
1710
 
1711
- #: utils/stcr_utils.php:218
1712
  #, fuzzy
1713
  #| msgid ""
1714
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1729,17 +1886,17 @@ msgstr ""
1729
  "Lakukan konfirmasi permintaan Anda dengan melakukan klik pada tautan ini:\n"
1730
  "[confirm_link]"
1731
 
1732
- #: utils/stcr_utils.php:219
1733
  msgid "Manage your subscriptions on [blog_name]"
1734
  msgstr "Aturlah cara berlangganan Anda pada [blog_name]"
1735
 
1736
- #: utils/stcr_utils.php:220
1737
  msgid ""
1738
  "You have requested to manage your subscriptions to the articles on "
1739
  "[blog_name]. Please check the Subscriptions management link in your email"
1740
  msgstr ""
1741
 
1742
- #: utils/stcr_utils.php:221
1743
  #, fuzzy
1744
  #| msgid ""
1745
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1754,15 +1911,15 @@ msgstr ""
1754
  "[blog_name]. Ikuti tautan berikut untuk mengakses halaman personal Anda:\n"
1755
  "[manager_link]"
1756
 
1757
- #: utils/stcr_utils.php:300
1758
  msgid "StCR Notification"
1759
  msgstr "Notifikasi"
1760
 
1761
- #: wp_subscribe_reloaded.php:1120
1762
  msgid "Don't subscribe"
1763
  msgstr "Jangan berlangganan"
1764
 
1765
- #: wp_subscribe_reloaded.php:1121
1766
  msgid "All"
1767
  msgstr "Semua"
1768
 
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:14-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \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 "Atur Langganan"
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 "Tambahkan Langganan Baru"
52
 
55
  msgid "Post:"
56
  msgstr "Artikel:"
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 "Email"
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 "Aktif"
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 "Balasan saja"
84
 
85
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
86
  msgid "Ask user to confirm"
87
  msgstr "Minta pengguna untuk konfirmasi"
88
 
89
  #: options/panel1-add-subscription.php:26
90
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
91
  msgid "Update"
92
  msgstr "Perbaharui"
93
 
94
+ #: options/panel1-business-logic.php:40
95
  msgid "Subscription added."
96
  msgstr "Berlangganan telah ditambahkan."
97
 
98
+ #: options/panel1-business-logic.php:65
99
  msgid "Subscriptions updated."
100
  msgstr "Berlangganan telah diperbaharui."
101
 
102
+ #: options/panel1-business-logic.php:80
103
  msgid "Subscription deleted."
104
  msgstr "Berlangganan telah dihapus."
105
 
106
+ #: options/panel1-business-logic.php:99 templates/author.php:24
107
  #: templates/user.php:33
108
  msgid "Subscriptions deleted:"
109
  msgstr "Berlangganan telah dihapus."
110
 
111
+ #: options/panel1-business-logic.php:103 templates/author.php:28
112
  #: templates/user.php:37
113
  msgid "Subscriptions suspended:"
114
  msgstr "Berlangganan telah ditangguhkan."
115
 
116
+ #: options/panel1-business-logic.php:107 templates/author.php:32
117
  #: templates/user.php:41
118
  msgid "Subscriptions activated:"
119
  msgstr "Berlangganan telah diaktifkan."
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 "Berlangganan telah diperbaharui."
126
 
127
+ #: options/panel1-business-logic.php:147
128
  msgid "&laquo; Previous"
129
  msgstr "&laquo; Sebelumnya"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "Berikutnya &raquo;"
134
 
143
  msgid "optional"
144
  msgstr "tidak wajib diisi"
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 "
153
  "Ingat: tindakan berikut tidak dapat dikembalikan. Anda yakin untuk "
154
  "melakukannya?"
155
 
156
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
157
  msgid "From"
158
  msgstr "Dari"
159
 
160
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
161
  msgid "To"
162
  msgstr "Ke"
163
 
164
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
165
  msgid "Keep unchanged"
166
  msgstr "Jangan diganti"
167
 
168
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
169
  msgid "Suspended"
170
  msgstr "Ditangguhkan"
171
 
172
+ #: options/panel1.php:22
173
+ msgid "The email that you typed is not correct."
174
+ msgstr ""
175
+
176
+ #: options/panel1.php:29
177
+ msgid "Please enter a valid Post ID."
178
+ msgstr ""
179
+
180
+ #: options/panel1.php:46
181
  msgid "Mass Update Subscriptions"
182
  msgstr "Pembaruan berlangganan secara massal"
183
 
184
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
185
+ #: options/panel1.php:317
186
  msgid "email address"
187
  msgstr "Alamat email pengirim"
188
 
189
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
190
  msgid "optional - new email address"
191
  msgstr "Alamat email pengirim"
192
 
193
+ #: options/panel1.php:74
194
  msgid "More info"
195
  msgstr ""
196
 
197
+ #: options/panel1.php:80
198
  msgid ""
199
  "This option will allow you to change an email address for another one or to "
200
  "update the same status for all the subscription on a specific email address."
201
  msgstr ""
202
 
203
+ #: options/panel1.php:92
204
  msgid "Post ID"
205
  msgstr "Post ID"
206
 
207
+ #: options/panel1.php:109
208
  msgid "Add"
209
  msgstr "Tambahkan"
210
 
211
+ #: options/panel1.php:124
212
  msgid "Search subscriptions"
213
  msgstr "Cari langganan"
214
 
215
+ #: options/panel1.php:128
216
  #, php-format
217
  msgid ""
218
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
221
  "Anda dapat <a href=\"%s\">melihat semua langganan</a> atau menemukan di mana "
222
  "mereka"
223
 
224
+ #: options/panel1.php:132
225
  msgid "email"
226
  msgstr "email"
227
 
228
+ #: options/panel1.php:133
229
  msgid "post ID"
230
  msgstr "post ID"
231
 
232
+ #: options/panel1.php:134
233
  msgid "status"
234
  msgstr "status"
235
 
236
+ #: options/panel1.php:137
237
  msgid "equals"
238
  msgstr "equals (sama)"
239
 
240
+ #: options/panel1.php:138
241
  msgid "contains"
242
  msgstr "mengandung"
243
 
244
+ #: options/panel1.php:139
245
  msgid "does not contain"
246
  msgstr "tidak mengandung"
247
 
248
+ #: options/panel1.php:140
249
  msgid "starts with"
250
  msgstr "dimulai dengan"
251
 
252
+ #: options/panel1.php:141
253
  msgid "ends with"
254
  msgstr "diakhiri dengan"
255
 
256
+ #: options/panel1.php:144
257
  msgid "results per page:"
258
  msgstr "hasil per halaman:"
259
 
260
+ #: options/panel1.php:146
261
  msgid "Search"
262
  msgstr "Cari"
263
 
264
+ #: options/panel1.php:154
265
  msgid "Reverse the order by Post ID"
266
  msgstr "Balik urutan berdasar Post ID"
267
 
268
+ #: options/panel1.php:155 options/panel1.php:156
269
  msgid "Reverse the order by Date/Time"
270
  msgstr "Balik urutan berdasar Tanggal/Waktu"
271
 
272
+ #: options/panel1.php:158
273
  msgid "Post (ID)"
274
  msgstr "Post (ID)"
275
 
276
+ #: options/panel1.php:161
277
  msgid "Search query:"
278
  msgstr "Query pencarian:"
279
 
280
+ #: options/panel1.php:161
281
  msgid "Rows:"
282
  msgstr "Baris:"
283
 
284
+ #: options/panel1.php:161
285
  msgid "of"
286
  msgstr "pada"
287
 
288
+ #: options/panel1.php:168 options/panel1.php:184
289
  msgid "Date and Time"
290
  msgstr "Tanggal dan Waktu"
291
 
292
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
293
  msgid "Replies"
294
  msgstr "Balasan"
295
 
296
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
297
  msgid "Replies Unconfirmed"
298
  msgstr ""
299
 
300
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
301
  msgid "All Comments"
302
  msgstr ""
303
 
304
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
305
  msgid "Unconfirmed"
306
  msgstr ""
307
 
308
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
309
  msgid "Inactive"
310
  msgstr "Aktif"
311
 
312
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
313
+ #: templates/user.php:114
314
  msgid "Delete"
315
  msgstr "Hapus"
316
 
317
+ #: options/panel1.php:228 options/panel1.php:238
318
  msgid "Edit"
319
  msgstr "Edit"
320
 
321
+ #: options/panel1.php:230 options/panel1.php:236
322
  msgid "Subscription"
323
  msgstr "Langganan"
324
 
325
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
326
  msgid "Action:"
327
  msgstr "Tindakan:"
328
 
329
+ #: options/panel1.php:253
330
  msgid "Delete forever"
331
  msgstr "Hapus selamanya"
332
 
333
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
334
  msgid "Suspend"
335
  msgstr "Tangguhkan"
336
 
337
+ #: options/panel1.php:255
338
  msgid "Activate and set to Y"
339
  msgstr "Aktifkan dan atur ke Y"
340
 
341
+ #: options/panel1.php:256
342
  msgid "Activate and set to R"
343
  msgstr "Aktifkan dan atur ke R"
344
 
345
+ #: options/panel1.php:257
346
  msgid "Activate"
347
  msgstr "Aktifkan"
348
 
349
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
350
  msgid "Update subscriptions"
351
  msgstr "Perbaharui langganan"
352
 
353
+ #: options/panel1.php:264
354
  msgid "Sorry, no subscriptions match your search criteria."
355
  msgstr "Maaf, tidak ada langganan yang cocok dengan kriteria pencarian Anda."
356
 
357
+ #: options/panel1.php:321 options/panel1.php:389
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 "Alamat email pengirim"
366
+
367
+ #: options/panel1.php:397
368
+ msgid "Enter a numeric Post ID."
369
+ msgstr ""
370
+
371
+ #: options/panel1.php:406
372
+ msgid "Missing email information"
373
+ msgstr ""
374
+
375
+ #: options/panel1.php:442 options/panel1.php:450
376
+ msgid "Please enter a value"
377
+ msgstr ""
378
+
379
  #: options/panel10.php:41
380
  msgid "The log file has been successfully deleted."
381
  msgstr ""
397
  msgstr ""
398
 
399
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
400
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
401
  msgid "Your settings have been successfully updated."
402
  msgstr "Pengaturan Anda telah diperbarui."
403
 
404
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
405
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
406
  msgid "There was an error updating the following fields:"
407
  msgstr "Terdapat galat saat memperbaharui ruas berikut:"
408
 
409
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
410
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
411
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
412
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
413
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
414
+ #: options/panel5.php:221 options/panel5.php:230
415
  msgid "Yes"
416
  msgstr "Ya"
417
 
418
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
419
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
420
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
421
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
422
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
423
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
424
  msgid "No"
425
  msgstr "Tidak"
426
 
464
  msgstr ""
465
 
466
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
467
+ #: options/panel4.php:283 options/panel5.php:276
468
  msgid "Save Changes"
469
  msgstr "Simpan Perubahan"
470
 
891
  msgid "There was an error deleting the options:"
892
  msgstr "Terdapat galat saat memperbaharui ruas berikut:"
893
 
894
+ #: options/panel5.php:48 options/panel5.php:111
895
  msgid "Show StCR checkbox / dropdown"
896
  msgstr ""
897
 
899
  msgid "Safetly Uninstall"
900
  msgstr ""
901
 
902
+ #: options/panel5.php:54 options/panel5.php:128
903
  msgid "Autopurge requests"
904
  msgstr "Permintaan pembersihan-otomatis"
905
 
906
+ #: options/panel5.php:57 options/panel5.php:154
907
  msgid "Enable double check"
908
  msgstr "Nyalakan konfirmasi ganda"
909
 
910
+ #: options/panel5.php:60 options/panel5.php:145
911
  msgid "StCR Position"
912
  msgstr ""
913
 
914
+ #: options/panel5.php:63 options/panel5.php:162
915
  msgid "Subscribe authors"
916
  msgstr ""
917
 
918
+ #: options/panel5.php:66 options/panel5.php:172
919
  msgid "Enable HTML emails"
920
  msgstr "Nyalakan email HTML"
921
 
931
  msgid "Notify admin"
932
  msgstr "Beritahu admin"
933
 
934
+ #: options/panel5.php:78 options/panel5.php:210
935
  msgid "Let admin subscribe"
936
  msgstr "Ijinkan admin berlangganan"
937
 
938
+ #: options/panel5.php:81 options/panel5.php:219
939
  msgid "BCC admin on Notifications"
940
  msgstr "Notifikasi"
941
 
942
+ #: options/panel5.php:84 options/panel5.php:228
943
  msgid "Enable Font Awesome"
944
  msgstr ""
945
 
946
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
947
+ #: options/panel5.php:272
948
  msgid "Reset All Options"
949
  msgstr ""
950
 
951
+ #: options/panel5.php:115
952
  msgid ""
953
  "This option will disable the StCR checkbox or dropdown in you comment form. "
954
  "You should leave it to Yes always. "
955
  msgstr ""
956
 
957
+ #: options/panel5.php:120
958
  msgid "Safely Uninstall"
959
  msgstr ""
960
 
961
+ #: options/panel5.php:124
962
  msgid ""
963
  "This option will allow you to delete the plugin with WordPress without "
964
  "loosing your subscribers. Any database table and plugin options are wipeout."
965
  msgstr ""
966
 
967
+ #: options/panel5.php:131
968
  msgid "days"
969
  msgstr "hari"
970
 
971
+ #: options/panel5.php:132
972
  msgid ""
973
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
974
  "this feature."
976
  "Hapus langganan yang ditunda (tanpa konfirmasi) setelah X hari. Masukkan Nol "
977
  "untuk mematikan fitur ini."
978
 
979
+ #: options/panel5.php:136
980
+ msgid "Date Format"
981
+ msgstr ""
982
+
983
+ #: options/panel5.php:140
984
+ msgid ""
985
+ "Date format that will be display on the management page. Use <a "
986
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
987
+ "date-parameters' target='_blank'>PHP Date Format</a>"
988
+ msgstr ""
989
+
990
+ #: options/panel5.php:149
991
  msgid ""
992
  "If this option is enable the subscription box will be above the submit "
993
  "button in your comment form. Use this when your theme is outdated and using "
994
  "the incorrect WordPress Hooks and the checkbox is not displayed."
995
  msgstr ""
996
 
997
+ #: options/panel5.php:158
998
  msgid ""
999
  "Send a notification email to confirm the subscription (to avoid addresses "
1000
  "misuse)."
1002
  "Kirim sebuah email notifikasi untuk konfirmasi berlangganan (mencegah "
1003
  "penyalahgunaan alamat)."
1004
 
1005
+ #: options/panel5.php:167
1006
  msgid ""
1007
  "Automatically subscribe authors to their own articles (not retroactive)."
1008
  msgstr ""
1009
 
1010
+ #: options/panel5.php:176
1011
  msgid ""
1012
  "If enabled, will send email messages with content-type = text/html instead "
1013
  "of text/plain"
1015
  "Jika dimungkinkan, akan mengirim pesan email dengan content-type = text/html "
1016
  "daripada text/plain"
1017
 
1018
+ #: options/panel5.php:181
1019
  msgid "HTMLify links in emails"
1020
  msgstr ""
1021
 
1022
+ #: options/panel5.php:186
1023
  msgid ""
1024
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1025
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1026
  msgstr ""
1027
 
1028
+ #: options/panel5.php:191
1029
  msgid "Process trackbacks"
1030
  msgstr "Proses taut balik"
1031
 
1032
+ #: options/panel5.php:195
1033
  msgid ""
1034
  "Notify users when a new trackback or pingback is added to the discussion."
1035
  msgstr ""
1036
  "Beritahu pengguna ketika sebuah tautbalik atau pingback ditambahkan dalam "
1037
  "diskusi."
1038
 
1039
+ #: options/panel5.php:200
1040
  msgid "Track all subscriptions"
1041
  msgstr "Telusuri semua langganan"
1042
 
1043
+ #: options/panel5.php:205
1044
  msgid "Notify the administrator when users subscribe without commenting."
1045
  msgstr ""
1046
  "Beritahu admin ketika ada pengguna yg berlangganan tanpa meninggalkan "
1047
  "komentar."
1048
 
1049
+ #: options/panel5.php:214
1050
  msgid "Let the administrator subscribe to comments when logged in."
1051
  msgstr "Ijinkan admin berlangganan komentar ketika masuk log."
1052
 
1053
+ #: options/panel5.php:223
1054
  msgid "Send a copy of all Notifications to the administrator."
1055
  msgstr ""
1056
 
1057
+ #: options/panel5.php:232
1058
  msgid ""
1059
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1060
  "you theme already add this into your site."
1061
  msgstr ""
1062
 
1063
+ #: options/panel5.php:237
1064
  msgid "StCR Unique Key"
1065
  msgstr ""
1066
 
1067
+ #: options/panel5.php:242
1068
  msgid "This Unique Key is not set, please click the following button to "
1069
  msgstr ""
1070
 
1071
+ #: options/panel5.php:246 options/panel5.php:257
1072
  msgid "Generate"
1073
  msgstr ""
1074
 
1075
+ #: options/panel5.php:254
1076
  msgid ""
1077
  "This Unique Key will be use to send the notification to your subscribers "
1078
  "with more security."
1079
  msgstr ""
1080
 
1081
+ #: options/panel5.php:267
1082
  msgid ""
1083
  "This will reset all the options and messages of the plugin. Please proceed "
1084
  "with caution."
1085
  msgstr ""
1086
 
1087
+ #: options/panel5.php:269
1088
  msgid "Yes, Delete Options including subscriptions."
1089
  msgstr ""
1090
 
1091
+ #: options/panel5.php:270
1092
  msgid "No, Only delete the StCR Options."
1093
  msgstr ""
1094
 
1219
  msgid "Subscription Status"
1220
  msgstr ""
1221
 
1222
+ #: templates/author.php:91 templates/user.php:107
1223
  msgid "Select all"
1224
  msgstr "Pilih semua"
1225
 
1226
+ #: templates/author.php:92 templates/user.php:109
1227
  msgid "Invert selection"
1228
  msgstr "Invert seleksi"
1229
 
1230
+ #: templates/author.php:95 templates/user.php:113
1231
  msgid "Choose your action"
1232
  msgstr ""
1233
 
1234
+ #: templates/author.php:98 templates/user.php:116
1235
  msgid "All comments"
1236
  msgstr ""
1237
 
1238
+ #: templates/author.php:99 templates/user.php:117
1239
+ #: wp_subscribe_reloaded.php:1118
1240
  msgid "Replies to my comments"
1241
  msgstr "Balasan pada komentar saya saja"
1242
 
1243
+ #: templates/author.php:105 templates/confirm.php:28
1244
+ #: templates/request-management-link.php:125 templates/user.php:127
1245
  msgid "Return to Post"
1246
  msgstr ""
1247
 
1248
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1249
+ #: templates/user.php:131
1250
  msgid "No subscriptions match your search criteria."
1251
  msgstr "Tidak ada langganan yang sesuai dengan kriteria pencarian Anda."
1252
 
1256
  "enter your email below and a new link will be send."
1257
  msgstr ""
1258
 
1259
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1260
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1261
+ #: templates/subscribe.php:148
1262
  msgid "Send"
1263
  msgstr "Kirim"
1264
 
1265
+ #: templates/request-management-link.php:143
1266
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1267
+ #: templates/subscribe.php:178
1268
+ #, fuzzy
1269
+ #| msgid "email address"
1270
+ msgid "Email address is not valid"
1271
+ msgstr "Alamat email pengirim"
1272
+
1273
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1274
+ msgid "Please enter your email"
1275
+ msgstr ""
1276
+
1277
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1278
  msgid "New subscription to"
1279
  msgstr "Langganan baru untuk"
1280
 
1281
+ #: templates/subscribe.php:61
1282
  msgid "User:"
1283
  msgstr "Pengguna:"
1284
 
1417
 
1418
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1419
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1420
+ #: utils/stcr_upgrade.php:610
1421
  msgid ""
1422
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1423
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1458
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1459
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1460
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1461
+ #: utils/stcr_upgrade.php:615
1462
  msgid ""
1463
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1464
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1545
 
1546
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1547
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1548
+ #: utils/stcr_upgrade.php:609
1549
  msgid "This version includes fixes and improvements, "
1550
  msgstr ""
1551
 
1561
  msgstr ""
1562
 
1563
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1564
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1565
  msgid "Log Settings"
1566
  msgstr ""
1567
 
1568
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1569
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1570
  msgid ""
1571
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1572
  msgstr ""
1582
  msgstr ""
1583
 
1584
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1585
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1586
  msgid "The support of this plugin is given thanks to your donations."
1587
  msgstr ""
1588
 
1633
  msgid "<strong>Fix</strong> issue regarding database collations"
1634
  msgstr ""
1635
 
1636
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1637
  msgid ""
1638
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1639
  "aria-hidden=\"true\"></i> <a href=\"\n"
1644
  "Thanks for all the users that have supported the plugin development."
1645
  msgstr ""
1646
 
1647
+ #: utils/stcr_utils.php:158
1648
+ msgid "January"
1649
+ msgstr ""
1650
+
1651
+ #: utils/stcr_utils.php:159
1652
+ msgid "February"
1653
+ msgstr ""
1654
+
1655
+ #: utils/stcr_utils.php:160
1656
+ #, fuzzy
1657
+ #| msgid "Search"
1658
+ msgid "March"
1659
+ msgstr "Cari"
1660
+
1661
+ #: utils/stcr_utils.php:161
1662
+ msgid "April"
1663
+ msgstr ""
1664
+
1665
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1666
+ msgid "May"
1667
+ msgstr ""
1668
+
1669
+ #: utils/stcr_utils.php:163
1670
+ msgid "June"
1671
+ msgstr ""
1672
+
1673
+ #: utils/stcr_utils.php:164
1674
+ msgid "July"
1675
+ msgstr ""
1676
+
1677
+ #: utils/stcr_utils.php:165
1678
+ msgid "August"
1679
+ msgstr ""
1680
+
1681
+ #: utils/stcr_utils.php:166
1682
+ msgid "September"
1683
+ msgstr ""
1684
+
1685
+ #: utils/stcr_utils.php:167
1686
+ msgid "October"
1687
+ msgstr ""
1688
+
1689
+ #: utils/stcr_utils.php:168
1690
+ msgid "November"
1691
+ msgstr ""
1692
+
1693
+ #: utils/stcr_utils.php:169
1694
+ msgid "December"
1695
+ msgstr ""
1696
+
1697
+ #: utils/stcr_utils.php:173
1698
+ msgid "Jan"
1699
+ msgstr ""
1700
+
1701
+ #: utils/stcr_utils.php:174
1702
+ msgid "Feb"
1703
+ msgstr ""
1704
+
1705
+ #: utils/stcr_utils.php:175
1706
+ msgid "Mar"
1707
+ msgstr ""
1708
+
1709
+ #: utils/stcr_utils.php:176
1710
+ msgid "Apr"
1711
+ msgstr ""
1712
+
1713
+ #: utils/stcr_utils.php:178
1714
+ msgid "Jun"
1715
+ msgstr ""
1716
+
1717
+ #: utils/stcr_utils.php:179
1718
+ msgid "Jul"
1719
+ msgstr ""
1720
+
1721
+ #: utils/stcr_utils.php:180
1722
+ msgid "Aug"
1723
+ msgstr ""
1724
+
1725
+ #: utils/stcr_utils.php:181
1726
+ msgid "Sep"
1727
+ msgstr ""
1728
+
1729
+ #: utils/stcr_utils.php:182
1730
+ msgid "Oct"
1731
+ msgstr ""
1732
+
1733
+ #: utils/stcr_utils.php:183
1734
+ #, fuzzy
1735
+ #| msgid "No"
1736
+ msgid "Nov"
1737
+ msgstr "Tidak"
1738
+
1739
+ #: utils/stcr_utils.php:184
1740
+ msgid "Dec"
1741
+ msgstr ""
1742
+
1743
+ #: utils/stcr_utils.php:273
1744
  msgid ""
1745
  "Notify me of followup comments via e-mail. You can also <a "
1746
  "href='[subscribe_link]'>subscribe</a> without commenting."
1749
  "juga dapat <a href='[subscribe_link]'>berlangganan</a> tanpa harus memberi "
1750
  "komentar."
1751
 
1752
+ #: utils/stcr_utils.php:274
1753
  msgid ""
1754
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1755
  "subscriptions."
1757
  "Anda telah berlangganan artikel ini. <a href='[manager_link]'>Atur</a> cara "
1758
  "berlangganan Anda."
1759
 
1760
+ #: utils/stcr_utils.php:275
1761
  msgid ""
1762
  "Your subscription to this post needs to be confirmed. <a "
1763
  "href='[manager_link]'>Manage your subscriptions</a>."
1765
  "Permintaan berlangganan Anda untuk artikel ini perlu dikonfirmasi. <a "
1766
  "href='[manager_link]'>Aturlah cara berlangganan Anda</a>."
1767
 
1768
+ #: utils/stcr_utils.php:276
1769
  msgid ""
1770
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1771
  msgstr ""
1772
  "Anda dapat <a href='[manager_link]'>mengatur cara berlangganan</a> pada "
1773
  "artikel ini."
1774
 
1775
+ #: utils/stcr_utils.php:282
1776
  msgid ""
1777
  "To manage your subscriptions, please enter your email address here below. We "
1778
  "will send you a message containing the link to access your personal "
1782
  "Kami akan mengirimkan sebuah pesan yang berisi tautan untuk mengakses "
1783
  "Halaman Pengaturan Pribadi milik Anda."
1784
 
1785
+ #: utils/stcr_utils.php:283
1786
  msgid ""
1787
  "Thank you for using our subscription service. Your request has been "
1788
  "completed, and you should receive an email with the management link in a few "
1792
  "telah diproses, dan Anda akan menerima sebuah email yang berisi tautan ke "
1793
  "pengaturan dalam beberapa menit ke depan."
1794
 
1795
+ #: utils/stcr_utils.php:284
1796
  msgid ""
1797
  "You can follow the discussion on <strong>[post_title]</strong> without "
1798
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1802
  "memberikan komentar terlebih dulu. Keren, kan? Masukkan saja alamat email "
1803
  "Anda ke isian berikut."
1804
 
1805
+ #: utils/stcr_utils.php:285
1806
  msgid ""
1807
  "Thank you for using our subscription service. Your request has been "
1808
  "completed. You will receive a notification email every time a new comment to "
1812
  "telah diproses. Anda akan menerima sebuah email notifikasi setiap ada "
1813
  "komentar baru pada artikel ini."
1814
 
1815
+ #: utils/stcr_utils.php:286
1816
  msgid ""
1817
  "Thank you for using our subscription service. In order to confirm your "
1818
  "request, please check your email for the verification message and follow the "
1822
  "perlu melakukan konfirmasi melalui sebuah pesan yang kami kirimkan ke alamat "
1823
  "email Anda, dan lakukanlah langkah-langkah yang diinstruksikan."
1824
 
1825
+ #: utils/stcr_utils.php:287
1826
  msgid ""
1827
  "In order to cancel or suspend one or more notifications, select the "
1828
  "corresponding checkbox(es) and click on the button at the end of the list."
1830
  "Untuk membatalkan atau menangguhkan satu atau lebih notifikasi, pilihlah "
1831
  "pada checkbox yang dimaksud dan klik pada tombol di akhir daftar."
1832
 
1833
+ #: utils/stcr_utils.php:288
1834
  msgid ""
1835
  "In order to cancel or suspend one or more notifications, select the "
1836
  "corresponding checkbox(es) and click on the button at the end of the list. "
1840
  "pada checkbox yang dimaksud dan klik pada tombol di akhir daftar. Saat ini "
1841
  "Anda berlangganan:"
1842
 
1843
+ #: utils/stcr_utils.php:292
1844
  msgid "There is a new comment to [post_title]"
1845
  msgstr "Hey, ada komentar baru pada artikel [post_title]"
1846
 
1847
+ #: utils/stcr_utils.php:293
1848
  msgid ""
1849
  "<h1>There is a new comment on [post_title].</h1>\n"
1850
  "\n"
1861
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1862
  msgstr ""
1863
 
1864
+ #: utils/stcr_utils.php:294
1865
  msgid "Please confirm your subscription to [post_title]"
1866
  msgstr "Mohon lakukan konfirmasi berlangganan Anda pada artikel [post_title]"
1867
 
1868
+ #: utils/stcr_utils.php:295
1869
  #, fuzzy
1870
  #| msgid ""
1871
  #| "You have requested to be notified every time a new comment is added to:\n"
1886
  "Lakukan konfirmasi permintaan Anda dengan melakukan klik pada tautan ini:\n"
1887
  "[confirm_link]"
1888
 
1889
+ #: utils/stcr_utils.php:296
1890
  msgid "Manage your subscriptions on [blog_name]"
1891
  msgstr "Aturlah cara berlangganan Anda pada [blog_name]"
1892
 
1893
+ #: utils/stcr_utils.php:297
1894
  msgid ""
1895
  "You have requested to manage your subscriptions to the articles on "
1896
  "[blog_name]. Please check the Subscriptions management link in your email"
1897
  msgstr ""
1898
 
1899
+ #: utils/stcr_utils.php:298
1900
  #, fuzzy
1901
  #| msgid ""
1902
  #| "You have requested to manage your subscriptions to the articles on "
1911
  "[blog_name]. Ikuti tautan berikut untuk mengakses halaman personal Anda:\n"
1912
  "[manager_link]"
1913
 
1914
+ #: utils/stcr_utils.php:378
1915
  msgid "StCR Notification"
1916
  msgstr "Notifikasi"
1917
 
1918
+ #: wp_subscribe_reloaded.php:1116
1919
  msgid "Don't subscribe"
1920
  msgstr "Jangan berlangganan"
1921
 
1922
+ #: wp_subscribe_reloaded.php:1117
1923
  msgid "All"
1924
  msgstr "Semua"
1925
 
langs/subscribe-reloaded-it_IT.mo CHANGED
Binary file
langs/subscribe-reloaded-it_IT.po CHANGED
@@ -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-12 15:09-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:11-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "Language: it_IT\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:203
21
  msgid "Manage subscriptions"
22
  msgstr "Gestisci iscrizioni"
23
 
@@ -46,7 +46,7 @@ msgstr "Supporto"
46
  msgid "Donate"
47
  msgstr ""
48
 
49
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
50
  msgid "Add New Subscription"
51
  msgstr "Nuova iscrizione"
52
 
@@ -55,78 +55,80 @@ msgstr "Nuova iscrizione"
55
  msgid "Post:"
56
  msgstr "Articolo:"
57
 
58
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
61
  msgid "Email"
62
  msgstr "Email"
63
 
64
  #: options/panel1-add-subscription.php:20
65
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "Stato"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
73
  #: templates/user.php:76
74
  msgid "Active"
75
  msgstr "Attiva"
76
 
77
  #: options/panel1-add-subscription.php:23
78
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr "Solo risposte"
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
84
  msgid "Ask user to confirm"
85
  msgstr "Richiedi conferma"
86
 
87
  #: options/panel1-add-subscription.php:26
88
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
89
  msgid "Update"
90
  msgstr "Aggiorna"
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "Iscrizione aggiunta."
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "Iscrizioni aggiornate con successo."
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "Iscrizioni rimosse."
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "Iscrizioni rimosse:"
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "Iscrizioni sospese:"
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "Iscrizioni attivate:"
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
120
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
121
  #: templates/user.php:49
122
  msgid "Subscriptions updated:"
123
  msgstr "Iscrizioni aggiornate:"
124
 
125
- #: options/panel1-business-logic.php:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; Precedenti"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "Successivi &raquo;"
132
 
@@ -141,8 +143,8 @@ msgstr "Aggiorna iscrizione"
141
  msgid "optional"
142
  msgstr "facoltativo"
143
 
144
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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 "
@@ -151,57 +153,66 @@ msgstr ""
151
  "Ricorda: questa operazione non pu&ograve; essere annullata. Confermi di "
152
  "voler procedere?"
153
 
154
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
155
  msgid "From"
156
  msgstr "Da"
157
 
158
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
159
  msgid "To"
160
  msgstr "In"
161
 
162
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
163
  msgid "Keep unchanged"
164
  msgstr "Non cambiare"
165
 
166
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
167
  msgid "Suspended"
168
  msgstr "Sospesa"
169
 
170
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
171
  msgid "Mass Update Subscriptions"
172
  msgstr "Aggiorna iscrizioni"
173
 
174
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
175
  msgid "email address"
176
  msgstr "Indirizzo email mittente"
177
 
178
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
179
  msgid "optional - new email address"
180
  msgstr "Aggiorna indirizzo email"
181
 
182
- #: options/panel1.php:49
183
  msgid "More info"
184
  msgstr ""
185
 
186
- #: options/panel1.php:55
187
  msgid ""
188
  "This option will allow you to change an email address for another one or to "
189
  "update the same status for all the subscription on a specific email address."
190
  msgstr ""
191
 
192
- #: options/panel1.php:68
193
  msgid "Post ID"
194
  msgstr "ID Articolo"
195
 
196
- #: options/panel1.php:83
197
  msgid "Add"
198
  msgstr "Aggiungi"
199
 
200
- #: options/panel1.php:98
201
  msgid "Search subscriptions"
202
  msgstr "Cerca tra le iscrizioni"
203
 
204
- #: options/panel1.php:102
205
  #, php-format
206
  msgid ""
207
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -210,139 +221,165 @@ msgstr ""
210
  "Puoi vedere l'elenco di <a href=\"%s\">tutte le iscrizioni</a> o trovare "
211
  "quelle in cui"
212
 
213
- #: options/panel1.php:106
214
  msgid "email"
215
  msgstr "email"
216
 
217
- #: options/panel1.php:107
218
  msgid "post ID"
219
  msgstr "id articolo"
220
 
221
- #: options/panel1.php:108
222
  msgid "status"
223
  msgstr "stato"
224
 
225
- #: options/panel1.php:111
226
  msgid "equals"
227
  msgstr "&egrave; uguale a"
228
 
229
- #: options/panel1.php:112
230
  msgid "contains"
231
  msgstr "contiene"
232
 
233
- #: options/panel1.php:113
234
  msgid "does not contain"
235
  msgstr "non contiene"
236
 
237
- #: options/panel1.php:114
238
  msgid "starts with"
239
  msgstr "inizia per"
240
 
241
- #: options/panel1.php:115
242
  msgid "ends with"
243
  msgstr "finisce con"
244
 
245
- #: options/panel1.php:118
246
  msgid "results per page:"
247
  msgstr "risultati per pagina:"
248
 
249
- #: options/panel1.php:120
250
  msgid "Search"
251
  msgstr "Cerca"
252
 
253
- #: options/panel1.php:128
254
  msgid "Reverse the order by Post ID"
255
  msgstr "Inverti l'ordine per ID dell'articolo"
256
 
257
- #: options/panel1.php:129 options/panel1.php:130
258
  msgid "Reverse the order by Date/Time"
259
  msgstr "Inverti l'ordine per data e ora"
260
 
261
- #: options/panel1.php:132
262
  msgid "Post (ID)"
263
  msgstr "Articolo (ID)"
264
 
265
- #: options/panel1.php:135
266
  msgid "Search query:"
267
  msgstr "Chiave di ricerca:"
268
 
269
- #: options/panel1.php:135
270
  msgid "Rows:"
271
  msgstr "Righe:"
272
 
273
- #: options/panel1.php:135
274
  msgid "of"
275
  msgstr "di"
276
 
277
- #: options/panel1.php:142 options/panel1.php:158
278
  msgid "Date and Time"
279
  msgstr "Data e ora"
280
 
281
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
282
  msgid "Replies"
283
  msgstr "Solo risposte"
284
 
285
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
286
  msgid "Replies Unconfirmed"
287
  msgstr ""
288
 
289
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
290
  msgid "All Comments"
291
  msgstr ""
292
 
293
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
294
  msgid "Unconfirmed"
295
  msgstr ""
296
 
297
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
298
  msgid "Inactive"
299
  msgstr "Attiva"
300
 
301
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
302
- #: templates/user.php:111
303
  msgid "Delete"
304
  msgstr "Rimuovi"
305
 
306
- #: options/panel1.php:202 options/panel1.php:212
307
  msgid "Edit"
308
  msgstr "Modifica"
309
 
310
- #: options/panel1.php:204 options/panel1.php:210
311
  msgid "Subscription"
312
  msgstr "Iscrizione"
313
 
314
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
315
  msgid "Action:"
316
  msgstr "Azione:"
317
 
318
- #: options/panel1.php:227
319
  msgid "Delete forever"
320
  msgstr "Cancella definitivamente"
321
 
322
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
323
  msgid "Suspend"
324
  msgstr "Sospendi"
325
 
326
- #: options/panel1.php:229
327
  msgid "Activate and set to Y"
328
  msgstr "Attiva ed imposta ad Y"
329
 
330
- #: options/panel1.php:230
331
  msgid "Activate and set to R"
332
  msgstr "Attiva ed imposta ad R"
333
 
334
- #: options/panel1.php:231
335
  msgid "Activate"
336
  msgstr "Attiva"
337
 
338
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
339
  msgid "Update subscriptions"
340
  msgstr "Aggiorna iscrizioni"
341
 
342
- #: options/panel1.php:238
343
  msgid "Sorry, no subscriptions match your search criteria."
344
  msgstr "Spiacente, nessuna iscrizione soddisfa i tuoi parametri di ricerca."
345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
  #: options/panel10.php:41
347
  msgid "The log file has been successfully deleted."
348
  msgstr ""
@@ -364,31 +401,31 @@ msgid "Enable Auto clean log data"
364
  msgstr ""
365
 
366
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
367
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
368
  msgid "Your settings have been successfully updated."
369
  msgstr "La configurazione &egrave; stata aggiornata con successo."
370
 
371
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
372
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
373
  msgid "There was an error updating the following fields:"
374
  msgstr ""
375
  "Si &egrave; verificato un errore nell'aggiornamento dei seguenti campi:"
376
 
377
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
378
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
379
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
380
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
381
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
382
- #: options/panel5.php:210 options/panel5.php:219
383
  msgid "Yes"
384
  msgstr "Si"
385
 
386
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
387
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
388
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
389
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
390
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
391
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
392
  msgid "No"
393
  msgstr "No"
394
 
@@ -432,7 +469,7 @@ msgid "System Information"
432
  msgstr ""
433
 
434
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
435
- #: options/panel4.php:283 options/panel5.php:265
436
  msgid "Save Changes"
437
  msgstr "Salva le opzioni"
438
 
@@ -859,7 +896,7 @@ msgid "There was an error deleting the options:"
859
  msgstr ""
860
  "Si &egrave; verificato un errore nell'aggiornamento dei seguenti campi:"
861
 
862
- #: options/panel5.php:48 options/panel5.php:108
863
  msgid "Show StCR checkbox / dropdown"
864
  msgstr ""
865
 
@@ -867,23 +904,23 @@ msgstr ""
867
  msgid "Safetly Uninstall"
868
  msgstr ""
869
 
870
- #: options/panel5.php:54 options/panel5.php:125
871
  msgid "Autopurge requests"
872
  msgstr "Pulizia DB"
873
 
874
- #: options/panel5.php:57 options/panel5.php:143
875
  msgid "Enable double check"
876
  msgstr "Attiva doppia conferma"
877
 
878
- #: options/panel5.php:60 options/panel5.php:134
879
  msgid "StCR Position"
880
  msgstr ""
881
 
882
- #: options/panel5.php:63 options/panel5.php:151
883
  msgid "Subscribe authors"
884
  msgstr "Descrizione per gli iscritti"
885
 
886
- #: options/panel5.php:66 options/panel5.php:161
887
  msgid "Enable HTML emails"
888
  msgstr "Abilita email HTML"
889
 
@@ -899,43 +936,44 @@ msgstr "Notifica trackbacks"
899
  msgid "Notify admin"
900
  msgstr "Notifica amministratore"
901
 
902
- #: options/panel5.php:78 options/panel5.php:199
903
  msgid "Let admin subscribe"
904
  msgstr "Consenti iscrizione per admin"
905
 
906
- #: options/panel5.php:81 options/panel5.php:208
907
  msgid "BCC admin on Notifications"
908
  msgstr "Notifiche"
909
 
910
- #: options/panel5.php:84 options/panel5.php:217
911
  msgid "Enable Font Awesome"
912
  msgstr ""
913
 
914
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
915
  msgid "Reset All Options"
916
  msgstr ""
917
 
918
- #: options/panel5.php:112
919
  msgid ""
920
  "This option will disable the StCR checkbox or dropdown in you comment form. "
921
  "You should leave it to Yes always. "
922
  msgstr ""
923
 
924
- #: options/panel5.php:117
925
  msgid "Safely Uninstall"
926
  msgstr ""
927
 
928
- #: options/panel5.php:121
929
  msgid ""
930
  "This option will allow you to delete the plugin with WordPress without "
931
  "loosing your subscribers. Any database table and plugin options are wipeout."
932
  msgstr ""
933
 
934
- #: options/panel5.php:128
935
  msgid "days"
936
  msgstr "giorni"
937
 
938
- #: options/panel5.php:129
939
  msgid ""
940
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
941
  "this feature."
@@ -943,14 +981,25 @@ msgstr ""
943
  "Cancella le iscrizioni non confermate dopo X giorni. Zero disabilita la "
944
  "funzione."
945
 
946
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
947
  msgid ""
948
  "If this option is enable the subscription box will be above the submit "
949
  "button in your comment form. Use this when your theme is outdated and using "
950
  "the incorrect WordPress Hooks and the checkbox is not displayed."
951
  msgstr ""
952
 
953
- #: options/panel5.php:147
954
  msgid ""
955
  "Send a notification email to confirm the subscription (to avoid addresses "
956
  "misuse)."
@@ -958,12 +1007,12 @@ msgstr ""
958
  "Invia una email per confermare l'iscrizione ad un dato articolo (per evitare "
959
  "l'uso scorretto di indirizzi email di terzi)."
960
 
961
- #: options/panel5.php:156
962
  msgid ""
963
  "Automatically subscribe authors to their own articles (not retroactive)."
964
  msgstr ""
965
 
966
- #: options/panel5.php:165
967
  msgid ""
968
  "If enabled, will send email messages with content-type = text/html instead "
969
  "of text/plain"
@@ -971,80 +1020,80 @@ msgstr ""
971
  "Se abilitato, invia messaggi email con il content-type = text/html invece "
972
  "che text/plain"
973
 
974
- #: options/panel5.php:170
975
  msgid "HTMLify links in emails"
976
  msgstr ""
977
 
978
- #: options/panel5.php:175
979
  msgid ""
980
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
981
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
982
  msgstr ""
983
 
984
- #: options/panel5.php:180
985
  msgid "Process trackbacks"
986
  msgstr "Notifica trackback"
987
 
988
- #: options/panel5.php:184
989
  msgid ""
990
  "Notify users when a new trackback or pingback is added to the discussion."
991
  msgstr ""
992
  "Invia una notifica anche per pingback e trackback aggiunti alla discussione."
993
 
994
- #: options/panel5.php:189
995
  msgid "Track all subscriptions"
996
  msgstr "Traccia iscrizioni"
997
 
998
- #: options/panel5.php:194
999
  msgid "Notify the administrator when users subscribe without commenting."
1000
  msgstr ""
1001
  "Notifica l'amministratore quando un utente si iscrive senza commentare."
1002
 
1003
- #: options/panel5.php:203
1004
  msgid "Let the administrator subscribe to comments when logged in."
1005
  msgstr ""
1006
  "Consenti anche all'amministratore ed agli utenti registrati di iscriversi "
1007
  "alle discussioni."
1008
 
1009
- #: options/panel5.php:212
1010
  msgid "Send a copy of all Notifications to the administrator."
1011
  msgstr ""
1012
 
1013
- #: options/panel5.php:221
1014
  msgid ""
1015
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1016
  "you theme already add this into your site."
1017
  msgstr ""
1018
 
1019
- #: options/panel5.php:226
1020
  msgid "StCR Unique Key"
1021
  msgstr ""
1022
 
1023
- #: options/panel5.php:231
1024
  msgid "This Unique Key is not set, please click the following button to "
1025
  msgstr ""
1026
 
1027
- #: options/panel5.php:235 options/panel5.php:246
1028
  msgid "Generate"
1029
  msgstr ""
1030
 
1031
- #: options/panel5.php:243
1032
  msgid ""
1033
  "This Unique Key will be use to send the notification to your subscribers "
1034
  "with more security."
1035
  msgstr ""
1036
 
1037
- #: options/panel5.php:256
1038
  msgid ""
1039
  "This will reset all the options and messages of the plugin. Please proceed "
1040
  "with caution."
1041
  msgstr ""
1042
 
1043
- #: options/panel5.php:258
1044
  msgid "Yes, Delete Options including subscriptions."
1045
  msgstr ""
1046
 
1047
- #: options/panel5.php:259
1048
  msgid "No, Only delete the StCR Options."
1049
  msgstr ""
1050
 
@@ -1176,34 +1225,34 @@ msgstr ""
1176
  msgid "Subscription Status"
1177
  msgstr ""
1178
 
1179
- #: templates/author.php:88 templates/user.php:104
1180
  msgid "Select all"
1181
  msgstr "Seleziona tutti"
1182
 
1183
- #: templates/author.php:89 templates/user.php:106
1184
  msgid "Invert selection"
1185
  msgstr "Inverti la selezione"
1186
 
1187
- #: templates/author.php:92 templates/user.php:110
1188
  msgid "Choose your action"
1189
  msgstr ""
1190
 
1191
- #: templates/author.php:95 templates/user.php:113
1192
  msgid "All comments"
1193
  msgstr ""
1194
 
1195
- #: templates/author.php:96 templates/user.php:114
1196
- #: wp_subscribe_reloaded.php:1122
1197
  msgid "Replies to my comments"
1198
  msgstr "Risposte ai miei commenti"
1199
 
1200
- #: templates/author.php:102 templates/confirm.php:28
1201
- #: templates/request-management-link.php:114 templates/user.php:124
1202
  msgid "Return to Post"
1203
  msgstr ""
1204
 
1205
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1206
- #: templates/user.php:128
1207
  msgid "No subscriptions match your search criteria."
1208
  msgstr "Nessuna iscrizione corrispondente ai parametri di ricerca."
1209
 
@@ -1213,16 +1262,29 @@ msgid ""
1213
  "enter your email below and a new link will be send."
1214
  msgstr ""
1215
 
1216
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1217
- #: templates/subscribe.php:112
 
1218
  msgid "Send"
1219
  msgstr "Invia"
1220
 
1221
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1222
  msgid "New subscription to"
1223
  msgstr "Nuova iscrizione per"
1224
 
1225
- #: templates/subscribe.php:51
1226
  msgid "User:"
1227
  msgstr "Utente:"
1228
 
@@ -1360,6 +1422,7 @@ msgstr ""
1360
 
1361
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1362
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1363
  msgid ""
1364
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1365
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1400,6 +1463,7 @@ msgstr ""
1400
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1401
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1402
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1403
  msgid ""
1404
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1405
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1486,6 +1550,7 @@ msgstr ""
1486
 
1487
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1488
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1489
  msgid "This version includes fixes and improvements, "
1490
  msgstr ""
1491
 
@@ -1501,12 +1566,12 @@ msgid ""
1501
  msgstr ""
1502
 
1503
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1504
- #: utils/stcr_upgrade.php:576
1505
  msgid "Log Settings"
1506
  msgstr ""
1507
 
1508
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1509
- #: utils/stcr_upgrade.php:580
1510
  msgid ""
1511
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1512
  msgstr ""
@@ -1522,7 +1587,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1522
  msgstr ""
1523
 
1524
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1525
- #: utils/stcr_upgrade.php:590
1526
  msgid "The support of this plugin is given thanks to your donations."
1527
  msgstr ""
1528
 
@@ -1573,7 +1638,7 @@ msgstr ""
1573
  msgid "<strong>Fix</strong> issue regarding database collations"
1574
  msgstr ""
1575
 
1576
- #: utils/stcr_upgrade.php:591
1577
  msgid ""
1578
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1579
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1584,7 +1649,103 @@ msgid ""
1584
  "Thanks for all the users that have supported the plugin development."
1585
  msgstr ""
1586
 
1587
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1588
  msgid ""
1589
  "Notify me of followup comments via e-mail. You can also <a "
1590
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1592,7 +1753,7 @@ msgstr ""
1592
  "Ricevi un avviso se ci sono nuovi commenti. Oppure <a "
1593
  "href='[subscribe_link]'>iscriviti</a> senza commentare."
1594
 
1595
- #: utils/stcr_utils.php:197
1596
  msgid ""
1597
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1598
  "subscriptions."
@@ -1600,7 +1761,7 @@ msgstr ""
1600
  "Sei gi&agrave; iscritto a quest'articolo. Se vuoi, puoi <a "
1601
  "href='[manager_link]'>gestire</a> il tuo profilo."
1602
 
1603
- #: utils/stcr_utils.php:198
1604
  msgid ""
1605
  "Your subscription to this post needs to be confirmed. <a "
1606
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1608,13 +1769,13 @@ msgstr ""
1608
  "La tua iscrizione &egrave; in attesa di conferma. Se vuoi, puoi <a "
1609
  "href='[manager_link]'>gestire</a> il tuo profilo."
1610
 
1611
- #: utils/stcr_utils.php:199
1612
  msgid ""
1613
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1614
  msgstr ""
1615
  "Gestisci gli utenti <a href='[manager_link]'>iscritti</a> alla discussione."
1616
 
1617
- #: utils/stcr_utils.php:205
1618
  msgid ""
1619
  "To manage your subscriptions, please enter your email address here below. We "
1620
  "will send you a message containing the link to access your personal "
@@ -1624,7 +1785,7 @@ msgstr ""
1624
  "campo qui di seguito. Ti sar&agrave; inviato un messaggio contenente il link "
1625
  "per accedere alla tua area riservata."
1626
 
1627
- #: utils/stcr_utils.php:206
1628
  msgid ""
1629
  "Thank you for using our subscription service. Your request has been "
1630
  "completed, and you should receive an email with the management link in a few "
@@ -1635,7 +1796,7 @@ msgstr ""
1635
  "minuti. Al suo interno troverai il link personalizzato per accedere alla tua "
1636
  "area di gestione."
1637
 
1638
- #: utils/stcr_utils.php:207
1639
  msgid ""
1640
  "You can follow the discussion on <strong>[post_title]</strong> without "
1641
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1645,7 +1806,7 @@ msgstr ""
1645
  "lasciare un commento. Bello, no? Ti basta inserire il tuo indirizzo email "
1646
  "nel campo qui sotto e premere invio, al resto pensa il sistema."
1647
 
1648
- #: utils/stcr_utils.php:208
1649
  msgid ""
1650
  "Thank you for using our subscription service. Your request has been "
1651
  "completed. You will receive a notification email every time a new comment to "
@@ -1656,7 +1817,7 @@ msgstr ""
1656
  "un nuovo commento a quell'articolo viene approvato e pubblicato "
1657
  "dall'amministratore del sito."
1658
 
1659
- #: utils/stcr_utils.php:209
1660
  msgid ""
1661
  "Thank you for using our subscription service. In order to confirm your "
1662
  "request, please check your email for the verification message and follow the "
@@ -1666,7 +1827,7 @@ msgstr ""
1666
  "completare la tua richiesta, ti &egrave; stata inviata una email di "
1667
  "conferma. Segui le semplici istruzioni per verificare la tua identit&agrave;."
1668
 
1669
- #: utils/stcr_utils.php:210
1670
  msgid ""
1671
  "In order to cancel or suspend one or more notifications, select the "
1672
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1674,7 +1835,7 @@ msgstr ""
1674
  "Se desideri disdire o sospendere le tue notifiche, spunta la casella "
1675
  "corrispondente all'articolo e clicca sul pulsante in fondo alla lista."
1676
 
1677
- #: utils/stcr_utils.php:211
1678
  msgid ""
1679
  "In order to cancel or suspend one or more notifications, select the "
1680
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1684,11 +1845,11 @@ msgstr ""
1684
  "corrispondente all'articolo e clicca sul pulsante in fondo alla lista. Al "
1685
  "momento, risulti iscritto a:"
1686
 
1687
- #: utils/stcr_utils.php:215
1688
  msgid "There is a new comment to [post_title]"
1689
  msgstr "Nuovo commento per [post_title]"
1690
 
1691
- #: utils/stcr_utils.php:216
1692
  msgid ""
1693
  "<h1>There is a new comment on [post_title].</h1>\n"
1694
  "\n"
@@ -1705,11 +1866,11 @@ msgid ""
1705
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1706
  msgstr ""
1707
 
1708
- #: utils/stcr_utils.php:217
1709
  msgid "Please confirm your subscription to [post_title]"
1710
  msgstr "Conferma la tua iscrizione a [post_title]"
1711
 
1712
- #: utils/stcr_utils.php:218
1713
  #, fuzzy
1714
  #| msgid ""
1715
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1734,17 +1895,17 @@ msgstr ""
1734
  "Se credi di aver ricevuto questo messaggio per errore, ti preghiamo di "
1735
  "rispondere all'email per contattare l'amministratore."
1736
 
1737
- #: utils/stcr_utils.php:219
1738
  msgid "Manage your subscriptions on [blog_name]"
1739
  msgstr "Gestisci le tue iscrizioni su [blog_name]"
1740
 
1741
- #: utils/stcr_utils.php:220
1742
  msgid ""
1743
  "You have requested to manage your subscriptions to the articles on "
1744
  "[blog_name]. Please check the Subscriptions management link in your email"
1745
  msgstr ""
1746
 
1747
- #: utils/stcr_utils.php:221
1748
  #, fuzzy
1749
  #| msgid ""
1750
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1760,15 +1921,15 @@ msgstr ""
1760
  "riservata:\n"
1761
  "[manager_link]"
1762
 
1763
- #: utils/stcr_utils.php:300
1764
  msgid "StCR Notification"
1765
  msgstr "Notifiche"
1766
 
1767
- #: wp_subscribe_reloaded.php:1120
1768
  msgid "Don't subscribe"
1769
  msgstr "Non iscrivermi"
1770
 
1771
- #: wp_subscribe_reloaded.php:1121
1772
  msgid "All"
1773
  msgstr "Tutti"
1774
 
@@ -1869,9 +2030,6 @@ msgstr "Tutti"
1869
  #~ msgid "Management page"
1870
  #~ msgstr "Pagina di gestione"
1871
 
1872
- #~ msgid "Awaiting confirmation"
1873
- #~ msgstr "In attesa di conferma"
1874
-
1875
  #~ msgid "Stats"
1876
  #~ msgstr "Statistiche"
1877
 
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:15-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:15-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "Language: it_IT\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 "Gestisci iscrizioni"
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 "Nuova iscrizione"
52
 
55
  msgid "Post:"
56
  msgstr "Articolo:"
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 "Email"
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 "Stato"
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 "Attiva"
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 "Solo risposte"
84
 
85
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
86
  msgid "Ask user to confirm"
87
  msgstr "Richiedi conferma"
88
 
89
  #: options/panel1-add-subscription.php:26
90
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
91
  msgid "Update"
92
  msgstr "Aggiorna"
93
 
94
+ #: options/panel1-business-logic.php:40
95
  msgid "Subscription added."
96
  msgstr "Iscrizione aggiunta."
97
 
98
+ #: options/panel1-business-logic.php:65
99
  msgid "Subscriptions updated."
100
  msgstr "Iscrizioni aggiornate con successo."
101
 
102
+ #: options/panel1-business-logic.php:80
103
  msgid "Subscription deleted."
104
  msgstr "Iscrizioni rimosse."
105
 
106
+ #: options/panel1-business-logic.php:99 templates/author.php:24
107
  #: templates/user.php:33
108
  msgid "Subscriptions deleted:"
109
  msgstr "Iscrizioni rimosse:"
110
 
111
+ #: options/panel1-business-logic.php:103 templates/author.php:28
112
  #: templates/user.php:37
113
  msgid "Subscriptions suspended:"
114
  msgstr "Iscrizioni sospese:"
115
 
116
+ #: options/panel1-business-logic.php:107 templates/author.php:32
117
  #: templates/user.php:41
118
  msgid "Subscriptions activated:"
119
  msgstr "Iscrizioni attivate:"
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 "Iscrizioni aggiornate:"
126
 
127
+ #: options/panel1-business-logic.php:147
128
  msgid "&laquo; Previous"
129
  msgstr "&laquo; Precedenti"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "Successivi &raquo;"
134
 
143
  msgid "optional"
144
  msgstr "facoltativo"
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 "
153
  "Ricorda: questa operazione non pu&ograve; essere annullata. Confermi di "
154
  "voler procedere?"
155
 
156
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
157
  msgid "From"
158
  msgstr "Da"
159
 
160
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
161
  msgid "To"
162
  msgstr "In"
163
 
164
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
165
  msgid "Keep unchanged"
166
  msgstr "Non cambiare"
167
 
168
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
169
  msgid "Suspended"
170
  msgstr "Sospesa"
171
 
172
+ #: options/panel1.php:22
173
+ msgid "The email that you typed is not correct."
174
+ msgstr ""
175
+
176
+ #: options/panel1.php:29
177
+ msgid "Please enter a valid Post ID."
178
+ msgstr ""
179
+
180
+ #: options/panel1.php:46
181
  msgid "Mass Update Subscriptions"
182
  msgstr "Aggiorna iscrizioni"
183
 
184
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
185
+ #: options/panel1.php:317
186
  msgid "email address"
187
  msgstr "Indirizzo email mittente"
188
 
189
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
190
  msgid "optional - new email address"
191
  msgstr "Aggiorna indirizzo email"
192
 
193
+ #: options/panel1.php:74
194
  msgid "More info"
195
  msgstr ""
196
 
197
+ #: options/panel1.php:80
198
  msgid ""
199
  "This option will allow you to change an email address for another one or to "
200
  "update the same status for all the subscription on a specific email address."
201
  msgstr ""
202
 
203
+ #: options/panel1.php:92
204
  msgid "Post ID"
205
  msgstr "ID Articolo"
206
 
207
+ #: options/panel1.php:109
208
  msgid "Add"
209
  msgstr "Aggiungi"
210
 
211
+ #: options/panel1.php:124
212
  msgid "Search subscriptions"
213
  msgstr "Cerca tra le iscrizioni"
214
 
215
+ #: options/panel1.php:128
216
  #, php-format
217
  msgid ""
218
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
221
  "Puoi vedere l'elenco di <a href=\"%s\">tutte le iscrizioni</a> o trovare "
222
  "quelle in cui"
223
 
224
+ #: options/panel1.php:132
225
  msgid "email"
226
  msgstr "email"
227
 
228
+ #: options/panel1.php:133
229
  msgid "post ID"
230
  msgstr "id articolo"
231
 
232
+ #: options/panel1.php:134
233
  msgid "status"
234
  msgstr "stato"
235
 
236
+ #: options/panel1.php:137
237
  msgid "equals"
238
  msgstr "&egrave; uguale a"
239
 
240
+ #: options/panel1.php:138
241
  msgid "contains"
242
  msgstr "contiene"
243
 
244
+ #: options/panel1.php:139
245
  msgid "does not contain"
246
  msgstr "non contiene"
247
 
248
+ #: options/panel1.php:140
249
  msgid "starts with"
250
  msgstr "inizia per"
251
 
252
+ #: options/panel1.php:141
253
  msgid "ends with"
254
  msgstr "finisce con"
255
 
256
+ #: options/panel1.php:144
257
  msgid "results per page:"
258
  msgstr "risultati per pagina:"
259
 
260
+ #: options/panel1.php:146
261
  msgid "Search"
262
  msgstr "Cerca"
263
 
264
+ #: options/panel1.php:154
265
  msgid "Reverse the order by Post ID"
266
  msgstr "Inverti l'ordine per ID dell'articolo"
267
 
268
+ #: options/panel1.php:155 options/panel1.php:156
269
  msgid "Reverse the order by Date/Time"
270
  msgstr "Inverti l'ordine per data e ora"
271
 
272
+ #: options/panel1.php:158
273
  msgid "Post (ID)"
274
  msgstr "Articolo (ID)"
275
 
276
+ #: options/panel1.php:161
277
  msgid "Search query:"
278
  msgstr "Chiave di ricerca:"
279
 
280
+ #: options/panel1.php:161
281
  msgid "Rows:"
282
  msgstr "Righe:"
283
 
284
+ #: options/panel1.php:161
285
  msgid "of"
286
  msgstr "di"
287
 
288
+ #: options/panel1.php:168 options/panel1.php:184
289
  msgid "Date and Time"
290
  msgstr "Data e ora"
291
 
292
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
293
  msgid "Replies"
294
  msgstr "Solo risposte"
295
 
296
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
297
  msgid "Replies Unconfirmed"
298
  msgstr ""
299
 
300
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
301
  msgid "All Comments"
302
  msgstr ""
303
 
304
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
305
  msgid "Unconfirmed"
306
  msgstr ""
307
 
308
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
309
  msgid "Inactive"
310
  msgstr "Attiva"
311
 
312
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
313
+ #: templates/user.php:114
314
  msgid "Delete"
315
  msgstr "Rimuovi"
316
 
317
+ #: options/panel1.php:228 options/panel1.php:238
318
  msgid "Edit"
319
  msgstr "Modifica"
320
 
321
+ #: options/panel1.php:230 options/panel1.php:236
322
  msgid "Subscription"
323
  msgstr "Iscrizione"
324
 
325
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
326
  msgid "Action:"
327
  msgstr "Azione:"
328
 
329
+ #: options/panel1.php:253
330
  msgid "Delete forever"
331
  msgstr "Cancella definitivamente"
332
 
333
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
334
  msgid "Suspend"
335
  msgstr "Sospendi"
336
 
337
+ #: options/panel1.php:255
338
  msgid "Activate and set to Y"
339
  msgstr "Attiva ed imposta ad Y"
340
 
341
+ #: options/panel1.php:256
342
  msgid "Activate and set to R"
343
  msgstr "Attiva ed imposta ad R"
344
 
345
+ #: options/panel1.php:257
346
  msgid "Activate"
347
  msgstr "Attiva"
348
 
349
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
350
  msgid "Update subscriptions"
351
  msgstr "Aggiorna iscrizioni"
352
 
353
+ #: options/panel1.php:264
354
  msgid "Sorry, no subscriptions match your search criteria."
355
  msgstr "Spiacente, nessuna iscrizione soddisfa i tuoi parametri di ricerca."
356
 
357
+ #: options/panel1.php:321 options/panel1.php:389
358
+ #, fuzzy
359
+ #| msgid "Awaiting confirmation"
360
+ msgid "Missing information"
361
+ msgstr "In attesa di conferma"
362
+
363
+ #: options/panel1.php:329 options/panel1.php:414
364
+ #, fuzzy
365
+ #| msgid "Sender email address"
366
+ msgid "Invalid email address."
367
+ msgstr "Indirizzo email mittente"
368
+
369
+ #: options/panel1.php:397
370
+ msgid "Enter a numeric Post ID."
371
+ msgstr ""
372
+
373
+ #: options/panel1.php:406
374
+ #, fuzzy
375
+ #| msgid "Awaiting confirmation"
376
+ msgid "Missing email information"
377
+ msgstr "In attesa di conferma"
378
+
379
+ #: options/panel1.php:442 options/panel1.php:450
380
+ msgid "Please enter a value"
381
+ msgstr ""
382
+
383
  #: options/panel10.php:41
384
  msgid "The log file has been successfully deleted."
385
  msgstr ""
401
  msgstr ""
402
 
403
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
404
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
405
  msgid "Your settings have been successfully updated."
406
  msgstr "La configurazione &egrave; stata aggiornata con successo."
407
 
408
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
409
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
410
  msgid "There was an error updating the following fields:"
411
  msgstr ""
412
  "Si &egrave; verificato un errore nell'aggiornamento dei seguenti campi:"
413
 
414
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
415
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
416
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
417
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
418
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
419
+ #: options/panel5.php:221 options/panel5.php:230
420
  msgid "Yes"
421
  msgstr "Si"
422
 
423
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
424
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
425
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
426
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
427
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
428
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
429
  msgid "No"
430
  msgstr "No"
431
 
469
  msgstr ""
470
 
471
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
472
+ #: options/panel4.php:283 options/panel5.php:276
473
  msgid "Save Changes"
474
  msgstr "Salva le opzioni"
475
 
896
  msgstr ""
897
  "Si &egrave; verificato un errore nell'aggiornamento dei seguenti campi:"
898
 
899
+ #: options/panel5.php:48 options/panel5.php:111
900
  msgid "Show StCR checkbox / dropdown"
901
  msgstr ""
902
 
904
  msgid "Safetly Uninstall"
905
  msgstr ""
906
 
907
+ #: options/panel5.php:54 options/panel5.php:128
908
  msgid "Autopurge requests"
909
  msgstr "Pulizia DB"
910
 
911
+ #: options/panel5.php:57 options/panel5.php:154
912
  msgid "Enable double check"
913
  msgstr "Attiva doppia conferma"
914
 
915
+ #: options/panel5.php:60 options/panel5.php:145
916
  msgid "StCR Position"
917
  msgstr ""
918
 
919
+ #: options/panel5.php:63 options/panel5.php:162
920
  msgid "Subscribe authors"
921
  msgstr "Descrizione per gli iscritti"
922
 
923
+ #: options/panel5.php:66 options/panel5.php:172
924
  msgid "Enable HTML emails"
925
  msgstr "Abilita email HTML"
926
 
936
  msgid "Notify admin"
937
  msgstr "Notifica amministratore"
938
 
939
+ #: options/panel5.php:78 options/panel5.php:210
940
  msgid "Let admin subscribe"
941
  msgstr "Consenti iscrizione per admin"
942
 
943
+ #: options/panel5.php:81 options/panel5.php:219
944
  msgid "BCC admin on Notifications"
945
  msgstr "Notifiche"
946
 
947
+ #: options/panel5.php:84 options/panel5.php:228
948
  msgid "Enable Font Awesome"
949
  msgstr ""
950
 
951
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
952
+ #: options/panel5.php:272
953
  msgid "Reset All Options"
954
  msgstr ""
955
 
956
+ #: options/panel5.php:115
957
  msgid ""
958
  "This option will disable the StCR checkbox or dropdown in you comment form. "
959
  "You should leave it to Yes always. "
960
  msgstr ""
961
 
962
+ #: options/panel5.php:120
963
  msgid "Safely Uninstall"
964
  msgstr ""
965
 
966
+ #: options/panel5.php:124
967
  msgid ""
968
  "This option will allow you to delete the plugin with WordPress without "
969
  "loosing your subscribers. Any database table and plugin options are wipeout."
970
  msgstr ""
971
 
972
+ #: options/panel5.php:131
973
  msgid "days"
974
  msgstr "giorni"
975
 
976
+ #: options/panel5.php:132
977
  msgid ""
978
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
979
  "this feature."
981
  "Cancella le iscrizioni non confermate dopo X giorni. Zero disabilita la "
982
  "funzione."
983
 
984
+ #: options/panel5.php:136
985
+ msgid "Date Format"
986
+ msgstr ""
987
+
988
+ #: options/panel5.php:140
989
+ msgid ""
990
+ "Date format that will be display on the management page. Use <a "
991
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
992
+ "date-parameters' target='_blank'>PHP Date Format</a>"
993
+ msgstr ""
994
+
995
+ #: options/panel5.php:149
996
  msgid ""
997
  "If this option is enable the subscription box will be above the submit "
998
  "button in your comment form. Use this when your theme is outdated and using "
999
  "the incorrect WordPress Hooks and the checkbox is not displayed."
1000
  msgstr ""
1001
 
1002
+ #: options/panel5.php:158
1003
  msgid ""
1004
  "Send a notification email to confirm the subscription (to avoid addresses "
1005
  "misuse)."
1007
  "Invia una email per confermare l'iscrizione ad un dato articolo (per evitare "
1008
  "l'uso scorretto di indirizzi email di terzi)."
1009
 
1010
+ #: options/panel5.php:167
1011
  msgid ""
1012
  "Automatically subscribe authors to their own articles (not retroactive)."
1013
  msgstr ""
1014
 
1015
+ #: options/panel5.php:176
1016
  msgid ""
1017
  "If enabled, will send email messages with content-type = text/html instead "
1018
  "of text/plain"
1020
  "Se abilitato, invia messaggi email con il content-type = text/html invece "
1021
  "che text/plain"
1022
 
1023
+ #: options/panel5.php:181
1024
  msgid "HTMLify links in emails"
1025
  msgstr ""
1026
 
1027
+ #: options/panel5.php:186
1028
  msgid ""
1029
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1030
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1031
  msgstr ""
1032
 
1033
+ #: options/panel5.php:191
1034
  msgid "Process trackbacks"
1035
  msgstr "Notifica trackback"
1036
 
1037
+ #: options/panel5.php:195
1038
  msgid ""
1039
  "Notify users when a new trackback or pingback is added to the discussion."
1040
  msgstr ""
1041
  "Invia una notifica anche per pingback e trackback aggiunti alla discussione."
1042
 
1043
+ #: options/panel5.php:200
1044
  msgid "Track all subscriptions"
1045
  msgstr "Traccia iscrizioni"
1046
 
1047
+ #: options/panel5.php:205
1048
  msgid "Notify the administrator when users subscribe without commenting."
1049
  msgstr ""
1050
  "Notifica l'amministratore quando un utente si iscrive senza commentare."
1051
 
1052
+ #: options/panel5.php:214
1053
  msgid "Let the administrator subscribe to comments when logged in."
1054
  msgstr ""
1055
  "Consenti anche all'amministratore ed agli utenti registrati di iscriversi "
1056
  "alle discussioni."
1057
 
1058
+ #: options/panel5.php:223
1059
  msgid "Send a copy of all Notifications to the administrator."
1060
  msgstr ""
1061
 
1062
+ #: options/panel5.php:232
1063
  msgid ""
1064
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1065
  "you theme already add this into your site."
1066
  msgstr ""
1067
 
1068
+ #: options/panel5.php:237
1069
  msgid "StCR Unique Key"
1070
  msgstr ""
1071
 
1072
+ #: options/panel5.php:242
1073
  msgid "This Unique Key is not set, please click the following button to "
1074
  msgstr ""
1075
 
1076
+ #: options/panel5.php:246 options/panel5.php:257
1077
  msgid "Generate"
1078
  msgstr ""
1079
 
1080
+ #: options/panel5.php:254
1081
  msgid ""
1082
  "This Unique Key will be use to send the notification to your subscribers "
1083
  "with more security."
1084
  msgstr ""
1085
 
1086
+ #: options/panel5.php:267
1087
  msgid ""
1088
  "This will reset all the options and messages of the plugin. Please proceed "
1089
  "with caution."
1090
  msgstr ""
1091
 
1092
+ #: options/panel5.php:269
1093
  msgid "Yes, Delete Options including subscriptions."
1094
  msgstr ""
1095
 
1096
+ #: options/panel5.php:270
1097
  msgid "No, Only delete the StCR Options."
1098
  msgstr ""
1099
 
1225
  msgid "Subscription Status"
1226
  msgstr ""
1227
 
1228
+ #: templates/author.php:91 templates/user.php:107
1229
  msgid "Select all"
1230
  msgstr "Seleziona tutti"
1231
 
1232
+ #: templates/author.php:92 templates/user.php:109
1233
  msgid "Invert selection"
1234
  msgstr "Inverti la selezione"
1235
 
1236
+ #: templates/author.php:95 templates/user.php:113
1237
  msgid "Choose your action"
1238
  msgstr ""
1239
 
1240
+ #: templates/author.php:98 templates/user.php:116
1241
  msgid "All comments"
1242
  msgstr ""
1243
 
1244
+ #: templates/author.php:99 templates/user.php:117
1245
+ #: wp_subscribe_reloaded.php:1118
1246
  msgid "Replies to my comments"
1247
  msgstr "Risposte ai miei commenti"
1248
 
1249
+ #: templates/author.php:105 templates/confirm.php:28
1250
+ #: templates/request-management-link.php:125 templates/user.php:127
1251
  msgid "Return to Post"
1252
  msgstr ""
1253
 
1254
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1255
+ #: templates/user.php:131
1256
  msgid "No subscriptions match your search criteria."
1257
  msgstr "Nessuna iscrizione corrispondente ai parametri di ricerca."
1258
 
1262
  "enter your email below and a new link will be send."
1263
  msgstr ""
1264
 
1265
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1266
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1267
+ #: templates/subscribe.php:148
1268
  msgid "Send"
1269
  msgstr "Invia"
1270
 
1271
+ #: templates/request-management-link.php:143
1272
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1273
+ #: templates/subscribe.php:178
1274
+ #, fuzzy
1275
+ #| msgid "email address"
1276
+ msgid "Email address is not valid"
1277
+ msgstr "Indirizzo email mittente"
1278
+
1279
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1280
+ msgid "Please enter your email"
1281
+ msgstr ""
1282
+
1283
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1284
  msgid "New subscription to"
1285
  msgstr "Nuova iscrizione per"
1286
 
1287
+ #: templates/subscribe.php:61
1288
  msgid "User:"
1289
  msgstr "Utente:"
1290
 
1422
 
1423
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1424
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1425
+ #: utils/stcr_upgrade.php:610
1426
  msgid ""
1427
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1428
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1463
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1464
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1465
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1466
+ #: utils/stcr_upgrade.php:615
1467
  msgid ""
1468
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1469
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1550
 
1551
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1552
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1553
+ #: utils/stcr_upgrade.php:609
1554
  msgid "This version includes fixes and improvements, "
1555
  msgstr ""
1556
 
1566
  msgstr ""
1567
 
1568
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1569
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1570
  msgid "Log Settings"
1571
  msgstr ""
1572
 
1573
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1574
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1575
  msgid ""
1576
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1577
  msgstr ""
1587
  msgstr ""
1588
 
1589
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1590
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1591
  msgid "The support of this plugin is given thanks to your donations."
1592
  msgstr ""
1593
 
1638
  msgid "<strong>Fix</strong> issue regarding database collations"
1639
  msgstr ""
1640
 
1641
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1642
  msgid ""
1643
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1644
  "aria-hidden=\"true\"></i> <a href=\"\n"
1649
  "Thanks for all the users that have supported the plugin development."
1650
  msgstr ""
1651
 
1652
+ #: utils/stcr_utils.php:158
1653
+ msgid "January"
1654
+ msgstr ""
1655
+
1656
+ #: utils/stcr_utils.php:159
1657
+ msgid "February"
1658
+ msgstr ""
1659
+
1660
+ #: utils/stcr_utils.php:160
1661
+ #, fuzzy
1662
+ #| msgid "Search"
1663
+ msgid "March"
1664
+ msgstr "Cerca"
1665
+
1666
+ #: utils/stcr_utils.php:161
1667
+ msgid "April"
1668
+ msgstr ""
1669
+
1670
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1671
+ msgid "May"
1672
+ msgstr ""
1673
+
1674
+ #: utils/stcr_utils.php:163
1675
+ msgid "June"
1676
+ msgstr ""
1677
+
1678
+ #: utils/stcr_utils.php:164
1679
+ msgid "July"
1680
+ msgstr ""
1681
+
1682
+ #: utils/stcr_utils.php:165
1683
+ msgid "August"
1684
+ msgstr ""
1685
+
1686
+ #: utils/stcr_utils.php:166
1687
+ msgid "September"
1688
+ msgstr ""
1689
+
1690
+ #: utils/stcr_utils.php:167
1691
+ msgid "October"
1692
+ msgstr ""
1693
+
1694
+ #: utils/stcr_utils.php:168
1695
+ msgid "November"
1696
+ msgstr ""
1697
+
1698
+ #: utils/stcr_utils.php:169
1699
+ msgid "December"
1700
+ msgstr ""
1701
+
1702
+ #: utils/stcr_utils.php:173
1703
+ msgid "Jan"
1704
+ msgstr ""
1705
+
1706
+ #: utils/stcr_utils.php:174
1707
+ msgid "Feb"
1708
+ msgstr ""
1709
+
1710
+ #: utils/stcr_utils.php:175
1711
+ msgid "Mar"
1712
+ msgstr ""
1713
+
1714
+ #: utils/stcr_utils.php:176
1715
+ msgid "Apr"
1716
+ msgstr ""
1717
+
1718
+ #: utils/stcr_utils.php:178
1719
+ msgid "Jun"
1720
+ msgstr ""
1721
+
1722
+ #: utils/stcr_utils.php:179
1723
+ msgid "Jul"
1724
+ msgstr ""
1725
+
1726
+ #: utils/stcr_utils.php:180
1727
+ msgid "Aug"
1728
+ msgstr ""
1729
+
1730
+ #: utils/stcr_utils.php:181
1731
+ msgid "Sep"
1732
+ msgstr ""
1733
+
1734
+ #: utils/stcr_utils.php:182
1735
+ msgid "Oct"
1736
+ msgstr ""
1737
+
1738
+ #: utils/stcr_utils.php:183
1739
+ #, fuzzy
1740
+ #| msgid "No"
1741
+ msgid "Nov"
1742
+ msgstr "No"
1743
+
1744
+ #: utils/stcr_utils.php:184
1745
+ msgid "Dec"
1746
+ msgstr ""
1747
+
1748
+ #: utils/stcr_utils.php:273
1749
  msgid ""
1750
  "Notify me of followup comments via e-mail. You can also <a "
1751
  "href='[subscribe_link]'>subscribe</a> without commenting."
1753
  "Ricevi un avviso se ci sono nuovi commenti. Oppure <a "
1754
  "href='[subscribe_link]'>iscriviti</a> senza commentare."
1755
 
1756
+ #: utils/stcr_utils.php:274
1757
  msgid ""
1758
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1759
  "subscriptions."
1761
  "Sei gi&agrave; iscritto a quest'articolo. Se vuoi, puoi <a "
1762
  "href='[manager_link]'>gestire</a> il tuo profilo."
1763
 
1764
+ #: utils/stcr_utils.php:275
1765
  msgid ""
1766
  "Your subscription to this post needs to be confirmed. <a "
1767
  "href='[manager_link]'>Manage your subscriptions</a>."
1769
  "La tua iscrizione &egrave; in attesa di conferma. Se vuoi, puoi <a "
1770
  "href='[manager_link]'>gestire</a> il tuo profilo."
1771
 
1772
+ #: utils/stcr_utils.php:276
1773
  msgid ""
1774
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1775
  msgstr ""
1776
  "Gestisci gli utenti <a href='[manager_link]'>iscritti</a> alla discussione."
1777
 
1778
+ #: utils/stcr_utils.php:282
1779
  msgid ""
1780
  "To manage your subscriptions, please enter your email address here below. We "
1781
  "will send you a message containing the link to access your personal "
1785
  "campo qui di seguito. Ti sar&agrave; inviato un messaggio contenente il link "
1786
  "per accedere alla tua area riservata."
1787
 
1788
+ #: utils/stcr_utils.php:283
1789
  msgid ""
1790
  "Thank you for using our subscription service. Your request has been "
1791
  "completed, and you should receive an email with the management link in a few "
1796
  "minuti. Al suo interno troverai il link personalizzato per accedere alla tua "
1797
  "area di gestione."
1798
 
1799
+ #: utils/stcr_utils.php:284
1800
  msgid ""
1801
  "You can follow the discussion on <strong>[post_title]</strong> without "
1802
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1806
  "lasciare un commento. Bello, no? Ti basta inserire il tuo indirizzo email "
1807
  "nel campo qui sotto e premere invio, al resto pensa il sistema."
1808
 
1809
+ #: utils/stcr_utils.php:285
1810
  msgid ""
1811
  "Thank you for using our subscription service. Your request has been "
1812
  "completed. You will receive a notification email every time a new comment to "
1817
  "un nuovo commento a quell'articolo viene approvato e pubblicato "
1818
  "dall'amministratore del sito."
1819
 
1820
+ #: utils/stcr_utils.php:286
1821
  msgid ""
1822
  "Thank you for using our subscription service. In order to confirm your "
1823
  "request, please check your email for the verification message and follow the "
1827
  "completare la tua richiesta, ti &egrave; stata inviata una email di "
1828
  "conferma. Segui le semplici istruzioni per verificare la tua identit&agrave;."
1829
 
1830
+ #: utils/stcr_utils.php:287
1831
  msgid ""
1832
  "In order to cancel or suspend one or more notifications, select the "
1833
  "corresponding checkbox(es) and click on the button at the end of the list."
1835
  "Se desideri disdire o sospendere le tue notifiche, spunta la casella "
1836
  "corrispondente all'articolo e clicca sul pulsante in fondo alla lista."
1837
 
1838
+ #: utils/stcr_utils.php:288
1839
  msgid ""
1840
  "In order to cancel or suspend one or more notifications, select the "
1841
  "corresponding checkbox(es) and click on the button at the end of the list. "
1845
  "corrispondente all'articolo e clicca sul pulsante in fondo alla lista. Al "
1846
  "momento, risulti iscritto a:"
1847
 
1848
+ #: utils/stcr_utils.php:292
1849
  msgid "There is a new comment to [post_title]"
1850
  msgstr "Nuovo commento per [post_title]"
1851
 
1852
+ #: utils/stcr_utils.php:293
1853
  msgid ""
1854
  "<h1>There is a new comment on [post_title].</h1>\n"
1855
  "\n"
1866
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1867
  msgstr ""
1868
 
1869
+ #: utils/stcr_utils.php:294
1870
  msgid "Please confirm your subscription to [post_title]"
1871
  msgstr "Conferma la tua iscrizione a [post_title]"
1872
 
1873
+ #: utils/stcr_utils.php:295
1874
  #, fuzzy
1875
  #| msgid ""
1876
  #| "You have requested to be notified every time a new comment is added to:\n"
1895
  "Se credi di aver ricevuto questo messaggio per errore, ti preghiamo di "
1896
  "rispondere all'email per contattare l'amministratore."
1897
 
1898
+ #: utils/stcr_utils.php:296
1899
  msgid "Manage your subscriptions on [blog_name]"
1900
  msgstr "Gestisci le tue iscrizioni su [blog_name]"
1901
 
1902
+ #: utils/stcr_utils.php:297
1903
  msgid ""
1904
  "You have requested to manage your subscriptions to the articles on "
1905
  "[blog_name]. Please check the Subscriptions management link in your email"
1906
  msgstr ""
1907
 
1908
+ #: utils/stcr_utils.php:298
1909
  #, fuzzy
1910
  #| msgid ""
1911
  #| "You have requested to manage your subscriptions to the articles on "
1921
  "riservata:\n"
1922
  "[manager_link]"
1923
 
1924
+ #: utils/stcr_utils.php:378
1925
  msgid "StCR Notification"
1926
  msgstr "Notifiche"
1927
 
1928
+ #: wp_subscribe_reloaded.php:1116
1929
  msgid "Don't subscribe"
1930
  msgstr "Non iscrivermi"
1931
 
1932
+ #: wp_subscribe_reloaded.php:1117
1933
  msgid "All"
1934
  msgstr "Tutti"
1935
 
2030
  #~ msgid "Management page"
2031
  #~ msgstr "Pagina di gestione"
2032
 
 
 
 
2033
  #~ msgid "Stats"
2034
  #~ msgstr "Statistiche"
2035
 
langs/subscribe-reloaded-nb_NO.mo CHANGED
Binary file
langs/subscribe-reloaded-nb_NO.po CHANGED
@@ -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-12 15:11-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:11-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Odd Henriksen <odd@henriksen.cx>\n"
9
  "Language: nb_NO\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:203
21
  msgid "Manage subscriptions"
22
  msgstr "Administrere abonnement"
23
 
@@ -46,7 +46,7 @@ msgstr "Support"
46
  msgid "Donate"
47
  msgstr "Ønsker du ikke å donere? Du kan hjelpe likevel"
48
 
49
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
50
  msgid "Add New Subscription"
51
  msgstr "Nytt abonnement på"
52
 
@@ -55,78 +55,80 @@ msgstr "Nytt abonnement på"
55
  msgid "Post:"
56
  msgstr "Rader:"
57
 
58
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
61
  msgid "Email"
62
  msgstr "E-post"
63
 
64
  #: options/panel1-add-subscription.php:20
65
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "Statistikk"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
73
  #: templates/user.php:76
74
  msgid "Active"
75
  msgstr "Handling"
76
 
77
  #: options/panel1-add-subscription.php:23
78
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr ""
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
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:46
89
  msgid "Update"
90
  msgstr "Oppdater"
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "Abonnementsforespørsel behandlet"
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "Abonnementsforespørsel behandlet"
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "Abonnementsforespørsel behandlet"
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "Abonnement for:"
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "Abonnementsforespørsel behandlet"
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "Abonnement for:"
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
120
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
121
  #: templates/user.php:49
122
  msgid "Subscriptions updated:"
123
  msgstr "Abonnement for:"
124
 
125
- #: options/panel1-business-logic.php:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; Forrige"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "Neste &raquo;"
132
 
@@ -141,8 +143,8 @@ msgstr "Oppdater abonnement"
141
  msgid "optional"
142
  msgstr "Alternativer"
143
 
144
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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 "
@@ -151,57 +153,66 @@ msgstr ""
151
  "Merk! Denne operasjonen kan ikke angres senere. Er du sikker på at du vil "
152
  "fortsette?"
153
 
154
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
155
  msgid "From"
156
  msgstr "Fra"
157
 
158
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
159
  msgid "To"
160
  msgstr "Til"
161
 
162
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
163
  msgid "Keep unchanged"
164
  msgstr ""
165
 
166
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
167
  msgid "Suspended"
168
  msgstr "Deaktiver"
169
 
170
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
171
  msgid "Mass Update Subscriptions"
172
  msgstr "Oppdater abonnement"
173
 
174
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
175
  msgid "email address"
176
  msgstr "Avsenderadresse"
177
 
178
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
179
  msgid "optional - new email address"
180
  msgstr "Oppdater e-postadresse"
181
 
182
- #: options/panel1.php:49
183
  msgid "More info"
184
  msgstr ""
185
 
186
- #: options/panel1.php:55
187
  msgid ""
188
  "This option will allow you to change an email address for another one or to "
189
  "update the same status for all the subscription on a specific email address."
190
  msgstr ""
191
 
192
- #: options/panel1.php:68
193
  msgid "Post ID"
194
  msgstr ""
195
 
196
- #: options/panel1.php:83
197
  msgid "Add"
198
  msgstr ""
199
 
200
- #: options/panel1.php:98
201
  msgid "Search subscriptions"
202
  msgstr "Administrere abonnement"
203
 
204
- #: options/panel1.php:102
205
  #, php-format
206
  msgid ""
207
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -210,139 +221,165 @@ msgstr ""
210
  "Du kan enten <a href=\"%s\">liste opp alle abonnement</a> eller søke frem "
211
  "abonnement der <b>e-postadresse</b>"
212
 
213
- #: options/panel1.php:106
214
  msgid "email"
215
  msgstr "E-post"
216
 
217
- #: options/panel1.php:107
218
  msgid "post ID"
219
  msgstr ""
220
 
221
- #: options/panel1.php:108
222
  msgid "status"
223
  msgstr "Statistikk"
224
 
225
- #: options/panel1.php:111
226
  msgid "equals"
227
  msgstr "er lik"
228
 
229
- #: options/panel1.php:112
230
  msgid "contains"
231
  msgstr "inneholder"
232
 
233
- #: options/panel1.php:113
234
  msgid "does not contain"
235
  msgstr "ikke inneholder"
236
 
237
- #: options/panel1.php:114
238
  msgid "starts with"
239
  msgstr ""
240
 
241
- #: options/panel1.php:115
242
  msgid "ends with"
243
  msgstr ""
244
 
245
- #: options/panel1.php:118
246
  msgid "results per page:"
247
  msgstr ""
248
 
249
- #: options/panel1.php:120
250
  msgid "Search"
251
  msgstr "Søk"
252
 
253
- #: options/panel1.php:128
254
  msgid "Reverse the order by Post ID"
255
  msgstr ""
256
 
257
- #: options/panel1.php:129 options/panel1.php:130
258
  msgid "Reverse the order by Date/Time"
259
  msgstr ""
260
 
261
- #: options/panel1.php:132
262
  msgid "Post (ID)"
263
  msgstr ""
264
 
265
- #: options/panel1.php:135
266
  msgid "Search query:"
267
  msgstr "Søk"
268
 
269
- #: options/panel1.php:135
270
  msgid "Rows:"
271
  msgstr "Rader:"
272
 
273
- #: options/panel1.php:135
274
  msgid "of"
275
  msgstr "av"
276
 
277
- #: options/panel1.php:142 options/panel1.php:158
278
  msgid "Date and Time"
279
  msgstr ""
280
 
281
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
282
  msgid "Replies"
283
  msgstr ""
284
 
285
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
286
  msgid "Replies Unconfirmed"
287
  msgstr ""
288
 
289
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
290
  msgid "All Comments"
291
  msgstr ""
292
 
293
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
294
  msgid "Unconfirmed"
295
  msgstr ""
296
 
297
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
298
  msgid "Inactive"
299
  msgstr "Handling"
300
 
301
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
302
- #: templates/user.php:111
303
  msgid "Delete"
304
  msgstr "Fjern"
305
 
306
- #: options/panel1.php:202 options/panel1.php:212
307
  msgid "Edit"
308
  msgstr ""
309
 
310
- #: options/panel1.php:204 options/panel1.php:210
311
  msgid "Subscription"
312
  msgstr "Administrere abonnement"
313
 
314
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
315
  msgid "Action:"
316
  msgstr "Handling:"
317
 
318
- #: options/panel1.php:227
319
  msgid "Delete forever"
320
  msgstr "Slett permanent"
321
 
322
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
323
  msgid "Suspend"
324
  msgstr "Deaktiver"
325
 
326
- #: options/panel1.php:229
327
  msgid "Activate and set to Y"
328
  msgstr ""
329
 
330
- #: options/panel1.php:230
331
  msgid "Activate and set to R"
332
  msgstr ""
333
 
334
- #: options/panel1.php:231
335
  msgid "Activate"
336
  msgstr ""
337
 
338
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
339
  msgid "Update subscriptions"
340
  msgstr "Oppdater abonnement"
341
 
342
- #: options/panel1.php:238
343
  msgid "Sorry, no subscriptions match your search criteria."
344
  msgstr "Beklager, ingen abonnement funnet for"
345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
  #: options/panel10.php:41
347
  msgid "The log file has been successfully deleted."
348
  msgstr ""
@@ -364,30 +401,30 @@ msgid "Enable Auto clean log data"
364
  msgstr ""
365
 
366
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
367
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
368
  msgid "Your settings have been successfully updated."
369
  msgstr "Dine innstillinger har blitt vellykket oppdatert."
370
 
371
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
372
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
373
  msgid "There was an error updating the following fields:"
374
  msgstr "Det oppsto en feil ved oppdatering av følgende felter:"
375
 
376
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
377
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
378
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
379
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
380
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
381
- #: options/panel5.php:210 options/panel5.php:219
382
  msgid "Yes"
383
  msgstr "Ja"
384
 
385
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
386
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
387
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
388
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
389
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
390
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
391
  msgid "No"
392
  msgstr "Nei"
393
 
@@ -431,7 +468,7 @@ msgid "System Information"
431
  msgstr ""
432
 
433
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
434
- #: options/panel4.php:283 options/panel5.php:265
435
  msgid "Save Changes"
436
  msgstr "Lagre endringer"
437
 
@@ -839,7 +876,7 @@ msgstr "Dine innstillinger har blitt vellykket oppdatert."
839
  msgid "There was an error deleting the options:"
840
  msgstr "Det oppsto en feil ved oppdatering av følgende felter:"
841
 
842
- #: options/panel5.php:48 options/panel5.php:108
843
  msgid "Show StCR checkbox / dropdown"
844
  msgstr ""
845
 
@@ -847,23 +884,23 @@ msgstr ""
847
  msgid "Safetly Uninstall"
848
  msgstr ""
849
 
850
- #: options/panel5.php:54 options/panel5.php:125
851
  msgid "Autopurge requests"
852
  msgstr "Automatisk utløp av forespørsler"
853
 
854
- #: options/panel5.php:57 options/panel5.php:143
855
  msgid "Enable double check"
856
  msgstr "Aktiver bekreftelse per e-post"
857
 
858
- #: options/panel5.php:60 options/panel5.php:134
859
  msgid "StCR Position"
860
  msgstr ""
861
 
862
- #: options/panel5.php:63 options/panel5.php:151
863
  msgid "Subscribe authors"
864
  msgstr "Abonnert"
865
 
866
- #: options/panel5.php:66 options/panel5.php:161
867
  msgid "Enable HTML emails"
868
  msgstr ""
869
 
@@ -879,43 +916,44 @@ msgstr "Send for tilbakesporinger"
879
  msgid "Notify admin"
880
  msgstr "Varsle administratorer"
881
 
882
- #: options/panel5.php:78 options/panel5.php:199
883
  msgid "Let admin subscribe"
884
  msgstr "La administrator abonnere"
885
 
886
- #: options/panel5.php:81 options/panel5.php:208
887
  msgid "BCC admin on Notifications"
888
  msgstr "Emnefelt i varselmelding"
889
 
890
- #: options/panel5.php:84 options/panel5.php:217
891
  msgid "Enable Font Awesome"
892
  msgstr ""
893
 
894
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
895
  msgid "Reset All Options"
896
  msgstr ""
897
 
898
- #: options/panel5.php:112
899
  msgid ""
900
  "This option will disable the StCR checkbox or dropdown in you comment form. "
901
  "You should leave it to Yes always. "
902
  msgstr ""
903
 
904
- #: options/panel5.php:117
905
  msgid "Safely Uninstall"
906
  msgstr ""
907
 
908
- #: options/panel5.php:121
909
  msgid ""
910
  "This option will allow you to delete the plugin with WordPress without "
911
  "loosing your subscribers. Any database table and plugin options are wipeout."
912
  msgstr ""
913
 
914
- #: options/panel5.php:128
915
  msgid "days"
916
  msgstr "dager"
917
 
918
- #: options/panel5.php:129
919
  msgid ""
920
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
921
  "this feature."
@@ -923,14 +961,25 @@ msgstr ""
923
  "Slett ventende forespørsler (ubekreftede) etter X dager. Bruk null for å "
924
  "deaktivere denne funksjonen."
925
 
926
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
927
  msgid ""
928
  "If this option is enable the subscription box will be above the submit "
929
  "button in your comment form. Use this when your theme is outdated and using "
930
  "the incorrect WordPress Hooks and the checkbox is not displayed."
931
  msgstr ""
932
 
933
- #: options/panel5.php:147
934
  msgid ""
935
  "Send a notification email to confirm the subscription (to avoid addresses "
936
  "misuse)."
@@ -938,89 +987,89 @@ msgstr ""
938
  "Send bekreftelsesmelding per e-post for å bekrefte abonnement (for å "
939
  "bekjempe uautorisert registrering av e-postadresser)."
940
 
941
- #: options/panel5.php:156
942
  msgid ""
943
  "Automatically subscribe authors to their own articles (not retroactive)."
944
  msgstr ""
945
 
946
- #: options/panel5.php:165
947
  msgid ""
948
  "If enabled, will send email messages with content-type = text/html instead "
949
  "of text/plain"
950
  msgstr ""
951
 
952
- #: options/panel5.php:170
953
  msgid "HTMLify links in emails"
954
  msgstr ""
955
 
956
- #: options/panel5.php:175
957
  msgid ""
958
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
959
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
960
  msgstr ""
961
 
962
- #: options/panel5.php:180
963
  msgid "Process trackbacks"
964
  msgstr "Send for tilbakesporinger"
965
 
966
- #: options/panel5.php:184
967
  msgid ""
968
  "Notify users when a new trackback or pingback is added to the discussion."
969
  msgstr ""
970
  "Varsle abonnenter også når en tilbakesporing eller et tilbakeping "
971
  "registreres."
972
 
973
- #: options/panel5.php:189
974
  msgid "Track all subscriptions"
975
  msgstr "Spor alle abonnementspåmeldinger"
976
 
977
- #: options/panel5.php:194
978
  msgid "Notify the administrator when users subscribe without commenting."
979
  msgstr "Varsle administrator når brukere abonnerer uten å kommentere."
980
 
981
- #: options/panel5.php:203
982
  msgid "Let the administrator subscribe to comments when logged in."
983
  msgstr "La også innlogget administrator abonnere på kommentarer."
984
 
985
- #: options/panel5.php:212
986
  msgid "Send a copy of all Notifications to the administrator."
987
  msgstr ""
988
 
989
- #: options/panel5.php:221
990
  msgid ""
991
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
992
  "you theme already add this into your site."
993
  msgstr ""
994
 
995
- #: options/panel5.php:226
996
  msgid "StCR Unique Key"
997
  msgstr ""
998
 
999
- #: options/panel5.php:231
1000
  msgid "This Unique Key is not set, please click the following button to "
1001
  msgstr ""
1002
 
1003
- #: options/panel5.php:235 options/panel5.php:246
1004
  msgid "Generate"
1005
  msgstr ""
1006
 
1007
- #: options/panel5.php:243
1008
  msgid ""
1009
  "This Unique Key will be use to send the notification to your subscribers "
1010
  "with more security."
1011
  msgstr ""
1012
 
1013
- #: options/panel5.php:256
1014
  msgid ""
1015
  "This will reset all the options and messages of the plugin. Please proceed "
1016
  "with caution."
1017
  msgstr ""
1018
 
1019
- #: options/panel5.php:258
1020
  msgid "Yes, Delete Options including subscriptions."
1021
  msgstr ""
1022
 
1023
- #: options/panel5.php:259
1024
  msgid "No, Only delete the StCR Options."
1025
  msgstr ""
1026
 
@@ -1149,34 +1198,34 @@ msgstr ""
1149
  msgid "Subscription Status"
1150
  msgstr ""
1151
 
1152
- #: templates/author.php:88 templates/user.php:104
1153
  msgid "Select all"
1154
  msgstr "Velg alle"
1155
 
1156
- #: templates/author.php:89 templates/user.php:106
1157
  msgid "Invert selection"
1158
  msgstr "Inverter utvalg"
1159
 
1160
- #: templates/author.php:92 templates/user.php:110
1161
  msgid "Choose your action"
1162
  msgstr ""
1163
 
1164
- #: templates/author.php:95 templates/user.php:113
1165
  msgid "All comments"
1166
  msgstr ""
1167
 
1168
- #: templates/author.php:96 templates/user.php:114
1169
- #: wp_subscribe_reloaded.php:1122
1170
  msgid "Replies to my comments"
1171
  msgstr ""
1172
 
1173
- #: templates/author.php:102 templates/confirm.php:28
1174
- #: templates/request-management-link.php:114 templates/user.php:124
1175
  msgid "Return to Post"
1176
  msgstr ""
1177
 
1178
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1179
- #: templates/user.php:128
1180
  msgid "No subscriptions match your search criteria."
1181
  msgstr ""
1182
 
@@ -1186,16 +1235,29 @@ msgid ""
1186
  "enter your email below and a new link will be send."
1187
  msgstr ""
1188
 
1189
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1190
- #: templates/subscribe.php:112
 
1191
  msgid "Send"
1192
  msgstr "Send"
1193
 
1194
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1195
  msgid "New subscription to"
1196
  msgstr "Nytt abonnement på"
1197
 
1198
- #: templates/subscribe.php:51
1199
  msgid "User:"
1200
  msgstr "Bruker:"
1201
 
@@ -1334,6 +1396,7 @@ msgstr ""
1334
 
1335
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1336
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1337
  msgid ""
1338
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1339
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1374,6 +1437,7 @@ msgstr ""
1374
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1375
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1376
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1377
  msgid ""
1378
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1379
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1460,6 +1524,7 @@ msgstr ""
1460
 
1461
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1462
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1463
  msgid "This version includes fixes and improvements, "
1464
  msgstr ""
1465
 
@@ -1475,12 +1540,12 @@ msgid ""
1475
  msgstr ""
1476
 
1477
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1478
- #: utils/stcr_upgrade.php:576
1479
  msgid "Log Settings"
1480
  msgstr ""
1481
 
1482
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1483
- #: utils/stcr_upgrade.php:580
1484
  msgid ""
1485
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1486
  msgstr ""
@@ -1496,7 +1561,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1496
  msgstr ""
1497
 
1498
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1499
- #: utils/stcr_upgrade.php:590
1500
  msgid "The support of this plugin is given thanks to your donations."
1501
  msgstr ""
1502
 
@@ -1547,7 +1612,7 @@ msgstr ""
1547
  msgid "<strong>Fix</strong> issue regarding database collations"
1548
  msgstr ""
1549
 
1550
- #: utils/stcr_upgrade.php:591
1551
  msgid ""
1552
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1553
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1558,7 +1623,103 @@ msgid ""
1558
  "Thanks for all the users that have supported the plugin development."
1559
  msgstr ""
1560
 
1561
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1562
  msgid ""
1563
  "Notify me of followup comments via e-mail. You can also <a "
1564
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1566,7 +1727,7 @@ msgstr ""
1566
  "Varsle meg om nye kommentarer via e-post. Du kan også <a "
1567
  "href='[subscribe_link]'>abonnere</a> uten å legge inn en kommentar selv."
1568
 
1569
- #: utils/stcr_utils.php:197
1570
  msgid ""
1571
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1572
  "subscriptions."
@@ -1574,7 +1735,7 @@ msgstr ""
1574
  "Du abonnerer på dette innlegget. <a href='[manager_link]'>Klikk her</a> for "
1575
  "å administrere dine abonnement."
1576
 
1577
- #: utils/stcr_utils.php:198
1578
  msgid ""
1579
  "Your subscription to this post needs to be confirmed. <a "
1580
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1582,14 +1743,14 @@ msgstr ""
1582
  "Ditt abonnement på dette innlegget må bekreftes. <a "
1583
  "href='[manager_link]'>Klikk her</a> for å administrere dine abonnement."
1584
 
1585
- #: utils/stcr_utils.php:199
1586
  msgid ""
1587
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1588
  msgstr ""
1589
  "<a href='[manager_link]'>Klikk her</a> for å administrere "
1590
  "varslingsabonnementene for dette innlegget."
1591
 
1592
- #: utils/stcr_utils.php:205
1593
  msgid ""
1594
  "To manage your subscriptions, please enter your email address here below. We "
1595
  "will send you a message containing the link to access your personal "
@@ -1599,7 +1760,7 @@ msgstr ""
1599
  "nedenfor. Du vil så bli tilsendt en e-postmelding med en link til en side "
1600
  "hvor du kan administrere abonnementene dine."
1601
 
1602
- #: utils/stcr_utils.php:206
1603
  msgid ""
1604
  "Thank you for using our subscription service. Your request has been "
1605
  "completed, and you should receive an email with the management link in a few "
@@ -1609,7 +1770,7 @@ msgstr ""
1609
  "Innen få minutter skal du motta en e-postmelding med linken til "
1610
  "administrasjonssiden."
1611
 
1612
- #: utils/stcr_utils.php:207
1613
  msgid ""
1614
  "You can follow the discussion on <strong>[post_title]</strong> without "
1615
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1619,7 +1780,7 @@ msgstr ""
1619
  "måtte legge igjen en kommentar selv. Snedig, ikke sant? Bare skriv inn e-"
1620
  "postadressen din nedenfor."
1621
 
1622
- #: utils/stcr_utils.php:208
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 "
@@ -1629,7 +1790,7 @@ msgstr ""
1629
  "Du vil motta en varsel per e-post hver gang en ny kommentar til dette "
1630
  "innlegget blir godkjent av administratoren for nettstedet."
1631
 
1632
- #: utils/stcr_utils.php:209
1633
  msgid ""
1634
  "Thank you for using our subscription service. In order to confirm your "
1635
  "request, please check your email for the verification message and follow the "
@@ -1639,7 +1800,7 @@ msgstr ""
1639
  "ved å følge instruksjonene i bekreftelsesmeldingen du nettopp er blitt "
1640
  "tilsendt. Det kan ta et par minutter før meldingen kommer frem."
1641
 
1642
- #: utils/stcr_utils.php:210
1643
  msgid ""
1644
  "In order to cancel or suspend one or more notifications, select the "
1645
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1648,7 +1809,7 @@ msgstr ""
1648
  "kryss i korresponderende avkrysningsboks, velg handling og klikk på knappen "
1649
  "for å lagre endringene i dine abonnement."
1650
 
1651
- #: utils/stcr_utils.php:211
1652
  msgid ""
1653
  "In order to cancel or suspend one or more notifications, select the "
1654
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1659,11 +1820,11 @@ msgstr ""
1659
  "for å lagre endringene i dine abonnement. For øyeblikket abonnerer du på "
1660
  "følgende:"
1661
 
1662
- #: utils/stcr_utils.php:215
1663
  msgid "There is a new comment to [post_title]"
1664
  msgstr "Det er kommet en ny kommentar til [post_title]"
1665
 
1666
- #: utils/stcr_utils.php:216
1667
  msgid ""
1668
  "<h1>There is a new comment on [post_title].</h1>\n"
1669
  "\n"
@@ -1680,11 +1841,11 @@ msgid ""
1680
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1681
  msgstr ""
1682
 
1683
- #: utils/stcr_utils.php:217
1684
  msgid "Please confirm your subscription to [post_title]"
1685
  msgstr "Vennligst bekreft ditt abonnement på [post_title]"
1686
 
1687
- #: utils/stcr_utils.php:218
1688
  #, fuzzy
1689
  #| msgid ""
1690
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1708,17 +1869,17 @@ msgstr ""
1708
  "Dersom adressen ovenfor ikke kan klikkes på, vennligst kopier den og lim den "
1709
  "inn i adresselinjen i nettleseren din."
1710
 
1711
- #: utils/stcr_utils.php:219
1712
  msgid "Manage your subscriptions on [blog_name]"
1713
  msgstr "Administrer dine abonnement på [blog_name]"
1714
 
1715
- #: utils/stcr_utils.php:220
1716
  msgid ""
1717
  "You have requested to manage your subscriptions to the articles on "
1718
  "[blog_name]. Please check the Subscriptions management link in your email"
1719
  msgstr ""
1720
 
1721
- #: utils/stcr_utils.php:221
1722
  #, fuzzy
1723
  #| msgid ""
1724
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1733,15 +1894,15 @@ msgstr ""
1733
  "Følg denne linken for å komme til din personlige administrasjonsside:\n"
1734
  "[manager_link]"
1735
 
1736
- #: utils/stcr_utils.php:300
1737
  msgid "StCR Notification"
1738
  msgstr "Emnefelt i varselmelding"
1739
 
1740
- #: wp_subscribe_reloaded.php:1120
1741
  msgid "Don't subscribe"
1742
  msgstr "La administrator abonnere"
1743
 
1744
- #: wp_subscribe_reloaded.php:1121
1745
  msgid "All"
1746
  msgstr ""
1747
 
@@ -1797,9 +1958,6 @@ msgstr ""
1797
  #~ msgid "Management page"
1798
  #~ msgstr "Administrasjonsside"
1799
 
1800
- #~ msgid "Awaiting confirmation"
1801
- #~ msgstr "Venter på bekreftelse"
1802
-
1803
  #~ msgid "Stats"
1804
  #~ msgstr "Statistikk"
1805
 
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:16-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:16-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Odd Henriksen <odd@henriksen.cx>\n"
9
  "Language: nb_NO\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 "Administrere abonnement"
23
 
46
  msgid "Donate"
47
  msgstr "Ønsker du ikke å donere? Du kan hjelpe likevel"
48
 
49
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
50
  msgid "Add New Subscription"
51
  msgstr "Nytt abonnement på"
52
 
55
  msgid "Post:"
56
  msgstr "Rader:"
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-post"
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 "Statistikk"
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 "Handling"
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 "Oppdater"
93
 
94
+ #: options/panel1-business-logic.php:40
95
  msgid "Subscription added."
96
  msgstr "Abonnementsforespørsel behandlet"
97
 
98
+ #: options/panel1-business-logic.php:65
99
  msgid "Subscriptions updated."
100
  msgstr "Abonnementsforespørsel behandlet"
101
 
102
+ #: options/panel1-business-logic.php:80
103
  msgid "Subscription deleted."
104
  msgstr "Abonnementsforespørsel behandlet"
105
 
106
+ #: options/panel1-business-logic.php:99 templates/author.php:24
107
  #: templates/user.php:33
108
  msgid "Subscriptions deleted:"
109
  msgstr "Abonnement for:"
110
 
111
+ #: options/panel1-business-logic.php:103 templates/author.php:28
112
  #: templates/user.php:37
113
  msgid "Subscriptions suspended:"
114
  msgstr "Abonnementsforespørsel behandlet"
115
 
116
+ #: options/panel1-business-logic.php:107 templates/author.php:32
117
  #: templates/user.php:41
118
  msgid "Subscriptions activated:"
119
  msgstr "Abonnement for:"
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 "Abonnement for:"
126
 
127
+ #: options/panel1-business-logic.php:147
128
  msgid "&laquo; Previous"
129
  msgstr "&laquo; Forrige"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "Neste &raquo;"
134
 
143
  msgid "optional"
144
  msgstr "Alternativer"
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 "
153
  "Merk! Denne operasjonen kan ikke angres senere. Er du sikker på at du vil "
154
  "fortsette?"
155
 
156
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
157
  msgid "From"
158
  msgstr "Fra"
159
 
160
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
161
  msgid "To"
162
  msgstr "Til"
163
 
164
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
165
  msgid "Keep unchanged"
166
  msgstr ""
167
 
168
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
169
  msgid "Suspended"
170
  msgstr "Deaktiver"
171
 
172
+ #: options/panel1.php:22
173
+ msgid "The email that you typed is not correct."
174
+ msgstr ""
175
+
176
+ #: options/panel1.php:29
177
+ msgid "Please enter a valid Post ID."
178
+ msgstr ""
179
+
180
+ #: options/panel1.php:46
181
  msgid "Mass Update Subscriptions"
182
  msgstr "Oppdater abonnement"
183
 
184
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
185
+ #: options/panel1.php:317
186
  msgid "email address"
187
  msgstr "Avsenderadresse"
188
 
189
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
190
  msgid "optional - new email address"
191
  msgstr "Oppdater e-postadresse"
192
 
193
+ #: options/panel1.php:74
194
  msgid "More info"
195
  msgstr ""
196
 
197
+ #: options/panel1.php:80
198
  msgid ""
199
  "This option will allow you to change an email address for another one or to "
200
  "update the same status for all the subscription on a specific email address."
201
  msgstr ""
202
 
203
+ #: options/panel1.php:92
204
  msgid "Post ID"
205
  msgstr ""
206
 
207
+ #: options/panel1.php:109
208
  msgid "Add"
209
  msgstr ""
210
 
211
+ #: options/panel1.php:124
212
  msgid "Search subscriptions"
213
  msgstr "Administrere abonnement"
214
 
215
+ #: options/panel1.php:128
216
  #, php-format
217
  msgid ""
218
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
221
  "Du kan enten <a href=\"%s\">liste opp alle abonnement</a> eller søke frem "
222
  "abonnement der <b>e-postadresse</b>"
223
 
224
+ #: options/panel1.php:132
225
  msgid "email"
226
  msgstr "E-post"
227
 
228
+ #: options/panel1.php:133
229
  msgid "post ID"
230
  msgstr ""
231
 
232
+ #: options/panel1.php:134
233
  msgid "status"
234
  msgstr "Statistikk"
235
 
236
+ #: options/panel1.php:137
237
  msgid "equals"
238
  msgstr "er lik"
239
 
240
+ #: options/panel1.php:138
241
  msgid "contains"
242
  msgstr "inneholder"
243
 
244
+ #: options/panel1.php:139
245
  msgid "does not contain"
246
  msgstr "ikke inneholder"
247
 
248
+ #: options/panel1.php:140
249
  msgid "starts with"
250
  msgstr ""
251
 
252
+ #: options/panel1.php:141
253
  msgid "ends with"
254
  msgstr ""
255
 
256
+ #: options/panel1.php:144
257
  msgid "results per page:"
258
  msgstr ""
259
 
260
+ #: options/panel1.php:146
261
  msgid "Search"
262
  msgstr "Søk"
263
 
264
+ #: options/panel1.php:154
265
  msgid "Reverse the order by Post ID"
266
  msgstr ""
267
 
268
+ #: options/panel1.php:155 options/panel1.php:156
269
  msgid "Reverse the order by Date/Time"
270
  msgstr ""
271
 
272
+ #: options/panel1.php:158
273
  msgid "Post (ID)"
274
  msgstr ""
275
 
276
+ #: options/panel1.php:161
277
  msgid "Search query:"
278
  msgstr "Søk"
279
 
280
+ #: options/panel1.php:161
281
  msgid "Rows:"
282
  msgstr "Rader:"
283
 
284
+ #: options/panel1.php:161
285
  msgid "of"
286
  msgstr "av"
287
 
288
+ #: options/panel1.php:168 options/panel1.php:184
289
  msgid "Date and Time"
290
  msgstr ""
291
 
292
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
293
  msgid "Replies"
294
  msgstr ""
295
 
296
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
297
  msgid "Replies Unconfirmed"
298
  msgstr ""
299
 
300
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
301
  msgid "All Comments"
302
  msgstr ""
303
 
304
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
305
  msgid "Unconfirmed"
306
  msgstr ""
307
 
308
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
309
  msgid "Inactive"
310
  msgstr "Handling"
311
 
312
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
313
+ #: templates/user.php:114
314
  msgid "Delete"
315
  msgstr "Fjern"
316
 
317
+ #: options/panel1.php:228 options/panel1.php:238
318
  msgid "Edit"
319
  msgstr ""
320
 
321
+ #: options/panel1.php:230 options/panel1.php:236
322
  msgid "Subscription"
323
  msgstr "Administrere abonnement"
324
 
325
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
326
  msgid "Action:"
327
  msgstr "Handling:"
328
 
329
+ #: options/panel1.php:253
330
  msgid "Delete forever"
331
  msgstr "Slett permanent"
332
 
333
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
334
  msgid "Suspend"
335
  msgstr "Deaktiver"
336
 
337
+ #: options/panel1.php:255
338
  msgid "Activate and set to Y"
339
  msgstr ""
340
 
341
+ #: options/panel1.php:256
342
  msgid "Activate and set to R"
343
  msgstr ""
344
 
345
+ #: options/panel1.php:257
346
  msgid "Activate"
347
  msgstr ""
348
 
349
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
350
  msgid "Update subscriptions"
351
  msgstr "Oppdater abonnement"
352
 
353
+ #: options/panel1.php:264
354
  msgid "Sorry, no subscriptions match your search criteria."
355
  msgstr "Beklager, ingen abonnement funnet for"
356
 
357
+ #: options/panel1.php:321 options/panel1.php:389
358
+ #, fuzzy
359
+ #| msgid "Awaiting confirmation"
360
+ msgid "Missing information"
361
+ msgstr "Venter på bekreftelse"
362
+
363
+ #: options/panel1.php:329 options/panel1.php:414
364
+ #, fuzzy
365
+ #| msgid "Sender email address"
366
+ msgid "Invalid email address."
367
+ msgstr "Avsenderadresse"
368
+
369
+ #: options/panel1.php:397
370
+ msgid "Enter a numeric Post ID."
371
+ msgstr ""
372
+
373
+ #: options/panel1.php:406
374
+ #, fuzzy
375
+ #| msgid "Awaiting confirmation"
376
+ msgid "Missing email information"
377
+ msgstr "Venter på bekreftelse"
378
+
379
+ #: options/panel1.php:442 options/panel1.php:450
380
+ msgid "Please enter a value"
381
+ msgstr ""
382
+
383
  #: options/panel10.php:41
384
  msgid "The log file has been successfully deleted."
385
  msgstr ""
401
  msgstr ""
402
 
403
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
404
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
405
  msgid "Your settings have been successfully updated."
406
  msgstr "Dine innstillinger har blitt vellykket oppdatert."
407
 
408
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
409
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
410
  msgid "There was an error updating the following fields:"
411
  msgstr "Det oppsto en feil ved oppdatering av følgende felter:"
412
 
413
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
414
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
415
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
416
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
417
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
418
+ #: options/panel5.php:221 options/panel5.php:230
419
  msgid "Yes"
420
  msgstr "Ja"
421
 
422
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
423
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
424
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
425
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
426
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
427
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
428
  msgid "No"
429
  msgstr "Nei"
430
 
468
  msgstr ""
469
 
470
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
471
+ #: options/panel4.php:283 options/panel5.php:276
472
  msgid "Save Changes"
473
  msgstr "Lagre endringer"
474
 
876
  msgid "There was an error deleting the options:"
877
  msgstr "Det oppsto en feil ved oppdatering av følgende felter:"
878
 
879
+ #: options/panel5.php:48 options/panel5.php:111
880
  msgid "Show StCR checkbox / dropdown"
881
  msgstr ""
882
 
884
  msgid "Safetly Uninstall"
885
  msgstr ""
886
 
887
+ #: options/panel5.php:54 options/panel5.php:128
888
  msgid "Autopurge requests"
889
  msgstr "Automatisk utløp av forespørsler"
890
 
891
+ #: options/panel5.php:57 options/panel5.php:154
892
  msgid "Enable double check"
893
  msgstr "Aktiver bekreftelse per e-post"
894
 
895
+ #: options/panel5.php:60 options/panel5.php:145
896
  msgid "StCR Position"
897
  msgstr ""
898
 
899
+ #: options/panel5.php:63 options/panel5.php:162
900
  msgid "Subscribe authors"
901
  msgstr "Abonnert"
902
 
903
+ #: options/panel5.php:66 options/panel5.php:172
904
  msgid "Enable HTML emails"
905
  msgstr ""
906
 
916
  msgid "Notify admin"
917
  msgstr "Varsle administratorer"
918
 
919
+ #: options/panel5.php:78 options/panel5.php:210
920
  msgid "Let admin subscribe"
921
  msgstr "La administrator abonnere"
922
 
923
+ #: options/panel5.php:81 options/panel5.php:219
924
  msgid "BCC admin on Notifications"
925
  msgstr "Emnefelt i varselmelding"
926
 
927
+ #: options/panel5.php:84 options/panel5.php:228
928
  msgid "Enable Font Awesome"
929
  msgstr ""
930
 
931
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
932
+ #: options/panel5.php:272
933
  msgid "Reset All Options"
934
  msgstr ""
935
 
936
+ #: options/panel5.php:115
937
  msgid ""
938
  "This option will disable the StCR checkbox or dropdown in you comment form. "
939
  "You should leave it to Yes always. "
940
  msgstr ""
941
 
942
+ #: options/panel5.php:120
943
  msgid "Safely Uninstall"
944
  msgstr ""
945
 
946
+ #: options/panel5.php:124
947
  msgid ""
948
  "This option will allow you to delete the plugin with WordPress without "
949
  "loosing your subscribers. Any database table and plugin options are wipeout."
950
  msgstr ""
951
 
952
+ #: options/panel5.php:131
953
  msgid "days"
954
  msgstr "dager"
955
 
956
+ #: options/panel5.php:132
957
  msgid ""
958
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
959
  "this feature."
961
  "Slett ventende forespørsler (ubekreftede) etter X dager. Bruk null for å "
962
  "deaktivere denne funksjonen."
963
 
964
+ #: options/panel5.php:136
965
+ msgid "Date Format"
966
+ msgstr ""
967
+
968
+ #: options/panel5.php:140
969
+ msgid ""
970
+ "Date format that will be display on the management page. Use <a "
971
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
972
+ "date-parameters' target='_blank'>PHP Date Format</a>"
973
+ msgstr ""
974
+
975
+ #: options/panel5.php:149
976
  msgid ""
977
  "If this option is enable the subscription box will be above the submit "
978
  "button in your comment form. Use this when your theme is outdated and using "
979
  "the incorrect WordPress Hooks and the checkbox is not displayed."
980
  msgstr ""
981
 
982
+ #: options/panel5.php:158
983
  msgid ""
984
  "Send a notification email to confirm the subscription (to avoid addresses "
985
  "misuse)."
987
  "Send bekreftelsesmelding per e-post for å bekrefte abonnement (for å "
988
  "bekjempe uautorisert registrering av e-postadresser)."
989
 
990
+ #: options/panel5.php:167
991
  msgid ""
992
  "Automatically subscribe authors to their own articles (not retroactive)."
993
  msgstr ""
994
 
995
+ #: options/panel5.php:176
996
  msgid ""
997
  "If enabled, will send email messages with content-type = text/html instead "
998
  "of text/plain"
999
  msgstr ""
1000
 
1001
+ #: options/panel5.php:181
1002
  msgid "HTMLify links in emails"
1003
  msgstr ""
1004
 
1005
+ #: options/panel5.php:186
1006
  msgid ""
1007
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1008
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1009
  msgstr ""
1010
 
1011
+ #: options/panel5.php:191
1012
  msgid "Process trackbacks"
1013
  msgstr "Send for tilbakesporinger"
1014
 
1015
+ #: options/panel5.php:195
1016
  msgid ""
1017
  "Notify users when a new trackback or pingback is added to the discussion."
1018
  msgstr ""
1019
  "Varsle abonnenter også når en tilbakesporing eller et tilbakeping "
1020
  "registreres."
1021
 
1022
+ #: options/panel5.php:200
1023
  msgid "Track all subscriptions"
1024
  msgstr "Spor alle abonnementspåmeldinger"
1025
 
1026
+ #: options/panel5.php:205
1027
  msgid "Notify the administrator when users subscribe without commenting."
1028
  msgstr "Varsle administrator når brukere abonnerer uten å kommentere."
1029
 
1030
+ #: options/panel5.php:214
1031
  msgid "Let the administrator subscribe to comments when logged in."
1032
  msgstr "La også innlogget administrator abonnere på kommentarer."
1033
 
1034
+ #: options/panel5.php:223
1035
  msgid "Send a copy of all Notifications to the administrator."
1036
  msgstr ""
1037
 
1038
+ #: options/panel5.php:232
1039
  msgid ""
1040
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1041
  "you theme already add this into your site."
1042
  msgstr ""
1043
 
1044
+ #: options/panel5.php:237
1045
  msgid "StCR Unique Key"
1046
  msgstr ""
1047
 
1048
+ #: options/panel5.php:242
1049
  msgid "This Unique Key is not set, please click the following button to "
1050
  msgstr ""
1051
 
1052
+ #: options/panel5.php:246 options/panel5.php:257
1053
  msgid "Generate"
1054
  msgstr ""
1055
 
1056
+ #: options/panel5.php:254
1057
  msgid ""
1058
  "This Unique Key will be use to send the notification to your subscribers "
1059
  "with more security."
1060
  msgstr ""
1061
 
1062
+ #: options/panel5.php:267
1063
  msgid ""
1064
  "This will reset all the options and messages of the plugin. Please proceed "
1065
  "with caution."
1066
  msgstr ""
1067
 
1068
+ #: options/panel5.php:269
1069
  msgid "Yes, Delete Options including subscriptions."
1070
  msgstr ""
1071
 
1072
+ #: options/panel5.php:270
1073
  msgid "No, Only delete the StCR Options."
1074
  msgstr ""
1075
 
1198
  msgid "Subscription Status"
1199
  msgstr ""
1200
 
1201
+ #: templates/author.php:91 templates/user.php:107
1202
  msgid "Select all"
1203
  msgstr "Velg alle"
1204
 
1205
+ #: templates/author.php:92 templates/user.php:109
1206
  msgid "Invert selection"
1207
  msgstr "Inverter utvalg"
1208
 
1209
+ #: templates/author.php:95 templates/user.php:113
1210
  msgid "Choose your action"
1211
  msgstr ""
1212
 
1213
+ #: templates/author.php:98 templates/user.php:116
1214
  msgid "All comments"
1215
  msgstr ""
1216
 
1217
+ #: templates/author.php:99 templates/user.php:117
1218
+ #: wp_subscribe_reloaded.php:1118
1219
  msgid "Replies to my comments"
1220
  msgstr ""
1221
 
1222
+ #: templates/author.php:105 templates/confirm.php:28
1223
+ #: templates/request-management-link.php:125 templates/user.php:127
1224
  msgid "Return to Post"
1225
  msgstr ""
1226
 
1227
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1228
+ #: templates/user.php:131
1229
  msgid "No subscriptions match your search criteria."
1230
  msgstr ""
1231
 
1235
  "enter your email below and a new link will be send."
1236
  msgstr ""
1237
 
1238
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1239
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1240
+ #: templates/subscribe.php:148
1241
  msgid "Send"
1242
  msgstr "Send"
1243
 
1244
+ #: templates/request-management-link.php:143
1245
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1246
+ #: templates/subscribe.php:178
1247
+ #, fuzzy
1248
+ #| msgid "email address"
1249
+ msgid "Email address is not valid"
1250
+ msgstr "Avsenderadresse"
1251
+
1252
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1253
+ msgid "Please enter your email"
1254
+ msgstr ""
1255
+
1256
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1257
  msgid "New subscription to"
1258
  msgstr "Nytt abonnement på"
1259
 
1260
+ #: templates/subscribe.php:61
1261
  msgid "User:"
1262
  msgstr "Bruker:"
1263
 
1396
 
1397
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1398
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1399
+ #: utils/stcr_upgrade.php:610
1400
  msgid ""
1401
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1402
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1437
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1438
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1439
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1440
+ #: utils/stcr_upgrade.php:615
1441
  msgid ""
1442
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1443
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1524
 
1525
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1526
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1527
+ #: utils/stcr_upgrade.php:609
1528
  msgid "This version includes fixes and improvements, "
1529
  msgstr ""
1530
 
1540
  msgstr ""
1541
 
1542
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1543
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1544
  msgid "Log Settings"
1545
  msgstr ""
1546
 
1547
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1548
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1549
  msgid ""
1550
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1551
  msgstr ""
1561
  msgstr ""
1562
 
1563
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1564
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1565
  msgid "The support of this plugin is given thanks to your donations."
1566
  msgstr ""
1567
 
1612
  msgid "<strong>Fix</strong> issue regarding database collations"
1613
  msgstr ""
1614
 
1615
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1616
  msgid ""
1617
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1618
  "aria-hidden=\"true\"></i> <a href=\"\n"
1623
  "Thanks for all the users that have supported the plugin development."
1624
  msgstr ""
1625
 
1626
+ #: utils/stcr_utils.php:158
1627
+ msgid "January"
1628
+ msgstr ""
1629
+
1630
+ #: utils/stcr_utils.php:159
1631
+ msgid "February"
1632
+ msgstr ""
1633
+
1634
+ #: utils/stcr_utils.php:160
1635
+ #, fuzzy
1636
+ #| msgid "Search"
1637
+ msgid "March"
1638
+ msgstr "Søk"
1639
+
1640
+ #: utils/stcr_utils.php:161
1641
+ msgid "April"
1642
+ msgstr ""
1643
+
1644
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1645
+ msgid "May"
1646
+ msgstr ""
1647
+
1648
+ #: utils/stcr_utils.php:163
1649
+ msgid "June"
1650
+ msgstr ""
1651
+
1652
+ #: utils/stcr_utils.php:164
1653
+ msgid "July"
1654
+ msgstr ""
1655
+
1656
+ #: utils/stcr_utils.php:165
1657
+ msgid "August"
1658
+ msgstr ""
1659
+
1660
+ #: utils/stcr_utils.php:166
1661
+ msgid "September"
1662
+ msgstr ""
1663
+
1664
+ #: utils/stcr_utils.php:167
1665
+ msgid "October"
1666
+ msgstr ""
1667
+
1668
+ #: utils/stcr_utils.php:168
1669
+ msgid "November"
1670
+ msgstr ""
1671
+
1672
+ #: utils/stcr_utils.php:169
1673
+ msgid "December"
1674
+ msgstr ""
1675
+
1676
+ #: utils/stcr_utils.php:173
1677
+ msgid "Jan"
1678
+ msgstr ""
1679
+
1680
+ #: utils/stcr_utils.php:174
1681
+ msgid "Feb"
1682
+ msgstr ""
1683
+
1684
+ #: utils/stcr_utils.php:175
1685
+ msgid "Mar"
1686
+ msgstr ""
1687
+
1688
+ #: utils/stcr_utils.php:176
1689
+ msgid "Apr"
1690
+ msgstr ""
1691
+
1692
+ #: utils/stcr_utils.php:178
1693
+ msgid "Jun"
1694
+ msgstr ""
1695
+
1696
+ #: utils/stcr_utils.php:179
1697
+ msgid "Jul"
1698
+ msgstr ""
1699
+
1700
+ #: utils/stcr_utils.php:180
1701
+ msgid "Aug"
1702
+ msgstr ""
1703
+
1704
+ #: utils/stcr_utils.php:181
1705
+ msgid "Sep"
1706
+ msgstr ""
1707
+
1708
+ #: utils/stcr_utils.php:182
1709
+ msgid "Oct"
1710
+ msgstr ""
1711
+
1712
+ #: utils/stcr_utils.php:183
1713
+ #, fuzzy
1714
+ #| msgid "No"
1715
+ msgid "Nov"
1716
+ msgstr "Nei"
1717
+
1718
+ #: utils/stcr_utils.php:184
1719
+ msgid "Dec"
1720
+ msgstr ""
1721
+
1722
+ #: utils/stcr_utils.php:273
1723
  msgid ""
1724
  "Notify me of followup comments via e-mail. You can also <a "
1725
  "href='[subscribe_link]'>subscribe</a> without commenting."
1727
  "Varsle meg om nye kommentarer via e-post. Du kan også <a "
1728
  "href='[subscribe_link]'>abonnere</a> uten å legge inn en kommentar selv."
1729
 
1730
+ #: utils/stcr_utils.php:274
1731
  msgid ""
1732
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1733
  "subscriptions."
1735
  "Du abonnerer på dette innlegget. <a href='[manager_link]'>Klikk her</a> for "
1736
  "å administrere dine abonnement."
1737
 
1738
+ #: utils/stcr_utils.php:275
1739
  msgid ""
1740
  "Your subscription to this post needs to be confirmed. <a "
1741
  "href='[manager_link]'>Manage your subscriptions</a>."
1743
  "Ditt abonnement på dette innlegget må bekreftes. <a "
1744
  "href='[manager_link]'>Klikk her</a> for å administrere dine abonnement."
1745
 
1746
+ #: utils/stcr_utils.php:276
1747
  msgid ""
1748
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1749
  msgstr ""
1750
  "<a href='[manager_link]'>Klikk her</a> for å administrere "
1751
  "varslingsabonnementene for dette innlegget."
1752
 
1753
+ #: utils/stcr_utils.php:282
1754
  msgid ""
1755
  "To manage your subscriptions, please enter your email address here below. We "
1756
  "will send you a message containing the link to access your personal "
1760
  "nedenfor. Du vil så bli tilsendt en e-postmelding med en link til en side "
1761
  "hvor du kan administrere abonnementene dine."
1762
 
1763
+ #: utils/stcr_utils.php:283
1764
  msgid ""
1765
  "Thank you for using our subscription service. Your request has been "
1766
  "completed, and you should receive an email with the management link in a few "
1770
  "Innen få minutter skal du motta en e-postmelding med linken til "
1771
  "administrasjonssiden."
1772
 
1773
+ #: utils/stcr_utils.php:284
1774
  msgid ""
1775
  "You can follow the discussion on <strong>[post_title]</strong> without "
1776
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1780
  "måtte legge igjen en kommentar selv. Snedig, ikke sant? Bare skriv inn e-"
1781
  "postadressen din nedenfor."
1782
 
1783
+ #: utils/stcr_utils.php:285
1784
  msgid ""
1785
  "Thank you for using our subscription service. Your request has been "
1786
  "completed. You will receive a notification email every time a new comment to "
1790
  "Du vil motta en varsel per e-post hver gang en ny kommentar til dette "
1791
  "innlegget blir godkjent av administratoren for nettstedet."
1792
 
1793
+ #: utils/stcr_utils.php:286
1794
  msgid ""
1795
  "Thank you for using our subscription service. In order to confirm your "
1796
  "request, please check your email for the verification message and follow the "
1800
  "ved å følge instruksjonene i bekreftelsesmeldingen du nettopp er blitt "
1801
  "tilsendt. Det kan ta et par minutter før meldingen kommer frem."
1802
 
1803
+ #: utils/stcr_utils.php:287
1804
  msgid ""
1805
  "In order to cancel or suspend one or more notifications, select the "
1806
  "corresponding checkbox(es) and click on the button at the end of the list."
1809
  "kryss i korresponderende avkrysningsboks, velg handling og klikk på knappen "
1810
  "for å lagre endringene i dine abonnement."
1811
 
1812
+ #: utils/stcr_utils.php:288
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. "
1820
  "for å lagre endringene i dine abonnement. For øyeblikket abonnerer du på "
1821
  "følgende:"
1822
 
1823
+ #: utils/stcr_utils.php:292
1824
  msgid "There is a new comment to [post_title]"
1825
  msgstr "Det er kommet en ny kommentar til [post_title]"
1826
 
1827
+ #: utils/stcr_utils.php:293
1828
  msgid ""
1829
  "<h1>There is a new comment on [post_title].</h1>\n"
1830
  "\n"
1841
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1842
  msgstr ""
1843
 
1844
+ #: utils/stcr_utils.php:294
1845
  msgid "Please confirm your subscription to [post_title]"
1846
  msgstr "Vennligst bekreft ditt abonnement på [post_title]"
1847
 
1848
+ #: utils/stcr_utils.php:295
1849
  #, fuzzy
1850
  #| msgid ""
1851
  #| "You have requested to be notified every time a new comment is added to:\n"
1869
  "Dersom adressen ovenfor ikke kan klikkes på, vennligst kopier den og lim den "
1870
  "inn i adresselinjen i nettleseren din."
1871
 
1872
+ #: utils/stcr_utils.php:296
1873
  msgid "Manage your subscriptions on [blog_name]"
1874
  msgstr "Administrer dine abonnement på [blog_name]"
1875
 
1876
+ #: utils/stcr_utils.php:297
1877
  msgid ""
1878
  "You have requested to manage your subscriptions to the articles on "
1879
  "[blog_name]. Please check the Subscriptions management link in your email"
1880
  msgstr ""
1881
 
1882
+ #: utils/stcr_utils.php:298
1883
  #, fuzzy
1884
  #| msgid ""
1885
  #| "You have requested to manage your subscriptions to the articles on "
1894
  "Følg denne linken for å komme til din personlige administrasjonsside:\n"
1895
  "[manager_link]"
1896
 
1897
+ #: utils/stcr_utils.php:378
1898
  msgid "StCR Notification"
1899
  msgstr "Emnefelt i varselmelding"
1900
 
1901
+ #: wp_subscribe_reloaded.php:1116
1902
  msgid "Don't subscribe"
1903
  msgstr "La administrator abonnere"
1904
 
1905
+ #: wp_subscribe_reloaded.php:1117
1906
  msgid "All"
1907
  msgstr ""
1908
 
1958
  #~ msgid "Management page"
1959
  #~ msgstr "Administrasjonsside"
1960
 
 
 
 
1961
  #~ msgid "Stats"
1962
  #~ msgstr "Statistikk"
1963
 
langs/subscribe-reloaded-nl_NL.mo CHANGED
Binary file
langs/subscribe-reloaded-nl_NL.po CHANGED
@@ -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-12 15:11-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:11-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: nl_NL\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:203
21
  msgid "Manage subscriptions"
22
  msgstr "Beheer Abonnementen"
23
 
@@ -46,7 +46,7 @@ msgstr "Ondersteuning"
46
  msgid "Donate"
47
  msgstr ""
48
 
49
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
50
  msgid "Add New Subscription"
51
  msgstr "Nieuw abonnement toevoegen"
52
 
@@ -55,78 +55,80 @@ msgstr "Nieuw abonnement toevoegen"
55
  msgid "Post:"
56
  msgstr "Post:"
57
 
58
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
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:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "Status"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
73
  #: templates/user.php:76
74
  msgid "Active"
75
  msgstr "Actie"
76
 
77
  #: options/panel1-add-subscription.php:23
78
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr "Alleen reacties op mijn reactie"
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
84
  msgid "Ask user to confirm"
85
  msgstr "Vraag gebruiker te bevestigen"
86
 
87
  #: options/panel1-add-subscription.php:26
88
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
89
  msgid "Update"
90
  msgstr "Bijwerken"
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "Abonnement toegevoegd."
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "Abonnement bijgewerkt."
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "Abonnement verwijderd."
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "Abonnementen verwijderd:"
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "Abonnementen op pauze gezet:"
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "Abonnementen geactiveerd:"
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
120
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
121
  #: templates/user.php:49
122
  msgid "Subscriptions updated:"
123
  msgstr "Abonnementen bijgewerkt:"
124
 
125
- #: options/panel1-business-logic.php:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; Vorige"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "Volgende &raquo;"
132
 
@@ -141,8 +143,8 @@ msgstr "Abonnement bijwerken"
141
  msgid "optional"
142
  msgstr "optioneel"
143
 
144
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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 "
@@ -151,57 +153,66 @@ msgstr ""
151
  "Let op! Deze handeling kan niet ongedaan worden gemaakt. Weet je zeker dat "
152
  "je door wilt gaan?"
153
 
154
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
155
  msgid "From"
156
  msgstr "Van"
157
 
158
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
159
  msgid "To"
160
  msgstr "Naar"
161
 
162
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
163
  msgid "Keep unchanged"
164
  msgstr "Laat onveranderd"
165
 
166
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
167
  msgid "Suspended"
168
  msgstr "Pauzeren"
169
 
170
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
171
  msgid "Mass Update Subscriptions"
172
  msgstr "Abonnementen bijwerken"
173
 
174
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
175
  msgid "email address"
176
  msgstr "E-mail adres van afzender"
177
 
178
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
179
  msgid "optional - new email address"
180
  msgstr "E-mail adres bijwerken"
181
 
182
- #: options/panel1.php:49
183
  msgid "More info"
184
  msgstr ""
185
 
186
- #: options/panel1.php:55
187
  msgid ""
188
  "This option will allow you to change an email address for another one or to "
189
  "update the same status for all the subscription on a specific email address."
190
  msgstr ""
191
 
192
- #: options/panel1.php:68
193
  msgid "Post ID"
194
  msgstr "Post (ID)"
195
 
196
- #: options/panel1.php:83
197
  msgid "Add"
198
  msgstr "Voeg toe"
199
 
200
- #: options/panel1.php:98
201
  msgid "Search subscriptions"
202
  msgstr "Doorzoek abonnementen"
203
 
204
- #: options/panel1.php:102
205
  #, php-format
206
  msgid ""
207
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -210,139 +221,165 @@ msgstr ""
210
  "Je kunt <a href=\"%s\">hier alle abonnementen bekijken</a> of filter hier op "
211
  "<b>e-mail</b>"
212
 
213
- #: options/panel1.php:106
214
  msgid "email"
215
  msgstr "E-mail"
216
 
217
- #: options/panel1.php:107
218
  msgid "post ID"
219
  msgstr "Post (ID)"
220
 
221
- #: options/panel1.php:108
222
  msgid "status"
223
  msgstr "Status"
224
 
225
- #: options/panel1.php:111
226
  msgid "equals"
227
  msgstr "is exact"
228
 
229
- #: options/panel1.php:112
230
  msgid "contains"
231
  msgstr "bevat"
232
 
233
- #: options/panel1.php:113
234
  msgid "does not contain"
235
  msgstr "bevat niet"
236
 
237
- #: options/panel1.php:114
238
  msgid "starts with"
239
  msgstr "Begint met"
240
 
241
- #: options/panel1.php:115
242
  msgid "ends with"
243
  msgstr "Eindigt met"
244
 
245
- #: options/panel1.php:118
246
  msgid "results per page:"
247
  msgstr "Resultaten per pagina:"
248
 
249
- #: options/panel1.php:120
250
  msgid "Search"
251
  msgstr "Zoeken"
252
 
253
- #: options/panel1.php:128
254
  msgid "Reverse the order by Post ID"
255
  msgstr "Keer sortering om op Post ID"
256
 
257
- #: options/panel1.php:129 options/panel1.php:130
258
  msgid "Reverse the order by Date/Time"
259
  msgstr "Keer sortering om op Datum/Tijd"
260
 
261
- #: options/panel1.php:132
262
  msgid "Post (ID)"
263
  msgstr "Post (ID)"
264
 
265
- #: options/panel1.php:135
266
  msgid "Search query:"
267
  msgstr "Zoekopdracht:"
268
 
269
- #: options/panel1.php:135
270
  msgid "Rows:"
271
  msgstr "Rijen:"
272
 
273
- #: options/panel1.php:135
274
  msgid "of"
275
  msgstr "van"
276
 
277
- #: options/panel1.php:142 options/panel1.php:158
278
  msgid "Date and Time"
279
  msgstr "Datum en Tijd"
280
 
281
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
282
  msgid "Replies"
283
  msgstr "Reacties op je reacties"
284
 
285
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
286
  msgid "Replies Unconfirmed"
287
  msgstr ""
288
 
289
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
290
  msgid "All Comments"
291
  msgstr "Alle nieuwe reacties"
292
 
293
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
294
  msgid "Unconfirmed"
295
  msgstr ""
296
 
297
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
298
  msgid "Inactive"
299
  msgstr "Actie"
300
 
301
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
302
- #: templates/user.php:111
303
  msgid "Delete"
304
  msgstr "Verwijderen"
305
 
306
- #: options/panel1.php:202 options/panel1.php:212
307
  msgid "Edit"
308
  msgstr "Bewerk"
309
 
310
- #: options/panel1.php:204 options/panel1.php:210
311
  msgid "Subscription"
312
  msgstr "Abonnement"
313
 
314
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
315
  msgid "Action:"
316
  msgstr "Actie:"
317
 
318
- #: options/panel1.php:227
319
  msgid "Delete forever"
320
  msgstr "Voor altijd verwijderen"
321
 
322
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
323
  msgid "Suspend"
324
  msgstr "Pauzeren"
325
 
326
- #: options/panel1.php:229
327
  msgid "Activate and set to Y"
328
  msgstr "Activeer en verander naar Y"
329
 
330
- #: options/panel1.php:230
331
  msgid "Activate and set to R"
332
  msgstr "Activeer en verander naar R"
333
 
334
- #: options/panel1.php:231
335
  msgid "Activate"
336
  msgstr "Activeer"
337
 
338
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
339
  msgid "Update subscriptions"
340
  msgstr "Abonnementen bijwerken"
341
 
342
- #: options/panel1.php:238
343
  msgid "Sorry, no subscriptions match your search criteria."
344
  msgstr "Sorry, er zijn geen abonnementen gevonden."
345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
  #: options/panel10.php:41
347
  msgid "The log file has been successfully deleted."
348
  msgstr ""
@@ -364,31 +401,31 @@ msgid "Enable Auto clean log data"
364
  msgstr ""
365
 
366
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
367
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
368
  msgid "Your settings have been successfully updated."
369
  msgstr "De instellingen zijn succesvol bijgewerkt."
370
 
371
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
372
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
373
  msgid "There was an error updating the following fields:"
374
  msgstr ""
375
  "Er deed zich een probleem voor tijdens het bijwerken van de volgende velden:"
376
 
377
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
378
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
379
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
380
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
381
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
382
- #: options/panel5.php:210 options/panel5.php:219
383
  msgid "Yes"
384
  msgstr "Ja"
385
 
386
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
387
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
388
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
389
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
390
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
391
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
392
  msgid "No"
393
  msgstr "Nee"
394
 
@@ -432,7 +469,7 @@ msgid "System Information"
432
  msgstr ""
433
 
434
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
435
- #: options/panel4.php:283 options/panel5.php:265
436
  msgid "Save Changes"
437
  msgstr "Opslaan"
438
 
@@ -859,7 +896,7 @@ msgid "There was an error deleting the options:"
859
  msgstr ""
860
  "Er deed zich een probleem voor tijdens het bijwerken van de volgende velden:"
861
 
862
- #: options/panel5.php:48 options/panel5.php:108
863
  msgid "Show StCR checkbox / dropdown"
864
  msgstr ""
865
 
@@ -867,23 +904,23 @@ msgstr ""
867
  msgid "Safetly Uninstall"
868
  msgstr ""
869
 
870
- #: options/panel5.php:54 options/panel5.php:125
871
  msgid "Autopurge requests"
872
  msgstr "Automatisch verwerpen van aanvragen"
873
 
874
- #: options/panel5.php:57 options/panel5.php:143
875
  msgid "Enable double check"
876
  msgstr "Dubbele check activeren"
877
 
878
- #: options/panel5.php:60 options/panel5.php:134
879
  msgid "StCR Position"
880
  msgstr ""
881
 
882
- #: options/panel5.php:63 options/panel5.php:151
883
  msgid "Subscribe authors"
884
  msgstr "Abonneer auteurs"
885
 
886
- #: options/panel5.php:66 options/panel5.php:161
887
  msgid "Enable HTML emails"
888
  msgstr "Activeer HTML e-mails"
889
 
@@ -899,43 +936,44 @@ msgstr "Verstuur trackbacks"
899
  msgid "Notify admin"
900
  msgstr "Notificeer beheerder"
901
 
902
- #: options/panel5.php:78 options/panel5.php:199
903
  msgid "Let admin subscribe"
904
  msgstr "Laat beheerder abonneren"
905
 
906
- #: options/panel5.php:81 options/panel5.php:208
907
  msgid "BCC admin on Notifications"
908
  msgstr "BCC admin bij alle notificaties"
909
 
910
- #: options/panel5.php:84 options/panel5.php:217
911
  msgid "Enable Font Awesome"
912
  msgstr ""
913
 
914
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
915
  msgid "Reset All Options"
916
  msgstr ""
917
 
918
- #: options/panel5.php:112
919
  msgid ""
920
  "This option will disable the StCR checkbox or dropdown in you comment form. "
921
  "You should leave it to Yes always. "
922
  msgstr ""
923
 
924
- #: options/panel5.php:117
925
  msgid "Safely Uninstall"
926
  msgstr ""
927
 
928
- #: options/panel5.php:121
929
  msgid ""
930
  "This option will allow you to delete the plugin with WordPress without "
931
  "loosing your subscribers. Any database table and plugin options are wipeout."
932
  msgstr ""
933
 
934
- #: options/panel5.php:128
935
  msgid "days"
936
  msgstr "dagen"
937
 
938
- #: options/panel5.php:129
939
  msgid ""
940
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
941
  "this feature."
@@ -943,14 +981,25 @@ msgstr ""
943
  "Verwijder abonnementen die niet bevestigd zijn na X dagen. 0 deactiveert "
944
  "deze functie."
945
 
946
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
947
  msgid ""
948
  "If this option is enable the subscription box will be above the submit "
949
  "button in your comment form. Use this when your theme is outdated and using "
950
  "the incorrect WordPress Hooks and the checkbox is not displayed."
951
  msgstr ""
952
 
953
- #: options/panel5.php:147
954
  msgid ""
955
  "Send a notification email to confirm the subscription (to avoid addresses "
956
  "misuse)."
@@ -958,12 +1007,12 @@ msgstr ""
958
  "Verstuur een notificatie e-mail om het abonnement te bevestigen en misbruik "
959
  "te voorkomen."
960
 
961
- #: options/panel5.php:156
962
  msgid ""
963
  "Automatically subscribe authors to their own articles (not retroactive)."
964
  msgstr "Abonneer auteurs automatisch op hun eigen artikelen."
965
 
966
- #: options/panel5.php:165
967
  msgid ""
968
  "If enabled, will send email messages with content-type = text/html instead "
969
  "of text/plain"
@@ -971,11 +1020,11 @@ msgstr ""
971
  "Als dit aan staat dan zullen emails verstuurd worden met content-type text/"
972
  "html in plaats van text/plain."
973
 
974
- #: options/panel5.php:170
975
  msgid "HTMLify links in emails"
976
  msgstr "HTMLify Links in HTML e-mails"
977
 
978
- #: options/panel5.php:175
979
  msgid ""
980
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
981
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -984,71 +1033,71 @@ msgstr ""
984
  "<code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> samengepakt worden (alleen "
985
  "wanneer HTML e-mails gebruikt worden)."
986
 
987
- #: options/panel5.php:180
988
  msgid "Process trackbacks"
989
  msgstr "Verwerk trackbacks"
990
 
991
- #: options/panel5.php:184
992
  msgid ""
993
  "Notify users when a new trackback or pingback is added to the discussion."
994
  msgstr ""
995
  "Stel de gebruikers op de hoogte als er nieuwe trackbacks of pingbacks bij "
996
  "een bericht geplaatst worden."
997
 
998
- #: options/panel5.php:189
999
  msgid "Track all subscriptions"
1000
  msgstr "Bekijk alle abonnementen"
1001
 
1002
- #: options/panel5.php:194
1003
  msgid "Notify the administrator when users subscribe without commenting."
1004
  msgstr ""
1005
  "Stel beheerders op de hoogte als iemand een abonnement neemt zonder eerst "
1006
  "zelf te reageren."
1007
 
1008
- #: options/panel5.php:203
1009
  msgid "Let the administrator subscribe to comments when logged in."
1010
  msgstr ""
1011
  "Moet de beheerder zich kunnen abonneren op berichten als deze is ingelogd?"
1012
 
1013
- #: options/panel5.php:212
1014
  msgid "Send a copy of all Notifications to the administrator."
1015
  msgstr "Verstuur een kopie van alle notificaties naar de admin."
1016
 
1017
- #: options/panel5.php:221
1018
  msgid ""
1019
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1020
  "you theme already add this into your site."
1021
  msgstr ""
1022
 
1023
- #: options/panel5.php:226
1024
  msgid "StCR Unique Key"
1025
  msgstr ""
1026
 
1027
- #: options/panel5.php:231
1028
  msgid "This Unique Key is not set, please click the following button to "
1029
  msgstr ""
1030
 
1031
- #: options/panel5.php:235 options/panel5.php:246
1032
  msgid "Generate"
1033
  msgstr ""
1034
 
1035
- #: options/panel5.php:243
1036
  msgid ""
1037
  "This Unique Key will be use to send the notification to your subscribers "
1038
  "with more security."
1039
  msgstr ""
1040
 
1041
- #: options/panel5.php:256
1042
  msgid ""
1043
  "This will reset all the options and messages of the plugin. Please proceed "
1044
  "with caution."
1045
  msgstr ""
1046
 
1047
- #: options/panel5.php:258
1048
  msgid "Yes, Delete Options including subscriptions."
1049
  msgstr ""
1050
 
1051
- #: options/panel5.php:259
1052
  msgid "No, Only delete the StCR Options."
1053
  msgstr ""
1054
 
@@ -1178,34 +1227,34 @@ msgstr ""
1178
  msgid "Subscription Status"
1179
  msgstr ""
1180
 
1181
- #: templates/author.php:88 templates/user.php:104
1182
  msgid "Select all"
1183
  msgstr "Selecteer alles"
1184
 
1185
- #: templates/author.php:89 templates/user.php:106
1186
  msgid "Invert selection"
1187
  msgstr "Selectie omkeren"
1188
 
1189
- #: templates/author.php:92 templates/user.php:110
1190
  msgid "Choose your action"
1191
  msgstr ""
1192
 
1193
- #: templates/author.php:95 templates/user.php:113
1194
  msgid "All comments"
1195
  msgstr "Alle nieuwe reacties"
1196
 
1197
- #: templates/author.php:96 templates/user.php:114
1198
- #: wp_subscribe_reloaded.php:1122
1199
  msgid "Replies to my comments"
1200
  msgstr "Reacties op mijn reacties"
1201
 
1202
- #: templates/author.php:102 templates/confirm.php:28
1203
- #: templates/request-management-link.php:114 templates/user.php:124
1204
  msgid "Return to Post"
1205
  msgstr ""
1206
 
1207
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1208
- #: templates/user.php:128
1209
  msgid "No subscriptions match your search criteria."
1210
  msgstr "Geen abonnementen voldoen aan je zoekcriteria."
1211
 
@@ -1215,16 +1264,29 @@ msgid ""
1215
  "enter your email below and a new link will be send."
1216
  msgstr ""
1217
 
1218
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1219
- #: templates/subscribe.php:112
 
1220
  msgid "Send"
1221
  msgstr "Verstuur"
1222
 
1223
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1224
  msgid "New subscription to"
1225
  msgstr "Nieuw abonnement voor"
1226
 
1227
- #: templates/subscribe.php:51
1228
  msgid "User:"
1229
  msgstr "Gebruiker:"
1230
 
@@ -1388,6 +1450,7 @@ msgstr ""
1388
 
1389
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1390
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1391
  msgid ""
1392
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1393
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1428,6 +1491,7 @@ msgstr ""
1428
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1429
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1430
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1431
  msgid ""
1432
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1433
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1514,6 +1578,7 @@ msgstr ""
1514
 
1515
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1516
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1517
  msgid "This version includes fixes and improvements, "
1518
  msgstr ""
1519
 
@@ -1529,12 +1594,12 @@ msgid ""
1529
  msgstr ""
1530
 
1531
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1532
- #: utils/stcr_upgrade.php:576
1533
  msgid "Log Settings"
1534
  msgstr ""
1535
 
1536
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1537
- #: utils/stcr_upgrade.php:580
1538
  msgid ""
1539
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1540
  msgstr ""
@@ -1550,7 +1615,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1550
  msgstr ""
1551
 
1552
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1553
- #: utils/stcr_upgrade.php:590
1554
  msgid "The support of this plugin is given thanks to your donations."
1555
  msgstr ""
1556
 
@@ -1601,7 +1666,7 @@ msgstr ""
1601
  msgid "<strong>Fix</strong> issue regarding database collations"
1602
  msgstr ""
1603
 
1604
- #: utils/stcr_upgrade.php:591
1605
  msgid ""
1606
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1607
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1612,7 +1677,103 @@ msgid ""
1612
  "Thanks for all the users that have supported the plugin development."
1613
  msgstr ""
1614
 
1615
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1616
  msgid ""
1617
  "Notify me of followup comments via e-mail. You can also <a "
1618
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1621,7 +1782,7 @@ msgstr ""
1621
  "href='[subscribe_link]'>abonneer jezelf</a> op deze discussie zonder te "
1622
  "reageren."
1623
 
1624
- #: utils/stcr_utils.php:197
1625
  msgid ""
1626
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1627
  "subscriptions."
@@ -1629,7 +1790,7 @@ msgstr ""
1629
  "Je hebt een abonnement op dit bericht. Beheer je abonnementen <a "
1630
  "href='[manager_link]'>op deze pagina</a>. "
1631
 
1632
- #: utils/stcr_utils.php:198
1633
  msgid ""
1634
  "Your subscription to this post needs to be confirmed. <a "
1635
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1637,14 +1798,14 @@ msgstr ""
1637
  "Je abonnement op dit bericht moet eerst worden bevestigd. <a "
1638
  "href='[manager_link]'>Beheer je abonnementen</a>."
1639
 
1640
- #: utils/stcr_utils.php:199
1641
  msgid ""
1642
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1643
  msgstr ""
1644
  "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit "
1645
  "bericht beheren."
1646
 
1647
- #: utils/stcr_utils.php:205
1648
  msgid ""
1649
  "To manage your subscriptions, please enter your email address here below. We "
1650
  "will send you a message containing the link to access your personal "
@@ -1653,7 +1814,7 @@ msgstr ""
1653
  "Om je abonnementen te beheren moet je hieronder je e-mail adres invullen. We "
1654
  "sturen je dan een persoonlijk link waar je je abonnementen aan kunt passen."
1655
 
1656
- #: utils/stcr_utils.php:206
1657
  msgid ""
1658
  "Thank you for using our subscription service. Your request has been "
1659
  "completed, and you should receive an email with the management link in a few "
@@ -1663,7 +1824,7 @@ msgstr ""
1663
  "voltooid en je ontvangt binnen enkele ogenblikken een e-mail met een link "
1664
  "naar je persoonlijk beheerpagina."
1665
 
1666
- #: utils/stcr_utils.php:207
1667
  msgid ""
1668
  "You can follow the discussion on <strong>[post_title]</strong> without "
1669
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1672,7 +1833,7 @@ msgstr ""
1672
  "Je wilt je abonneren op de discussie <strong>[post_title]</strong> zonder "
1673
  "zelf te reageren? Vul je e-mail adres hieronder in en de rest gaat vanzelf."
1674
 
1675
- #: utils/stcr_utils.php:208
1676
  msgid ""
1677
  "Thank you for using our subscription service. Your request has been "
1678
  "completed. You will receive a notification email every time a new comment to "
@@ -1682,7 +1843,7 @@ msgstr ""
1682
  "voltooid. Je ontvangt iedere keer een e-mail als er een nieuwe reactie is "
1683
  "geplaatst."
1684
 
1685
- #: utils/stcr_utils.php:209
1686
  msgid ""
1687
  "Thank you for using our subscription service. In order to confirm your "
1688
  "request, please check your email for the verification message and follow the "
@@ -1692,7 +1853,7 @@ msgstr ""
1692
  "te voltooien moet je deze eerst bevestigen. Je ontvangt hierover binnen "
1693
  "enkele ogenblikken een e-mail bericht."
1694
 
1695
- #: utils/stcr_utils.php:210
1696
  msgid ""
1697
  "In order to cancel or suspend one or more notifications, select the "
1698
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1700,7 +1861,7 @@ msgstr ""
1700
  "Om je abonnementen aan te passen vink je het gewenste abonnement aan en klik "
1701
  "je op de desgewenst actie."
1702
 
1703
- #: utils/stcr_utils.php:211
1704
  msgid ""
1705
  "In order to cancel or suspend one or more notifications, select the "
1706
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1710,11 +1871,11 @@ msgstr ""
1710
  "je op de desgewenst actie. Momenteel ben je geabonneerd op de volgende "
1711
  "berichten:"
1712
 
1713
- #: utils/stcr_utils.php:215
1714
  msgid "There is a new comment to [post_title]"
1715
  msgstr "Er is een nieuwe reactie geplaatst bij [post_title]"
1716
 
1717
- #: utils/stcr_utils.php:216
1718
  msgid ""
1719
  "<h1>There is a new comment on [post_title].</h1>\n"
1720
  "\n"
@@ -1731,11 +1892,11 @@ msgid ""
1731
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1732
  msgstr ""
1733
 
1734
- #: utils/stcr_utils.php:217
1735
  msgid "Please confirm your subscription to [post_title]"
1736
  msgstr "Bevestig je abonnement op [post_title]"
1737
 
1738
- #: utils/stcr_utils.php:218
1739
  #, fuzzy
1740
  #| msgid ""
1741
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1757,17 +1918,17 @@ msgstr ""
1757
  "Bevestig je aanmelding door op deze link te klikken:\n"
1758
  "[confirm_link]"
1759
 
1760
- #: utils/stcr_utils.php:219
1761
  msgid "Manage your subscriptions on [blog_name]"
1762
  msgstr "Beheer je abonnementen op [blog_name]"
1763
 
1764
- #: utils/stcr_utils.php:220
1765
  msgid ""
1766
  "You have requested to manage your subscriptions to the articles on "
1767
  "[blog_name]. Please check the Subscriptions management link in your email"
1768
  msgstr ""
1769
 
1770
- #: utils/stcr_utils.php:221
1771
  #, fuzzy
1772
  #| msgid ""
1773
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1783,15 +1944,15 @@ msgstr ""
1783
  "pagina te gaan:\n"
1784
  "[manager_link]"
1785
 
1786
- #: utils/stcr_utils.php:300
1787
  msgid "StCR Notification"
1788
  msgstr "Notificaties"
1789
 
1790
- #: wp_subscribe_reloaded.php:1120
1791
  msgid "Don't subscribe"
1792
  msgstr "Meld niet aan"
1793
 
1794
- #: wp_subscribe_reloaded.php:1121
1795
  msgid "All"
1796
  msgstr "Alles"
1797
 
@@ -1891,9 +2052,6 @@ msgstr "Alles"
1891
  #~ msgid "Management page"
1892
  #~ msgstr "Beheerpagina"
1893
 
1894
- #~ msgid "Awaiting confirmation"
1895
- #~ msgstr "Wachten op bevestiging"
1896
-
1897
  #~ msgid "Stats"
1898
  #~ msgstr "Statistieken"
1899
 
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:16-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:16-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: nl_NL\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 "Beheer Abonnementen"
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 "Nieuw abonnement toevoegen"
52
 
55
  msgid "Post:"
56
  msgstr "Post:"
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 "Actie"
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 "Alleen reacties op mijn reactie"
84
 
85
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
86
  msgid "Ask user to confirm"
87
  msgstr "Vraag gebruiker te bevestigen"
88
 
89
  #: options/panel1-add-subscription.php:26
90
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
91
  msgid "Update"
92
  msgstr "Bijwerken"
93
 
94
+ #: options/panel1-business-logic.php:40
95
  msgid "Subscription added."
96
  msgstr "Abonnement toegevoegd."
97
 
98
+ #: options/panel1-business-logic.php:65
99
  msgid "Subscriptions updated."
100
  msgstr "Abonnement bijgewerkt."
101
 
102
+ #: options/panel1-business-logic.php:80
103
  msgid "Subscription deleted."
104
  msgstr "Abonnement verwijderd."
105
 
106
+ #: options/panel1-business-logic.php:99 templates/author.php:24
107
  #: templates/user.php:33
108
  msgid "Subscriptions deleted:"
109
  msgstr "Abonnementen verwijderd:"
110
 
111
+ #: options/panel1-business-logic.php:103 templates/author.php:28
112
  #: templates/user.php:37
113
  msgid "Subscriptions suspended:"
114
  msgstr "Abonnementen op pauze gezet:"
115
 
116
+ #: options/panel1-business-logic.php:107 templates/author.php:32
117
  #: templates/user.php:41
118
  msgid "Subscriptions activated:"
119
  msgstr "Abonnementen geactiveerd:"
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 "Abonnementen bijgewerkt:"
126
 
127
+ #: options/panel1-business-logic.php:147
128
  msgid "&laquo; Previous"
129
  msgstr "&laquo; Vorige"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "Volgende &raquo;"
134
 
143
  msgid "optional"
144
  msgstr "optioneel"
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 "
153
  "Let op! Deze handeling kan niet ongedaan worden gemaakt. Weet je zeker dat "
154
  "je door wilt gaan?"
155
 
156
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
157
  msgid "From"
158
  msgstr "Van"
159
 
160
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
161
  msgid "To"
162
  msgstr "Naar"
163
 
164
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
165
  msgid "Keep unchanged"
166
  msgstr "Laat onveranderd"
167
 
168
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
169
  msgid "Suspended"
170
  msgstr "Pauzeren"
171
 
172
+ #: options/panel1.php:22
173
+ msgid "The email that you typed is not correct."
174
+ msgstr ""
175
+
176
+ #: options/panel1.php:29
177
+ msgid "Please enter a valid Post ID."
178
+ msgstr ""
179
+
180
+ #: options/panel1.php:46
181
  msgid "Mass Update Subscriptions"
182
  msgstr "Abonnementen bijwerken"
183
 
184
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
185
+ #: options/panel1.php:317
186
  msgid "email address"
187
  msgstr "E-mail adres van afzender"
188
 
189
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
190
  msgid "optional - new email address"
191
  msgstr "E-mail adres bijwerken"
192
 
193
+ #: options/panel1.php:74
194
  msgid "More info"
195
  msgstr ""
196
 
197
+ #: options/panel1.php:80
198
  msgid ""
199
  "This option will allow you to change an email address for another one or to "
200
  "update the same status for all the subscription on a specific email address."
201
  msgstr ""
202
 
203
+ #: options/panel1.php:92
204
  msgid "Post ID"
205
  msgstr "Post (ID)"
206
 
207
+ #: options/panel1.php:109
208
  msgid "Add"
209
  msgstr "Voeg toe"
210
 
211
+ #: options/panel1.php:124
212
  msgid "Search subscriptions"
213
  msgstr "Doorzoek abonnementen"
214
 
215
+ #: options/panel1.php:128
216
  #, php-format
217
  msgid ""
218
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
221
  "Je kunt <a href=\"%s\">hier alle abonnementen bekijken</a> of filter hier op "
222
  "<b>e-mail</b>"
223
 
224
+ #: options/panel1.php:132
225
  msgid "email"
226
  msgstr "E-mail"
227
 
228
+ #: options/panel1.php:133
229
  msgid "post ID"
230
  msgstr "Post (ID)"
231
 
232
+ #: options/panel1.php:134
233
  msgid "status"
234
  msgstr "Status"
235
 
236
+ #: options/panel1.php:137
237
  msgid "equals"
238
  msgstr "is exact"
239
 
240
+ #: options/panel1.php:138
241
  msgid "contains"
242
  msgstr "bevat"
243
 
244
+ #: options/panel1.php:139
245
  msgid "does not contain"
246
  msgstr "bevat niet"
247
 
248
+ #: options/panel1.php:140
249
  msgid "starts with"
250
  msgstr "Begint met"
251
 
252
+ #: options/panel1.php:141
253
  msgid "ends with"
254
  msgstr "Eindigt met"
255
 
256
+ #: options/panel1.php:144
257
  msgid "results per page:"
258
  msgstr "Resultaten per pagina:"
259
 
260
+ #: options/panel1.php:146
261
  msgid "Search"
262
  msgstr "Zoeken"
263
 
264
+ #: options/panel1.php:154
265
  msgid "Reverse the order by Post ID"
266
  msgstr "Keer sortering om op Post ID"
267
 
268
+ #: options/panel1.php:155 options/panel1.php:156
269
  msgid "Reverse the order by Date/Time"
270
  msgstr "Keer sortering om op Datum/Tijd"
271
 
272
+ #: options/panel1.php:158
273
  msgid "Post (ID)"
274
  msgstr "Post (ID)"
275
 
276
+ #: options/panel1.php:161
277
  msgid "Search query:"
278
  msgstr "Zoekopdracht:"
279
 
280
+ #: options/panel1.php:161
281
  msgid "Rows:"
282
  msgstr "Rijen:"
283
 
284
+ #: options/panel1.php:161
285
  msgid "of"
286
  msgstr "van"
287
 
288
+ #: options/panel1.php:168 options/panel1.php:184
289
  msgid "Date and Time"
290
  msgstr "Datum en Tijd"
291
 
292
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
293
  msgid "Replies"
294
  msgstr "Reacties op je reacties"
295
 
296
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
297
  msgid "Replies Unconfirmed"
298
  msgstr ""
299
 
300
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
301
  msgid "All Comments"
302
  msgstr "Alle nieuwe reacties"
303
 
304
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
305
  msgid "Unconfirmed"
306
  msgstr ""
307
 
308
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
309
  msgid "Inactive"
310
  msgstr "Actie"
311
 
312
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
313
+ #: templates/user.php:114
314
  msgid "Delete"
315
  msgstr "Verwijderen"
316
 
317
+ #: options/panel1.php:228 options/panel1.php:238
318
  msgid "Edit"
319
  msgstr "Bewerk"
320
 
321
+ #: options/panel1.php:230 options/panel1.php:236
322
  msgid "Subscription"
323
  msgstr "Abonnement"
324
 
325
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
326
  msgid "Action:"
327
  msgstr "Actie:"
328
 
329
+ #: options/panel1.php:253
330
  msgid "Delete forever"
331
  msgstr "Voor altijd verwijderen"
332
 
333
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
334
  msgid "Suspend"
335
  msgstr "Pauzeren"
336
 
337
+ #: options/panel1.php:255
338
  msgid "Activate and set to Y"
339
  msgstr "Activeer en verander naar Y"
340
 
341
+ #: options/panel1.php:256
342
  msgid "Activate and set to R"
343
  msgstr "Activeer en verander naar R"
344
 
345
+ #: options/panel1.php:257
346
  msgid "Activate"
347
  msgstr "Activeer"
348
 
349
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
350
  msgid "Update subscriptions"
351
  msgstr "Abonnementen bijwerken"
352
 
353
+ #: options/panel1.php:264
354
  msgid "Sorry, no subscriptions match your search criteria."
355
  msgstr "Sorry, er zijn geen abonnementen gevonden."
356
 
357
+ #: options/panel1.php:321 options/panel1.php:389
358
+ #, fuzzy
359
+ #| msgid "Awaiting confirmation"
360
+ msgid "Missing information"
361
+ msgstr "Wachten op bevestiging"
362
+
363
+ #: options/panel1.php:329 options/panel1.php:414
364
+ #, fuzzy
365
+ #| msgid "Sender email address"
366
+ msgid "Invalid email address."
367
+ msgstr "E-mail adres van afzender"
368
+
369
+ #: options/panel1.php:397
370
+ msgid "Enter a numeric Post ID."
371
+ msgstr ""
372
+
373
+ #: options/panel1.php:406
374
+ #, fuzzy
375
+ #| msgid "Awaiting confirmation"
376
+ msgid "Missing email information"
377
+ msgstr "Wachten op bevestiging"
378
+
379
+ #: options/panel1.php:442 options/panel1.php:450
380
+ msgid "Please enter a value"
381
+ msgstr ""
382
+
383
  #: options/panel10.php:41
384
  msgid "The log file has been successfully deleted."
385
  msgstr ""
401
  msgstr ""
402
 
403
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
404
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
405
  msgid "Your settings have been successfully updated."
406
  msgstr "De instellingen zijn succesvol bijgewerkt."
407
 
408
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
409
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
410
  msgid "There was an error updating the following fields:"
411
  msgstr ""
412
  "Er deed zich een probleem voor tijdens het bijwerken van de volgende velden:"
413
 
414
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
415
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
416
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
417
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
418
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
419
+ #: options/panel5.php:221 options/panel5.php:230
420
  msgid "Yes"
421
  msgstr "Ja"
422
 
423
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
424
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
425
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
426
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
427
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
428
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
429
  msgid "No"
430
  msgstr "Nee"
431
 
469
  msgstr ""
470
 
471
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
472
+ #: options/panel4.php:283 options/panel5.php:276
473
  msgid "Save Changes"
474
  msgstr "Opslaan"
475
 
896
  msgstr ""
897
  "Er deed zich een probleem voor tijdens het bijwerken van de volgende velden:"
898
 
899
+ #: options/panel5.php:48 options/panel5.php:111
900
  msgid "Show StCR checkbox / dropdown"
901
  msgstr ""
902
 
904
  msgid "Safetly Uninstall"
905
  msgstr ""
906
 
907
+ #: options/panel5.php:54 options/panel5.php:128
908
  msgid "Autopurge requests"
909
  msgstr "Automatisch verwerpen van aanvragen"
910
 
911
+ #: options/panel5.php:57 options/panel5.php:154
912
  msgid "Enable double check"
913
  msgstr "Dubbele check activeren"
914
 
915
+ #: options/panel5.php:60 options/panel5.php:145
916
  msgid "StCR Position"
917
  msgstr ""
918
 
919
+ #: options/panel5.php:63 options/panel5.php:162
920
  msgid "Subscribe authors"
921
  msgstr "Abonneer auteurs"
922
 
923
+ #: options/panel5.php:66 options/panel5.php:172
924
  msgid "Enable HTML emails"
925
  msgstr "Activeer HTML e-mails"
926
 
936
  msgid "Notify admin"
937
  msgstr "Notificeer beheerder"
938
 
939
+ #: options/panel5.php:78 options/panel5.php:210
940
  msgid "Let admin subscribe"
941
  msgstr "Laat beheerder abonneren"
942
 
943
+ #: options/panel5.php:81 options/panel5.php:219
944
  msgid "BCC admin on Notifications"
945
  msgstr "BCC admin bij alle notificaties"
946
 
947
+ #: options/panel5.php:84 options/panel5.php:228
948
  msgid "Enable Font Awesome"
949
  msgstr ""
950
 
951
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
952
+ #: options/panel5.php:272
953
  msgid "Reset All Options"
954
  msgstr ""
955
 
956
+ #: options/panel5.php:115
957
  msgid ""
958
  "This option will disable the StCR checkbox or dropdown in you comment form. "
959
  "You should leave it to Yes always. "
960
  msgstr ""
961
 
962
+ #: options/panel5.php:120
963
  msgid "Safely Uninstall"
964
  msgstr ""
965
 
966
+ #: options/panel5.php:124
967
  msgid ""
968
  "This option will allow you to delete the plugin with WordPress without "
969
  "loosing your subscribers. Any database table and plugin options are wipeout."
970
  msgstr ""
971
 
972
+ #: options/panel5.php:131
973
  msgid "days"
974
  msgstr "dagen"
975
 
976
+ #: options/panel5.php:132
977
  msgid ""
978
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
979
  "this feature."
981
  "Verwijder abonnementen die niet bevestigd zijn na X dagen. 0 deactiveert "
982
  "deze functie."
983
 
984
+ #: options/panel5.php:136
985
+ msgid "Date Format"
986
+ msgstr ""
987
+
988
+ #: options/panel5.php:140
989
+ msgid ""
990
+ "Date format that will be display on the management page. Use <a "
991
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
992
+ "date-parameters' target='_blank'>PHP Date Format</a>"
993
+ msgstr ""
994
+
995
+ #: options/panel5.php:149
996
  msgid ""
997
  "If this option is enable the subscription box will be above the submit "
998
  "button in your comment form. Use this when your theme is outdated and using "
999
  "the incorrect WordPress Hooks and the checkbox is not displayed."
1000
  msgstr ""
1001
 
1002
+ #: options/panel5.php:158
1003
  msgid ""
1004
  "Send a notification email to confirm the subscription (to avoid addresses "
1005
  "misuse)."
1007
  "Verstuur een notificatie e-mail om het abonnement te bevestigen en misbruik "
1008
  "te voorkomen."
1009
 
1010
+ #: options/panel5.php:167
1011
  msgid ""
1012
  "Automatically subscribe authors to their own articles (not retroactive)."
1013
  msgstr "Abonneer auteurs automatisch op hun eigen artikelen."
1014
 
1015
+ #: options/panel5.php:176
1016
  msgid ""
1017
  "If enabled, will send email messages with content-type = text/html instead "
1018
  "of text/plain"
1020
  "Als dit aan staat dan zullen emails verstuurd worden met content-type text/"
1021
  "html in plaats van text/plain."
1022
 
1023
+ #: options/panel5.php:181
1024
  msgid "HTMLify links in emails"
1025
  msgstr "HTMLify Links in HTML e-mails"
1026
 
1027
+ #: options/panel5.php:186
1028
  msgid ""
1029
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1030
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1033
  "<code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> samengepakt worden (alleen "
1034
  "wanneer HTML e-mails gebruikt worden)."
1035
 
1036
+ #: options/panel5.php:191
1037
  msgid "Process trackbacks"
1038
  msgstr "Verwerk trackbacks"
1039
 
1040
+ #: options/panel5.php:195
1041
  msgid ""
1042
  "Notify users when a new trackback or pingback is added to the discussion."
1043
  msgstr ""
1044
  "Stel de gebruikers op de hoogte als er nieuwe trackbacks of pingbacks bij "
1045
  "een bericht geplaatst worden."
1046
 
1047
+ #: options/panel5.php:200
1048
  msgid "Track all subscriptions"
1049
  msgstr "Bekijk alle abonnementen"
1050
 
1051
+ #: options/panel5.php:205
1052
  msgid "Notify the administrator when users subscribe without commenting."
1053
  msgstr ""
1054
  "Stel beheerders op de hoogte als iemand een abonnement neemt zonder eerst "
1055
  "zelf te reageren."
1056
 
1057
+ #: options/panel5.php:214
1058
  msgid "Let the administrator subscribe to comments when logged in."
1059
  msgstr ""
1060
  "Moet de beheerder zich kunnen abonneren op berichten als deze is ingelogd?"
1061
 
1062
+ #: options/panel5.php:223
1063
  msgid "Send a copy of all Notifications to the administrator."
1064
  msgstr "Verstuur een kopie van alle notificaties naar de admin."
1065
 
1066
+ #: options/panel5.php:232
1067
  msgid ""
1068
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1069
  "you theme already add this into your site."
1070
  msgstr ""
1071
 
1072
+ #: options/panel5.php:237
1073
  msgid "StCR Unique Key"
1074
  msgstr ""
1075
 
1076
+ #: options/panel5.php:242
1077
  msgid "This Unique Key is not set, please click the following button to "
1078
  msgstr ""
1079
 
1080
+ #: options/panel5.php:246 options/panel5.php:257
1081
  msgid "Generate"
1082
  msgstr ""
1083
 
1084
+ #: options/panel5.php:254
1085
  msgid ""
1086
  "This Unique Key will be use to send the notification to your subscribers "
1087
  "with more security."
1088
  msgstr ""
1089
 
1090
+ #: options/panel5.php:267
1091
  msgid ""
1092
  "This will reset all the options and messages of the plugin. Please proceed "
1093
  "with caution."
1094
  msgstr ""
1095
 
1096
+ #: options/panel5.php:269
1097
  msgid "Yes, Delete Options including subscriptions."
1098
  msgstr ""
1099
 
1100
+ #: options/panel5.php:270
1101
  msgid "No, Only delete the StCR Options."
1102
  msgstr ""
1103
 
1227
  msgid "Subscription Status"
1228
  msgstr ""
1229
 
1230
+ #: templates/author.php:91 templates/user.php:107
1231
  msgid "Select all"
1232
  msgstr "Selecteer alles"
1233
 
1234
+ #: templates/author.php:92 templates/user.php:109
1235
  msgid "Invert selection"
1236
  msgstr "Selectie omkeren"
1237
 
1238
+ #: templates/author.php:95 templates/user.php:113
1239
  msgid "Choose your action"
1240
  msgstr ""
1241
 
1242
+ #: templates/author.php:98 templates/user.php:116
1243
  msgid "All comments"
1244
  msgstr "Alle nieuwe reacties"
1245
 
1246
+ #: templates/author.php:99 templates/user.php:117
1247
+ #: wp_subscribe_reloaded.php:1118
1248
  msgid "Replies to my comments"
1249
  msgstr "Reacties op mijn reacties"
1250
 
1251
+ #: templates/author.php:105 templates/confirm.php:28
1252
+ #: templates/request-management-link.php:125 templates/user.php:127
1253
  msgid "Return to Post"
1254
  msgstr ""
1255
 
1256
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1257
+ #: templates/user.php:131
1258
  msgid "No subscriptions match your search criteria."
1259
  msgstr "Geen abonnementen voldoen aan je zoekcriteria."
1260
 
1264
  "enter your email below and a new link will be send."
1265
  msgstr ""
1266
 
1267
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1268
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1269
+ #: templates/subscribe.php:148
1270
  msgid "Send"
1271
  msgstr "Verstuur"
1272
 
1273
+ #: templates/request-management-link.php:143
1274
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1275
+ #: templates/subscribe.php:178
1276
+ #, fuzzy
1277
+ #| msgid "email address"
1278
+ msgid "Email address is not valid"
1279
+ msgstr "E-mail adres van afzender"
1280
+
1281
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1282
+ msgid "Please enter your email"
1283
+ msgstr ""
1284
+
1285
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1286
  msgid "New subscription to"
1287
  msgstr "Nieuw abonnement voor"
1288
 
1289
+ #: templates/subscribe.php:61
1290
  msgid "User:"
1291
  msgstr "Gebruiker:"
1292
 
1450
 
1451
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1452
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1453
+ #: utils/stcr_upgrade.php:610
1454
  msgid ""
1455
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1456
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1491
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1492
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1493
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1494
+ #: utils/stcr_upgrade.php:615
1495
  msgid ""
1496
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1497
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1578
 
1579
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1580
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1581
+ #: utils/stcr_upgrade.php:609
1582
  msgid "This version includes fixes and improvements, "
1583
  msgstr ""
1584
 
1594
  msgstr ""
1595
 
1596
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1597
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1598
  msgid "Log Settings"
1599
  msgstr ""
1600
 
1601
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1602
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1603
  msgid ""
1604
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1605
  msgstr ""
1615
  msgstr ""
1616
 
1617
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1618
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1619
  msgid "The support of this plugin is given thanks to your donations."
1620
  msgstr ""
1621
 
1666
  msgid "<strong>Fix</strong> issue regarding database collations"
1667
  msgstr ""
1668
 
1669
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1670
  msgid ""
1671
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1672
  "aria-hidden=\"true\"></i> <a href=\"\n"
1677
  "Thanks for all the users that have supported the plugin development."
1678
  msgstr ""
1679
 
1680
+ #: utils/stcr_utils.php:158
1681
+ msgid "January"
1682
+ msgstr ""
1683
+
1684
+ #: utils/stcr_utils.php:159
1685
+ msgid "February"
1686
+ msgstr ""
1687
+
1688
+ #: utils/stcr_utils.php:160
1689
+ #, fuzzy
1690
+ #| msgid "Search"
1691
+ msgid "March"
1692
+ msgstr "Zoeken"
1693
+
1694
+ #: utils/stcr_utils.php:161
1695
+ msgid "April"
1696
+ msgstr ""
1697
+
1698
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1699
+ msgid "May"
1700
+ msgstr ""
1701
+
1702
+ #: utils/stcr_utils.php:163
1703
+ msgid "June"
1704
+ msgstr ""
1705
+
1706
+ #: utils/stcr_utils.php:164
1707
+ msgid "July"
1708
+ msgstr ""
1709
+
1710
+ #: utils/stcr_utils.php:165
1711
+ msgid "August"
1712
+ msgstr ""
1713
+
1714
+ #: utils/stcr_utils.php:166
1715
+ msgid "September"
1716
+ msgstr ""
1717
+
1718
+ #: utils/stcr_utils.php:167
1719
+ msgid "October"
1720
+ msgstr ""
1721
+
1722
+ #: utils/stcr_utils.php:168
1723
+ msgid "November"
1724
+ msgstr ""
1725
+
1726
+ #: utils/stcr_utils.php:169
1727
+ msgid "December"
1728
+ msgstr ""
1729
+
1730
+ #: utils/stcr_utils.php:173
1731
+ msgid "Jan"
1732
+ msgstr ""
1733
+
1734
+ #: utils/stcr_utils.php:174
1735
+ msgid "Feb"
1736
+ msgstr ""
1737
+
1738
+ #: utils/stcr_utils.php:175
1739
+ msgid "Mar"
1740
+ msgstr ""
1741
+
1742
+ #: utils/stcr_utils.php:176
1743
+ msgid "Apr"
1744
+ msgstr ""
1745
+
1746
+ #: utils/stcr_utils.php:178
1747
+ msgid "Jun"
1748
+ msgstr ""
1749
+
1750
+ #: utils/stcr_utils.php:179
1751
+ msgid "Jul"
1752
+ msgstr ""
1753
+
1754
+ #: utils/stcr_utils.php:180
1755
+ msgid "Aug"
1756
+ msgstr ""
1757
+
1758
+ #: utils/stcr_utils.php:181
1759
+ msgid "Sep"
1760
+ msgstr ""
1761
+
1762
+ #: utils/stcr_utils.php:182
1763
+ msgid "Oct"
1764
+ msgstr ""
1765
+
1766
+ #: utils/stcr_utils.php:183
1767
+ #, fuzzy
1768
+ #| msgid "No"
1769
+ msgid "Nov"
1770
+ msgstr "Nee"
1771
+
1772
+ #: utils/stcr_utils.php:184
1773
+ msgid "Dec"
1774
+ msgstr ""
1775
+
1776
+ #: utils/stcr_utils.php:273
1777
  msgid ""
1778
  "Notify me of followup comments via e-mail. You can also <a "
1779
  "href='[subscribe_link]'>subscribe</a> without commenting."
1782
  "href='[subscribe_link]'>abonneer jezelf</a> op deze discussie zonder te "
1783
  "reageren."
1784
 
1785
+ #: utils/stcr_utils.php:274
1786
  msgid ""
1787
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1788
  "subscriptions."
1790
  "Je hebt een abonnement op dit bericht. Beheer je abonnementen <a "
1791
  "href='[manager_link]'>op deze pagina</a>. "
1792
 
1793
+ #: utils/stcr_utils.php:275
1794
  msgid ""
1795
  "Your subscription to this post needs to be confirmed. <a "
1796
  "href='[manager_link]'>Manage your subscriptions</a>."
1798
  "Je abonnement op dit bericht moet eerst worden bevestigd. <a "
1799
  "href='[manager_link]'>Beheer je abonnementen</a>."
1800
 
1801
+ #: utils/stcr_utils.php:276
1802
  msgid ""
1803
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1804
  msgstr ""
1805
  "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit "
1806
  "bericht beheren."
1807
 
1808
+ #: utils/stcr_utils.php:282
1809
  msgid ""
1810
  "To manage your subscriptions, please enter your email address here below. We "
1811
  "will send you a message containing the link to access your personal "
1814
  "Om je abonnementen te beheren moet je hieronder je e-mail adres invullen. We "
1815
  "sturen je dan een persoonlijk link waar je je abonnementen aan kunt passen."
1816
 
1817
+ #: utils/stcr_utils.php:283
1818
  msgid ""
1819
  "Thank you for using our subscription service. Your request has been "
1820
  "completed, and you should receive an email with the management link in a few "
1824
  "voltooid en je ontvangt binnen enkele ogenblikken een e-mail met een link "
1825
  "naar je persoonlijk beheerpagina."
1826
 
1827
+ #: utils/stcr_utils.php:284
1828
  msgid ""
1829
  "You can follow the discussion on <strong>[post_title]</strong> without "
1830
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1833
  "Je wilt je abonneren op de discussie <strong>[post_title]</strong> zonder "
1834
  "zelf te reageren? Vul je e-mail adres hieronder in en de rest gaat vanzelf."
1835
 
1836
+ #: utils/stcr_utils.php:285
1837
  msgid ""
1838
  "Thank you for using our subscription service. Your request has been "
1839
  "completed. You will receive a notification email every time a new comment to "
1843
  "voltooid. Je ontvangt iedere keer een e-mail als er een nieuwe reactie is "
1844
  "geplaatst."
1845
 
1846
+ #: utils/stcr_utils.php:286
1847
  msgid ""
1848
  "Thank you for using our subscription service. In order to confirm your "
1849
  "request, please check your email for the verification message and follow the "
1853
  "te voltooien moet je deze eerst bevestigen. Je ontvangt hierover binnen "
1854
  "enkele ogenblikken een e-mail bericht."
1855
 
1856
+ #: utils/stcr_utils.php:287
1857
  msgid ""
1858
  "In order to cancel or suspend one or more notifications, select the "
1859
  "corresponding checkbox(es) and click on the button at the end of the list."
1861
  "Om je abonnementen aan te passen vink je het gewenste abonnement aan en klik "
1862
  "je op de desgewenst actie."
1863
 
1864
+ #: utils/stcr_utils.php:288
1865
  msgid ""
1866
  "In order to cancel or suspend one or more notifications, select the "
1867
  "corresponding checkbox(es) and click on the button at the end of the list. "
1871
  "je op de desgewenst actie. Momenteel ben je geabonneerd op de volgende "
1872
  "berichten:"
1873
 
1874
+ #: utils/stcr_utils.php:292
1875
  msgid "There is a new comment to [post_title]"
1876
  msgstr "Er is een nieuwe reactie geplaatst bij [post_title]"
1877
 
1878
+ #: utils/stcr_utils.php:293
1879
  msgid ""
1880
  "<h1>There is a new comment on [post_title].</h1>\n"
1881
  "\n"
1892
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1893
  msgstr ""
1894
 
1895
+ #: utils/stcr_utils.php:294
1896
  msgid "Please confirm your subscription to [post_title]"
1897
  msgstr "Bevestig je abonnement op [post_title]"
1898
 
1899
+ #: utils/stcr_utils.php:295
1900
  #, fuzzy
1901
  #| msgid ""
1902
  #| "You have requested to be notified every time a new comment is added to:\n"
1918
  "Bevestig je aanmelding door op deze link te klikken:\n"
1919
  "[confirm_link]"
1920
 
1921
+ #: utils/stcr_utils.php:296
1922
  msgid "Manage your subscriptions on [blog_name]"
1923
  msgstr "Beheer je abonnementen op [blog_name]"
1924
 
1925
+ #: utils/stcr_utils.php:297
1926
  msgid ""
1927
  "You have requested to manage your subscriptions to the articles on "
1928
  "[blog_name]. Please check the Subscriptions management link in your email"
1929
  msgstr ""
1930
 
1931
+ #: utils/stcr_utils.php:298
1932
  #, fuzzy
1933
  #| msgid ""
1934
  #| "You have requested to manage your subscriptions to the articles on "
1944
  "pagina te gaan:\n"
1945
  "[manager_link]"
1946
 
1947
+ #: utils/stcr_utils.php:378
1948
  msgid "StCR Notification"
1949
  msgstr "Notificaties"
1950
 
1951
+ #: wp_subscribe_reloaded.php:1116
1952
  msgid "Don't subscribe"
1953
  msgstr "Meld niet aan"
1954
 
1955
+ #: wp_subscribe_reloaded.php:1117
1956
  msgid "All"
1957
  msgstr "Alles"
1958
 
2052
  #~ msgid "Management page"
2053
  #~ msgstr "Beheerpagina"
2054
 
 
 
 
2055
  #~ msgid "Stats"
2056
  #~ msgstr "Statistieken"
2057
 
langs/subscribe-reloaded-pl_PL.mo CHANGED
Binary file
langs/subscribe-reloaded-pl_PL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-12 15:11-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Filip \"inzaghi89\" Cierpich <inzaghi89@gmail.com>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
21
- #: utils/stcr_utils.php:203
22
  msgid "Manage subscriptions"
23
  msgstr "Zarządzaj subskrypcjami"
24
 
@@ -47,7 +47,7 @@ msgstr "Wsparcie"
47
  msgid "Donate"
48
  msgstr ""
49
 
50
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
51
  msgid "Add New Subscription"
52
  msgstr "Dodaj nową subskrypcję"
53
 
@@ -56,78 +56,80 @@ msgstr "Dodaj nową subskrypcję"
56
  msgid "Post:"
57
  msgstr "Wpis:"
58
 
59
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
60
- #: options/panel1.php:133 templates/key_expired.php:72
61
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
62
  msgid "Email"
63
  msgstr "E-mail"
64
 
65
  #: options/panel1-add-subscription.php:20
66
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
67
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
68
  msgid "Status"
69
  msgstr "Status"
70
 
71
  #: options/panel1-add-subscription.php:22
72
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
73
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
74
  #: templates/user.php:76
75
  msgid "Active"
76
  msgstr "Akcja"
77
 
78
  #: options/panel1-add-subscription.php:23
79
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
80
- #: options/panel1.php:80
81
  msgid "Replies only"
82
  msgstr "Tylko odpowiedzi"
83
 
84
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
85
  msgid "Ask user to confirm"
86
  msgstr "Poproś użytkownika o potwierdzenie"
87
 
88
  #: options/panel1-add-subscription.php:26
89
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
90
  msgid "Update"
91
  msgstr "Aktualizuj"
92
 
93
- #: options/panel1-business-logic.php:23
94
  msgid "Subscription added."
95
  msgstr "subskrypcja została dodana."
96
 
97
- #: options/panel1-business-logic.php:39
98
  msgid "Subscriptions updated."
99
  msgstr "subskrypcja została zaktualizowana."
100
 
101
- #: options/panel1-business-logic.php:51
102
  msgid "Subscription deleted."
103
  msgstr "subskrypcja została usunięta."
104
 
105
- #: options/panel1-business-logic.php:70 templates/author.php:24
106
  #: templates/user.php:33
107
  msgid "Subscriptions deleted:"
108
  msgstr "Usunięte subskrypcje:"
109
 
110
- #: options/panel1-business-logic.php:74 templates/author.php:28
111
  #: templates/user.php:37
112
  msgid "Subscriptions suspended:"
113
  msgstr "Zawieszone subskrypcje:"
114
 
115
- #: options/panel1-business-logic.php:78 templates/author.php:32
116
  #: templates/user.php:41
117
  msgid "Subscriptions activated:"
118
  msgstr "Aktywowane subskrypcje:"
119
 
120
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
121
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
122
  #: templates/user.php:49
123
  msgid "Subscriptions updated:"
124
  msgstr "Zaktualizowane subskrypcje"
125
 
126
- #: options/panel1-business-logic.php:110
127
  msgid "&laquo; Previous"
128
  msgstr "&laquo; Poprzednia"
129
 
130
- #: options/panel1-business-logic.php:114
131
  msgid "Next &raquo;"
132
  msgstr "Następna &raquo;"
133
 
@@ -142,8 +144,8 @@ msgstr "Aktualizuj subskrypcje"
142
  msgid "optional"
143
  msgstr "opcjonalne"
144
 
145
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
146
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
147
  #: templates/author.php:53 templates/user.php:65
148
  msgid ""
149
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -152,57 +154,66 @@ msgstr ""
152
  "Proszę pamiętać: ta operacja nie może zostać cofnięta. Czy jesteś pewien, że "
153
  "chcesz kontynuować?"
154
 
155
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
156
  msgid "From"
157
  msgstr "Od"
158
 
159
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
160
  msgid "To"
161
  msgstr "Do"
162
 
163
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
164
  msgid "Keep unchanged"
165
  msgstr "Zachowaj niezmienione"
166
 
167
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
168
  msgid "Suspended"
169
  msgstr "Zawieś"
170
 
171
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
172
  msgid "Mass Update Subscriptions"
173
  msgstr "Masowa aktualizacja subskrypcji"
174
 
175
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
176
  msgid "email address"
177
  msgstr "Adres e-mail nadawcy"
178
 
179
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
180
  msgid "optional - new email address"
181
  msgstr "Aktualizuj adres e-mail"
182
 
183
- #: options/panel1.php:49
184
  msgid "More info"
185
  msgstr ""
186
 
187
- #: options/panel1.php:55
188
  msgid ""
189
  "This option will allow you to change an email address for another one or to "
190
  "update the same status for all the subscription on a specific email address."
191
  msgstr ""
192
 
193
- #: options/panel1.php:68
194
  msgid "Post ID"
195
  msgstr "ID wpisu"
196
 
197
- #: options/panel1.php:83
198
  msgid "Add"
199
  msgstr "Dodaj"
200
 
201
- #: options/panel1.php:98
202
  msgid "Search subscriptions"
203
  msgstr "Szukaj subskrypcji"
204
 
205
- #: options/panel1.php:102
206
  #, php-format
207
  msgid ""
208
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -211,139 +222,165 @@ msgstr ""
211
  "Możesz zarówno <a href=\"%s\">wyświetlić wszystkie subskrypcje</a> oraz "
212
  "wyszukać po"
213
 
214
- #: options/panel1.php:106
215
  msgid "email"
216
  msgstr "e-mail"
217
 
218
- #: options/panel1.php:107
219
  msgid "post ID"
220
  msgstr "ID wpisu"
221
 
222
- #: options/panel1.php:108
223
  msgid "status"
224
  msgstr "status"
225
 
226
- #: options/panel1.php:111
227
  msgid "equals"
228
  msgstr "równe"
229
 
230
- #: options/panel1.php:112
231
  msgid "contains"
232
  msgstr "zawiera"
233
 
234
- #: options/panel1.php:113
235
  msgid "does not contain"
236
  msgstr "nie zawiera"
237
 
238
- #: options/panel1.php:114
239
  msgid "starts with"
240
  msgstr "rozpoczyna się od"
241
 
242
- #: options/panel1.php:115
243
  msgid "ends with"
244
  msgstr "kończy się na"
245
 
246
- #: options/panel1.php:118
247
  msgid "results per page:"
248
  msgstr "wyników na stronę:"
249
 
250
- #: options/panel1.php:120
251
  msgid "Search"
252
  msgstr "Szukaj"
253
 
254
- #: options/panel1.php:128
255
  msgid "Reverse the order by Post ID"
256
  msgstr "Sortuj kolejność wg ID wpisu"
257
 
258
- #: options/panel1.php:129 options/panel1.php:130
259
  msgid "Reverse the order by Date/Time"
260
  msgstr "Sortuj kolejność wg daty/czasu"
261
 
262
- #: options/panel1.php:132
263
  msgid "Post (ID)"
264
  msgstr "Wpis (ID)"
265
 
266
- #: options/panel1.php:135
267
  msgid "Search query:"
268
  msgstr "Wyniki wyszukiwania:"
269
 
270
- #: options/panel1.php:135
271
  msgid "Rows:"
272
  msgstr "Wyniki:"
273
 
274
- #: options/panel1.php:135
275
  msgid "of"
276
  msgstr "z"
277
 
278
- #: options/panel1.php:142 options/panel1.php:158
279
  msgid "Date and Time"
280
  msgstr "Data i godzina"
281
 
282
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
283
  msgid "Replies"
284
  msgstr "Odpowiedzi"
285
 
286
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
287
  msgid "Replies Unconfirmed"
288
  msgstr ""
289
 
290
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
291
  msgid "All Comments"
292
  msgstr ""
293
 
294
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
295
  msgid "Unconfirmed"
296
  msgstr ""
297
 
298
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
299
  msgid "Inactive"
300
  msgstr "Akcja"
301
 
302
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
303
- #: templates/user.php:111
304
  msgid "Delete"
305
  msgstr "Usuń"
306
 
307
- #: options/panel1.php:202 options/panel1.php:212
308
  msgid "Edit"
309
  msgstr "Edytuj"
310
 
311
- #: options/panel1.php:204 options/panel1.php:210
312
  msgid "Subscription"
313
  msgstr "Subskrypcje"
314
 
315
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
316
  msgid "Action:"
317
  msgstr "Akcja:"
318
 
319
- #: options/panel1.php:227
320
  msgid "Delete forever"
321
  msgstr "Usuń na zawsze"
322
 
323
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
324
  msgid "Suspend"
325
  msgstr "Zawieś"
326
 
327
- #: options/panel1.php:229
328
  msgid "Activate and set to Y"
329
  msgstr "Aktywuj i ustaw na Y"
330
 
331
- #: options/panel1.php:230
332
  msgid "Activate and set to R"
333
  msgstr "Aktywuj i ustaw na R"
334
 
335
- #: options/panel1.php:231
336
  msgid "Activate"
337
  msgstr "Aktywuj"
338
 
339
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
340
  msgid "Update subscriptions"
341
  msgstr "Aktualizuj subskrypcje"
342
 
343
- #: options/panel1.php:238
344
  msgid "Sorry, no subscriptions match your search criteria."
345
  msgstr "Przepraszamy, żadna subskrypcja nie spełnia wymaganych kryteriów."
346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  #: options/panel10.php:41
348
  msgid "The log file has been successfully deleted."
349
  msgstr ""
@@ -365,30 +402,30 @@ msgid "Enable Auto clean log data"
365
  msgstr ""
366
 
367
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
368
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
369
  msgid "Your settings have been successfully updated."
370
  msgstr "Twoje ustawienia zostały pomyślnie zapisane."
371
 
372
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
373
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
374
  msgid "There was an error updating the following fields:"
375
  msgstr "Wystąpił problem podczas zapisu następujacych ustawień:"
376
 
377
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
378
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
379
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
380
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
381
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
382
- #: options/panel5.php:210 options/panel5.php:219
383
  msgid "Yes"
384
  msgstr "Tak"
385
 
386
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
387
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
388
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
389
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
390
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
391
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
392
  msgid "No"
393
  msgstr "Nie"
394
 
@@ -432,7 +469,7 @@ msgid "System Information"
432
  msgstr ""
433
 
434
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
435
- #: options/panel4.php:283 options/panel5.php:265
436
  msgid "Save Changes"
437
  msgstr "Zapisz zmiany"
438
 
@@ -860,7 +897,7 @@ msgstr "Twoje ustawienia zostały pomyślnie zapisane."
860
  msgid "There was an error deleting the options:"
861
  msgstr "Wystąpił problem podczas zapisu następujacych ustawień:"
862
 
863
- #: options/panel5.php:48 options/panel5.php:108
864
  msgid "Show StCR checkbox / dropdown"
865
  msgstr ""
866
 
@@ -868,23 +905,23 @@ msgstr ""
868
  msgid "Safetly Uninstall"
869
  msgstr ""
870
 
871
- #: options/panel5.php:54 options/panel5.php:125
872
  msgid "Autopurge requests"
873
  msgstr "Automatyczne czyszczenie"
874
 
875
- #: options/panel5.php:57 options/panel5.php:143
876
  msgid "Enable double check"
877
  msgstr "Włącz weryfikację e-mail"
878
 
879
- #: options/panel5.php:60 options/panel5.php:134
880
  msgid "StCR Position"
881
  msgstr ""
882
 
883
- #: options/panel5.php:63 options/panel5.php:151
884
  msgid "Subscribe authors"
885
  msgstr "Opis subskrypcji"
886
 
887
- #: options/panel5.php:66 options/panel5.php:161
888
  msgid "Enable HTML emails"
889
  msgstr "Włacz HTML w e-mailach"
890
 
@@ -900,43 +937,44 @@ msgstr "Wysyłaj trackbacki"
900
  msgid "Notify admin"
901
  msgstr "Informuj administratora"
902
 
903
- #: options/panel5.php:78 options/panel5.php:199
904
  msgid "Let admin subscribe"
905
  msgstr "Pozwól na subskrypcję administratorowi"
906
 
907
- #: options/panel5.php:81 options/panel5.php:208
908
  msgid "BCC admin on Notifications"
909
  msgstr "Powiadomienia"
910
 
911
- #: options/panel5.php:84 options/panel5.php:217
912
  msgid "Enable Font Awesome"
913
  msgstr ""
914
 
915
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
916
  msgid "Reset All Options"
917
  msgstr ""
918
 
919
- #: options/panel5.php:112
920
  msgid ""
921
  "This option will disable the StCR checkbox or dropdown in you comment form. "
922
  "You should leave it to Yes always. "
923
  msgstr ""
924
 
925
- #: options/panel5.php:117
926
  msgid "Safely Uninstall"
927
  msgstr ""
928
 
929
- #: options/panel5.php:121
930
  msgid ""
931
  "This option will allow you to delete the plugin with WordPress without "
932
  "loosing your subscribers. Any database table and plugin options are wipeout."
933
  msgstr ""
934
 
935
- #: options/panel5.php:128
936
  msgid "days"
937
  msgstr "dni"
938
 
939
- #: options/panel5.php:129
940
  msgid ""
941
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
942
  "this feature."
@@ -944,14 +982,25 @@ msgstr ""
944
  "Usuwaj oczekujące subskrypcje (niepotwierdzone) po X dniach. \"0\" wyłącza "
945
  "tę funkcjonalność."
946
 
947
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
948
  msgid ""
949
  "If this option is enable the subscription box will be above the submit "
950
  "button in your comment form. Use this when your theme is outdated and using "
951
  "the incorrect WordPress Hooks and the checkbox is not displayed."
952
  msgstr ""
953
 
954
- #: options/panel5.php:147
955
  msgid ""
956
  "Send a notification email to confirm the subscription (to avoid addresses "
957
  "misuse)."
@@ -959,12 +1008,12 @@ msgstr ""
959
  "Wysyłaj e-mail z potwierdzeniem subskrypcji (by zapobiec pomyłkom w "
960
  "adresach, oraz zabezpieczyć przed botami)."
961
 
962
- #: options/panel5.php:156
963
  msgid ""
964
  "Automatically subscribe authors to their own articles (not retroactive)."
965
  msgstr ""
966
 
967
- #: options/panel5.php:165
968
  msgid ""
969
  "If enabled, will send email messages with content-type = text/html instead "
970
  "of text/plain"
@@ -972,80 +1021,80 @@ msgstr ""
972
  "Jeśli włączone, wysyłane będą wiadomości e-mail z content-type=text/html "
973
  "zamiast text/plain"
974
 
975
- #: options/panel5.php:170
976
  msgid "HTMLify links in emails"
977
  msgstr ""
978
 
979
- #: options/panel5.php:175
980
  msgid ""
981
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
982
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
983
  msgstr ""
984
 
985
- #: options/panel5.php:180
986
  msgid "Process trackbacks"
987
  msgstr "Śledź trackbacki"
988
 
989
- #: options/panel5.php:184
990
  msgid ""
991
  "Notify users when a new trackback or pingback is added to the discussion."
992
  msgstr ""
993
  "Informuj użytkowników o nowych trackbackach i pingbackach dodanych do "
994
  "dyskusji."
995
 
996
- #: options/panel5.php:189
997
  msgid "Track all subscriptions"
998
  msgstr "Śledź wszystkie subskrypcje"
999
 
1000
- #: options/panel5.php:194
1001
  msgid "Notify the administrator when users subscribe without commenting."
1002
  msgstr ""
1003
  "Informuj administratora jeśli użytkownik rozpocznie subskrypcję bez "
1004
  "komentowania."
1005
 
1006
- #: options/panel5.php:203
1007
  msgid "Let the administrator subscribe to comments when logged in."
1008
  msgstr "Pozwól administratorowi subskrybować jeśli jest zalogowany."
1009
 
1010
- #: options/panel5.php:212
1011
  msgid "Send a copy of all Notifications to the administrator."
1012
  msgstr ""
1013
 
1014
- #: options/panel5.php:221
1015
  msgid ""
1016
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1017
  "you theme already add this into your site."
1018
  msgstr ""
1019
 
1020
- #: options/panel5.php:226
1021
  msgid "StCR Unique Key"
1022
  msgstr ""
1023
 
1024
- #: options/panel5.php:231
1025
  msgid "This Unique Key is not set, please click the following button to "
1026
  msgstr ""
1027
 
1028
- #: options/panel5.php:235 options/panel5.php:246
1029
  msgid "Generate"
1030
  msgstr ""
1031
 
1032
- #: options/panel5.php:243
1033
  msgid ""
1034
  "This Unique Key will be use to send the notification to your subscribers "
1035
  "with more security."
1036
  msgstr ""
1037
 
1038
- #: options/panel5.php:256
1039
  msgid ""
1040
  "This will reset all the options and messages of the plugin. Please proceed "
1041
  "with caution."
1042
  msgstr ""
1043
 
1044
- #: options/panel5.php:258
1045
  msgid "Yes, Delete Options including subscriptions."
1046
  msgstr ""
1047
 
1048
- #: options/panel5.php:259
1049
  msgid "No, Only delete the StCR Options."
1050
  msgstr ""
1051
 
@@ -1173,34 +1222,34 @@ msgstr ""
1173
  msgid "Subscription Status"
1174
  msgstr ""
1175
 
1176
- #: templates/author.php:88 templates/user.php:104
1177
  msgid "Select all"
1178
  msgstr "Zaznacz wszystko"
1179
 
1180
- #: templates/author.php:89 templates/user.php:106
1181
  msgid "Invert selection"
1182
  msgstr "Usuń zaznaczenie"
1183
 
1184
- #: templates/author.php:92 templates/user.php:110
1185
  msgid "Choose your action"
1186
  msgstr ""
1187
 
1188
- #: templates/author.php:95 templates/user.php:113
1189
  msgid "All comments"
1190
  msgstr ""
1191
 
1192
- #: templates/author.php:96 templates/user.php:114
1193
- #: wp_subscribe_reloaded.php:1122
1194
  msgid "Replies to my comments"
1195
  msgstr "Odpowiedzi do moich komentarzy"
1196
 
1197
- #: templates/author.php:102 templates/confirm.php:28
1198
- #: templates/request-management-link.php:114 templates/user.php:124
1199
  msgid "Return to Post"
1200
  msgstr ""
1201
 
1202
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1203
- #: templates/user.php:128
1204
  msgid "No subscriptions match your search criteria."
1205
  msgstr "Żadna subskrypcja nie spełnia twoich kryteriów."
1206
 
@@ -1210,16 +1259,29 @@ msgid ""
1210
  "enter your email below and a new link will be send."
1211
  msgstr ""
1212
 
1213
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1214
- #: templates/subscribe.php:112
 
1215
  msgid "Send"
1216
  msgstr "Wyślij"
1217
 
1218
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1219
  msgid "New subscription to"
1220
  msgstr "Nowa subskrypcja do"
1221
 
1222
- #: templates/subscribe.php:51
1223
  msgid "User:"
1224
  msgstr "Użytkownik:"
1225
 
@@ -1358,6 +1420,7 @@ msgstr ""
1358
 
1359
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1360
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1361
  msgid ""
1362
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1363
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1398,6 +1461,7 @@ msgstr ""
1398
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1399
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1400
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1401
  msgid ""
1402
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1403
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1484,6 +1548,7 @@ msgstr ""
1484
 
1485
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1486
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1487
  msgid "This version includes fixes and improvements, "
1488
  msgstr ""
1489
 
@@ -1499,12 +1564,12 @@ msgid ""
1499
  msgstr ""
1500
 
1501
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1502
- #: utils/stcr_upgrade.php:576
1503
  msgid "Log Settings"
1504
  msgstr ""
1505
 
1506
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1507
- #: utils/stcr_upgrade.php:580
1508
  msgid ""
1509
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1510
  msgstr ""
@@ -1520,7 +1585,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1520
  msgstr ""
1521
 
1522
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1523
- #: utils/stcr_upgrade.php:590
1524
  msgid "The support of this plugin is given thanks to your donations."
1525
  msgstr ""
1526
 
@@ -1571,7 +1636,7 @@ msgstr ""
1571
  msgid "<strong>Fix</strong> issue regarding database collations"
1572
  msgstr ""
1573
 
1574
- #: utils/stcr_upgrade.php:591
1575
  msgid ""
1576
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1577
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1582,7 +1647,103 @@ msgid ""
1582
  "Thanks for all the users that have supported the plugin development."
1583
  msgstr ""
1584
 
1585
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1586
  msgid ""
1587
  "Notify me of followup comments via e-mail. You can also <a "
1588
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1590,14 +1751,14 @@ msgstr ""
1590
  "Informuj mnie o odpowiedziach poprzez e-mail. Możesz również <a "
1591
  "href='[subscribe_link]'>subskrybować</a> wpis bez zostawiania komentarza."
1592
 
1593
- #: utils/stcr_utils.php:197
1594
  msgid ""
1595
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1596
  "subscriptions."
1597
  msgstr ""
1598
  "Subskrybujesz ten wpis. <a href='[manager_link]'>Zarządzaj subskrypcją</a>."
1599
 
1600
- #: utils/stcr_utils.php:198
1601
  msgid ""
1602
  "Your subscription to this post needs to be confirmed. <a "
1603
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1605,12 +1766,12 @@ msgstr ""
1605
  "Twoja subskrypcja do tego postu musi zostać potwierdzona. <a "
1606
  "href='[manager_link]'>Zarządzaj subskrypcją</a>."
1607
 
1608
- #: utils/stcr_utils.php:199
1609
  msgid ""
1610
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1611
  msgstr "Możesz <a href='[manager_link]'>zarządzać subskrypcją</a> tego wpisu."
1612
 
1613
- #: utils/stcr_utils.php:205
1614
  msgid ""
1615
  "To manage your subscriptions, please enter your email address here below. We "
1616
  "will send you a message containing the link to access your personal "
@@ -1619,7 +1780,7 @@ msgstr ""
1619
  "By zarządzać subskrypcjami, proszę wprowadzić adres e-mail w polu poniżej. "
1620
  "Otrzymasz wiadomość zawierajacą odnośnik do strony zarządzania subskrypcjami."
1621
 
1622
- #: utils/stcr_utils.php:206
1623
  msgid ""
1624
  "Thank you for using our subscription service. Your request has been "
1625
  "completed, and you should receive an email with the management link in a few "
@@ -1629,7 +1790,7 @@ msgstr ""
1629
  "przeciągu kilku minut powinieneś otrzymać wiadomość e-mail z odnośnikiem do "
1630
  "zarządzania subskrypcjami."
1631
 
1632
- #: utils/stcr_utils.php:207
1633
  msgid ""
1634
  "You can follow the discussion on <strong>[post_title]</strong> without "
1635
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1639,7 +1800,7 @@ msgstr ""
1639
  "zostawiania komentarza. Wystarczy, że wpiszesz swój adres e-mail w polu "
1640
  "poniżej, a o następnym komentarzu zostaniesz powiadomiony e-mailem."
1641
 
1642
- #: utils/stcr_utils.php:208
1643
  msgid ""
1644
  "Thank you for using our subscription service. Your request has been "
1645
  "completed. You will receive a notification email every time a new comment to "
@@ -1649,7 +1810,7 @@ msgstr ""
1649
  "Będziesz otrzymywał powiadomienie za każdym razem, gdy pojawi się nowy "
1650
  "komentarz zaakceptowany przez administratora do tego wpisu."
1651
 
1652
- #: utils/stcr_utils.php:209
1653
  msgid ""
1654
  "Thank you for using our subscription service. In order to confirm your "
1655
  "request, please check your email for the verification message and follow the "
@@ -1659,7 +1820,7 @@ msgstr ""
1659
  "sprawdzić swoją pocztę w celu weryfikacji adresu e-mail i podążać zgodnie z "
1660
  "instrukcjami w nim zawartymi."
1661
 
1662
- #: utils/stcr_utils.php:210
1663
  msgid ""
1664
  "In order to cancel or suspend one or more notifications, select the "
1665
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1667,7 +1828,7 @@ msgstr ""
1667
  "W celu anulowania bądź zrezygnowania z subskrypcji, proszę wybrać z "
1668
  "poniższej listy wpis, a następnie wybrać akcję, którą chcesz wykonać."
1669
 
1670
- #: utils/stcr_utils.php:211
1671
  msgid ""
1672
  "In order to cancel or suspend one or more notifications, select the "
1673
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1678,11 +1839,11 @@ msgstr ""
1678
  "\n"
1679
  "Aktualnie subskrybujesz:"
1680
 
1681
- #: utils/stcr_utils.php:215
1682
  msgid "There is a new comment to [post_title]"
1683
  msgstr "Pojawił się nowy komentarz do wpisu [post_title]"
1684
 
1685
- #: utils/stcr_utils.php:216
1686
  msgid ""
1687
  "<h1>There is a new comment on [post_title].</h1>\n"
1688
  "\n"
@@ -1699,11 +1860,11 @@ msgid ""
1699
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1700
  msgstr ""
1701
 
1702
- #: utils/stcr_utils.php:217
1703
  msgid "Please confirm your subscription to [post_title]"
1704
  msgstr "Proszę potwierdzić swoją subskrypcję do wpisu [post_title]"
1705
 
1706
- #: utils/stcr_utils.php:218
1707
  #, fuzzy
1708
  #| msgid ""
1709
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1725,17 +1886,17 @@ msgstr ""
1725
  "Proszę potwierdzić zgłoszenie poprzez kliknięcie w poniższy odnośnik:\n"
1726
  "[confirm_link]"
1727
 
1728
- #: utils/stcr_utils.php:219
1729
  msgid "Manage your subscriptions on [blog_name]"
1730
  msgstr "Zarządzaj swoimi subskrypcjami na [blog_name]"
1731
 
1732
- #: utils/stcr_utils.php:220
1733
  msgid ""
1734
  "You have requested to manage your subscriptions to the articles on "
1735
  "[blog_name]. Please check the Subscriptions management link in your email"
1736
  msgstr ""
1737
 
1738
- #: utils/stcr_utils.php:221
1739
  #, fuzzy
1740
  #| msgid ""
1741
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1751,15 +1912,15 @@ msgstr ""
1751
  "subskrypcjami:\n"
1752
  "[manager_link]"
1753
 
1754
- #: utils/stcr_utils.php:300
1755
  msgid "StCR Notification"
1756
  msgstr "Powiadomienia"
1757
 
1758
- #: wp_subscribe_reloaded.php:1120
1759
  msgid "Don't subscribe"
1760
  msgstr "Nie subskrybuj"
1761
 
1762
- #: wp_subscribe_reloaded.php:1121
1763
  msgid "All"
1764
  msgstr "Wszystko"
1765
 
@@ -1860,9 +2021,6 @@ msgstr "Wszystko"
1860
  #~ msgid "Management page"
1861
  #~ msgstr "Zarządzanie strony"
1862
 
1863
- #~ msgid "Awaiting confirmation"
1864
- #~ msgstr "Oczekujące potwierdzenia"
1865
-
1866
  #~ msgid "Stats"
1867
  #~ msgstr "Statystyki"
1868
 
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:17-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Filip \"inzaghi89\" Cierpich <inzaghi89@gmail.com>\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
21
+ #: utils/stcr_utils.php:280
22
  msgid "Manage subscriptions"
23
  msgstr "Zarządzaj subskrypcjami"
24
 
47
  msgid "Donate"
48
  msgstr ""
49
 
50
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
51
  msgid "Add New Subscription"
52
  msgstr "Dodaj nową subskrypcję"
53
 
56
  msgid "Post:"
57
  msgstr "Wpis:"
58
 
59
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
60
+ #: options/panel1.php:159 templates/key_expired.php:72
61
+ #: templates/request-management-link.php:113
62
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
63
+ #: templates/subscribe.php:146
64
  msgid "Email"
65
  msgstr "E-mail"
66
 
67
  #: options/panel1-add-subscription.php:20
68
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
69
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
70
  msgid "Status"
71
  msgstr "Status"
72
 
73
  #: options/panel1-add-subscription.php:22
74
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
75
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
76
  #: templates/user.php:76
77
  msgid "Active"
78
  msgstr "Akcja"
79
 
80
  #: options/panel1-add-subscription.php:23
81
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
82
+ #: options/panel1.php:106
83
  msgid "Replies only"
84
  msgstr "Tylko odpowiedzi"
85
 
86
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
87
  msgid "Ask user to confirm"
88
  msgstr "Poproś użytkownika o potwierdzenie"
89
 
90
  #: options/panel1-add-subscription.php:26
91
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
92
  msgid "Update"
93
  msgstr "Aktualizuj"
94
 
95
+ #: options/panel1-business-logic.php:40
96
  msgid "Subscription added."
97
  msgstr "subskrypcja została dodana."
98
 
99
+ #: options/panel1-business-logic.php:65
100
  msgid "Subscriptions updated."
101
  msgstr "subskrypcja została zaktualizowana."
102
 
103
+ #: options/panel1-business-logic.php:80
104
  msgid "Subscription deleted."
105
  msgstr "subskrypcja została usunięta."
106
 
107
+ #: options/panel1-business-logic.php:99 templates/author.php:24
108
  #: templates/user.php:33
109
  msgid "Subscriptions deleted:"
110
  msgstr "Usunięte subskrypcje:"
111
 
112
+ #: options/panel1-business-logic.php:103 templates/author.php:28
113
  #: templates/user.php:37
114
  msgid "Subscriptions suspended:"
115
  msgstr "Zawieszone subskrypcje:"
116
 
117
+ #: options/panel1-business-logic.php:107 templates/author.php:32
118
  #: templates/user.php:41
119
  msgid "Subscriptions activated:"
120
  msgstr "Aktywowane subskrypcje:"
121
 
122
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
123
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
124
  #: templates/user.php:49
125
  msgid "Subscriptions updated:"
126
  msgstr "Zaktualizowane subskrypcje"
127
 
128
+ #: options/panel1-business-logic.php:147
129
  msgid "&laquo; Previous"
130
  msgstr "&laquo; Poprzednia"
131
 
132
+ #: options/panel1-business-logic.php:151
133
  msgid "Next &raquo;"
134
  msgstr "Następna &raquo;"
135
 
144
  msgid "optional"
145
  msgstr "opcjonalne"
146
 
147
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
148
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
149
  #: templates/author.php:53 templates/user.php:65
150
  msgid ""
151
  "Please remember: this operation cannot be undone. Are you sure you want to "
154
  "Proszę pamiętać: ta operacja nie może zostać cofnięta. Czy jesteś pewien, że "
155
  "chcesz kontynuować?"
156
 
157
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
158
  msgid "From"
159
  msgstr "Od"
160
 
161
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
162
  msgid "To"
163
  msgstr "Do"
164
 
165
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
166
  msgid "Keep unchanged"
167
  msgstr "Zachowaj niezmienione"
168
 
169
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
170
  msgid "Suspended"
171
  msgstr "Zawieś"
172
 
173
+ #: options/panel1.php:22
174
+ msgid "The email that you typed is not correct."
175
+ msgstr ""
176
+
177
+ #: options/panel1.php:29
178
+ msgid "Please enter a valid Post ID."
179
+ msgstr ""
180
+
181
+ #: options/panel1.php:46
182
  msgid "Mass Update Subscriptions"
183
  msgstr "Masowa aktualizacja subskrypcji"
184
 
185
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
186
+ #: options/panel1.php:317
187
  msgid "email address"
188
  msgstr "Adres e-mail nadawcy"
189
 
190
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
191
  msgid "optional - new email address"
192
  msgstr "Aktualizuj adres e-mail"
193
 
194
+ #: options/panel1.php:74
195
  msgid "More info"
196
  msgstr ""
197
 
198
+ #: options/panel1.php:80
199
  msgid ""
200
  "This option will allow you to change an email address for another one or to "
201
  "update the same status for all the subscription on a specific email address."
202
  msgstr ""
203
 
204
+ #: options/panel1.php:92
205
  msgid "Post ID"
206
  msgstr "ID wpisu"
207
 
208
+ #: options/panel1.php:109
209
  msgid "Add"
210
  msgstr "Dodaj"
211
 
212
+ #: options/panel1.php:124
213
  msgid "Search subscriptions"
214
  msgstr "Szukaj subskrypcji"
215
 
216
+ #: options/panel1.php:128
217
  #, php-format
218
  msgid ""
219
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
222
  "Możesz zarówno <a href=\"%s\">wyświetlić wszystkie subskrypcje</a> oraz "
223
  "wyszukać po"
224
 
225
+ #: options/panel1.php:132
226
  msgid "email"
227
  msgstr "e-mail"
228
 
229
+ #: options/panel1.php:133
230
  msgid "post ID"
231
  msgstr "ID wpisu"
232
 
233
+ #: options/panel1.php:134
234
  msgid "status"
235
  msgstr "status"
236
 
237
+ #: options/panel1.php:137
238
  msgid "equals"
239
  msgstr "równe"
240
 
241
+ #: options/panel1.php:138
242
  msgid "contains"
243
  msgstr "zawiera"
244
 
245
+ #: options/panel1.php:139
246
  msgid "does not contain"
247
  msgstr "nie zawiera"
248
 
249
+ #: options/panel1.php:140
250
  msgid "starts with"
251
  msgstr "rozpoczyna się od"
252
 
253
+ #: options/panel1.php:141
254
  msgid "ends with"
255
  msgstr "kończy się na"
256
 
257
+ #: options/panel1.php:144
258
  msgid "results per page:"
259
  msgstr "wyników na stronę:"
260
 
261
+ #: options/panel1.php:146
262
  msgid "Search"
263
  msgstr "Szukaj"
264
 
265
+ #: options/panel1.php:154
266
  msgid "Reverse the order by Post ID"
267
  msgstr "Sortuj kolejność wg ID wpisu"
268
 
269
+ #: options/panel1.php:155 options/panel1.php:156
270
  msgid "Reverse the order by Date/Time"
271
  msgstr "Sortuj kolejność wg daty/czasu"
272
 
273
+ #: options/panel1.php:158
274
  msgid "Post (ID)"
275
  msgstr "Wpis (ID)"
276
 
277
+ #: options/panel1.php:161
278
  msgid "Search query:"
279
  msgstr "Wyniki wyszukiwania:"
280
 
281
+ #: options/panel1.php:161
282
  msgid "Rows:"
283
  msgstr "Wyniki:"
284
 
285
+ #: options/panel1.php:161
286
  msgid "of"
287
  msgstr "z"
288
 
289
+ #: options/panel1.php:168 options/panel1.php:184
290
  msgid "Date and Time"
291
  msgstr "Data i godzina"
292
 
293
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
294
  msgid "Replies"
295
  msgstr "Odpowiedzi"
296
 
297
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
298
  msgid "Replies Unconfirmed"
299
  msgstr ""
300
 
301
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
302
  msgid "All Comments"
303
  msgstr ""
304
 
305
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
306
  msgid "Unconfirmed"
307
  msgstr ""
308
 
309
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
310
  msgid "Inactive"
311
  msgstr "Akcja"
312
 
313
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
314
+ #: templates/user.php:114
315
  msgid "Delete"
316
  msgstr "Usuń"
317
 
318
+ #: options/panel1.php:228 options/panel1.php:238
319
  msgid "Edit"
320
  msgstr "Edytuj"
321
 
322
+ #: options/panel1.php:230 options/panel1.php:236
323
  msgid "Subscription"
324
  msgstr "Subskrypcje"
325
 
326
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
327
  msgid "Action:"
328
  msgstr "Akcja:"
329
 
330
+ #: options/panel1.php:253
331
  msgid "Delete forever"
332
  msgstr "Usuń na zawsze"
333
 
334
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
335
  msgid "Suspend"
336
  msgstr "Zawieś"
337
 
338
+ #: options/panel1.php:255
339
  msgid "Activate and set to Y"
340
  msgstr "Aktywuj i ustaw na Y"
341
 
342
+ #: options/panel1.php:256
343
  msgid "Activate and set to R"
344
  msgstr "Aktywuj i ustaw na R"
345
 
346
+ #: options/panel1.php:257
347
  msgid "Activate"
348
  msgstr "Aktywuj"
349
 
350
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
351
  msgid "Update subscriptions"
352
  msgstr "Aktualizuj subskrypcje"
353
 
354
+ #: options/panel1.php:264
355
  msgid "Sorry, no subscriptions match your search criteria."
356
  msgstr "Przepraszamy, żadna subskrypcja nie spełnia wymaganych kryteriów."
357
 
358
+ #: options/panel1.php:321 options/panel1.php:389
359
+ #, fuzzy
360
+ #| msgid "Awaiting confirmation"
361
+ msgid "Missing information"
362
+ msgstr "Oczekujące potwierdzenia"
363
+
364
+ #: options/panel1.php:329 options/panel1.php:414
365
+ #, fuzzy
366
+ #| msgid "Sender email address"
367
+ msgid "Invalid email address."
368
+ msgstr "Adres e-mail nadawcy"
369
+
370
+ #: options/panel1.php:397
371
+ msgid "Enter a numeric Post ID."
372
+ msgstr ""
373
+
374
+ #: options/panel1.php:406
375
+ #, fuzzy
376
+ #| msgid "Awaiting confirmation"
377
+ msgid "Missing email information"
378
+ msgstr "Oczekujące potwierdzenia"
379
+
380
+ #: options/panel1.php:442 options/panel1.php:450
381
+ msgid "Please enter a value"
382
+ msgstr ""
383
+
384
  #: options/panel10.php:41
385
  msgid "The log file has been successfully deleted."
386
  msgstr ""
402
  msgstr ""
403
 
404
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
405
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
406
  msgid "Your settings have been successfully updated."
407
  msgstr "Twoje ustawienia zostały pomyślnie zapisane."
408
 
409
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
410
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
411
  msgid "There was an error updating the following fields:"
412
  msgstr "Wystąpił problem podczas zapisu następujacych ustawień:"
413
 
414
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
415
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
416
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
417
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
418
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
419
+ #: options/panel5.php:221 options/panel5.php:230
420
  msgid "Yes"
421
  msgstr "Tak"
422
 
423
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
424
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
425
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
426
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
427
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
428
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
429
  msgid "No"
430
  msgstr "Nie"
431
 
469
  msgstr ""
470
 
471
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
472
+ #: options/panel4.php:283 options/panel5.php:276
473
  msgid "Save Changes"
474
  msgstr "Zapisz zmiany"
475
 
897
  msgid "There was an error deleting the options:"
898
  msgstr "Wystąpił problem podczas zapisu następujacych ustawień:"
899
 
900
+ #: options/panel5.php:48 options/panel5.php:111
901
  msgid "Show StCR checkbox / dropdown"
902
  msgstr ""
903
 
905
  msgid "Safetly Uninstall"
906
  msgstr ""
907
 
908
+ #: options/panel5.php:54 options/panel5.php:128
909
  msgid "Autopurge requests"
910
  msgstr "Automatyczne czyszczenie"
911
 
912
+ #: options/panel5.php:57 options/panel5.php:154
913
  msgid "Enable double check"
914
  msgstr "Włącz weryfikację e-mail"
915
 
916
+ #: options/panel5.php:60 options/panel5.php:145
917
  msgid "StCR Position"
918
  msgstr ""
919
 
920
+ #: options/panel5.php:63 options/panel5.php:162
921
  msgid "Subscribe authors"
922
  msgstr "Opis subskrypcji"
923
 
924
+ #: options/panel5.php:66 options/panel5.php:172
925
  msgid "Enable HTML emails"
926
  msgstr "Włacz HTML w e-mailach"
927
 
937
  msgid "Notify admin"
938
  msgstr "Informuj administratora"
939
 
940
+ #: options/panel5.php:78 options/panel5.php:210
941
  msgid "Let admin subscribe"
942
  msgstr "Pozwól na subskrypcję administratorowi"
943
 
944
+ #: options/panel5.php:81 options/panel5.php:219
945
  msgid "BCC admin on Notifications"
946
  msgstr "Powiadomienia"
947
 
948
+ #: options/panel5.php:84 options/panel5.php:228
949
  msgid "Enable Font Awesome"
950
  msgstr ""
951
 
952
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
953
+ #: options/panel5.php:272
954
  msgid "Reset All Options"
955
  msgstr ""
956
 
957
+ #: options/panel5.php:115
958
  msgid ""
959
  "This option will disable the StCR checkbox or dropdown in you comment form. "
960
  "You should leave it to Yes always. "
961
  msgstr ""
962
 
963
+ #: options/panel5.php:120
964
  msgid "Safely Uninstall"
965
  msgstr ""
966
 
967
+ #: options/panel5.php:124
968
  msgid ""
969
  "This option will allow you to delete the plugin with WordPress without "
970
  "loosing your subscribers. Any database table and plugin options are wipeout."
971
  msgstr ""
972
 
973
+ #: options/panel5.php:131
974
  msgid "days"
975
  msgstr "dni"
976
 
977
+ #: options/panel5.php:132
978
  msgid ""
979
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
980
  "this feature."
982
  "Usuwaj oczekujące subskrypcje (niepotwierdzone) po X dniach. \"0\" wyłącza "
983
  "tę funkcjonalność."
984
 
985
+ #: options/panel5.php:136
986
+ msgid "Date Format"
987
+ msgstr ""
988
+
989
+ #: options/panel5.php:140
990
+ msgid ""
991
+ "Date format that will be display on the management page. Use <a "
992
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
993
+ "date-parameters' target='_blank'>PHP Date Format</a>"
994
+ msgstr ""
995
+
996
+ #: options/panel5.php:149
997
  msgid ""
998
  "If this option is enable the subscription box will be above the submit "
999
  "button in your comment form. Use this when your theme is outdated and using "
1000
  "the incorrect WordPress Hooks and the checkbox is not displayed."
1001
  msgstr ""
1002
 
1003
+ #: options/panel5.php:158
1004
  msgid ""
1005
  "Send a notification email to confirm the subscription (to avoid addresses "
1006
  "misuse)."
1008
  "Wysyłaj e-mail z potwierdzeniem subskrypcji (by zapobiec pomyłkom w "
1009
  "adresach, oraz zabezpieczyć przed botami)."
1010
 
1011
+ #: options/panel5.php:167
1012
  msgid ""
1013
  "Automatically subscribe authors to their own articles (not retroactive)."
1014
  msgstr ""
1015
 
1016
+ #: options/panel5.php:176
1017
  msgid ""
1018
  "If enabled, will send email messages with content-type = text/html instead "
1019
  "of text/plain"
1021
  "Jeśli włączone, wysyłane będą wiadomości e-mail z content-type=text/html "
1022
  "zamiast text/plain"
1023
 
1024
+ #: options/panel5.php:181
1025
  msgid "HTMLify links in emails"
1026
  msgstr ""
1027
 
1028
+ #: options/panel5.php:186
1029
  msgid ""
1030
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1031
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1032
  msgstr ""
1033
 
1034
+ #: options/panel5.php:191
1035
  msgid "Process trackbacks"
1036
  msgstr "Śledź trackbacki"
1037
 
1038
+ #: options/panel5.php:195
1039
  msgid ""
1040
  "Notify users when a new trackback or pingback is added to the discussion."
1041
  msgstr ""
1042
  "Informuj użytkowników o nowych trackbackach i pingbackach dodanych do "
1043
  "dyskusji."
1044
 
1045
+ #: options/panel5.php:200
1046
  msgid "Track all subscriptions"
1047
  msgstr "Śledź wszystkie subskrypcje"
1048
 
1049
+ #: options/panel5.php:205
1050
  msgid "Notify the administrator when users subscribe without commenting."
1051
  msgstr ""
1052
  "Informuj administratora jeśli użytkownik rozpocznie subskrypcję bez "
1053
  "komentowania."
1054
 
1055
+ #: options/panel5.php:214
1056
  msgid "Let the administrator subscribe to comments when logged in."
1057
  msgstr "Pozwól administratorowi subskrybować jeśli jest zalogowany."
1058
 
1059
+ #: options/panel5.php:223
1060
  msgid "Send a copy of all Notifications to the administrator."
1061
  msgstr ""
1062
 
1063
+ #: options/panel5.php:232
1064
  msgid ""
1065
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1066
  "you theme already add this into your site."
1067
  msgstr ""
1068
 
1069
+ #: options/panel5.php:237
1070
  msgid "StCR Unique Key"
1071
  msgstr ""
1072
 
1073
+ #: options/panel5.php:242
1074
  msgid "This Unique Key is not set, please click the following button to "
1075
  msgstr ""
1076
 
1077
+ #: options/panel5.php:246 options/panel5.php:257
1078
  msgid "Generate"
1079
  msgstr ""
1080
 
1081
+ #: options/panel5.php:254
1082
  msgid ""
1083
  "This Unique Key will be use to send the notification to your subscribers "
1084
  "with more security."
1085
  msgstr ""
1086
 
1087
+ #: options/panel5.php:267
1088
  msgid ""
1089
  "This will reset all the options and messages of the plugin. Please proceed "
1090
  "with caution."
1091
  msgstr ""
1092
 
1093
+ #: options/panel5.php:269
1094
  msgid "Yes, Delete Options including subscriptions."
1095
  msgstr ""
1096
 
1097
+ #: options/panel5.php:270
1098
  msgid "No, Only delete the StCR Options."
1099
  msgstr ""
1100
 
1222
  msgid "Subscription Status"
1223
  msgstr ""
1224
 
1225
+ #: templates/author.php:91 templates/user.php:107
1226
  msgid "Select all"
1227
  msgstr "Zaznacz wszystko"
1228
 
1229
+ #: templates/author.php:92 templates/user.php:109
1230
  msgid "Invert selection"
1231
  msgstr "Usuń zaznaczenie"
1232
 
1233
+ #: templates/author.php:95 templates/user.php:113
1234
  msgid "Choose your action"
1235
  msgstr ""
1236
 
1237
+ #: templates/author.php:98 templates/user.php:116
1238
  msgid "All comments"
1239
  msgstr ""
1240
 
1241
+ #: templates/author.php:99 templates/user.php:117
1242
+ #: wp_subscribe_reloaded.php:1118
1243
  msgid "Replies to my comments"
1244
  msgstr "Odpowiedzi do moich komentarzy"
1245
 
1246
+ #: templates/author.php:105 templates/confirm.php:28
1247
+ #: templates/request-management-link.php:125 templates/user.php:127
1248
  msgid "Return to Post"
1249
  msgstr ""
1250
 
1251
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1252
+ #: templates/user.php:131
1253
  msgid "No subscriptions match your search criteria."
1254
  msgstr "Żadna subskrypcja nie spełnia twoich kryteriów."
1255
 
1259
  "enter your email below and a new link will be send."
1260
  msgstr ""
1261
 
1262
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1263
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1264
+ #: templates/subscribe.php:148
1265
  msgid "Send"
1266
  msgstr "Wyślij"
1267
 
1268
+ #: templates/request-management-link.php:143
1269
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1270
+ #: templates/subscribe.php:178
1271
+ #, fuzzy
1272
+ #| msgid "email address"
1273
+ msgid "Email address is not valid"
1274
+ msgstr "Adres e-mail nadawcy"
1275
+
1276
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1277
+ msgid "Please enter your email"
1278
+ msgstr ""
1279
+
1280
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1281
  msgid "New subscription to"
1282
  msgstr "Nowa subskrypcja do"
1283
 
1284
+ #: templates/subscribe.php:61
1285
  msgid "User:"
1286
  msgstr "Użytkownik:"
1287
 
1420
 
1421
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1422
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1423
+ #: utils/stcr_upgrade.php:610
1424
  msgid ""
1425
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1426
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1461
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1462
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1463
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1464
+ #: utils/stcr_upgrade.php:615
1465
  msgid ""
1466
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1467
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1548
 
1549
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1550
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1551
+ #: utils/stcr_upgrade.php:609
1552
  msgid "This version includes fixes and improvements, "
1553
  msgstr ""
1554
 
1564
  msgstr ""
1565
 
1566
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1567
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1568
  msgid "Log Settings"
1569
  msgstr ""
1570
 
1571
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1572
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1573
  msgid ""
1574
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1575
  msgstr ""
1585
  msgstr ""
1586
 
1587
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1588
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1589
  msgid "The support of this plugin is given thanks to your donations."
1590
  msgstr ""
1591
 
1636
  msgid "<strong>Fix</strong> issue regarding database collations"
1637
  msgstr ""
1638
 
1639
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1640
  msgid ""
1641
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1642
  "aria-hidden=\"true\"></i> <a href=\"\n"
1647
  "Thanks for all the users that have supported the plugin development."
1648
  msgstr ""
1649
 
1650
+ #: utils/stcr_utils.php:158
1651
+ msgid "January"
1652
+ msgstr ""
1653
+
1654
+ #: utils/stcr_utils.php:159
1655
+ msgid "February"
1656
+ msgstr ""
1657
+
1658
+ #: utils/stcr_utils.php:160
1659
+ #, fuzzy
1660
+ #| msgid "Search"
1661
+ msgid "March"
1662
+ msgstr "Szukaj"
1663
+
1664
+ #: utils/stcr_utils.php:161
1665
+ msgid "April"
1666
+ msgstr ""
1667
+
1668
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1669
+ msgid "May"
1670
+ msgstr ""
1671
+
1672
+ #: utils/stcr_utils.php:163
1673
+ msgid "June"
1674
+ msgstr ""
1675
+
1676
+ #: utils/stcr_utils.php:164
1677
+ msgid "July"
1678
+ msgstr ""
1679
+
1680
+ #: utils/stcr_utils.php:165
1681
+ msgid "August"
1682
+ msgstr ""
1683
+
1684
+ #: utils/stcr_utils.php:166
1685
+ msgid "September"
1686
+ msgstr ""
1687
+
1688
+ #: utils/stcr_utils.php:167
1689
+ msgid "October"
1690
+ msgstr ""
1691
+
1692
+ #: utils/stcr_utils.php:168
1693
+ msgid "November"
1694
+ msgstr ""
1695
+
1696
+ #: utils/stcr_utils.php:169
1697
+ msgid "December"
1698
+ msgstr ""
1699
+
1700
+ #: utils/stcr_utils.php:173
1701
+ msgid "Jan"
1702
+ msgstr ""
1703
+
1704
+ #: utils/stcr_utils.php:174
1705
+ msgid "Feb"
1706
+ msgstr ""
1707
+
1708
+ #: utils/stcr_utils.php:175
1709
+ msgid "Mar"
1710
+ msgstr ""
1711
+
1712
+ #: utils/stcr_utils.php:176
1713
+ msgid "Apr"
1714
+ msgstr ""
1715
+
1716
+ #: utils/stcr_utils.php:178
1717
+ msgid "Jun"
1718
+ msgstr ""
1719
+
1720
+ #: utils/stcr_utils.php:179
1721
+ msgid "Jul"
1722
+ msgstr ""
1723
+
1724
+ #: utils/stcr_utils.php:180
1725
+ msgid "Aug"
1726
+ msgstr ""
1727
+
1728
+ #: utils/stcr_utils.php:181
1729
+ msgid "Sep"
1730
+ msgstr ""
1731
+
1732
+ #: utils/stcr_utils.php:182
1733
+ msgid "Oct"
1734
+ msgstr ""
1735
+
1736
+ #: utils/stcr_utils.php:183
1737
+ #, fuzzy
1738
+ #| msgid "No"
1739
+ msgid "Nov"
1740
+ msgstr "Nie"
1741
+
1742
+ #: utils/stcr_utils.php:184
1743
+ msgid "Dec"
1744
+ msgstr ""
1745
+
1746
+ #: utils/stcr_utils.php:273
1747
  msgid ""
1748
  "Notify me of followup comments via e-mail. You can also <a "
1749
  "href='[subscribe_link]'>subscribe</a> without commenting."
1751
  "Informuj mnie o odpowiedziach poprzez e-mail. Możesz również <a "
1752
  "href='[subscribe_link]'>subskrybować</a> wpis bez zostawiania komentarza."
1753
 
1754
+ #: utils/stcr_utils.php:274
1755
  msgid ""
1756
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1757
  "subscriptions."
1758
  msgstr ""
1759
  "Subskrybujesz ten wpis. <a href='[manager_link]'>Zarządzaj subskrypcją</a>."
1760
 
1761
+ #: utils/stcr_utils.php:275
1762
  msgid ""
1763
  "Your subscription to this post needs to be confirmed. <a "
1764
  "href='[manager_link]'>Manage your subscriptions</a>."
1766
  "Twoja subskrypcja do tego postu musi zostać potwierdzona. <a "
1767
  "href='[manager_link]'>Zarządzaj subskrypcją</a>."
1768
 
1769
+ #: utils/stcr_utils.php:276
1770
  msgid ""
1771
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1772
  msgstr "Możesz <a href='[manager_link]'>zarządzać subskrypcją</a> tego wpisu."
1773
 
1774
+ #: utils/stcr_utils.php:282
1775
  msgid ""
1776
  "To manage your subscriptions, please enter your email address here below. We "
1777
  "will send you a message containing the link to access your personal "
1780
  "By zarządzać subskrypcjami, proszę wprowadzić adres e-mail w polu poniżej. "
1781
  "Otrzymasz wiadomość zawierajacą odnośnik do strony zarządzania subskrypcjami."
1782
 
1783
+ #: utils/stcr_utils.php:283
1784
  msgid ""
1785
  "Thank you for using our subscription service. Your request has been "
1786
  "completed, and you should receive an email with the management link in a few "
1790
  "przeciągu kilku minut powinieneś otrzymać wiadomość e-mail z odnośnikiem do "
1791
  "zarządzania subskrypcjami."
1792
 
1793
+ #: utils/stcr_utils.php:284
1794
  msgid ""
1795
  "You can follow the discussion on <strong>[post_title]</strong> without "
1796
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1800
  "zostawiania komentarza. Wystarczy, że wpiszesz swój adres e-mail w polu "
1801
  "poniżej, a o następnym komentarzu zostaniesz powiadomiony e-mailem."
1802
 
1803
+ #: utils/stcr_utils.php:285
1804
  msgid ""
1805
  "Thank you for using our subscription service. Your request has been "
1806
  "completed. You will receive a notification email every time a new comment to "
1810
  "Będziesz otrzymywał powiadomienie za każdym razem, gdy pojawi się nowy "
1811
  "komentarz zaakceptowany przez administratora do tego wpisu."
1812
 
1813
+ #: utils/stcr_utils.php:286
1814
  msgid ""
1815
  "Thank you for using our subscription service. In order to confirm your "
1816
  "request, please check your email for the verification message and follow the "
1820
  "sprawdzić swoją pocztę w celu weryfikacji adresu e-mail i podążać zgodnie z "
1821
  "instrukcjami w nim zawartymi."
1822
 
1823
+ #: utils/stcr_utils.php:287
1824
  msgid ""
1825
  "In order to cancel or suspend one or more notifications, select the "
1826
  "corresponding checkbox(es) and click on the button at the end of the list."
1828
  "W celu anulowania bądź zrezygnowania z subskrypcji, proszę wybrać z "
1829
  "poniższej listy wpis, a następnie wybrać akcję, którą chcesz wykonać."
1830
 
1831
+ #: utils/stcr_utils.php:288
1832
  msgid ""
1833
  "In order to cancel or suspend one or more notifications, select the "
1834
  "corresponding checkbox(es) and click on the button at the end of the list. "
1839
  "\n"
1840
  "Aktualnie subskrybujesz:"
1841
 
1842
+ #: utils/stcr_utils.php:292
1843
  msgid "There is a new comment to [post_title]"
1844
  msgstr "Pojawił się nowy komentarz do wpisu [post_title]"
1845
 
1846
+ #: utils/stcr_utils.php:293
1847
  msgid ""
1848
  "<h1>There is a new comment on [post_title].</h1>\n"
1849
  "\n"
1860
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1861
  msgstr ""
1862
 
1863
+ #: utils/stcr_utils.php:294
1864
  msgid "Please confirm your subscription to [post_title]"
1865
  msgstr "Proszę potwierdzić swoją subskrypcję do wpisu [post_title]"
1866
 
1867
+ #: utils/stcr_utils.php:295
1868
  #, fuzzy
1869
  #| msgid ""
1870
  #| "You have requested to be notified every time a new comment is added to:\n"
1886
  "Proszę potwierdzić zgłoszenie poprzez kliknięcie w poniższy odnośnik:\n"
1887
  "[confirm_link]"
1888
 
1889
+ #: utils/stcr_utils.php:296
1890
  msgid "Manage your subscriptions on [blog_name]"
1891
  msgstr "Zarządzaj swoimi subskrypcjami na [blog_name]"
1892
 
1893
+ #: utils/stcr_utils.php:297
1894
  msgid ""
1895
  "You have requested to manage your subscriptions to the articles on "
1896
  "[blog_name]. Please check the Subscriptions management link in your email"
1897
  msgstr ""
1898
 
1899
+ #: utils/stcr_utils.php:298
1900
  #, fuzzy
1901
  #| msgid ""
1902
  #| "You have requested to manage your subscriptions to the articles on "
1912
  "subskrypcjami:\n"
1913
  "[manager_link]"
1914
 
1915
+ #: utils/stcr_utils.php:378
1916
  msgid "StCR Notification"
1917
  msgstr "Powiadomienia"
1918
 
1919
+ #: wp_subscribe_reloaded.php:1116
1920
  msgid "Don't subscribe"
1921
  msgstr "Nie subskrybuj"
1922
 
1923
+ #: wp_subscribe_reloaded.php:1117
1924
  msgid "All"
1925
  msgstr "Wszystko"
1926
 
2021
  #~ msgid "Management page"
2022
  #~ msgstr "Zarządzanie strony"
2023
 
 
 
 
2024
  #~ msgid "Stats"
2025
  #~ msgstr "Statystyki"
2026
 
langs/subscribe-reloaded-pt_BR.mo CHANGED
Binary file
langs/subscribe-reloaded-pt_BR.po CHANGED
@@ -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-12 15:11-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:12-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  # @ subscribe-reloaded
22
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
23
- #: utils/stcr_utils.php:203
24
  msgid "Manage subscriptions"
25
  msgstr "Gerenciar inscrições"
26
 
@@ -55,7 +55,7 @@ msgid "Donate"
55
  msgstr "Não quer doar? Você ainda pode ajudar"
56
 
57
  # @ subscribe-reloaded
58
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
59
  msgid "Add New Subscription"
60
  msgstr "Adicionar Nova Inscrição"
61
 
@@ -65,88 +65,90 @@ msgid "Post:"
65
  msgstr "Post:"
66
 
67
  # @ subscribe-reloaded
68
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
69
- #: options/panel1.php:133 templates/key_expired.php:72
70
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
71
  msgid "Email"
72
  msgstr "E-mail"
73
 
74
  # @ subscribe-reloaded
75
  #: options/panel1-add-subscription.php:20
76
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
77
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
78
  msgid "Status"
79
  msgstr "Status"
80
 
81
  # @ subscribe-reloaded
82
  #: options/panel1-add-subscription.php:22
83
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
84
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
85
  #: templates/user.php:76
86
  msgid "Active"
87
  msgstr "Ativo"
88
 
89
  #: options/panel1-add-subscription.php:23
90
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
91
- #: options/panel1.php:80
92
  msgid "Replies only"
93
  msgstr "Respostas apenas"
94
 
95
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
96
  msgid "Ask user to confirm"
97
  msgstr "Pedir confirmação do usuário"
98
 
99
  # @ subscribe-reloaded
100
  #: options/panel1-add-subscription.php:26
101
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
102
  msgid "Update"
103
  msgstr "Atualizar"
104
 
105
  # @ subscribe-reloaded
106
- #: options/panel1-business-logic.php:23
107
  msgid "Subscription added."
108
  msgstr "Inscrições adicionadas."
109
 
110
  # @ subscribe-reloaded
111
- #: options/panel1-business-logic.php:39
112
  msgid "Subscriptions updated."
113
  msgstr "Inscrições atualizadas."
114
 
115
  # @ subscribe-reloaded
116
- #: options/panel1-business-logic.php:51
117
  msgid "Subscription deleted."
118
  msgstr "Inscrição excluída."
119
 
120
  # @ subscribe-reloaded
121
- #: options/panel1-business-logic.php:70 templates/author.php:24
122
  #: templates/user.php:33
123
  msgid "Subscriptions deleted:"
124
  msgstr "Inscrições excluídas:"
125
 
126
  # @ subscribe-reloaded
127
- #: options/panel1-business-logic.php:74 templates/author.php:28
128
  #: templates/user.php:37
129
  msgid "Subscriptions suspended:"
130
  msgstr "Inscrições suspensas:"
131
 
132
  # @ subscribe-reloaded
133
- #: options/panel1-business-logic.php:78 templates/author.php:32
134
  #: templates/user.php:41
135
  msgid "Subscriptions activated:"
136
  msgstr "Inscrições ativadas:"
137
 
138
  # @ subscribe-reloaded
139
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
140
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
141
  #: templates/user.php:49
142
  msgid "Subscriptions updated:"
143
  msgstr "Inscrições atualizadas:"
144
 
145
- #: options/panel1-business-logic.php:110
146
  msgid "&laquo; Previous"
147
  msgstr "&laquo; Anterior"
148
 
149
- #: options/panel1-business-logic.php:114
150
  msgid "Next &raquo;"
151
  msgstr "Seguinte &raquo;"
152
 
@@ -164,8 +166,8 @@ msgid "optional"
164
  msgstr "opcional"
165
 
166
  # @ subscribe-reloaded
167
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
168
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
169
  #: templates/author.php:53 templates/user.php:65
170
  msgid ""
171
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -175,64 +177,73 @@ msgstr ""
175
  "continuar?"
176
 
177
  # @ subscribe-reloaded
178
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
179
  msgid "From"
180
  msgstr "De"
181
 
182
  # @ subscribe-reloaded
183
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
184
  msgid "To"
185
  msgstr "Para"
186
 
187
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
188
  msgid "Keep unchanged"
189
  msgstr "Manter inalterado"
190
 
191
  # @ subscribe-reloaded
192
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
193
  msgid "Suspended"
194
  msgstr "Suspenso"
195
 
 
 
 
 
 
 
 
 
196
  # @ subscribe-reloaded
197
- #: options/panel1.php:20
198
  msgid "Mass Update Subscriptions"
199
  msgstr "Atualização de Inscrições em Lote"
200
 
201
  # @ subscribe-reloaded
202
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
203
  msgid "email address"
204
  msgstr "Email do remetente"
205
 
206
  # @ subscribe-reloaded
207
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
208
  msgid "optional - new email address"
209
  msgstr "Email do remetente"
210
 
211
- #: options/panel1.php:49
212
  msgid "More info"
213
  msgstr ""
214
 
215
- #: options/panel1.php:55
216
  msgid ""
217
  "This option will allow you to change an email address for another one or to "
218
  "update the same status for all the subscription on a specific email address."
219
  msgstr ""
220
 
221
- #: options/panel1.php:68
222
  msgid "Post ID"
223
  msgstr "ID Post"
224
 
225
- #: options/panel1.php:83
226
  msgid "Add"
227
  msgstr "Adicionar"
228
 
229
  # @ subscribe-reloaded
230
- #: options/panel1.php:98
231
  msgid "Search subscriptions"
232
  msgstr "Procurar inscrições"
233
 
234
  # @ subscribe-reloaded
235
- #: options/panel1.php:102
236
  #, php-format
237
  msgid ""
238
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -242,153 +253,176 @@ msgstr ""
242
  "onde"
243
 
244
  # @ subscribe-reloaded
245
- #: options/panel1.php:106
246
  msgid "email"
247
  msgstr "email"
248
 
249
- #: options/panel1.php:107
250
  msgid "post ID"
251
  msgstr "ID Post"
252
 
253
  # @ subscribe-reloaded
254
- #: options/panel1.php:108
255
  msgid "status"
256
  msgstr "status"
257
 
258
  # @ subscribe-reloaded
259
- #: options/panel1.php:111
260
  msgid "equals"
261
  msgstr "for igual"
262
 
263
  # @ subscribe-reloaded
264
- #: options/panel1.php:112
265
  msgid "contains"
266
  msgstr "contém"
267
 
268
  # @ subscribe-reloaded
269
- #: options/panel1.php:113
270
  msgid "does not contain"
271
  msgstr "não contém"
272
 
273
- #: options/panel1.php:114
274
  msgid "starts with"
275
  msgstr "inicia com"
276
 
277
- #: options/panel1.php:115
278
  msgid "ends with"
279
  msgstr "termina com"
280
 
281
- #: options/panel1.php:118
282
  msgid "results per page:"
283
  msgstr "resultados por página:"
284
 
285
  # @ subscribe-reloaded
286
- #: options/panel1.php:120
287
  msgid "Search"
288
  msgstr "Procurar"
289
 
290
- #: options/panel1.php:128
291
  msgid "Reverse the order by Post ID"
292
  msgstr "Inverter a ordem de Post ID"
293
 
294
- #: options/panel1.php:129 options/panel1.php:130
295
  msgid "Reverse the order by Date/Time"
296
  msgstr "Inverter a ordem de Data/Hora"
297
 
298
- #: options/panel1.php:132
299
  msgid "Post (ID)"
300
  msgstr "ID Post"
301
 
302
  # @ subscribe-reloaded
303
- #: options/panel1.php:135
304
  msgid "Search query:"
305
  msgstr "Critérios de busca:"
306
 
307
- #: options/panel1.php:135
308
  msgid "Rows:"
309
  msgstr "Linhas:"
310
 
311
- #: options/panel1.php:135
312
  msgid "of"
313
  msgstr "de"
314
 
315
- #: options/panel1.php:142 options/panel1.php:158
316
  msgid "Date and Time"
317
  msgstr "Data e Hora"
318
 
319
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
320
  msgid "Replies"
321
  msgstr "Respostas"
322
 
323
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
324
  msgid "Replies Unconfirmed"
325
  msgstr ""
326
 
327
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
328
  msgid "All Comments"
329
  msgstr ""
330
 
331
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
332
  msgid "Unconfirmed"
333
  msgstr ""
334
 
335
  # @ subscribe-reloaded
336
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
337
  msgid "Inactive"
338
  msgstr "Ativo"
339
 
340
  # @ subscribe-reloaded
341
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
342
- #: templates/user.php:111
343
  msgid "Delete"
344
  msgstr "Remover"
345
 
346
- #: options/panel1.php:202 options/panel1.php:212
347
  msgid "Edit"
348
  msgstr "Editar"
349
 
350
  # @ subscribe-reloaded
351
- #: options/panel1.php:204 options/panel1.php:210
352
  msgid "Subscription"
353
  msgstr "Inscrições"
354
 
355
  # @ subscribe-reloaded
356
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
357
  msgid "Action:"
358
  msgstr "Ação:"
359
 
360
  # @ subscribe-reloaded
361
- #: options/panel1.php:227
362
  msgid "Delete forever"
363
  msgstr "Remover para sempre"
364
 
365
  # @ subscribe-reloaded
366
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
367
  msgid "Suspend"
368
  msgstr "Suspender"
369
 
370
- #: options/panel1.php:229
371
  msgid "Activate and set to Y"
372
  msgstr "Ativar e marcar como Y"
373
 
374
- #: options/panel1.php:230
375
  msgid "Activate and set to R"
376
  msgstr "Ativar e marcar como R"
377
 
378
- #: options/panel1.php:231
379
  msgid "Activate"
380
  msgstr "Ativar"
381
 
382
  # @ subscribe-reloaded
383
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
384
  msgid "Update subscriptions"
385
  msgstr "Atualizar inscrições"
386
 
387
  # @ subscribe-reloaded
388
- #: options/panel1.php:238
389
  msgid "Sorry, no subscriptions match your search criteria."
390
  msgstr "Desculpe, nenhuma inscrição encontrada para sua busca."
391
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  #: options/panel10.php:41
393
  msgid "The log file has been successfully deleted."
394
  msgstr ""
@@ -411,33 +445,33 @@ msgstr ""
411
 
412
  # @ subscribe-reloaded
413
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
414
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
415
  msgid "Your settings have been successfully updated."
416
  msgstr "Suas configurações foram atualizadas"
417
 
418
  # @ subscribe-reloaded
419
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
420
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
421
  msgid "There was an error updating the following fields:"
422
  msgstr "Houve um erro ao atualizar os seguintes campos:"
423
 
424
  # @ subscribe-reloaded
425
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
426
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
427
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
428
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
429
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
430
- #: options/panel5.php:210 options/panel5.php:219
431
  msgid "Yes"
432
  msgstr "Sim"
433
 
434
  # @ subscribe-reloaded
435
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
436
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
437
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
438
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
439
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
440
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
441
  msgid "No"
442
  msgstr "Não"
443
 
@@ -482,7 +516,7 @@ msgstr ""
482
 
483
  # @ default
484
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
485
- #: options/panel4.php:283 options/panel5.php:265
486
  msgid "Save Changes"
487
  msgstr "Salvar Alterações"
488
 
@@ -963,7 +997,7 @@ msgstr "Suas configurações foram atualizadas"
963
  msgid "There was an error deleting the options:"
964
  msgstr "Houve um erro ao atualizar os seguintes campos:"
965
 
966
- #: options/panel5.php:48 options/panel5.php:108
967
  msgid "Show StCR checkbox / dropdown"
968
  msgstr ""
969
 
@@ -972,25 +1006,25 @@ msgid "Safetly Uninstall"
972
  msgstr ""
973
 
974
  # @ subscribe-reloaded
975
- #: options/panel5.php:54 options/panel5.php:125
976
  msgid "Autopurge requests"
977
  msgstr "Pedidos de auto remoção"
978
 
979
  # @ subscribe-reloaded
980
- #: options/panel5.php:57 options/panel5.php:143
981
  msgid "Enable double check"
982
  msgstr "Habilitar confirmação"
983
 
984
- #: options/panel5.php:60 options/panel5.php:134
985
  msgid "StCR Position"
986
  msgstr ""
987
 
988
  # @ subscribe-reloaded
989
- #: options/panel5.php:63 options/panel5.php:151
990
  msgid "Subscribe authors"
991
  msgstr "Inscrito"
992
 
993
- #: options/panel5.php:66 options/panel5.php:161
994
  msgid "Enable HTML emails"
995
  msgstr "Habilitar e-mails HTML"
996
 
@@ -1008,45 +1042,46 @@ msgstr "Enviar trackbacks"
1008
  msgid "Notify admin"
1009
  msgstr "Notificar Administrador"
1010
 
1011
- #: options/panel5.php:78 options/panel5.php:199
1012
  msgid "Let admin subscribe"
1013
  msgstr "Permitir inscrições do Admin"
1014
 
1015
  # @ subscribe-reloaded
1016
- #: options/panel5.php:81 options/panel5.php:208
1017
  msgid "BCC admin on Notifications"
1018
  msgstr "Notificações"
1019
 
1020
- #: options/panel5.php:84 options/panel5.php:217
1021
  msgid "Enable Font Awesome"
1022
  msgstr ""
1023
 
1024
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
1025
  msgid "Reset All Options"
1026
  msgstr ""
1027
 
1028
- #: options/panel5.php:112
1029
  msgid ""
1030
  "This option will disable the StCR checkbox or dropdown in you comment form. "
1031
  "You should leave it to Yes always. "
1032
  msgstr ""
1033
 
1034
- #: options/panel5.php:117
1035
  msgid "Safely Uninstall"
1036
  msgstr ""
1037
 
1038
- #: options/panel5.php:121
1039
  msgid ""
1040
  "This option will allow you to delete the plugin with WordPress without "
1041
  "loosing your subscribers. Any database table and plugin options are wipeout."
1042
  msgstr ""
1043
 
1044
- #: options/panel5.php:128
1045
  msgid "days"
1046
  msgstr "dias"
1047
 
1048
  # @ subscribe-reloaded
1049
- #: options/panel5.php:129
1050
  msgid ""
1051
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
1052
  "this feature."
@@ -1054,7 +1089,18 @@ msgstr ""
1054
  "Excluir inscrições pendentes (não-confirmadas) após X dias. Zero desativa "
1055
  "esse recurso."
1056
 
1057
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
1058
  msgid ""
1059
  "If this option is enable the subscription box will be above the submit "
1060
  "button in your comment form. Use this when your theme is outdated and using "
@@ -1062,7 +1108,7 @@ msgid ""
1062
  msgstr ""
1063
 
1064
  # @ subscribe-reloaded
1065
- #: options/panel5.php:147
1066
  msgid ""
1067
  "Send a notification email to confirm the subscription (to avoid addresses "
1068
  "misuse)."
@@ -1070,12 +1116,12 @@ msgstr ""
1070
  "Enviar um e-mail de notificação para confirmar a inscrição (para evitar "
1071
  "abusos de endereços)."
1072
 
1073
- #: options/panel5.php:156
1074
  msgid ""
1075
  "Automatically subscribe authors to their own articles (not retroactive)."
1076
  msgstr ""
1077
 
1078
- #: options/panel5.php:165
1079
  msgid ""
1080
  "If enabled, will send email messages with content-type = text/html instead "
1081
  "of text/plain"
@@ -1083,23 +1129,23 @@ msgstr ""
1083
  "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez "
1084
  "de text/plain"
1085
 
1086
- #: options/panel5.php:170
1087
  msgid "HTMLify links in emails"
1088
  msgstr ""
1089
 
1090
- #: options/panel5.php:175
1091
  msgid ""
1092
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1093
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1094
  msgstr ""
1095
 
1096
  # @ subscribe-reloaded
1097
- #: options/panel5.php:180
1098
  msgid "Process trackbacks"
1099
  msgstr "Enviar trackbacks"
1100
 
1101
  # @ subscribe-reloaded
1102
- #: options/panel5.php:184
1103
  msgid ""
1104
  "Notify users when a new trackback or pingback is added to the discussion."
1105
  msgstr ""
@@ -1107,61 +1153,61 @@ msgstr ""
1107
  "discussão."
1108
 
1109
  # @ subscribe-reloaded
1110
- #: options/panel5.php:189
1111
  msgid "Track all subscriptions"
1112
  msgstr "Acompanhe todas as inscrições"
1113
 
1114
  # @ subscribe-reloaded
1115
- #: options/panel5.php:194
1116
  msgid "Notify the administrator when users subscribe without commenting."
1117
  msgstr ""
1118
  "Notificar o administrador quando os usuários se inscrever sem comentar."
1119
 
1120
  # @ subscribe-reloaded
1121
- #: options/panel5.php:203
1122
  msgid "Let the administrator subscribe to comments when logged in."
1123
  msgstr ""
1124
  "Deixe o administrador inscrever-se em comentários, quando estiver logado."
1125
 
1126
- #: options/panel5.php:212
1127
  msgid "Send a copy of all Notifications to the administrator."
1128
  msgstr ""
1129
 
1130
- #: options/panel5.php:221
1131
  msgid ""
1132
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1133
  "you theme already add this into your site."
1134
  msgstr ""
1135
 
1136
- #: options/panel5.php:226
1137
  msgid "StCR Unique Key"
1138
  msgstr ""
1139
 
1140
- #: options/panel5.php:231
1141
  msgid "This Unique Key is not set, please click the following button to "
1142
  msgstr ""
1143
 
1144
- #: options/panel5.php:235 options/panel5.php:246
1145
  msgid "Generate"
1146
  msgstr ""
1147
 
1148
- #: options/panel5.php:243
1149
  msgid ""
1150
  "This Unique Key will be use to send the notification to your subscribers "
1151
  "with more security."
1152
  msgstr ""
1153
 
1154
- #: options/panel5.php:256
1155
  msgid ""
1156
  "This will reset all the options and messages of the plugin. Please proceed "
1157
  "with caution."
1158
  msgstr ""
1159
 
1160
- #: options/panel5.php:258
1161
  msgid "Yes, Delete Options including subscriptions."
1162
  msgstr ""
1163
 
1164
- #: options/panel5.php:259
1165
  msgid "No, Only delete the StCR Options."
1166
  msgstr ""
1167
 
@@ -1297,36 +1343,36 @@ msgid "Subscription Status"
1297
  msgstr ""
1298
 
1299
  # @ subscribe-reloaded
1300
- #: templates/author.php:88 templates/user.php:104
1301
  msgid "Select all"
1302
  msgstr "Selecionar tudo"
1303
 
1304
  # @ subscribe-reloaded
1305
- #: templates/author.php:89 templates/user.php:106
1306
  msgid "Invert selection"
1307
  msgstr "Inverter seleção"
1308
 
1309
- #: templates/author.php:92 templates/user.php:110
1310
  msgid "Choose your action"
1311
  msgstr ""
1312
 
1313
- #: templates/author.php:95 templates/user.php:113
1314
  msgid "All comments"
1315
  msgstr ""
1316
 
1317
  # @ subscribe-reloaded
1318
- #: templates/author.php:96 templates/user.php:114
1319
- #: wp_subscribe_reloaded.php:1122
1320
  msgid "Replies to my comments"
1321
  msgstr "Apenas respostas a meus comentários"
1322
 
1323
- #: templates/author.php:102 templates/confirm.php:28
1324
- #: templates/request-management-link.php:114 templates/user.php:124
1325
  msgid "Return to Post"
1326
  msgstr ""
1327
 
1328
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1329
- #: templates/user.php:128
1330
  msgid "No subscriptions match your search criteria."
1331
  msgstr "Nenhuma inscrição atende a seus critérios de busca."
1332
 
@@ -1337,18 +1383,32 @@ msgid ""
1337
  msgstr ""
1338
 
1339
  # @ subscribe-reloaded
1340
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1341
- #: templates/subscribe.php:112
 
1342
  msgid "Send"
1343
  msgstr "Enviar"
1344
 
1345
  # @ subscribe-reloaded
1346
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
 
1347
  msgid "New subscription to"
1348
  msgstr "Nova inscrição para"
1349
 
1350
  # @ subscribe-reloaded
1351
- #: templates/subscribe.php:51
1352
  msgid "User:"
1353
  msgstr "Usuário:"
1354
 
@@ -1489,6 +1549,7 @@ msgstr ""
1489
 
1490
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1491
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1492
  msgid ""
1493
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1494
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1529,6 +1590,7 @@ msgstr ""
1529
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1530
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1531
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1532
  msgid ""
1533
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1534
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1615,6 +1677,7 @@ msgstr ""
1615
 
1616
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1617
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1618
  msgid "This version includes fixes and improvements, "
1619
  msgstr ""
1620
 
@@ -1630,12 +1693,12 @@ msgid ""
1630
  msgstr ""
1631
 
1632
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1633
- #: utils/stcr_upgrade.php:576
1634
  msgid "Log Settings"
1635
  msgstr ""
1636
 
1637
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1638
- #: utils/stcr_upgrade.php:580
1639
  msgid ""
1640
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1641
  msgstr ""
@@ -1651,7 +1714,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1651
  msgstr ""
1652
 
1653
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1654
- #: utils/stcr_upgrade.php:590
1655
  msgid "The support of this plugin is given thanks to your donations."
1656
  msgstr ""
1657
 
@@ -1702,7 +1765,7 @@ msgstr ""
1702
  msgid "<strong>Fix</strong> issue regarding database collations"
1703
  msgstr ""
1704
 
1705
- #: utils/stcr_upgrade.php:591
1706
  msgid ""
1707
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1708
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1713,8 +1776,106 @@ msgid ""
1713
  "Thanks for all the users that have supported the plugin development."
1714
  msgstr ""
1715
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1716
  # @ subscribe-reloaded
1717
- #: utils/stcr_utils.php:196
1718
  msgid ""
1719
  "Notify me of followup comments via e-mail. You can also <a "
1720
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1723,7 +1884,7 @@ msgstr ""
1723
  "href='[subscribe_link]'>se inscrever</a> sem comentar."
1724
 
1725
  # @ subscribe-reloaded
1726
- #: utils/stcr_utils.php:197
1727
  msgid ""
1728
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1729
  "subscriptions."
@@ -1732,7 +1893,7 @@ msgstr ""
1732
  "inscrições."
1733
 
1734
  # @ subscribe-reloaded
1735
- #: utils/stcr_utils.php:198
1736
  msgid ""
1737
  "Your subscription to this post needs to be confirmed. <a "
1738
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1741,14 +1902,14 @@ msgstr ""
1741
  "href='[manager_link]'>Gerencie as suas inscrições</a>."
1742
 
1743
  # @ subscribe-reloaded
1744
- #: utils/stcr_utils.php:199
1745
  msgid ""
1746
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1747
  msgstr ""
1748
  "Você pode <a href='[manager_link]'>gerenciar as inscrições</a> deste post."
1749
 
1750
  # @ subscribe-reloaded
1751
- #: utils/stcr_utils.php:205
1752
  msgid ""
1753
  "To manage your subscriptions, please enter your email address here below. We "
1754
  "will send you a message containing the link to access your personal "
@@ -1759,7 +1920,7 @@ msgstr ""
1759
  "página pessoal de gerenciamento."
1760
 
1761
  # @ subscribe-reloaded
1762
- #: utils/stcr_utils.php:206
1763
  msgid ""
1764
  "Thank you for using our subscription service. Your request has been "
1765
  "completed, and you should receive an email with the management link in a few "
@@ -1769,7 +1930,7 @@ msgstr ""
1769
  "você deverá receber um email com o link de gerenciamento em poucos minutos."
1770
 
1771
  # @ subscribe-reloaded
1772
- #: utils/stcr_utils.php:207
1773
  msgid ""
1774
  "You can follow the discussion on <strong>[post_title]</strong> without "
1775
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1780,7 +1941,7 @@ msgstr ""
1780
  "no formulário abaixo."
1781
 
1782
  # @ subscribe-reloaded
1783
- #: utils/stcr_utils.php:208
1784
  msgid ""
1785
  "Thank you for using our subscription service. Your request has been "
1786
  "completed. You will receive a notification email every time a new comment to "
@@ -1791,7 +1952,7 @@ msgstr ""
1791
  "este artigo for aprovado e publicado pelo administrador."
1792
 
1793
  # @ subscribe-reloaded
1794
- #: utils/stcr_utils.php:209
1795
  msgid ""
1796
  "Thank you for using our subscription service. In order to confirm your "
1797
  "request, please check your email for the verification message and follow the "
@@ -1801,7 +1962,7 @@ msgstr ""
1801
  "verifique seu e-mail para a mensagem de confirmação e siga as instruções."
1802
 
1803
  # @ subscribe-reloaded
1804
- #: utils/stcr_utils.php:210
1805
  msgid ""
1806
  "In order to cancel or suspend one or more notifications, select the "
1807
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1810,7 +1971,7 @@ msgstr ""
1810
  "correspondente (s) e clique no botão no final da lista."
1811
 
1812
  # @ subscribe-reloaded
1813
- #: utils/stcr_utils.php:211
1814
  msgid ""
1815
  "In order to cancel or suspend one or more notifications, select the "
1816
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1821,11 +1982,11 @@ msgstr ""
1821
  "em:"
1822
 
1823
  # @ subscribe-reloaded
1824
- #: utils/stcr_utils.php:215
1825
  msgid "There is a new comment to [post_title]"
1826
  msgstr "Há um novo comentário para [post_title]"
1827
 
1828
- #: utils/stcr_utils.php:216
1829
  msgid ""
1830
  "<h1>There is a new comment on [post_title].</h1>\n"
1831
  "\n"
@@ -1843,12 +2004,12 @@ msgid ""
1843
  msgstr ""
1844
 
1845
  # @ subscribe-reloaded
1846
- #: utils/stcr_utils.php:217
1847
  msgid "Please confirm your subscription to [post_title]"
1848
  msgstr "Por favor, confirme sua inscrição para [post_title]"
1849
 
1850
  # @ subscribe-reloaded
1851
- #: utils/stcr_utils.php:218
1852
  #, fuzzy
1853
  #| msgid ""
1854
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1871,18 +2032,18 @@ msgstr ""
1871
  "[confirm_link]"
1872
 
1873
  # @ subscribe-reloaded
1874
- #: utils/stcr_utils.php:219
1875
  msgid "Manage your subscriptions on [blog_name]"
1876
  msgstr "Gerenciar as suas inscrições em [blog_name]"
1877
 
1878
- #: utils/stcr_utils.php:220
1879
  msgid ""
1880
  "You have requested to manage your subscriptions to the articles on "
1881
  "[blog_name]. Please check the Subscriptions management link in your email"
1882
  msgstr ""
1883
 
1884
  # @ subscribe-reloaded
1885
- #: utils/stcr_utils.php:221
1886
  #, fuzzy
1887
  #| msgid ""
1888
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1898,15 +2059,15 @@ msgstr ""
1898
  "[manager_link]"
1899
 
1900
  # @ subscribe-reloaded
1901
- #: utils/stcr_utils.php:300
1902
  msgid "StCR Notification"
1903
  msgstr "Notificações"
1904
 
1905
- #: wp_subscribe_reloaded.php:1120
1906
  msgid "Don't subscribe"
1907
  msgstr "Não se inscrever"
1908
 
1909
- #: wp_subscribe_reloaded.php:1121
1910
  msgid "All"
1911
  msgstr "Todos os comentários"
1912
 
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:17-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:17-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
20
 
21
  # @ subscribe-reloaded
22
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
23
+ #: utils/stcr_utils.php:280
24
  msgid "Manage subscriptions"
25
  msgstr "Gerenciar inscrições"
26
 
55
  msgstr "Não quer doar? Você ainda pode ajudar"
56
 
57
  # @ subscribe-reloaded
58
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
59
  msgid "Add New Subscription"
60
  msgstr "Adicionar Nova Inscrição"
61
 
65
  msgstr "Post:"
66
 
67
  # @ subscribe-reloaded
68
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
69
+ #: options/panel1.php:159 templates/key_expired.php:72
70
+ #: templates/request-management-link.php:113
71
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
72
+ #: templates/subscribe.php:146
73
  msgid "Email"
74
  msgstr "E-mail"
75
 
76
  # @ subscribe-reloaded
77
  #: options/panel1-add-subscription.php:20
78
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
79
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
80
  msgid "Status"
81
  msgstr "Status"
82
 
83
  # @ subscribe-reloaded
84
  #: options/panel1-add-subscription.php:22
85
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
86
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
87
  #: templates/user.php:76
88
  msgid "Active"
89
  msgstr "Ativo"
90
 
91
  #: options/panel1-add-subscription.php:23
92
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
93
+ #: options/panel1.php:106
94
  msgid "Replies only"
95
  msgstr "Respostas apenas"
96
 
97
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
98
  msgid "Ask user to confirm"
99
  msgstr "Pedir confirmação do usuário"
100
 
101
  # @ subscribe-reloaded
102
  #: options/panel1-add-subscription.php:26
103
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
104
  msgid "Update"
105
  msgstr "Atualizar"
106
 
107
  # @ subscribe-reloaded
108
+ #: options/panel1-business-logic.php:40
109
  msgid "Subscription added."
110
  msgstr "Inscrições adicionadas."
111
 
112
  # @ subscribe-reloaded
113
+ #: options/panel1-business-logic.php:65
114
  msgid "Subscriptions updated."
115
  msgstr "Inscrições atualizadas."
116
 
117
  # @ subscribe-reloaded
118
+ #: options/panel1-business-logic.php:80
119
  msgid "Subscription deleted."
120
  msgstr "Inscrição excluída."
121
 
122
  # @ subscribe-reloaded
123
+ #: options/panel1-business-logic.php:99 templates/author.php:24
124
  #: templates/user.php:33
125
  msgid "Subscriptions deleted:"
126
  msgstr "Inscrições excluídas:"
127
 
128
  # @ subscribe-reloaded
129
+ #: options/panel1-business-logic.php:103 templates/author.php:28
130
  #: templates/user.php:37
131
  msgid "Subscriptions suspended:"
132
  msgstr "Inscrições suspensas:"
133
 
134
  # @ subscribe-reloaded
135
+ #: options/panel1-business-logic.php:107 templates/author.php:32
136
  #: templates/user.php:41
137
  msgid "Subscriptions activated:"
138
  msgstr "Inscrições ativadas:"
139
 
140
  # @ subscribe-reloaded
141
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
142
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
143
  #: templates/user.php:49
144
  msgid "Subscriptions updated:"
145
  msgstr "Inscrições atualizadas:"
146
 
147
+ #: options/panel1-business-logic.php:147
148
  msgid "&laquo; Previous"
149
  msgstr "&laquo; Anterior"
150
 
151
+ #: options/panel1-business-logic.php:151
152
  msgid "Next &raquo;"
153
  msgstr "Seguinte &raquo;"
154
 
166
  msgstr "opcional"
167
 
168
  # @ subscribe-reloaded
169
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
170
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
171
  #: templates/author.php:53 templates/user.php:65
172
  msgid ""
173
  "Please remember: this operation cannot be undone. Are you sure you want to "
177
  "continuar?"
178
 
179
  # @ subscribe-reloaded
180
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
181
  msgid "From"
182
  msgstr "De"
183
 
184
  # @ subscribe-reloaded
185
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
186
  msgid "To"
187
  msgstr "Para"
188
 
189
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
190
  msgid "Keep unchanged"
191
  msgstr "Manter inalterado"
192
 
193
  # @ subscribe-reloaded
194
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
195
  msgid "Suspended"
196
  msgstr "Suspenso"
197
 
198
+ #: options/panel1.php:22
199
+ msgid "The email that you typed is not correct."
200
+ msgstr ""
201
+
202
+ #: options/panel1.php:29
203
+ msgid "Please enter a valid Post ID."
204
+ msgstr ""
205
+
206
  # @ subscribe-reloaded
207
+ #: options/panel1.php:46
208
  msgid "Mass Update Subscriptions"
209
  msgstr "Atualização de Inscrições em Lote"
210
 
211
  # @ subscribe-reloaded
212
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
213
+ #: options/panel1.php:317
214
  msgid "email address"
215
  msgstr "Email do remetente"
216
 
217
  # @ subscribe-reloaded
218
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
219
  msgid "optional - new email address"
220
  msgstr "Email do remetente"
221
 
222
+ #: options/panel1.php:74
223
  msgid "More info"
224
  msgstr ""
225
 
226
+ #: options/panel1.php:80
227
  msgid ""
228
  "This option will allow you to change an email address for another one or to "
229
  "update the same status for all the subscription on a specific email address."
230
  msgstr ""
231
 
232
+ #: options/panel1.php:92
233
  msgid "Post ID"
234
  msgstr "ID Post"
235
 
236
+ #: options/panel1.php:109
237
  msgid "Add"
238
  msgstr "Adicionar"
239
 
240
  # @ subscribe-reloaded
241
+ #: options/panel1.php:124
242
  msgid "Search subscriptions"
243
  msgstr "Procurar inscrições"
244
 
245
  # @ subscribe-reloaded
246
+ #: options/panel1.php:128
247
  #, php-format
248
  msgid ""
249
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
253
  "onde"
254
 
255
  # @ subscribe-reloaded
256
+ #: options/panel1.php:132
257
  msgid "email"
258
  msgstr "email"
259
 
260
+ #: options/panel1.php:133
261
  msgid "post ID"
262
  msgstr "ID Post"
263
 
264
  # @ subscribe-reloaded
265
+ #: options/panel1.php:134
266
  msgid "status"
267
  msgstr "status"
268
 
269
  # @ subscribe-reloaded
270
+ #: options/panel1.php:137
271
  msgid "equals"
272
  msgstr "for igual"
273
 
274
  # @ subscribe-reloaded
275
+ #: options/panel1.php:138
276
  msgid "contains"
277
  msgstr "contém"
278
 
279
  # @ subscribe-reloaded
280
+ #: options/panel1.php:139
281
  msgid "does not contain"
282
  msgstr "não contém"
283
 
284
+ #: options/panel1.php:140
285
  msgid "starts with"
286
  msgstr "inicia com"
287
 
288
+ #: options/panel1.php:141
289
  msgid "ends with"
290
  msgstr "termina com"
291
 
292
+ #: options/panel1.php:144
293
  msgid "results per page:"
294
  msgstr "resultados por página:"
295
 
296
  # @ subscribe-reloaded
297
+ #: options/panel1.php:146
298
  msgid "Search"
299
  msgstr "Procurar"
300
 
301
+ #: options/panel1.php:154
302
  msgid "Reverse the order by Post ID"
303
  msgstr "Inverter a ordem de Post ID"
304
 
305
+ #: options/panel1.php:155 options/panel1.php:156
306
  msgid "Reverse the order by Date/Time"
307
  msgstr "Inverter a ordem de Data/Hora"
308
 
309
+ #: options/panel1.php:158
310
  msgid "Post (ID)"
311
  msgstr "ID Post"
312
 
313
  # @ subscribe-reloaded
314
+ #: options/panel1.php:161
315
  msgid "Search query:"
316
  msgstr "Critérios de busca:"
317
 
318
+ #: options/panel1.php:161
319
  msgid "Rows:"
320
  msgstr "Linhas:"
321
 
322
+ #: options/panel1.php:161
323
  msgid "of"
324
  msgstr "de"
325
 
326
+ #: options/panel1.php:168 options/panel1.php:184
327
  msgid "Date and Time"
328
  msgstr "Data e Hora"
329
 
330
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
331
  msgid "Replies"
332
  msgstr "Respostas"
333
 
334
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
335
  msgid "Replies Unconfirmed"
336
  msgstr ""
337
 
338
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
339
  msgid "All Comments"
340
  msgstr ""
341
 
342
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
343
  msgid "Unconfirmed"
344
  msgstr ""
345
 
346
  # @ subscribe-reloaded
347
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
348
  msgid "Inactive"
349
  msgstr "Ativo"
350
 
351
  # @ subscribe-reloaded
352
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
353
+ #: templates/user.php:114
354
  msgid "Delete"
355
  msgstr "Remover"
356
 
357
+ #: options/panel1.php:228 options/panel1.php:238
358
  msgid "Edit"
359
  msgstr "Editar"
360
 
361
  # @ subscribe-reloaded
362
+ #: options/panel1.php:230 options/panel1.php:236
363
  msgid "Subscription"
364
  msgstr "Inscrições"
365
 
366
  # @ subscribe-reloaded
367
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
368
  msgid "Action:"
369
  msgstr "Ação:"
370
 
371
  # @ subscribe-reloaded
372
+ #: options/panel1.php:253
373
  msgid "Delete forever"
374
  msgstr "Remover para sempre"
375
 
376
  # @ subscribe-reloaded
377
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
378
  msgid "Suspend"
379
  msgstr "Suspender"
380
 
381
+ #: options/panel1.php:255
382
  msgid "Activate and set to Y"
383
  msgstr "Ativar e marcar como Y"
384
 
385
+ #: options/panel1.php:256
386
  msgid "Activate and set to R"
387
  msgstr "Ativar e marcar como R"
388
 
389
+ #: options/panel1.php:257
390
  msgid "Activate"
391
  msgstr "Ativar"
392
 
393
  # @ subscribe-reloaded
394
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
395
  msgid "Update subscriptions"
396
  msgstr "Atualizar inscrições"
397
 
398
  # @ subscribe-reloaded
399
+ #: options/panel1.php:264
400
  msgid "Sorry, no subscriptions match your search criteria."
401
  msgstr "Desculpe, nenhuma inscrição encontrada para sua busca."
402
 
403
+ #: options/panel1.php:321 options/panel1.php:389
404
+ msgid "Missing information"
405
+ msgstr ""
406
+
407
+ # @ subscribe-reloaded
408
+ #: options/panel1.php:329 options/panel1.php:414
409
+ #, fuzzy
410
+ #| msgid "Sender email address"
411
+ msgid "Invalid email address."
412
+ msgstr "Email do remetente"
413
+
414
+ #: options/panel1.php:397
415
+ msgid "Enter a numeric Post ID."
416
+ msgstr ""
417
+
418
+ #: options/panel1.php:406
419
+ msgid "Missing email information"
420
+ msgstr ""
421
+
422
+ #: options/panel1.php:442 options/panel1.php:450
423
+ msgid "Please enter a value"
424
+ msgstr ""
425
+
426
  #: options/panel10.php:41
427
  msgid "The log file has been successfully deleted."
428
  msgstr ""
445
 
446
  # @ subscribe-reloaded
447
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
448
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
449
  msgid "Your settings have been successfully updated."
450
  msgstr "Suas configurações foram atualizadas"
451
 
452
  # @ subscribe-reloaded
453
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
454
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
455
  msgid "There was an error updating the following fields:"
456
  msgstr "Houve um erro ao atualizar os seguintes campos:"
457
 
458
  # @ subscribe-reloaded
459
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
460
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
461
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
462
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
463
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
464
+ #: options/panel5.php:221 options/panel5.php:230
465
  msgid "Yes"
466
  msgstr "Sim"
467
 
468
  # @ subscribe-reloaded
469
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
470
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
471
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
472
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
473
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
474
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
475
  msgid "No"
476
  msgstr "Não"
477
 
516
 
517
  # @ default
518
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
519
+ #: options/panel4.php:283 options/panel5.php:276
520
  msgid "Save Changes"
521
  msgstr "Salvar Alterações"
522
 
997
  msgid "There was an error deleting the options:"
998
  msgstr "Houve um erro ao atualizar os seguintes campos:"
999
 
1000
+ #: options/panel5.php:48 options/panel5.php:111
1001
  msgid "Show StCR checkbox / dropdown"
1002
  msgstr ""
1003
 
1006
  msgstr ""
1007
 
1008
  # @ subscribe-reloaded
1009
+ #: options/panel5.php:54 options/panel5.php:128
1010
  msgid "Autopurge requests"
1011
  msgstr "Pedidos de auto remoção"
1012
 
1013
  # @ subscribe-reloaded
1014
+ #: options/panel5.php:57 options/panel5.php:154
1015
  msgid "Enable double check"
1016
  msgstr "Habilitar confirmação"
1017
 
1018
+ #: options/panel5.php:60 options/panel5.php:145
1019
  msgid "StCR Position"
1020
  msgstr ""
1021
 
1022
  # @ subscribe-reloaded
1023
+ #: options/panel5.php:63 options/panel5.php:162
1024
  msgid "Subscribe authors"
1025
  msgstr "Inscrito"
1026
 
1027
+ #: options/panel5.php:66 options/panel5.php:172
1028
  msgid "Enable HTML emails"
1029
  msgstr "Habilitar e-mails HTML"
1030
 
1042
  msgid "Notify admin"
1043
  msgstr "Notificar Administrador"
1044
 
1045
+ #: options/panel5.php:78 options/panel5.php:210
1046
  msgid "Let admin subscribe"
1047
  msgstr "Permitir inscrições do Admin"
1048
 
1049
  # @ subscribe-reloaded
1050
+ #: options/panel5.php:81 options/panel5.php:219
1051
  msgid "BCC admin on Notifications"
1052
  msgstr "Notificações"
1053
 
1054
+ #: options/panel5.php:84 options/panel5.php:228
1055
  msgid "Enable Font Awesome"
1056
  msgstr ""
1057
 
1058
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
1059
+ #: options/panel5.php:272
1060
  msgid "Reset All Options"
1061
  msgstr ""
1062
 
1063
+ #: options/panel5.php:115
1064
  msgid ""
1065
  "This option will disable the StCR checkbox or dropdown in you comment form. "
1066
  "You should leave it to Yes always. "
1067
  msgstr ""
1068
 
1069
+ #: options/panel5.php:120
1070
  msgid "Safely Uninstall"
1071
  msgstr ""
1072
 
1073
+ #: options/panel5.php:124
1074
  msgid ""
1075
  "This option will allow you to delete the plugin with WordPress without "
1076
  "loosing your subscribers. Any database table and plugin options are wipeout."
1077
  msgstr ""
1078
 
1079
+ #: options/panel5.php:131
1080
  msgid "days"
1081
  msgstr "dias"
1082
 
1083
  # @ subscribe-reloaded
1084
+ #: options/panel5.php:132
1085
  msgid ""
1086
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
1087
  "this feature."
1089
  "Excluir inscrições pendentes (não-confirmadas) após X dias. Zero desativa "
1090
  "esse recurso."
1091
 
1092
+ #: options/panel5.php:136
1093
+ msgid "Date Format"
1094
+ msgstr ""
1095
+
1096
+ #: options/panel5.php:140
1097
+ msgid ""
1098
+ "Date format that will be display on the management page. Use <a "
1099
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
1100
+ "date-parameters' target='_blank'>PHP Date Format</a>"
1101
+ msgstr ""
1102
+
1103
+ #: options/panel5.php:149
1104
  msgid ""
1105
  "If this option is enable the subscription box will be above the submit "
1106
  "button in your comment form. Use this when your theme is outdated and using "
1108
  msgstr ""
1109
 
1110
  # @ subscribe-reloaded
1111
+ #: options/panel5.php:158
1112
  msgid ""
1113
  "Send a notification email to confirm the subscription (to avoid addresses "
1114
  "misuse)."
1116
  "Enviar um e-mail de notificação para confirmar a inscrição (para evitar "
1117
  "abusos de endereços)."
1118
 
1119
+ #: options/panel5.php:167
1120
  msgid ""
1121
  "Automatically subscribe authors to their own articles (not retroactive)."
1122
  msgstr ""
1123
 
1124
+ #: options/panel5.php:176
1125
  msgid ""
1126
  "If enabled, will send email messages with content-type = text/html instead "
1127
  "of text/plain"
1129
  "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez "
1130
  "de text/plain"
1131
 
1132
+ #: options/panel5.php:181
1133
  msgid "HTMLify links in emails"
1134
  msgstr ""
1135
 
1136
+ #: options/panel5.php:186
1137
  msgid ""
1138
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1139
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1140
  msgstr ""
1141
 
1142
  # @ subscribe-reloaded
1143
+ #: options/panel5.php:191
1144
  msgid "Process trackbacks"
1145
  msgstr "Enviar trackbacks"
1146
 
1147
  # @ subscribe-reloaded
1148
+ #: options/panel5.php:195
1149
  msgid ""
1150
  "Notify users when a new trackback or pingback is added to the discussion."
1151
  msgstr ""
1153
  "discussão."
1154
 
1155
  # @ subscribe-reloaded
1156
+ #: options/panel5.php:200
1157
  msgid "Track all subscriptions"
1158
  msgstr "Acompanhe todas as inscrições"
1159
 
1160
  # @ subscribe-reloaded
1161
+ #: options/panel5.php:205
1162
  msgid "Notify the administrator when users subscribe without commenting."
1163
  msgstr ""
1164
  "Notificar o administrador quando os usuários se inscrever sem comentar."
1165
 
1166
  # @ subscribe-reloaded
1167
+ #: options/panel5.php:214
1168
  msgid "Let the administrator subscribe to comments when logged in."
1169
  msgstr ""
1170
  "Deixe o administrador inscrever-se em comentários, quando estiver logado."
1171
 
1172
+ #: options/panel5.php:223
1173
  msgid "Send a copy of all Notifications to the administrator."
1174
  msgstr ""
1175
 
1176
+ #: options/panel5.php:232
1177
  msgid ""
1178
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1179
  "you theme already add this into your site."
1180
  msgstr ""
1181
 
1182
+ #: options/panel5.php:237
1183
  msgid "StCR Unique Key"
1184
  msgstr ""
1185
 
1186
+ #: options/panel5.php:242
1187
  msgid "This Unique Key is not set, please click the following button to "
1188
  msgstr ""
1189
 
1190
+ #: options/panel5.php:246 options/panel5.php:257
1191
  msgid "Generate"
1192
  msgstr ""
1193
 
1194
+ #: options/panel5.php:254
1195
  msgid ""
1196
  "This Unique Key will be use to send the notification to your subscribers "
1197
  "with more security."
1198
  msgstr ""
1199
 
1200
+ #: options/panel5.php:267
1201
  msgid ""
1202
  "This will reset all the options and messages of the plugin. Please proceed "
1203
  "with caution."
1204
  msgstr ""
1205
 
1206
+ #: options/panel5.php:269
1207
  msgid "Yes, Delete Options including subscriptions."
1208
  msgstr ""
1209
 
1210
+ #: options/panel5.php:270
1211
  msgid "No, Only delete the StCR Options."
1212
  msgstr ""
1213
 
1343
  msgstr ""
1344
 
1345
  # @ subscribe-reloaded
1346
+ #: templates/author.php:91 templates/user.php:107
1347
  msgid "Select all"
1348
  msgstr "Selecionar tudo"
1349
 
1350
  # @ subscribe-reloaded
1351
+ #: templates/author.php:92 templates/user.php:109
1352
  msgid "Invert selection"
1353
  msgstr "Inverter seleção"
1354
 
1355
+ #: templates/author.php:95 templates/user.php:113
1356
  msgid "Choose your action"
1357
  msgstr ""
1358
 
1359
+ #: templates/author.php:98 templates/user.php:116
1360
  msgid "All comments"
1361
  msgstr ""
1362
 
1363
  # @ subscribe-reloaded
1364
+ #: templates/author.php:99 templates/user.php:117
1365
+ #: wp_subscribe_reloaded.php:1118
1366
  msgid "Replies to my comments"
1367
  msgstr "Apenas respostas a meus comentários"
1368
 
1369
+ #: templates/author.php:105 templates/confirm.php:28
1370
+ #: templates/request-management-link.php:125 templates/user.php:127
1371
  msgid "Return to Post"
1372
  msgstr ""
1373
 
1374
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1375
+ #: templates/user.php:131
1376
  msgid "No subscriptions match your search criteria."
1377
  msgstr "Nenhuma inscrição atende a seus critérios de busca."
1378
 
1383
  msgstr ""
1384
 
1385
  # @ subscribe-reloaded
1386
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1387
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1388
+ #: templates/subscribe.php:148
1389
  msgid "Send"
1390
  msgstr "Enviar"
1391
 
1392
  # @ subscribe-reloaded
1393
+ #: templates/request-management-link.php:143
1394
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1395
+ #: templates/subscribe.php:178
1396
+ #, fuzzy
1397
+ #| msgid "email address"
1398
+ msgid "Email address is not valid"
1399
+ msgstr "Email do remetente"
1400
+
1401
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1402
+ msgid "Please enter your email"
1403
+ msgstr ""
1404
+
1405
+ # @ subscribe-reloaded
1406
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1407
  msgid "New subscription to"
1408
  msgstr "Nova inscrição para"
1409
 
1410
  # @ subscribe-reloaded
1411
+ #: templates/subscribe.php:61
1412
  msgid "User:"
1413
  msgstr "Usuário:"
1414
 
1549
 
1550
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1551
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1552
+ #: utils/stcr_upgrade.php:610
1553
  msgid ""
1554
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1555
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1590
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1591
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1592
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1593
+ #: utils/stcr_upgrade.php:615
1594
  msgid ""
1595
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1596
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1677
 
1678
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1679
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1680
+ #: utils/stcr_upgrade.php:609
1681
  msgid "This version includes fixes and improvements, "
1682
  msgstr ""
1683
 
1693
  msgstr ""
1694
 
1695
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1696
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1697
  msgid "Log Settings"
1698
  msgstr ""
1699
 
1700
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1701
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1702
  msgid ""
1703
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1704
  msgstr ""
1714
  msgstr ""
1715
 
1716
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1717
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1718
  msgid "The support of this plugin is given thanks to your donations."
1719
  msgstr ""
1720
 
1765
  msgid "<strong>Fix</strong> issue regarding database collations"
1766
  msgstr ""
1767
 
1768
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1769
  msgid ""
1770
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1771
  "aria-hidden=\"true\"></i> <a href=\"\n"
1776
  "Thanks for all the users that have supported the plugin development."
1777
  msgstr ""
1778
 
1779
+ #: utils/stcr_utils.php:158
1780
+ msgid "January"
1781
+ msgstr ""
1782
+
1783
+ #: utils/stcr_utils.php:159
1784
+ msgid "February"
1785
+ msgstr ""
1786
+
1787
+ # @ subscribe-reloaded
1788
+ #: utils/stcr_utils.php:160
1789
+ #, fuzzy
1790
+ #| msgid "Search"
1791
+ msgid "March"
1792
+ msgstr "Procurar"
1793
+
1794
+ #: utils/stcr_utils.php:161
1795
+ msgid "April"
1796
+ msgstr ""
1797
+
1798
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1799
+ msgid "May"
1800
+ msgstr ""
1801
+
1802
+ #: utils/stcr_utils.php:163
1803
+ msgid "June"
1804
+ msgstr ""
1805
+
1806
+ #: utils/stcr_utils.php:164
1807
+ msgid "July"
1808
+ msgstr ""
1809
+
1810
+ #: utils/stcr_utils.php:165
1811
+ msgid "August"
1812
+ msgstr ""
1813
+
1814
+ #: utils/stcr_utils.php:166
1815
+ msgid "September"
1816
+ msgstr ""
1817
+
1818
+ #: utils/stcr_utils.php:167
1819
+ msgid "October"
1820
+ msgstr ""
1821
+
1822
+ #: utils/stcr_utils.php:168
1823
+ msgid "November"
1824
+ msgstr ""
1825
+
1826
+ #: utils/stcr_utils.php:169
1827
+ msgid "December"
1828
+ msgstr ""
1829
+
1830
+ #: utils/stcr_utils.php:173
1831
+ msgid "Jan"
1832
+ msgstr ""
1833
+
1834
+ #: utils/stcr_utils.php:174
1835
+ msgid "Feb"
1836
+ msgstr ""
1837
+
1838
+ #: utils/stcr_utils.php:175
1839
+ msgid "Mar"
1840
+ msgstr ""
1841
+
1842
+ #: utils/stcr_utils.php:176
1843
+ msgid "Apr"
1844
+ msgstr ""
1845
+
1846
+ #: utils/stcr_utils.php:178
1847
+ msgid "Jun"
1848
+ msgstr ""
1849
+
1850
+ #: utils/stcr_utils.php:179
1851
+ msgid "Jul"
1852
+ msgstr ""
1853
+
1854
+ #: utils/stcr_utils.php:180
1855
+ msgid "Aug"
1856
+ msgstr ""
1857
+
1858
+ #: utils/stcr_utils.php:181
1859
+ msgid "Sep"
1860
+ msgstr ""
1861
+
1862
+ #: utils/stcr_utils.php:182
1863
+ msgid "Oct"
1864
+ msgstr ""
1865
+
1866
+ # @ subscribe-reloaded
1867
+ #: utils/stcr_utils.php:183
1868
+ #, fuzzy
1869
+ #| msgid "No"
1870
+ msgid "Nov"
1871
+ msgstr "Não"
1872
+
1873
+ #: utils/stcr_utils.php:184
1874
+ msgid "Dec"
1875
+ msgstr ""
1876
+
1877
  # @ subscribe-reloaded
1878
+ #: utils/stcr_utils.php:273
1879
  msgid ""
1880
  "Notify me of followup comments via e-mail. You can also <a "
1881
  "href='[subscribe_link]'>subscribe</a> without commenting."
1884
  "href='[subscribe_link]'>se inscrever</a> sem comentar."
1885
 
1886
  # @ subscribe-reloaded
1887
+ #: utils/stcr_utils.php:274
1888
  msgid ""
1889
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1890
  "subscriptions."
1893
  "inscrições."
1894
 
1895
  # @ subscribe-reloaded
1896
+ #: utils/stcr_utils.php:275
1897
  msgid ""
1898
  "Your subscription to this post needs to be confirmed. <a "
1899
  "href='[manager_link]'>Manage your subscriptions</a>."
1902
  "href='[manager_link]'>Gerencie as suas inscrições</a>."
1903
 
1904
  # @ subscribe-reloaded
1905
+ #: utils/stcr_utils.php:276
1906
  msgid ""
1907
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1908
  msgstr ""
1909
  "Você pode <a href='[manager_link]'>gerenciar as inscrições</a> deste post."
1910
 
1911
  # @ subscribe-reloaded
1912
+ #: utils/stcr_utils.php:282
1913
  msgid ""
1914
  "To manage your subscriptions, please enter your email address here below. We "
1915
  "will send you a message containing the link to access your personal "
1920
  "página pessoal de gerenciamento."
1921
 
1922
  # @ subscribe-reloaded
1923
+ #: utils/stcr_utils.php:283
1924
  msgid ""
1925
  "Thank you for using our subscription service. Your request has been "
1926
  "completed, and you should receive an email with the management link in a few "
1930
  "você deverá receber um email com o link de gerenciamento em poucos minutos."
1931
 
1932
  # @ subscribe-reloaded
1933
+ #: utils/stcr_utils.php:284
1934
  msgid ""
1935
  "You can follow the discussion on <strong>[post_title]</strong> without "
1936
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1941
  "no formulário abaixo."
1942
 
1943
  # @ subscribe-reloaded
1944
+ #: utils/stcr_utils.php:285
1945
  msgid ""
1946
  "Thank you for using our subscription service. Your request has been "
1947
  "completed. You will receive a notification email every time a new comment to "
1952
  "este artigo for aprovado e publicado pelo administrador."
1953
 
1954
  # @ subscribe-reloaded
1955
+ #: utils/stcr_utils.php:286
1956
  msgid ""
1957
  "Thank you for using our subscription service. In order to confirm your "
1958
  "request, please check your email for the verification message and follow the "
1962
  "verifique seu e-mail para a mensagem de confirmação e siga as instruções."
1963
 
1964
  # @ subscribe-reloaded
1965
+ #: utils/stcr_utils.php:287
1966
  msgid ""
1967
  "In order to cancel or suspend one or more notifications, select the "
1968
  "corresponding checkbox(es) and click on the button at the end of the list."
1971
  "correspondente (s) e clique no botão no final da lista."
1972
 
1973
  # @ subscribe-reloaded
1974
+ #: utils/stcr_utils.php:288
1975
  msgid ""
1976
  "In order to cancel or suspend one or more notifications, select the "
1977
  "corresponding checkbox(es) and click on the button at the end of the list. "
1982
  "em:"
1983
 
1984
  # @ subscribe-reloaded
1985
+ #: utils/stcr_utils.php:292
1986
  msgid "There is a new comment to [post_title]"
1987
  msgstr "Há um novo comentário para [post_title]"
1988
 
1989
+ #: utils/stcr_utils.php:293
1990
  msgid ""
1991
  "<h1>There is a new comment on [post_title].</h1>\n"
1992
  "\n"
2004
  msgstr ""
2005
 
2006
  # @ subscribe-reloaded
2007
+ #: utils/stcr_utils.php:294
2008
  msgid "Please confirm your subscription to [post_title]"
2009
  msgstr "Por favor, confirme sua inscrição para [post_title]"
2010
 
2011
  # @ subscribe-reloaded
2012
+ #: utils/stcr_utils.php:295
2013
  #, fuzzy
2014
  #| msgid ""
2015
  #| "You have requested to be notified every time a new comment is added to:\n"
2032
  "[confirm_link]"
2033
 
2034
  # @ subscribe-reloaded
2035
+ #: utils/stcr_utils.php:296
2036
  msgid "Manage your subscriptions on [blog_name]"
2037
  msgstr "Gerenciar as suas inscrições em [blog_name]"
2038
 
2039
+ #: utils/stcr_utils.php:297
2040
  msgid ""
2041
  "You have requested to manage your subscriptions to the articles on "
2042
  "[blog_name]. Please check the Subscriptions management link in your email"
2043
  msgstr ""
2044
 
2045
  # @ subscribe-reloaded
2046
+ #: utils/stcr_utils.php:298
2047
  #, fuzzy
2048
  #| msgid ""
2049
  #| "You have requested to manage your subscriptions to the articles on "
2059
  "[manager_link]"
2060
 
2061
  # @ subscribe-reloaded
2062
+ #: utils/stcr_utils.php:378
2063
  msgid "StCR Notification"
2064
  msgstr "Notificações"
2065
 
2066
+ #: wp_subscribe_reloaded.php:1116
2067
  msgid "Don't subscribe"
2068
  msgstr "Não se inscrever"
2069
 
2070
+ #: wp_subscribe_reloaded.php:1117
2071
  msgid "All"
2072
  msgstr "Todos os comentários"
2073
 
langs/subscribe-reloaded-pt_PT.mo CHANGED
Binary file
langs/subscribe-reloaded-pt_PT.po CHANGED
@@ -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-12 15:12-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:12-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Sérgio Martins <inove@live.com.pt>\n"
9
  "Language: pt_PT\n"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  # @ subscribe-reloaded
22
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
23
- #: utils/stcr_utils.php:203
24
  msgid "Manage subscriptions"
25
  msgstr "Gerir Subscrições"
26
 
@@ -55,7 +55,7 @@ msgid "Donate"
55
  msgstr ""
56
 
57
  # @ subscribe-reloaded
58
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
59
  msgid "Add New Subscription"
60
  msgstr "Nova subscrição para"
61
 
@@ -65,88 +65,90 @@ msgid "Post:"
65
  msgstr "Linhas:"
66
 
67
  # @ subscribe-reloaded
68
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
69
- #: options/panel1.php:133 templates/key_expired.php:72
70
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
71
  msgid "Email"
72
  msgstr "Email"
73
 
74
  # @ subscribe-reloaded
75
  #: options/panel1-add-subscription.php:20
76
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
77
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
78
  msgid "Status"
79
  msgstr "Estado"
80
 
81
  # @ subscribe-reloaded
82
  #: options/panel1-add-subscription.php:22
83
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
84
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
85
  #: templates/user.php:76
86
  msgid "Active"
87
  msgstr "Ação"
88
 
89
  #: options/panel1-add-subscription.php:23
90
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
91
- #: options/panel1.php:80
92
  msgid "Replies only"
93
  msgstr ""
94
 
95
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
96
  msgid "Ask user to confirm"
97
  msgstr ""
98
 
99
  # @ subscribe-reloaded
100
  #: options/panel1-add-subscription.php:26
101
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
102
  msgid "Update"
103
  msgstr "Atualizar"
104
 
105
  # @ subscribe-reloaded
106
- #: options/panel1-business-logic.php:23
107
  msgid "Subscription added."
108
  msgstr "Gerir Subscrições"
109
 
110
  # @ subscribe-reloaded
111
- #: options/panel1-business-logic.php:39
112
  msgid "Subscriptions updated."
113
  msgstr "Subscrições por dia"
114
 
115
  # @ subscribe-reloaded
116
- #: options/panel1-business-logic.php:51
117
  msgid "Subscription deleted."
118
  msgstr "Subscrição processada"
119
 
120
  # @ subscribe-reloaded
121
- #: options/panel1-business-logic.php:70 templates/author.php:24
122
  #: templates/user.php:33
123
  msgid "Subscriptions deleted:"
124
  msgstr "Inscrições para:"
125
 
126
  # @ subscribe-reloaded
127
- #: options/panel1-business-logic.php:74 templates/author.php:28
128
  #: templates/user.php:37
129
  msgid "Subscriptions suspended:"
130
  msgstr "Subscrição processada"
131
 
132
  # @ subscribe-reloaded
133
- #: options/panel1-business-logic.php:78 templates/author.php:32
134
  #: templates/user.php:41
135
  msgid "Subscriptions activated:"
136
  msgstr "Inscrições para:"
137
 
138
  # @ subscribe-reloaded
139
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
140
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
141
  #: templates/user.php:49
142
  msgid "Subscriptions updated:"
143
  msgstr "Subscrições por dia"
144
 
145
- #: options/panel1-business-logic.php:110
146
  msgid "&laquo; Previous"
147
  msgstr "&laquo; Anterior"
148
 
149
- #: options/panel1-business-logic.php:114
150
  msgid "Next &raquo;"
151
  msgstr "Seguinte &raquo;"
152
 
@@ -164,8 +166,8 @@ msgid "optional"
164
  msgstr "Opções"
165
 
166
  # @ subscribe-reloaded
167
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
168
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
169
  #: templates/author.php:53 templates/user.php:65
170
  msgid ""
171
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -175,64 +177,73 @@ msgstr ""
175
  "continuar?"
176
 
177
  # @ subscribe-reloaded
178
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
179
  msgid "From"
180
  msgstr "De"
181
 
182
  # @ subscribe-reloaded
183
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
184
  msgid "To"
185
  msgstr "Para"
186
 
187
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
188
  msgid "Keep unchanged"
189
  msgstr ""
190
 
191
  # @ subscribe-reloaded
192
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
193
  msgid "Suspended"
194
  msgstr "Suspender"
195
 
 
 
 
 
 
 
 
 
196
  # @ subscribe-reloaded
197
- #: options/panel1.php:20
198
  msgid "Mass Update Subscriptions"
199
  msgstr "Atualizar assinaturas"
200
 
201
  # @ subscribe-reloaded
202
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
203
  msgid "email address"
204
  msgstr "Email do remetente"
205
 
206
  # @ subscribe-reloaded
207
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
208
  msgid "optional - new email address"
209
  msgstr "Email do remetente"
210
 
211
- #: options/panel1.php:49
212
  msgid "More info"
213
  msgstr ""
214
 
215
- #: options/panel1.php:55
216
  msgid ""
217
  "This option will allow you to change an email address for another one or to "
218
  "update the same status for all the subscription on a specific email address."
219
  msgstr ""
220
 
221
- #: options/panel1.php:68
222
  msgid "Post ID"
223
  msgstr "Post (ID)"
224
 
225
- #: options/panel1.php:83
226
  msgid "Add"
227
  msgstr ""
228
 
229
  # @ subscribe-reloaded
230
- #: options/panel1.php:98
231
  msgid "Search subscriptions"
232
  msgstr "Gerir Subscrições"
233
 
234
  # @ subscribe-reloaded
235
- #: options/panel1.php:102
236
  #, php-format
237
  msgid ""
238
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -242,153 +253,176 @@ msgstr ""
242
  "mail </b>"
243
 
244
  # @ subscribe-reloaded
245
- #: options/panel1.php:106
246
  msgid "email"
247
  msgstr "Email"
248
 
249
- #: options/panel1.php:107
250
  msgid "post ID"
251
  msgstr "Post (ID)"
252
 
253
  # @ subscribe-reloaded
254
- #: options/panel1.php:108
255
  msgid "status"
256
  msgstr "Estado"
257
 
258
  # @ subscribe-reloaded
259
- #: options/panel1.php:111
260
  msgid "equals"
261
  msgstr "for igual"
262
 
263
  # @ subscribe-reloaded
264
- #: options/panel1.php:112
265
  msgid "contains"
266
  msgstr "contém"
267
 
268
  # @ subscribe-reloaded
269
- #: options/panel1.php:113
270
  msgid "does not contain"
271
  msgstr "não contém"
272
 
273
- #: options/panel1.php:114
274
  msgid "starts with"
275
  msgstr ""
276
 
277
- #: options/panel1.php:115
278
  msgid "ends with"
279
  msgstr ""
280
 
281
- #: options/panel1.php:118
282
  msgid "results per page:"
283
  msgstr ""
284
 
285
  # @ subscribe-reloaded
286
- #: options/panel1.php:120
287
  msgid "Search"
288
  msgstr "Procurar"
289
 
290
- #: options/panel1.php:128
291
  msgid "Reverse the order by Post ID"
292
  msgstr "Inverter a ordem por Post ID"
293
 
294
- #: options/panel1.php:129 options/panel1.php:130
295
  msgid "Reverse the order by Date/Time"
296
  msgstr "Inverter a ordem por Data/Hora"
297
 
298
- #: options/panel1.php:132
299
  msgid "Post (ID)"
300
  msgstr "Post (ID)"
301
 
302
  # @ subscribe-reloaded
303
- #: options/panel1.php:135
304
  msgid "Search query:"
305
  msgstr "Procurar endereço de email"
306
 
307
- #: options/panel1.php:135
308
  msgid "Rows:"
309
  msgstr "Linhas:"
310
 
311
- #: options/panel1.php:135
312
  msgid "of"
313
  msgstr "de"
314
 
315
- #: options/panel1.php:142 options/panel1.php:158
316
  msgid "Date and Time"
317
  msgstr "Data e Hora"
318
 
319
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
320
  msgid "Replies"
321
  msgstr ""
322
 
323
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
324
  msgid "Replies Unconfirmed"
325
  msgstr ""
326
 
327
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
328
  msgid "All Comments"
329
  msgstr ""
330
 
331
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
332
  msgid "Unconfirmed"
333
  msgstr ""
334
 
335
  # @ subscribe-reloaded
336
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
337
  msgid "Inactive"
338
  msgstr "Ação"
339
 
340
  # @ subscribe-reloaded
341
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
342
- #: templates/user.php:111
343
  msgid "Delete"
344
  msgstr "Remover"
345
 
346
- #: options/panel1.php:202 options/panel1.php:212
347
  msgid "Edit"
348
  msgstr ""
349
 
350
  # @ subscribe-reloaded
351
- #: options/panel1.php:204 options/panel1.php:210
352
  msgid "Subscription"
353
  msgstr "Gerir Subscrições"
354
 
355
  # @ subscribe-reloaded
356
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
357
  msgid "Action:"
358
  msgstr "Ação:"
359
 
360
  # @ subscribe-reloaded
361
- #: options/panel1.php:227
362
  msgid "Delete forever"
363
  msgstr "Remover para sempre"
364
 
365
  # @ subscribe-reloaded
366
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
367
  msgid "Suspend"
368
  msgstr "Suspender"
369
 
370
- #: options/panel1.php:229
371
  msgid "Activate and set to Y"
372
  msgstr ""
373
 
374
- #: options/panel1.php:230
375
  msgid "Activate and set to R"
376
  msgstr ""
377
 
378
- #: options/panel1.php:231
379
  msgid "Activate"
380
  msgstr ""
381
 
382
  # @ subscribe-reloaded
383
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
384
  msgid "Update subscriptions"
385
  msgstr "Atualizar assinaturas"
386
 
387
  # @ subscribe-reloaded
388
- #: options/panel1.php:238
389
  msgid "Sorry, no subscriptions match your search criteria."
390
  msgstr "Desculpe, nenhuma subscrição foi encontrada para"
391
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  #: options/panel10.php:41
393
  msgid "The log file has been successfully deleted."
394
  msgstr ""
@@ -411,33 +445,33 @@ msgstr ""
411
 
412
  # @ subscribe-reloaded
413
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
414
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
415
  msgid "Your settings have been successfully updated."
416
  msgstr "As suas configurações foram atualizadas"
417
 
418
  # @ subscribe-reloaded
419
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
420
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
421
  msgid "There was an error updating the following fields:"
422
  msgstr "Houve um erro ao atualizar os seguintes campos:"
423
 
424
  # @ subscribe-reloaded
425
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
426
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
427
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
428
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
429
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
430
- #: options/panel5.php:210 options/panel5.php:219
431
  msgid "Yes"
432
  msgstr "Sim"
433
 
434
  # @ subscribe-reloaded
435
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
436
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
437
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
438
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
439
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
440
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
441
  msgid "No"
442
  msgstr "Não"
443
 
@@ -482,7 +516,7 @@ msgstr ""
482
 
483
  # @ default
484
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
485
- #: options/panel4.php:283 options/panel5.php:265
486
  msgid "Save Changes"
487
  msgstr "Guardar Alterações"
488
 
@@ -954,7 +988,7 @@ msgstr "As suas configurações foram atualizadas"
954
  msgid "There was an error deleting the options:"
955
  msgstr "Houve um erro ao atualizar os seguintes campos:"
956
 
957
- #: options/panel5.php:48 options/panel5.php:108
958
  msgid "Show StCR checkbox / dropdown"
959
  msgstr ""
960
 
@@ -963,25 +997,25 @@ msgid "Safetly Uninstall"
963
  msgstr ""
964
 
965
  # @ subscribe-reloaded
966
- #: options/panel5.php:54 options/panel5.php:125
967
  msgid "Autopurge requests"
968
  msgstr "Pedidos de auto remoção"
969
 
970
  # @ subscribe-reloaded
971
- #: options/panel5.php:57 options/panel5.php:143
972
  msgid "Enable double check"
973
  msgstr "Ativar confirmação"
974
 
975
- #: options/panel5.php:60 options/panel5.php:134
976
  msgid "StCR Position"
977
  msgstr ""
978
 
979
  # @ subscribe-reloaded
980
- #: options/panel5.php:63 options/panel5.php:151
981
  msgid "Subscribe authors"
982
  msgstr "Subscrito"
983
 
984
- #: options/panel5.php:66 options/panel5.php:161
985
  msgid "Enable HTML emails"
986
  msgstr "Ativar e-mails com HTML"
987
 
@@ -999,45 +1033,46 @@ msgstr "Enviar trackbacks"
999
  msgid "Notify admin"
1000
  msgstr "Notificar Administrador"
1001
 
1002
- #: options/panel5.php:78 options/panel5.php:199
1003
  msgid "Let admin subscribe"
1004
  msgstr "Permitir subscrições do Administrador"
1005
 
1006
  # @ subscribe-reloaded
1007
- #: options/panel5.php:81 options/panel5.php:208
1008
  msgid "BCC admin on Notifications"
1009
  msgstr "Assunto da notificação"
1010
 
1011
- #: options/panel5.php:84 options/panel5.php:217
1012
  msgid "Enable Font Awesome"
1013
  msgstr ""
1014
 
1015
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
1016
  msgid "Reset All Options"
1017
  msgstr ""
1018
 
1019
- #: options/panel5.php:112
1020
  msgid ""
1021
  "This option will disable the StCR checkbox or dropdown in you comment form. "
1022
  "You should leave it to Yes always. "
1023
  msgstr ""
1024
 
1025
- #: options/panel5.php:117
1026
  msgid "Safely Uninstall"
1027
  msgstr ""
1028
 
1029
- #: options/panel5.php:121
1030
  msgid ""
1031
  "This option will allow you to delete the plugin with WordPress without "
1032
  "loosing your subscribers. Any database table and plugin options are wipeout."
1033
  msgstr ""
1034
 
1035
- #: options/panel5.php:128
1036
  msgid "days"
1037
  msgstr "dias"
1038
 
1039
  # @ subscribe-reloaded
1040
- #: options/panel5.php:129
1041
  msgid ""
1042
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
1043
  "this feature."
@@ -1045,7 +1080,18 @@ msgstr ""
1045
  "Excluir assinaturas pendentes (não confirmada) após X dias. Zero desativa "
1046
  "este recurso."
1047
 
1048
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
1049
  msgid ""
1050
  "If this option is enable the subscription box will be above the submit "
1051
  "button in your comment form. Use this when your theme is outdated and using "
@@ -1053,7 +1099,7 @@ msgid ""
1053
  msgstr ""
1054
 
1055
  # @ subscribe-reloaded
1056
- #: options/panel5.php:147
1057
  msgid ""
1058
  "Send a notification email to confirm the subscription (to avoid addresses "
1059
  "misuse)."
@@ -1061,12 +1107,12 @@ msgstr ""
1061
  "Enviar um e-mail de notificação para confirmar a inscrição (para evitar "
1062
  "abusos de endereços)."
1063
 
1064
- #: options/panel5.php:156
1065
  msgid ""
1066
  "Automatically subscribe authors to their own articles (not retroactive)."
1067
  msgstr ""
1068
 
1069
- #: options/panel5.php:165
1070
  msgid ""
1071
  "If enabled, will send email messages with content-type = text/html instead "
1072
  "of text/plain"
@@ -1074,23 +1120,23 @@ msgstr ""
1074
  "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez "
1075
  "de text/plain"
1076
 
1077
- #: options/panel5.php:170
1078
  msgid "HTMLify links in emails"
1079
  msgstr ""
1080
 
1081
- #: options/panel5.php:175
1082
  msgid ""
1083
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1084
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1085
  msgstr ""
1086
 
1087
  # @ subscribe-reloaded
1088
- #: options/panel5.php:180
1089
  msgid "Process trackbacks"
1090
  msgstr "Enviar trackbacks"
1091
 
1092
  # @ subscribe-reloaded
1093
- #: options/panel5.php:184
1094
  msgid ""
1095
  "Notify users when a new trackback or pingback is added to the discussion."
1096
  msgstr ""
@@ -1098,62 +1144,62 @@ msgstr ""
1098
  "acrescentado à discussão."
1099
 
1100
  # @ subscribe-reloaded
1101
- #: options/panel5.php:189
1102
  msgid "Track all subscriptions"
1103
  msgstr "Seguir todas as assinaturas"
1104
 
1105
  # @ subscribe-reloaded
1106
- #: options/panel5.php:194
1107
  msgid "Notify the administrator when users subscribe without commenting."
1108
  msgstr ""
1109
  "Notificar o administrador quando os utilizadores se inscreverem sem comentar."
1110
 
1111
  # @ subscribe-reloaded
1112
- #: options/panel5.php:203
1113
  msgid "Let the administrator subscribe to comments when logged in."
1114
  msgstr ""
1115
  "Deixe o administrador inscrever-se em comentários, quando estiver iniciado "
1116
  "sessão."
1117
 
1118
- #: options/panel5.php:212
1119
  msgid "Send a copy of all Notifications to the administrator."
1120
  msgstr ""
1121
 
1122
- #: options/panel5.php:221
1123
  msgid ""
1124
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1125
  "you theme already add this into your site."
1126
  msgstr ""
1127
 
1128
- #: options/panel5.php:226
1129
  msgid "StCR Unique Key"
1130
  msgstr ""
1131
 
1132
- #: options/panel5.php:231
1133
  msgid "This Unique Key is not set, please click the following button to "
1134
  msgstr ""
1135
 
1136
- #: options/panel5.php:235 options/panel5.php:246
1137
  msgid "Generate"
1138
  msgstr ""
1139
 
1140
- #: options/panel5.php:243
1141
  msgid ""
1142
  "This Unique Key will be use to send the notification to your subscribers "
1143
  "with more security."
1144
  msgstr ""
1145
 
1146
- #: options/panel5.php:256
1147
  msgid ""
1148
  "This will reset all the options and messages of the plugin. Please proceed "
1149
  "with caution."
1150
  msgstr ""
1151
 
1152
- #: options/panel5.php:258
1153
  msgid "Yes, Delete Options including subscriptions."
1154
  msgstr ""
1155
 
1156
- #: options/panel5.php:259
1157
  msgid "No, Only delete the StCR Options."
1158
  msgstr ""
1159
 
@@ -1291,36 +1337,36 @@ msgid "Subscription Status"
1291
  msgstr ""
1292
 
1293
  # @ subscribe-reloaded
1294
- #: templates/author.php:88 templates/user.php:104
1295
  msgid "Select all"
1296
  msgstr "Selecionar tudo"
1297
 
1298
  # @ subscribe-reloaded
1299
- #: templates/author.php:89 templates/user.php:106
1300
  msgid "Invert selection"
1301
  msgstr "Inverter seleção"
1302
 
1303
- #: templates/author.php:92 templates/user.php:110
1304
  msgid "Choose your action"
1305
  msgstr ""
1306
 
1307
- #: templates/author.php:95 templates/user.php:113
1308
  msgid "All comments"
1309
  msgstr ""
1310
 
1311
  # @ subscribe-reloaded
1312
- #: templates/author.php:96 templates/user.php:114
1313
- #: wp_subscribe_reloaded.php:1122
1314
  msgid "Replies to my comments"
1315
  msgstr "Subscrever sem comentar"
1316
 
1317
- #: templates/author.php:102 templates/confirm.php:28
1318
- #: templates/request-management-link.php:114 templates/user.php:124
1319
  msgid "Return to Post"
1320
  msgstr ""
1321
 
1322
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1323
- #: templates/user.php:128
1324
  msgid "No subscriptions match your search criteria."
1325
  msgstr ""
1326
 
@@ -1331,18 +1377,32 @@ msgid ""
1331
  msgstr ""
1332
 
1333
  # @ subscribe-reloaded
1334
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1335
- #: templates/subscribe.php:112
 
1336
  msgid "Send"
1337
  msgstr "Enviar"
1338
 
1339
  # @ subscribe-reloaded
1340
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
 
1341
  msgid "New subscription to"
1342
  msgstr "Nova subscrição para"
1343
 
1344
  # @ subscribe-reloaded
1345
- #: templates/subscribe.php:51
1346
  msgid "User:"
1347
  msgstr "Utilizador:"
1348
 
@@ -1483,6 +1543,7 @@ msgstr ""
1483
 
1484
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1485
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1486
  msgid ""
1487
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1488
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1523,6 +1584,7 @@ msgstr ""
1523
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1524
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1525
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1526
  msgid ""
1527
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1528
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1609,6 +1671,7 @@ msgstr ""
1609
 
1610
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1611
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1612
  msgid "This version includes fixes and improvements, "
1613
  msgstr ""
1614
 
@@ -1624,12 +1687,12 @@ msgid ""
1624
  msgstr ""
1625
 
1626
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1627
- #: utils/stcr_upgrade.php:576
1628
  msgid "Log Settings"
1629
  msgstr ""
1630
 
1631
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1632
- #: utils/stcr_upgrade.php:580
1633
  msgid ""
1634
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1635
  msgstr ""
@@ -1645,7 +1708,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1645
  msgstr ""
1646
 
1647
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1648
- #: utils/stcr_upgrade.php:590
1649
  msgid "The support of this plugin is given thanks to your donations."
1650
  msgstr ""
1651
 
@@ -1696,7 +1759,7 @@ msgstr ""
1696
  msgid "<strong>Fix</strong> issue regarding database collations"
1697
  msgstr ""
1698
 
1699
- #: utils/stcr_upgrade.php:591
1700
  msgid ""
1701
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1702
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1707,8 +1770,106 @@ msgid ""
1707
  "Thanks for all the users that have supported the plugin development."
1708
  msgstr ""
1709
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1710
  # @ subscribe-reloaded
1711
- #: utils/stcr_utils.php:196
1712
  msgid ""
1713
  "Notify me of followup comments via e-mail. You can also <a "
1714
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1717,7 +1878,7 @@ msgstr ""
1717
  "href='[subscribe_link]'>se inscrever</a> sem comentar."
1718
 
1719
  # @ subscribe-reloaded
1720
- #: utils/stcr_utils.php:197
1721
  msgid ""
1722
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1723
  "subscriptions."
@@ -1726,7 +1887,7 @@ msgstr ""
1726
  "subscrições."
1727
 
1728
  # @ subscribe-reloaded
1729
- #: utils/stcr_utils.php:198
1730
  msgid ""
1731
  "Your subscription to this post needs to be confirmed. <a "
1732
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1735,13 +1896,13 @@ msgstr ""
1735
  "href='[manager_link]'>Gerir as suas subscrições</a> ."
1736
 
1737
  # @ subscribe-reloaded
1738
- #: utils/stcr_utils.php:199
1739
  msgid ""
1740
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1741
  msgstr "Pode <a href='[manager_link]'>gerir as subscrições</a> desta entrada."
1742
 
1743
  # @ subscribe-reloaded
1744
- #: utils/stcr_utils.php:205
1745
  msgid ""
1746
  "To manage your subscriptions, please enter your email address here below. We "
1747
  "will send you a message containing the link to access your personal "
@@ -1752,7 +1913,7 @@ msgstr ""
1752
  "página de gestão pessoal."
1753
 
1754
  # @ subscribe-reloaded
1755
- #: utils/stcr_utils.php:206
1756
  msgid ""
1757
  "Thank you for using our subscription service. Your request has been "
1758
  "completed, and you should receive an email with the management link in a few "
@@ -1762,7 +1923,7 @@ msgstr ""
1762
  "deverá receber dentro de minutos um Email com o link de gestão."
1763
 
1764
  # @ subscribe-reloaded
1765
- #: utils/stcr_utils.php:207
1766
  msgid ""
1767
  "You can follow the discussion on <strong>[post_title]</strong> without "
1768
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1773,7 +1934,7 @@ msgstr ""
1773
  "abaixo."
1774
 
1775
  # @ subscribe-reloaded
1776
- #: utils/stcr_utils.php:208
1777
  msgid ""
1778
  "Thank you for using our subscription service. Your request has been "
1779
  "completed. You will receive a notification email every time a new comment to "
@@ -1784,7 +1945,7 @@ msgstr ""
1784
  "artigo for aprovado e publicado pelo administrador."
1785
 
1786
  # @ subscribe-reloaded
1787
- #: utils/stcr_utils.php:209
1788
  msgid ""
1789
  "Thank you for using our subscription service. In order to confirm your "
1790
  "request, please check your email for the verification message and follow the "
@@ -1794,7 +1955,7 @@ msgstr ""
1794
  "verifique o seu Email para a mensagem de confirmação e siga as instruções."
1795
 
1796
  # @ subscribe-reloaded
1797
- #: utils/stcr_utils.php:210
1798
  msgid ""
1799
  "In order to cancel or suspend one or more notifications, select the "
1800
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1803,7 +1964,7 @@ msgstr ""
1803
  "correspondente (s) e clique no botão no final da lista."
1804
 
1805
  # @ subscribe-reloaded
1806
- #: utils/stcr_utils.php:211
1807
  msgid ""
1808
  "In order to cancel or suspend one or more notifications, select the "
1809
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1814,11 +1975,11 @@ msgstr ""
1814
  "em:"
1815
 
1816
  # @ subscribe-reloaded
1817
- #: utils/stcr_utils.php:215
1818
  msgid "There is a new comment to [post_title]"
1819
  msgstr "Há um novo comentário para: [post_title]"
1820
 
1821
- #: utils/stcr_utils.php:216
1822
  msgid ""
1823
  "<h1>There is a new comment on [post_title].</h1>\n"
1824
  "\n"
@@ -1836,12 +1997,12 @@ msgid ""
1836
  msgstr ""
1837
 
1838
  # @ subscribe-reloaded
1839
- #: utils/stcr_utils.php:217
1840
  msgid "Please confirm your subscription to [post_title]"
1841
  msgstr "Por favor, confirme sua subscrição da página [post_title]"
1842
 
1843
  # @ subscribe-reloaded
1844
- #: utils/stcr_utils.php:218
1845
  #, fuzzy
1846
  #| msgid ""
1847
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1863,18 +2024,18 @@ msgstr ""
1863
  "[confirm_link]"
1864
 
1865
  # @ subscribe-reloaded
1866
- #: utils/stcr_utils.php:219
1867
  msgid "Manage your subscriptions on [blog_name]"
1868
  msgstr "Gerir as suas subscrições no Site [blog_name]"
1869
 
1870
- #: utils/stcr_utils.php:220
1871
  msgid ""
1872
  "You have requested to manage your subscriptions to the articles on "
1873
  "[blog_name]. Please check the Subscriptions management link in your email"
1874
  msgstr ""
1875
 
1876
  # @ subscribe-reloaded
1877
- #: utils/stcr_utils.php:221
1878
  #, fuzzy
1879
  #| msgid ""
1880
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1890,15 +2051,15 @@ msgstr ""
1890
  "[manager_link]"
1891
 
1892
  # @ subscribe-reloaded
1893
- #: utils/stcr_utils.php:300
1894
  msgid "StCR Notification"
1895
  msgstr "Assunto da notificação"
1896
 
1897
- #: wp_subscribe_reloaded.php:1120
1898
  msgid "Don't subscribe"
1899
  msgstr "Permitir subscrições do Administrador"
1900
 
1901
- #: wp_subscribe_reloaded.php:1121
1902
  msgid "All"
1903
  msgstr ""
1904
 
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:18-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:18-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Sérgio Martins <inove@live.com.pt>\n"
9
  "Language: pt_PT\n"
20
 
21
  # @ subscribe-reloaded
22
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
23
+ #: utils/stcr_utils.php:280
24
  msgid "Manage subscriptions"
25
  msgstr "Gerir Subscrições"
26
 
55
  msgstr ""
56
 
57
  # @ subscribe-reloaded
58
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
59
  msgid "Add New Subscription"
60
  msgstr "Nova subscrição para"
61
 
65
  msgstr "Linhas:"
66
 
67
  # @ subscribe-reloaded
68
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
69
+ #: options/panel1.php:159 templates/key_expired.php:72
70
+ #: templates/request-management-link.php:113
71
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
72
+ #: templates/subscribe.php:146
73
  msgid "Email"
74
  msgstr "Email"
75
 
76
  # @ subscribe-reloaded
77
  #: options/panel1-add-subscription.php:20
78
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
79
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
80
  msgid "Status"
81
  msgstr "Estado"
82
 
83
  # @ subscribe-reloaded
84
  #: options/panel1-add-subscription.php:22
85
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
86
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
87
  #: templates/user.php:76
88
  msgid "Active"
89
  msgstr "Ação"
90
 
91
  #: options/panel1-add-subscription.php:23
92
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
93
+ #: options/panel1.php:106
94
  msgid "Replies only"
95
  msgstr ""
96
 
97
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
98
  msgid "Ask user to confirm"
99
  msgstr ""
100
 
101
  # @ subscribe-reloaded
102
  #: options/panel1-add-subscription.php:26
103
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
104
  msgid "Update"
105
  msgstr "Atualizar"
106
 
107
  # @ subscribe-reloaded
108
+ #: options/panel1-business-logic.php:40
109
  msgid "Subscription added."
110
  msgstr "Gerir Subscrições"
111
 
112
  # @ subscribe-reloaded
113
+ #: options/panel1-business-logic.php:65
114
  msgid "Subscriptions updated."
115
  msgstr "Subscrições por dia"
116
 
117
  # @ subscribe-reloaded
118
+ #: options/panel1-business-logic.php:80
119
  msgid "Subscription deleted."
120
  msgstr "Subscrição processada"
121
 
122
  # @ subscribe-reloaded
123
+ #: options/panel1-business-logic.php:99 templates/author.php:24
124
  #: templates/user.php:33
125
  msgid "Subscriptions deleted:"
126
  msgstr "Inscrições para:"
127
 
128
  # @ subscribe-reloaded
129
+ #: options/panel1-business-logic.php:103 templates/author.php:28
130
  #: templates/user.php:37
131
  msgid "Subscriptions suspended:"
132
  msgstr "Subscrição processada"
133
 
134
  # @ subscribe-reloaded
135
+ #: options/panel1-business-logic.php:107 templates/author.php:32
136
  #: templates/user.php:41
137
  msgid "Subscriptions activated:"
138
  msgstr "Inscrições para:"
139
 
140
  # @ subscribe-reloaded
141
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
142
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
143
  #: templates/user.php:49
144
  msgid "Subscriptions updated:"
145
  msgstr "Subscrições por dia"
146
 
147
+ #: options/panel1-business-logic.php:147
148
  msgid "&laquo; Previous"
149
  msgstr "&laquo; Anterior"
150
 
151
+ #: options/panel1-business-logic.php:151
152
  msgid "Next &raquo;"
153
  msgstr "Seguinte &raquo;"
154
 
166
  msgstr "Opções"
167
 
168
  # @ subscribe-reloaded
169
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
170
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
171
  #: templates/author.php:53 templates/user.php:65
172
  msgid ""
173
  "Please remember: this operation cannot be undone. Are you sure you want to "
177
  "continuar?"
178
 
179
  # @ subscribe-reloaded
180
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
181
  msgid "From"
182
  msgstr "De"
183
 
184
  # @ subscribe-reloaded
185
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
186
  msgid "To"
187
  msgstr "Para"
188
 
189
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
190
  msgid "Keep unchanged"
191
  msgstr ""
192
 
193
  # @ subscribe-reloaded
194
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
195
  msgid "Suspended"
196
  msgstr "Suspender"
197
 
198
+ #: options/panel1.php:22
199
+ msgid "The email that you typed is not correct."
200
+ msgstr ""
201
+
202
+ #: options/panel1.php:29
203
+ msgid "Please enter a valid Post ID."
204
+ msgstr ""
205
+
206
  # @ subscribe-reloaded
207
+ #: options/panel1.php:46
208
  msgid "Mass Update Subscriptions"
209
  msgstr "Atualizar assinaturas"
210
 
211
  # @ subscribe-reloaded
212
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
213
+ #: options/panel1.php:317
214
  msgid "email address"
215
  msgstr "Email do remetente"
216
 
217
  # @ subscribe-reloaded
218
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
219
  msgid "optional - new email address"
220
  msgstr "Email do remetente"
221
 
222
+ #: options/panel1.php:74
223
  msgid "More info"
224
  msgstr ""
225
 
226
+ #: options/panel1.php:80
227
  msgid ""
228
  "This option will allow you to change an email address for another one or to "
229
  "update the same status for all the subscription on a specific email address."
230
  msgstr ""
231
 
232
+ #: options/panel1.php:92
233
  msgid "Post ID"
234
  msgstr "Post (ID)"
235
 
236
+ #: options/panel1.php:109
237
  msgid "Add"
238
  msgstr ""
239
 
240
  # @ subscribe-reloaded
241
+ #: options/panel1.php:124
242
  msgid "Search subscriptions"
243
  msgstr "Gerir Subscrições"
244
 
245
  # @ subscribe-reloaded
246
+ #: options/panel1.php:128
247
  #, php-format
248
  msgid ""
249
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
253
  "mail </b>"
254
 
255
  # @ subscribe-reloaded
256
+ #: options/panel1.php:132
257
  msgid "email"
258
  msgstr "Email"
259
 
260
+ #: options/panel1.php:133
261
  msgid "post ID"
262
  msgstr "Post (ID)"
263
 
264
  # @ subscribe-reloaded
265
+ #: options/panel1.php:134
266
  msgid "status"
267
  msgstr "Estado"
268
 
269
  # @ subscribe-reloaded
270
+ #: options/panel1.php:137
271
  msgid "equals"
272
  msgstr "for igual"
273
 
274
  # @ subscribe-reloaded
275
+ #: options/panel1.php:138
276
  msgid "contains"
277
  msgstr "contém"
278
 
279
  # @ subscribe-reloaded
280
+ #: options/panel1.php:139
281
  msgid "does not contain"
282
  msgstr "não contém"
283
 
284
+ #: options/panel1.php:140
285
  msgid "starts with"
286
  msgstr ""
287
 
288
+ #: options/panel1.php:141
289
  msgid "ends with"
290
  msgstr ""
291
 
292
+ #: options/panel1.php:144
293
  msgid "results per page:"
294
  msgstr ""
295
 
296
  # @ subscribe-reloaded
297
+ #: options/panel1.php:146
298
  msgid "Search"
299
  msgstr "Procurar"
300
 
301
+ #: options/panel1.php:154
302
  msgid "Reverse the order by Post ID"
303
  msgstr "Inverter a ordem por Post ID"
304
 
305
+ #: options/panel1.php:155 options/panel1.php:156
306
  msgid "Reverse the order by Date/Time"
307
  msgstr "Inverter a ordem por Data/Hora"
308
 
309
+ #: options/panel1.php:158
310
  msgid "Post (ID)"
311
  msgstr "Post (ID)"
312
 
313
  # @ subscribe-reloaded
314
+ #: options/panel1.php:161
315
  msgid "Search query:"
316
  msgstr "Procurar endereço de email"
317
 
318
+ #: options/panel1.php:161
319
  msgid "Rows:"
320
  msgstr "Linhas:"
321
 
322
+ #: options/panel1.php:161
323
  msgid "of"
324
  msgstr "de"
325
 
326
+ #: options/panel1.php:168 options/panel1.php:184
327
  msgid "Date and Time"
328
  msgstr "Data e Hora"
329
 
330
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
331
  msgid "Replies"
332
  msgstr ""
333
 
334
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
335
  msgid "Replies Unconfirmed"
336
  msgstr ""
337
 
338
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
339
  msgid "All Comments"
340
  msgstr ""
341
 
342
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
343
  msgid "Unconfirmed"
344
  msgstr ""
345
 
346
  # @ subscribe-reloaded
347
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
348
  msgid "Inactive"
349
  msgstr "Ação"
350
 
351
  # @ subscribe-reloaded
352
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
353
+ #: templates/user.php:114
354
  msgid "Delete"
355
  msgstr "Remover"
356
 
357
+ #: options/panel1.php:228 options/panel1.php:238
358
  msgid "Edit"
359
  msgstr ""
360
 
361
  # @ subscribe-reloaded
362
+ #: options/panel1.php:230 options/panel1.php:236
363
  msgid "Subscription"
364
  msgstr "Gerir Subscrições"
365
 
366
  # @ subscribe-reloaded
367
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
368
  msgid "Action:"
369
  msgstr "Ação:"
370
 
371
  # @ subscribe-reloaded
372
+ #: options/panel1.php:253
373
  msgid "Delete forever"
374
  msgstr "Remover para sempre"
375
 
376
  # @ subscribe-reloaded
377
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
378
  msgid "Suspend"
379
  msgstr "Suspender"
380
 
381
+ #: options/panel1.php:255
382
  msgid "Activate and set to Y"
383
  msgstr ""
384
 
385
+ #: options/panel1.php:256
386
  msgid "Activate and set to R"
387
  msgstr ""
388
 
389
+ #: options/panel1.php:257
390
  msgid "Activate"
391
  msgstr ""
392
 
393
  # @ subscribe-reloaded
394
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
395
  msgid "Update subscriptions"
396
  msgstr "Atualizar assinaturas"
397
 
398
  # @ subscribe-reloaded
399
+ #: options/panel1.php:264
400
  msgid "Sorry, no subscriptions match your search criteria."
401
  msgstr "Desculpe, nenhuma subscrição foi encontrada para"
402
 
403
+ #: options/panel1.php:321 options/panel1.php:389
404
+ msgid "Missing information"
405
+ msgstr ""
406
+
407
+ # @ subscribe-reloaded
408
+ #: options/panel1.php:329 options/panel1.php:414
409
+ #, fuzzy
410
+ #| msgid "Sender email address"
411
+ msgid "Invalid email address."
412
+ msgstr "Email do remetente"
413
+
414
+ #: options/panel1.php:397
415
+ msgid "Enter a numeric Post ID."
416
+ msgstr ""
417
+
418
+ #: options/panel1.php:406
419
+ msgid "Missing email information"
420
+ msgstr ""
421
+
422
+ #: options/panel1.php:442 options/panel1.php:450
423
+ msgid "Please enter a value"
424
+ msgstr ""
425
+
426
  #: options/panel10.php:41
427
  msgid "The log file has been successfully deleted."
428
  msgstr ""
445
 
446
  # @ subscribe-reloaded
447
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
448
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
449
  msgid "Your settings have been successfully updated."
450
  msgstr "As suas configurações foram atualizadas"
451
 
452
  # @ subscribe-reloaded
453
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
454
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
455
  msgid "There was an error updating the following fields:"
456
  msgstr "Houve um erro ao atualizar os seguintes campos:"
457
 
458
  # @ subscribe-reloaded
459
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
460
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
461
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
462
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
463
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
464
+ #: options/panel5.php:221 options/panel5.php:230
465
  msgid "Yes"
466
  msgstr "Sim"
467
 
468
  # @ subscribe-reloaded
469
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
470
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
471
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
472
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
473
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
474
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
475
  msgid "No"
476
  msgstr "Não"
477
 
516
 
517
  # @ default
518
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
519
+ #: options/panel4.php:283 options/panel5.php:276
520
  msgid "Save Changes"
521
  msgstr "Guardar Alterações"
522
 
988
  msgid "There was an error deleting the options:"
989
  msgstr "Houve um erro ao atualizar os seguintes campos:"
990
 
991
+ #: options/panel5.php:48 options/panel5.php:111
992
  msgid "Show StCR checkbox / dropdown"
993
  msgstr ""
994
 
997
  msgstr ""
998
 
999
  # @ subscribe-reloaded
1000
+ #: options/panel5.php:54 options/panel5.php:128
1001
  msgid "Autopurge requests"
1002
  msgstr "Pedidos de auto remoção"
1003
 
1004
  # @ subscribe-reloaded
1005
+ #: options/panel5.php:57 options/panel5.php:154
1006
  msgid "Enable double check"
1007
  msgstr "Ativar confirmação"
1008
 
1009
+ #: options/panel5.php:60 options/panel5.php:145
1010
  msgid "StCR Position"
1011
  msgstr ""
1012
 
1013
  # @ subscribe-reloaded
1014
+ #: options/panel5.php:63 options/panel5.php:162
1015
  msgid "Subscribe authors"
1016
  msgstr "Subscrito"
1017
 
1018
+ #: options/panel5.php:66 options/panel5.php:172
1019
  msgid "Enable HTML emails"
1020
  msgstr "Ativar e-mails com HTML"
1021
 
1033
  msgid "Notify admin"
1034
  msgstr "Notificar Administrador"
1035
 
1036
+ #: options/panel5.php:78 options/panel5.php:210
1037
  msgid "Let admin subscribe"
1038
  msgstr "Permitir subscrições do Administrador"
1039
 
1040
  # @ subscribe-reloaded
1041
+ #: options/panel5.php:81 options/panel5.php:219
1042
  msgid "BCC admin on Notifications"
1043
  msgstr "Assunto da notificação"
1044
 
1045
+ #: options/panel5.php:84 options/panel5.php:228
1046
  msgid "Enable Font Awesome"
1047
  msgstr ""
1048
 
1049
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
1050
+ #: options/panel5.php:272
1051
  msgid "Reset All Options"
1052
  msgstr ""
1053
 
1054
+ #: options/panel5.php:115
1055
  msgid ""
1056
  "This option will disable the StCR checkbox or dropdown in you comment form. "
1057
  "You should leave it to Yes always. "
1058
  msgstr ""
1059
 
1060
+ #: options/panel5.php:120
1061
  msgid "Safely Uninstall"
1062
  msgstr ""
1063
 
1064
+ #: options/panel5.php:124
1065
  msgid ""
1066
  "This option will allow you to delete the plugin with WordPress without "
1067
  "loosing your subscribers. Any database table and plugin options are wipeout."
1068
  msgstr ""
1069
 
1070
+ #: options/panel5.php:131
1071
  msgid "days"
1072
  msgstr "dias"
1073
 
1074
  # @ subscribe-reloaded
1075
+ #: options/panel5.php:132
1076
  msgid ""
1077
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
1078
  "this feature."
1080
  "Excluir assinaturas pendentes (não confirmada) após X dias. Zero desativa "
1081
  "este recurso."
1082
 
1083
+ #: options/panel5.php:136
1084
+ msgid "Date Format"
1085
+ msgstr ""
1086
+
1087
+ #: options/panel5.php:140
1088
+ msgid ""
1089
+ "Date format that will be display on the management page. Use <a "
1090
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
1091
+ "date-parameters' target='_blank'>PHP Date Format</a>"
1092
+ msgstr ""
1093
+
1094
+ #: options/panel5.php:149
1095
  msgid ""
1096
  "If this option is enable the subscription box will be above the submit "
1097
  "button in your comment form. Use this when your theme is outdated and using "
1099
  msgstr ""
1100
 
1101
  # @ subscribe-reloaded
1102
+ #: options/panel5.php:158
1103
  msgid ""
1104
  "Send a notification email to confirm the subscription (to avoid addresses "
1105
  "misuse)."
1107
  "Enviar um e-mail de notificação para confirmar a inscrição (para evitar "
1108
  "abusos de endereços)."
1109
 
1110
+ #: options/panel5.php:167
1111
  msgid ""
1112
  "Automatically subscribe authors to their own articles (not retroactive)."
1113
  msgstr ""
1114
 
1115
+ #: options/panel5.php:176
1116
  msgid ""
1117
  "If enabled, will send email messages with content-type = text/html instead "
1118
  "of text/plain"
1120
  "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez "
1121
  "de text/plain"
1122
 
1123
+ #: options/panel5.php:181
1124
  msgid "HTMLify links in emails"
1125
  msgstr ""
1126
 
1127
+ #: options/panel5.php:186
1128
  msgid ""
1129
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1130
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1131
  msgstr ""
1132
 
1133
  # @ subscribe-reloaded
1134
+ #: options/panel5.php:191
1135
  msgid "Process trackbacks"
1136
  msgstr "Enviar trackbacks"
1137
 
1138
  # @ subscribe-reloaded
1139
+ #: options/panel5.php:195
1140
  msgid ""
1141
  "Notify users when a new trackback or pingback is added to the discussion."
1142
  msgstr ""
1144
  "acrescentado à discussão."
1145
 
1146
  # @ subscribe-reloaded
1147
+ #: options/panel5.php:200
1148
  msgid "Track all subscriptions"
1149
  msgstr "Seguir todas as assinaturas"
1150
 
1151
  # @ subscribe-reloaded
1152
+ #: options/panel5.php:205
1153
  msgid "Notify the administrator when users subscribe without commenting."
1154
  msgstr ""
1155
  "Notificar o administrador quando os utilizadores se inscreverem sem comentar."
1156
 
1157
  # @ subscribe-reloaded
1158
+ #: options/panel5.php:214
1159
  msgid "Let the administrator subscribe to comments when logged in."
1160
  msgstr ""
1161
  "Deixe o administrador inscrever-se em comentários, quando estiver iniciado "
1162
  "sessão."
1163
 
1164
+ #: options/panel5.php:223
1165
  msgid "Send a copy of all Notifications to the administrator."
1166
  msgstr ""
1167
 
1168
+ #: options/panel5.php:232
1169
  msgid ""
1170
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1171
  "you theme already add this into your site."
1172
  msgstr ""
1173
 
1174
+ #: options/panel5.php:237
1175
  msgid "StCR Unique Key"
1176
  msgstr ""
1177
 
1178
+ #: options/panel5.php:242
1179
  msgid "This Unique Key is not set, please click the following button to "
1180
  msgstr ""
1181
 
1182
+ #: options/panel5.php:246 options/panel5.php:257
1183
  msgid "Generate"
1184
  msgstr ""
1185
 
1186
+ #: options/panel5.php:254
1187
  msgid ""
1188
  "This Unique Key will be use to send the notification to your subscribers "
1189
  "with more security."
1190
  msgstr ""
1191
 
1192
+ #: options/panel5.php:267
1193
  msgid ""
1194
  "This will reset all the options and messages of the plugin. Please proceed "
1195
  "with caution."
1196
  msgstr ""
1197
 
1198
+ #: options/panel5.php:269
1199
  msgid "Yes, Delete Options including subscriptions."
1200
  msgstr ""
1201
 
1202
+ #: options/panel5.php:270
1203
  msgid "No, Only delete the StCR Options."
1204
  msgstr ""
1205
 
1337
  msgstr ""
1338
 
1339
  # @ subscribe-reloaded
1340
+ #: templates/author.php:91 templates/user.php:107
1341
  msgid "Select all"
1342
  msgstr "Selecionar tudo"
1343
 
1344
  # @ subscribe-reloaded
1345
+ #: templates/author.php:92 templates/user.php:109
1346
  msgid "Invert selection"
1347
  msgstr "Inverter seleção"
1348
 
1349
+ #: templates/author.php:95 templates/user.php:113
1350
  msgid "Choose your action"
1351
  msgstr ""
1352
 
1353
+ #: templates/author.php:98 templates/user.php:116
1354
  msgid "All comments"
1355
  msgstr ""
1356
 
1357
  # @ subscribe-reloaded
1358
+ #: templates/author.php:99 templates/user.php:117
1359
+ #: wp_subscribe_reloaded.php:1118
1360
  msgid "Replies to my comments"
1361
  msgstr "Subscrever sem comentar"
1362
 
1363
+ #: templates/author.php:105 templates/confirm.php:28
1364
+ #: templates/request-management-link.php:125 templates/user.php:127
1365
  msgid "Return to Post"
1366
  msgstr ""
1367
 
1368
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1369
+ #: templates/user.php:131
1370
  msgid "No subscriptions match your search criteria."
1371
  msgstr ""
1372
 
1377
  msgstr ""
1378
 
1379
  # @ subscribe-reloaded
1380
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1381
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1382
+ #: templates/subscribe.php:148
1383
  msgid "Send"
1384
  msgstr "Enviar"
1385
 
1386
  # @ subscribe-reloaded
1387
+ #: templates/request-management-link.php:143
1388
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1389
+ #: templates/subscribe.php:178
1390
+ #, fuzzy
1391
+ #| msgid "email address"
1392
+ msgid "Email address is not valid"
1393
+ msgstr "Email do remetente"
1394
+
1395
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1396
+ msgid "Please enter your email"
1397
+ msgstr ""
1398
+
1399
+ # @ subscribe-reloaded
1400
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1401
  msgid "New subscription to"
1402
  msgstr "Nova subscrição para"
1403
 
1404
  # @ subscribe-reloaded
1405
+ #: templates/subscribe.php:61
1406
  msgid "User:"
1407
  msgstr "Utilizador:"
1408
 
1543
 
1544
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1545
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1546
+ #: utils/stcr_upgrade.php:610
1547
  msgid ""
1548
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1549
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1584
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1585
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1586
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1587
+ #: utils/stcr_upgrade.php:615
1588
  msgid ""
1589
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1590
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1671
 
1672
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1673
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1674
+ #: utils/stcr_upgrade.php:609
1675
  msgid "This version includes fixes and improvements, "
1676
  msgstr ""
1677
 
1687
  msgstr ""
1688
 
1689
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1690
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1691
  msgid "Log Settings"
1692
  msgstr ""
1693
 
1694
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1695
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1696
  msgid ""
1697
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1698
  msgstr ""
1708
  msgstr ""
1709
 
1710
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1711
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1712
  msgid "The support of this plugin is given thanks to your donations."
1713
  msgstr ""
1714
 
1759
  msgid "<strong>Fix</strong> issue regarding database collations"
1760
  msgstr ""
1761
 
1762
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1763
  msgid ""
1764
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1765
  "aria-hidden=\"true\"></i> <a href=\"\n"
1770
  "Thanks for all the users that have supported the plugin development."
1771
  msgstr ""
1772
 
1773
+ #: utils/stcr_utils.php:158
1774
+ msgid "January"
1775
+ msgstr ""
1776
+
1777
+ #: utils/stcr_utils.php:159
1778
+ msgid "February"
1779
+ msgstr ""
1780
+
1781
+ # @ subscribe-reloaded
1782
+ #: utils/stcr_utils.php:160
1783
+ #, fuzzy
1784
+ #| msgid "Search"
1785
+ msgid "March"
1786
+ msgstr "Procurar"
1787
+
1788
+ #: utils/stcr_utils.php:161
1789
+ msgid "April"
1790
+ msgstr ""
1791
+
1792
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1793
+ msgid "May"
1794
+ msgstr ""
1795
+
1796
+ #: utils/stcr_utils.php:163
1797
+ msgid "June"
1798
+ msgstr ""
1799
+
1800
+ #: utils/stcr_utils.php:164
1801
+ msgid "July"
1802
+ msgstr ""
1803
+
1804
+ #: utils/stcr_utils.php:165
1805
+ msgid "August"
1806
+ msgstr ""
1807
+
1808
+ #: utils/stcr_utils.php:166
1809
+ msgid "September"
1810
+ msgstr ""
1811
+
1812
+ #: utils/stcr_utils.php:167
1813
+ msgid "October"
1814
+ msgstr ""
1815
+
1816
+ #: utils/stcr_utils.php:168
1817
+ msgid "November"
1818
+ msgstr ""
1819
+
1820
+ #: utils/stcr_utils.php:169
1821
+ msgid "December"
1822
+ msgstr ""
1823
+
1824
+ #: utils/stcr_utils.php:173
1825
+ msgid "Jan"
1826
+ msgstr ""
1827
+
1828
+ #: utils/stcr_utils.php:174
1829
+ msgid "Feb"
1830
+ msgstr ""
1831
+
1832
+ #: utils/stcr_utils.php:175
1833
+ msgid "Mar"
1834
+ msgstr ""
1835
+
1836
+ #: utils/stcr_utils.php:176
1837
+ msgid "Apr"
1838
+ msgstr ""
1839
+
1840
+ #: utils/stcr_utils.php:178
1841
+ msgid "Jun"
1842
+ msgstr ""
1843
+
1844
+ #: utils/stcr_utils.php:179
1845
+ msgid "Jul"
1846
+ msgstr ""
1847
+
1848
+ #: utils/stcr_utils.php:180
1849
+ msgid "Aug"
1850
+ msgstr ""
1851
+
1852
+ #: utils/stcr_utils.php:181
1853
+ msgid "Sep"
1854
+ msgstr ""
1855
+
1856
+ #: utils/stcr_utils.php:182
1857
+ msgid "Oct"
1858
+ msgstr ""
1859
+
1860
+ # @ subscribe-reloaded
1861
+ #: utils/stcr_utils.php:183
1862
+ #, fuzzy
1863
+ #| msgid "No"
1864
+ msgid "Nov"
1865
+ msgstr "Não"
1866
+
1867
+ #: utils/stcr_utils.php:184
1868
+ msgid "Dec"
1869
+ msgstr ""
1870
+
1871
  # @ subscribe-reloaded
1872
+ #: utils/stcr_utils.php:273
1873
  msgid ""
1874
  "Notify me of followup comments via e-mail. You can also <a "
1875
  "href='[subscribe_link]'>subscribe</a> without commenting."
1878
  "href='[subscribe_link]'>se inscrever</a> sem comentar."
1879
 
1880
  # @ subscribe-reloaded
1881
+ #: utils/stcr_utils.php:274
1882
  msgid ""
1883
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1884
  "subscriptions."
1887
  "subscrições."
1888
 
1889
  # @ subscribe-reloaded
1890
+ #: utils/stcr_utils.php:275
1891
  msgid ""
1892
  "Your subscription to this post needs to be confirmed. <a "
1893
  "href='[manager_link]'>Manage your subscriptions</a>."
1896
  "href='[manager_link]'>Gerir as suas subscrições</a> ."
1897
 
1898
  # @ subscribe-reloaded
1899
+ #: utils/stcr_utils.php:276
1900
  msgid ""
1901
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1902
  msgstr "Pode <a href='[manager_link]'>gerir as subscrições</a> desta entrada."
1903
 
1904
  # @ subscribe-reloaded
1905
+ #: utils/stcr_utils.php:282
1906
  msgid ""
1907
  "To manage your subscriptions, please enter your email address here below. We "
1908
  "will send you a message containing the link to access your personal "
1913
  "página de gestão pessoal."
1914
 
1915
  # @ subscribe-reloaded
1916
+ #: utils/stcr_utils.php:283
1917
  msgid ""
1918
  "Thank you for using our subscription service. Your request has been "
1919
  "completed, and you should receive an email with the management link in a few "
1923
  "deverá receber dentro de minutos um Email com o link de gestão."
1924
 
1925
  # @ subscribe-reloaded
1926
+ #: utils/stcr_utils.php:284
1927
  msgid ""
1928
  "You can follow the discussion on <strong>[post_title]</strong> without "
1929
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1934
  "abaixo."
1935
 
1936
  # @ subscribe-reloaded
1937
+ #: utils/stcr_utils.php:285
1938
  msgid ""
1939
  "Thank you for using our subscription service. Your request has been "
1940
  "completed. You will receive a notification email every time a new comment to "
1945
  "artigo for aprovado e publicado pelo administrador."
1946
 
1947
  # @ subscribe-reloaded
1948
+ #: utils/stcr_utils.php:286
1949
  msgid ""
1950
  "Thank you for using our subscription service. In order to confirm your "
1951
  "request, please check your email for the verification message and follow the "
1955
  "verifique o seu Email para a mensagem de confirmação e siga as instruções."
1956
 
1957
  # @ subscribe-reloaded
1958
+ #: utils/stcr_utils.php:287
1959
  msgid ""
1960
  "In order to cancel or suspend one or more notifications, select the "
1961
  "corresponding checkbox(es) and click on the button at the end of the list."
1964
  "correspondente (s) e clique no botão no final da lista."
1965
 
1966
  # @ subscribe-reloaded
1967
+ #: utils/stcr_utils.php:288
1968
  msgid ""
1969
  "In order to cancel or suspend one or more notifications, select the "
1970
  "corresponding checkbox(es) and click on the button at the end of the list. "
1975
  "em:"
1976
 
1977
  # @ subscribe-reloaded
1978
+ #: utils/stcr_utils.php:292
1979
  msgid "There is a new comment to [post_title]"
1980
  msgstr "Há um novo comentário para: [post_title]"
1981
 
1982
+ #: utils/stcr_utils.php:293
1983
  msgid ""
1984
  "<h1>There is a new comment on [post_title].</h1>\n"
1985
  "\n"
1997
  msgstr ""
1998
 
1999
  # @ subscribe-reloaded
2000
+ #: utils/stcr_utils.php:294
2001
  msgid "Please confirm your subscription to [post_title]"
2002
  msgstr "Por favor, confirme sua subscrição da página [post_title]"
2003
 
2004
  # @ subscribe-reloaded
2005
+ #: utils/stcr_utils.php:295
2006
  #, fuzzy
2007
  #| msgid ""
2008
  #| "You have requested to be notified every time a new comment is added to:\n"
2024
  "[confirm_link]"
2025
 
2026
  # @ subscribe-reloaded
2027
+ #: utils/stcr_utils.php:296
2028
  msgid "Manage your subscriptions on [blog_name]"
2029
  msgstr "Gerir as suas subscrições no Site [blog_name]"
2030
 
2031
+ #: utils/stcr_utils.php:297
2032
  msgid ""
2033
  "You have requested to manage your subscriptions to the articles on "
2034
  "[blog_name]. Please check the Subscriptions management link in your email"
2035
  msgstr ""
2036
 
2037
  # @ subscribe-reloaded
2038
+ #: utils/stcr_utils.php:298
2039
  #, fuzzy
2040
  #| msgid ""
2041
  #| "You have requested to manage your subscriptions to the articles on "
2051
  "[manager_link]"
2052
 
2053
  # @ subscribe-reloaded
2054
+ #: utils/stcr_utils.php:378
2055
  msgid "StCR Notification"
2056
  msgstr "Assunto da notificação"
2057
 
2058
+ #: wp_subscribe_reloaded.php:1116
2059
  msgid "Don't subscribe"
2060
  msgstr "Permitir subscrições do Administrador"
2061
 
2062
+ #: wp_subscribe_reloaded.php:1117
2063
  msgid "All"
2064
  msgstr ""
2065
 
langs/subscribe-reloaded-ru_RU.mo CHANGED
Binary file
langs/subscribe-reloaded-ru_RU.po CHANGED
@@ -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-12 15:12-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:12-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "Language: ru_RU\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:203
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:61
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:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
61
  msgid "Email"
62
  msgstr "Эл. адрес"
63
 
64
  #: options/panel1-add-subscription.php:20
65
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "Статус"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
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:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr "Только ответы"
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
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:46
89
  msgid "Update"
90
  msgstr "Обновить"
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "Подписка добавлена."
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "Подписки обновлены."
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "Подписка удалена."
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "Подписки удалены:"
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "Подписки приостановлены:"
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "Подписки активированы:"
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
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:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; Обратно"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "Вперед &raquo;"
132
 
@@ -141,8 +143,8 @@ msgstr "Обновить подписку"
141
  msgid "optional"
142
  msgstr "по выбору"
143
 
144
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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:27
154
  msgid "From"
155
  msgstr "С"
156
 
157
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
158
  msgid "To"
159
  msgstr "на"
160
 
161
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
162
  msgid "Keep unchanged"
163
  msgstr "Оставить без изменений"
164
 
165
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
166
  msgid "Suspended"
167
  msgstr "Приостановлено"
168
 
169
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
170
  msgid "Mass Update Subscriptions"
171
  msgstr "Массово обновить подписки"
172
 
173
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
174
  msgid "email address"
175
  msgstr "Эл. адрес отправителя"
176
 
177
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
178
  msgid "optional - new email address"
179
  msgstr "Обновить электронный адрес"
180
 
181
- #: options/panel1.php:49
182
  msgid "More info"
183
  msgstr "Dettagli"
184
 
185
- #: options/panel1.php:55
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:68
192
  msgid "Post ID"
193
  msgstr "ID-номер записи"
194
 
195
- #: options/panel1.php:83
196
  msgid "Add"
197
  msgstr "Добавить"
198
 
199
- #: options/panel1.php:98
200
  msgid "Search subscriptions"
201
  msgstr "Искать в подписках"
202
 
203
- #: options/panel1.php:102
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:106
212
  msgid "email"
213
  msgstr "эл. адрес"
214
 
215
- #: options/panel1.php:107
216
  msgid "post ID"
217
  msgstr "ID-номер записи"
218
 
219
- #: options/panel1.php:108
220
  msgid "status"
221
  msgstr "статус"
222
 
223
- #: options/panel1.php:111
224
  msgid "equals"
225
  msgstr "равнозначно"
226
 
227
- #: options/panel1.php:112
228
  msgid "contains"
229
  msgstr "содержит"
230
 
231
- #: options/panel1.php:113
232
  msgid "does not contain"
233
  msgstr "не содержит"
234
 
235
- #: options/panel1.php:114
236
  msgid "starts with"
237
  msgstr "начинается с"
238
 
239
- #: options/panel1.php:115
240
  msgid "ends with"
241
  msgstr "заканчивается на"
242
 
243
- #: options/panel1.php:118
244
  msgid "results per page:"
245
  msgstr "результаты постранично:"
246
 
247
- #: options/panel1.php:120
248
  msgid "Search"
249
  msgstr "Искать"
250
 
251
- #: options/panel1.php:128
252
  msgid "Reverse the order by Post ID"
253
  msgstr "Изменить порядок по ID записи"
254
 
255
- #: options/panel1.php:129 options/panel1.php:130
256
  msgid "Reverse the order by Date/Time"
257
  msgstr "Изменить порядок по дате/времени"
258
 
259
- #: options/panel1.php:132
260
  msgid "Post (ID)"
261
  msgstr "Запись (ID)"
262
 
263
- #: options/panel1.php:135
264
  msgid "Search query:"
265
  msgstr "Поисковый запрос:"
266
 
267
- #: options/panel1.php:135
268
  msgid "Rows:"
269
  msgstr "Ряды:"
270
 
271
- #: options/panel1.php:135
272
  msgid "of"
273
  msgstr " "
274
 
275
- #: options/panel1.php:142 options/panel1.php:158
276
  msgid "Date and Time"
277
  msgstr "Дата и время"
278
 
279
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
280
  msgid "Replies"
281
  msgstr "Ответы"
282
 
283
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
284
  msgid "Replies Unconfirmed"
285
  msgstr ""
286
 
287
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
288
  msgid "All Comments"
289
  msgstr ""
290
 
291
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
292
  msgid "Unconfirmed"
293
  msgstr ""
294
 
295
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
296
  msgid "Inactive"
297
  msgstr "Активно"
298
 
299
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
300
- #: templates/user.php:111
301
  msgid "Delete"
302
  msgstr "Удалить"
303
 
304
- #: options/panel1.php:202 options/panel1.php:212
305
  msgid "Edit"
306
  msgstr "Редактировать"
307
 
308
- #: options/panel1.php:204 options/panel1.php:210
309
  msgid "Subscription"
310
  msgstr "Подписки"
311
 
312
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
313
  msgid "Action:"
314
  msgstr "Действие:"
315
 
316
- #: options/panel1.php:227
317
  msgid "Delete forever"
318
  msgstr "Удалить навсегда"
319
 
320
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
321
  msgid "Suspend"
322
  msgstr "Приостановить"
323
 
324
- #: options/panel1.php:229
325
  msgid "Activate and set to Y"
326
  msgstr "Включить и установить на Y"
327
 
328
- #: options/panel1.php:230
329
  msgid "Activate and set to R"
330
  msgstr "Включить и установить на R"
331
 
332
- #: options/panel1.php:231
333
  msgid "Activate"
334
  msgstr "Включить"
335
 
336
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
337
  msgid "Update subscriptions"
338
  msgstr "Обновить подписки"
339
 
340
- #: options/panel1.php:238
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:92
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:94
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:110
376
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
377
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
378
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
379
- #: options/panel5.php:210 options/panel5.php:219
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:111
385
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
386
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
387
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
388
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
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:265
433
  msgid "Save Changes"
434
  msgstr "Сохранить изменения"
435
 
@@ -847,7 +884,7 @@ msgstr "Ваши настройки успешно обновлены."
847
  msgid "There was an error deleting the options:"
848
  msgstr "Произошла ошибка в обновлении следующих полей:"
849
 
850
- #: options/panel5.php:48 options/panel5.php:108
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:125
859
  msgid "Autopurge requests"
860
  msgstr "Автоматически удалять запросы"
861
 
862
- #: options/panel5.php:57 options/panel5.php:143
863
  msgid "Enable double check"
864
  msgstr "Включить двойное подтверждение"
865
 
866
- #: options/panel5.php:60 options/panel5.php:134
867
  msgid "StCR Position"
868
  msgstr ""
869
 
870
- #: options/panel5.php:63 options/panel5.php:151
871
  msgid "Subscribe authors"
872
  msgstr "Ярлык оформленной подписки"
873
 
874
- #: options/panel5.php:66 options/panel5.php:161
875
  msgid "Enable HTML emails"
876
  msgstr "Использовать HTML письма"
877
 
@@ -887,43 +924,44 @@ msgstr "Отправлять трэкбеки"
887
  msgid "Notify admin"
888
  msgstr "Уведомить админа"
889
 
890
- #: options/panel5.php:78 options/panel5.php:199
891
  msgid "Let admin subscribe"
892
  msgstr "Позволить админу подписываться"
893
 
894
- #: options/panel5.php:81 options/panel5.php:208
895
  msgid "BCC admin on Notifications"
896
  msgstr "Уведомления"
897
 
898
- #: options/panel5.php:84 options/panel5.php:217
899
  msgid "Enable Font Awesome"
900
  msgstr ""
901
 
902
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
903
  msgid "Reset All Options"
904
  msgstr ""
905
 
906
- #: options/panel5.php:112
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:117
913
  msgid "Safely Uninstall"
914
  msgstr ""
915
 
916
- #: options/panel5.php:121
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:128
923
  msgid "days"
924
  msgstr "дней"
925
 
926
- #: options/panel5.php:129
927
  msgid ""
928
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
929
  "this feature."
@@ -931,14 +969,25 @@ msgstr ""
931
  "Удалять ожидающие подтверждения (не подтвержденные) подписки через Х дней. "
932
  "Ноль отключает эту функцию."
933
 
934
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
935
  msgid ""
936
  "If this option is enable the subscription box will be above the submit "
937
  "button in your comment form. Use this when your theme is outdated and using "
938
  "the incorrect WordPress Hooks and the checkbox is not displayed."
939
  msgstr ""
940
 
941
- #: options/panel5.php:147
942
  msgid ""
943
  "Send a notification email to confirm the subscription (to avoid addresses "
944
  "misuse)."
@@ -946,12 +995,12 @@ msgstr ""
946
  "Отправлять письмо с просьбой подтвердить подписку (чтобы избежать "
947
  "использования эл. адреса без ведома владельца)"
948
 
949
- #: options/panel5.php:156
950
  msgid ""
951
  "Automatically subscribe authors to their own articles (not retroactive)."
952
  msgstr ""
953
 
954
- #: options/panel5.php:165
955
  msgid ""
956
  "If enabled, will send email messages with content-type = text/html instead "
957
  "of text/plain"
@@ -959,77 +1008,77 @@ msgstr ""
959
  "При выборе этой функции сообщения будут отправляться в формате текст/html "
960
  "вместо обычного текста"
961
 
962
- #: options/panel5.php:170
963
  msgid "HTMLify links in emails"
964
  msgstr ""
965
 
966
- #: options/panel5.php:175
967
  msgid ""
968
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
969
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
970
  msgstr ""
971
 
972
- #: options/panel5.php:180
973
  msgid "Process trackbacks"
974
  msgstr "Обрабатывать трэкбеки"
975
 
976
- #: options/panel5.php:184
977
  msgid ""
978
  "Notify users when a new trackback or pingback is added to the discussion."
979
  msgstr "Уведомлять подписчиков о новых трэкбеках или пингбэках к обсуждению"
980
 
981
- #: options/panel5.php:189
982
  msgid "Track all subscriptions"
983
  msgstr "Отследить все подписки"
984
 
985
- #: options/panel5.php:194
986
  msgid "Notify the administrator when users subscribe without commenting."
987
  msgstr ""
988
  "Уведомлять администратора, когда пользователи подписываются без комментария."
989
 
990
- #: options/panel5.php:203
991
  msgid "Let the administrator subscribe to comments when logged in."
992
  msgstr "Позволить админу подписываться, когда он авторизован."
993
 
994
- #: options/panel5.php:212
995
  msgid "Send a copy of all Notifications to the administrator."
996
  msgstr ""
997
 
998
- #: options/panel5.php:221
999
  msgid ""
1000
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1001
  "you theme already add this into your site."
1002
  msgstr ""
1003
 
1004
- #: options/panel5.php:226
1005
  msgid "StCR Unique Key"
1006
  msgstr ""
1007
 
1008
- #: options/panel5.php:231
1009
  msgid "This Unique Key is not set, please click the following button to "
1010
  msgstr ""
1011
 
1012
- #: options/panel5.php:235 options/panel5.php:246
1013
  msgid "Generate"
1014
  msgstr "Tasso di rimbalzo"
1015
 
1016
- #: options/panel5.php:243
1017
  msgid ""
1018
  "This Unique Key will be use to send the notification to your subscribers "
1019
  "with more security."
1020
  msgstr ""
1021
 
1022
- #: options/panel5.php:256
1023
  msgid ""
1024
  "This will reset all the options and messages of the plugin. Please proceed "
1025
  "with caution."
1026
  msgstr ""
1027
 
1028
- #: options/panel5.php:258
1029
  msgid "Yes, Delete Options including subscriptions."
1030
  msgstr ""
1031
 
1032
- #: options/panel5.php:259
1033
  msgid "No, Only delete the StCR Options."
1034
  msgstr ""
1035
 
@@ -1161,34 +1210,34 @@ msgstr ""
1161
  msgid "Subscription Status"
1162
  msgstr ""
1163
 
1164
- #: templates/author.php:88 templates/user.php:104
1165
  msgid "Select all"
1166
  msgstr "Выбрать все"
1167
 
1168
- #: templates/author.php:89 templates/user.php:106
1169
  msgid "Invert selection"
1170
  msgstr "Выбрать обратное"
1171
 
1172
- #: templates/author.php:92 templates/user.php:110
1173
  msgid "Choose your action"
1174
  msgstr ""
1175
 
1176
- #: templates/author.php:95 templates/user.php:113
1177
  msgid "All comments"
1178
  msgstr ""
1179
 
1180
- #: templates/author.php:96 templates/user.php:114
1181
- #: wp_subscribe_reloaded.php:1122
1182
  msgid "Replies to my comments"
1183
  msgstr "Ответы на мои комментарии"
1184
 
1185
- #: templates/author.php:102 templates/confirm.php:28
1186
- #: templates/request-management-link.php:114 templates/user.php:124
1187
  msgid "Return to Post"
1188
  msgstr ""
1189
 
1190
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1191
- #: templates/user.php:128
1192
  msgid "No subscriptions match your search criteria."
1193
  msgstr "Ни одна подписка не соответствует поисковому запросу."
1194
 
@@ -1198,16 +1247,29 @@ msgid ""
1198
  "enter your email below and a new link will be send."
1199
  msgstr ""
1200
 
1201
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1202
- #: templates/subscribe.php:112
 
1203
  msgid "Send"
1204
  msgstr "Отправить"
1205
 
1206
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1207
  msgid "New subscription to"
1208
  msgstr "Новая подписка на"
1209
 
1210
- #: templates/subscribe.php:51
1211
  msgid "User:"
1212
  msgstr "Пользователь:"
1213
 
@@ -1346,6 +1408,7 @@ msgstr ""
1346
 
1347
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1348
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1349
  msgid ""
1350
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1351
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1386,6 +1449,7 @@ msgstr ""
1386
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1387
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1388
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1389
  msgid ""
1390
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1391
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1472,6 +1536,7 @@ msgstr ""
1472
 
1473
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1474
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1475
  msgid "This version includes fixes and improvements, "
1476
  msgstr ""
1477
 
@@ -1487,12 +1552,12 @@ msgid ""
1487
  msgstr ""
1488
 
1489
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1490
- #: utils/stcr_upgrade.php:576
1491
  msgid "Log Settings"
1492
  msgstr ""
1493
 
1494
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1495
- #: utils/stcr_upgrade.php:580
1496
  msgid ""
1497
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1498
  msgstr ""
@@ -1508,7 +1573,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1508
  msgstr ""
1509
 
1510
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1511
- #: utils/stcr_upgrade.php:590
1512
  msgid "The support of this plugin is given thanks to your donations."
1513
  msgstr ""
1514
 
@@ -1559,7 +1624,7 @@ msgstr ""
1559
  msgid "<strong>Fix</strong> issue regarding database collations"
1560
  msgstr ""
1561
 
1562
- #: utils/stcr_upgrade.php:591
1563
  msgid ""
1564
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1565
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1570,7 +1635,105 @@ msgid ""
1570
  "Thanks for all the users that have supported the plugin development."
1571
  msgstr ""
1572
 
1573
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1574
  msgid ""
1575
  "Notify me of followup comments via e-mail. You can also <a "
1576
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1578,7 +1741,7 @@ msgstr ""
1578
  "Получать новые комментарии по электронной почте. Вы можете <a "
1579
  "href='[subscribe_link]'>подписаться</a> без комментирования."
1580
 
1581
- #: utils/stcr_utils.php:197
1582
  msgid ""
1583
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1584
  "subscriptions."
@@ -1586,7 +1749,7 @@ msgstr ""
1586
  "Вы подписаны на эту статью. <a href='[manager_link]'>Редактировать</a> свои "
1587
  "подписки."
1588
 
1589
- #: utils/stcr_utils.php:198
1590
  msgid ""
1591
  "Your subscription to this post needs to be confirmed. <a "
1592
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1594,13 +1757,13 @@ msgstr ""
1594
  "Ваша подписка на эту статью нуждается в подтверждении. <a "
1595
  "href='[manager_link]'>Редактировать</a> свои подписки."
1596
 
1597
- #: utils/stcr_utils.php:199
1598
  msgid ""
1599
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1600
  msgstr ""
1601
  "Вы можете <a href='[manager_link]'>управлять подписками</a> на эту запись."
1602
 
1603
- #: utils/stcr_utils.php:205
1604
  msgid ""
1605
  "To manage your subscriptions, please enter your email address here below. We "
1606
  "will send you a message containing the link to access your personal "
@@ -1610,7 +1773,7 @@ msgstr ""
1610
  "в форму ниже. Мы отправим вам сообщение со ссылкой на вашу персональную "
1611
  "страницу управления."
1612
 
1613
- #: utils/stcr_utils.php:206
1614
  msgid ""
1615
  "Thank you for using our subscription service. Your request has been "
1616
  "completed, and you should receive an email with the management link in a few "
@@ -1620,7 +1783,7 @@ msgstr ""
1620
  "течение нескольких минут вы должны получить письмо со ссылкой на страницу "
1621
  "управления подписками."
1622
 
1623
- #: utils/stcr_utils.php:207
1624
  msgid ""
1625
  "You can follow the discussion on <strong>[post_title]</strong> without "
1626
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1630,7 +1793,7 @@ msgstr ""
1630
  "оставляя своего комментария. Здорово, не правда ли? Просто введите свой "
1631
  "электронный адрес в форму ниже, и готово!"
1632
 
1633
- #: utils/stcr_utils.php:208
1634
  msgid ""
1635
  "Thank you for using our subscription service. Your request has been "
1636
  "completed. You will receive a notification email every time a new comment to "
@@ -1640,7 +1803,7 @@ msgstr ""
1640
  "будете получать уведомления каждый раз, как новый комментарий к этот статье "
1641
  "будет одобрен и опубликован администратором сайта."
1642
 
1643
- #: utils/stcr_utils.php:209
1644
  msgid ""
1645
  "Thank you for using our subscription service. In order to confirm your "
1646
  "request, please check your email for the verification message and follow the "
@@ -1650,7 +1813,7 @@ msgstr ""
1650
  "запрос, пожалуйста, проверьте свою почту и следуйте инструкциям в письме о "
1651
  "подтверждении."
1652
 
1653
- #: utils/stcr_utils.php:210
1654
  msgid ""
1655
  "In order to cancel or suspend one or more notifications, select the "
1656
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1658,7 +1821,7 @@ msgstr ""
1658
  "Чтобы отменить или приостановить одно или более уведомлений, щелкните в "
1659
  "соответствующем окошке выбора и нажмите на кнопку в конце списка."
1660
 
1661
- #: utils/stcr_utils.php:211
1662
  msgid ""
1663
  "In order to cancel or suspend one or more notifications, select the "
1664
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1668,11 +1831,11 @@ msgstr ""
1668
  "соответствующем окошке выбора и нажмите на кнопку в конце списка. На данный "
1669
  "момент вы подписаны на:"
1670
 
1671
- #: utils/stcr_utils.php:215
1672
  msgid "There is a new comment to [post_title]"
1673
  msgstr "Появился новый комментарий к статье [post_title]"
1674
 
1675
- #: utils/stcr_utils.php:216
1676
  msgid ""
1677
  "<h1>There is a new comment on [post_title].</h1>\n"
1678
  "\n"
@@ -1689,11 +1852,11 @@ msgid ""
1689
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1690
  msgstr ""
1691
 
1692
- #: utils/stcr_utils.php:217
1693
  msgid "Please confirm your subscription to [post_title]"
1694
  msgstr "Пожалуйста, подтвердите свою подписку на статью [post_title]"
1695
 
1696
- #: utils/stcr_utils.php:218
1697
  #, fuzzy
1698
  #| msgid ""
1699
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1714,17 +1877,17 @@ msgstr ""
1714
  "Пожалуйста, перейдите по следующей ссылке, чтобы подтвердить подписку:\n"
1715
  "[confirm_link]"
1716
 
1717
- #: utils/stcr_utils.php:219
1718
  msgid "Manage your subscriptions on [blog_name]"
1719
  msgstr "Редактировать свои подписки на сайте [blog_name]"
1720
 
1721
- #: utils/stcr_utils.php:220
1722
  msgid ""
1723
  "You have requested to manage your subscriptions to the articles on "
1724
  "[blog_name]. Please check the Subscriptions management link in your email"
1725
  msgstr ""
1726
 
1727
- #: utils/stcr_utils.php:221
1728
  #, fuzzy
1729
  #| msgid ""
1730
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1740,15 +1903,15 @@ msgstr ""
1740
  "подписками:\n"
1741
  "[manager_link]"
1742
 
1743
- #: utils/stcr_utils.php:300
1744
  msgid "StCR Notification"
1745
  msgstr "Уведомления"
1746
 
1747
- #: wp_subscribe_reloaded.php:1120
1748
  msgid "Don't subscribe"
1749
  msgstr "Не подписываться"
1750
 
1751
- #: wp_subscribe_reloaded.php:1121
1752
  msgid "All"
1753
  msgstr "Все"
1754
 
@@ -1846,9 +2009,6 @@ msgstr "Все"
1846
  #~ msgid "Management page"
1847
  #~ msgstr "Страница управления"
1848
 
1849
- #~ msgid "Awaiting confirmation"
1850
- #~ msgstr "Ожидает подтверждения"
1851
-
1852
  #~ msgid "Stats"
1853
  #~ msgstr "Статистика"
1854
 
@@ -2111,9 +2271,6 @@ msgstr "Все"
2111
  #~ msgid "Is equal to"
2112
  #~ msgstr "Uguale a"
2113
 
2114
- #~ msgid "Day"
2115
- #~ msgstr "Giorno"
2116
-
2117
  #~ msgid "Go"
2118
  #~ msgstr "Vai"
2119
 
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:19-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:19-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "Language: ru_RU\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 "&laquo; Previous"
129
  msgstr "&laquo; Обратно"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "Вперед &raquo;"
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
 
884
  msgid "There was an error deleting the options:"
885
  msgstr "Произошла ошибка в обновлении следующих полей:"
886
 
887
+ #: options/panel5.php:48 options/panel5.php:111
888
  msgid "Show StCR checkbox / dropdown"
889
  msgstr ""
890
 
892
  msgid "Safetly Uninstall"
893
  msgstr ""
894
 
895
+ #: options/panel5.php:54 options/panel5.php:128
896
  msgid "Autopurge requests"
897
  msgstr "Автоматически удалять запросы"
898
 
899
+ #: options/panel5.php:57 options/panel5.php:154
900
  msgid "Enable double check"
901
  msgstr "Включить двойное подтверждение"
902
 
903
+ #: options/panel5.php:60 options/panel5.php:145
904
  msgid "StCR Position"
905
  msgstr ""
906
 
907
+ #: options/panel5.php:63 options/panel5.php:162
908
  msgid "Subscribe authors"
909
  msgstr "Ярлык оформленной подписки"
910
 
911
+ #: options/panel5.php:66 options/panel5.php:172
912
  msgid "Enable HTML emails"
913
  msgstr "Использовать HTML письма"
914
 
924
  msgid "Notify admin"
925
  msgstr "Уведомить админа"
926
 
927
+ #: options/panel5.php:78 options/panel5.php:210
928
  msgid "Let admin subscribe"
929
  msgstr "Позволить админу подписываться"
930
 
931
+ #: options/panel5.php:81 options/panel5.php:219
932
  msgid "BCC admin on Notifications"
933
  msgstr "Уведомления"
934
 
935
+ #: options/panel5.php:84 options/panel5.php:228
936
  msgid "Enable Font Awesome"
937
  msgstr ""
938
 
939
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
940
+ #: options/panel5.php:272
941
  msgid "Reset All Options"
942
  msgstr ""
943
 
944
+ #: options/panel5.php:115
945
  msgid ""
946
  "This option will disable the StCR checkbox or dropdown in you comment form. "
947
  "You should leave it to Yes always. "
948
  msgstr ""
949
 
950
+ #: options/panel5.php:120
951
  msgid "Safely Uninstall"
952
  msgstr ""
953
 
954
+ #: options/panel5.php:124
955
  msgid ""
956
  "This option will allow you to delete the plugin with WordPress without "
957
  "loosing your subscribers. Any database table and plugin options are wipeout."
958
  msgstr ""
959
 
960
+ #: options/panel5.php:131
961
  msgid "days"
962
  msgstr "дней"
963
 
964
+ #: options/panel5.php:132
965
  msgid ""
966
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
967
  "this feature."
969
  "Удалять ожидающие подтверждения (не подтвержденные) подписки через Х дней. "
970
  "Ноль отключает эту функцию."
971
 
972
+ #: options/panel5.php:136
973
+ msgid "Date Format"
974
+ msgstr ""
975
+
976
+ #: options/panel5.php:140
977
+ msgid ""
978
+ "Date format that will be display on the management page. Use <a "
979
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
980
+ "date-parameters' target='_blank'>PHP Date Format</a>"
981
+ msgstr ""
982
+
983
+ #: options/panel5.php:149
984
  msgid ""
985
  "If this option is enable the subscription box will be above the submit "
986
  "button in your comment form. Use this when your theme is outdated and using "
987
  "the incorrect WordPress Hooks and the checkbox is not displayed."
988
  msgstr ""
989
 
990
+ #: options/panel5.php:158
991
  msgid ""
992
  "Send a notification email to confirm the subscription (to avoid addresses "
993
  "misuse)."
995
  "Отправлять письмо с просьбой подтвердить подписку (чтобы избежать "
996
  "использования эл. адреса без ведома владельца)"
997
 
998
+ #: options/panel5.php:167
999
  msgid ""
1000
  "Automatically subscribe authors to their own articles (not retroactive)."
1001
  msgstr ""
1002
 
1003
+ #: options/panel5.php:176
1004
  msgid ""
1005
  "If enabled, will send email messages with content-type = text/html instead "
1006
  "of text/plain"
1008
  "При выборе этой функции сообщения будут отправляться в формате текст/html "
1009
  "вместо обычного текста"
1010
 
1011
+ #: options/panel5.php:181
1012
  msgid "HTMLify links in emails"
1013
  msgstr ""
1014
 
1015
+ #: options/panel5.php:186
1016
  msgid ""
1017
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1018
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1019
  msgstr ""
1020
 
1021
+ #: options/panel5.php:191
1022
  msgid "Process trackbacks"
1023
  msgstr "Обрабатывать трэкбеки"
1024
 
1025
+ #: options/panel5.php:195
1026
  msgid ""
1027
  "Notify users when a new trackback or pingback is added to the discussion."
1028
  msgstr "Уведомлять подписчиков о новых трэкбеках или пингбэках к обсуждению"
1029
 
1030
+ #: options/panel5.php:200
1031
  msgid "Track all subscriptions"
1032
  msgstr "Отследить все подписки"
1033
 
1034
+ #: options/panel5.php:205
1035
  msgid "Notify the administrator when users subscribe without commenting."
1036
  msgstr ""
1037
  "Уведомлять администратора, когда пользователи подписываются без комментария."
1038
 
1039
+ #: options/panel5.php:214
1040
  msgid "Let the administrator subscribe to comments when logged in."
1041
  msgstr "Позволить админу подписываться, когда он авторизован."
1042
 
1043
+ #: options/panel5.php:223
1044
  msgid "Send a copy of all Notifications to the administrator."
1045
  msgstr ""
1046
 
1047
+ #: options/panel5.php:232
1048
  msgid ""
1049
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1050
  "you theme already add this into your site."
1051
  msgstr ""
1052
 
1053
+ #: options/panel5.php:237
1054
  msgid "StCR Unique Key"
1055
  msgstr ""
1056
 
1057
+ #: options/panel5.php:242
1058
  msgid "This Unique Key is not set, please click the following button to "
1059
  msgstr ""
1060
 
1061
+ #: options/panel5.php:246 options/panel5.php:257
1062
  msgid "Generate"
1063
  msgstr "Tasso di rimbalzo"
1064
 
1065
+ #: options/panel5.php:254
1066
  msgid ""
1067
  "This Unique Key will be use to send the notification to your subscribers "
1068
  "with more security."
1069
  msgstr ""
1070
 
1071
+ #: options/panel5.php:267
1072
  msgid ""
1073
  "This will reset all the options and messages of the plugin. Please proceed "
1074
  "with caution."
1075
  msgstr ""
1076
 
1077
+ #: options/panel5.php:269
1078
  msgid "Yes, Delete Options including subscriptions."
1079
  msgstr ""
1080
 
1081
+ #: options/panel5.php:270
1082
  msgid "No, Only delete the StCR Options."
1083
  msgstr ""
1084
 
1210
  msgid "Subscription Status"
1211
  msgstr ""
1212
 
1213
+ #: templates/author.php:91 templates/user.php:107
1214
  msgid "Select all"
1215
  msgstr "Выбрать все"
1216
 
1217
+ #: templates/author.php:92 templates/user.php:109
1218
  msgid "Invert selection"
1219
  msgstr "Выбрать обратное"
1220
 
1221
+ #: templates/author.php:95 templates/user.php:113
1222
  msgid "Choose your action"
1223
  msgstr ""
1224
 
1225
+ #: templates/author.php:98 templates/user.php:116
1226
  msgid "All comments"
1227
  msgstr ""
1228
 
1229
+ #: templates/author.php:99 templates/user.php:117
1230
+ #: wp_subscribe_reloaded.php:1118
1231
  msgid "Replies to my comments"
1232
  msgstr "Ответы на мои комментарии"
1233
 
1234
+ #: templates/author.php:105 templates/confirm.php:28
1235
+ #: templates/request-management-link.php:125 templates/user.php:127
1236
  msgid "Return to Post"
1237
  msgstr ""
1238
 
1239
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1240
+ #: templates/user.php:131
1241
  msgid "No subscriptions match your search criteria."
1242
  msgstr "Ни одна подписка не соответствует поисковому запросу."
1243
 
1247
  "enter your email below and a new link will be send."
1248
  msgstr ""
1249
 
1250
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1251
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1252
+ #: templates/subscribe.php:148
1253
  msgid "Send"
1254
  msgstr "Отправить"
1255
 
1256
+ #: templates/request-management-link.php:143
1257
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1258
+ #: templates/subscribe.php:178
1259
+ #, fuzzy
1260
+ #| msgid "email address"
1261
+ msgid "Email address is not valid"
1262
+ msgstr "Эл. адрес отправителя"
1263
+
1264
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1265
+ msgid "Please enter your email"
1266
+ msgstr ""
1267
+
1268
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1269
  msgid "New subscription to"
1270
  msgstr "Новая подписка на"
1271
 
1272
+ #: templates/subscribe.php:61
1273
  msgid "User:"
1274
  msgstr "Пользователь:"
1275
 
1408
 
1409
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1410
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1411
+ #: utils/stcr_upgrade.php:610
1412
  msgid ""
1413
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1414
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1449
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1450
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1451
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1452
+ #: utils/stcr_upgrade.php:615
1453
  msgid ""
1454
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1455
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1536
 
1537
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1538
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1539
+ #: utils/stcr_upgrade.php:609
1540
  msgid "This version includes fixes and improvements, "
1541
  msgstr ""
1542
 
1552
  msgstr ""
1553
 
1554
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1555
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1556
  msgid "Log Settings"
1557
  msgstr ""
1558
 
1559
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1560
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1561
  msgid ""
1562
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1563
  msgstr ""
1573
  msgstr ""
1574
 
1575
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1576
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1577
  msgid "The support of this plugin is given thanks to your donations."
1578
  msgstr ""
1579
 
1624
  msgid "<strong>Fix</strong> issue regarding database collations"
1625
  msgstr ""
1626
 
1627
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1628
  msgid ""
1629
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1630
  "aria-hidden=\"true\"></i> <a href=\"\n"
1635
  "Thanks for all the users that have supported the plugin development."
1636
  msgstr ""
1637
 
1638
+ #: utils/stcr_utils.php:158
1639
+ msgid "January"
1640
+ msgstr ""
1641
+
1642
+ #: utils/stcr_utils.php:159
1643
+ msgid "February"
1644
+ msgstr ""
1645
+
1646
+ #: utils/stcr_utils.php:160
1647
+ #, fuzzy
1648
+ #| msgid "Search"
1649
+ msgid "March"
1650
+ msgstr "Искать"
1651
+
1652
+ #: utils/stcr_utils.php:161
1653
+ msgid "April"
1654
+ msgstr ""
1655
+
1656
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1657
+ #, fuzzy
1658
+ #| msgid "Day"
1659
+ msgid "May"
1660
+ msgstr "Giorno"
1661
+
1662
+ #: utils/stcr_utils.php:163
1663
+ msgid "June"
1664
+ msgstr ""
1665
+
1666
+ #: utils/stcr_utils.php:164
1667
+ msgid "July"
1668
+ msgstr ""
1669
+
1670
+ #: utils/stcr_utils.php:165
1671
+ msgid "August"
1672
+ msgstr ""
1673
+
1674
+ #: utils/stcr_utils.php:166
1675
+ msgid "September"
1676
+ msgstr ""
1677
+
1678
+ #: utils/stcr_utils.php:167
1679
+ msgid "October"
1680
+ msgstr ""
1681
+
1682
+ #: utils/stcr_utils.php:168
1683
+ msgid "November"
1684
+ msgstr ""
1685
+
1686
+ #: utils/stcr_utils.php:169
1687
+ msgid "December"
1688
+ msgstr ""
1689
+
1690
+ #: utils/stcr_utils.php:173
1691
+ msgid "Jan"
1692
+ msgstr ""
1693
+
1694
+ #: utils/stcr_utils.php:174
1695
+ msgid "Feb"
1696
+ msgstr ""
1697
+
1698
+ #: utils/stcr_utils.php:175
1699
+ msgid "Mar"
1700
+ msgstr ""
1701
+
1702
+ #: utils/stcr_utils.php:176
1703
+ msgid "Apr"
1704
+ msgstr ""
1705
+
1706
+ #: utils/stcr_utils.php:178
1707
+ msgid "Jun"
1708
+ msgstr ""
1709
+
1710
+ #: utils/stcr_utils.php:179
1711
+ msgid "Jul"
1712
+ msgstr ""
1713
+
1714
+ #: utils/stcr_utils.php:180
1715
+ msgid "Aug"
1716
+ msgstr ""
1717
+
1718
+ #: utils/stcr_utils.php:181
1719
+ msgid "Sep"
1720
+ msgstr ""
1721
+
1722
+ #: utils/stcr_utils.php:182
1723
+ msgid "Oct"
1724
+ msgstr ""
1725
+
1726
+ #: utils/stcr_utils.php:183
1727
+ #, fuzzy
1728
+ #| msgid "No"
1729
+ msgid "Nov"
1730
+ msgstr "Нет"
1731
+
1732
+ #: utils/stcr_utils.php:184
1733
+ msgid "Dec"
1734
+ msgstr ""
1735
+
1736
+ #: utils/stcr_utils.php:273
1737
  msgid ""
1738
  "Notify me of followup comments via e-mail. You can also <a "
1739
  "href='[subscribe_link]'>subscribe</a> without commenting."
1741
  "Получать новые комментарии по электронной почте. Вы можете <a "
1742
  "href='[subscribe_link]'>подписаться</a> без комментирования."
1743
 
1744
+ #: utils/stcr_utils.php:274
1745
  msgid ""
1746
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1747
  "subscriptions."
1749
  "Вы подписаны на эту статью. <a href='[manager_link]'>Редактировать</a> свои "
1750
  "подписки."
1751
 
1752
+ #: utils/stcr_utils.php:275
1753
  msgid ""
1754
  "Your subscription to this post needs to be confirmed. <a "
1755
  "href='[manager_link]'>Manage your subscriptions</a>."
1757
  "Ваша подписка на эту статью нуждается в подтверждении. <a "
1758
  "href='[manager_link]'>Редактировать</a> свои подписки."
1759
 
1760
+ #: utils/stcr_utils.php:276
1761
  msgid ""
1762
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1763
  msgstr ""
1764
  "Вы можете <a href='[manager_link]'>управлять подписками</a> на эту запись."
1765
 
1766
+ #: utils/stcr_utils.php:282
1767
  msgid ""
1768
  "To manage your subscriptions, please enter your email address here below. We "
1769
  "will send you a message containing the link to access your personal "
1773
  "в форму ниже. Мы отправим вам сообщение со ссылкой на вашу персональную "
1774
  "страницу управления."
1775
 
1776
+ #: utils/stcr_utils.php:283
1777
  msgid ""
1778
  "Thank you for using our subscription service. Your request has been "
1779
  "completed, and you should receive an email with the management link in a few "
1783
  "течение нескольких минут вы должны получить письмо со ссылкой на страницу "
1784
  "управления подписками."
1785
 
1786
+ #: utils/stcr_utils.php:284
1787
  msgid ""
1788
  "You can follow the discussion on <strong>[post_title]</strong> without "
1789
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1793
  "оставляя своего комментария. Здорово, не правда ли? Просто введите свой "
1794
  "электронный адрес в форму ниже, и готово!"
1795
 
1796
+ #: utils/stcr_utils.php:285
1797
  msgid ""
1798
  "Thank you for using our subscription service. Your request has been "
1799
  "completed. You will receive a notification email every time a new comment to "
1803
  "будете получать уведомления каждый раз, как новый комментарий к этот статье "
1804
  "будет одобрен и опубликован администратором сайта."
1805
 
1806
+ #: utils/stcr_utils.php:286
1807
  msgid ""
1808
  "Thank you for using our subscription service. In order to confirm your "
1809
  "request, please check your email for the verification message and follow the "
1813
  "запрос, пожалуйста, проверьте свою почту и следуйте инструкциям в письме о "
1814
  "подтверждении."
1815
 
1816
+ #: utils/stcr_utils.php:287
1817
  msgid ""
1818
  "In order to cancel or suspend one or more notifications, select the "
1819
  "corresponding checkbox(es) and click on the button at the end of the list."
1821
  "Чтобы отменить или приостановить одно или более уведомлений, щелкните в "
1822
  "соответствующем окошке выбора и нажмите на кнопку в конце списка."
1823
 
1824
+ #: utils/stcr_utils.php:288
1825
  msgid ""
1826
  "In order to cancel or suspend one or more notifications, select the "
1827
  "corresponding checkbox(es) and click on the button at the end of the list. "
1831
  "соответствующем окошке выбора и нажмите на кнопку в конце списка. На данный "
1832
  "момент вы подписаны на:"
1833
 
1834
+ #: utils/stcr_utils.php:292
1835
  msgid "There is a new comment to [post_title]"
1836
  msgstr "Появился новый комментарий к статье [post_title]"
1837
 
1838
+ #: utils/stcr_utils.php:293
1839
  msgid ""
1840
  "<h1>There is a new comment on [post_title].</h1>\n"
1841
  "\n"
1852
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1853
  msgstr ""
1854
 
1855
+ #: utils/stcr_utils.php:294
1856
  msgid "Please confirm your subscription to [post_title]"
1857
  msgstr "Пожалуйста, подтвердите свою подписку на статью [post_title]"
1858
 
1859
+ #: utils/stcr_utils.php:295
1860
  #, fuzzy
1861
  #| msgid ""
1862
  #| "You have requested to be notified every time a new comment is added to:\n"
1877
  "Пожалуйста, перейдите по следующей ссылке, чтобы подтвердить подписку:\n"
1878
  "[confirm_link]"
1879
 
1880
+ #: utils/stcr_utils.php:296
1881
  msgid "Manage your subscriptions on [blog_name]"
1882
  msgstr "Редактировать свои подписки на сайте [blog_name]"
1883
 
1884
+ #: utils/stcr_utils.php:297
1885
  msgid ""
1886
  "You have requested to manage your subscriptions to the articles on "
1887
  "[blog_name]. Please check the Subscriptions management link in your email"
1888
  msgstr ""
1889
 
1890
+ #: utils/stcr_utils.php:298
1891
  #, fuzzy
1892
  #| msgid ""
1893
  #| "You have requested to manage your subscriptions to the articles on "
1903
  "подписками:\n"
1904
  "[manager_link]"
1905
 
1906
+ #: utils/stcr_utils.php:378
1907
  msgid "StCR Notification"
1908
  msgstr "Уведомления"
1909
 
1910
+ #: wp_subscribe_reloaded.php:1116
1911
  msgid "Don't subscribe"
1912
  msgstr "Не подписываться"
1913
 
1914
+ #: wp_subscribe_reloaded.php:1117
1915
  msgid "All"
1916
  msgstr "Все"
1917
 
2009
  #~ msgid "Management page"
2010
  #~ msgstr "Страница управления"
2011
 
 
 
 
2012
  #~ msgid "Stats"
2013
  #~ msgstr "Статистика"
2014
 
2271
  #~ msgid "Is equal to"
2272
  #~ msgstr "Uguale a"
2273
 
 
 
 
2274
  #~ msgid "Go"
2275
  #~ msgstr "Vai"
2276
 
langs/subscribe-reloaded-sr_RS.mo CHANGED
Binary file
langs/subscribe-reloaded-sr_RS.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-12 15:12-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Filip \"inzaghi89\" Cierpich <inzaghi89@gmail.com>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
21
- #: utils/stcr_utils.php:203
22
  msgid "Manage subscriptions"
23
  msgstr "Управљај пријавама"
24
 
@@ -47,7 +47,7 @@ msgstr "Wsparcie"
47
  msgid "Donate"
48
  msgstr ""
49
 
50
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
51
  msgid "Add New Subscription"
52
  msgstr "Додај нову пријаву"
53
 
@@ -56,78 +56,80 @@ msgstr "Додај нову пријаву"
56
  msgid "Post:"
57
  msgstr "Чланак:"
58
 
59
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
60
- #: options/panel1.php:133 templates/key_expired.php:72
61
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
62
  msgid "Email"
63
  msgstr "Е-адреса"
64
 
65
  #: options/panel1-add-subscription.php:20
66
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
67
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
68
  msgid "Status"
69
  msgstr "Статус"
70
 
71
  #: options/panel1-add-subscription.php:22
72
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
73
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
74
  #: templates/user.php:76
75
  msgid "Active"
76
  msgstr "Активан"
77
 
78
  #: options/panel1-add-subscription.php:23
79
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
80
- #: options/panel1.php:80
81
  msgid "Replies only"
82
  msgstr "Само одговори"
83
 
84
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
85
  msgid "Ask user to confirm"
86
  msgstr "Питајте корисника за потврду"
87
 
88
  #: options/panel1-add-subscription.php:26
89
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
90
  msgid "Update"
91
  msgstr "Ажурирај"
92
 
93
- #: options/panel1-business-logic.php:23
94
  msgid "Subscription added."
95
  msgstr "Пријава је додата."
96
 
97
- #: options/panel1-business-logic.php:39
98
  msgid "Subscriptions updated."
99
  msgstr "Пријава је ажурирана."
100
 
101
- #: options/panel1-business-logic.php:51
102
  msgid "Subscription deleted."
103
  msgstr "Пријава је избрисана."
104
 
105
- #: options/panel1-business-logic.php:70 templates/author.php:24
106
  #: templates/user.php:33
107
  msgid "Subscriptions deleted:"
108
  msgstr "Избрисане пријаве:"
109
 
110
- #: options/panel1-business-logic.php:74 templates/author.php:28
111
  #: templates/user.php:37
112
  msgid "Subscriptions suspended:"
113
  msgstr "Обустављене пријаве:"
114
 
115
- #: options/panel1-business-logic.php:78 templates/author.php:32
116
  #: templates/user.php:41
117
  msgid "Subscriptions activated:"
118
  msgstr "Активиране пријаве:"
119
 
120
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
121
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
122
  #: templates/user.php:49
123
  msgid "Subscriptions updated:"
124
  msgstr "Ажуриране пријаве:"
125
 
126
- #: options/panel1-business-logic.php:110
127
  msgid "&laquo; Previous"
128
  msgstr "&laquo; Претходна"
129
 
130
- #: options/panel1-business-logic.php:114
131
  msgid "Next &raquo;"
132
  msgstr "Следећа &raquo;"
133
 
@@ -142,8 +144,8 @@ msgstr "Ажурирај пријаву"
142
  msgid "optional"
143
  msgstr "по избору"
144
 
145
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
146
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
147
  #: templates/author.php:53 templates/user.php:65
148
  msgid ""
149
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -152,57 +154,66 @@ msgstr ""
152
  "Имајте у виду: ова операција се не може опозвати. Да ли сте сигурни да "
153
  "желите да наставите?"
154
 
155
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
156
  msgid "From"
157
  msgstr "Од"
158
 
159
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
160
  msgid "To"
161
  msgstr "До"
162
 
163
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
164
  msgid "Keep unchanged"
165
  msgstr "Остави непромењен"
166
 
167
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
168
  msgid "Suspended"
169
  msgstr "Обустављено"
170
 
171
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
172
  msgid "Mass Update Subscriptions"
173
  msgstr "Масовно ажурирање пријава"
174
 
175
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
176
  msgid "email address"
177
  msgstr "Е-адреса пошиљаоца"
178
 
179
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
180
  msgid "optional - new email address"
181
  msgstr "Aktualizuj adres e-mail"
182
 
183
- #: options/panel1.php:49
184
  msgid "More info"
185
  msgstr ""
186
 
187
- #: options/panel1.php:55
188
  msgid ""
189
  "This option will allow you to change an email address for another one or to "
190
  "update the same status for all the subscription on a specific email address."
191
  msgstr ""
192
 
193
- #: options/panel1.php:68
194
  msgid "Post ID"
195
  msgstr "ID чланка"
196
 
197
- #: options/panel1.php:83
198
  msgid "Add"
199
  msgstr "Додај"
200
 
201
- #: options/panel1.php:98
202
  msgid "Search subscriptions"
203
  msgstr "Тражи пријаву"
204
 
205
- #: options/panel1.php:102
206
  #, php-format
207
  msgid ""
208
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -211,139 +222,165 @@ msgstr ""
211
  "Можете подједнако <a href=\"%s\">да видите све пријаве </a> или претражити "
212
  "по"
213
 
214
- #: options/panel1.php:106
215
  msgid "email"
216
  msgstr "е-адреса"
217
 
218
- #: options/panel1.php:107
219
  msgid "post ID"
220
  msgstr "ID чланка"
221
 
222
- #: options/panel1.php:108
223
  msgid "status"
224
  msgstr "статус"
225
 
226
- #: options/panel1.php:111
227
  msgid "equals"
228
  msgstr "једнако"
229
 
230
- #: options/panel1.php:112
231
  msgid "contains"
232
  msgstr "садржи"
233
 
234
- #: options/panel1.php:113
235
  msgid "does not contain"
236
  msgstr "не садржи"
237
 
238
- #: options/panel1.php:114
239
  msgid "starts with"
240
  msgstr "почиње са"
241
 
242
- #: options/panel1.php:115
243
  msgid "ends with"
244
  msgstr "завршава са"
245
 
246
- #: options/panel1.php:118
247
  msgid "results per page:"
248
  msgstr "резултата по страници:"
249
 
250
- #: options/panel1.php:120
251
  msgid "Search"
252
  msgstr "Тражи"
253
 
254
- #: options/panel1.php:128
255
  msgid "Reverse the order by Post ID"
256
  msgstr "Редослед сортирања према ID чланку"
257
 
258
- #: options/panel1.php:129 options/panel1.php:130
259
  msgid "Reverse the order by Date/Time"
260
  msgstr "Редослед сортирања према датум/време"
261
 
262
- #: options/panel1.php:132
263
  msgid "Post (ID)"
264
  msgstr "Чланак (ID)"
265
 
266
- #: options/panel1.php:135
267
  msgid "Search query:"
268
  msgstr "Резултати претраге:"
269
 
270
- #: options/panel1.php:135
271
  msgid "Rows:"
272
  msgstr "Резултати:"
273
 
274
- #: options/panel1.php:135
275
  msgid "of"
276
  msgstr "од"
277
 
278
- #: options/panel1.php:142 options/panel1.php:158
279
  msgid "Date and Time"
280
  msgstr "Датум и време"
281
 
282
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
283
  msgid "Replies"
284
  msgstr "Odpowiedzi"
285
 
286
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
287
  msgid "Replies Unconfirmed"
288
  msgstr ""
289
 
290
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
291
  msgid "All Comments"
292
  msgstr ""
293
 
294
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
295
  msgid "Unconfirmed"
296
  msgstr ""
297
 
298
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
299
  msgid "Inactive"
300
  msgstr "Активан"
301
 
302
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
303
- #: templates/user.php:111
304
  msgid "Delete"
305
  msgstr "Избриши"
306
 
307
- #: options/panel1.php:202 options/panel1.php:212
308
  msgid "Edit"
309
  msgstr "Уреди"
310
 
311
- #: options/panel1.php:204 options/panel1.php:210
312
  msgid "Subscription"
313
  msgstr "Пријаве"
314
 
315
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
316
  msgid "Action:"
317
  msgstr "Акција:"
318
 
319
- #: options/panel1.php:227
320
  msgid "Delete forever"
321
  msgstr "Избриши заувек"
322
 
323
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
324
  msgid "Suspend"
325
  msgstr "Обустави"
326
 
327
- #: options/panel1.php:229
328
  msgid "Activate and set to Y"
329
  msgstr "Активирај и подеси на Y"
330
 
331
- #: options/panel1.php:230
332
  msgid "Activate and set to R"
333
  msgstr "Активирај и подеси на R"
334
 
335
- #: options/panel1.php:231
336
  msgid "Activate"
337
  msgstr "Активирај"
338
 
339
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
340
  msgid "Update subscriptions"
341
  msgstr "Ажурирај пријаве"
342
 
343
- #: options/panel1.php:238
344
  msgid "Sorry, no subscriptions match your search criteria."
345
  msgstr "Нажалост нема пријава које одговарају траженим критеријумима."
346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  #: options/panel10.php:41
348
  msgid "The log file has been successfully deleted."
349
  msgstr ""
@@ -365,30 +402,30 @@ msgid "Enable Auto clean log data"
365
  msgstr ""
366
 
367
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
368
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
369
  msgid "Your settings have been successfully updated."
370
  msgstr "Ваша подешавања су успешно ажурирана."
371
 
372
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
373
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
374
  msgid "There was an error updating the following fields:"
375
  msgstr "Дошло је до грешке при ажурирању следећих поља:"
376
 
377
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
378
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
379
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
380
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
381
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
382
- #: options/panel5.php:210 options/panel5.php:219
383
  msgid "Yes"
384
  msgstr "Да"
385
 
386
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
387
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
388
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
389
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
390
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
391
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
392
  msgid "No"
393
  msgstr "Не"
394
 
@@ -432,7 +469,7 @@ msgid "System Information"
432
  msgstr ""
433
 
434
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
435
- #: options/panel4.php:283 options/panel5.php:265
436
  msgid "Save Changes"
437
  msgstr "Сачувај промене"
438
 
@@ -853,7 +890,7 @@ msgstr "Ваша подешавања су успешно ажурирана."
853
  msgid "There was an error deleting the options:"
854
  msgstr "Дошло је до грешке при ажурирању следећих поља:"
855
 
856
- #: options/panel5.php:48 options/panel5.php:108
857
  msgid "Show StCR checkbox / dropdown"
858
  msgstr ""
859
 
@@ -861,23 +898,23 @@ msgstr ""
861
  msgid "Safetly Uninstall"
862
  msgstr ""
863
 
864
- #: options/panel5.php:54 options/panel5.php:125
865
  msgid "Autopurge requests"
866
  msgstr "Аутоматско чишћење"
867
 
868
- #: options/panel5.php:57 options/panel5.php:143
869
  msgid "Enable double check"
870
  msgstr "Укључи двоструку верификацију"
871
 
872
- #: options/panel5.php:60 options/panel5.php:134
873
  msgid "StCR Position"
874
  msgstr ""
875
 
876
- #: options/panel5.php:63 options/panel5.php:151
877
  msgid "Subscribe authors"
878
  msgstr ""
879
 
880
- #: options/panel5.php:66 options/panel5.php:161
881
  msgid "Enable HTML emails"
882
  msgstr "Укључи HTML за е-пошту"
883
 
@@ -893,43 +930,44 @@ msgstr "Шаљи повратне везе"
893
  msgid "Notify admin"
894
  msgstr "Обавештавај администратора"
895
 
896
- #: options/panel5.php:78 options/panel5.php:199
897
  msgid "Let admin subscribe"
898
  msgstr "Дозволи пријаве администратору"
899
 
900
- #: options/panel5.php:81 options/panel5.php:208
901
  msgid "BCC admin on Notifications"
902
  msgstr "Обавештења"
903
 
904
- #: options/panel5.php:84 options/panel5.php:217
905
  msgid "Enable Font Awesome"
906
  msgstr ""
907
 
908
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
909
  msgid "Reset All Options"
910
  msgstr ""
911
 
912
- #: options/panel5.php:112
913
  msgid ""
914
  "This option will disable the StCR checkbox or dropdown in you comment form. "
915
  "You should leave it to Yes always. "
916
  msgstr ""
917
 
918
- #: options/panel5.php:117
919
  msgid "Safely Uninstall"
920
  msgstr ""
921
 
922
- #: options/panel5.php:121
923
  msgid ""
924
  "This option will allow you to delete the plugin with WordPress without "
925
  "loosing your subscribers. Any database table and plugin options are wipeout."
926
  msgstr ""
927
 
928
- #: options/panel5.php:128
929
  msgid "days"
930
  msgstr "дана"
931
 
932
- #: options/panel5.php:129
933
  msgid ""
934
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
935
  "this feature."
@@ -937,103 +975,114 @@ msgstr ""
937
  "Бриши потврде које су на чекању (непотврђене) после X дана. \"Нула\" "
938
  "искључује ову функцију."
939
 
940
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
941
  msgid ""
942
  "If this option is enable the subscription box will be above the submit "
943
  "button in your comment form. Use this when your theme is outdated and using "
944
  "the incorrect WordPress Hooks and the checkbox is not displayed."
945
  msgstr ""
946
 
947
- #: options/panel5.php:147
948
  msgid ""
949
  "Send a notification email to confirm the subscription (to avoid addresses "
950
  "misuse)."
951
  msgstr "Шаљи е-пошту са потврдом пријаве (да се избегне злоупотреба адреса)."
952
 
953
- #: options/panel5.php:156
954
  msgid ""
955
  "Automatically subscribe authors to their own articles (not retroactive)."
956
  msgstr ""
957
 
958
- #: options/panel5.php:165
959
  msgid ""
960
  "If enabled, will send email messages with content-type = text/html instead "
961
  "of text/plain"
962
  msgstr ""
963
  "Ако је укључено, биће послата е-пошта са text/html уместо обичног текста."
964
 
965
- #: options/panel5.php:170
966
  msgid "HTMLify links in emails"
967
  msgstr ""
968
 
969
- #: options/panel5.php:175
970
  msgid ""
971
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
972
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
973
  msgstr ""
974
 
975
- #: options/panel5.php:180
976
  msgid "Process trackbacks"
977
  msgstr "Прати trackbacks"
978
 
979
- #: options/panel5.php:184
980
  msgid ""
981
  "Notify users when a new trackback or pingback is added to the discussion."
982
  msgstr ""
983
  "Информиши кориснике о новим trackback или pingback додатим у дискусији."
984
 
985
- #: options/panel5.php:189
986
  msgid "Track all subscriptions"
987
  msgstr "Прати све пријаве"
988
 
989
- #: options/panel5.php:194
990
  msgid "Notify the administrator when users subscribe without commenting."
991
  msgstr ""
992
  "Информиши администратора ако коросник покрене пријаву без коментарисања."
993
 
994
- #: options/panel5.php:203
995
  msgid "Let the administrator subscribe to comments when logged in."
996
  msgstr "Дозволи администратору пријаву на коментаре ако је улогован."
997
 
998
- #: options/panel5.php:212
999
  msgid "Send a copy of all Notifications to the administrator."
1000
  msgstr ""
1001
 
1002
- #: options/panel5.php:221
1003
  msgid ""
1004
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1005
  "you theme already add this into your site."
1006
  msgstr ""
1007
 
1008
- #: options/panel5.php:226
1009
  msgid "StCR Unique Key"
1010
  msgstr ""
1011
 
1012
- #: options/panel5.php:231
1013
  msgid "This Unique Key is not set, please click the following button to "
1014
  msgstr ""
1015
 
1016
- #: options/panel5.php:235 options/panel5.php:246
1017
  msgid "Generate"
1018
  msgstr ""
1019
 
1020
- #: options/panel5.php:243
1021
  msgid ""
1022
  "This Unique Key will be use to send the notification to your subscribers "
1023
  "with more security."
1024
  msgstr ""
1025
 
1026
- #: options/panel5.php:256
1027
  msgid ""
1028
  "This will reset all the options and messages of the plugin. Please proceed "
1029
  "with caution."
1030
  msgstr ""
1031
 
1032
- #: options/panel5.php:258
1033
  msgid "Yes, Delete Options including subscriptions."
1034
  msgstr ""
1035
 
1036
- #: options/panel5.php:259
1037
  msgid "No, Only delete the StCR Options."
1038
  msgstr ""
1039
 
@@ -1161,34 +1210,34 @@ msgstr ""
1161
  msgid "Subscription Status"
1162
  msgstr ""
1163
 
1164
- #: templates/author.php:88 templates/user.php:104
1165
  msgid "Select all"
1166
  msgstr "Означи све"
1167
 
1168
- #: templates/author.php:89 templates/user.php:106
1169
  msgid "Invert selection"
1170
  msgstr "Обрни означено"
1171
 
1172
- #: templates/author.php:92 templates/user.php:110
1173
  msgid "Choose your action"
1174
  msgstr ""
1175
 
1176
- #: templates/author.php:95 templates/user.php:113
1177
  msgid "All comments"
1178
  msgstr ""
1179
 
1180
- #: templates/author.php:96 templates/user.php:114
1181
- #: wp_subscribe_reloaded.php:1122
1182
  msgid "Replies to my comments"
1183
  msgstr "Одговори на моје коментаре"
1184
 
1185
- #: templates/author.php:102 templates/confirm.php:28
1186
- #: templates/request-management-link.php:114 templates/user.php:124
1187
  msgid "Return to Post"
1188
  msgstr ""
1189
 
1190
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1191
- #: templates/user.php:128
1192
  msgid "No subscriptions match your search criteria."
1193
  msgstr "Ниједна пријава не испуњава критеријум претраге."
1194
 
@@ -1198,16 +1247,29 @@ msgid ""
1198
  "enter your email below and a new link will be send."
1199
  msgstr ""
1200
 
1201
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1202
- #: templates/subscribe.php:112
 
1203
  msgid "Send"
1204
  msgstr "Пошаљи"
1205
 
1206
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1207
  msgid "New subscription to"
1208
  msgstr "Нова пријава за"
1209
 
1210
- #: templates/subscribe.php:51
1211
  msgid "User:"
1212
  msgstr "Корисник:"
1213
 
@@ -1346,6 +1408,7 @@ msgstr ""
1346
 
1347
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1348
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1349
  msgid ""
1350
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1351
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1386,6 +1449,7 @@ msgstr ""
1386
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1387
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1388
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1389
  msgid ""
1390
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1391
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1472,6 +1536,7 @@ msgstr ""
1472
 
1473
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1474
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1475
  msgid "This version includes fixes and improvements, "
1476
  msgstr ""
1477
 
@@ -1487,12 +1552,12 @@ msgid ""
1487
  msgstr ""
1488
 
1489
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1490
- #: utils/stcr_upgrade.php:576
1491
  msgid "Log Settings"
1492
  msgstr ""
1493
 
1494
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1495
- #: utils/stcr_upgrade.php:580
1496
  msgid ""
1497
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1498
  msgstr ""
@@ -1508,7 +1573,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1508
  msgstr ""
1509
 
1510
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1511
- #: utils/stcr_upgrade.php:590
1512
  msgid "The support of this plugin is given thanks to your donations."
1513
  msgstr ""
1514
 
@@ -1559,7 +1624,7 @@ msgstr ""
1559
  msgid "<strong>Fix</strong> issue regarding database collations"
1560
  msgstr ""
1561
 
1562
- #: utils/stcr_upgrade.php:591
1563
  msgid ""
1564
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1565
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1570,7 +1635,103 @@ msgid ""
1570
  "Thanks for all the users that have supported the plugin development."
1571
  msgstr ""
1572
 
1573
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1574
  msgid ""
1575
  "Notify me of followup comments via e-mail. You can also <a "
1576
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1578,7 +1739,7 @@ msgstr ""
1578
  "Обавести ме о коментарима на е-пошту. Такође можете <a "
1579
  "href='[subscribe_link]'>да се пријавите</a> без остављања коментара."
1580
 
1581
- #: utils/stcr_utils.php:197
1582
  msgid ""
1583
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1584
  "subscriptions."
@@ -1586,7 +1747,7 @@ msgstr ""
1586
  "Пријавили сте се на овај чланак. <a href='[manager_link]'>Управљај пријавом</"
1587
  "a>."
1588
 
1589
- #: utils/stcr_utils.php:198
1590
  msgid ""
1591
  "Your subscription to this post needs to be confirmed. <a "
1592
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1594,13 +1755,13 @@ msgstr ""
1594
  "Пријава за овај чланак мора да буде потврђена <a "
1595
  "href='[manager_link]'>Управљај пријавама</a>."
1596
 
1597
- #: utils/stcr_utils.php:199
1598
  msgid ""
1599
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1600
  msgstr ""
1601
  "Можете да <a href='[manager_link]'>управљате пријавама</a> на овом чланку."
1602
 
1603
- #: utils/stcr_utils.php:205
1604
  msgid ""
1605
  "To manage your subscriptions, please enter your email address here below. We "
1606
  "will send you a message containing the link to access your personal "
@@ -1609,7 +1770,7 @@ msgstr ""
1609
  "Да би управљали пријавама, прво унесите е-адресу у поље испод. Добићете "
1610
  "поруку са везом ка страници за управљање пријавама."
1611
 
1612
- #: utils/stcr_utils.php:206
1613
  msgid ""
1614
  "Thank you for using our subscription service. Your request has been "
1615
  "completed, and you should receive an email with the management link in a few "
@@ -1618,7 +1779,7 @@ msgstr ""
1618
  "Ваш захтев је прихваћен. У наредних неколико минута тебало би да добијете е-"
1619
  "пошту са везом за управљање пријавама."
1620
 
1621
- #: utils/stcr_utils.php:207
1622
  msgid ""
1623
  "You can follow the discussion on <strong>[post_title]</strong> without "
1624
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1628,7 +1789,7 @@ msgstr ""
1628
  "остављања коментара. Занимљиво, зар не? Довољно је да унесете е-адресу у "
1629
  "поље испод, и бићете на време обавештени."
1630
 
1631
- #: utils/stcr_utils.php:208
1632
  msgid ""
1633
  "Thank you for using our subscription service. Your request has been "
1634
  "completed. You will receive a notification email every time a new comment to "
@@ -1637,7 +1798,7 @@ msgstr ""
1637
  "Ваш захтев је прихваћен и завршен. Добићете обавештење путем е-поште сваки "
1638
  "пут када се појави нови коментар."
1639
 
1640
- #: utils/stcr_utils.php:209
1641
  msgid ""
1642
  "Thank you for using our subscription service. In order to confirm your "
1643
  "request, please check your email for the verification message and follow the "
@@ -1646,7 +1807,7 @@ msgstr ""
1646
  "Ваш захтев је прихваћен и завршен. Како би потврдили захтев, проверите е-"
1647
  "пошту за верификацију поруке и пратите упутства."
1648
 
1649
- #: utils/stcr_utils.php:210
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 +1815,7 @@ msgstr ""
1654
  "Да би поништили или обуставили једно или више обавештења, изаберите "
1655
  "одговарајуће поље за потврду и кликните на дугме на крају листе."
1656
 
1657
- #: utils/stcr_utils.php:211
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 +1825,11 @@ msgstr ""
1664
  "одговарајуће поље за потврду и кликните на дугме на крају листе. Тренутно "
1665
  "сте пријављени на:"
1666
 
1667
- #: utils/stcr_utils.php:215
1668
  msgid "There is a new comment to [post_title]"
1669
  msgstr "Нови коментар на [post_title]"
1670
 
1671
- #: utils/stcr_utils.php:216
1672
  msgid ""
1673
  "<h1>There is a new comment on [post_title].</h1>\n"
1674
  "\n"
@@ -1685,11 +1846,11 @@ msgid ""
1685
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1686
  msgstr ""
1687
 
1688
- #: utils/stcr_utils.php:217
1689
  msgid "Please confirm your subscription to [post_title]"
1690
  msgstr "Потврдите своју пријаву на [post_title]"
1691
 
1692
- #: utils/stcr_utils.php:218
1693
  #, fuzzy
1694
  #| msgid ""
1695
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1711,17 +1872,17 @@ msgstr ""
1711
  "Потврдите свој захтев кликом на ову везу:\n"
1712
  "[confirm_link]"
1713
 
1714
- #: utils/stcr_utils.php:219
1715
  msgid "Manage your subscriptions on [blog_name]"
1716
  msgstr "Управљај пријавама на [blog_name]"
1717
 
1718
- #: utils/stcr_utils.php:220
1719
  msgid ""
1720
  "You have requested to manage your subscriptions to the articles on "
1721
  "[blog_name]. Please check the Subscriptions management link in your email"
1722
  msgstr ""
1723
 
1724
- #: utils/stcr_utils.php:221
1725
  #, fuzzy
1726
  #| msgid ""
1727
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1736,15 +1897,15 @@ msgstr ""
1736
  "Кликните на везу испод да би могли да управљате Вашим пријавама :\n"
1737
  "[manager_link]"
1738
 
1739
- #: utils/stcr_utils.php:300
1740
  msgid "StCR Notification"
1741
  msgstr "Обавештења"
1742
 
1743
- #: wp_subscribe_reloaded.php:1120
1744
  msgid "Don't subscribe"
1745
  msgstr "Не пријављуј"
1746
 
1747
- #: wp_subscribe_reloaded.php:1121
1748
  msgid "All"
1749
  msgstr "Све"
1750
 
@@ -1844,9 +2005,6 @@ msgstr "Све"
1844
  #~ msgid "Management page"
1845
  #~ msgstr "Zarządzanie strony"
1846
 
1847
- #~ msgid "Awaiting confirmation"
1848
- #~ msgstr "Oczekujące potwierdzenia"
1849
-
1850
  #~ msgid "Stats"
1851
  #~ msgstr "Statystyki"
1852
 
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:19-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Filip \"inzaghi89\" Cierpich <inzaghi89@gmail.com>\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
21
+ #: utils/stcr_utils.php:280
22
  msgid "Manage subscriptions"
23
  msgstr "Управљај пријавама"
24
 
47
  msgid "Donate"
48
  msgstr ""
49
 
50
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
51
  msgid "Add New Subscription"
52
  msgstr "Додај нову пријаву"
53
 
56
  msgid "Post:"
57
  msgstr "Чланак:"
58
 
59
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
60
+ #: options/panel1.php:159 templates/key_expired.php:72
61
+ #: templates/request-management-link.php:113
62
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
63
+ #: templates/subscribe.php:146
64
  msgid "Email"
65
  msgstr "Е-адреса"
66
 
67
  #: options/panel1-add-subscription.php:20
68
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
69
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
70
  msgid "Status"
71
  msgstr "Статус"
72
 
73
  #: options/panel1-add-subscription.php:22
74
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
75
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
76
  #: templates/user.php:76
77
  msgid "Active"
78
  msgstr "Активан"
79
 
80
  #: options/panel1-add-subscription.php:23
81
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
82
+ #: options/panel1.php:106
83
  msgid "Replies only"
84
  msgstr "Само одговори"
85
 
86
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
87
  msgid "Ask user to confirm"
88
  msgstr "Питајте корисника за потврду"
89
 
90
  #: options/panel1-add-subscription.php:26
91
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
92
  msgid "Update"
93
  msgstr "Ажурирај"
94
 
95
+ #: options/panel1-business-logic.php:40
96
  msgid "Subscription added."
97
  msgstr "Пријава је додата."
98
 
99
+ #: options/panel1-business-logic.php:65
100
  msgid "Subscriptions updated."
101
  msgstr "Пријава је ажурирана."
102
 
103
+ #: options/panel1-business-logic.php:80
104
  msgid "Subscription deleted."
105
  msgstr "Пријава је избрисана."
106
 
107
+ #: options/panel1-business-logic.php:99 templates/author.php:24
108
  #: templates/user.php:33
109
  msgid "Subscriptions deleted:"
110
  msgstr "Избрисане пријаве:"
111
 
112
+ #: options/panel1-business-logic.php:103 templates/author.php:28
113
  #: templates/user.php:37
114
  msgid "Subscriptions suspended:"
115
  msgstr "Обустављене пријаве:"
116
 
117
+ #: options/panel1-business-logic.php:107 templates/author.php:32
118
  #: templates/user.php:41
119
  msgid "Subscriptions activated:"
120
  msgstr "Активиране пријаве:"
121
 
122
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
123
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
124
  #: templates/user.php:49
125
  msgid "Subscriptions updated:"
126
  msgstr "Ажуриране пријаве:"
127
 
128
+ #: options/panel1-business-logic.php:147
129
  msgid "&laquo; Previous"
130
  msgstr "&laquo; Претходна"
131
 
132
+ #: options/panel1-business-logic.php:151
133
  msgid "Next &raquo;"
134
  msgstr "Следећа &raquo;"
135
 
144
  msgid "optional"
145
  msgstr "по избору"
146
 
147
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
148
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
149
  #: templates/author.php:53 templates/user.php:65
150
  msgid ""
151
  "Please remember: this operation cannot be undone. Are you sure you want to "
154
  "Имајте у виду: ова операција се не може опозвати. Да ли сте сигурни да "
155
  "желите да наставите?"
156
 
157
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
158
  msgid "From"
159
  msgstr "Од"
160
 
161
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
162
  msgid "To"
163
  msgstr "До"
164
 
165
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
166
  msgid "Keep unchanged"
167
  msgstr "Остави непромењен"
168
 
169
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
170
  msgid "Suspended"
171
  msgstr "Обустављено"
172
 
173
+ #: options/panel1.php:22
174
+ msgid "The email that you typed is not correct."
175
+ msgstr ""
176
+
177
+ #: options/panel1.php:29
178
+ msgid "Please enter a valid Post ID."
179
+ msgstr ""
180
+
181
+ #: options/panel1.php:46
182
  msgid "Mass Update Subscriptions"
183
  msgstr "Масовно ажурирање пријава"
184
 
185
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
186
+ #: options/panel1.php:317
187
  msgid "email address"
188
  msgstr "Е-адреса пошиљаоца"
189
 
190
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
191
  msgid "optional - new email address"
192
  msgstr "Aktualizuj adres e-mail"
193
 
194
+ #: options/panel1.php:74
195
  msgid "More info"
196
  msgstr ""
197
 
198
+ #: options/panel1.php:80
199
  msgid ""
200
  "This option will allow you to change an email address for another one or to "
201
  "update the same status for all the subscription on a specific email address."
202
  msgstr ""
203
 
204
+ #: options/panel1.php:92
205
  msgid "Post ID"
206
  msgstr "ID чланка"
207
 
208
+ #: options/panel1.php:109
209
  msgid "Add"
210
  msgstr "Додај"
211
 
212
+ #: options/panel1.php:124
213
  msgid "Search subscriptions"
214
  msgstr "Тражи пријаву"
215
 
216
+ #: options/panel1.php:128
217
  #, php-format
218
  msgid ""
219
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
222
  "Можете подједнако <a href=\"%s\">да видите све пријаве </a> или претражити "
223
  "по"
224
 
225
+ #: options/panel1.php:132
226
  msgid "email"
227
  msgstr "е-адреса"
228
 
229
+ #: options/panel1.php:133
230
  msgid "post ID"
231
  msgstr "ID чланка"
232
 
233
+ #: options/panel1.php:134
234
  msgid "status"
235
  msgstr "статус"
236
 
237
+ #: options/panel1.php:137
238
  msgid "equals"
239
  msgstr "једнако"
240
 
241
+ #: options/panel1.php:138
242
  msgid "contains"
243
  msgstr "садржи"
244
 
245
+ #: options/panel1.php:139
246
  msgid "does not contain"
247
  msgstr "не садржи"
248
 
249
+ #: options/panel1.php:140
250
  msgid "starts with"
251
  msgstr "почиње са"
252
 
253
+ #: options/panel1.php:141
254
  msgid "ends with"
255
  msgstr "завршава са"
256
 
257
+ #: options/panel1.php:144
258
  msgid "results per page:"
259
  msgstr "резултата по страници:"
260
 
261
+ #: options/panel1.php:146
262
  msgid "Search"
263
  msgstr "Тражи"
264
 
265
+ #: options/panel1.php:154
266
  msgid "Reverse the order by Post ID"
267
  msgstr "Редослед сортирања према ID чланку"
268
 
269
+ #: options/panel1.php:155 options/panel1.php:156
270
  msgid "Reverse the order by Date/Time"
271
  msgstr "Редослед сортирања према датум/време"
272
 
273
+ #: options/panel1.php:158
274
  msgid "Post (ID)"
275
  msgstr "Чланак (ID)"
276
 
277
+ #: options/panel1.php:161
278
  msgid "Search query:"
279
  msgstr "Резултати претраге:"
280
 
281
+ #: options/panel1.php:161
282
  msgid "Rows:"
283
  msgstr "Резултати:"
284
 
285
+ #: options/panel1.php:161
286
  msgid "of"
287
  msgstr "од"
288
 
289
+ #: options/panel1.php:168 options/panel1.php:184
290
  msgid "Date and Time"
291
  msgstr "Датум и време"
292
 
293
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
294
  msgid "Replies"
295
  msgstr "Odpowiedzi"
296
 
297
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
298
  msgid "Replies Unconfirmed"
299
  msgstr ""
300
 
301
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
302
  msgid "All Comments"
303
  msgstr ""
304
 
305
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
306
  msgid "Unconfirmed"
307
  msgstr ""
308
 
309
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
310
  msgid "Inactive"
311
  msgstr "Активан"
312
 
313
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
314
+ #: templates/user.php:114
315
  msgid "Delete"
316
  msgstr "Избриши"
317
 
318
+ #: options/panel1.php:228 options/panel1.php:238
319
  msgid "Edit"
320
  msgstr "Уреди"
321
 
322
+ #: options/panel1.php:230 options/panel1.php:236
323
  msgid "Subscription"
324
  msgstr "Пријаве"
325
 
326
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
327
  msgid "Action:"
328
  msgstr "Акција:"
329
 
330
+ #: options/panel1.php:253
331
  msgid "Delete forever"
332
  msgstr "Избриши заувек"
333
 
334
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
335
  msgid "Suspend"
336
  msgstr "Обустави"
337
 
338
+ #: options/panel1.php:255
339
  msgid "Activate and set to Y"
340
  msgstr "Активирај и подеси на Y"
341
 
342
+ #: options/panel1.php:256
343
  msgid "Activate and set to R"
344
  msgstr "Активирај и подеси на R"
345
 
346
+ #: options/panel1.php:257
347
  msgid "Activate"
348
  msgstr "Активирај"
349
 
350
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
351
  msgid "Update subscriptions"
352
  msgstr "Ажурирај пријаве"
353
 
354
+ #: options/panel1.php:264
355
  msgid "Sorry, no subscriptions match your search criteria."
356
  msgstr "Нажалост нема пријава које одговарају траженим критеријумима."
357
 
358
+ #: options/panel1.php:321 options/panel1.php:389
359
+ #, fuzzy
360
+ #| msgid "Awaiting confirmation"
361
+ msgid "Missing information"
362
+ msgstr "Oczekujące potwierdzenia"
363
+
364
+ #: options/panel1.php:329 options/panel1.php:414
365
+ #, fuzzy
366
+ #| msgid "Sender email address"
367
+ msgid "Invalid email address."
368
+ msgstr "Е-адреса пошиљаоца"
369
+
370
+ #: options/panel1.php:397
371
+ msgid "Enter a numeric Post ID."
372
+ msgstr ""
373
+
374
+ #: options/panel1.php:406
375
+ #, fuzzy
376
+ #| msgid "Awaiting confirmation"
377
+ msgid "Missing email information"
378
+ msgstr "Oczekujące potwierdzenia"
379
+
380
+ #: options/panel1.php:442 options/panel1.php:450
381
+ msgid "Please enter a value"
382
+ msgstr ""
383
+
384
  #: options/panel10.php:41
385
  msgid "The log file has been successfully deleted."
386
  msgstr ""
402
  msgstr ""
403
 
404
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
405
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
406
  msgid "Your settings have been successfully updated."
407
  msgstr "Ваша подешавања су успешно ажурирана."
408
 
409
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
410
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
411
  msgid "There was an error updating the following fields:"
412
  msgstr "Дошло је до грешке при ажурирању следећих поља:"
413
 
414
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
415
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
416
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
417
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
418
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
419
+ #: options/panel5.php:221 options/panel5.php:230
420
  msgid "Yes"
421
  msgstr "Да"
422
 
423
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
424
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
425
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
426
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
427
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
428
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
429
  msgid "No"
430
  msgstr "Не"
431
 
469
  msgstr ""
470
 
471
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
472
+ #: options/panel4.php:283 options/panel5.php:276
473
  msgid "Save Changes"
474
  msgstr "Сачувај промене"
475
 
890
  msgid "There was an error deleting the options:"
891
  msgstr "Дошло је до грешке при ажурирању следећих поља:"
892
 
893
+ #: options/panel5.php:48 options/panel5.php:111
894
  msgid "Show StCR checkbox / dropdown"
895
  msgstr ""
896
 
898
  msgid "Safetly Uninstall"
899
  msgstr ""
900
 
901
+ #: options/panel5.php:54 options/panel5.php:128
902
  msgid "Autopurge requests"
903
  msgstr "Аутоматско чишћење"
904
 
905
+ #: options/panel5.php:57 options/panel5.php:154
906
  msgid "Enable double check"
907
  msgstr "Укључи двоструку верификацију"
908
 
909
+ #: options/panel5.php:60 options/panel5.php:145
910
  msgid "StCR Position"
911
  msgstr ""
912
 
913
+ #: options/panel5.php:63 options/panel5.php:162
914
  msgid "Subscribe authors"
915
  msgstr ""
916
 
917
+ #: options/panel5.php:66 options/panel5.php:172
918
  msgid "Enable HTML emails"
919
  msgstr "Укључи HTML за е-пошту"
920
 
930
  msgid "Notify admin"
931
  msgstr "Обавештавај администратора"
932
 
933
+ #: options/panel5.php:78 options/panel5.php:210
934
  msgid "Let admin subscribe"
935
  msgstr "Дозволи пријаве администратору"
936
 
937
+ #: options/panel5.php:81 options/panel5.php:219
938
  msgid "BCC admin on Notifications"
939
  msgstr "Обавештења"
940
 
941
+ #: options/panel5.php:84 options/panel5.php:228
942
  msgid "Enable Font Awesome"
943
  msgstr ""
944
 
945
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
946
+ #: options/panel5.php:272
947
  msgid "Reset All Options"
948
  msgstr ""
949
 
950
+ #: options/panel5.php:115
951
  msgid ""
952
  "This option will disable the StCR checkbox or dropdown in you comment form. "
953
  "You should leave it to Yes always. "
954
  msgstr ""
955
 
956
+ #: options/panel5.php:120
957
  msgid "Safely Uninstall"
958
  msgstr ""
959
 
960
+ #: options/panel5.php:124
961
  msgid ""
962
  "This option will allow you to delete the plugin with WordPress without "
963
  "loosing your subscribers. Any database table and plugin options are wipeout."
964
  msgstr ""
965
 
966
+ #: options/panel5.php:131
967
  msgid "days"
968
  msgstr "дана"
969
 
970
+ #: options/panel5.php:132
971
  msgid ""
972
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
973
  "this feature."
975
  "Бриши потврде које су на чекању (непотврђене) после X дана. \"Нула\" "
976
  "искључује ову функцију."
977
 
978
+ #: options/panel5.php:136
979
+ msgid "Date Format"
980
+ msgstr ""
981
+
982
+ #: options/panel5.php:140
983
+ msgid ""
984
+ "Date format that will be display on the management page. Use <a "
985
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
986
+ "date-parameters' target='_blank'>PHP Date Format</a>"
987
+ msgstr ""
988
+
989
+ #: options/panel5.php:149
990
  msgid ""
991
  "If this option is enable the subscription box will be above the submit "
992
  "button in your comment form. Use this when your theme is outdated and using "
993
  "the incorrect WordPress Hooks and the checkbox is not displayed."
994
  msgstr ""
995
 
996
+ #: options/panel5.php:158
997
  msgid ""
998
  "Send a notification email to confirm the subscription (to avoid addresses "
999
  "misuse)."
1000
  msgstr "Шаљи е-пошту са потврдом пријаве (да се избегне злоупотреба адреса)."
1001
 
1002
+ #: options/panel5.php:167
1003
  msgid ""
1004
  "Automatically subscribe authors to their own articles (not retroactive)."
1005
  msgstr ""
1006
 
1007
+ #: options/panel5.php:176
1008
  msgid ""
1009
  "If enabled, will send email messages with content-type = text/html instead "
1010
  "of text/plain"
1011
  msgstr ""
1012
  "Ако је укључено, биће послата е-пошта са text/html уместо обичног текста."
1013
 
1014
+ #: options/panel5.php:181
1015
  msgid "HTMLify links in emails"
1016
  msgstr ""
1017
 
1018
+ #: options/panel5.php:186
1019
  msgid ""
1020
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1021
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1022
  msgstr ""
1023
 
1024
+ #: options/panel5.php:191
1025
  msgid "Process trackbacks"
1026
  msgstr "Прати trackbacks"
1027
 
1028
+ #: options/panel5.php:195
1029
  msgid ""
1030
  "Notify users when a new trackback or pingback is added to the discussion."
1031
  msgstr ""
1032
  "Информиши кориснике о новим trackback или pingback додатим у дискусији."
1033
 
1034
+ #: options/panel5.php:200
1035
  msgid "Track all subscriptions"
1036
  msgstr "Прати све пријаве"
1037
 
1038
+ #: options/panel5.php:205
1039
  msgid "Notify the administrator when users subscribe without commenting."
1040
  msgstr ""
1041
  "Информиши администратора ако коросник покрене пријаву без коментарисања."
1042
 
1043
+ #: options/panel5.php:214
1044
  msgid "Let the administrator subscribe to comments when logged in."
1045
  msgstr "Дозволи администратору пријаву на коментаре ако је улогован."
1046
 
1047
+ #: options/panel5.php:223
1048
  msgid "Send a copy of all Notifications to the administrator."
1049
  msgstr ""
1050
 
1051
+ #: options/panel5.php:232
1052
  msgid ""
1053
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1054
  "you theme already add this into your site."
1055
  msgstr ""
1056
 
1057
+ #: options/panel5.php:237
1058
  msgid "StCR Unique Key"
1059
  msgstr ""
1060
 
1061
+ #: options/panel5.php:242
1062
  msgid "This Unique Key is not set, please click the following button to "
1063
  msgstr ""
1064
 
1065
+ #: options/panel5.php:246 options/panel5.php:257
1066
  msgid "Generate"
1067
  msgstr ""
1068
 
1069
+ #: options/panel5.php:254
1070
  msgid ""
1071
  "This Unique Key will be use to send the notification to your subscribers "
1072
  "with more security."
1073
  msgstr ""
1074
 
1075
+ #: options/panel5.php:267
1076
  msgid ""
1077
  "This will reset all the options and messages of the plugin. Please proceed "
1078
  "with caution."
1079
  msgstr ""
1080
 
1081
+ #: options/panel5.php:269
1082
  msgid "Yes, Delete Options including subscriptions."
1083
  msgstr ""
1084
 
1085
+ #: options/panel5.php:270
1086
  msgid "No, Only delete the StCR Options."
1087
  msgstr ""
1088
 
1210
  msgid "Subscription Status"
1211
  msgstr ""
1212
 
1213
+ #: templates/author.php:91 templates/user.php:107
1214
  msgid "Select all"
1215
  msgstr "Означи све"
1216
 
1217
+ #: templates/author.php:92 templates/user.php:109
1218
  msgid "Invert selection"
1219
  msgstr "Обрни означено"
1220
 
1221
+ #: templates/author.php:95 templates/user.php:113
1222
  msgid "Choose your action"
1223
  msgstr ""
1224
 
1225
+ #: templates/author.php:98 templates/user.php:116
1226
  msgid "All comments"
1227
  msgstr ""
1228
 
1229
+ #: templates/author.php:99 templates/user.php:117
1230
+ #: wp_subscribe_reloaded.php:1118
1231
  msgid "Replies to my comments"
1232
  msgstr "Одговори на моје коментаре"
1233
 
1234
+ #: templates/author.php:105 templates/confirm.php:28
1235
+ #: templates/request-management-link.php:125 templates/user.php:127
1236
  msgid "Return to Post"
1237
  msgstr ""
1238
 
1239
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1240
+ #: templates/user.php:131
1241
  msgid "No subscriptions match your search criteria."
1242
  msgstr "Ниједна пријава не испуњава критеријум претраге."
1243
 
1247
  "enter your email below and a new link will be send."
1248
  msgstr ""
1249
 
1250
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1251
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1252
+ #: templates/subscribe.php:148
1253
  msgid "Send"
1254
  msgstr "Пошаљи"
1255
 
1256
+ #: templates/request-management-link.php:143
1257
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1258
+ #: templates/subscribe.php:178
1259
+ #, fuzzy
1260
+ #| msgid "email address"
1261
+ msgid "Email address is not valid"
1262
+ msgstr "Е-адреса пошиљаоца"
1263
+
1264
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1265
+ msgid "Please enter your email"
1266
+ msgstr ""
1267
+
1268
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1269
  msgid "New subscription to"
1270
  msgstr "Нова пријава за"
1271
 
1272
+ #: templates/subscribe.php:61
1273
  msgid "User:"
1274
  msgstr "Корисник:"
1275
 
1408
 
1409
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1410
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1411
+ #: utils/stcr_upgrade.php:610
1412
  msgid ""
1413
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1414
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1449
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1450
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1451
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1452
+ #: utils/stcr_upgrade.php:615
1453
  msgid ""
1454
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1455
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1536
 
1537
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1538
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1539
+ #: utils/stcr_upgrade.php:609
1540
  msgid "This version includes fixes and improvements, "
1541
  msgstr ""
1542
 
1552
  msgstr ""
1553
 
1554
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1555
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1556
  msgid "Log Settings"
1557
  msgstr ""
1558
 
1559
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1560
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1561
  msgid ""
1562
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1563
  msgstr ""
1573
  msgstr ""
1574
 
1575
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1576
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1577
  msgid "The support of this plugin is given thanks to your donations."
1578
  msgstr ""
1579
 
1624
  msgid "<strong>Fix</strong> issue regarding database collations"
1625
  msgstr ""
1626
 
1627
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1628
  msgid ""
1629
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1630
  "aria-hidden=\"true\"></i> <a href=\"\n"
1635
  "Thanks for all the users that have supported the plugin development."
1636
  msgstr ""
1637
 
1638
+ #: utils/stcr_utils.php:158
1639
+ msgid "January"
1640
+ msgstr ""
1641
+
1642
+ #: utils/stcr_utils.php:159
1643
+ msgid "February"
1644
+ msgstr ""
1645
+
1646
+ #: utils/stcr_utils.php:160
1647
+ #, fuzzy
1648
+ #| msgid "Search"
1649
+ msgid "March"
1650
+ msgstr "Тражи"
1651
+
1652
+ #: utils/stcr_utils.php:161
1653
+ msgid "April"
1654
+ msgstr ""
1655
+
1656
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1657
+ msgid "May"
1658
+ msgstr ""
1659
+
1660
+ #: utils/stcr_utils.php:163
1661
+ msgid "June"
1662
+ msgstr ""
1663
+
1664
+ #: utils/stcr_utils.php:164
1665
+ msgid "July"
1666
+ msgstr ""
1667
+
1668
+ #: utils/stcr_utils.php:165
1669
+ msgid "August"
1670
+ msgstr ""
1671
+
1672
+ #: utils/stcr_utils.php:166
1673
+ msgid "September"
1674
+ msgstr ""
1675
+
1676
+ #: utils/stcr_utils.php:167
1677
+ msgid "October"
1678
+ msgstr ""
1679
+
1680
+ #: utils/stcr_utils.php:168
1681
+ msgid "November"
1682
+ msgstr ""
1683
+
1684
+ #: utils/stcr_utils.php:169
1685
+ msgid "December"
1686
+ msgstr ""
1687
+
1688
+ #: utils/stcr_utils.php:173
1689
+ msgid "Jan"
1690
+ msgstr ""
1691
+
1692
+ #: utils/stcr_utils.php:174
1693
+ msgid "Feb"
1694
+ msgstr ""
1695
+
1696
+ #: utils/stcr_utils.php:175
1697
+ msgid "Mar"
1698
+ msgstr ""
1699
+
1700
+ #: utils/stcr_utils.php:176
1701
+ msgid "Apr"
1702
+ msgstr ""
1703
+
1704
+ #: utils/stcr_utils.php:178
1705
+ msgid "Jun"
1706
+ msgstr ""
1707
+
1708
+ #: utils/stcr_utils.php:179
1709
+ msgid "Jul"
1710
+ msgstr ""
1711
+
1712
+ #: utils/stcr_utils.php:180
1713
+ msgid "Aug"
1714
+ msgstr ""
1715
+
1716
+ #: utils/stcr_utils.php:181
1717
+ msgid "Sep"
1718
+ msgstr ""
1719
+
1720
+ #: utils/stcr_utils.php:182
1721
+ msgid "Oct"
1722
+ msgstr ""
1723
+
1724
+ #: utils/stcr_utils.php:183
1725
+ #, fuzzy
1726
+ #| msgid "No"
1727
+ msgid "Nov"
1728
+ msgstr "Не"
1729
+
1730
+ #: utils/stcr_utils.php:184
1731
+ msgid "Dec"
1732
+ msgstr ""
1733
+
1734
+ #: utils/stcr_utils.php:273
1735
  msgid ""
1736
  "Notify me of followup comments via e-mail. You can also <a "
1737
  "href='[subscribe_link]'>subscribe</a> without commenting."
1739
  "Обавести ме о коментарима на е-пошту. Такође можете <a "
1740
  "href='[subscribe_link]'>да се пријавите</a> без остављања коментара."
1741
 
1742
+ #: utils/stcr_utils.php:274
1743
  msgid ""
1744
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1745
  "subscriptions."
1747
  "Пријавили сте се на овај чланак. <a href='[manager_link]'>Управљај пријавом</"
1748
  "a>."
1749
 
1750
+ #: utils/stcr_utils.php:275
1751
  msgid ""
1752
  "Your subscription to this post needs to be confirmed. <a "
1753
  "href='[manager_link]'>Manage your subscriptions</a>."
1755
  "Пријава за овај чланак мора да буде потврђена <a "
1756
  "href='[manager_link]'>Управљај пријавама</a>."
1757
 
1758
+ #: utils/stcr_utils.php:276
1759
  msgid ""
1760
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1761
  msgstr ""
1762
  "Можете да <a href='[manager_link]'>управљате пријавама</a> на овом чланку."
1763
 
1764
+ #: utils/stcr_utils.php:282
1765
  msgid ""
1766
  "To manage your subscriptions, please enter your email address here below. We "
1767
  "will send you a message containing the link to access your personal "
1770
  "Да би управљали пријавама, прво унесите е-адресу у поље испод. Добићете "
1771
  "поруку са везом ка страници за управљање пријавама."
1772
 
1773
+ #: utils/stcr_utils.php:283
1774
  msgid ""
1775
  "Thank you for using our subscription service. Your request has been "
1776
  "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 "
1798
  "Ваш захтев је прихваћен и завршен. Добићете обавештење путем е-поште сваки "
1799
  "пут када се појави нови коментар."
1800
 
1801
+ #: utils/stcr_utils.php:286
1802
  msgid ""
1803
  "Thank you for using our subscription service. In order to confirm your "
1804
  "request, please check your email for the verification message and follow the "
1807
  "Ваш захтев је прихваћен и завршен. Како би потврдили захтев, проверите е-"
1808
  "пошту за верификацију поруке и пратите упутства."
1809
 
1810
+ #: utils/stcr_utils.php:287
1811
  msgid ""
1812
  "In order to cancel or suspend one or more notifications, select the "
1813
  "corresponding checkbox(es) and click on the button at the end of the list."
1815
  "Да би поништили или обуставили једно или више обавештења, изаберите "
1816
  "одговарајуће поље за потврду и кликните на дугме на крају листе."
1817
 
1818
+ #: utils/stcr_utils.php:288
1819
  msgid ""
1820
  "In order to cancel or suspend one or more notifications, select the "
1821
  "corresponding checkbox(es) and click on the button at the end of the list. "
1825
  "одговарајуће поље за потврду и кликните на дугме на крају листе. Тренутно "
1826
  "сте пријављени на:"
1827
 
1828
+ #: utils/stcr_utils.php:292
1829
  msgid "There is a new comment to [post_title]"
1830
  msgstr "Нови коментар на [post_title]"
1831
 
1832
+ #: utils/stcr_utils.php:293
1833
  msgid ""
1834
  "<h1>There is a new comment on [post_title].</h1>\n"
1835
  "\n"
1846
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1847
  msgstr ""
1848
 
1849
+ #: utils/stcr_utils.php:294
1850
  msgid "Please confirm your subscription to [post_title]"
1851
  msgstr "Потврдите своју пријаву на [post_title]"
1852
 
1853
+ #: utils/stcr_utils.php:295
1854
  #, fuzzy
1855
  #| msgid ""
1856
  #| "You have requested to be notified every time a new comment is added to:\n"
1872
  "Потврдите свој захтев кликом на ову везу:\n"
1873
  "[confirm_link]"
1874
 
1875
+ #: utils/stcr_utils.php:296
1876
  msgid "Manage your subscriptions on [blog_name]"
1877
  msgstr "Управљај пријавама на [blog_name]"
1878
 
1879
+ #: utils/stcr_utils.php:297
1880
  msgid ""
1881
  "You have requested to manage your subscriptions to the articles on "
1882
  "[blog_name]. Please check the Subscriptions management link in your email"
1883
  msgstr ""
1884
 
1885
+ #: utils/stcr_utils.php:298
1886
  #, fuzzy
1887
  #| msgid ""
1888
  #| "You have requested to manage your subscriptions to the articles on "
1897
  "Кликните на везу испод да би могли да управљате Вашим пријавама :\n"
1898
  "[manager_link]"
1899
 
1900
+ #: utils/stcr_utils.php:378
1901
  msgid "StCR Notification"
1902
  msgstr "Обавештења"
1903
 
1904
+ #: wp_subscribe_reloaded.php:1116
1905
  msgid "Don't subscribe"
1906
  msgstr "Не пријављуј"
1907
 
1908
+ #: wp_subscribe_reloaded.php:1117
1909
  msgid "All"
1910
  msgstr "Све"
1911
 
2005
  #~ msgid "Management page"
2006
  #~ msgstr "Zarządzanie strony"
2007
 
 
 
 
2008
  #~ msgid "Stats"
2009
  #~ msgstr "Statystyki"
2010
 
langs/subscribe-reloaded-sv_SE.mo CHANGED
Binary file
langs/subscribe-reloaded-sv_SE.po CHANGED
@@ -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-12 15:12-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:13-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Terese Mörtvik <terese.mortvik@tiarin.se>\n"
9
  "Language: sv_SE\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:203
21
  msgid "Manage subscriptions"
22
  msgstr "Administrera prenumerationer"
23
 
@@ -46,7 +46,7 @@ msgstr "Support"
46
  msgid "Donate"
47
  msgstr "Vill eller kan du inte donera? Du kan fortfarande hjälpa"
48
 
49
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
50
  msgid "Add New Subscription"
51
  msgstr "Lägg till prenumeration"
52
 
@@ -55,78 +55,80 @@ msgstr "Lägg till prenumeration"
55
  msgid "Post:"
56
  msgstr "Inlägg:"
57
 
58
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
61
  msgid "Email"
62
  msgstr "E-post"
63
 
64
  #: options/panel1-add-subscription.php:20
65
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "Status"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
73
  #: templates/user.php:76
74
  msgid "Active"
75
  msgstr "Aktiv"
76
 
77
  #: options/panel1-add-subscription.php:23
78
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr "Endast svar"
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
84
  msgid "Ask user to confirm"
85
  msgstr "Be användare att bekräfta"
86
 
87
  #: options/panel1-add-subscription.php:26
88
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
89
  msgid "Update"
90
  msgstr "Uppdatera"
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "Prenumeration tillagd."
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "Prenumerationer uppdaterade."
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "Prenumeration raderad."
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "Raderade prenumerationer:"
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "Pausade prenumerationer:"
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "Aktiverade prenumerationer:"
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
120
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
121
  #: templates/user.php:49
122
  msgid "Subscriptions updated:"
123
  msgstr "Uppdaterade prenumerationer:"
124
 
125
- #: options/panel1-business-logic.php:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; Tidigare"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "Nästa &raquo;"
132
 
@@ -141,65 +143,74 @@ msgstr "Uppdatera prenumeration"
141
  msgid "optional"
142
  msgstr "frivilligt"
143
 
144
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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 "OBS! Detta val kan inte ångras. Är du säker på att du vill fortsätta?"
151
 
152
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
153
  msgid "From"
154
  msgstr "Från"
155
 
156
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
157
  msgid "To"
158
  msgstr "Till"
159
 
160
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
161
  msgid "Keep unchanged"
162
  msgstr "Lämna oförändrat"
163
 
164
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
165
  msgid "Suspended"
166
  msgstr "Pausad"
167
 
168
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
169
  msgid "Mass Update Subscriptions"
170
  msgstr "Uppdatera flera"
171
 
172
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
173
  msgid "email address"
174
  msgstr "Avsändarens adress"
175
 
176
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
177
  msgid "optional - new email address"
178
  msgstr "Oppdater e-postadresse"
179
 
180
- #: options/panel1.php:49
181
  msgid "More info"
182
  msgstr ""
183
 
184
- #: options/panel1.php:55
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:68
191
  msgid "Post ID"
192
  msgstr "Inlägg ID"
193
 
194
- #: options/panel1.php:83
195
  msgid "Add"
196
  msgstr "Lägg till"
197
 
198
- #: options/panel1.php:98
199
  msgid "Search subscriptions"
200
  msgstr "Sök bland prenumerationer"
201
 
202
- #: options/panel1.php:102
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
  "Du kan antingen <a href=\"%s\">se alla prenumerationer</a> eller hitta de där"
209
 
210
- #: options/panel1.php:106
211
  msgid "email"
212
  msgstr "e-post"
213
 
214
- #: options/panel1.php:107
215
  msgid "post ID"
216
  msgstr "inlägg ID"
217
 
218
- #: options/panel1.php:108
219
  msgid "status"
220
  msgstr "status"
221
 
222
- #: options/panel1.php:111
223
  msgid "equals"
224
  msgstr "är lika med"
225
 
226
- #: options/panel1.php:112
227
  msgid "contains"
228
  msgstr "innehåller"
229
 
230
- #: options/panel1.php:113
231
  msgid "does not contain"
232
  msgstr "innehåller inte"
233
 
234
- #: options/panel1.php:114
235
  msgid "starts with"
236
  msgstr "börjar med"
237
 
238
- #: options/panel1.php:115
239
  msgid "ends with"
240
  msgstr "slutar med"
241
 
242
- #: options/panel1.php:118
243
  msgid "results per page:"
244
  msgstr "resultat per sida:"
245
 
246
- #: options/panel1.php:120
247
  msgid "Search"
248
  msgstr "Sök"
249
 
250
- #: options/panel1.php:128
251
  msgid "Reverse the order by Post ID"
252
  msgstr "Omvänd ordningen med Post ID"
253
 
254
- #: options/panel1.php:129 options/panel1.php:130
255
  msgid "Reverse the order by Date/Time"
256
  msgstr "Omvänd ordningen med Datum/Tid"
257
 
258
- #: options/panel1.php:132
259
  msgid "Post (ID)"
260
  msgstr "Inlägg (ID)"
261
 
262
- #: options/panel1.php:135
263
  msgid "Search query:"
264
  msgstr "Sök:"
265
 
266
- #: options/panel1.php:135
267
  msgid "Rows:"
268
  msgstr "Rader:"
269
 
270
- #: options/panel1.php:135
271
  msgid "of"
272
  msgstr "av"
273
 
274
- #: options/panel1.php:142 options/panel1.php:158
275
  msgid "Date and Time"
276
  msgstr "Datum och Tid"
277
 
278
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
279
  msgid "Replies"
280
  msgstr "Svar"
281
 
282
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
283
  msgid "Replies Unconfirmed"
284
  msgstr ""
285
 
286
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
287
  msgid "All Comments"
288
  msgstr ""
289
 
290
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
291
  msgid "Unconfirmed"
292
  msgstr ""
293
 
294
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
295
  msgid "Inactive"
296
  msgstr "Aktiv"
297
 
298
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
299
- #: templates/user.php:111
300
  msgid "Delete"
301
  msgstr "Radera"
302
 
303
- #: options/panel1.php:202 options/panel1.php:212
304
  msgid "Edit"
305
  msgstr "Redigera"
306
 
307
- #: options/panel1.php:204 options/panel1.php:210
308
  msgid "Subscription"
309
  msgstr "Prenumeration"
310
 
311
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
312
  msgid "Action:"
313
  msgstr "Handling:"
314
 
315
- #: options/panel1.php:227
316
  msgid "Delete forever"
317
  msgstr "Radera permanent"
318
 
319
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
320
  msgid "Suspend"
321
  msgstr "Inaktivera"
322
 
323
- #: options/panel1.php:229
324
  msgid "Activate and set to Y"
325
  msgstr "Aktivera och sätt som Y"
326
 
327
- #: options/panel1.php:230
328
  msgid "Activate and set to R"
329
  msgstr "Aktivera och sätt som R"
330
 
331
- #: options/panel1.php:231
332
  msgid "Activate"
333
  msgstr "Aktivera"
334
 
335
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
336
  msgid "Update subscriptions"
337
  msgstr "Uppdatera prenumerationer"
338
 
339
- #: options/panel1.php:238
340
  msgid "Sorry, no subscriptions match your search criteria."
341
  msgstr "Beklagar, men inga prenumerationer matchar dina sökkriteria."
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:92
365
  msgid "Your settings have been successfully updated."
366
  msgstr "Dina inställningar har sparats."
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:94
370
  msgid "There was an error updating the following fields:"
371
  msgstr "Det uppstod ett fel vid uppdateringen av följande:"
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:110
375
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
376
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
377
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
378
- #: options/panel5.php:210 options/panel5.php:219
379
  msgid "Yes"
380
  msgstr "Ja"
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:111
384
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
385
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
386
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
387
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
388
  msgid "No"
389
  msgstr "Nej"
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:265
432
  msgid "Save Changes"
433
  msgstr "Spara ändringar"
434
 
@@ -852,7 +889,7 @@ msgstr "Dina inställningar har sparats."
852
  msgid "There was an error deleting the options:"
853
  msgstr "Det uppstod ett fel vid uppdateringen av följande:"
854
 
855
- #: options/panel5.php:48 options/panel5.php:108
856
  msgid "Show StCR checkbox / dropdown"
857
  msgstr ""
858
 
@@ -860,23 +897,23 @@ msgstr ""
860
  msgid "Safetly Uninstall"
861
  msgstr ""
862
 
863
- #: options/panel5.php:54 options/panel5.php:125
864
  msgid "Autopurge requests"
865
  msgstr "Autorensa obekräftade"
866
 
867
- #: options/panel5.php:57 options/panel5.php:143
868
  msgid "Enable double check"
869
  msgstr "Aktivera dubbelkoll"
870
 
871
- #: options/panel5.php:60 options/panel5.php:134
872
  msgid "StCR Position"
873
  msgstr ""
874
 
875
- #: options/panel5.php:63 options/panel5.php:151
876
  msgid "Subscribe authors"
877
  msgstr "Prenumeration författare"
878
 
879
- #: options/panel5.php:66 options/panel5.php:161
880
  msgid "Enable HTML emails"
881
  msgstr "Aktivera HTML-e-post"
882
 
@@ -892,57 +929,69 @@ msgstr "Skicka trackbacks"
892
  msgid "Notify admin"
893
  msgstr "Meddela administratör"
894
 
895
- #: options/panel5.php:78 options/panel5.php:199
896
  msgid "Let admin subscribe"
897
  msgstr "Låt administratör prenumerera"
898
 
899
- #: options/panel5.php:81 options/panel5.php:208
900
  msgid "BCC admin on Notifications"
901
  msgstr "Notifieringar"
902
 
903
- #: options/panel5.php:84 options/panel5.php:217
904
  msgid "Enable Font Awesome"
905
  msgstr ""
906
 
907
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
908
  msgid "Reset All Options"
909
  msgstr ""
910
 
911
- #: options/panel5.php:112
912
  msgid ""
913
  "This option will disable the StCR checkbox or dropdown in you comment form. "
914
  "You should leave it to Yes always. "
915
  msgstr ""
916
 
917
- #: options/panel5.php:117
918
  msgid "Safely Uninstall"
919
  msgstr ""
920
 
921
- #: options/panel5.php:121
922
  msgid ""
923
  "This option will allow you to delete the plugin with WordPress without "
924
  "loosing your subscribers. Any database table and plugin options are wipeout."
925
  msgstr ""
926
 
927
- #: options/panel5.php:128
928
  msgid "days"
929
  msgstr "dagar"
930
 
931
- #: options/panel5.php:129
932
  msgid ""
933
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
934
  "this feature."
935
  msgstr ""
936
  "Radera obekräftade prenumerationer efter X dagar. 0 inaktiverar denna tjänst."
937
 
938
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
939
  msgid ""
940
  "If this option is enable the subscription box will be above the submit "
941
  "button in your comment form. Use this when your theme is outdated and using "
942
  "the incorrect WordPress Hooks and the checkbox is not displayed."
943
  msgstr ""
944
 
945
- #: options/panel5.php:147
946
  msgid ""
947
  "Send a notification email to confirm the subscription (to avoid addresses "
948
  "misuse)."
@@ -950,14 +999,14 @@ msgstr ""
950
  "Skicka administrationsmeddelande för att bekräfta prenumeration (för att "
951
  "undvika missbruk)."
952
 
953
- #: options/panel5.php:156
954
  msgid ""
955
  "Automatically subscribe authors to their own articles (not retroactive)."
956
  msgstr ""
957
  "Låt författare automatiskt prenumerera på sina egna artiklar (ej "
958
  "retroaktivt)."
959
 
960
- #: options/panel5.php:165
961
  msgid ""
962
  "If enabled, will send email messages with content-type = text/html instead "
963
  "of text/plain"
@@ -965,77 +1014,77 @@ msgstr ""
965
  "Om aktiverat skickar detta alternativ ut e-postmeddelanden med innehållet = "
966
  "text/html istället för text/plain."
967
 
968
- #: options/panel5.php:170
969
  msgid "HTMLify links in emails"
970
  msgstr ""
971
 
972
- #: options/panel5.php:175
973
  msgid ""
974
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
975
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
976
  msgstr ""
977
 
978
- #: options/panel5.php:180
979
  msgid "Process trackbacks"
980
  msgstr "Bearbeta trackbacks"
981
 
982
- #: options/panel5.php:184
983
  msgid ""
984
  "Notify users when a new trackback or pingback is added to the discussion."
985
  msgstr ""
986
  "Meddela användare när en trackback eller pingback läggs till i diskussionen."
987
 
988
- #: options/panel5.php:189
989
  msgid "Track all subscriptions"
990
  msgstr "Spåra alla prenumerationer"
991
 
992
- #: options/panel5.php:194
993
  msgid "Notify the administrator when users subscribe without commenting."
994
  msgstr "Meddela administratör när användare prenumererar utan att kommentera."
995
 
996
- #: options/panel5.php:203
997
  msgid "Let the administrator subscribe to comments when logged in."
998
  msgstr "Låt administratör prenumerera på kommentarer även när inloggad."
999
 
1000
- #: options/panel5.php:212
1001
  msgid "Send a copy of all Notifications to the administrator."
1002
  msgstr ""
1003
 
1004
- #: options/panel5.php:221
1005
  msgid ""
1006
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1007
  "you theme already add this into your site."
1008
  msgstr ""
1009
 
1010
- #: options/panel5.php:226
1011
  msgid "StCR Unique Key"
1012
  msgstr ""
1013
 
1014
- #: options/panel5.php:231
1015
  msgid "This Unique Key is not set, please click the following button to "
1016
  msgstr ""
1017
 
1018
- #: options/panel5.php:235 options/panel5.php:246
1019
  msgid "Generate"
1020
  msgstr ""
1021
 
1022
- #: options/panel5.php:243
1023
  msgid ""
1024
  "This Unique Key will be use to send the notification to your subscribers "
1025
  "with more security."
1026
  msgstr ""
1027
 
1028
- #: options/panel5.php:256
1029
  msgid ""
1030
  "This will reset all the options and messages of the plugin. Please proceed "
1031
  "with caution."
1032
  msgstr ""
1033
 
1034
- #: options/panel5.php:258
1035
  msgid "Yes, Delete Options including subscriptions."
1036
  msgstr ""
1037
 
1038
- #: options/panel5.php:259
1039
  msgid "No, Only delete the StCR Options."
1040
  msgstr ""
1041
 
@@ -1163,34 +1212,34 @@ msgstr ""
1163
  msgid "Subscription Status"
1164
  msgstr ""
1165
 
1166
- #: templates/author.php:88 templates/user.php:104
1167
  msgid "Select all"
1168
  msgstr "Välj alla"
1169
 
1170
- #: templates/author.php:89 templates/user.php:106
1171
  msgid "Invert selection"
1172
  msgstr "Invertera val"
1173
 
1174
- #: templates/author.php:92 templates/user.php:110
1175
  msgid "Choose your action"
1176
  msgstr ""
1177
 
1178
- #: templates/author.php:95 templates/user.php:113
1179
  msgid "All comments"
1180
  msgstr ""
1181
 
1182
- #: templates/author.php:96 templates/user.php:114
1183
- #: wp_subscribe_reloaded.php:1122
1184
  msgid "Replies to my comments"
1185
  msgstr "Endast svar på mina kommentarer"
1186
 
1187
- #: templates/author.php:102 templates/confirm.php:28
1188
- #: templates/request-management-link.php:114 templates/user.php:124
1189
  msgid "Return to Post"
1190
  msgstr ""
1191
 
1192
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1193
- #: templates/user.php:128
1194
  msgid "No subscriptions match your search criteria."
1195
  msgstr "Inga prenumerationer matchar dina sökkriteria."
1196
 
@@ -1200,16 +1249,29 @@ msgid ""
1200
  "enter your email below and a new link will be send."
1201
  msgstr ""
1202
 
1203
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1204
- #: templates/subscribe.php:112
 
1205
  msgid "Send"
1206
  msgstr "Skicka"
1207
 
1208
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1209
  msgid "New subscription to"
1210
  msgstr "Ny prenumeration på"
1211
 
1212
- #: templates/subscribe.php:51
1213
  msgid "User:"
1214
  msgstr "Användare:"
1215
 
@@ -1348,6 +1410,7 @@ msgstr ""
1348
 
1349
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1350
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1351
  msgid ""
1352
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1353
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1388,6 +1451,7 @@ msgstr ""
1388
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1389
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1390
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1391
  msgid ""
1392
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1393
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1474,6 +1538,7 @@ msgstr ""
1474
 
1475
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1476
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1477
  msgid "This version includes fixes and improvements, "
1478
  msgstr ""
1479
 
@@ -1489,12 +1554,12 @@ msgid ""
1489
  msgstr ""
1490
 
1491
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1492
- #: utils/stcr_upgrade.php:576
1493
  msgid "Log Settings"
1494
  msgstr ""
1495
 
1496
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1497
- #: utils/stcr_upgrade.php:580
1498
  msgid ""
1499
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1500
  msgstr ""
@@ -1510,7 +1575,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1510
  msgstr ""
1511
 
1512
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1513
- #: utils/stcr_upgrade.php:590
1514
  msgid "The support of this plugin is given thanks to your donations."
1515
  msgstr ""
1516
 
@@ -1561,7 +1626,7 @@ msgstr ""
1561
  msgid "<strong>Fix</strong> issue regarding database collations"
1562
  msgstr ""
1563
 
1564
- #: utils/stcr_upgrade.php:591
1565
  msgid ""
1566
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1567
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1572,7 +1637,103 @@ msgid ""
1572
  "Thanks for all the users that have supported the plugin development."
1573
  msgstr ""
1574
 
1575
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1576
  msgid ""
1577
  "Notify me of followup comments via e-mail. You can also <a "
1578
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1581,7 +1742,7 @@ msgstr ""
1581
  "inläggets kommentarer via e-post? Du kan även <a "
1582
  "href='[subscribe_link]'>prenumerera</a> utan att lämna en kommentar."
1583
 
1584
- #: utils/stcr_utils.php:197
1585
  msgid ""
1586
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1587
  "subscriptions."
@@ -1589,7 +1750,7 @@ msgstr ""
1589
  "Du prenumererar på detta inlägg. <a href='[manager_link]'>Redigera</a> dina "
1590
  "prenumerationer."
1591
 
1592
- #: utils/stcr_utils.php:198
1593
  msgid ""
1594
  "Your subscription to this post needs to be confirmed. <a "
1595
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1597,14 +1758,14 @@ msgstr ""
1597
  "Din prenumeration på inlägget måste bekräftas. <a "
1598
  "href='[manager_link]'>Redigera dina prenumerationer</a>."
1599
 
1600
- #: utils/stcr_utils.php:199
1601
  msgid ""
1602
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1603
  msgstr ""
1604
  "Du kan <a href='[manager_link]'>redigera </a> din prenumeration på detta "
1605
  "inlägg."
1606
 
1607
- #: utils/stcr_utils.php:205
1608
  msgid ""
1609
  "To manage your subscriptions, please enter your email address here below. We "
1610
  "will send you a message containing the link to access your personal "
@@ -1614,7 +1775,7 @@ msgstr ""
1614
  "här nedanför. Du får sedan ett meddelande med en aktiveringslänk så att du "
1615
  "kan komma åt din personliga administrationssida."
1616
 
1617
- #: utils/stcr_utils.php:206
1618
  msgid ""
1619
  "Thank you for using our subscription service. Your request has been "
1620
  "completed, and you should receive an email with the management link in a few "
@@ -1623,7 +1784,7 @@ msgstr ""
1623
  "Tack för att du prenumerar! Du borde få e-postmeddelandet med "
1624
  "aktiveringslänken inom några minuter."
1625
 
1626
- #: utils/stcr_utils.php:207
1627
  msgid ""
1628
  "You can follow the discussion on <strong>[post_title]</strong> without "
1629
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1633,7 +1794,7 @@ msgstr ""
1633
  "en kommentar. Skriv bara in din e-postadress här nedanför så är det klart "
1634
  "sen."
1635
 
1636
- #: utils/stcr_utils.php:208
1637
  msgid ""
1638
  "Thank you for using our subscription service. Your request has been "
1639
  "completed. You will receive a notification email every time a new comment to "
@@ -1642,7 +1803,7 @@ msgstr ""
1642
  "Tack för att du prenumererar! Du kommer nu att få ett e-postmeddelande varje "
1643
  "gång en kommentar publiceras på inlägget."
1644
 
1645
- #: utils/stcr_utils.php:209
1646
  msgid ""
1647
  "Thank you for using our subscription service. In order to confirm your "
1648
  "request, please check your email for the verification message and follow the "
@@ -1651,7 +1812,7 @@ msgstr ""
1651
  "Tack för att du prenumererar! För att bekräfta prenumerationen, vänligen "
1652
  "logga in på din e-post och följ instruktionerna i aktiveringsmeddelandet."
1653
 
1654
- #: utils/stcr_utils.php:210
1655
  msgid ""
1656
  "In order to cancel or suspend one or more notifications, select the "
1657
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1660,7 +1821,7 @@ msgstr ""
1660
  "prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta "
1661
  "på knappen längst ned."
1662
 
1663
- #: utils/stcr_utils.php:211
1664
  msgid ""
1665
  "In order to cancel or suspend one or more notifications, select the "
1666
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1670,11 +1831,11 @@ msgstr ""
1670
  "prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta "
1671
  "på knappen längst ned. Du prenumererar för närvarande på:"
1672
 
1673
- #: utils/stcr_utils.php:215
1674
  msgid "There is a new comment to [post_title]"
1675
  msgstr "Det har kommit en ny kommentar på [post_title]"
1676
 
1677
- #: utils/stcr_utils.php:216
1678
  msgid ""
1679
  "<h1>There is a new comment on [post_title].</h1>\n"
1680
  "\n"
@@ -1691,11 +1852,11 @@ msgid ""
1691
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1692
  msgstr ""
1693
 
1694
- #: utils/stcr_utils.php:217
1695
  msgid "Please confirm your subscription to [post_title]"
1696
  msgstr "Vänligen bekräfta din prenumeration på [post_title]"
1697
 
1698
- #: utils/stcr_utils.php:218
1699
  #, fuzzy
1700
  #| msgid ""
1701
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1717,17 +1878,17 @@ msgstr ""
1717
  "Om länken inte går att klicka på, kopiera adressen och klistra in den i "
1718
  "adressfönstret på din webbläsare."
1719
 
1720
- #: utils/stcr_utils.php:219
1721
  msgid "Manage your subscriptions on [blog_name]"
1722
  msgstr "Administrera dina prenumerationer på [blog_name]"
1723
 
1724
- #: utils/stcr_utils.php:220
1725
  msgid ""
1726
  "You have requested to manage your subscriptions to the articles on "
1727
  "[blog_name]. Please check the Subscriptions management link in your email"
1728
  msgstr ""
1729
 
1730
- #: utils/stcr_utils.php:221
1731
  #, fuzzy
1732
  #| msgid ""
1733
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1742,16 +1903,16 @@ msgstr ""
1742
  "[blog_name]. Följ denna länk för att logga in på din personliga sida: \n"
1743
  "[manager_link]"
1744
 
1745
- #: utils/stcr_utils.php:300
1746
  msgid "StCR Notification"
1747
  msgstr "Notifieringar"
1748
 
1749
- #: wp_subscribe_reloaded.php:1120
1750
  msgid "Don't subscribe"
1751
  msgstr "Prenumerera inte"
1752
 
1753
  # Alla
1754
- #: wp_subscribe_reloaded.php:1121
1755
  msgid "All"
1756
  msgstr "Alla"
1757
 
@@ -1844,9 +2005,6 @@ msgstr "Alla"
1844
  #~ msgid "Management page"
1845
  #~ msgstr "Administrasjonsside"
1846
 
1847
- #~ msgid "Awaiting confirmation"
1848
- #~ msgstr "Venter på bekreftelse"
1849
-
1850
  #~ msgid "Stats"
1851
  #~ msgstr "Statistikk"
1852
 
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:19-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:19-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: Terese Mörtvik <terese.mortvik@tiarin.se>\n"
9
  "Language: sv_SE\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 "Administrera prenumerationer"
23
 
46
  msgid "Donate"
47
  msgstr "Vill eller kan du inte donera? Du kan fortfarande hjälpa"
48
 
49
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
50
  msgid "Add New Subscription"
51
  msgstr "Lägg till prenumeration"
52
 
55
  msgid "Post:"
56
  msgstr "Inlägg:"
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-post"
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 "Aktiv"
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 "Endast svar"
84
 
85
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
86
  msgid "Ask user to confirm"
87
  msgstr "Be användare att bekräfta"
88
 
89
  #: options/panel1-add-subscription.php:26
90
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
91
  msgid "Update"
92
  msgstr "Uppdatera"
93
 
94
+ #: options/panel1-business-logic.php:40
95
  msgid "Subscription added."
96
  msgstr "Prenumeration tillagd."
97
 
98
+ #: options/panel1-business-logic.php:65
99
  msgid "Subscriptions updated."
100
  msgstr "Prenumerationer uppdaterade."
101
 
102
+ #: options/panel1-business-logic.php:80
103
  msgid "Subscription deleted."
104
  msgstr "Prenumeration raderad."
105
 
106
+ #: options/panel1-business-logic.php:99 templates/author.php:24
107
  #: templates/user.php:33
108
  msgid "Subscriptions deleted:"
109
  msgstr "Raderade prenumerationer:"
110
 
111
+ #: options/panel1-business-logic.php:103 templates/author.php:28
112
  #: templates/user.php:37
113
  msgid "Subscriptions suspended:"
114
  msgstr "Pausade prenumerationer:"
115
 
116
+ #: options/panel1-business-logic.php:107 templates/author.php:32
117
  #: templates/user.php:41
118
  msgid "Subscriptions activated:"
119
  msgstr "Aktiverade prenumerationer:"
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 "Uppdaterade prenumerationer:"
126
 
127
+ #: options/panel1-business-logic.php:147
128
  msgid "&laquo; Previous"
129
  msgstr "&laquo; Tidigare"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "Nästa &raquo;"
134
 
143
  msgid "optional"
144
  msgstr "frivilligt"
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 "OBS! Detta val kan inte ångras. Är du säker på att du vill fortsätta?"
153
 
154
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
155
  msgid "From"
156
  msgstr "Från"
157
 
158
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
159
  msgid "To"
160
  msgstr "Till"
161
 
162
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
163
  msgid "Keep unchanged"
164
  msgstr "Lämna oförändrat"
165
 
166
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
167
  msgid "Suspended"
168
  msgstr "Pausad"
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 "Uppdatera flera"
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 "Avsändarens adress"
186
 
187
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
188
  msgid "optional - new email address"
189
  msgstr "Oppdater e-postadresse"
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 "Inlägg ID"
204
 
205
+ #: options/panel1.php:109
206
  msgid "Add"
207
  msgstr "Lägg till"
208
 
209
+ #: options/panel1.php:124
210
  msgid "Search subscriptions"
211
  msgstr "Sök bland prenumerationer"
212
 
213
+ #: options/panel1.php:128
214
  #, php-format
215
  msgid ""
216
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
218
  msgstr ""
219
  "Du kan antingen <a href=\"%s\">se alla prenumerationer</a> eller hitta de där"
220
 
221
+ #: options/panel1.php:132
222
  msgid "email"
223
  msgstr "e-post"
224
 
225
+ #: options/panel1.php:133
226
  msgid "post ID"
227
  msgstr "inlägg ID"
228
 
229
+ #: options/panel1.php:134
230
  msgid "status"
231
  msgstr "status"
232
 
233
+ #: options/panel1.php:137
234
  msgid "equals"
235
  msgstr "är lika med"
236
 
237
+ #: options/panel1.php:138
238
  msgid "contains"
239
  msgstr "innehåller"
240
 
241
+ #: options/panel1.php:139
242
  msgid "does not contain"
243
  msgstr "innehåller inte"
244
 
245
+ #: options/panel1.php:140
246
  msgid "starts with"
247
  msgstr "börjar med"
248
 
249
+ #: options/panel1.php:141
250
  msgid "ends with"
251
  msgstr "slutar med"
252
 
253
+ #: options/panel1.php:144
254
  msgid "results per page:"
255
  msgstr "resultat per sida:"
256
 
257
+ #: options/panel1.php:146
258
  msgid "Search"
259
  msgstr "Sök"
260
 
261
+ #: options/panel1.php:154
262
  msgid "Reverse the order by Post ID"
263
  msgstr "Omvänd ordningen med Post ID"
264
 
265
+ #: options/panel1.php:155 options/panel1.php:156
266
  msgid "Reverse the order by Date/Time"
267
  msgstr "Omvänd ordningen med Datum/Tid"
268
 
269
+ #: options/panel1.php:158
270
  msgid "Post (ID)"
271
  msgstr "Inlägg (ID)"
272
 
273
+ #: options/panel1.php:161
274
  msgid "Search query:"
275
  msgstr "Sök:"
276
 
277
+ #: options/panel1.php:161
278
  msgid "Rows:"
279
  msgstr "Rader:"
280
 
281
+ #: options/panel1.php:161
282
  msgid "of"
283
  msgstr "av"
284
 
285
+ #: options/panel1.php:168 options/panel1.php:184
286
  msgid "Date and Time"
287
  msgstr "Datum och Tid"
288
 
289
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
290
  msgid "Replies"
291
  msgstr "Svar"
292
 
293
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
294
  msgid "Replies Unconfirmed"
295
  msgstr ""
296
 
297
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
298
  msgid "All Comments"
299
  msgstr ""
300
 
301
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
302
  msgid "Unconfirmed"
303
  msgstr ""
304
 
305
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
306
  msgid "Inactive"
307
  msgstr "Aktiv"
308
 
309
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
310
+ #: templates/user.php:114
311
  msgid "Delete"
312
  msgstr "Radera"
313
 
314
+ #: options/panel1.php:228 options/panel1.php:238
315
  msgid "Edit"
316
  msgstr "Redigera"
317
 
318
+ #: options/panel1.php:230 options/panel1.php:236
319
  msgid "Subscription"
320
  msgstr "Prenumeration"
321
 
322
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
323
  msgid "Action:"
324
  msgstr "Handling:"
325
 
326
+ #: options/panel1.php:253
327
  msgid "Delete forever"
328
  msgstr "Radera permanent"
329
 
330
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
331
  msgid "Suspend"
332
  msgstr "Inaktivera"
333
 
334
+ #: options/panel1.php:255
335
  msgid "Activate and set to Y"
336
  msgstr "Aktivera och sätt som Y"
337
 
338
+ #: options/panel1.php:256
339
  msgid "Activate and set to R"
340
  msgstr "Aktivera och sätt som R"
341
 
342
+ #: options/panel1.php:257
343
  msgid "Activate"
344
  msgstr "Aktivera"
345
 
346
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
347
  msgid "Update subscriptions"
348
  msgstr "Uppdatera prenumerationer"
349
 
350
+ #: options/panel1.php:264
351
  msgid "Sorry, no subscriptions match your search criteria."
352
  msgstr "Beklagar, men inga prenumerationer matchar dina sökkriteria."
353
 
354
+ #: options/panel1.php:321 options/panel1.php:389
355
+ #, fuzzy
356
+ #| msgid "Awaiting confirmation"
357
+ msgid "Missing information"
358
+ msgstr "Venter på bekreftelse"
359
+
360
+ #: options/panel1.php:329 options/panel1.php:414
361
+ #, fuzzy
362
+ #| msgid "Sender email address"
363
+ msgid "Invalid email address."
364
+ msgstr "Avsändarens adress"
365
+
366
+ #: options/panel1.php:397
367
+ msgid "Enter a numeric Post ID."
368
+ msgstr ""
369
+
370
+ #: options/panel1.php:406
371
+ #, fuzzy
372
+ #| msgid "Awaiting confirmation"
373
+ msgid "Missing email information"
374
+ msgstr "Venter på bekreftelse"
375
+
376
+ #: options/panel1.php:442 options/panel1.php:450
377
+ msgid "Please enter a value"
378
+ msgstr ""
379
+
380
  #: options/panel10.php:41
381
  msgid "The log file has been successfully deleted."
382
  msgstr ""
398
  msgstr ""
399
 
400
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
401
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
402
  msgid "Your settings have been successfully updated."
403
  msgstr "Dina inställningar har sparats."
404
 
405
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
406
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
407
  msgid "There was an error updating the following fields:"
408
  msgstr "Det uppstod ett fel vid uppdateringen av följande:"
409
 
410
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
411
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
412
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
413
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
414
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
415
+ #: options/panel5.php:221 options/panel5.php:230
416
  msgid "Yes"
417
  msgstr "Ja"
418
 
419
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
420
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
421
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
422
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
423
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
424
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
425
  msgid "No"
426
  msgstr "Nej"
427
 
465
  msgstr ""
466
 
467
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
468
+ #: options/panel4.php:283 options/panel5.php:276
469
  msgid "Save Changes"
470
  msgstr "Spara ändringar"
471
 
889
  msgid "There was an error deleting the options:"
890
  msgstr "Det uppstod ett fel vid uppdateringen av följande:"
891
 
892
+ #: options/panel5.php:48 options/panel5.php:111
893
  msgid "Show StCR checkbox / dropdown"
894
  msgstr ""
895
 
897
  msgid "Safetly Uninstall"
898
  msgstr ""
899
 
900
+ #: options/panel5.php:54 options/panel5.php:128
901
  msgid "Autopurge requests"
902
  msgstr "Autorensa obekräftade"
903
 
904
+ #: options/panel5.php:57 options/panel5.php:154
905
  msgid "Enable double check"
906
  msgstr "Aktivera dubbelkoll"
907
 
908
+ #: options/panel5.php:60 options/panel5.php:145
909
  msgid "StCR Position"
910
  msgstr ""
911
 
912
+ #: options/panel5.php:63 options/panel5.php:162
913
  msgid "Subscribe authors"
914
  msgstr "Prenumeration författare"
915
 
916
+ #: options/panel5.php:66 options/panel5.php:172
917
  msgid "Enable HTML emails"
918
  msgstr "Aktivera HTML-e-post"
919
 
929
  msgid "Notify admin"
930
  msgstr "Meddela administratör"
931
 
932
+ #: options/panel5.php:78 options/panel5.php:210
933
  msgid "Let admin subscribe"
934
  msgstr "Låt administratör prenumerera"
935
 
936
+ #: options/panel5.php:81 options/panel5.php:219
937
  msgid "BCC admin on Notifications"
938
  msgstr "Notifieringar"
939
 
940
+ #: options/panel5.php:84 options/panel5.php:228
941
  msgid "Enable Font Awesome"
942
  msgstr ""
943
 
944
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
945
+ #: options/panel5.php:272
946
  msgid "Reset All Options"
947
  msgstr ""
948
 
949
+ #: options/panel5.php:115
950
  msgid ""
951
  "This option will disable the StCR checkbox or dropdown in you comment form. "
952
  "You should leave it to Yes always. "
953
  msgstr ""
954
 
955
+ #: options/panel5.php:120
956
  msgid "Safely Uninstall"
957
  msgstr ""
958
 
959
+ #: options/panel5.php:124
960
  msgid ""
961
  "This option will allow you to delete the plugin with WordPress without "
962
  "loosing your subscribers. Any database table and plugin options are wipeout."
963
  msgstr ""
964
 
965
+ #: options/panel5.php:131
966
  msgid "days"
967
  msgstr "dagar"
968
 
969
+ #: options/panel5.php:132
970
  msgid ""
971
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
972
  "this feature."
973
  msgstr ""
974
  "Radera obekräftade prenumerationer efter X dagar. 0 inaktiverar denna tjänst."
975
 
976
+ #: options/panel5.php:136
977
+ msgid "Date Format"
978
+ msgstr ""
979
+
980
+ #: options/panel5.php:140
981
+ msgid ""
982
+ "Date format that will be display on the management page. Use <a "
983
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
984
+ "date-parameters' target='_blank'>PHP Date Format</a>"
985
+ msgstr ""
986
+
987
+ #: options/panel5.php:149
988
  msgid ""
989
  "If this option is enable the subscription box will be above the submit "
990
  "button in your comment form. Use this when your theme is outdated and using "
991
  "the incorrect WordPress Hooks and the checkbox is not displayed."
992
  msgstr ""
993
 
994
+ #: options/panel5.php:158
995
  msgid ""
996
  "Send a notification email to confirm the subscription (to avoid addresses "
997
  "misuse)."
999
  "Skicka administrationsmeddelande för att bekräfta prenumeration (för att "
1000
  "undvika missbruk)."
1001
 
1002
+ #: options/panel5.php:167
1003
  msgid ""
1004
  "Automatically subscribe authors to their own articles (not retroactive)."
1005
  msgstr ""
1006
  "Låt författare automatiskt prenumerera på sina egna artiklar (ej "
1007
  "retroaktivt)."
1008
 
1009
+ #: options/panel5.php:176
1010
  msgid ""
1011
  "If enabled, will send email messages with content-type = text/html instead "
1012
  "of text/plain"
1014
  "Om aktiverat skickar detta alternativ ut e-postmeddelanden med innehållet = "
1015
  "text/html istället för text/plain."
1016
 
1017
+ #: options/panel5.php:181
1018
  msgid "HTMLify links in emails"
1019
  msgstr ""
1020
 
1021
+ #: options/panel5.php:186
1022
  msgid ""
1023
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1024
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1025
  msgstr ""
1026
 
1027
+ #: options/panel5.php:191
1028
  msgid "Process trackbacks"
1029
  msgstr "Bearbeta trackbacks"
1030
 
1031
+ #: options/panel5.php:195
1032
  msgid ""
1033
  "Notify users when a new trackback or pingback is added to the discussion."
1034
  msgstr ""
1035
  "Meddela användare när en trackback eller pingback läggs till i diskussionen."
1036
 
1037
+ #: options/panel5.php:200
1038
  msgid "Track all subscriptions"
1039
  msgstr "Spåra alla prenumerationer"
1040
 
1041
+ #: options/panel5.php:205
1042
  msgid "Notify the administrator when users subscribe without commenting."
1043
  msgstr "Meddela administratör när användare prenumererar utan att kommentera."
1044
 
1045
+ #: options/panel5.php:214
1046
  msgid "Let the administrator subscribe to comments when logged in."
1047
  msgstr "Låt administratör prenumerera på kommentarer även när inloggad."
1048
 
1049
+ #: options/panel5.php:223
1050
  msgid "Send a copy of all Notifications to the administrator."
1051
  msgstr ""
1052
 
1053
+ #: options/panel5.php:232
1054
  msgid ""
1055
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1056
  "you theme already add this into your site."
1057
  msgstr ""
1058
 
1059
+ #: options/panel5.php:237
1060
  msgid "StCR Unique Key"
1061
  msgstr ""
1062
 
1063
+ #: options/panel5.php:242
1064
  msgid "This Unique Key is not set, please click the following button to "
1065
  msgstr ""
1066
 
1067
+ #: options/panel5.php:246 options/panel5.php:257
1068
  msgid "Generate"
1069
  msgstr ""
1070
 
1071
+ #: options/panel5.php:254
1072
  msgid ""
1073
  "This Unique Key will be use to send the notification to your subscribers "
1074
  "with more security."
1075
  msgstr ""
1076
 
1077
+ #: options/panel5.php:267
1078
  msgid ""
1079
  "This will reset all the options and messages of the plugin. Please proceed "
1080
  "with caution."
1081
  msgstr ""
1082
 
1083
+ #: options/panel5.php:269
1084
  msgid "Yes, Delete Options including subscriptions."
1085
  msgstr ""
1086
 
1087
+ #: options/panel5.php:270
1088
  msgid "No, Only delete the StCR Options."
1089
  msgstr ""
1090
 
1212
  msgid "Subscription Status"
1213
  msgstr ""
1214
 
1215
+ #: templates/author.php:91 templates/user.php:107
1216
  msgid "Select all"
1217
  msgstr "Välj alla"
1218
 
1219
+ #: templates/author.php:92 templates/user.php:109
1220
  msgid "Invert selection"
1221
  msgstr "Invertera val"
1222
 
1223
+ #: templates/author.php:95 templates/user.php:113
1224
  msgid "Choose your action"
1225
  msgstr ""
1226
 
1227
+ #: templates/author.php:98 templates/user.php:116
1228
  msgid "All comments"
1229
  msgstr ""
1230
 
1231
+ #: templates/author.php:99 templates/user.php:117
1232
+ #: wp_subscribe_reloaded.php:1118
1233
  msgid "Replies to my comments"
1234
  msgstr "Endast svar på mina kommentarer"
1235
 
1236
+ #: templates/author.php:105 templates/confirm.php:28
1237
+ #: templates/request-management-link.php:125 templates/user.php:127
1238
  msgid "Return to Post"
1239
  msgstr ""
1240
 
1241
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1242
+ #: templates/user.php:131
1243
  msgid "No subscriptions match your search criteria."
1244
  msgstr "Inga prenumerationer matchar dina sökkriteria."
1245
 
1249
  "enter your email below and a new link will be send."
1250
  msgstr ""
1251
 
1252
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1253
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1254
+ #: templates/subscribe.php:148
1255
  msgid "Send"
1256
  msgstr "Skicka"
1257
 
1258
+ #: templates/request-management-link.php:143
1259
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1260
+ #: templates/subscribe.php:178
1261
+ #, fuzzy
1262
+ #| msgid "email address"
1263
+ msgid "Email address is not valid"
1264
+ msgstr "Avsändarens adress"
1265
+
1266
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1267
+ msgid "Please enter your email"
1268
+ msgstr ""
1269
+
1270
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1271
  msgid "New subscription to"
1272
  msgstr "Ny prenumeration på"
1273
 
1274
+ #: templates/subscribe.php:61
1275
  msgid "User:"
1276
  msgstr "Användare:"
1277
 
1410
 
1411
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1412
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1413
+ #: utils/stcr_upgrade.php:610
1414
  msgid ""
1415
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1416
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1451
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1452
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1453
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1454
+ #: utils/stcr_upgrade.php:615
1455
  msgid ""
1456
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1457
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1538
 
1539
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1540
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1541
+ #: utils/stcr_upgrade.php:609
1542
  msgid "This version includes fixes and improvements, "
1543
  msgstr ""
1544
 
1554
  msgstr ""
1555
 
1556
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1557
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1558
  msgid "Log Settings"
1559
  msgstr ""
1560
 
1561
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1562
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1563
  msgid ""
1564
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1565
  msgstr ""
1575
  msgstr ""
1576
 
1577
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1578
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1579
  msgid "The support of this plugin is given thanks to your donations."
1580
  msgstr ""
1581
 
1626
  msgid "<strong>Fix</strong> issue regarding database collations"
1627
  msgstr ""
1628
 
1629
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1630
  msgid ""
1631
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1632
  "aria-hidden=\"true\"></i> <a href=\"\n"
1637
  "Thanks for all the users that have supported the plugin development."
1638
  msgstr ""
1639
 
1640
+ #: utils/stcr_utils.php:158
1641
+ msgid "January"
1642
+ msgstr ""
1643
+
1644
+ #: utils/stcr_utils.php:159
1645
+ msgid "February"
1646
+ msgstr ""
1647
+
1648
+ #: utils/stcr_utils.php:160
1649
+ #, fuzzy
1650
+ #| msgid "Search"
1651
+ msgid "March"
1652
+ msgstr "Sök"
1653
+
1654
+ #: utils/stcr_utils.php:161
1655
+ msgid "April"
1656
+ msgstr ""
1657
+
1658
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1659
+ msgid "May"
1660
+ msgstr ""
1661
+
1662
+ #: utils/stcr_utils.php:163
1663
+ msgid "June"
1664
+ msgstr ""
1665
+
1666
+ #: utils/stcr_utils.php:164
1667
+ msgid "July"
1668
+ msgstr ""
1669
+
1670
+ #: utils/stcr_utils.php:165
1671
+ msgid "August"
1672
+ msgstr ""
1673
+
1674
+ #: utils/stcr_utils.php:166
1675
+ msgid "September"
1676
+ msgstr ""
1677
+
1678
+ #: utils/stcr_utils.php:167
1679
+ msgid "October"
1680
+ msgstr ""
1681
+
1682
+ #: utils/stcr_utils.php:168
1683
+ msgid "November"
1684
+ msgstr ""
1685
+
1686
+ #: utils/stcr_utils.php:169
1687
+ msgid "December"
1688
+ msgstr ""
1689
+
1690
+ #: utils/stcr_utils.php:173
1691
+ msgid "Jan"
1692
+ msgstr ""
1693
+
1694
+ #: utils/stcr_utils.php:174
1695
+ msgid "Feb"
1696
+ msgstr ""
1697
+
1698
+ #: utils/stcr_utils.php:175
1699
+ msgid "Mar"
1700
+ msgstr ""
1701
+
1702
+ #: utils/stcr_utils.php:176
1703
+ msgid "Apr"
1704
+ msgstr ""
1705
+
1706
+ #: utils/stcr_utils.php:178
1707
+ msgid "Jun"
1708
+ msgstr ""
1709
+
1710
+ #: utils/stcr_utils.php:179
1711
+ msgid "Jul"
1712
+ msgstr ""
1713
+
1714
+ #: utils/stcr_utils.php:180
1715
+ msgid "Aug"
1716
+ msgstr ""
1717
+
1718
+ #: utils/stcr_utils.php:181
1719
+ msgid "Sep"
1720
+ msgstr ""
1721
+
1722
+ #: utils/stcr_utils.php:182
1723
+ msgid "Oct"
1724
+ msgstr ""
1725
+
1726
+ #: utils/stcr_utils.php:183
1727
+ #, fuzzy
1728
+ #| msgid "No"
1729
+ msgid "Nov"
1730
+ msgstr "Nej"
1731
+
1732
+ #: utils/stcr_utils.php:184
1733
+ msgid "Dec"
1734
+ msgstr ""
1735
+
1736
+ #: utils/stcr_utils.php:273
1737
  msgid ""
1738
  "Notify me of followup comments via e-mail. You can also <a "
1739
  "href='[subscribe_link]'>subscribe</a> without commenting."
1742
  "inläggets kommentarer via e-post? Du kan även <a "
1743
  "href='[subscribe_link]'>prenumerera</a> utan att lämna en kommentar."
1744
 
1745
+ #: utils/stcr_utils.php:274
1746
  msgid ""
1747
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1748
  "subscriptions."
1750
  "Du prenumererar på detta inlägg. <a href='[manager_link]'>Redigera</a> dina "
1751
  "prenumerationer."
1752
 
1753
+ #: utils/stcr_utils.php:275
1754
  msgid ""
1755
  "Your subscription to this post needs to be confirmed. <a "
1756
  "href='[manager_link]'>Manage your subscriptions</a>."
1758
  "Din prenumeration på inlägget måste bekräftas. <a "
1759
  "href='[manager_link]'>Redigera dina prenumerationer</a>."
1760
 
1761
+ #: utils/stcr_utils.php:276
1762
  msgid ""
1763
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1764
  msgstr ""
1765
  "Du kan <a href='[manager_link]'>redigera </a> din prenumeration på detta "
1766
  "inlägg."
1767
 
1768
+ #: utils/stcr_utils.php:282
1769
  msgid ""
1770
  "To manage your subscriptions, please enter your email address here below. We "
1771
  "will send you a message containing the link to access your personal "
1775
  "här nedanför. Du får sedan ett meddelande med en aktiveringslänk så att du "
1776
  "kan komma åt din personliga administrationssida."
1777
 
1778
+ #: utils/stcr_utils.php:283
1779
  msgid ""
1780
  "Thank you for using our subscription service. Your request has been "
1781
  "completed, and you should receive an email with the management link in a few "
1784
  "Tack för att du prenumerar! Du borde få e-postmeddelandet med "
1785
  "aktiveringslänken inom några minuter."
1786
 
1787
+ #: utils/stcr_utils.php:284
1788
  msgid ""
1789
  "You can follow the discussion on <strong>[post_title]</strong> without "
1790
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1794
  "en kommentar. Skriv bara in din e-postadress här nedanför så är det klart "
1795
  "sen."
1796
 
1797
+ #: utils/stcr_utils.php:285
1798
  msgid ""
1799
  "Thank you for using our subscription service. Your request has been "
1800
  "completed. You will receive a notification email every time a new comment to "
1803
  "Tack för att du prenumererar! Du kommer nu att få ett e-postmeddelande varje "
1804
  "gång en kommentar publiceras på inlägget."
1805
 
1806
+ #: utils/stcr_utils.php:286
1807
  msgid ""
1808
  "Thank you for using our subscription service. In order to confirm your "
1809
  "request, please check your email for the verification message and follow the "
1812
  "Tack för att du prenumererar! För att bekräfta prenumerationen, vänligen "
1813
  "logga in på din e-post och följ instruktionerna i aktiveringsmeddelandet."
1814
 
1815
+ #: utils/stcr_utils.php:287
1816
  msgid ""
1817
  "In order to cancel or suspend one or more notifications, select the "
1818
  "corresponding checkbox(es) and click on the button at the end of the list."
1821
  "prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta "
1822
  "på knappen längst ned."
1823
 
1824
+ #: utils/stcr_utils.php:288
1825
  msgid ""
1826
  "In order to cancel or suspend one or more notifications, select the "
1827
  "corresponding checkbox(es) and click on the button at the end of the list. "
1831
  "prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta "
1832
  "på knappen längst ned. Du prenumererar för närvarande på:"
1833
 
1834
+ #: utils/stcr_utils.php:292
1835
  msgid "There is a new comment to [post_title]"
1836
  msgstr "Det har kommit en ny kommentar på [post_title]"
1837
 
1838
+ #: utils/stcr_utils.php:293
1839
  msgid ""
1840
  "<h1>There is a new comment on [post_title].</h1>\n"
1841
  "\n"
1852
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1853
  msgstr ""
1854
 
1855
+ #: utils/stcr_utils.php:294
1856
  msgid "Please confirm your subscription to [post_title]"
1857
  msgstr "Vänligen bekräfta din prenumeration på [post_title]"
1858
 
1859
+ #: utils/stcr_utils.php:295
1860
  #, fuzzy
1861
  #| msgid ""
1862
  #| "You have requested to be notified every time a new comment is added to:\n"
1878
  "Om länken inte går att klicka på, kopiera adressen och klistra in den i "
1879
  "adressfönstret på din webbläsare."
1880
 
1881
+ #: utils/stcr_utils.php:296
1882
  msgid "Manage your subscriptions on [blog_name]"
1883
  msgstr "Administrera dina prenumerationer på [blog_name]"
1884
 
1885
+ #: utils/stcr_utils.php:297
1886
  msgid ""
1887
  "You have requested to manage your subscriptions to the articles on "
1888
  "[blog_name]. Please check the Subscriptions management link in your email"
1889
  msgstr ""
1890
 
1891
+ #: utils/stcr_utils.php:298
1892
  #, fuzzy
1893
  #| msgid ""
1894
  #| "You have requested to manage your subscriptions to the articles on "
1903
  "[blog_name]. Följ denna länk för att logga in på din personliga sida: \n"
1904
  "[manager_link]"
1905
 
1906
+ #: utils/stcr_utils.php:378
1907
  msgid "StCR Notification"
1908
  msgstr "Notifieringar"
1909
 
1910
+ #: wp_subscribe_reloaded.php:1116
1911
  msgid "Don't subscribe"
1912
  msgstr "Prenumerera inte"
1913
 
1914
  # Alla
1915
+ #: wp_subscribe_reloaded.php:1117
1916
  msgid "All"
1917
  msgstr "Alla"
1918
 
2005
  #~ msgid "Management page"
2006
  #~ msgstr "Administrasjonsside"
2007
 
 
 
 
2008
  #~ msgid "Stats"
2009
  #~ msgstr "Statistikk"
2010
 
langs/subscribe-reloaded-tr_TR.mo CHANGED
Binary file
langs/subscribe-reloaded-tr_TR.po CHANGED
@@ -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-12 15:13-0700\n"
6
- "PO-Revision-Date: 2018-02-12 15:13-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: tr_TR\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
21
- #: utils/stcr_utils.php:203
22
  msgid "Manage subscriptions"
23
  msgstr "Abonelikler"
24
 
@@ -47,7 +47,7 @@ msgstr "Destek"
47
  msgid "Donate"
48
  msgstr "Para bağışlamak istemiyor musunuz? Yine de yardım edebilirsiniz"
49
 
50
- #: options/panel1-add-subscription.php:8 options/panel1.php:61
51
  msgid "Add New Subscription"
52
  msgstr "Yeni Abonelik Ekle"
53
 
@@ -56,78 +56,80 @@ msgstr "Yeni Abonelik Ekle"
56
  msgid "Post:"
57
  msgstr "Yazı:"
58
 
59
- #: options/panel1-add-subscription.php:16 options/panel1.php:72
60
- #: options/panel1.php:133 templates/key_expired.php:72
61
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
62
  msgid "Email"
63
  msgstr "Eposta"
64
 
65
  #: options/panel1-add-subscription.php:20
66
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
67
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
68
  msgid "Status"
69
  msgstr "Durum"
70
 
71
  #: options/panel1-add-subscription.php:22
72
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
73
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
74
  #: templates/user.php:76
75
  msgid "Active"
76
  msgstr "Aktif"
77
 
78
  #: options/panel1-add-subscription.php:23
79
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
80
- #: options/panel1.php:80
81
  msgid "Replies only"
82
  msgstr "Yalnızca yanıtlar"
83
 
84
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
85
  msgid "Ask user to confirm"
86
  msgstr "Kullanıcının onayını iste"
87
 
88
  #: options/panel1-add-subscription.php:26
89
- #: options/panel1-edit-subscription.php:33 options/panel1.php:46
90
  msgid "Update"
91
  msgstr "Güncelle"
92
 
93
- #: options/panel1-business-logic.php:23
94
  msgid "Subscription added."
95
  msgstr "Abonelikler eklendi."
96
 
97
- #: options/panel1-business-logic.php:39
98
  msgid "Subscriptions updated."
99
  msgstr "Abonelikler güncellendi."
100
 
101
- #: options/panel1-business-logic.php:51
102
  msgid "Subscription deleted."
103
  msgstr "Abonelikler silindi."
104
 
105
- #: options/panel1-business-logic.php:70 templates/author.php:24
106
  #: templates/user.php:33
107
  msgid "Subscriptions deleted:"
108
  msgstr "Abonelikler silindi:"
109
 
110
- #: options/panel1-business-logic.php:74 templates/author.php:28
111
  #: templates/user.php:37
112
  msgid "Subscriptions suspended:"
113
  msgstr "Abonelikler donduruldu:"
114
 
115
- #: options/panel1-business-logic.php:78 templates/author.php:32
116
  #: templates/user.php:41
117
  msgid "Subscriptions activated:"
118
  msgstr "Abonelikler aktifleştirildi:"
119
 
120
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
121
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
122
  #: templates/user.php:49
123
  msgid "Subscriptions updated:"
124
  msgstr "Abonelikler güncellendi:"
125
 
126
- #: options/panel1-business-logic.php:110
127
  msgid "&laquo; Previous"
128
  msgstr "&laquo; Önceki"
129
 
130
- #: options/panel1-business-logic.php:114
131
  msgid "Next &raquo;"
132
  msgstr "Sonraki &raquo;"
133
 
@@ -142,8 +144,8 @@ msgstr "Aboneliği Güncelle"
142
  msgid "optional"
143
  msgstr "isteğe bağlı"
144
 
145
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
146
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
147
  #: templates/author.php:53 templates/user.php:65
148
  msgid ""
149
  "Please remember: this operation cannot be undone. Are you sure you want to "
@@ -152,57 +154,66 @@ msgstr ""
152
  "Lütfen unutmayın: bu işlem geri alınamaz. Devam etmek istediğinizden emin "
153
  "misiniz?"
154
 
155
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
156
  msgid "From"
157
  msgstr "Kimden"
158
 
159
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
160
  msgid "To"
161
  msgstr "Kime"
162
 
163
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
164
  msgid "Keep unchanged"
165
  msgstr "Değişmeden kalsın"
166
 
167
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
168
  msgid "Suspended"
169
  msgstr "Donduruldu"
170
 
171
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
172
  msgid "Mass Update Subscriptions"
173
  msgstr "Toplu Abonelik Güncelleme"
174
 
175
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
176
  msgid "email address"
177
  msgstr "Gönderici eposta adresi"
178
 
179
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
180
  msgid "optional - new email address"
181
  msgstr "Eposta adresini güncelle"
182
 
183
- #: options/panel1.php:49
184
  msgid "More info"
185
  msgstr ""
186
 
187
- #: options/panel1.php:55
188
  msgid ""
189
  "This option will allow you to change an email address for another one or to "
190
  "update the same status for all the subscription on a specific email address."
191
  msgstr ""
192
 
193
- #: options/panel1.php:68
194
  msgid "Post ID"
195
  msgstr "Yazı ID"
196
 
197
- #: options/panel1.php:83
198
  msgid "Add"
199
  msgstr "Ekle"
200
 
201
- #: options/panel1.php:98
202
  msgid "Search subscriptions"
203
  msgstr "Abonelikleri ara"
204
 
205
- #: options/panel1.php:102
206
  #, php-format
207
  msgid ""
208
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
@@ -211,139 +222,165 @@ msgstr ""
211
  "<a href=\"%s\">Abonelikleri listeleyebilir</a> ya da şu şekilde "
212
  "aratabilirsiniz: <b>eposta</>"
213
 
214
- #: options/panel1.php:106
215
  msgid "email"
216
  msgstr "eposta"
217
 
218
- #: options/panel1.php:107
219
  msgid "post ID"
220
  msgstr "yazı ID"
221
 
222
- #: options/panel1.php:108
223
  msgid "status"
224
  msgstr "durum"
225
 
226
- #: options/panel1.php:111
227
  msgid "equals"
228
  msgstr "eşittir"
229
 
230
- #: options/panel1.php:112
231
  msgid "contains"
232
  msgstr "içerir"
233
 
234
- #: options/panel1.php:113
235
  msgid "does not contain"
236
  msgstr "içermez"
237
 
238
- #: options/panel1.php:114
239
  msgid "starts with"
240
  msgstr "ile başlayan"
241
 
242
- #: options/panel1.php:115
243
  msgid "ends with"
244
  msgstr "ile biten"
245
 
246
- #: options/panel1.php:118
247
  msgid "results per page:"
248
  msgstr "bir sayfadaki sonuçlar:"
249
 
250
- #: options/panel1.php:120
251
  msgid "Search"
252
  msgstr "Ara"
253
 
254
- #: options/panel1.php:128
255
  msgid "Reverse the order by Post ID"
256
  msgstr "Yazı IDsine göre sırala"
257
 
258
- #: options/panel1.php:129 options/panel1.php:130
259
  msgid "Reverse the order by Date/Time"
260
  msgstr "Tarih/Zamana göre sırala"
261
 
262
- #: options/panel1.php:132
263
  msgid "Post (ID)"
264
  msgstr "Yazı (ID)"
265
 
266
- #: options/panel1.php:135
267
  msgid "Search query:"
268
  msgstr "Arama değeri:"
269
 
270
- #: options/panel1.php:135
271
  msgid "Rows:"
272
  msgstr "Sonuçlar:"
273
 
274
- #: options/panel1.php:135
275
  msgid "of"
276
  msgstr "Toplam Sonuç:"
277
 
278
- #: options/panel1.php:142 options/panel1.php:158
279
  msgid "Date and Time"
280
  msgstr "Tarih ve Saat"
281
 
282
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
283
  msgid "Replies"
284
  msgstr "Yanıtlar"
285
 
286
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
287
  msgid "Replies Unconfirmed"
288
  msgstr ""
289
 
290
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
291
  msgid "All Comments"
292
  msgstr ""
293
 
294
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
295
  msgid "Unconfirmed"
296
  msgstr ""
297
 
298
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
299
  msgid "Inactive"
300
  msgstr "Aktif"
301
 
302
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
303
- #: templates/user.php:111
304
  msgid "Delete"
305
  msgstr "Sil"
306
 
307
- #: options/panel1.php:202 options/panel1.php:212
308
  msgid "Edit"
309
  msgstr "Düzenle"
310
 
311
- #: options/panel1.php:204 options/panel1.php:210
312
  msgid "Subscription"
313
  msgstr "Abonelikler"
314
 
315
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
316
  msgid "Action:"
317
  msgstr "Eylem:"
318
 
319
- #: options/panel1.php:227
320
  msgid "Delete forever"
321
  msgstr "Tamamen sil"
322
 
323
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
324
  msgid "Suspend"
325
  msgstr "Dondur"
326
 
327
- #: options/panel1.php:229
328
  msgid "Activate and set to Y"
329
  msgstr "Aktifleştir ve Y olarak ayarla"
330
 
331
- #: options/panel1.php:230
332
  msgid "Activate and set to R"
333
  msgstr "Aktifleştir ve R olarak ayarla"
334
 
335
- #: options/panel1.php:231
336
  msgid "Activate"
337
  msgstr "Aktifleştir"
338
 
339
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
340
  msgid "Update subscriptions"
341
  msgstr "Abonelikleri güncelle"
342
 
343
- #: options/panel1.php:238
344
  msgid "Sorry, no subscriptions match your search criteria."
345
  msgstr "Üzgünüm, arama kriterlerinize uygun abonelik bulunamadı."
346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  #: options/panel10.php:41
348
  msgid "The log file has been successfully deleted."
349
  msgstr ""
@@ -365,30 +402,30 @@ msgid "Enable Auto clean log data"
365
  msgstr ""
366
 
367
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
368
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
369
  msgid "Your settings have been successfully updated."
370
  msgstr "Ayarlarınız başarıyla kaydedildi."
371
 
372
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
373
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
374
  msgid "There was an error updating the following fields:"
375
  msgstr "Ayarlarınız kaydedilirken şu hatalara rastlandı:"
376
 
377
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
378
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
379
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
380
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
381
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
382
- #: options/panel5.php:210 options/panel5.php:219
383
  msgid "Yes"
384
  msgstr "Evet"
385
 
386
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
387
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
388
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
389
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
390
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
391
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
392
  msgid "No"
393
  msgstr "Hayır"
394
 
@@ -432,7 +469,7 @@ msgid "System Information"
432
  msgstr ""
433
 
434
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
435
- #: options/panel4.php:283 options/panel5.php:265
436
  msgid "Save Changes"
437
  msgstr "Ayarları Kaydet"
438
 
@@ -850,7 +887,7 @@ msgstr "Ayarlarınız başarıyla kaydedildi."
850
  msgid "There was an error deleting the options:"
851
  msgstr "Ayarlarınız kaydedilirken şu hatalara rastlandı:"
852
 
853
- #: options/panel5.php:48 options/panel5.php:108
854
  msgid "Show StCR checkbox / dropdown"
855
  msgstr ""
856
 
@@ -858,23 +895,23 @@ msgstr ""
858
  msgid "Safetly Uninstall"
859
  msgstr ""
860
 
861
- #: options/panel5.php:54 options/panel5.php:125
862
  msgid "Autopurge requests"
863
  msgstr "İstekleri ayrıştır"
864
 
865
- #: options/panel5.php:57 options/panel5.php:143
866
  msgid "Enable double check"
867
  msgstr "Doğrulama"
868
 
869
- #: options/panel5.php:60 options/panel5.php:134
870
  msgid "StCR Position"
871
  msgstr ""
872
 
873
- #: options/panel5.php:63 options/panel5.php:151
874
  msgid "Subscribe authors"
875
  msgstr "Abone olundu"
876
 
877
- #: options/panel5.php:66 options/panel5.php:161
878
  msgid "Enable HTML emails"
879
  msgstr "HTML epostalarına izin ver"
880
 
@@ -890,43 +927,44 @@ msgstr "Trackback'leri gönder"
890
  msgid "Notify admin"
891
  msgstr "Admini haberdar et"
892
 
893
- #: options/panel5.php:78 options/panel5.php:199
894
  msgid "Let admin subscribe"
895
  msgstr "Adminin abone olmasına izin ver"
896
 
897
- #: options/panel5.php:81 options/panel5.php:208
898
  msgid "BCC admin on Notifications"
899
  msgstr "Bildiriler"
900
 
901
- #: options/panel5.php:84 options/panel5.php:217
902
  msgid "Enable Font Awesome"
903
  msgstr ""
904
 
905
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
906
  msgid "Reset All Options"
907
  msgstr ""
908
 
909
- #: options/panel5.php:112
910
  msgid ""
911
  "This option will disable the StCR checkbox or dropdown in you comment form. "
912
  "You should leave it to Yes always. "
913
  msgstr ""
914
 
915
- #: options/panel5.php:117
916
  msgid "Safely Uninstall"
917
  msgstr ""
918
 
919
- #: options/panel5.php:121
920
  msgid ""
921
  "This option will allow you to delete the plugin with WordPress without "
922
  "loosing your subscribers. Any database table and plugin options are wipeout."
923
  msgstr ""
924
 
925
- #: options/panel5.php:128
926
  msgid "days"
927
  msgstr "günler"
928
 
929
- #: options/panel5.php:129
930
  msgid ""
931
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
932
  "this feature."
@@ -934,14 +972,25 @@ msgstr ""
934
  "Doğrulama gerçekleşmeyen abonelikleri x gün sonra sil. Sıfır değeri devre "
935
  "dışı bırakır."
936
 
937
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
938
  msgid ""
939
  "If this option is enable the subscription box will be above the submit "
940
  "button in your comment form. Use this when your theme is outdated and using "
941
  "the incorrect WordPress Hooks and the checkbox is not displayed."
942
  msgstr ""
943
 
944
- #: options/panel5.php:147
945
  msgid ""
946
  "Send a notification email to confirm the subscription (to avoid addresses "
947
  "misuse)."
@@ -949,12 +998,12 @@ msgstr ""
949
  "Aboneliği doğrulamak için eposta gönderir. Eposta adreslerinin doğruluğunu "
950
  "tespit için kullanılabilir."
951
 
952
- #: options/panel5.php:156
953
  msgid ""
954
  "Automatically subscribe authors to their own articles (not retroactive)."
955
  msgstr ""
956
 
957
- #: options/panel5.php:165
958
  msgid ""
959
  "If enabled, will send email messages with content-type = text/html instead "
960
  "of text/plain"
@@ -962,76 +1011,76 @@ msgstr ""
962
  "Etkinleştirilmişse, gönderilen epostalar text/plain yerine text/html olarak "
963
  "gönderilecektir."
964
 
965
- #: options/panel5.php:170
966
  msgid "HTMLify links in emails"
967
  msgstr ""
968
 
969
- #: options/panel5.php:175
970
  msgid ""
971
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
972
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
973
  msgstr ""
974
 
975
- #: options/panel5.php:180
976
  msgid "Process trackbacks"
977
  msgstr "Trackback'leri işle"
978
 
979
- #: options/panel5.php:184
980
  msgid ""
981
  "Notify users when a new trackback or pingback is added to the discussion."
982
  msgstr "Yeni bir trackback ya da pingback olduğunda kullanıcılara bildirir."
983
 
984
- #: options/panel5.php:189
985
  msgid "Track all subscriptions"
986
  msgstr "Tüm abonelikleri takip et"
987
 
988
- #: options/panel5.php:194
989
  msgid "Notify the administrator when users subscribe without commenting."
990
  msgstr "Kullanıcılar yorum bırakmadan abone olduğunda admine bildir."
991
 
992
- #: options/panel5.php:203
993
  msgid "Let the administrator subscribe to comments when logged in."
994
  msgstr "Adminler giriş yaptığında yorumlara abone olmalarına izin ver."
995
 
996
- #: options/panel5.php:212
997
  msgid "Send a copy of all Notifications to the administrator."
998
  msgstr ""
999
 
1000
- #: options/panel5.php:221
1001
  msgid ""
1002
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1003
  "you theme already add this into your site."
1004
  msgstr ""
1005
 
1006
- #: options/panel5.php:226
1007
  msgid "StCR Unique Key"
1008
  msgstr ""
1009
 
1010
- #: options/panel5.php:231
1011
  msgid "This Unique Key is not set, please click the following button to "
1012
  msgstr ""
1013
 
1014
- #: options/panel5.php:235 options/panel5.php:246
1015
  msgid "Generate"
1016
  msgstr ""
1017
 
1018
- #: options/panel5.php:243
1019
  msgid ""
1020
  "This Unique Key will be use to send the notification to your subscribers "
1021
  "with more security."
1022
  msgstr ""
1023
 
1024
- #: options/panel5.php:256
1025
  msgid ""
1026
  "This will reset all the options and messages of the plugin. Please proceed "
1027
  "with caution."
1028
  msgstr ""
1029
 
1030
- #: options/panel5.php:258
1031
  msgid "Yes, Delete Options including subscriptions."
1032
  msgstr ""
1033
 
1034
- #: options/panel5.php:259
1035
  msgid "No, Only delete the StCR Options."
1036
  msgstr ""
1037
 
@@ -1160,34 +1209,34 @@ msgstr ""
1160
  msgid "Subscription Status"
1161
  msgstr ""
1162
 
1163
- #: templates/author.php:88 templates/user.php:104
1164
  msgid "Select all"
1165
  msgstr "Hepsini seç"
1166
 
1167
- #: templates/author.php:89 templates/user.php:106
1168
  msgid "Invert selection"
1169
  msgstr "Seçimi ters çevir"
1170
 
1171
- #: templates/author.php:92 templates/user.php:110
1172
  msgid "Choose your action"
1173
  msgstr ""
1174
 
1175
- #: templates/author.php:95 templates/user.php:113
1176
  msgid "All comments"
1177
  msgstr ""
1178
 
1179
- #: templates/author.php:96 templates/user.php:114
1180
- #: wp_subscribe_reloaded.php:1122
1181
  msgid "Replies to my comments"
1182
  msgstr "Yorumlarıma gönderilen yanıtlar"
1183
 
1184
- #: templates/author.php:102 templates/confirm.php:28
1185
- #: templates/request-management-link.php:114 templates/user.php:124
1186
  msgid "Return to Post"
1187
  msgstr ""
1188
 
1189
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1190
- #: templates/user.php:128
1191
  msgid "No subscriptions match your search criteria."
1192
  msgstr "Arama kriterlerinize uygun abonelik bulunamadı."
1193
 
@@ -1197,16 +1246,29 @@ msgid ""
1197
  "enter your email below and a new link will be send."
1198
  msgstr ""
1199
 
1200
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1201
- #: templates/subscribe.php:112
 
1202
  msgid "Send"
1203
  msgstr "Gönder"
1204
 
1205
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1206
  msgid "New subscription to"
1207
  msgstr "Yeni abonelikler"
1208
 
1209
- #: templates/subscribe.php:51
1210
  msgid "User:"
1211
  msgstr "Kullanıcı:"
1212
 
@@ -1345,6 +1407,7 @@ msgstr ""
1345
 
1346
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1347
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1348
  msgid ""
1349
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1350
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1385,6 +1448,7 @@ msgstr ""
1385
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1386
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1387
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1388
  msgid ""
1389
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1390
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1471,6 +1535,7 @@ msgstr ""
1471
 
1472
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1473
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1474
  msgid "This version includes fixes and improvements, "
1475
  msgstr ""
1476
 
@@ -1486,12 +1551,12 @@ msgid ""
1486
  msgstr ""
1487
 
1488
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1489
- #: utils/stcr_upgrade.php:576
1490
  msgid "Log Settings"
1491
  msgstr ""
1492
 
1493
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1494
- #: utils/stcr_upgrade.php:580
1495
  msgid ""
1496
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1497
  msgstr ""
@@ -1507,7 +1572,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1507
  msgstr ""
1508
 
1509
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1510
- #: utils/stcr_upgrade.php:590
1511
  msgid "The support of this plugin is given thanks to your donations."
1512
  msgstr ""
1513
 
@@ -1558,7 +1623,7 @@ msgstr ""
1558
  msgid "<strong>Fix</strong> issue regarding database collations"
1559
  msgstr ""
1560
 
1561
- #: utils/stcr_upgrade.php:591
1562
  msgid ""
1563
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1564
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1569,7 +1634,103 @@ msgid ""
1569
  "Thanks for all the users that have supported the plugin development."
1570
  msgstr ""
1571
 
1572
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1573
  msgid ""
1574
  "Notify me of followup comments via e-mail. You can also <a "
1575
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1577,7 +1738,7 @@ msgstr ""
1577
  "Yeni yorumları e-posta aracılığıyla bana bildir. Ayrıca yorum yapmadan da <a "
1578
  "href='[subscribe_link]'>abone</a> olabilirsiniz."
1579
 
1580
- #: utils/stcr_utils.php:197
1581
  msgid ""
1582
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1583
  "subscriptions."
@@ -1585,7 +1746,7 @@ msgstr ""
1585
  "Bu yazıya abone oldunuz. Aboneliklerinizi incelemek için <a "
1586
  "href='[manager_link]'>tıklayınız</a>."
1587
 
1588
- #: utils/stcr_utils.php:198
1589
  msgid ""
1590
  "Your subscription to this post needs to be confirmed. <a "
1591
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1593,14 +1754,14 @@ msgstr ""
1593
  "Bu yazıya olan aboneliğinizin doğrulanması gerekiyor. Aboneliklerinizi "
1594
  "incelemek için <a href='[manager_link]'>tıklayın</a>."
1595
 
1596
- #: utils/stcr_utils.php:199
1597
  msgid ""
1598
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1599
  msgstr ""
1600
  "Bu yazıya olan aboneliklerinizi <a href='[manager_link]'>buradan</a> "
1601
  "inceleyebilirsiniz."
1602
 
1603
- #: utils/stcr_utils.php:205
1604
  msgid ""
1605
  "To manage your subscriptions, please enter your email address here below. We "
1606
  "will send you a message containing the link to access your personal "
@@ -1609,7 +1770,7 @@ msgstr ""
1609
  "Aboneliklerinizi incelemek için aşağıya e-posta adresinizi girin. Biz de "
1610
  "size aboneliklerinizi listeyebileceğiniz bir link gönderelim."
1611
 
1612
- #: utils/stcr_utils.php:206
1613
  msgid ""
1614
  "Thank you for using our subscription service. Your request has been "
1615
  "completed, and you should receive an email with the management link in a few "
@@ -1619,7 +1780,7 @@ msgstr ""
1619
  "ve aboneliğinizi yönetebileceğiniz bir link bir kaç dakika içerisinde e-"
1620
  "posta adresinize gelmek üzere yola çıktı :) . "
1621
 
1622
- #: utils/stcr_utils.php:207
1623
  msgid ""
1624
  "You can follow the discussion on <strong>[post_title]</strong> without "
1625
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1629,7 +1790,7 @@ msgstr ""
1629
  "takip edebilirsiniz. Havalı değil mi? Aşağıdaki kutuya e-posta adresinizi "
1630
  "girmeniz yeterli."
1631
 
1632
- #: utils/stcr_utils.php:208
1633
  msgid ""
1634
  "Thank you for using our subscription service. Your request has been "
1635
  "completed. You will receive a notification email every time a new comment to "
@@ -1639,7 +1800,7 @@ msgstr ""
1639
  "Bu yazıya yapılan, yöneticilerin onaylayıp yayınladığı her yorum için e-"
1640
  "posta alıcaksınız."
1641
 
1642
- #: utils/stcr_utils.php:209
1643
  msgid ""
1644
  "Thank you for using our subscription service. In order to confirm your "
1645
  "request, please check your email for the verification message and follow the "
@@ -1649,7 +1810,7 @@ msgstr ""
1649
  "için lütfen e-posta adresinize gelen doğrulama mesajına bakın ve talimatları "
1650
  "izleyin."
1651
 
1652
- #: utils/stcr_utils.php:210
1653
  msgid ""
1654
  "In order to cancel or suspend one or more notifications, select the "
1655
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1657,7 +1818,7 @@ msgstr ""
1657
  "Bir ya da daha fazla aboneliğinizi iptal etmek ya da dondurmak için ilgili "
1658
  "kutucukları düzenleyin ve listenin sonundaki düğmeye basın."
1659
 
1660
- #: utils/stcr_utils.php:211
1661
  msgid ""
1662
  "In order to cancel or suspend one or more notifications, select the "
1663
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1667,11 +1828,11 @@ msgstr ""
1667
  "kutucukları düzenleyin ve listenin sonundaki düğmeye basın. Şu an ki "
1668
  "abonelikleriniz:"
1669
 
1670
- #: utils/stcr_utils.php:215
1671
  msgid "There is a new comment to [post_title]"
1672
  msgstr "[post_title] yazısı için yeni yorum yapıldı."
1673
 
1674
- #: utils/stcr_utils.php:216
1675
  msgid ""
1676
  "<h1>There is a new comment on [post_title].</h1>\n"
1677
  "\n"
@@ -1688,12 +1849,12 @@ msgid ""
1688
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1689
  msgstr ""
1690
 
1691
- #: utils/stcr_utils.php:217
1692
  msgid "Please confirm your subscription to [post_title]"
1693
  msgstr ""
1694
  "Lütfen [post_title] yazısı için başvurduğunuz aboneliğinizi doğrulayın."
1695
 
1696
- #: utils/stcr_utils.php:218
1697
  #, fuzzy
1698
  #| msgid ""
1699
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1712,17 +1873,17 @@ msgstr ""
1712
  "[post_permalink]Aşağıdaki linke tıklayarak isteğinizi doğrulayın."
1713
  "[confirm_link]"
1714
 
1715
- #: utils/stcr_utils.php:219
1716
  msgid "Manage your subscriptions on [blog_name]"
1717
  msgstr "[blog_name] üzerindeki aboneliklerinizi inceleyin"
1718
 
1719
- #: utils/stcr_utils.php:220
1720
  msgid ""
1721
  "You have requested to manage your subscriptions to the articles on "
1722
  "[blog_name]. Please check the Subscriptions management link in your email"
1723
  msgstr ""
1724
 
1725
- #: utils/stcr_utils.php:221
1726
  #, fuzzy
1727
  #| msgid ""
1728
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1736,15 +1897,15 @@ msgstr ""
1736
  "[blog_name] üzerindeki aboneliklerinizi incelemek istediniz. Kişisel "
1737
  "sayfanıza ulaşmak için aşağıdaki linke tıklayın: [manager_link]"
1738
 
1739
- #: utils/stcr_utils.php:300
1740
  msgid "StCR Notification"
1741
  msgstr "Bildiriler"
1742
 
1743
- #: wp_subscribe_reloaded.php:1120
1744
  msgid "Don't subscribe"
1745
  msgstr "Abone olma"
1746
 
1747
- #: wp_subscribe_reloaded.php:1121
1748
  msgid "All"
1749
  msgstr "Tümü"
1750
 
@@ -1835,9 +1996,6 @@ msgstr "Tümü"
1835
  #~ msgid "Management page"
1836
  #~ msgstr "Abonelik sayfası"
1837
 
1838
- #~ msgid "Awaiting confirmation"
1839
- #~ msgstr "Doğrulama bekleniyor"
1840
-
1841
  #~ msgid "Stats"
1842
  #~ msgstr "İstatistikler"
1843
 
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:20-0700\n"
6
+ "PO-Revision-Date: 2018-02-25 23:20-0700\n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: tr_TR\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
21
+ #: utils/stcr_utils.php:280
22
  msgid "Manage subscriptions"
23
  msgstr "Abonelikler"
24
 
47
  msgid "Donate"
48
  msgstr "Para bağışlamak istemiyor musunuz? Yine de yardım edebilirsiniz"
49
 
50
+ #: options/panel1-add-subscription.php:8 options/panel1.php:86
51
  msgid "Add New Subscription"
52
  msgstr "Yeni Abonelik Ekle"
53
 
56
  msgid "Post:"
57
  msgstr "Yazı:"
58
 
59
+ #: options/panel1-add-subscription.php:16 options/panel1.php:97
60
+ #: options/panel1.php:159 templates/key_expired.php:72
61
+ #: templates/request-management-link.php:113
62
+ #: templates/request-management-link.php:139 templates/subscribe.php:121
63
+ #: templates/subscribe.php:146
64
  msgid "Email"
65
  msgstr "Eposta"
66
 
67
  #: options/panel1-add-subscription.php:20
68
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:64
69
+ #: options/panel1.php:102 options/panel1.php:167 options/panel1.php:185
70
  msgid "Status"
71
  msgstr "Durum"
72
 
73
  #: options/panel1-add-subscription.php:22
74
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:67
75
+ #: options/panel1.php:105 options/panel1.php:199 templates/author.php:64
76
  #: templates/user.php:76
77
  msgid "Active"
78
  msgstr "Aktif"
79
 
80
  #: options/panel1-add-subscription.php:23
81
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:68
82
+ #: options/panel1.php:106
83
  msgid "Replies only"
84
  msgstr "Yalnızca yanıtlar"
85
 
86
+ #: options/panel1-add-subscription.php:24 options/panel1.php:107
87
  msgid "Ask user to confirm"
88
  msgstr "Kullanıcının onayını iste"
89
 
90
  #: options/panel1-add-subscription.php:26
91
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:71
92
  msgid "Update"
93
  msgstr "Güncelle"
94
 
95
+ #: options/panel1-business-logic.php:40
96
  msgid "Subscription added."
97
  msgstr "Abonelikler eklendi."
98
 
99
+ #: options/panel1-business-logic.php:65
100
  msgid "Subscriptions updated."
101
  msgstr "Abonelikler güncellendi."
102
 
103
+ #: options/panel1-business-logic.php:80
104
  msgid "Subscription deleted."
105
  msgstr "Abonelikler silindi."
106
 
107
+ #: options/panel1-business-logic.php:99 templates/author.php:24
108
  #: templates/user.php:33
109
  msgid "Subscriptions deleted:"
110
  msgstr "Abonelikler silindi:"
111
 
112
+ #: options/panel1-business-logic.php:103 templates/author.php:28
113
  #: templates/user.php:37
114
  msgid "Subscriptions suspended:"
115
  msgstr "Abonelikler donduruldu:"
116
 
117
+ #: options/panel1-business-logic.php:107 templates/author.php:32
118
  #: templates/user.php:41
119
  msgid "Subscriptions activated:"
120
  msgstr "Abonelikler aktifleştirildi:"
121
 
122
+ #: options/panel1-business-logic.php:111 options/panel1-business-logic.php:115
123
  #: templates/author.php:36 templates/author.php:40 templates/user.php:45
124
  #: templates/user.php:49
125
  msgid "Subscriptions updated:"
126
  msgstr "Abonelikler güncellendi:"
127
 
128
+ #: options/panel1-business-logic.php:147
129
  msgid "&laquo; Previous"
130
  msgstr "&laquo; Önceki"
131
 
132
+ #: options/panel1-business-logic.php:151
133
  msgid "Next &raquo;"
134
  msgstr "Sonraki &raquo;"
135
 
144
  msgid "optional"
145
  msgstr "isteğe bağlı"
146
 
147
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:150
148
+ #: options/panel1.php:227 options/panel1.php:239 options/panel1.php:350
149
  #: templates/author.php:53 templates/user.php:65
150
  msgid ""
151
  "Please remember: this operation cannot be undone. Are you sure you want to "
154
  "Lütfen unutmayın: bu işlem geri alınamaz. Devam etmek istediğinizden emin "
155
  "misiniz?"
156
 
157
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
158
  msgid "From"
159
  msgstr "Kimden"
160
 
161
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
162
  msgid "To"
163
  msgstr "Kime"
164
 
165
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
166
  msgid "Keep unchanged"
167
  msgstr "Değişmeden kalsın"
168
 
169
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
170
  msgid "Suspended"
171
  msgstr "Donduruldu"
172
 
173
+ #: options/panel1.php:22
174
+ msgid "The email that you typed is not correct."
175
+ msgstr ""
176
+
177
+ #: options/panel1.php:29
178
+ msgid "Please enter a valid Post ID."
179
+ msgstr ""
180
+
181
+ #: options/panel1.php:46
182
  msgid "Mass Update Subscriptions"
183
  msgstr "Toplu Abonelik Güncelleme"
184
 
185
+ #: options/panel1.php:53 options/panel1.php:281 options/panel1.php:291
186
+ #: options/panel1.php:317
187
  msgid "email address"
188
  msgstr "Gönderici eposta adresi"
189
 
190
+ #: options/panel1.php:58 options/panel1.php:297 options/panel1.php:307
191
  msgid "optional - new email address"
192
  msgstr "Eposta adresini güncelle"
193
 
194
+ #: options/panel1.php:74
195
  msgid "More info"
196
  msgstr ""
197
 
198
+ #: options/panel1.php:80
199
  msgid ""
200
  "This option will allow you to change an email address for another one or to "
201
  "update the same status for all the subscription on a specific email address."
202
  msgstr ""
203
 
204
+ #: options/panel1.php:92
205
  msgid "Post ID"
206
  msgstr "Yazı ID"
207
 
208
+ #: options/panel1.php:109
209
  msgid "Add"
210
  msgstr "Ekle"
211
 
212
+ #: options/panel1.php:124
213
  msgid "Search subscriptions"
214
  msgstr "Abonelikleri ara"
215
 
216
+ #: options/panel1.php:128
217
  #, php-format
218
  msgid ""
219
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
222
  "<a href=\"%s\">Abonelikleri listeleyebilir</a> ya da şu şekilde "
223
  "aratabilirsiniz: <b>eposta</>"
224
 
225
+ #: options/panel1.php:132
226
  msgid "email"
227
  msgstr "eposta"
228
 
229
+ #: options/panel1.php:133
230
  msgid "post ID"
231
  msgstr "yazı ID"
232
 
233
+ #: options/panel1.php:134
234
  msgid "status"
235
  msgstr "durum"
236
 
237
+ #: options/panel1.php:137
238
  msgid "equals"
239
  msgstr "eşittir"
240
 
241
+ #: options/panel1.php:138
242
  msgid "contains"
243
  msgstr "içerir"
244
 
245
+ #: options/panel1.php:139
246
  msgid "does not contain"
247
  msgstr "içermez"
248
 
249
+ #: options/panel1.php:140
250
  msgid "starts with"
251
  msgstr "ile başlayan"
252
 
253
+ #: options/panel1.php:141
254
  msgid "ends with"
255
  msgstr "ile biten"
256
 
257
+ #: options/panel1.php:144
258
  msgid "results per page:"
259
  msgstr "bir sayfadaki sonuçlar:"
260
 
261
+ #: options/panel1.php:146
262
  msgid "Search"
263
  msgstr "Ara"
264
 
265
+ #: options/panel1.php:154
266
  msgid "Reverse the order by Post ID"
267
  msgstr "Yazı IDsine göre sırala"
268
 
269
+ #: options/panel1.php:155 options/panel1.php:156
270
  msgid "Reverse the order by Date/Time"
271
  msgstr "Tarih/Zamana göre sırala"
272
 
273
+ #: options/panel1.php:158
274
  msgid "Post (ID)"
275
  msgstr "Yazı (ID)"
276
 
277
+ #: options/panel1.php:161
278
  msgid "Search query:"
279
  msgstr "Arama değeri:"
280
 
281
+ #: options/panel1.php:161
282
  msgid "Rows:"
283
  msgstr "Sonuçlar:"
284
 
285
+ #: options/panel1.php:161
286
  msgid "of"
287
  msgstr "Toplam Sonuç:"
288
 
289
+ #: options/panel1.php:168 options/panel1.php:184
290
  msgid "Date and Time"
291
  msgstr "Tarih ve Saat"
292
 
293
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
294
  msgid "Replies"
295
  msgstr "Yanıtlar"
296
 
297
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
298
  msgid "Replies Unconfirmed"
299
  msgstr ""
300
 
301
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
302
  msgid "All Comments"
303
  msgstr ""
304
 
305
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
306
  msgid "Unconfirmed"
307
  msgstr ""
308
 
309
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
310
  msgid "Inactive"
311
  msgstr "Aktif"
312
 
313
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
314
+ #: templates/user.php:114
315
  msgid "Delete"
316
  msgstr "Sil"
317
 
318
+ #: options/panel1.php:228 options/panel1.php:238
319
  msgid "Edit"
320
  msgstr "Düzenle"
321
 
322
+ #: options/panel1.php:230 options/panel1.php:236
323
  msgid "Subscription"
324
  msgstr "Abonelikler"
325
 
326
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
327
  msgid "Action:"
328
  msgstr "Eylem:"
329
 
330
+ #: options/panel1.php:253
331
  msgid "Delete forever"
332
  msgstr "Tamamen sil"
333
 
334
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
335
  msgid "Suspend"
336
  msgstr "Dondur"
337
 
338
+ #: options/panel1.php:255
339
  msgid "Activate and set to Y"
340
  msgstr "Aktifleştir ve Y olarak ayarla"
341
 
342
+ #: options/panel1.php:256
343
  msgid "Activate and set to R"
344
  msgstr "Aktifleştir ve R olarak ayarla"
345
 
346
+ #: options/panel1.php:257
347
  msgid "Activate"
348
  msgstr "Aktifleştir"
349
 
350
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
351
  msgid "Update subscriptions"
352
  msgstr "Abonelikleri güncelle"
353
 
354
+ #: options/panel1.php:264
355
  msgid "Sorry, no subscriptions match your search criteria."
356
  msgstr "Üzgünüm, arama kriterlerinize uygun abonelik bulunamadı."
357
 
358
+ #: options/panel1.php:321 options/panel1.php:389
359
+ #, fuzzy
360
+ #| msgid "Awaiting confirmation"
361
+ msgid "Missing information"
362
+ msgstr "Doğrulama bekleniyor"
363
+
364
+ #: options/panel1.php:329 options/panel1.php:414
365
+ #, fuzzy
366
+ #| msgid "Sender email address"
367
+ msgid "Invalid email address."
368
+ msgstr "Gönderici eposta adresi"
369
+
370
+ #: options/panel1.php:397
371
+ msgid "Enter a numeric Post ID."
372
+ msgstr ""
373
+
374
+ #: options/panel1.php:406
375
+ #, fuzzy
376
+ #| msgid "Awaiting confirmation"
377
+ msgid "Missing email information"
378
+ msgstr "Doğrulama bekleniyor"
379
+
380
+ #: options/panel1.php:442 options/panel1.php:450
381
+ msgid "Please enter a value"
382
+ msgstr ""
383
+
384
  #: options/panel10.php:41
385
  msgid "The log file has been successfully deleted."
386
  msgstr ""
402
  msgstr ""
403
 
404
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
405
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
406
  msgid "Your settings have been successfully updated."
407
  msgstr "Ayarlarınız başarıyla kaydedildi."
408
 
409
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
410
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
411
  msgid "There was an error updating the following fields:"
412
  msgstr "Ayarlarınız kaydedilirken şu hatalara rastlandı:"
413
 
414
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
415
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
416
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
417
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
418
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
419
+ #: options/panel5.php:221 options/panel5.php:230
420
  msgid "Yes"
421
  msgstr "Evet"
422
 
423
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
424
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
425
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
426
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
427
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
428
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
429
  msgid "No"
430
  msgstr "Hayır"
431
 
469
  msgstr ""
470
 
471
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
472
+ #: options/panel4.php:283 options/panel5.php:276
473
  msgid "Save Changes"
474
  msgstr "Ayarları Kaydet"
475
 
887
  msgid "There was an error deleting the options:"
888
  msgstr "Ayarlarınız kaydedilirken şu hatalara rastlandı:"
889
 
890
+ #: options/panel5.php:48 options/panel5.php:111
891
  msgid "Show StCR checkbox / dropdown"
892
  msgstr ""
893
 
895
  msgid "Safetly Uninstall"
896
  msgstr ""
897
 
898
+ #: options/panel5.php:54 options/panel5.php:128
899
  msgid "Autopurge requests"
900
  msgstr "İstekleri ayrıştır"
901
 
902
+ #: options/panel5.php:57 options/panel5.php:154
903
  msgid "Enable double check"
904
  msgstr "Doğrulama"
905
 
906
+ #: options/panel5.php:60 options/panel5.php:145
907
  msgid "StCR Position"
908
  msgstr ""
909
 
910
+ #: options/panel5.php:63 options/panel5.php:162
911
  msgid "Subscribe authors"
912
  msgstr "Abone olundu"
913
 
914
+ #: options/panel5.php:66 options/panel5.php:172
915
  msgid "Enable HTML emails"
916
  msgstr "HTML epostalarına izin ver"
917
 
927
  msgid "Notify admin"
928
  msgstr "Admini haberdar et"
929
 
930
+ #: options/panel5.php:78 options/panel5.php:210
931
  msgid "Let admin subscribe"
932
  msgstr "Adminin abone olmasına izin ver"
933
 
934
+ #: options/panel5.php:81 options/panel5.php:219
935
  msgid "BCC admin on Notifications"
936
  msgstr "Bildiriler"
937
 
938
+ #: options/panel5.php:84 options/panel5.php:228
939
  msgid "Enable Font Awesome"
940
  msgstr ""
941
 
942
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
943
+ #: options/panel5.php:272
944
  msgid "Reset All Options"
945
  msgstr ""
946
 
947
+ #: options/panel5.php:115
948
  msgid ""
949
  "This option will disable the StCR checkbox or dropdown in you comment form. "
950
  "You should leave it to Yes always. "
951
  msgstr ""
952
 
953
+ #: options/panel5.php:120
954
  msgid "Safely Uninstall"
955
  msgstr ""
956
 
957
+ #: options/panel5.php:124
958
  msgid ""
959
  "This option will allow you to delete the plugin with WordPress without "
960
  "loosing your subscribers. Any database table and plugin options are wipeout."
961
  msgstr ""
962
 
963
+ #: options/panel5.php:131
964
  msgid "days"
965
  msgstr "günler"
966
 
967
+ #: options/panel5.php:132
968
  msgid ""
969
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
970
  "this feature."
972
  "Doğrulama gerçekleşmeyen abonelikleri x gün sonra sil. Sıfır değeri devre "
973
  "dışı bırakır."
974
 
975
+ #: options/panel5.php:136
976
+ msgid "Date Format"
977
+ msgstr ""
978
+
979
+ #: options/panel5.php:140
980
+ msgid ""
981
+ "Date format that will be display on the management page. Use <a "
982
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
983
+ "date-parameters' target='_blank'>PHP Date Format</a>"
984
+ msgstr ""
985
+
986
+ #: options/panel5.php:149
987
  msgid ""
988
  "If this option is enable the subscription box will be above the submit "
989
  "button in your comment form. Use this when your theme is outdated and using "
990
  "the incorrect WordPress Hooks and the checkbox is not displayed."
991
  msgstr ""
992
 
993
+ #: options/panel5.php:158
994
  msgid ""
995
  "Send a notification email to confirm the subscription (to avoid addresses "
996
  "misuse)."
998
  "Aboneliği doğrulamak için eposta gönderir. Eposta adreslerinin doğruluğunu "
999
  "tespit için kullanılabilir."
1000
 
1001
+ #: options/panel5.php:167
1002
  msgid ""
1003
  "Automatically subscribe authors to their own articles (not retroactive)."
1004
  msgstr ""
1005
 
1006
+ #: options/panel5.php:176
1007
  msgid ""
1008
  "If enabled, will send email messages with content-type = text/html instead "
1009
  "of text/plain"
1011
  "Etkinleştirilmişse, gönderilen epostalar text/plain yerine text/html olarak "
1012
  "gönderilecektir."
1013
 
1014
+ #: options/panel5.php:181
1015
  msgid "HTMLify links in emails"
1016
  msgstr ""
1017
 
1018
+ #: options/panel5.php:186
1019
  msgid ""
1020
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1021
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1022
  msgstr ""
1023
 
1024
+ #: options/panel5.php:191
1025
  msgid "Process trackbacks"
1026
  msgstr "Trackback'leri işle"
1027
 
1028
+ #: options/panel5.php:195
1029
  msgid ""
1030
  "Notify users when a new trackback or pingback is added to the discussion."
1031
  msgstr "Yeni bir trackback ya da pingback olduğunda kullanıcılara bildirir."
1032
 
1033
+ #: options/panel5.php:200
1034
  msgid "Track all subscriptions"
1035
  msgstr "Tüm abonelikleri takip et"
1036
 
1037
+ #: options/panel5.php:205
1038
  msgid "Notify the administrator when users subscribe without commenting."
1039
  msgstr "Kullanıcılar yorum bırakmadan abone olduğunda admine bildir."
1040
 
1041
+ #: options/panel5.php:214
1042
  msgid "Let the administrator subscribe to comments when logged in."
1043
  msgstr "Adminler giriş yaptığında yorumlara abone olmalarına izin ver."
1044
 
1045
+ #: options/panel5.php:223
1046
  msgid "Send a copy of all Notifications to the administrator."
1047
  msgstr ""
1048
 
1049
+ #: options/panel5.php:232
1050
  msgid ""
1051
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1052
  "you theme already add this into your site."
1053
  msgstr ""
1054
 
1055
+ #: options/panel5.php:237
1056
  msgid "StCR Unique Key"
1057
  msgstr ""
1058
 
1059
+ #: options/panel5.php:242
1060
  msgid "This Unique Key is not set, please click the following button to "
1061
  msgstr ""
1062
 
1063
+ #: options/panel5.php:246 options/panel5.php:257
1064
  msgid "Generate"
1065
  msgstr ""
1066
 
1067
+ #: options/panel5.php:254
1068
  msgid ""
1069
  "This Unique Key will be use to send the notification to your subscribers "
1070
  "with more security."
1071
  msgstr ""
1072
 
1073
+ #: options/panel5.php:267
1074
  msgid ""
1075
  "This will reset all the options and messages of the plugin. Please proceed "
1076
  "with caution."
1077
  msgstr ""
1078
 
1079
+ #: options/panel5.php:269
1080
  msgid "Yes, Delete Options including subscriptions."
1081
  msgstr ""
1082
 
1083
+ #: options/panel5.php:270
1084
  msgid "No, Only delete the StCR Options."
1085
  msgstr ""
1086
 
1209
  msgid "Subscription Status"
1210
  msgstr ""
1211
 
1212
+ #: templates/author.php:91 templates/user.php:107
1213
  msgid "Select all"
1214
  msgstr "Hepsini seç"
1215
 
1216
+ #: templates/author.php:92 templates/user.php:109
1217
  msgid "Invert selection"
1218
  msgstr "Seçimi ters çevir"
1219
 
1220
+ #: templates/author.php:95 templates/user.php:113
1221
  msgid "Choose your action"
1222
  msgstr ""
1223
 
1224
+ #: templates/author.php:98 templates/user.php:116
1225
  msgid "All comments"
1226
  msgstr ""
1227
 
1228
+ #: templates/author.php:99 templates/user.php:117
1229
+ #: wp_subscribe_reloaded.php:1118
1230
  msgid "Replies to my comments"
1231
  msgstr "Yorumlarıma gönderilen yanıtlar"
1232
 
1233
+ #: templates/author.php:105 templates/confirm.php:28
1234
+ #: templates/request-management-link.php:125 templates/user.php:127
1235
  msgid "Return to Post"
1236
  msgstr ""
1237
 
1238
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1239
+ #: templates/user.php:131
1240
  msgid "No subscriptions match your search criteria."
1241
  msgstr "Arama kriterlerinize uygun abonelik bulunamadı."
1242
 
1246
  "enter your email below and a new link will be send."
1247
  msgstr ""
1248
 
1249
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1250
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1251
+ #: templates/subscribe.php:148
1252
  msgid "Send"
1253
  msgstr "Gönder"
1254
 
1255
+ #: templates/request-management-link.php:143
1256
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1257
+ #: templates/subscribe.php:178
1258
+ #, fuzzy
1259
+ #| msgid "email address"
1260
+ msgid "Email address is not valid"
1261
+ msgstr "Gönderici eposta adresi"
1262
+
1263
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1264
+ msgid "Please enter your email"
1265
+ msgstr ""
1266
+
1267
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1268
  msgid "New subscription to"
1269
  msgstr "Yeni abonelikler"
1270
 
1271
+ #: templates/subscribe.php:61
1272
  msgid "User:"
1273
  msgstr "Kullanıcı:"
1274
 
1407
 
1408
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1409
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1410
+ #: utils/stcr_upgrade.php:610
1411
  msgid ""
1412
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1413
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1448
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1449
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1450
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1451
+ #: utils/stcr_upgrade.php:615
1452
  msgid ""
1453
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1454
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1535
 
1536
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1537
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1538
+ #: utils/stcr_upgrade.php:609
1539
  msgid "This version includes fixes and improvements, "
1540
  msgstr ""
1541
 
1551
  msgstr ""
1552
 
1553
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1554
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1555
  msgid "Log Settings"
1556
  msgstr ""
1557
 
1558
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1559
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1560
  msgid ""
1561
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1562
  msgstr ""
1572
  msgstr ""
1573
 
1574
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1575
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1576
  msgid "The support of this plugin is given thanks to your donations."
1577
  msgstr ""
1578
 
1623
  msgid "<strong>Fix</strong> issue regarding database collations"
1624
  msgstr ""
1625
 
1626
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1627
  msgid ""
1628
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1629
  "aria-hidden=\"true\"></i> <a href=\"\n"
1634
  "Thanks for all the users that have supported the plugin development."
1635
  msgstr ""
1636
 
1637
+ #: utils/stcr_utils.php:158
1638
+ msgid "January"
1639
+ msgstr ""
1640
+
1641
+ #: utils/stcr_utils.php:159
1642
+ msgid "February"
1643
+ msgstr ""
1644
+
1645
+ #: utils/stcr_utils.php:160
1646
+ #, fuzzy
1647
+ #| msgid "Search"
1648
+ msgid "March"
1649
+ msgstr "Ara"
1650
+
1651
+ #: utils/stcr_utils.php:161
1652
+ msgid "April"
1653
+ msgstr ""
1654
+
1655
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1656
+ msgid "May"
1657
+ msgstr ""
1658
+
1659
+ #: utils/stcr_utils.php:163
1660
+ msgid "June"
1661
+ msgstr ""
1662
+
1663
+ #: utils/stcr_utils.php:164
1664
+ msgid "July"
1665
+ msgstr ""
1666
+
1667
+ #: utils/stcr_utils.php:165
1668
+ msgid "August"
1669
+ msgstr ""
1670
+
1671
+ #: utils/stcr_utils.php:166
1672
+ msgid "September"
1673
+ msgstr ""
1674
+
1675
+ #: utils/stcr_utils.php:167
1676
+ msgid "October"
1677
+ msgstr ""
1678
+
1679
+ #: utils/stcr_utils.php:168
1680
+ msgid "November"
1681
+ msgstr ""
1682
+
1683
+ #: utils/stcr_utils.php:169
1684
+ msgid "December"
1685
+ msgstr ""
1686
+
1687
+ #: utils/stcr_utils.php:173
1688
+ msgid "Jan"
1689
+ msgstr ""
1690
+
1691
+ #: utils/stcr_utils.php:174
1692
+ msgid "Feb"
1693
+ msgstr ""
1694
+
1695
+ #: utils/stcr_utils.php:175
1696
+ msgid "Mar"
1697
+ msgstr ""
1698
+
1699
+ #: utils/stcr_utils.php:176
1700
+ msgid "Apr"
1701
+ msgstr ""
1702
+
1703
+ #: utils/stcr_utils.php:178
1704
+ msgid "Jun"
1705
+ msgstr ""
1706
+
1707
+ #: utils/stcr_utils.php:179
1708
+ msgid "Jul"
1709
+ msgstr ""
1710
+
1711
+ #: utils/stcr_utils.php:180
1712
+ msgid "Aug"
1713
+ msgstr ""
1714
+
1715
+ #: utils/stcr_utils.php:181
1716
+ msgid "Sep"
1717
+ msgstr ""
1718
+
1719
+ #: utils/stcr_utils.php:182
1720
+ msgid "Oct"
1721
+ msgstr ""
1722
+
1723
+ #: utils/stcr_utils.php:183
1724
+ #, fuzzy
1725
+ #| msgid "No"
1726
+ msgid "Nov"
1727
+ msgstr "Hayır"
1728
+
1729
+ #: utils/stcr_utils.php:184
1730
+ msgid "Dec"
1731
+ msgstr ""
1732
+
1733
+ #: utils/stcr_utils.php:273
1734
  msgid ""
1735
  "Notify me of followup comments via e-mail. You can also <a "
1736
  "href='[subscribe_link]'>subscribe</a> without commenting."
1738
  "Yeni yorumları e-posta aracılığıyla bana bildir. Ayrıca yorum yapmadan da <a "
1739
  "href='[subscribe_link]'>abone</a> olabilirsiniz."
1740
 
1741
+ #: utils/stcr_utils.php:274
1742
  msgid ""
1743
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1744
  "subscriptions."
1746
  "Bu yazıya abone oldunuz. Aboneliklerinizi incelemek için <a "
1747
  "href='[manager_link]'>tıklayınız</a>."
1748
 
1749
+ #: utils/stcr_utils.php:275
1750
  msgid ""
1751
  "Your subscription to this post needs to be confirmed. <a "
1752
  "href='[manager_link]'>Manage your subscriptions</a>."
1754
  "Bu yazıya olan aboneliğinizin doğrulanması gerekiyor. Aboneliklerinizi "
1755
  "incelemek için <a href='[manager_link]'>tıklayın</a>."
1756
 
1757
+ #: utils/stcr_utils.php:276
1758
  msgid ""
1759
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1760
  msgstr ""
1761
  "Bu yazıya olan aboneliklerinizi <a href='[manager_link]'>buradan</a> "
1762
  "inceleyebilirsiniz."
1763
 
1764
+ #: utils/stcr_utils.php:282
1765
  msgid ""
1766
  "To manage your subscriptions, please enter your email address here below. We "
1767
  "will send you a message containing the link to access your personal "
1770
  "Aboneliklerinizi incelemek için aşağıya e-posta adresinizi girin. Biz de "
1771
  "size aboneliklerinizi listeyebileceğiniz bir link gönderelim."
1772
 
1773
+ #: utils/stcr_utils.php:283
1774
  msgid ""
1775
  "Thank you for using our subscription service. Your request has been "
1776
  "completed, and you should receive an email with the management link in a few "
1780
  "ve aboneliğinizi yönetebileceğiniz bir link bir kaç dakika içerisinde e-"
1781
  "posta adresinize gelmek üzere yola çıktı :) . "
1782
 
1783
+ #: utils/stcr_utils.php:284
1784
  msgid ""
1785
  "You can follow the discussion on <strong>[post_title]</strong> without "
1786
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1790
  "takip edebilirsiniz. Havalı değil mi? Aşağıdaki kutuya e-posta adresinizi "
1791
  "girmeniz yeterli."
1792
 
1793
+ #: utils/stcr_utils.php:285
1794
  msgid ""
1795
  "Thank you for using our subscription service. Your request has been "
1796
  "completed. You will receive a notification email every time a new comment to "
1800
  "Bu yazıya yapılan, yöneticilerin onaylayıp yayınladığı her yorum için e-"
1801
  "posta alıcaksınız."
1802
 
1803
+ #: utils/stcr_utils.php:286
1804
  msgid ""
1805
  "Thank you for using our subscription service. In order to confirm your "
1806
  "request, please check your email for the verification message and follow the "
1810
  "için lütfen e-posta adresinize gelen doğrulama mesajına bakın ve talimatları "
1811
  "izleyin."
1812
 
1813
+ #: utils/stcr_utils.php:287
1814
  msgid ""
1815
  "In order to cancel or suspend one or more notifications, select the "
1816
  "corresponding checkbox(es) and click on the button at the end of the list."
1818
  "Bir ya da daha fazla aboneliğinizi iptal etmek ya da dondurmak için ilgili "
1819
  "kutucukları düzenleyin ve listenin sonundaki düğmeye basın."
1820
 
1821
+ #: utils/stcr_utils.php:288
1822
  msgid ""
1823
  "In order to cancel or suspend one or more notifications, select the "
1824
  "corresponding checkbox(es) and click on the button at the end of the list. "
1828
  "kutucukları düzenleyin ve listenin sonundaki düğmeye basın. Şu an ki "
1829
  "abonelikleriniz:"
1830
 
1831
+ #: utils/stcr_utils.php:292
1832
  msgid "There is a new comment to [post_title]"
1833
  msgstr "[post_title] yazısı için yeni yorum yapıldı."
1834
 
1835
+ #: utils/stcr_utils.php:293
1836
  msgid ""
1837
  "<h1>There is a new comment on [post_title].</h1>\n"
1838
  "\n"
1849
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1850
  msgstr ""
1851
 
1852
+ #: utils/stcr_utils.php:294
1853
  msgid "Please confirm your subscription to [post_title]"
1854
  msgstr ""
1855
  "Lütfen [post_title] yazısı için başvurduğunuz aboneliğinizi doğrulayın."
1856
 
1857
+ #: utils/stcr_utils.php:295
1858
  #, fuzzy
1859
  #| msgid ""
1860
  #| "You have requested to be notified every time a new comment is added to:\n"
1873
  "[post_permalink]Aşağıdaki linke tıklayarak isteğinizi doğrulayın."
1874
  "[confirm_link]"
1875
 
1876
+ #: utils/stcr_utils.php:296
1877
  msgid "Manage your subscriptions on [blog_name]"
1878
  msgstr "[blog_name] üzerindeki aboneliklerinizi inceleyin"
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 "
1897
  "[blog_name] üzerindeki aboneliklerinizi incelemek istediniz. Kişisel "
1898
  "sayfanıza ulaşmak için aşağıdaki linke tıklayın: [manager_link]"
1899
 
1900
+ #: utils/stcr_utils.php:378
1901
  msgid "StCR Notification"
1902
  msgstr "Bildiriler"
1903
 
1904
+ #: wp_subscribe_reloaded.php:1116
1905
  msgid "Don't subscribe"
1906
  msgstr "Abone olma"
1907
 
1908
+ #: wp_subscribe_reloaded.php:1117
1909
  msgid "All"
1910
  msgstr "Tümü"
1911
 
1996
  #~ msgid "Management page"
1997
  #~ msgstr "Abonelik sayfası"
1998
 
 
 
 
1999
  #~ msgid "Stats"
2000
  #~ msgstr "İstatistikler"
2001
 
langs/subscribe-reloaded-zh_CN.mo CHANGED
Binary file
langs/subscribe-reloaded-zh_CN.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-12 15:13-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \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:203
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:61
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:72
59
- #: options/panel1.php:133 templates/key_expired.php:72
60
- #: templates/request-management-link.php:104 templates/subscribe.php:110
 
 
61
  msgid "Email"
62
  msgstr "Email"
63
 
64
  #: options/panel1-add-subscription.php:20
65
- #: options/panel1-edit-subscription.php:26 options/panel1.php:39
66
- #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
67
  msgid "Status"
68
  msgstr "情况"
69
 
70
  #: options/panel1-add-subscription.php:22
71
- #: options/panel1-edit-subscription.php:29 options/panel1.php:42
72
- #: options/panel1.php:79 options/panel1.php:173 templates/author.php:64
73
  #: templates/user.php:76
74
  msgid "Active"
75
  msgstr "Active"
76
 
77
  #: options/panel1-add-subscription.php:23
78
- #: options/panel1-edit-subscription.php:30 options/panel1.php:43
79
- #: options/panel1.php:80
80
  msgid "Replies only"
81
  msgstr "限制与回复"
82
 
83
- #: options/panel1-add-subscription.php:24 options/panel1.php:81
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:46
89
  msgid "Update"
90
  msgstr "更新"
91
 
92
- #: options/panel1-business-logic.php:23
93
  msgid "Subscription added."
94
  msgstr "增加了订阅。"
95
 
96
- #: options/panel1-business-logic.php:39
97
  msgid "Subscriptions updated."
98
  msgstr "更新了订阅。"
99
 
100
- #: options/panel1-business-logic.php:51
101
  msgid "Subscription deleted."
102
  msgstr "删除了订阅。"
103
 
104
- #: options/panel1-business-logic.php:70 templates/author.php:24
105
  #: templates/user.php:33
106
  msgid "Subscriptions deleted:"
107
  msgstr "删除了订阅:"
108
 
109
- #: options/panel1-business-logic.php:74 templates/author.php:28
110
  #: templates/user.php:37
111
  msgid "Subscriptions suspended:"
112
  msgstr "停止了订阅:"
113
 
114
- #: options/panel1-business-logic.php:78 templates/author.php:32
115
  #: templates/user.php:41
116
  msgid "Subscriptions activated:"
117
  msgstr "激活了订阅:"
118
 
119
- #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
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:110
126
  msgid "&laquo; Previous"
127
  msgstr "&laquo; 之前"
128
 
129
- #: options/panel1-business-logic.php:114
130
  msgid "Next &raquo;"
131
  msgstr "之后 &raquo;"
132
 
@@ -141,204 +143,235 @@ msgstr "更新订阅"
141
  msgid "optional"
142
  msgstr "可选"
143
 
144
- #: options/panel1-edit-subscription.php:11 options/panel1.php:23
145
- #: options/panel1.php:124 options/panel1.php:201 options/panel1.php:213
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 "注意:这个请求是不可恢复的。你确定要这样做?"
151
 
152
- #: options/panel1-edit-subscription.php:16 options/panel1.php:27
153
  msgid "From"
154
  msgstr "来自"
155
 
156
- #: options/panel1-edit-subscription.php:20 options/panel1.php:33
157
  msgid "To"
158
  msgstr "To"
159
 
160
- #: options/panel1-edit-subscription.php:28 options/panel1.php:41
161
  msgid "Keep unchanged"
162
  msgstr "保持不变"
163
 
164
- #: options/panel1-edit-subscription.php:31 options/panel1.php:44
165
  msgid "Suspended"
166
  msgstr "停止"
167
 
168
- #: options/panel1.php:20
 
 
 
 
 
 
 
 
169
  msgid "Mass Update Subscriptions"
170
  msgstr "批量更新订阅"
171
 
172
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
 
173
  msgid "email address"
174
  msgstr "发送人的邮件地址"
175
 
176
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
177
  msgid "optional - new email address"
178
  msgstr "发送人的邮件地址"
179
 
180
- #: options/panel1.php:49
181
  msgid "More info"
182
  msgstr ""
183
 
184
- #: options/panel1.php:55
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:68
191
  msgid "Post ID"
192
  msgstr "Post ID"
193
 
194
- #: options/panel1.php:83
195
  msgid "Add"
196
  msgstr "增加"
197
 
198
- #: options/panel1.php:98
199
  msgid "Search subscriptions"
200
  msgstr "搜索订阅"
201
 
202
- #: options/panel1.php:102
203
  #, php-format
204
  msgid ""
205
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
206
  "where the"
207
  msgstr "你可以<a href=\"%s\">所有的订阅</a>或者搜索在"
208
 
209
- #: options/panel1.php:106
210
  msgid "email"
211
  msgstr "email"
212
 
213
- #: options/panel1.php:107
214
  msgid "post ID"
215
  msgstr "post ID"
216
 
217
- #: options/panel1.php:108
218
  msgid "status"
219
  msgstr "情况"
220
 
221
- #: options/panel1.php:111
222
  msgid "equals"
223
  msgstr "等于"
224
 
225
- #: options/panel1.php:112
226
  msgid "contains"
227
  msgstr "包含"
228
 
229
- #: options/panel1.php:113
230
  msgid "does not contain"
231
  msgstr "不包含"
232
 
233
- #: options/panel1.php:114
234
  msgid "starts with"
235
  msgstr "的开头是"
236
 
237
- #: options/panel1.php:115
238
  msgid "ends with"
239
  msgstr "的结尾是"
240
 
241
- #: options/panel1.php:118
242
  msgid "results per page:"
243
  msgstr "每页显示:"
244
 
245
- #: options/panel1.php:120
246
  msgid "Search"
247
  msgstr "搜索"
248
 
249
- #: options/panel1.php:128
250
  msgid "Reverse the order by Post ID"
251
  msgstr "按照Post ID反过来排列"
252
 
253
- #: options/panel1.php:129 options/panel1.php:130
254
  msgid "Reverse the order by Date/Time"
255
  msgstr "按照日期和时间反过来排列"
256
 
257
- #: options/panel1.php:132
258
  msgid "Post (ID)"
259
  msgstr "Post (ID)"
260
 
261
- #: options/panel1.php:135
262
  msgid "Search query:"
263
  msgstr "搜索内容:"
264
 
265
- #: options/panel1.php:135
266
  msgid "Rows:"
267
  msgstr "行:"
268
 
269
- #: options/panel1.php:135
270
  msgid "of"
271
  msgstr "of"
272
 
273
- #: options/panel1.php:142 options/panel1.php:158
274
  msgid "Date and Time"
275
  msgstr "日期和时间"
276
 
277
- #: options/panel1.php:168 templates/author.php:59 templates/user.php:71
278
  msgid "Replies"
279
  msgstr "回复"
280
 
281
- #: options/panel1.php:169 templates/author.php:60 templates/user.php:72
282
  msgid "Replies Unconfirmed"
283
  msgstr ""
284
 
285
- #: options/panel1.php:170 templates/author.php:61 templates/user.php:73
286
  msgid "All Comments"
287
  msgstr ""
288
 
289
- #: options/panel1.php:171 templates/author.php:62 templates/user.php:74
290
  msgid "Unconfirmed"
291
  msgstr ""
292
 
293
- #: options/panel1.php:172 templates/author.php:63 templates/user.php:75
294
  msgid "Inactive"
295
  msgstr "Active"
296
 
297
- #: options/panel1.php:201 options/panel1.php:213 templates/author.php:93
298
- #: templates/user.php:111
299
  msgid "Delete"
300
  msgstr "删除"
301
 
302
- #: options/panel1.php:202 options/panel1.php:212
303
  msgid "Edit"
304
  msgstr "编辑"
305
 
306
- #: options/panel1.php:204 options/panel1.php:210
307
  msgid "Subscription"
308
  msgstr ""
309
 
310
- #: options/panel1.php:224 templates/author.php:90 templates/user.php:107
311
  msgid "Action:"
312
  msgstr "命令:"
313
 
314
- #: options/panel1.php:227
315
  msgid "Delete forever"
316
  msgstr "永久删除"
317
 
318
- #: options/panel1.php:228 templates/author.php:94 templates/user.php:112
319
  msgid "Suspend"
320
  msgstr "停止"
321
 
322
- #: options/panel1.php:229
323
  msgid "Activate and set to Y"
324
  msgstr "启用并改为Y"
325
 
326
- #: options/panel1.php:230
327
  msgid "Activate and set to R"
328
  msgstr "启用并改为R"
329
 
330
- #: options/panel1.php:231
331
  msgid "Activate"
332
  msgstr "启用"
333
 
334
- #: options/panel1.php:235 templates/author.php:99 templates/user.php:118
335
  msgid "Update subscriptions"
336
  msgstr "更新订阅"
337
 
338
- #: options/panel1.php:238
339
  msgid "Sorry, no subscriptions match your search criteria."
340
  msgstr "对不起,没有符合搜索条件的结果"
341
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  #: options/panel10.php:41
343
  msgid "The log file has been successfully deleted."
344
  msgstr ""
@@ -360,30 +393,30 @@ msgid "Enable Auto clean log data"
360
  msgstr ""
361
 
362
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
363
- #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
364
  msgid "Your settings have been successfully updated."
365
  msgstr "你的设置已经成功更新了。"
366
 
367
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
368
- #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
369
  msgid "There was an error updating the following fields:"
370
  msgstr "更新以下内容时出现错误了:"
371
 
372
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
373
- #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
374
- #: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
375
- #: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
376
- #: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
377
- #: options/panel5.php:210 options/panel5.php:219
378
  msgid "Yes"
379
  msgstr "Yes"
380
 
381
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
382
- #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
383
- #: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
384
- #: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
385
- #: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
386
- #: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
387
  msgid "No"
388
  msgstr "No"
389
 
@@ -427,7 +460,7 @@ msgid "System Information"
427
  msgstr ""
428
 
429
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
430
- #: options/panel4.php:283 options/panel5.php:265
431
  msgid "Save Changes"
432
  msgstr "保存更改"
433
 
@@ -825,7 +858,7 @@ msgstr "你的设置已经成功更新了。"
825
  msgid "There was an error deleting the options:"
826
  msgstr "更新以下内容时出现错误了:"
827
 
828
- #: options/panel5.php:48 options/panel5.php:108
829
  msgid "Show StCR checkbox / dropdown"
830
  msgstr ""
831
 
@@ -833,23 +866,23 @@ msgstr ""
833
  msgid "Safetly Uninstall"
834
  msgstr ""
835
 
836
- #: options/panel5.php:54 options/panel5.php:125
837
  msgid "Autopurge requests"
838
  msgstr "自动删除的请求"
839
 
840
- #: options/panel5.php:57 options/panel5.php:143
841
  msgid "Enable double check"
842
  msgstr "启用确认"
843
 
844
- #: options/panel5.php:60 options/panel5.php:134
845
  msgid "StCR Position"
846
  msgstr ""
847
 
848
- #: options/panel5.php:63 options/panel5.php:151
849
  msgid "Subscribe authors"
850
  msgstr ""
851
 
852
- #: options/panel5.php:66 options/panel5.php:161
853
  msgid "Enable HTML emails"
854
  msgstr "启用HTML的邮件"
855
 
@@ -865,142 +898,154 @@ msgstr "发送trackback"
865
  msgid "Notify admin"
866
  msgstr "通知管理员"
867
 
868
- #: options/panel5.php:78 options/panel5.php:199
869
  msgid "Let admin subscribe"
870
  msgstr "让管理员订阅"
871
 
872
- #: options/panel5.php:81 options/panel5.php:208
873
  msgid "BCC admin on Notifications"
874
  msgstr "通知"
875
 
876
- #: options/panel5.php:84 options/panel5.php:217
877
  msgid "Enable Font Awesome"
878
  msgstr ""
879
 
880
- #: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
 
881
  msgid "Reset All Options"
882
  msgstr ""
883
 
884
- #: options/panel5.php:112
885
  msgid ""
886
  "This option will disable the StCR checkbox or dropdown in you comment form. "
887
  "You should leave it to Yes always. "
888
  msgstr ""
889
 
890
- #: options/panel5.php:117
891
  msgid "Safely Uninstall"
892
  msgstr ""
893
 
894
- #: options/panel5.php:121
895
  msgid ""
896
  "This option will allow you to delete the plugin with WordPress without "
897
  "loosing your subscribers. Any database table and plugin options are wipeout."
898
  msgstr ""
899
 
900
- #: options/panel5.php:128
901
  msgid "days"
902
  msgstr "天"
903
 
904
- #: options/panel5.php:129
905
  msgid ""
906
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
907
  "this feature."
908
  msgstr "在X天之后删除没有激活的订阅(没有确认)。0代表禁用此功能。"
909
 
910
- #: options/panel5.php:138
 
 
 
 
 
 
 
 
 
 
 
911
  msgid ""
912
  "If this option is enable the subscription box will be above the submit "
913
  "button in your comment form. Use this when your theme is outdated and using "
914
  "the incorrect WordPress Hooks and the checkbox is not displayed."
915
  msgstr ""
916
 
917
- #: options/panel5.php:147
918
  msgid ""
919
  "Send a notification email to confirm the subscription (to avoid addresses "
920
  "misuse)."
921
  msgstr "发送激活邮件确认订阅(避免提交他人的邮箱)。"
922
 
923
- #: options/panel5.php:156
924
  msgid ""
925
  "Automatically subscribe authors to their own articles (not retroactive)."
926
  msgstr ""
927
 
928
- #: options/panel5.php:165
929
  msgid ""
930
  "If enabled, will send email messages with content-type = text/html instead "
931
  "of text/plain"
932
  msgstr "如果启用的话,发送的邮件会content-type = text/html而不是text/plain"
933
 
934
- #: options/panel5.php:170
935
  msgid "HTMLify links in emails"
936
  msgstr ""
937
 
938
- #: options/panel5.php:175
939
  msgid ""
940
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
941
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
942
  msgstr ""
943
 
944
- #: options/panel5.php:180
945
  msgid "Process trackbacks"
946
  msgstr "处理tackbacks"
947
 
948
- #: options/panel5.php:184
949
  msgid ""
950
  "Notify users when a new trackback or pingback is added to the discussion."
951
  msgstr "收到新的trackback或pingback之后通知订阅者。"
952
 
953
- #: options/panel5.php:189
954
  msgid "Track all subscriptions"
955
  msgstr "Track all subscriptions"
956
 
957
- #: options/panel5.php:194
958
  msgid "Notify the administrator when users subscribe without commenting."
959
  msgstr "人不留评论订阅时,通知管理员。"
960
 
961
- #: options/panel5.php:203
962
  msgid "Let the administrator subscribe to comments when logged in."
963
  msgstr "让管理员登录后订阅评论。"
964
 
965
- #: options/panel5.php:212
966
  msgid "Send a copy of all Notifications to the administrator."
967
  msgstr ""
968
 
969
- #: options/panel5.php:221
970
  msgid ""
971
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
972
  "you theme already add this into your site."
973
  msgstr ""
974
 
975
- #: options/panel5.php:226
976
  msgid "StCR Unique Key"
977
  msgstr ""
978
 
979
- #: options/panel5.php:231
980
  msgid "This Unique Key is not set, please click the following button to "
981
  msgstr ""
982
 
983
- #: options/panel5.php:235 options/panel5.php:246
984
  msgid "Generate"
985
  msgstr ""
986
 
987
- #: options/panel5.php:243
988
  msgid ""
989
  "This Unique Key will be use to send the notification to your subscribers "
990
  "with more security."
991
  msgstr ""
992
 
993
- #: options/panel5.php:256
994
  msgid ""
995
  "This will reset all the options and messages of the plugin. Please proceed "
996
  "with caution."
997
  msgstr ""
998
 
999
- #: options/panel5.php:258
1000
  msgid "Yes, Delete Options including subscriptions."
1001
  msgstr ""
1002
 
1003
- #: options/panel5.php:259
1004
  msgid "No, Only delete the StCR Options."
1005
  msgstr ""
1006
 
@@ -1127,34 +1172,34 @@ msgstr ""
1127
  msgid "Subscription Status"
1128
  msgstr ""
1129
 
1130
- #: templates/author.php:88 templates/user.php:104
1131
  msgid "Select all"
1132
  msgstr "选择全部"
1133
 
1134
- #: templates/author.php:89 templates/user.php:106
1135
  msgid "Invert selection"
1136
  msgstr "反过来选择"
1137
 
1138
- #: templates/author.php:92 templates/user.php:110
1139
  msgid "Choose your action"
1140
  msgstr ""
1141
 
1142
- #: templates/author.php:95 templates/user.php:113
1143
  msgid "All comments"
1144
  msgstr ""
1145
 
1146
- #: templates/author.php:96 templates/user.php:114
1147
- #: wp_subscribe_reloaded.php:1122
1148
  msgid "Replies to my comments"
1149
  msgstr "订阅 我评论的回答"
1150
 
1151
- #: templates/author.php:102 templates/confirm.php:28
1152
- #: templates/request-management-link.php:114 templates/user.php:124
1153
  msgid "Return to Post"
1154
  msgstr ""
1155
 
1156
- #: templates/author.php:107 templates/one-click-unsubscribe.php:30
1157
- #: templates/user.php:128
1158
  msgid "No subscriptions match your search criteria."
1159
  msgstr "没有符合搜索要求的订阅。"
1160
 
@@ -1164,16 +1209,29 @@ msgid ""
1164
  "enter your email below and a new link will be send."
1165
  msgstr ""
1166
 
1167
- #: templates/key_expired.php:74 templates/request-management-link.php:106
1168
- #: templates/subscribe.php:112
 
1169
  msgid "Send"
1170
  msgstr "发送"
1171
 
1172
- #: templates/subscribe.php:50 templates/subscribe.php:51
 
 
 
 
 
 
 
 
 
 
 
 
1173
  msgid "New subscription to"
1174
  msgstr "新订阅为"
1175
 
1176
- #: templates/subscribe.php:51
1177
  msgid "User:"
1178
  msgstr "用户:"
1179
 
@@ -1310,6 +1368,7 @@ msgstr ""
1310
 
1311
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1312
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
 
1313
  msgid ""
1314
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1315
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
@@ -1350,6 +1409,7 @@ msgstr ""
1350
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1351
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1352
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
 
1353
  msgid ""
1354
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1355
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1436,6 +1496,7 @@ msgstr ""
1436
 
1437
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1438
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
 
1439
  msgid "This version includes fixes and improvements, "
1440
  msgstr ""
1441
 
@@ -1451,12 +1512,12 @@ msgid ""
1451
  msgstr ""
1452
 
1453
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1454
- #: utils/stcr_upgrade.php:576
1455
  msgid "Log Settings"
1456
  msgstr ""
1457
 
1458
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1459
- #: utils/stcr_upgrade.php:580
1460
  msgid ""
1461
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1462
  msgstr ""
@@ -1472,7 +1533,7 @@ msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
1472
  msgstr ""
1473
 
1474
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1475
- #: utils/stcr_upgrade.php:590
1476
  msgid "The support of this plugin is given thanks to your donations."
1477
  msgstr ""
1478
 
@@ -1523,7 +1584,7 @@ msgstr ""
1523
  msgid "<strong>Fix</strong> issue regarding database collations"
1524
  msgstr ""
1525
 
1526
- #: utils/stcr_upgrade.php:591
1527
  msgid ""
1528
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1529
  "aria-hidden=\"true\"></i> <a href=\"\n"
@@ -1534,7 +1595,103 @@ msgid ""
1534
  "Thanks for all the users that have supported the plugin development."
1535
  msgstr ""
1536
 
1537
- #: utils/stcr_utils.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1538
  msgid ""
1539
  "Notify me of followup comments via e-mail. You can also <a "
1540
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1542,24 +1699,24 @@ msgstr ""
1542
  "有新评论,请电子邮件通知我。你也不需要留评论就可以<a href='[subscribe_link]'>"
1543
  "订阅</a>。"
1544
 
1545
- #: utils/stcr_utils.php:197
1546
  msgid ""
1547
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1548
  "subscriptions."
1549
  msgstr "你已经订阅过本篇文章。<a href='[manager_link]'>管理</a>你的订阅。"
1550
 
1551
- #: utils/stcr_utils.php:198
1552
  msgid ""
1553
  "Your subscription to this post needs to be confirmed. <a "
1554
  "href='[manager_link]'>Manage your subscriptions</a>."
1555
  msgstr "你需要激活你的订阅。<a href='[manager_link]'>管理你的订阅</a>。"
1556
 
1557
- #: utils/stcr_utils.php:199
1558
  msgid ""
1559
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1560
  msgstr "你可以<a href='[manager_link]'>管理</a>本篇文章的订阅。"
1561
 
1562
- #: utils/stcr_utils.php:205
1563
  msgid ""
1564
  "To manage your subscriptions, please enter your email address here below. We "
1565
  "will send you a message containing the link to access your personal "
@@ -1568,7 +1725,7 @@ msgstr ""
1568
  "为了管理你的评论订阅,请在这里输入你的邮箱地址。我们会把管理你个人订阅的链接"
1569
  "发到你的邮箱。"
1570
 
1571
- #: utils/stcr_utils.php:206
1572
  msgid ""
1573
  "Thank you for using our subscription service. Your request has been "
1574
  "completed, and you should receive an email with the management link in a few "
@@ -1577,7 +1734,7 @@ msgstr ""
1577
  "谢谢你使用评论订阅。你的请求已处理完,过几分钟你就会收到有管理页面链接的邮"
1578
  "件。"
1579
 
1580
- #: utils/stcr_utils.php:207
1581
  msgid ""
1582
  "You can follow the discussion on <strong>[post_title]</strong> without "
1583
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1586,7 +1743,7 @@ msgstr ""
1586
  "你不需要留评论就可以关注《<strong>[post_title]</strong>》的讨论。不错,啊?在"
1587
  "下面输入你的邮箱地址就可以。"
1588
 
1589
- #: utils/stcr_utils.php:208
1590
  msgid ""
1591
  "Thank you for using our subscription service. Your request has been "
1592
  "completed. You will receive a notification email every time a new comment to "
@@ -1595,7 +1752,7 @@ msgstr ""
1595
  "谢谢你使用评论订阅。你的请求已处理完。每次管理员审核和发布新评论你就会收到邮"
1596
  "件通知。"
1597
 
1598
- #: utils/stcr_utils.php:209
1599
  msgid ""
1600
  "Thank you for using our subscription service. In order to confirm your "
1601
  "request, please check your email for the verification message and follow the "
@@ -1604,14 +1761,14 @@ msgstr ""
1604
  "谢谢你使用评论订阅。为了确认你的请求,请查看你的电子邮箱,你会收到确认邮件和"
1605
  "下一步的说明。"
1606
 
1607
- #: utils/stcr_utils.php:210
1608
  msgid ""
1609
  "In order to cancel or suspend one or more notifications, select the "
1610
  "corresponding checkbox(es) and click on the button at the end of the list."
1611
  msgstr ""
1612
  "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。"
1613
 
1614
- #: utils/stcr_utils.php:211
1615
  msgid ""
1616
  "In order to cancel or suspend one or more notifications, select the "
1617
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1620,11 +1777,11 @@ msgstr ""
1620
  "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。你"
1621
  "已经订阅了这些:"
1622
 
1623
- #: utils/stcr_utils.php:215
1624
  msgid "There is a new comment to [post_title]"
1625
  msgstr "[post_title]有一条新的评论"
1626
 
1627
- #: utils/stcr_utils.php:216
1628
  msgid ""
1629
  "<h1>There is a new comment on [post_title].</h1>\n"
1630
  "\n"
@@ -1641,11 +1798,11 @@ msgid ""
1641
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1642
  msgstr ""
1643
 
1644
- #: utils/stcr_utils.php:217
1645
  msgid "Please confirm your subscription to [post_title]"
1646
  msgstr "请确认你要订阅《[post_title]》"
1647
 
1648
- #: utils/stcr_utils.php:218
1649
  #, fuzzy
1650
  #| msgid ""
1651
  #| "You have requested to be notified every time a new comment is added to:\n"
@@ -1666,17 +1823,17 @@ msgstr ""
1666
  "请通过点击以下的链接确认:\n"
1667
  "[confirm_link]"
1668
 
1669
- #: utils/stcr_utils.php:219
1670
  msgid "Manage your subscriptions on [blog_name]"
1671
  msgstr "管理你在[blog_name]上的订阅"
1672
 
1673
- #: utils/stcr_utils.php:220
1674
  msgid ""
1675
  "You have requested to manage your subscriptions to the articles on "
1676
  "[blog_name]. Please check the Subscriptions management link in your email"
1677
  msgstr ""
1678
 
1679
- #: utils/stcr_utils.php:221
1680
  #, fuzzy
1681
  #| msgid ""
1682
  #| "You have requested to manage your subscriptions to the articles on "
@@ -1690,15 +1847,15 @@ msgstr ""
1690
  "你申请过管理[blog_name]的评论订阅。请点击以下的链接去你的个人管理页面:\n"
1691
  "[manager_link]"
1692
 
1693
- #: utils/stcr_utils.php:300
1694
  msgid "StCR Notification"
1695
  msgstr "通知"
1696
 
1697
- #: wp_subscribe_reloaded.php:1120
1698
  msgid "Don't subscribe"
1699
  msgstr "不要 订阅 评论"
1700
 
1701
- #: wp_subscribe_reloaded.php:1121
1702
  msgid "All"
1703
  msgstr "订阅 所有评论"
1704
 
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:20-0700\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
8
  "Language-Team: \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 "Email"
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 "Active"
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 "&laquo; Previous"
129
  msgstr "&laquo; 之前"
130
 
131
+ #: options/panel1-business-logic.php:151
132
  msgid "Next &raquo;"
133
  msgstr "之后 &raquo;"
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 "
151
  "proceed?"
152
  msgstr "注意:这个请求是不可恢复的。你确定要这样做?"
153
 
154
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:52
155
  msgid "From"
156
  msgstr "来自"
157
 
158
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:57
159
  msgid "To"
160
  msgstr "To"
161
 
162
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:66
163
  msgid "Keep unchanged"
164
  msgstr "保持不变"
165
 
166
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:69
167
  msgid "Suspended"
168
  msgstr "停止"
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 "批量更新订阅"
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 "Post ID"
204
 
205
+ #: options/panel1.php:109
206
  msgid "Add"
207
  msgstr "增加"
208
 
209
+ #: options/panel1.php:124
210
  msgid "Search subscriptions"
211
  msgstr "搜索订阅"
212
 
213
+ #: options/panel1.php:128
214
  #, php-format
215
  msgid ""
216
  "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
217
  "where the"
218
  msgstr "你可以<a href=\"%s\">所有的订阅</a>或者搜索在"
219
 
220
+ #: options/panel1.php:132
221
  msgid "email"
222
  msgstr "email"
223
 
224
+ #: options/panel1.php:133
225
  msgid "post ID"
226
  msgstr "post ID"
227
 
228
+ #: options/panel1.php:134
229
  msgid "status"
230
  msgstr "情况"
231
 
232
+ #: options/panel1.php:137
233
  msgid "equals"
234
  msgstr "等于"
235
 
236
+ #: options/panel1.php:138
237
  msgid "contains"
238
  msgstr "包含"
239
 
240
+ #: options/panel1.php:139
241
  msgid "does not contain"
242
  msgstr "不包含"
243
 
244
+ #: options/panel1.php:140
245
  msgid "starts with"
246
  msgstr "的开头是"
247
 
248
+ #: options/panel1.php:141
249
  msgid "ends with"
250
  msgstr "的结尾是"
251
 
252
+ #: options/panel1.php:144
253
  msgid "results per page:"
254
  msgstr "每页显示:"
255
 
256
+ #: options/panel1.php:146
257
  msgid "Search"
258
  msgstr "搜索"
259
 
260
+ #: options/panel1.php:154
261
  msgid "Reverse the order by Post ID"
262
  msgstr "按照Post ID反过来排列"
263
 
264
+ #: options/panel1.php:155 options/panel1.php:156
265
  msgid "Reverse the order by Date/Time"
266
  msgstr "按照日期和时间反过来排列"
267
 
268
+ #: options/panel1.php:158
269
  msgid "Post (ID)"
270
  msgstr "Post (ID)"
271
 
272
+ #: options/panel1.php:161
273
  msgid "Search query:"
274
  msgstr "搜索内容:"
275
 
276
+ #: options/panel1.php:161
277
  msgid "Rows:"
278
  msgstr "行:"
279
 
280
+ #: options/panel1.php:161
281
  msgid "of"
282
  msgstr "of"
283
 
284
+ #: options/panel1.php:168 options/panel1.php:184
285
  msgid "Date and Time"
286
  msgstr "日期和时间"
287
 
288
+ #: options/panel1.php:194 templates/author.php:59 templates/user.php:71
289
  msgid "Replies"
290
  msgstr "回复"
291
 
292
+ #: options/panel1.php:195 templates/author.php:60 templates/user.php:72
293
  msgid "Replies Unconfirmed"
294
  msgstr ""
295
 
296
+ #: options/panel1.php:196 templates/author.php:61 templates/user.php:73
297
  msgid "All Comments"
298
  msgstr ""
299
 
300
+ #: options/panel1.php:197 templates/author.php:62 templates/user.php:74
301
  msgid "Unconfirmed"
302
  msgstr ""
303
 
304
+ #: options/panel1.php:198 templates/author.php:63 templates/user.php:75
305
  msgid "Inactive"
306
  msgstr "Active"
307
 
308
+ #: options/panel1.php:227 options/panel1.php:239 templates/author.php:96
309
+ #: templates/user.php:114
310
  msgid "Delete"
311
  msgstr "删除"
312
 
313
+ #: options/panel1.php:228 options/panel1.php:238
314
  msgid "Edit"
315
  msgstr "编辑"
316
 
317
+ #: options/panel1.php:230 options/panel1.php:236
318
  msgid "Subscription"
319
  msgstr ""
320
 
321
+ #: options/panel1.php:250 templates/author.php:93 templates/user.php:110
322
  msgid "Action:"
323
  msgstr "命令:"
324
 
325
+ #: options/panel1.php:253
326
  msgid "Delete forever"
327
  msgstr "永久删除"
328
 
329
+ #: options/panel1.php:254 templates/author.php:97 templates/user.php:115
330
  msgid "Suspend"
331
  msgstr "停止"
332
 
333
+ #: options/panel1.php:255
334
  msgid "Activate and set to Y"
335
  msgstr "启用并改为Y"
336
 
337
+ #: options/panel1.php:256
338
  msgid "Activate and set to R"
339
  msgstr "启用并改为R"
340
 
341
+ #: options/panel1.php:257
342
  msgid "Activate"
343
  msgstr "启用"
344
 
345
+ #: options/panel1.php:261 templates/author.php:102 templates/user.php:121
346
  msgid "Update subscriptions"
347
  msgstr "更新订阅"
348
 
349
+ #: options/panel1.php:264
350
  msgid "Sorry, no subscriptions match your search criteria."
351
  msgstr "对不起,没有符合搜索条件的结果"
352
 
353
+ #: options/panel1.php:321 options/panel1.php:389
354
+ msgid "Missing information"
355
+ msgstr ""
356
+
357
+ #: options/panel1.php:329 options/panel1.php:414
358
+ #, fuzzy
359
+ #| msgid "Sender email address"
360
+ msgid "Invalid email address."
361
+ msgstr "发送人的邮件地址"
362
+
363
+ #: options/panel1.php:397
364
+ msgid "Enter a numeric Post ID."
365
+ msgstr ""
366
+
367
+ #: options/panel1.php:406
368
+ msgid "Missing email information"
369
+ msgstr ""
370
+
371
+ #: options/panel1.php:442 options/panel1.php:450
372
+ msgid "Please enter a value"
373
+ msgstr ""
374
+
375
  #: options/panel10.php:41
376
  msgid "The log file has been successfully deleted."
377
  msgstr ""
393
  msgstr ""
394
 
395
  #: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
396
+ #: options/panel4.php:78 options/panel5.php:18 options/panel5.php:95
397
  msgid "Your settings have been successfully updated."
398
  msgstr "你的设置已经成功更新了。"
399
 
400
  #: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
401
+ #: options/panel4.php:80 options/panel5.php:20 options/panel5.php:97
402
  msgid "There was an error updating the following fields:"
403
  msgstr "更新以下内容时出现错误了:"
404
 
405
  #: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
406
+ #: options/panel2.php:76 options/panel2.php:105 options/panel5.php:113
407
+ #: options/panel5.php:122 options/panel5.php:147 options/panel5.php:156
408
+ #: options/panel5.php:165 options/panel5.php:174 options/panel5.php:184
409
+ #: options/panel5.php:193 options/panel5.php:203 options/panel5.php:212
410
+ #: options/panel5.php:221 options/panel5.php:230
411
  msgid "Yes"
412
  msgstr "Yes"
413
 
414
  #: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
415
+ #: options/panel2.php:77 options/panel2.php:106 options/panel5.php:114
416
+ #: options/panel5.php:123 options/panel5.php:148 options/panel5.php:157
417
+ #: options/panel5.php:166 options/panel5.php:175 options/panel5.php:185
418
+ #: options/panel5.php:194 options/panel5.php:204 options/panel5.php:213
419
+ #: options/panel5.php:222 options/panel5.php:231 utils/stcr_manage.php:755
420
  msgid "No"
421
  msgstr "No"
422
 
460
  msgstr ""
461
 
462
  #: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
463
+ #: options/panel4.php:283 options/panel5.php:276
464
  msgid "Save Changes"
465
  msgstr "保存更改"
466
 
858
  msgid "There was an error deleting the options:"
859
  msgstr "更新以下内容时出现错误了:"
860
 
861
+ #: options/panel5.php:48 options/panel5.php:111
862
  msgid "Show StCR checkbox / dropdown"
863
  msgstr ""
864
 
866
  msgid "Safetly Uninstall"
867
  msgstr ""
868
 
869
+ #: options/panel5.php:54 options/panel5.php:128
870
  msgid "Autopurge requests"
871
  msgstr "自动删除的请求"
872
 
873
+ #: options/panel5.php:57 options/panel5.php:154
874
  msgid "Enable double check"
875
  msgstr "启用确认"
876
 
877
+ #: options/panel5.php:60 options/panel5.php:145
878
  msgid "StCR Position"
879
  msgstr ""
880
 
881
+ #: options/panel5.php:63 options/panel5.php:162
882
  msgid "Subscribe authors"
883
  msgstr ""
884
 
885
+ #: options/panel5.php:66 options/panel5.php:172
886
  msgid "Enable HTML emails"
887
  msgstr "启用HTML的邮件"
888
 
898
  msgid "Notify admin"
899
  msgstr "通知管理员"
900
 
901
+ #: options/panel5.php:78 options/panel5.php:210
902
  msgid "Let admin subscribe"
903
  msgstr "让管理员订阅"
904
 
905
+ #: options/panel5.php:81 options/panel5.php:219
906
  msgid "BCC admin on Notifications"
907
  msgstr "通知"
908
 
909
+ #: options/panel5.php:84 options/panel5.php:228
910
  msgid "Enable Font Awesome"
911
  msgstr ""
912
 
913
+ #: options/panel5.php:87 options/panel5.php:90 options/panel5.php:265
914
+ #: options/panel5.php:272
915
  msgid "Reset All Options"
916
  msgstr ""
917
 
918
+ #: options/panel5.php:115
919
  msgid ""
920
  "This option will disable the StCR checkbox or dropdown in you comment form. "
921
  "You should leave it to Yes always. "
922
  msgstr ""
923
 
924
+ #: options/panel5.php:120
925
  msgid "Safely Uninstall"
926
  msgstr ""
927
 
928
+ #: options/panel5.php:124
929
  msgid ""
930
  "This option will allow you to delete the plugin with WordPress without "
931
  "loosing your subscribers. Any database table and plugin options are wipeout."
932
  msgstr ""
933
 
934
+ #: options/panel5.php:131
935
  msgid "days"
936
  msgstr "天"
937
 
938
+ #: options/panel5.php:132
939
  msgid ""
940
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
941
  "this feature."
942
  msgstr "在X天之后删除没有激活的订阅(没有确认)。0代表禁用此功能。"
943
 
944
+ #: options/panel5.php:136
945
+ msgid "Date Format"
946
+ msgstr ""
947
+
948
+ #: options/panel5.php:140
949
+ msgid ""
950
+ "Date format that will be display on the management page. Use <a "
951
+ "href='https://secure.php.net/manual/en/function.date.php#refsect1-function."
952
+ "date-parameters' target='_blank'>PHP Date Format</a>"
953
+ msgstr ""
954
+
955
+ #: options/panel5.php:149
956
  msgid ""
957
  "If this option is enable the subscription box will be above the submit "
958
  "button in your comment form. Use this when your theme is outdated and using "
959
  "the incorrect WordPress Hooks and the checkbox is not displayed."
960
  msgstr ""
961
 
962
+ #: options/panel5.php:158
963
  msgid ""
964
  "Send a notification email to confirm the subscription (to avoid addresses "
965
  "misuse)."
966
  msgstr "发送激活邮件确认订阅(避免提交他人的邮箱)。"
967
 
968
+ #: options/panel5.php:167
969
  msgid ""
970
  "Automatically subscribe authors to their own articles (not retroactive)."
971
  msgstr ""
972
 
973
+ #: options/panel5.php:176
974
  msgid ""
975
  "If enabled, will send email messages with content-type = text/html instead "
976
  "of text/plain"
977
  msgstr "如果启用的话,发送的邮件会content-type = text/html而不是text/plain"
978
 
979
+ #: options/panel5.php:181
980
  msgid "HTMLify links in emails"
981
  msgstr ""
982
 
983
+ #: options/panel5.php:186
984
  msgid ""
985
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
986
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
987
  msgstr ""
988
 
989
+ #: options/panel5.php:191
990
  msgid "Process trackbacks"
991
  msgstr "处理tackbacks"
992
 
993
+ #: options/panel5.php:195
994
  msgid ""
995
  "Notify users when a new trackback or pingback is added to the discussion."
996
  msgstr "收到新的trackback或pingback之后通知订阅者。"
997
 
998
+ #: options/panel5.php:200
999
  msgid "Track all subscriptions"
1000
  msgstr "Track all subscriptions"
1001
 
1002
+ #: options/panel5.php:205
1003
  msgid "Notify the administrator when users subscribe without commenting."
1004
  msgstr "人不留评论订阅时,通知管理员。"
1005
 
1006
+ #: options/panel5.php:214
1007
  msgid "Let the administrator subscribe to comments when logged in."
1008
  msgstr "让管理员登录后订阅评论。"
1009
 
1010
+ #: options/panel5.php:223
1011
  msgid "Send a copy of all Notifications to the administrator."
1012
  msgstr ""
1013
 
1014
+ #: options/panel5.php:232
1015
  msgid ""
1016
  "Let you control the inclusion of the Font Awesome into your site. Disable if "
1017
  "you theme already add this into your site."
1018
  msgstr ""
1019
 
1020
+ #: options/panel5.php:237
1021
  msgid "StCR Unique Key"
1022
  msgstr ""
1023
 
1024
+ #: options/panel5.php:242
1025
  msgid "This Unique Key is not set, please click the following button to "
1026
  msgstr ""
1027
 
1028
+ #: options/panel5.php:246 options/panel5.php:257
1029
  msgid "Generate"
1030
  msgstr ""
1031
 
1032
+ #: options/panel5.php:254
1033
  msgid ""
1034
  "This Unique Key will be use to send the notification to your subscribers "
1035
  "with more security."
1036
  msgstr ""
1037
 
1038
+ #: options/panel5.php:267
1039
  msgid ""
1040
  "This will reset all the options and messages of the plugin. Please proceed "
1041
  "with caution."
1042
  msgstr ""
1043
 
1044
+ #: options/panel5.php:269
1045
  msgid "Yes, Delete Options including subscriptions."
1046
  msgstr ""
1047
 
1048
+ #: options/panel5.php:270
1049
  msgid "No, Only delete the StCR Options."
1050
  msgstr ""
1051
 
1172
  msgid "Subscription Status"
1173
  msgstr ""
1174
 
1175
+ #: templates/author.php:91 templates/user.php:107
1176
  msgid "Select all"
1177
  msgstr "选择全部"
1178
 
1179
+ #: templates/author.php:92 templates/user.php:109
1180
  msgid "Invert selection"
1181
  msgstr "反过来选择"
1182
 
1183
+ #: templates/author.php:95 templates/user.php:113
1184
  msgid "Choose your action"
1185
  msgstr ""
1186
 
1187
+ #: templates/author.php:98 templates/user.php:116
1188
  msgid "All comments"
1189
  msgstr ""
1190
 
1191
+ #: templates/author.php:99 templates/user.php:117
1192
+ #: wp_subscribe_reloaded.php:1118
1193
  msgid "Replies to my comments"
1194
  msgstr "订阅 我评论的回答"
1195
 
1196
+ #: templates/author.php:105 templates/confirm.php:28
1197
+ #: templates/request-management-link.php:125 templates/user.php:127
1198
  msgid "Return to Post"
1199
  msgstr ""
1200
 
1201
+ #: templates/author.php:110 templates/one-click-unsubscribe.php:30
1202
+ #: templates/user.php:131
1203
  msgid "No subscriptions match your search criteria."
1204
  msgstr "没有符合搜索要求的订阅。"
1205
 
1209
  "enter your email below and a new link will be send."
1210
  msgstr ""
1211
 
1212
+ #: templates/key_expired.php:74 templates/request-management-link.php:115
1213
+ #: templates/request-management-link.php:141 templates/subscribe.php:123
1214
+ #: templates/subscribe.php:148
1215
  msgid "Send"
1216
  msgstr "发送"
1217
 
1218
+ #: templates/request-management-link.php:143
1219
+ #: templates/request-management-link.php:171 templates/subscribe.php:150
1220
+ #: templates/subscribe.php:178
1221
+ #, fuzzy
1222
+ #| msgid "email address"
1223
+ msgid "Email address is not valid"
1224
+ msgstr "发送人的邮件地址"
1225
+
1226
+ #: templates/request-management-link.php:166 templates/subscribe.php:173
1227
+ msgid "Please enter your email"
1228
+ msgstr ""
1229
+
1230
+ #: templates/subscribe.php:60 templates/subscribe.php:61
1231
  msgid "New subscription to"
1232
  msgstr "新订阅为"
1233
 
1234
+ #: templates/subscribe.php:61
1235
  msgid "User:"
1236
  msgstr "用户:"
1237
 
1368
 
1369
  #: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
1370
  #: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
1371
+ #: utils/stcr_upgrade.php:610
1372
  msgid ""
1373
  "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1374
  "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1409
  #: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
1410
  #: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
1411
  #: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
1412
+ #: utils/stcr_upgrade.php:615
1413
  msgid ""
1414
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1415
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1496
 
1497
  #: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
1498
  #: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
1499
+ #: utils/stcr_upgrade.php:609
1500
  msgid "This version includes fixes and improvements, "
1501
  msgstr ""
1502
 
1512
  msgstr ""
1513
 
1514
  #: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
1515
+ #: utils/stcr_upgrade.php:576 utils/stcr_upgrade.php:604
1516
  msgid "Log Settings"
1517
  msgstr ""
1518
 
1519
  #: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
1520
+ #: utils/stcr_upgrade.php:580 utils/stcr_upgrade.php:608
1521
  msgid ""
1522
  "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1523
  msgstr ""
1533
  msgstr ""
1534
 
1535
  #: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
1536
+ #: utils/stcr_upgrade.php:590 utils/stcr_upgrade.php:611
1537
  msgid "The support of this plugin is given thanks to your donations."
1538
  msgstr ""
1539
 
1584
  msgid "<strong>Fix</strong> issue regarding database collations"
1585
  msgstr ""
1586
 
1587
+ #: utils/stcr_upgrade.php:591 utils/stcr_upgrade.php:612
1588
  msgid ""
1589
  "Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
1590
  "aria-hidden=\"true\"></i> <a href=\"\n"
1595
  "Thanks for all the users that have supported the plugin development."
1596
  msgstr ""
1597
 
1598
+ #: utils/stcr_utils.php:158
1599
+ msgid "January"
1600
+ msgstr ""
1601
+
1602
+ #: utils/stcr_utils.php:159
1603
+ msgid "February"
1604
+ msgstr ""
1605
+
1606
+ #: utils/stcr_utils.php:160
1607
+ #, fuzzy
1608
+ #| msgid "Search"
1609
+ msgid "March"
1610
+ msgstr "搜索"
1611
+
1612
+ #: utils/stcr_utils.php:161
1613
+ msgid "April"
1614
+ msgstr ""
1615
+
1616
+ #: utils/stcr_utils.php:162 utils/stcr_utils.php:177
1617
+ msgid "May"
1618
+ msgstr ""
1619
+
1620
+ #: utils/stcr_utils.php:163
1621
+ msgid "June"
1622
+ msgstr ""
1623
+
1624
+ #: utils/stcr_utils.php:164
1625
+ msgid "July"
1626
+ msgstr ""
1627
+
1628
+ #: utils/stcr_utils.php:165
1629
+ msgid "August"
1630
+ msgstr ""
1631
+
1632
+ #: utils/stcr_utils.php:166
1633
+ msgid "September"
1634
+ msgstr ""
1635
+
1636
+ #: utils/stcr_utils.php:167
1637
+ msgid "October"
1638
+ msgstr ""
1639
+
1640
+ #: utils/stcr_utils.php:168
1641
+ msgid "November"
1642
+ msgstr ""
1643
+
1644
+ #: utils/stcr_utils.php:169
1645
+ msgid "December"
1646
+ msgstr ""
1647
+
1648
+ #: utils/stcr_utils.php:173
1649
+ msgid "Jan"
1650
+ msgstr ""
1651
+
1652
+ #: utils/stcr_utils.php:174
1653
+ msgid "Feb"
1654
+ msgstr ""
1655
+
1656
+ #: utils/stcr_utils.php:175
1657
+ msgid "Mar"
1658
+ msgstr ""
1659
+
1660
+ #: utils/stcr_utils.php:176
1661
+ msgid "Apr"
1662
+ msgstr ""
1663
+
1664
+ #: utils/stcr_utils.php:178
1665
+ msgid "Jun"
1666
+ msgstr ""
1667
+
1668
+ #: utils/stcr_utils.php:179
1669
+ msgid "Jul"
1670
+ msgstr ""
1671
+
1672
+ #: utils/stcr_utils.php:180
1673
+ msgid "Aug"
1674
+ msgstr ""
1675
+
1676
+ #: utils/stcr_utils.php:181
1677
+ msgid "Sep"
1678
+ msgstr ""
1679
+
1680
+ #: utils/stcr_utils.php:182
1681
+ msgid "Oct"
1682
+ msgstr ""
1683
+
1684
+ #: utils/stcr_utils.php:183
1685
+ #, fuzzy
1686
+ #| msgid "No"
1687
+ msgid "Nov"
1688
+ msgstr "No"
1689
+
1690
+ #: utils/stcr_utils.php:184
1691
+ msgid "Dec"
1692
+ msgstr ""
1693
+
1694
+ #: utils/stcr_utils.php:273
1695
  msgid ""
1696
  "Notify me of followup comments via e-mail. You can also <a "
1697
  "href='[subscribe_link]'>subscribe</a> without commenting."
1699
  "有新评论,请电子邮件通知我。你也不需要留评论就可以<a href='[subscribe_link]'>"
1700
  "订阅</a>。"
1701
 
1702
+ #: utils/stcr_utils.php:274
1703
  msgid ""
1704
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1705
  "subscriptions."
1706
  msgstr "你已经订阅过本篇文章。<a href='[manager_link]'>管理</a>你的订阅。"
1707
 
1708
+ #: utils/stcr_utils.php:275
1709
  msgid ""
1710
  "Your subscription to this post needs to be confirmed. <a "
1711
  "href='[manager_link]'>Manage your subscriptions</a>."
1712
  msgstr "你需要激活你的订阅。<a href='[manager_link]'>管理你的订阅</a>。"
1713
 
1714
+ #: utils/stcr_utils.php:276
1715
  msgid ""
1716
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1717
  msgstr "你可以<a href='[manager_link]'>管理</a>本篇文章的订阅。"
1718
 
1719
+ #: utils/stcr_utils.php:282
1720
  msgid ""
1721
  "To manage your subscriptions, please enter your email address here below. We "
1722
  "will send you a message containing the link to access your personal "
1725
  "为了管理你的评论订阅,请在这里输入你的邮箱地址。我们会把管理你个人订阅的链接"
1726
  "发到你的邮箱。"
1727
 
1728
+ #: utils/stcr_utils.php:283
1729
  msgid ""
1730
  "Thank you for using our subscription service. Your request has been "
1731
  "completed, and you should receive an email with the management link in a few "
1734
  "谢谢你使用评论订阅。你的请求已处理完,过几分钟你就会收到有管理页面链接的邮"
1735
  "件。"
1736
 
1737
+ #: utils/stcr_utils.php:284
1738
  msgid ""
1739
  "You can follow the discussion on <strong>[post_title]</strong> without "
1740
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1743
  "你不需要留评论就可以关注《<strong>[post_title]</strong>》的讨论。不错,啊?在"
1744
  "下面输入你的邮箱地址就可以。"
1745
 
1746
+ #: utils/stcr_utils.php:285
1747
  msgid ""
1748
  "Thank you for using our subscription service. Your request has been "
1749
  "completed. You will receive a notification email every time a new comment to "
1752
  "谢谢你使用评论订阅。你的请求已处理完。每次管理员审核和发布新评论你就会收到邮"
1753
  "件通知。"
1754
 
1755
+ #: utils/stcr_utils.php:286
1756
  msgid ""
1757
  "Thank you for using our subscription service. In order to confirm your "
1758
  "request, please check your email for the verification message and follow the "
1761
  "谢谢你使用评论订阅。为了确认你的请求,请查看你的电子邮箱,你会收到确认邮件和"
1762
  "下一步的说明。"
1763
 
1764
+ #: utils/stcr_utils.php:287
1765
  msgid ""
1766
  "In order to cancel or suspend one or more notifications, select the "
1767
  "corresponding checkbox(es) and click on the button at the end of the list."
1768
  msgstr ""
1769
  "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。"
1770
 
1771
+ #: utils/stcr_utils.php:288
1772
  msgid ""
1773
  "In order to cancel or suspend one or more notifications, select the "
1774
  "corresponding checkbox(es) and click on the button at the end of the list. "
1777
  "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。你"
1778
  "已经订阅了这些:"
1779
 
1780
+ #: utils/stcr_utils.php:292
1781
  msgid "There is a new comment to [post_title]"
1782
  msgstr "[post_title]有一条新的评论"
1783
 
1784
+ #: utils/stcr_utils.php:293
1785
  msgid ""
1786
  "<h1>There is a new comment on [post_title].</h1>\n"
1787
  "\n"
1798
  "\"[oneclick_link]\">One click unsubscribe</a></div>"
1799
  msgstr ""
1800
 
1801
+ #: utils/stcr_utils.php:294
1802
  msgid "Please confirm your subscription to [post_title]"
1803
  msgstr "请确认你要订阅《[post_title]》"
1804
 
1805
+ #: utils/stcr_utils.php:295
1806
  #, fuzzy
1807
  #| msgid ""
1808
  #| "You have requested to be notified every time a new comment is added to:\n"
1823
  "请通过点击以下的链接确认:\n"
1824
  "[confirm_link]"
1825
 
1826
+ #: utils/stcr_utils.php:296
1827
  msgid "Manage your subscriptions on [blog_name]"
1828
  msgstr "管理你在[blog_name]上的订阅"
1829
 
1830
+ #: utils/stcr_utils.php:297
1831
  msgid ""
1832
  "You have requested to manage your subscriptions to the articles on "
1833
  "[blog_name]. Please check the Subscriptions management link in your email"
1834
  msgstr ""
1835
 
1836
+ #: utils/stcr_utils.php:298
1837
  #, fuzzy
1838
  #| msgid ""
1839
  #| "You have requested to manage your subscriptions to the articles on "
1847
  "你申请过管理[blog_name]的评论订阅。请点击以下的链接去你的个人管理页面:\n"
1848
  "[manager_link]"
1849
 
1850
+ #: utils/stcr_utils.php:378
1851
  msgid "StCR Notification"
1852
  msgstr "通知"
1853
 
1854
+ #: wp_subscribe_reloaded.php:1116
1855
  msgid "Don't subscribe"
1856
  msgstr "不要 订阅 评论"
1857
 
1858
+ #: wp_subscribe_reloaded.php:1117
1859
  msgid "All"
1860
  msgstr "订阅 所有评论"
1861
 
options/index.php CHANGED
@@ -11,7 +11,7 @@ function subscribe_reloaded_update_option( $_option = '', $_value = '', $_type =
11
  }
12
 
13
  // Prevent XSS/CSRF attacks
14
- $_value = stripslashes( $_value );
15
 
16
  switch ( $_type ) {
17
  case 'yesno':
11
  }
12
 
13
  // Prevent XSS/CSRF attacks
14
+ $_value = trim( stripslashes( $_value ) );
15
 
16
  switch ( $_type ) {
17
  case 'yesno':
options/panel1-business-logic.php CHANGED
@@ -5,90 +5,119 @@ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
5
  exit;
6
  }
7
 
 
 
 
 
 
 
 
 
 
 
8
  switch ( $action ) {
9
- case 'add':
10
- $post_id = ! empty( $_POST['srp'] ) ? $_POST['srp'] : ( ! empty( $_GET['srp'] ) ? $_GET['srp'] : 0 );
11
- $email = ! empty( $_POST['sre'] ) ? $_POST['sre'] : ( ! empty( $_GET['sre'] ) ? $_GET['sre'] : '' );
12
- $status = ! empty( $_POST['srs'] ) ? $_POST['srs'] : ( ! empty( $_GET['srs'] ) ? $_GET['srs'] : '' );
13
-
14
- $post_id = esc_attr( $post_id ); // Let us make sure that there is not XSS exploits.
15
- $email = esc_attr( $email ); // Let us make sure that there is not XSS exploits.
16
-
17
- $wp_subscribe_reloaded->stcr->add_subscription( $post_id, $email, $status );
18
-
19
- if ( strpos( $status, 'C' ) !== false ) {
20
- $wp_subscribe_reloaded->stcr->confirmation_email( $post_id, $email );
21
- }
22
-
23
- echo '<div class="updated"><p>' . __( 'Subscription added.', 'subscribe-reloaded' ) . '</p></div>';
24
- break;
25
-
26
- case 'edit':
27
- $post_id = ! empty( $_POST['srp'] ) ? $_POST['srp'] : ( ! empty( $_GET['srp'] ) ? $_GET['srp'] : 0 );
28
- $old_email = ! empty( $_POST['oldsre'] ) ? $_POST['oldsre'] : ( ! empty( $_GET['oldsre'] ) ? $_GET['oldsre'] : '' );
29
- $new_email = ! empty( $_POST['sre'] ) ? $_POST['sre'] : ( ! empty( $_GET['sre'] ) ? $_GET['sre'] : '' );
30
- $status = ! empty( $_POST['srs'] ) ? $_POST['srs'] : ( ! empty( $_GET['srs'] ) ? $_GET['srs'] : '' );
31
-
32
- $post_id = esc_attr( $post_id ); // Let us make sure that there is not XSS exploits.
33
- $old_email = esc_attr( $old_email ); // Let us make sure that there is not XSS exploits.
34
- $new_email = esc_attr( $new_email ); // Let us make sure that there is not XSS exploits.
35
-
36
- $wp_subscribe_reloaded->stcr->update_subscription_status( $post_id, $old_email, $status );
37
- $wp_subscribe_reloaded->stcr->update_subscription_email( $post_id, $old_email, $new_email );
38
-
39
- echo '<div class="updated"><p>' . __( 'Subscriptions updated.', 'subscribe-reloaded' ) . '</p></div>';
40
- break;
41
-
42
- case 'delete-subscription':
43
- $post_id = ! empty( $_POST['srp'] ) ? $_POST['srp'] : ( ! empty( $_GET['srp'] ) ? $_GET['srp'] : 0 );
44
- $email = ! empty( $_POST['sre'] ) ? $_POST['sre'] : ( ! empty( $_GET['sre'] ) ? $_GET['sre'] : '' );
45
-
46
- $post_id = esc_attr( $post_id ); // Let us make sure that there is not XSS exploits.
47
- $email = esc_attr( $email ); // Let us make sure that there is not XSS exploits.
48
-
49
- $wp_subscribe_reloaded->stcr->delete_subscriptions( $post_id, $email );
50
-
51
- echo '<div class="updated"><p>' . __( 'Subscription deleted.', 'subscribe-reloaded' ) . '</p></div>';
52
- break;
53
-
54
- default:
55
- if ( ! empty( $_POST['subscriptions_list'] ) ) {
56
- $post_list = $email_list = array();
57
- foreach ( $_POST['subscriptions_list'] as $a_subscription ) {
58
- list( $a_post, $a_email ) = explode( ',', $a_subscription );
59
- if ( ! in_array( $a_post, $post_list ) ) {
60
- $post_list[] = $a_post;
61
- }
62
- if ( ! in_array( $a_email, $email_list ) ) {
63
- $email_list[] = urldecode( $a_email );
64
- }
65
- }
66
-
67
- switch ( $action ) {
68
- case 'delete':
69
- $rows_affected = $wp_subscribe_reloaded->stcr->delete_subscriptions( $post_list, $email_list );
70
- echo '<div class="updated"><p>' . __( 'Subscriptions deleted:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
71
- break;
72
- case 'suspend':
73
- $rows_affected = $wp_subscribe_reloaded->stcr->update_subscription_status( $post_list, $email_list, 'C' );
74
- echo '<div class="updated"><p>' . __( 'Subscriptions suspended:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
75
- break;
76
- case 'activate':
77
- $rows_affected = $wp_subscribe_reloaded->stcr->update_subscription_status( $post_list, $email_list, '-C' );
78
- echo '<div class="updated"><p>' . __( 'Subscriptions activated:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
79
- break;
80
- case 'force_y':
81
- $rows_affected = $wp_subscribe_reloaded->stcr->update_subscription_status( $post_list, $email_list, 'Y' );
82
- echo '<div class="updated"><p>' . __( 'Subscriptions updated:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
83
- break;
84
- case 'force_r':
85
- $rows_affected = $wp_subscribe_reloaded->stcr->update_subscription_status( $post_list, $email_list, 'R' );
86
- echo '<div class="updated"><p>' . __( 'Subscriptions updated:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
87
- break;
88
- default:
89
- break;
90
- }
91
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  }
93
 
94
  $search_field = ! empty( $_POST['srf'] ) ? $_POST['srf'] : ( ! empty( $_GET['srf'] ) ? $_GET['srf'] : 'email' );
@@ -97,7 +126,15 @@ $search_value = ! empty( $_POST['srv'] ) ? $_POST['srv'] : ( ! empty( $_GET['sr
97
  $order_by = ! empty( $_POST['srob'] ) ? $_POST['srob'] : ( ! empty( $_GET['srob'] ) ? $_GET['srob'] : 'dt' );
98
  $order = ! empty( $_POST['sro'] ) ? $_POST['sro'] : ( ! empty( $_GET['sro'] ) ? $_GET['sro'] : 'DESC' );
99
  $offset = ! empty( $_POST['srsf'] ) ? intval( $_POST['srsf'] ) : ( ! empty( $_GET['srsf'] ) ? intval( $_GET['srsf'] ) : 0 );
100
- $limit_results = ! empty( $_POST['srrp'] ) ? intval( $_POST['srrp'] ) : ( ! empty( $_GET['srrp'] ) ? intval( $_GET['srrp'] ) : 25 );
 
 
 
 
 
 
 
 
101
 
102
  $subscriptions = $wp_subscribe_reloaded->stcr->get_subscriptions( $search_field, $operator, $search_value, $order_by, $order, $offset, $limit_results );
103
  $count_total = count( $wp_subscribe_reloaded->stcr->get_subscriptions( $search_field, $operator, $search_value ) );
5
  exit;
6
  }
7
 
8
+ $stcr_post_email = ! empty( $_POST['sre'] ) ? $_POST['sre'] : ( ! empty( $_GET['sre'] ) ? $_GET['sre'] : '' );
9
+ $stcr_old_post_email = ! empty( $_POST['oldsre'] ) ? $_POST['oldsre'] : ( ! empty( $_GET['oldsre'] ) ? $_GET['oldsre'] : '' );
10
+ $status = ! empty( $_POST['srs'] ) ? $_POST['srs'] : ( ! empty( $_GET['srs'] ) ? $_GET['srs'] : '' );
11
+ $post_id = ! empty( $_POST['srp'] ) ? $_POST['srp'] : ( ! empty( $_GET['srp'] ) ? $_GET['srp'] : 0 );
12
+ $valid_email = true;
13
+ $valid_post_id = true;
14
+ // Clean data
15
+ $post_id = sanitize_text_field( trim( $post_id ) );
16
+ $status = sanitize_text_field( trim( $status ) );
17
+
18
  switch ( $action ) {
19
+ case 'add':
20
+ $stcr_post_email = $wp_subscribe_reloaded->stcr->utils->check_valid_email( $stcr_post_email );
21
+ $valid_post_id = $wp_subscribe_reloaded->stcr->utils->check_valid_number( $post_id );
22
+
23
+ if ( $stcr_post_email === false )
24
+ {
25
+ $valid_email = false;
26
+ break;
27
+ }
28
+
29
+ if ( $valid_post_id === false )
30
+ {
31
+ break;
32
+ }
33
+
34
+ $wp_subscribe_reloaded->stcr->add_subscription( $post_id, $stcr_post_email, $status );
35
+
36
+ if ( strpos( $status, 'C' ) !== false ) {
37
+ $wp_subscribe_reloaded->stcr->confirmation_email( $post_id, $email );
38
+ }
39
+
40
+ echo '<div class="updated"><p>' . __( 'Subscription added.', 'subscribe-reloaded' ) . '</p></div>';
41
+ break;
42
+
43
+ case 'edit':
44
+ $stcr_post_email = $wp_subscribe_reloaded->stcr->utils->check_valid_email( $stcr_post_email );
45
+ $stcr_old_post_email = $wp_subscribe_reloaded->stcr->utils->check_valid_email( $stcr_old_post_email );
46
+ $valid_post_id = $wp_subscribe_reloaded->stcr->utils->check_valid_number( $post_id );
47
+
48
+ if ( $stcr_post_email === false || $stcr_old_post_email === false )
49
+ {
50
+ $valid_email = false;
51
+ break;
52
+ }
53
+
54
+ if ( $valid_post_id === false )
55
+ {
56
+ break;
57
+ }
58
+
59
+ $old_email = $stcr_old_post_email;
60
+ $new_email = $stcr_post_email;
61
+
62
+ $wp_subscribe_reloaded->stcr->update_subscription_status( $post_id, $old_email, $status );
63
+ $wp_subscribe_reloaded->stcr->update_subscription_email( $post_id, $old_email, $new_email );
64
+
65
+ echo '<div class="updated"><p>' . __( 'Subscriptions updated.', 'subscribe-reloaded' ) . '</p></div>';
66
+ break;
67
+
68
+ case 'delete-subscription':
69
+ $stcr_post_email = $wp_subscribe_reloaded->stcr->utils->check_valid_email( $stcr_post_email );
70
+ $valid_post_id = $wp_subscribe_reloaded->stcr->utils->check_valid_number( $post_id );
71
+
72
+ if ( $stcr_post_email === false )
73
+ {
74
+ $valid_email = false;
75
+ break;
76
+ }
77
+
78
+ $wp_subscribe_reloaded->stcr->delete_subscriptions( $post_id, $stcr_post_email );
79
+
80
+ echo '<div class="updated"><p>' . __( 'Subscription deleted.', 'subscribe-reloaded' ) . '</p></div>';
81
+ break;
82
+
83
+ default:
84
+ if ( ! empty( $_POST['subscriptions_list'] ) ) {
85
+ $post_list = $email_list = array();
86
+ foreach ( $_POST['subscriptions_list'] as $a_subscription ) {
87
+ list( $a_post, $a_email ) = explode( ',', $a_subscription );
88
+ if ( ! in_array( $a_post, $post_list ) ) {
89
+ $post_list[] = $a_post;
90
+ }
91
+ if ( ! in_array( $a_email, $email_list ) ) {
92
+ $email_list[] = urldecode( $a_email );
93
+ }
94
+ }
95
+
96
+ switch ( $action ) {
97
+ case 'delete':
98
+ $rows_affected = $wp_subscribe_reloaded->stcr->delete_subscriptions( $post_list, $email_list );
99
+ echo '<div class="updated"><p>' . __( 'Subscriptions deleted:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
100
+ break;
101
+ case 'suspend':
102
+ $rows_affected = $wp_subscribe_reloaded->stcr->update_subscription_status( $post_list, $email_list, 'C' );
103
+ echo '<div class="updated"><p>' . __( 'Subscriptions suspended:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
104
+ break;
105
+ case 'activate':
106
+ $rows_affected = $wp_subscribe_reloaded->stcr->update_subscription_status( $post_list, $email_list, '-C' );
107
+ echo '<div class="updated"><p>' . __( 'Subscriptions activated:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
108
+ break;
109
+ case 'force_y':
110
+ $rows_affected = $wp_subscribe_reloaded->stcr->update_subscription_status( $post_list, $email_list, 'Y' );
111
+ echo '<div class="updated"><p>' . __( 'Subscriptions updated:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
112
+ break;
113
+ case 'force_r':
114
+ $rows_affected = $wp_subscribe_reloaded->stcr->update_subscription_status( $post_list, $email_list, 'R' );
115
+ echo '<div class="updated"><p>' . __( 'Subscriptions updated:', 'subscribe-reloaded' ) . " $rows_affected</p></div>";
116
+ break;
117
+ default:
118
+ break;
119
+ }
120
+ }
121
  }
122
 
123
  $search_field = ! empty( $_POST['srf'] ) ? $_POST['srf'] : ( ! empty( $_GET['srf'] ) ? $_GET['srf'] : 'email' );
126
  $order_by = ! empty( $_POST['srob'] ) ? $_POST['srob'] : ( ! empty( $_GET['srob'] ) ? $_GET['srob'] : 'dt' );
127
  $order = ! empty( $_POST['sro'] ) ? $_POST['sro'] : ( ! empty( $_GET['sro'] ) ? $_GET['sro'] : 'DESC' );
128
  $offset = ! empty( $_POST['srsf'] ) ? intval( $_POST['srsf'] ) : ( ! empty( $_GET['srsf'] ) ? intval( $_GET['srsf'] ) : 0 );
129
+ $limit_results = ! empty( $_POST['srrp'] ) ? intval( $_POST['srrp'] ) : ( ! empty( $_GET['srrp'] ) ? intval( $_GET['srrp'] ) : 12 );
130
+ // Clean data
131
+ $search_field = sanitize_text_field($search_field);
132
+ $operator = sanitize_text_field($operator);
133
+ $order_by = sanitize_text_field($order_by);
134
+ $order = sanitize_text_field($order);
135
+ $offset = sanitize_text_field($offset);
136
+ $search_value = sanitize_text_field(trim($search_value));
137
+ $limit_results = sanitize_text_field(trim($limit_results));
138
 
139
  $subscriptions = $wp_subscribe_reloaded->stcr->get_subscriptions( $search_field, $operator, $search_value, $order_by, $order, $offset, $limit_results );
140
  $count_total = count( $wp_subscribe_reloaded->stcr->get_subscriptions( $search_field, $operator, $search_value ) );
options/panel1.php CHANGED
@@ -12,29 +12,54 @@ if ( $action == 'edit-subscription' || $action == 'add-subscription' ) {
12
  return;
13
  }
14
  if ( is_readable( WP_PLUGIN_DIR . "/subscribe-to-comments-reloaded/options/panel1-business-logic.php" ) ) {
 
15
  require_once WP_PLUGIN_DIR . '/subscribe-to-comments-reloaded/options/panel1-business-logic.php';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
17
  ?>
18
 
 
 
 
 
 
 
 
 
 
 
19
  <div class="postbox small postbox-mass">
20
  <h3><?php _e( 'Mass Update Subscriptions', 'subscribe-reloaded' ) ?></h3>
21
 
22
- <form action="" method="post" id="update_address_form"
23
- onsubmit="if (this.oldsre.value == '') return false;return confirm('<?php _e( 'Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded' ) ?>')">
24
  <fieldset style="border:0">
25
  <table>
26
  <tr>
27
  <td><label for='oldsre'><?php _e( 'From', 'subscribe-reloaded' ) ?></label></td>
28
- <td><input type='text' size='30' name='oldsre' id='oldsre' value='<?php _e( 'email address', 'subscribe-reloaded' ) ?>' style="color:#ccc"
29
- onfocus='if (this.value == "<?php _e( 'email address', 'subscribe-reloaded' ) ?>") this.value="";this.style.color="#000"'
30
- onblur='if (this.value == ""){this.value="<?php _e( 'email address', 'subscribe-reloaded' ) ?>";this.style.color="#ccc"}' ></td>
31
- </tr>
32
- <tr>
33
- <td><label for='sre'><?php _e( 'To', 'subscribe-reloaded' ) ?></label></td>
34
- <td><input type='text' size='30' name='sre' id='sre' value='<?php _e( 'optional - new email address', 'subscribe-reloaded' ) ?>' style="color:#ccc"
35
- onfocus='if (this.value == "<?php _e( 'optional - new email address', 'subscribe-reloaded' ) ?>") this.value="";this.style.color="#000"'
36
- onblur='if (this.value == ""){this.value="<?php _e( 'optional - new email address', 'subscribe-reloaded' ) ?>";this.style.color="#ccc"}' ></td>
37
  </tr>
 
 
 
 
 
 
 
38
  <tr>
39
  <td><label for='srs'><?php _e( 'Status', 'subscribe-reloaded' ) ?></label></td>
40
  <td><select name="srs" id="srs">
@@ -60,17 +85,18 @@ if ( is_readable( WP_PLUGIN_DIR . "/subscribe-to-comments-reloaded/options/panel
60
  <div class="postbox small">
61
  <h3><?php _e( 'Add New Subscription', 'subscribe-reloaded' ) ?></h3>
62
 
63
- <form action="" method="post" id="update_address_form"
64
- onsubmit="if (this.srp.value == '' || this.sre.value == '') return false;">
65
  <fieldset style="border:0">
66
  <table>
67
  <tr>
68
  <td><?php _e( 'Post ID', 'subscribe-reloaded' ) ?></td>
69
  <td><input type='text' size='30' name='srp' value='' ></td>
 
70
  </tr>
71
  <tr>
72
  <td><?php _e( 'Email', 'subscribe-reloaded' ) ?></td>
73
  <td><input type='text' size='30' name='sre' value='' ></td>
 
74
  </tr>
75
  <tr>
76
  <td><?php _e( 'Status', 'subscribe-reloaded' ) ?></td>
@@ -97,7 +123,7 @@ if ( is_readable( WP_PLUGIN_DIR . "/subscribe-to-comments-reloaded/options/panel
97
 
98
  <h3><?php _e( 'Search subscriptions', 'subscribe-reloaded' ) ?></h3>
99
 
100
- <form action="" method="post">
101
  <p><?php printf(
102
  __( 'You can either <a href="%s">view all the subscriptions</a> or find those where the', 'subscribe-reloaded' ),
103
  'admin.php?page=stcr_manage_subscriptions&amp;srv=@&amp;srt=contains'
@@ -242,3 +268,218 @@ if ( ! empty( $subscriptions ) && is_array( $subscriptions ) ) {
242
  </form>
243
  </div>
244
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  return;
13
  }
14
  if ( is_readable( WP_PLUGIN_DIR . "/subscribe-to-comments-reloaded/options/panel1-business-logic.php" ) ) {
15
+
16
  require_once WP_PLUGIN_DIR . '/subscribe-to-comments-reloaded/options/panel1-business-logic.php';
17
+
18
+ // Display an alert in the admin interface if the email is wrong or the post id is not a number.
19
+ if ( ! $valid_email )
20
+ {
21
+ echo '<div class="notice notice-error is-dismissible"><p>';
22
+ _e( 'The email that you typed is not correct.', 'subscribe-reloaded' );
23
+ echo "</p></div>";
24
+ }
25
+
26
+ if ( ! $valid_post_id )
27
+ {
28
+ echo '<div class="notice notice-error is-dismissible"><p>';
29
+ _e( 'Please enter a valid Post ID.', 'subscribe-reloaded' );
30
+ echo "</p></div>";
31
+ }
32
  }
33
  ?>
34
 
35
+ <style type="text/css">
36
+ .validate-error-text
37
+ {
38
+ color: #f55252;
39
+ font-weight:bold;
40
+ }
41
+ .validate-error-field { border: 1px solid #ff9595 !important; }
42
+ .stcr-hidden { display: none;}
43
+ </style>
44
+
45
  <div class="postbox small postbox-mass">
46
  <h3><?php _e( 'Mass Update Subscriptions', 'subscribe-reloaded' ) ?></h3>
47
 
48
+ <form action="" method="post" id="mass_update_address_form">
 
49
  <fieldset style="border:0">
50
  <table>
51
  <tr>
52
  <td><label for='oldsre'><?php _e( 'From', 'subscribe-reloaded' ) ?></label></td>
53
+ <td><input type='text' size='30' name='oldsre' id='oldsre' value='<?php _e( 'email address', 'subscribe-reloaded' ) ?>' style="color:#ccc"></td>
54
+ <td><span class="validate-error-text validate-error-text-oldsre stcr-hidden "></span></td>
 
 
 
 
 
 
 
55
  </tr>
56
+ <tr>
57
+ <td><label for='sre'><?php _e( 'To', 'subscribe-reloaded' ) ?></label></td>
58
+ <td><input type='text' size='30' name='sre' id='sre' value='<?php _e( 'optional - new email address', 'subscribe-reloaded' ) ?>' style="color:#ccc"
59
+ >
60
+ </td>
61
+ <td><span class="validate-error-text validate-error-text-sre stcr-hidden "></span></td>
62
+ </tr>
63
  <tr>
64
  <td><label for='srs'><?php _e( 'Status', 'subscribe-reloaded' ) ?></label></td>
65
  <td><select name="srs" id="srs">
85
  <div class="postbox small">
86
  <h3><?php _e( 'Add New Subscription', 'subscribe-reloaded' ) ?></h3>
87
 
88
+ <form action="" method="post" id="add_new_subscription">
 
89
  <fieldset style="border:0">
90
  <table>
91
  <tr>
92
  <td><?php _e( 'Post ID', 'subscribe-reloaded' ) ?></td>
93
  <td><input type='text' size='30' name='srp' value='' ></td>
94
+ <td><span class="validate-error-text validate-error-text-srp stcr-hidden "></span></td>
95
  </tr>
96
  <tr>
97
  <td><?php _e( 'Email', 'subscribe-reloaded' ) ?></td>
98
  <td><input type='text' size='30' name='sre' value='' ></td>
99
+ <td><span class="validate-error-text validate-error-text-sre stcr-hidden "></span></td>
100
  </tr>
101
  <tr>
102
  <td><?php _e( 'Status', 'subscribe-reloaded' ) ?></td>
123
 
124
  <h3><?php _e( 'Search subscriptions', 'subscribe-reloaded' ) ?></h3>
125
 
126
+ <form action="" method="post" id="search_subscriptions_form">
127
  <p><?php printf(
128
  __( 'You can either <a href="%s">view all the subscriptions</a> or find those where the', 'subscribe-reloaded' ),
129
  'admin.php?page=stcr_manage_subscriptions&amp;srv=@&amp;srt=contains'
268
  </form>
269
  </div>
270
 
271
+ <script type="text/javascript">
272
+ ( function($){
273
+ $(document).ready(function(){
274
+
275
+ var emailRegex = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
276
+ var oldsre_input = $("form#mass_update_address_form input[name='oldsre']");
277
+ var sre_input = $("form#mass_update_address_form input[name='sre']");
278
+
279
+
280
+ oldsre_input.focus(function(){
281
+ if (oldsre_input.val() == "<?php _e( 'email address', 'subscribe-reloaded' ) ?>")
282
+ {
283
+ oldsre_input.val("");
284
+ }
285
+ oldsre_input.css("color","#000");
286
+ });
287
+
288
+ oldsre_input.blur(function(){
289
+ if (oldsre_input.val() == "")
290
+ {
291
+ oldsre_input.val("<?php _e( 'email address', 'subscribe-reloaded' ) ?>");
292
+ oldsre_input.css("color","#ccc");
293
+ }
294
+ });
295
+
296
+ sre_input.focus(function(){
297
+ if (sre_input.val() == "<?php _e( 'optional - new email address', 'subscribe-reloaded' ) ?>")
298
+ {
299
+ sre_input.val("");
300
+ }
301
+ sre_input.css("color","#000");
302
+ });
303
+
304
+ sre_input.blur(function(){
305
+ if (sre_input.val() == "")
306
+ {
307
+ sre_input.val("<?php _e( 'optional - new email address', 'subscribe-reloaded' ) ?>");
308
+ sre_input.css("color","#ccc");
309
+ }
310
+ });
311
+
312
+ $("form#mass_update_address_form").submit(function(){
313
+ var old_email = $.trim( $("form#mass_update_address_form input[name='oldsre']").val() );
314
+ var email = $.trim( $("form#mass_update_address_form input[name='sre']").val() );
315
+ var missing_fields = [];
316
+
317
+ if( old_email == "<?php _e( 'email address', 'subscribe-reloaded' ) ?>" || old_email == "")
318
+ {
319
+ missing_fields.push(
320
+ {
321
+ message: "<?php _e( 'Missing information', 'subscribe-reloaded' ) ?>",
322
+ field: "oldsre"
323
+ } );
324
+ }
325
+ else if( ! emailRegex.test(old_email) ) // check valid email
326
+ {
327
+ missing_fields.push(
328
+ {
329
+ message: "<?php _e( 'Invalid email address.', 'subscribe-reloaded' ) ?>",
330
+ field: "oldsre"
331
+ } );
332
+ }
333
+
334
+ var missing_fields_size = missing_fields.length;
335
+
336
+ if( missing_fields_size > 0 )
337
+ {
338
+
339
+ for( var i = 0; i < missing_fields_size; i++ )
340
+ {
341
+ var field_obj = missing_fields[i];
342
+ $("form#mass_update_address_form .validate-error-text-" + field_obj.field).text(field_obj.message).show();
343
+ $("form#mass_update_address_form input[name='"+ field_obj.field +"']").addClass("validate-error-field");
344
+ }
345
+
346
+ return false;
347
+ }
348
+ else
349
+ {
350
+ var answer = confirm('<?php _e( 'Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded' ) ?>');
351
+
352
+ if( ! answer )
353
+ {
354
+ return false;
355
+ }
356
+ }
357
+
358
+
359
+ });
360
+ // Add New Subscription
361
+ var stcr_post_id_input = $("form#add_new_subscription input[name='srp']");
362
+ var sre_input = $("form#add_new_subscription input[name='sre']");
363
+
364
+ stcr_post_id_input.blur(function(){
365
+ if( $.isNumeric(stcr_post_id_input.val() ) ) // check numeric value
366
+ {
367
+ $(this).removeClass("validate-error-field");
368
+ $("form#add_new_subscription .validate-error-text-srp").hide();
369
+ }
370
+ });
371
+
372
+ sre_input.blur(function(){
373
+ if( emailRegex.test(sre_input.val() ) ) // check email value
374
+ {
375
+ $(this).removeClass("validate-error-field");
376
+ $("form#add_new_subscription .validate-error-text-sre").hide();
377
+ }
378
+ });
379
+
380
+ $("form#add_new_subscription").submit(function(){
381
+ var post_id = $.trim(stcr_post_id_input.val());
382
+ var email = $.trim(sre_input.val());
383
+ var missing_fields = [];
384
+
385
+ if( post_id == "")
386
+ {
387
+ missing_fields.push(
388
+ {
389
+ message: "<?php _e( 'Missing information', 'subscribe-reloaded' ) ?>",
390
+ field: "srp"
391
+ } );
392
+ }
393
+ else if( ! $.isNumeric(post_id) ) // check numeric value
394
+ {
395
+ missing_fields.push(
396
+ {
397
+ message: "<?php _e( 'Enter a numeric Post ID.', 'subscribe-reloaded' ) ?>",
398
+ field: "srp"
399
+ } );
400
+ }
401
+
402
+ if( email == "")
403
+ {
404
+ missing_fields.push(
405
+ {
406
+ message: "<?php _e( 'Missing email information', 'subscribe-reloaded' ) ?>",
407
+ field: "sre"
408
+ } );
409
+ }
410
+ else if( ! emailRegex.test(email) ) // check valid email
411
+ {
412
+ missing_fields.push(
413
+ {
414
+ message: "<?php _e( 'Invalid email address.', 'subscribe-reloaded' ) ?>",
415
+ field: "sre"
416
+ } );
417
+ }
418
+
419
+ var missing_fields_size = missing_fields.length;
420
+
421
+ if( missing_fields_size > 0 )
422
+ {
423
+
424
+ for( var i = 0; i < missing_fields_size; i++ )
425
+ {
426
+ var field_obj = missing_fields[i];
427
+ $("form#add_new_subscription .validate-error-text-" + field_obj.field).text(field_obj.message).show();
428
+ $("form#add_new_subscription input[name='"+ field_obj.field +"']").addClass("validate-error-field");
429
+ }
430
+
431
+ return false;
432
+ }
433
+ });
434
+
435
+ var search_input = $("form#search_subscriptions_form input[name='srv']");
436
+
437
+ $("form#search_subscriptions_form").submit(function(){
438
+ var search_value = $.trim(search_input.val());
439
+
440
+ if( search_value == "")
441
+ {
442
+ search_input.val("<?php _e( 'Please enter a value', 'subscribe-reloaded' ) ?>");
443
+ search_input.addClass("validate-error-field");
444
+
445
+ return false;
446
+ }
447
+ });
448
+
449
+ search_input.focus(function(){
450
+ if( search_input.val() == "<?php _e( 'Please enter a value', 'subscribe-reloaded' ) ?>" )
451
+ {
452
+ search_input.val("");
453
+ }
454
+ });
455
+
456
+ search_input.blur(function(){
457
+ if( $.trim(search_input.val() ) != "" )
458
+ {
459
+ $(this).removeClass("validate-error-field");
460
+ }
461
+ });
462
+ });
463
+
464
+ // More info action
465
+ $('a.more-info').on("click", function( event ) {
466
+ event.preventDefault();
467
+ var info_panel = $( this ).data( "infopanel" );
468
+ info_panel = "." + info_panel;
469
+
470
+ $( ".postbox-mass").css("overflow","hidden");
471
+
472
+ if( $( info_panel ).hasClass( "hidden") )
473
+ {
474
+ $( info_panel ).slideDown( "fast" );
475
+ $( info_panel).removeClass( "hidden" );
476
+ }
477
+ else
478
+ {
479
+ $( info_panel ).slideUp( "fast" );
480
+ $( info_panel).addClass( "hidden" );
481
+ }
482
+ });
483
+ } )( jQuery );
484
+ </script>
485
+
options/panel5.php CHANGED
@@ -85,6 +85,9 @@ elseif ( array_key_exists( "reset_all_options", $_POST ) ) {
85
  }
86
  if ( isset( $_POST['options']['delete_options_subscriptions'] ) && ! subscribe_reloaded_update_option( 'delete_options_subscriptions', $_POST['options']['delete_options_subscriptions'], 'yesno' ) ) {
87
  $faulty_fields = __( 'Reset All Options', 'subscribe-reloaded' ) . ', ';
 
 
 
88
  }
89
  // Display an alert in the admin interface if something went wrong
90
  echo '<div class="updated fade"><p>';
@@ -129,6 +132,14 @@ wp_print_scripts( 'quicktags' );
129
  <div class="description"><?php _e( "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature.", 'subscribe-reloaded' ); ?></div>
130
  </td>
131
  </tr>
 
 
 
 
 
 
 
 
132
  <tr>
133
  <th scope="row">
134
  <label for="stcr_position"><?php _e( 'StCR Position', 'subscribe-reloaded' ) ?></label></th>
85
  }
86
  if ( isset( $_POST['options']['delete_options_subscriptions'] ) && ! subscribe_reloaded_update_option( 'delete_options_subscriptions', $_POST['options']['delete_options_subscriptions'], 'yesno' ) ) {
87
  $faulty_fields = __( 'Reset All Options', 'subscribe-reloaded' ) . ', ';
88
+ }
89
+ if ( isset( $_POST['options']['date_format'] ) && ! subscribe_reloaded_update_option( 'date_format', $_POST['options']['date_format'], 'text' ) ) {
90
+ $faulty_fields = __( 'Reset All Options', 'subscribe-reloaded' ) . ', ';
91
  }
92
  // Display an alert in the admin interface if something went wrong
93
  echo '<div class="updated fade"><p>';
132
  <div class="description"><?php _e( "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature.", 'subscribe-reloaded' ); ?></div>
133
  </td>
134
  </tr>
135
+ <tr>
136
+ <th scope="row"><label for="date_format"><?php _e( 'Date Format', 'subscribe-reloaded' ) ?></label>
137
+ </th>
138
+ <td>
139
+ <input type="text" name="options[date_format]" id="date_format" value="<?php echo subscribe_reloaded_get_option( 'date_format' ); ?>" size="10">
140
+ <div class="description"><?php _e( "Date format that will be display on the management page. Use <a href='https://secure.php.net/manual/en/function.date.php#refsect1-function.date-parameters' target='_blank'>PHP Date Format</a>", 'subscribe-reloaded' ); ?></div>
141
+ </td>
142
+ </tr>
143
  <tr>
144
  <th scope="row">
145
  <label for="stcr_position"><?php _e( 'StCR Position', 'subscribe-reloaded' ) ?></label></th>
readme.txt CHANGED
@@ -5,8 +5,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X
5
  Tags: comments, subscribe, subscribe to comments, subscribe to comments reloaded, email, email notification, subscriptions, commenting, reply, reply to comments, post notification, comment notification, automatic comment notification, email signup
6
  Requires at least: 4.0
7
  Requires PHP: 5.3.13
8
- Tested up to: 4.9.4
9
- Stable tag: 180212
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -102,6 +102,9 @@ Just go to the Options Panel and click the generate button. By generating a new
102
 
103
  == Upgrade Notice ==
104
 
 
 
 
105
  = v180212 =
106
  **Security Patch** This version add a patch for some security issues.
107
  **Fix Critical Bug** This version fix a critical bug causing issues with wrong database collations.
@@ -163,6 +166,16 @@ v1410124 Fixed several issues reported on the support forum like broken links, r
163
 
164
  == Changelog ==
165
 
 
 
 
 
 
 
 
 
 
 
166
  = v180212 =
167
 
168
  * **Fix** the performance issue when enqueuing the CSS style. See [issue#361](https://github.com/stcr/subscribe-to-comments-reloaded/issues/361).
5
  Tags: comments, subscribe, subscribe to comments, subscribe to comments reloaded, email, email notification, subscriptions, commenting, reply, reply to comments, post notification, comment notification, automatic comment notification, email signup
6
  Requires at least: 4.0
7
  Requires PHP: 5.3.13
8
+ Tested up to: 4.9.5-alpha
9
+ Stable tag: 180225
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
102
 
103
  == Upgrade Notice ==
104
 
105
+ = v180225 =
106
+ **Fix** Information that was not been validated on the backened.
107
+
108
  = v180212 =
109
  **Security Patch** This version add a patch for some security issues.
110
  **Fix Critical Bug** This version fix a critical bug causing issues with wrong database collations.
166
 
167
  == Changelog ==
168
 
169
+ = v180225 =
170
+
171
+ * **Fix** error when a user subscribe to a new post and the double opt-in was enable, preventing the double opt-in not sending the email message. [Issue#350](https://github.com/stcr/subscribe-to-comments-reloaded/issues/350).
172
+ * **Add** email and post id validation on the StCR backened.
173
+ * **Add** email, search and post id validation on the frontend.
174
+ * **Add** backened validation for input data (email) on the subscribe and request management pages.
175
+ * **Add** debug messages to improve support.
176
+ * **Add** feature to change the date format output on the management page for both the User page and Author. See [issue#345](https://github.com/stcr/subscribe-to-comments-reloaded/issues/345).
177
+ * **Remove** the inclusion of the plugin scripts with WP enqueue. This will load only the needed script on specific pages. Will remove request to the server to get scripts.
178
+
179
  = v180212 =
180
 
181
  * **Fix** the performance issue when enqueuing the CSS style. See [issue#361](https://github.com/stcr/subscribe-to-comments-reloaded/issues/361).
subscribe-to-comments-reloaded.php CHANGED
@@ -2,10 +2,10 @@
2
  /*
3
  Plugin Name: Subscribe to Comments Reloaded
4
 
5
- Version: 180212
6
- Stable tag: 180212
7
  Requires at least: 4.0
8
- Tested up to: 4.9.4
9
 
10
  Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
11
  Description: Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notifications. It includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications.
2
  /*
3
  Plugin Name: Subscribe to Comments Reloaded
4
 
5
+ Version: 180225
6
+ Stable tag: 180225
7
  Requires at least: 4.0
8
+ Tested up to: 4.9.5-alpha
9
 
10
  Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
11
  Description: Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notifications. It includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications.
templates/author.php CHANGED
@@ -74,10 +74,13 @@ if ( is_array( $subscriptions ) && ! empty( $subscriptions ) ) {
74
  echo "<tbody>";
75
 
76
  foreach ( $subscriptions as $i => $a_subscription ) {
77
- $t_status = $a_subscription->status;
 
 
 
78
 
79
  echo "<tr>";
80
- echo "<td style='text-align: center;'><input type='checkbox' name='email_list[]' value='" . urlencode( $a_subscription->email ) . "' id='e_$i'/><label for='e_$i'>$a_subscription->dt</label></td>";
81
  echo "<td>$a_subscription->email</td>";
82
  echo "<td style='text-align: center;'>$legend_translate[$t_status]</td>";
83
  echo "</tr>";
@@ -109,6 +112,44 @@ if ( is_array( $subscriptions ) && ! empty( $subscriptions ) ) {
109
  ?>
110
  </fieldset>
111
  </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  <?php
113
  $output = ob_get_contents();
114
  ob_end_clean();
74
  echo "<tbody>";
75
 
76
  foreach ( $subscriptions as $i => $a_subscription ) {
77
+ $t_status = $a_subscription->status;
78
+ $date = strtotime( $a_subscription->dt );
79
+ $formatted_date = date( get_option( "subscribe_reloaded_date_format" ), $date );
80
+ $date_translated = $wp_subscribe_reloaded->stcr->utils->stcr_translate_month( $formatted_date );
81
 
82
  echo "<tr>";
83
+ echo "<td style='text-align: center;'><input type='checkbox' name='email_list[]' value='" . urlencode( $a_subscription->email ) . "' id='e_$i'/><label for='e_$i'>$date_translated</label></td>";
84
  echo "<td>$a_subscription->email</td>";
85
  echo "<td style='text-align: center;'>$legend_translate[$t_status]</td>";
86
  echo "</tr>";
112
  ?>
113
  </fieldset>
114
  </form>
115
+ <script type="text/javascript">
116
+ ( function($){
117
+ /**
118
+ * Select all subscribers
119
+ *
120
+ * @since 18-Apr-2017
121
+ * @author reedyseth
122
+ */
123
+ $('form[name="email_list_form"]').on('click','.stcr-subs-select-all', function(event) {
124
+ var checkbox = $('form[name="email_list_form"] table input[type="checkbox"] ');
125
+
126
+ checkbox.each(function(index, element){
127
+ $(this).attr('checked','checked');
128
+ });
129
+
130
+ event.preventDefault();
131
+
132
+ return false;
133
+ });
134
+ /**
135
+ * Deselect all subscribers
136
+ *
137
+ * @since 18-Apr-2017
138
+ * @author reedyseth
139
+ */
140
+ $('form[name="email_list_form"]').on('click','.stcr-subs-select-none', function(event) {
141
+ var checkbox = $('form[name="email_list_form"] table input[type="checkbox"] ');
142
+
143
+ checkbox.each(function(index, element){
144
+ $(this).removeAttr('checked');
145
+ });
146
+
147
+ event.preventDefault();
148
+
149
+ return false;
150
+ });
151
+ } )( jQuery );
152
+ </script>
153
  <?php
154
  $output = ob_get_contents();
155
  ob_end_clean();
templates/request-management-link.php CHANGED
@@ -10,6 +10,7 @@ global $wp_subscribe_reloaded;
10
  $post_permalink = null;
11
  $current_user_email = null; // Comes from wp_subscribe-to-comments-reloaded\subscribe_reloaded_manage()
12
  $ID = $target_post;
 
13
 
14
  if ( isset($current_user) && $current_user->ID > 0 )
15
  {
@@ -28,51 +29,61 @@ if (array_key_exists('post_permalink', $_GET))
28
  ob_start();
29
 
30
  if ( ! empty( $email ) ) {
31
- // Send management link
32
- $subject = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_subject', 'Manage your subscriptions on [blog_name]' ) ), ENT_QUOTES, 'UTF-8' );
33
- $page_message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_content', '' ) ), ENT_QUOTES, 'UTF-8' );
34
- $email_message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_email_content', '' ) ), ENT_QUOTES, 'UTF-8' );
35
- $manager_link = get_bloginfo( 'url' ) . get_option( 'subscribe_reloaded_manager_page', '/comment-subscriptions/' );
36
- $one_click_unsubscribe_link = $manager_link;
37
- if ( function_exists( 'qtrans_convertURL' ) ) {
38
- $manager_link = qtrans_convertURL( $manager_link );
39
- }
40
 
41
- $clean_email = $wp_subscribe_reloaded->stcr->utils->clean_email( $email );
42
- $subscriber_salt = $wp_subscribe_reloaded->stcr->utils->generate_temp_key( $clean_email );
43
-
44
- $manager_link .= ( strpos( $manager_link, '?' ) !== false ) ? '&' : '?';
45
- $manager_link .= "srek=" . $wp_subscribe_reloaded->stcr->utils->get_subscriber_key($clean_email) . "&srk=$subscriber_salt&amp;srsrc=e&post_permalink=" . $post_permalink;
46
- $one_click_unsubscribe_link .= ( strpos( $one_click_unsubscribe_link, '?' ) !== false ) ? '&' : '?';
47
- $one_click_unsubscribe_link .= ( ( strpos( $one_click_unsubscribe_link, '?' ) !== false ) ? '&' : '?' )
48
- . "srek=" . $this->utils->get_subscriber_key( $clean_email )
49
- . "&srk=$subscriber_salt" . "&sra=u;srsrc=e" . "&srp=";
50
-
51
- // Replace tags with their actual values
52
- $subject = str_replace( '[blog_name]', get_bloginfo( 'name' ), $subject );
53
- // Setup the fronted page message
54
- $page_message = str_replace( '[blog_name]', get_bloginfo( 'name' ), $page_message );
55
- // Setup the email message
56
- $email_message = str_replace( '[blog_name]', get_bloginfo( 'name' ), $email_message );
57
- $email_message = str_replace( '[manager_link]', $manager_link, $email_message );
58
- $email_message = str_replace( '[oneclick_link]', $one_click_unsubscribe_link, $email_message );
59
- $email_message = wpautop( $email_message );
60
-
61
- // QTranslate support
62
- if ( function_exists( 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage' ) ) {
63
- $subject = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $subject );
64
- $page_message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $page_message );
65
- $email_message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $email_message );
66
- }
67
- // Prepare email settings
68
- $email_settings = array(
69
- 'subject' => $subject,
70
- 'message' => $email_message,
71
- 'toEmail' => $clean_email
72
- );
73
- $wp_subscribe_reloaded->stcr->utils->send_email( $email_settings );
74
-
75
- echo wpautop( $page_message );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  }
77
  else
78
  {
@@ -97,17 +108,17 @@ else
97
  }
98
  ?>
99
  <p><?php echo wpautop( $message ); ?></p>
100
- <form action="<?php
101
- echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>"
102
- method="post" name="sub-form">
103
  <fieldset style="border:0">
104
  <p><label for="subscribe_reloaded_email"><?php _e( 'Email', 'subscribe-reloaded' ) ?></label>
105
- <input id='subscribe_reloaded_email' type="text" class="subscribe-form-field" name="sre" value="<?php echo $email; ?>" size="22" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" />
106
  <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e( 'Send', 'subscribe-reloaded' ) ?>" />
107
  </p>
 
108
  </fieldset>
109
  </form>
110
  <?php
 
111
  if ( isset( $post_permalink ) )
112
  {
113
  echo '<p id="subscribe-reloaded-update-p">
@@ -116,6 +127,68 @@ else
116
  }
117
 
118
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  $output = ob_get_contents();
120
  ob_end_clean();
121
 
10
  $post_permalink = null;
11
  $current_user_email = null; // Comes from wp_subscribe-to-comments-reloaded\subscribe_reloaded_manage()
12
  $ID = $target_post;
13
+ $valid_email = true;
14
 
15
  if ( isset($current_user) && $current_user->ID > 0 )
16
  {
29
  ob_start();
30
 
31
  if ( ! empty( $email ) ) {
 
 
 
 
 
 
 
 
 
32
 
33
+ $stcr_post_email = $wp_subscribe_reloaded->stcr->utils->check_valid_email( $email );
34
+
35
+ if ( $stcr_post_email === false )
36
+ {
37
+ $valid_email = false;
38
+ }
39
+ else
40
+ {
41
+ // Send management link
42
+ $subject = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_subject', 'Manage your subscriptions on [blog_name]' ) ), ENT_QUOTES, 'UTF-8' );
43
+ $page_message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_content', '' ) ), ENT_QUOTES, 'UTF-8' );
44
+ $email_message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_email_content', '' ) ), ENT_QUOTES, 'UTF-8' );
45
+ $manager_link = get_bloginfo( 'url' ) . get_option( 'subscribe_reloaded_manager_page', '/comment-subscriptions/' );
46
+ $one_click_unsubscribe_link = $manager_link;
47
+ if ( function_exists( 'qtrans_convertURL' ) ) {
48
+ $manager_link = qtrans_convertURL( $manager_link );
49
+ }
50
+
51
+ $clean_email = $wp_subscribe_reloaded->stcr->utils->clean_email( $email );
52
+ $subscriber_salt = $wp_subscribe_reloaded->stcr->utils->generate_temp_key( $clean_email );
53
+
54
+ $manager_link .= ( strpos( $manager_link, '?' ) !== false ) ? '&' : '?';
55
+ $manager_link .= "srek=" . $wp_subscribe_reloaded->stcr->utils->get_subscriber_key($clean_email) . "&srk=$subscriber_salt&amp;srsrc=e&post_permalink=" . $post_permalink;
56
+ $one_click_unsubscribe_link .= ( strpos( $one_click_unsubscribe_link, '?' ) !== false ) ? '&' : '?';
57
+ $one_click_unsubscribe_link .= ( ( strpos( $one_click_unsubscribe_link, '?' ) !== false ) ? '&' : '?' )
58
+ . "srek=" . $this->utils->get_subscriber_key( $clean_email )
59
+ . "&srk=$subscriber_salt" . "&sra=u;srsrc=e" . "&srp=";
60
+
61
+ // Replace tags with their actual values
62
+ $subject = str_replace( '[blog_name]', get_bloginfo( 'name' ), $subject );
63
+ // Setup the fronted page message
64
+ $page_message = str_replace( '[blog_name]', get_bloginfo( 'name' ), $page_message );
65
+ // Setup the email message
66
+ $email_message = str_replace( '[blog_name]', get_bloginfo( 'name' ), $email_message );
67
+ $email_message = str_replace( '[manager_link]', $manager_link, $email_message );
68
+ $email_message = str_replace( '[oneclick_link]', $one_click_unsubscribe_link, $email_message );
69
+ $email_message = wpautop( $email_message );
70
+
71
+ // QTranslate support
72
+ if ( function_exists( 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage' ) ) {
73
+ $subject = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $subject );
74
+ $page_message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $page_message );
75
+ $email_message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $email_message );
76
+ }
77
+ // Prepare email settings
78
+ $email_settings = array(
79
+ 'subject' => $subject,
80
+ 'message' => $email_message,
81
+ 'toEmail' => $clean_email
82
+ );
83
+ $wp_subscribe_reloaded->stcr->utils->send_email( $email_settings );
84
+
85
+ echo wpautop( $page_message );
86
+ }
87
  }
88
  else
89
  {
108
  }
109
  ?>
110
  <p><?php echo wpautop( $message ); ?></p>
111
+ <form action="<?php echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>" method="post" name="sub-form">
 
 
112
  <fieldset style="border:0">
113
  <p><label for="subscribe_reloaded_email"><?php _e( 'Email', 'subscribe-reloaded' ) ?></label>
114
+ <input id='subscribe_reloaded_email' type="text" class="subscribe-form-field" name="sre" value="<?php echo $email; ?>" size="22" />
115
  <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e( 'Send', 'subscribe-reloaded' ) ?>" />
116
  </p>
117
+ <p class="notice-email-error" style='color: #f55252;font-weight:bold; display: none;'></p>
118
  </fieldset>
119
  </form>
120
  <?php
121
+
122
  if ( isset( $post_permalink ) )
123
  {
124
  echo '<p id="subscribe-reloaded-update-p">
127
  }
128
 
129
  }
130
+ if( ! $valid_email )
131
+ {
132
+ $message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_request_mgmt_link' ) ), ENT_QUOTES, 'UTF-8' );
133
+ if ( function_exists( 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage' ) ) {
134
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $message );
135
+ }
136
+ echo "<p> ". wpautop( $message ) . "</p>";?>
137
+ <form action="<?php echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>" method="post" name="sub-form">
138
+ <fieldset style="border:0">
139
+ <p><label for="subscribe_reloaded_email"><?php _e( 'Email', 'subscribe-reloaded' ) ?></label>
140
+ <input id='subscribe_reloaded_email' type="text" class="subscribe-form-field" name="sre" value="<?php echo $email; ?>" size="22" />
141
+ <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e( 'Send', 'subscribe-reloaded' ) ?>" />
142
+ </p>
143
+ <p class="notice-email-error" style='color: #f55252;font-weight:bold;'><i class="fa fa-exclamation-triangle"></i> <?php _e("Email address is not valid", "subscribe-reloaded") ?></p>
144
+ </fieldset>
145
+ </form>
146
+ <?php
147
+ }
148
+ ?>
149
+ <script type="text/javascript">
150
+ ( function($){
151
+ $(document).ready(function($){
152
+ var stcr_request_form = $('form[name="sub-form"]');
153
+ var email_input = $('form[name="sub-form"] input[name="sre"]');
154
+ /**
155
+ * Validate the email address.
156
+ * @since 09-Sep-2016ss
157
+ * @author reedyseth
158
+ */
159
+ stcr_request_form.on('submit',function (event) {
160
+ var emailRegex = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
161
+ var email = $('input[name="sre"]');
162
+
163
+ if( email.val() !== "email" && email.val() === "" )
164
+ {
165
+ event.preventDefault();
166
+ $(".notice-email-error").html("<i class=\"fa fa-exclamation-triangle\"></i> <?php _e("Please enter your email", "subscribe-reloaded") ?>").show().delay(4000).fadeOut(1000);
167
+ }
168
+ else if( emailRegex.test( email.val() ) === false )
169
+ {
170
+ event.preventDefault();
171
+ $(".notice-email-error").html("<i class=\"fa fa-exclamation-triangle\"></i> <?php _e("Email address is not valid", "subscribe-reloaded") ?>").show().delay(4000).fadeOut(1000);
172
+ }
173
+ });
174
+
175
+ email_input.focus(function(){
176
+ if( $(this).val() == "<?php echo $email; ?>" )
177
+ {
178
+ $(this).val("");
179
+ }
180
+ });
181
+
182
+ email_input.blur(function(){
183
+ if( $(this).val() == "" )
184
+ {
185
+ $(this).val("<?php echo $email; ?>");
186
+ }
187
+ });
188
+ });
189
+ } )( jQuery );
190
+ </script>
191
+ <?php
192
  $output = ob_get_contents();
193
  ob_end_clean();
194
 
templates/subscribe.php CHANGED
@@ -8,6 +8,7 @@ if ( ! function_exists( 'add_action' ) ) {
8
  global $wp_subscribe_reloaded;
9
 
10
  $current_user_email = null; // Comes from wp_subscribe-to-comments-reloaded\subscribe_reloaded_manage()
 
11
 
12
  if ( isset($current_user) && $current_user->ID > 0 )
13
  {
@@ -16,67 +17,77 @@ if ( isset($current_user) && $current_user->ID > 0 )
16
 
17
  ob_start();
18
  $post_permalink = get_permalink( $post_ID );
 
19
  if ( ! empty( $email ) ) {
20
- // Use Akismet, if available, to check this user is legit
21
- if ( function_exists( 'akismet_http_post' ) ) {
22
- global $akismet_api_host, $akismet_api_port;
23
-
24
- $akismet_query_string = "user_ip={$_SERVER['REMOTE_ADDR']}";
25
- $akismet_query_string .= "&user_agent=" . urlencode( stripslashes( $_SERVER['HTTP_USER_AGENT'] ) );
26
- $akismet_query_string .= "&blog=" . urlencode( get_option( 'home' ) );
27
- $akismet_query_string .= "&blog_lang=" . get_locale();
28
- $akismet_query_string .= "&blog_charset=" . get_option( 'blog_charset' );
29
- $akismet_query_string .= "&permalink=$post_permalink";
30
- $akismet_query_string .= "&comment_author_email=" . urlencode( stripslashes( $email ) );
31
-
32
- $akismet_response = akismet_http_post( $akismet_query_string, $akismet_api_host, '/1.1/comment-check', $akismet_api_port );
33
-
34
- // If this is considered SPAM, we stop here
35
- if ( $akismet_response[1] == 'true' ) {
36
- ob_end_clean();
37
-
38
- return '';
39
- }
40
- }
41
-
42
- $clean_email = $wp_subscribe_reloaded->stcr->utils->clean_email( $email );
43
-
44
- // If the case, send a message to the administrator
45
- if ( get_option( 'subscribe_reloaded_enable_admin_messages' ) == 'yes' )
46
- {
47
- $from_name = stripslashes( get_option( 'subscribe_reloaded_from_name', 'admin' ) );
48
- $from_email = get_option( 'subscribe_reloaded_from_email', get_bloginfo( 'admin_email' ) );
49
-
50
- $subject = __( 'New subscription to', 'subscribe-reloaded' ) . " $target_post->post_title";
51
- $message = __( 'New subscription to', 'subscribe-reloaded' ) . " $target_post->post_title\n" . __( 'User:', 'subscribe-reloaded' ) . " $clean_email";
52
- // Prepare email settings
53
- $email_settings = array(
54
- 'subject' => $subject,
55
- 'message' => $message,
56
- 'toEmail' => get_bloginfo( 'admin_email' )
57
- );
58
- $wp_subscribe_reloaded->stcr->utils->send_email( $email_settings );
59
- }
60
- if ( get_option( 'subscribe_reloaded_enable_double_check' ) == 'yes'
61
- && ! $wp_subscribe_reloaded->stcr->is_user_subscribed( $post_ID, $clean_email, 'C' ) )
62
- {
63
- $wp_subscribe_reloaded->stcr->add_subscription( $post_ID, $clean_email, 'YC' );
64
- $wp_subscribe_reloaded->stcr->confirmation_email( $post_ID, $clean_email );
65
- $message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_subscription_confirmed_dci' ) ), ENT_QUOTES, 'UTF-8' );
66
- }
67
- else {
68
- $this->add_subscription( $post_ID, $clean_email, 'Y' );
69
- $message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_subscription_confirmed' ) ), ENT_QUOTES, 'UTF-8' );
70
- }
71
-
72
- $message = str_replace( '[post_permalink]', $post_permalink, $message );
73
- if ( function_exists( 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage' ) ) {
74
- $message = str_replace( '[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $target_post->post_title ), $message );
75
- $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $message );
76
- } else {
77
- $message = str_replace( '[post_title]', $target_post->post_title, $message );
78
- }
79
- echo wpautop($message);
 
 
 
 
 
 
 
 
 
80
  }
81
  else {
82
  if ( isset($current_user_email) )
@@ -92,30 +103,101 @@ else {
92
  $email = 'email';
93
  }
94
 
95
- ?>
96
- <p><?php
97
- $message = str_replace( '[post_permalink]', $post_permalink, __(html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_subscribe_without_commenting' ) ), ENT_QUOTES, 'UTF-8' ), 'subscribe-reloaded' ) );
98
- if ( function_exists( 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage' ) ) {
99
- $message = str_replace( '[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $target_post->post_title ), $message );
100
- $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $message );
101
- } else {
102
- $message = str_replace( '[post_title]', $target_post->post_title, $message );
103
- }
104
- echo $message;
105
- ?></p>
106
  <form action="<?php
107
  echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>"
108
  method="post" name="sub-form">
109
  <fieldset style="border:0">
110
  <p><label for="sre"><?php _e( 'Email', 'subscribe-reloaded' ) ?></label>
111
- <input id='sre' type="text" class="subscribe-form-field" name="sre" value="<?php echo $email ?>" size="22" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" />
112
  <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e( 'Send', 'subscribe-reloaded' ) ?>" />
 
113
  </p>
114
  </fieldset>
115
  </form>
116
  <?php
117
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  $output = ob_get_contents();
119
  ob_end_clean();
120
  return $output;
121
- ?>
8
  global $wp_subscribe_reloaded;
9
 
10
  $current_user_email = null; // Comes from wp_subscribe-to-comments-reloaded\subscribe_reloaded_manage()
11
+ $valid_email = true;
12
 
13
  if ( isset($current_user) && $current_user->ID > 0 )
14
  {
17
 
18
  ob_start();
19
  $post_permalink = get_permalink( $post_ID );
20
+
21
  if ( ! empty( $email ) ) {
22
+ $stcr_post_email = $wp_subscribe_reloaded->stcr->utils->check_valid_email( $email );
23
+
24
+ if ( $stcr_post_email === false )
25
+ {
26
+ $valid_email = false;
27
+ }
28
+ else
29
+ {
30
+ // Use Akismet, if available, to check this user is legit
31
+ if ( function_exists( 'akismet_http_post' ) ) {
32
+ global $akismet_api_host, $akismet_api_port;
33
+
34
+ $akismet_query_string = "user_ip={$_SERVER['REMOTE_ADDR']}";
35
+ $akismet_query_string .= "&user_agent=" . urlencode( stripslashes( $_SERVER['HTTP_USER_AGENT'] ) );
36
+ $akismet_query_string .= "&blog=" . urlencode( get_option( 'home' ) );
37
+ $akismet_query_string .= "&blog_lang=" . get_locale();
38
+ $akismet_query_string .= "&blog_charset=" . get_option( 'blog_charset' );
39
+ $akismet_query_string .= "&permalink=$post_permalink";
40
+ $akismet_query_string .= "&comment_author_email=" . urlencode( stripslashes( $email ) );
41
+
42
+ $akismet_response = akismet_http_post( $akismet_query_string, $akismet_api_host, '/1.1/comment-check', $akismet_api_port );
43
+
44
+ // If this is considered SPAM, we stop here
45
+ if ( $akismet_response[1] == 'true' ) {
46
+ ob_end_clean();
47
+
48
+ return '';
49
+ }
50
+ }
51
+
52
+ $clean_email = $wp_subscribe_reloaded->stcr->utils->clean_email( $email );
53
+
54
+ // If the case, send a message to the administrator
55
+ if ( get_option( 'subscribe_reloaded_enable_admin_messages' ) == 'yes' )
56
+ {
57
+ $from_name = stripslashes( get_option( 'subscribe_reloaded_from_name', 'admin' ) );
58
+ $from_email = get_option( 'subscribe_reloaded_from_email', get_bloginfo( 'admin_email' ) );
59
+
60
+ $subject = __( 'New subscription to', 'subscribe-reloaded' ) . " $target_post->post_title";
61
+ $message = __( 'New subscription to', 'subscribe-reloaded' ) . " $target_post->post_title\n" . __( 'User:', 'subscribe-reloaded' ) . " $clean_email";
62
+ // Prepare email settings
63
+ $email_settings = array(
64
+ 'subject' => $subject,
65
+ 'message' => $message,
66
+ 'toEmail' => get_bloginfo( 'admin_email' )
67
+ );
68
+ $wp_subscribe_reloaded->stcr->utils->send_email( $email_settings );
69
+ }
70
+ if ( get_option( 'subscribe_reloaded_enable_double_check' ) == 'yes'
71
+ && ! $wp_subscribe_reloaded->stcr->is_user_subscribed( $post_ID, $clean_email, 'C' ) )
72
+ {
73
+ $wp_subscribe_reloaded->stcr->add_subscription( $post_ID, $clean_email, 'YC' );
74
+ $wp_subscribe_reloaded->stcr->confirmation_email( $post_ID, $clean_email );
75
+ $message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_subscription_confirmed_dci' ) ), ENT_QUOTES, 'UTF-8' );
76
+ }
77
+ else {
78
+ $this->add_subscription( $post_ID, $clean_email, 'Y' );
79
+ $message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_subscription_confirmed' ) ), ENT_QUOTES, 'UTF-8' );
80
+ }
81
+
82
+ $message = str_replace( '[post_permalink]', $post_permalink, $message );
83
+ if ( function_exists( 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage' ) ) {
84
+ $message = str_replace( '[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $target_post->post_title ), $message );
85
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $message );
86
+ } else {
87
+ $message = str_replace( '[post_title]', $target_post->post_title, $message );
88
+ }
89
+ echo wpautop($message);
90
+ }
91
  }
92
  else {
93
  if ( isset($current_user_email) )
103
  $email = 'email';
104
  }
105
 
106
+ echo "<p>";
107
+ $message = str_replace( '[post_permalink]', $post_permalink, __(html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_subscribe_without_commenting' ) ), ENT_QUOTES, 'UTF-8' ), 'subscribe-reloaded' ) );
108
+ if ( function_exists( 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage' ) ) {
109
+ $message = str_replace( '[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $target_post->post_title ), $message );
110
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $message );
111
+ } else {
112
+ $message = str_replace( '[post_title]', $target_post->post_title, $message );
113
+ }
114
+ echo $message;
115
+ echo "</p>";
116
+ ?>
117
  <form action="<?php
118
  echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>"
119
  method="post" name="sub-form">
120
  <fieldset style="border:0">
121
  <p><label for="sre"><?php _e( 'Email', 'subscribe-reloaded' ) ?></label>
122
+ <input id='sre' type="text" class="subscribe-form-field" name="sre" value="<?php echo $email ?>" size="22" />
123
  <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e( 'Send', 'subscribe-reloaded' ) ?>" />
124
+ <p class="notice-email-error" style='color: #f55252;font-weight:bold; display: none;'></p>
125
  </p>
126
  </fieldset>
127
  </form>
128
  <?php
129
  }
130
+ if( ! $valid_email )
131
+ {
132
+ echo "<p>";
133
+ $message = str_replace( '[post_permalink]', $post_permalink, __(html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_subscribe_without_commenting' ) ), ENT_QUOTES, 'UTF-8' ), 'subscribe-reloaded' ) );
134
+ if ( function_exists( 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage' ) ) {
135
+ $message = str_replace( '[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $target_post->post_title ), $message );
136
+ $message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage( $message );
137
+ } else {
138
+ $message = str_replace( '[post_title]', $target_post->post_title, $message );
139
+ }
140
+ echo $message;
141
+
142
+ echo "</p>";
143
+ ?>
144
+ <form action="<?php echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>" method="post" name="sub-form">
145
+ <fieldset style="border:0">
146
+ <p><label for="sre"><?php _e( 'Email', 'subscribe-reloaded' ) ?></label>
147
+ <input id='sre' type="text" class="subscribe-form-field" name="sre" value="<?php echo $email ?>" size="22" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" />
148
+ <input name="submit" type="submit" class="subscribe-form-button" value="<?php _e( 'Send', 'subscribe-reloaded' ) ?>" />
149
+ </p>
150
+ <p style='color: #f55252;font-weight:bold;'><i class="fa fa-exclamation-triangle"></i> <?php _e("Email address is not valid", "subscribe-reloaded") ?></p>
151
+ </fieldset>
152
+ </form>
153
+ <?php
154
+ }
155
+ ?>
156
+ <script type="text/javascript">
157
+ ( function($){
158
+ $(document).ready(function($){
159
+ var stcr_request_form = $('form[name="sub-form"]');
160
+ var email_input = $('form[name="sub-form"] input[name="sre"]');
161
+ /**
162
+ * Validate the email address.
163
+ * @since 09-Sep-2016
164
+ * @author reedyseth
165
+ */
166
+ stcr_request_form.on('submit',function (event) {
167
+ var emailRegex = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
168
+ var email = $('input[name="sre"]');
169
+
170
+ if( email.val() !== "email" && email.val() === "" )
171
+ {
172
+ event.preventDefault();
173
+ $(".notice-email-error").html("<i class=\"fa fa-exclamation-triangle\"></i> <?php _e("Please enter your email", "subscribe-reloaded") ?>").show().delay(4000).fadeOut(1000);
174
+ }
175
+ else if( emailRegex.test( email.val() ) === false )
176
+ {
177
+ event.preventDefault();
178
+ $(".notice-email-error").html("<i class=\"fa fa-exclamation-triangle\"></i> <?php _e("Email address is not valid", "subscribe-reloaded") ?>").show().delay(4000).fadeOut(1000);
179
+ }
180
+ });
181
+
182
+ email_input.focus(function(){
183
+ if( $(this).val() == "<?php echo $email; ?>" )
184
+ {
185
+ $(this).val("");
186
+ }
187
+ });
188
+
189
+ email_input.blur(function(){
190
+ if( $(this).val() == "" )
191
+ {
192
+ $(this).val("<?php echo $email; ?>");
193
+ }
194
+ });
195
+ });
196
+ } )( jQuery );
197
+ </script>
198
+
199
+ <?php
200
  $output = ob_get_contents();
201
  ob_end_clean();
202
  return $output;
203
+ ?>
templates/user.php CHANGED
@@ -89,9 +89,12 @@ if ( is_array( $subscriptions ) && ! empty( $subscriptions ) ) {
89
  $t_status = $a_subscription->status;
90
  $permalink = get_permalink( $a_subscription->post_id );
91
  $title = get_the_title( $a_subscription->post_id );
 
 
 
92
 
93
  echo "<tr>";
94
- echo "<td style='text-align: center;'><input type='checkbox' name='post_list[]' value='{$a_subscription->post_id}' id='e_$i'/><label for='e_$i'>$a_subscription->dt</td>";
95
  echo "<td><a href='$permalink' target='_blank'>$title</a> </td>";
96
  echo "<td style='text-align: center;'>$legend_translate[$t_status]</td>";
97
  echo "</tr>";
@@ -130,6 +133,44 @@ if ( is_array( $subscriptions ) && ! empty( $subscriptions ) ) {
130
  ?>
131
  </fieldset>
132
  </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  <?php
134
  $output = ob_get_contents();
135
  ob_end_clean();
89
  $t_status = $a_subscription->status;
90
  $permalink = get_permalink( $a_subscription->post_id );
91
  $title = get_the_title( $a_subscription->post_id );
92
+ $date = strtotime( $a_subscription->dt );
93
+ $formatted_date = date( get_option( "subscribe_reloaded_date_format" ), $date );
94
+ $date_translated = $wp_subscribe_reloaded->stcr->utils->stcr_translate_month( $formatted_date );
95
 
96
  echo "<tr>";
97
+ echo "<td style='text-align: center;'><input type='checkbox' name='post_list[]' value='{$a_subscription->post_id}' id='e_$i'/><label for='e_$i'> $date_translated</td>";
98
  echo "<td><a href='$permalink' target='_blank'>$title</a> </td>";
99
  echo "<td style='text-align: center;'>$legend_translate[$t_status]</td>";
100
  echo "</tr>";
133
  ?>
134
  </fieldset>
135
  </form>
136
+ <script type="text/javascript">
137
+ ( function($){
138
+ /**
139
+ * Select all subscriptions
140
+ *
141
+ * @since 18-Apr-2017
142
+ * @author reedyseth
143
+ */
144
+ $('form[name="post_list_form"]').on('click','.stcr-subs-select-all', function(event) {
145
+ var checkbox = $('form[name="post_list_form"] table input[type="checkbox"] ');
146
+
147
+ checkbox.each(function(index, element){
148
+ $(this).attr('checked','checked');
149
+ });
150
+
151
+ event.preventDefault();
152
+
153
+ return false;
154
+ });
155
+ /**
156
+ * Deselect all subscriptions
157
+ *
158
+ * @since 18-Apr-2017
159
+ * @author reedyseth
160
+ */
161
+ $('form[name="post_list_form"]').on('click','.stcr-subs-select-none', function(event) {
162
+ var checkbox = $('form[name="post_list_form"] table input[type="checkbox"] ');
163
+
164
+ checkbox.each(function(index, element){
165
+ $(this).removeAttr('checked');
166
+ });
167
+
168
+ event.preventDefault();
169
+
170
+ return false;
171
+ });
172
+ } )( jQuery );
173
+ </script>
174
  <?php
175
  $output = ob_get_contents();
176
  ob_end_clean();
utils/stcr_manage.php CHANGED
@@ -19,7 +19,7 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_manage') )
19
  {
20
  class stcr_manage {
21
 
22
- public $current_version = '180212';
23
  public $utils = null;
24
  public $upgrade = null;
25
  public $db_version = null;
19
  {
20
  class stcr_manage {
21
 
22
+ public $current_version = '180225';
23
  public $utils = null;
24
  public $upgrade = null;
25
  public $db_version = null;
utils/stcr_upgrade.php CHANGED
@@ -599,6 +599,27 @@ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=U
599
  // Update the HTML emails option
600
  update_option( 'subscribe_reloaded_htmlify_message_links', 'no' );
601
  update_option( 'subscribe_reloaded_enable_html_emails', 'yes' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
602
  break;
603
  }
604
  }
599
  // Update the HTML emails option
600
  update_option( 'subscribe_reloaded_htmlify_message_links', 'no' );
601
  update_option( 'subscribe_reloaded_enable_html_emails', 'yes' );
602
+ break;
603
+ case '180225':
604
+ $options_link = sprintf( '<a href="%s"> %s </a>', admin_url( 'admin.php?page=stcr_system' ), __( 'Log Settings', 'subscribe-reloaded' ) );
605
+ $this->stcr_create_admin_notice(
606
+ 'notify_update_' . $_version,
607
+ 'unread',
608
+ '<p>' . __('<strong>Subscribe to Comments Reloaded</strong> has been updated to version ' . $_version, 'subscribe-reloaded') . '</p>' .
609
+ '<p>' . __('This version includes fixes and improvements, ', 'subscribe-reloaded') . '</p>' .
610
+ '<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
611
+ '<h2>' . __('The support of this plugin is given thanks to your donations.', 'subscribe-reloaded') . '</h2>'.
612
+ '<h2>' . __('Help to keep the support alive. You can donate via <i class="fa fa-paypal" aria-hidden="true"></i> <a href="
613
+ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" target="_blank">PayPal</a>. A big Thanks for all the users that have supported the plugin development.', 'subscribe-reloaded') . '</h2>' .
614
+
615
+ '<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for a complete list of changes.'
616
+ . '<a class="dismiss" href="#">Dismiss. </a>'
617
+ . '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
618
+ 'updated'
619
+ );
620
+ // Update the HTML emails option
621
+ update_option( 'subscribe_reloaded_htmlify_message_links', 'no' );
622
+ update_option( 'subscribe_reloaded_enable_html_emails', 'yes' );
623
  break;
624
  }
625
  }
utils/stcr_utils.php CHANGED
@@ -15,6 +15,39 @@ if ( ! function_exists( 'add_action' ) ) {
15
  if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_utils') )
16
  {
17
  class stcr_utils {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  /*
20
  * This will retrieve an user/email from the prefix_subscribe_reloaded_subscribers table.
@@ -119,7 +152,51 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_utils') )
119
  return $key;
120
  }
121
  // end generate_key
122
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  /**
124
  * Creates the HTML structure to properly handle HTML messages
125
  */
@@ -234,6 +311,7 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_utils') )
234
  add_option( 'subscribe_reloaded_auto_clean_log_frecuency', 'daily', '', 'yes' );
235
  add_option( 'subscribe_reloaded_enable_font_awesome', 'yes', '', 'yes' );
236
  add_option( 'subscribe_reloaded_delete_options_subscriptions', 'no', '', 'no' );
 
237
  }
238
  /**
239
  * @since 08-February-2018
@@ -397,24 +475,22 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_utils') )
397
  // link the hooks
398
  add_action('admin_enqueue_scripts',array( $this, 'register_admin_scripts') );
399
  }
 
 
 
 
 
 
 
 
 
400
  /**
401
  * Register scripts for plugin pages.
402
  * @since 22-Sep-2015
403
  * @author reedyseth
404
  */
405
  public function register_plugin_scripts() {
406
- $stcr_plugin_js = ( is_ssl() ? str_replace( 'http://', 'https://', WP_PLUGIN_URL ) : WP_PLUGIN_URL ) . '/subscribe-to-comments-reloaded/includes/js/stcr-plugin.js';
407
- // Javascript
408
- wp_register_script('stcr-plugin-js', $stcr_plugin_js, array( 'jquery' ) );
409
- // Enqueue Scripts
410
- wp_enqueue_script('stcr-plugin-js');
411
- // Styles
412
- // $stcr_plugin_css = ( is_ssl() ? str_replace( 'http://', 'https://', WP_PLUGIN_URL ) : WP_PLUGIN_URL ) . '/subscribe-to-comments-reloaded/includes/css/stcr-plugin-style.css';
413
- $stcr_font_awesome_css = ( is_ssl() ? str_replace( 'http://', 'https://', WP_PLUGIN_URL ) : WP_PLUGIN_URL ) . '/subscribe-to-comments-reloaded/includes/css/font-awesome.min.css';
414
- //wp_register_style( 'stcr-plugin-style', $stcr_plugin_css );
415
- // Enqueue the styles
416
- //wp_enqueue_style('stcr-plugin-style');
417
-
418
  // Font Awesome
419
  if( get_option( 'subscribe_reloaded_enable_font_awesome' ) == "yes" )
420
  {
@@ -422,22 +498,14 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_utils') )
422
  wp_enqueue_style('stcr-font-awesome');
423
  }
424
  }
425
- /**
426
- * Hooking scripts for plugin pages.
427
- * @since 22-Sep-2015
428
- * @author reedyseth
429
- */
430
- public function hook_plugin_scripts() {
431
- // link the hooks
432
- add_action('wp_enqueue_scripts',array( $this, 'register_plugin_scripts') );
433
- }
434
  /**
435
  * Enqueue `style for plugin pages
436
  * @since 22-Sep-2015
437
  * @author reedyseth
438
  */
439
  public function add_plugin_js_scripts() {
440
- wp_enqueue_script('stcr-plugin-js');
 
441
  }
442
  /**
443
  * Create a notice array with its settings and add it to the subscribe_reloaded_deferred_admin_notices
15
  if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_utils') )
16
  {
17
  class stcr_utils {
18
+ /**
19
+ * Check a given email to be valid.
20
+ *
21
+ * @since 15-Feb-2018
22
+ * @author Reedyseth
23
+ * @param $email
24
+ * @return mixed
25
+ */
26
+ public function check_valid_email( $email )
27
+ {
28
+ $email = trim( $email );
29
+ $email = sanitize_email( $email );
30
+ return filter_var( $email, FILTER_VALIDATE_EMAIL );
31
+ }
32
+ /**
33
+ * Check for a valid number.
34
+ *
35
+ * @since 15-Feb-2018
36
+ * @author Reedyseth
37
+ * @param $number String|Integer to be validated
38
+ * @return bool True if number false otherwise
39
+ */
40
+ public function check_valid_number( $number )
41
+ {
42
+ $valid = true;
43
+
44
+ if ( ! is_numeric( $number ) )
45
+ {
46
+ $valid = false;
47
+ }
48
+
49
+ return $valid;
50
+ }
51
 
52
  /*
53
  * This will retrieve an user/email from the prefix_subscribe_reloaded_subscribers table.
152
  return $key;
153
  }
154
  // end generate_key
155
+ public function stcr_translate_month( $date_str )
156
+ {
157
+ $months_long = array (
158
+ "January" => __("January","subscribe-reloaded"),
159
+ "February" => __("February","subscribe-reloaded"),
160
+ "March" => __("March","subscribe-reloaded"),
161
+ "April" => __("April","subscribe-reloaded"),
162
+ "May" => __("May","subscribe-reloaded"),
163
+ "June" => __("June","subscribe-reloaded"),
164
+ "July" => __("July","subscribe-reloaded"),
165
+ "August" => __("August","subscribe-reloaded"),
166
+ "September" => __("September","subscribe-reloaded"),
167
+ "October" => __("October","subscribe-reloaded"),
168
+ "November" => __("November","subscribe-reloaded"),
169
+ "December" => __("December","subscribe-reloaded")
170
+ );
171
+
172
+ $months_short = array (
173
+ "Jan" => __("Jan","subscribe-reloaded"),
174
+ "Feb" => __("Feb","subscribe-reloaded"),
175
+ "Mar" => __("Mar","subscribe-reloaded"),
176
+ "Apr" => __("Apr","subscribe-reloaded"),
177
+ "May" => __("May","subscribe-reloaded"),
178
+ "Jun" => __("Jun","subscribe-reloaded"),
179
+ "Jul" => __("Jul","subscribe-reloaded"),
180
+ "Aug" => __("Aug","subscribe-reloaded"),
181
+ "Sep" => __("Sep","subscribe-reloaded"),
182
+ "Oct" => __("Oct","subscribe-reloaded"),
183
+ "Nov" => __("Nov","subscribe-reloaded"),
184
+ "Dec" => __("Dec","subscribe-reloaded")
185
+ );
186
+
187
+ // Replace String
188
+ foreach( $months_long as $key => $value)
189
+ {
190
+ $date_str = str_replace( $key, $value, $date_str);
191
+ }
192
+ // Find String
193
+ foreach( $months_short as $key => $value)
194
+ {
195
+ $date_str = str_replace( $key, $value, $date_str);
196
+ }
197
+ // Return string
198
+ return $date_str;
199
+ }
200
  /**
201
  * Creates the HTML structure to properly handle HTML messages
202
  */
311
  add_option( 'subscribe_reloaded_auto_clean_log_frecuency', 'daily', '', 'yes' );
312
  add_option( 'subscribe_reloaded_enable_font_awesome', 'yes', '', 'yes' );
313
  add_option( 'subscribe_reloaded_delete_options_subscriptions', 'no', '', 'no' );
314
+ add_option( 'subscribe_reloaded_date_format', 'd M Y', '', 'no' );
315
  }
316
  /**
317
  * @since 08-February-2018
475
  // link the hooks
476
  add_action('admin_enqueue_scripts',array( $this, 'register_admin_scripts') );
477
  }
478
+ /**
479
+ * Hooking scripts for plugin pages.
480
+ * @since 22-Sep-2015
481
+ * @author reedyseth
482
+ */
483
+ public function hook_plugin_scripts() {
484
+ // link the hooks
485
+ add_action('wp_enqueue_scripts',array( $this, 'register_plugin_scripts') );
486
+ }
487
  /**
488
  * Register scripts for plugin pages.
489
  * @since 22-Sep-2015
490
  * @author reedyseth
491
  */
492
  public function register_plugin_scripts() {
493
+ $stcr_font_awesome_css = (is_ssl() ? str_replace('http://', 'https://', WP_PLUGIN_URL) : WP_PLUGIN_URL) . '/subscribe-to-comments-reloaded/includes/css/font-awesome.min.css';
 
 
 
 
 
 
 
 
 
 
 
494
  // Font Awesome
495
  if( get_option( 'subscribe_reloaded_enable_font_awesome' ) == "yes" )
496
  {
498
  wp_enqueue_style('stcr-font-awesome');
499
  }
500
  }
 
 
 
 
 
 
 
 
 
501
  /**
502
  * Enqueue `style for plugin pages
503
  * @since 22-Sep-2015
504
  * @author reedyseth
505
  */
506
  public function add_plugin_js_scripts() {
507
+ // Enqueue Scripts
508
+ //wp_enqueue_script('stcr-plugin-js');
509
  }
510
  /**
511
  * Create a notice array with its settings and add it to the subscribe_reloaded_deferred_admin_notices
wp_subscribe_reloaded.php CHANGED
@@ -244,6 +244,9 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
244
  // end new_comment_posted
245
 
246
  public function isDoubleCheckinEnabled( $info ) {
 
 
 
247
  $approved_subscriptions = $this->get_subscriptions(
248
  array(
249
  'status',
@@ -256,7 +259,17 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
256
  $info->comment_author_email
257
  )
258
  );
259
- if ( ( get_option( 'subscribe_reloaded_enable_double_check', 'no' ) == 'yes' ) && ! is_user_logged_in() && empty( $approved_subscriptions ) ) {
 
 
 
 
 
 
 
 
 
 
260
  return true;
261
  } else {
262
  return false;
@@ -571,11 +584,6 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
571
  return $posts;
572
  }
573
  // end subscribe_reloaded_manage
574
-
575
-
576
-
577
-
578
-
579
  /**
580
  * Checks if current logged in user is the author of this post
581
  */
@@ -625,7 +633,6 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
625
  return false;
626
  }
627
  // end is_user_subscribed
628
-
629
  /**
630
  * Adds a new subscription
631
  */
@@ -664,11 +671,10 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
664
 
665
  $OK = $this->utils->add_user_subscriber_table( $clean_email );
666
  if ( ! $OK) {
667
- // Catch the error
668
  }
669
  }
670
  // end add_subscription
671
-
672
  /**
673
  * Deletes one or more subscriptions from the database
674
  */
@@ -717,7 +723,6 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
717
  }
718
  }
719
  // end delete_subscriptions
720
-
721
  /**
722
  * The function must search for subscription by a given post id.
723
  *
@@ -756,7 +761,6 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
756
 
757
  return $result === false || $result == 0 || empty( $result ) ? false : $result;
758
  }
759
-
760
  /**
761
  * Updates the status of an existing subscription
762
  */
@@ -805,7 +809,6 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
805
  );
806
  }
807
  // end update_subscription_status
808
-
809
  /**
810
  * Updates the email address of an existing subscription
811
  */
@@ -844,7 +847,6 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
844
  return false;
845
  }
846
  // end update_subscription_email
847
-
848
  /**
849
  * Retrieves a list of emails subscribed to this post
850
  */
@@ -956,7 +958,6 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
956
  }
957
  }
958
  // end get_subscriptions
959
-
960
  /**
961
  * Sends the notification message to a given user
962
  */
@@ -1030,11 +1031,6 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
1030
  $this->utils->send_email( $email_settings );
1031
  }
1032
  // end notify_user
1033
-
1034
-
1035
-
1036
-
1037
-
1038
  /**
1039
  * Displays the checkbox to allow visitors to subscribe
1040
  */
@@ -1139,9 +1135,11 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
1139
  $output .= "<div class='stcr-form stcr-hidden'>";
1140
  $output .= "<!-- Subscribe to Comments Reloaded version ". $wp_subscribe_reloaded->stcr->current_version . " -->";
1141
  $output .= "<!-- BEGIN: subscribe to comments reloaded -->" . $html_to_show . "<!-- END: subscribe to comments reloaded -->";
1142
- $output .= "</div>";
1143
- } else {
 
1144
  $output .= "<!-- Subscribe to Comments Reloaded version ". $wp_subscribe_reloaded->stcr->current_version . " -->";
 
1145
  $output .= "<!-- BEGIN: subscribe to comments reloaded -->" . $html_to_show . "<!-- END: subscribe to comments reloaded -->";
1146
  }
1147
 
244
  // end new_comment_posted
245
 
246
  public function isDoubleCheckinEnabled( $info ) {
247
+
248
+ $is_subscribe_to_post = false;
249
+
250
  $approved_subscriptions = $this->get_subscriptions(
251
  array(
252
  'status',
259
  $info->comment_author_email
260
  )
261
  );
262
+
263
+ // Check if the user is already subscribe to the requested Post ID
264
+ foreach ( $approved_subscriptions as $subscription )
265
+ {
266
+ if ( $info->comment_post_ID == $subscription->post_id )
267
+ {
268
+ $is_subscribe_to_post = true;
269
+ }
270
+ }
271
+
272
+ if ( ( get_option( 'subscribe_reloaded_enable_double_check', 'no' ) == 'yes' ) && ! is_user_logged_in() && ( ! $is_subscribe_to_post || empty( $approved_subscriptions ) ) ) {
273
  return true;
274
  } else {
275
  return false;
584
  return $posts;
585
  }
586
  // end subscribe_reloaded_manage
 
 
 
 
 
587
  /**
588
  * Checks if current logged in user is the author of this post
589
  */
633
  return false;
634
  }
635
  // end is_user_subscribed
 
636
  /**
637
  * Adds a new subscription
638
  */
671
 
672
  $OK = $this->utils->add_user_subscriber_table( $clean_email );
673
  if ( ! $OK) {
674
+ // TODO: Catch the error and add it to the log file.
675
  }
676
  }
677
  // end add_subscription
 
678
  /**
679
  * Deletes one or more subscriptions from the database
680
  */
723
  }
724
  }
725
  // end delete_subscriptions
 
726
  /**
727
  * The function must search for subscription by a given post id.
728
  *
761
 
762
  return $result === false || $result == 0 || empty( $result ) ? false : $result;
763
  }
 
764
  /**
765
  * Updates the status of an existing subscription
766
  */
809
  );
810
  }
811
  // end update_subscription_status
 
812
  /**
813
  * Updates the email address of an existing subscription
814
  */
847
  return false;
848
  }
849
  // end update_subscription_email
 
850
  /**
851
  * Retrieves a list of emails subscribed to this post
852
  */
958
  }
959
  }
960
  // end get_subscriptions
 
961
  /**
962
  * Sends the notification message to a given user
963
  */
1031
  $this->utils->send_email( $email_settings );
1032
  }
1033
  // end notify_user
 
 
 
 
 
1034
  /**
1035
  * Displays the checkbox to allow visitors to subscribe
1036
  */
1135
  $output .= "<div class='stcr-form stcr-hidden'>";
1136
  $output .= "<!-- Subscribe to Comments Reloaded version ". $wp_subscribe_reloaded->stcr->current_version . " -->";
1137
  $output .= "<!-- BEGIN: subscribe to comments reloaded -->" . $html_to_show . "<!-- END: subscribe to comments reloaded -->";
1138
+ $output .= "<!-- Subscribe to comments Reloaded MP: '" . get_option( "subscribe_reloaded_manager_page" ) . "' -->";
1139
+ $output .= "</div>";
1140
+ } else {
1141
  $output .= "<!-- Subscribe to Comments Reloaded version ". $wp_subscribe_reloaded->stcr->current_version . " -->";
1142
+ $output .= "<!-- Subscribe to comments Reloaded MP: '" . get_option( "subscribe_reloaded_manager_page" ) . "' -->";
1143
  $output .= "<!-- BEGIN: subscribe to comments reloaded -->" . $html_to_show . "<!-- END: subscribe to comments reloaded -->";
1144
  }
1145