Subscribe To Comments Reloaded - Version 160915

Version Description

= 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 160915
Comparing to
See all releases

Code changes from version 160902 to 160915

Files changed (66) hide show
  1. includes/css/stcr-admin-style.css +56 -56
  2. includes/js/stcr-admin.js +62 -62
  3. includes/js/stcr-plugin.js +36 -8
  4. includes/js/stcr-tinyMCE.js +14 -14
  5. langs/subscribe-reloaded-be_BY.mo +0 -0
  6. langs/subscribe-reloaded-be_BY.po +137 -99
  7. langs/subscribe-reloaded-cs_CZ.mo +0 -0
  8. langs/subscribe-reloaded-cs_CZ.po +137 -99
  9. langs/subscribe-reloaded-da_DK.mo +0 -0
  10. langs/subscribe-reloaded-da_DK.po +137 -99
  11. langs/subscribe-reloaded-de_DE.mo +0 -0
  12. langs/subscribe-reloaded-de_DE.po +137 -99
  13. langs/subscribe-reloaded-es_ES.mo +0 -0
  14. langs/subscribe-reloaded-es_ES.po +1077 -1021
  15. langs/subscribe-reloaded-fa_IR.mo +0 -0
  16. langs/subscribe-reloaded-fa_IR.po +135 -97
  17. langs/subscribe-reloaded-fr_FR.mo +0 -0
  18. langs/subscribe-reloaded-fr_FR.po +137 -99
  19. langs/subscribe-reloaded-he_IL.mo +0 -0
  20. langs/subscribe-reloaded-he_IL.po +136 -98
  21. langs/subscribe-reloaded-hu_HU.mo +0 -0
  22. langs/subscribe-reloaded-hu_HU.po +137 -99
  23. langs/subscribe-reloaded-it_IT.mo +0 -0
  24. langs/subscribe-reloaded-it_IT.po +137 -99
  25. langs/subscribe-reloaded-nb_NO.mo +0 -0
  26. langs/subscribe-reloaded-nb_NO.po +137 -99
  27. langs/subscribe-reloaded-nl_NL.mo +0 -0
  28. langs/subscribe-reloaded-nl_NL.po +137 -99
  29. langs/subscribe-reloaded-pl_PL.mo +0 -0
  30. langs/subscribe-reloaded-pl_PL.po +136 -98
  31. langs/subscribe-reloaded-pt_BR.mo +0 -0
  32. langs/subscribe-reloaded-pt_BR.po +137 -99
  33. langs/subscribe-reloaded-pt_PT.mo +0 -0
  34. langs/subscribe-reloaded-pt_PT.po +137 -99
  35. langs/subscribe-reloaded-ru_RU.mo +0 -0
  36. langs/subscribe-reloaded-ru_RU.po +137 -99
  37. langs/subscribe-reloaded-sr_RS.mo +0 -0
  38. langs/subscribe-reloaded-sr_RS.po +136 -98
  39. langs/subscribe-reloaded-sv_SE.mo +0 -0
  40. langs/subscribe-reloaded-sv_SE.po +137 -99
  41. langs/subscribe-reloaded-tr_TR.mo +0 -0
  42. langs/subscribe-reloaded-tr_TR.po +137 -99
  43. langs/subscribe-reloaded-zh_CN.mo +0 -0
  44. langs/subscribe-reloaded-zh_CN.po +136 -98
  45. langs/subscribe-reloaded.pot +706 -511
  46. options/index.php +108 -108
  47. options/panel1-add-subscription.php +32 -32
  48. options/panel1-business-logic.php +115 -115
  49. options/panel1-edit-subscription.php +39 -39
  50. options/panel2.php +232 -232
  51. options/panel3.php +255 -255
  52. options/panel5.php +12 -0
  53. options/panel6.php +24 -24
  54. options/panel7.php +26 -26
  55. options/panel8.php +21 -21
  56. options/panel9.php +23 -23
  57. readme.txt +18 -1
  58. subscribe-to-comments-reloaded.php +2 -2
  59. templates/author.php +9 -6
  60. templates/key_expired.php +4 -14
  61. templates/request-management-link.php +4 -16
  62. templates/subscribe.php +2 -13
  63. templates/user.php +11 -6
  64. utils/stcr_manage.php +50 -40
  65. utils/stcr_upgrade.php +21 -0
  66. wp_subscribe_reloaded.php +20 -13
includes/css/stcr-admin-style.css CHANGED
@@ -1,57 +1,57 @@
1
- /*
2
- Admin styles for StCR.
3
-
4
- @author reedyseth
5
- @since 21-Sep-2015
6
- */
7
- .stcr-loading-animation {
8
- display: none;
9
- }
10
-
11
- .dismiss {
12
- background: #00a0d2;
13
- border-color: #0073aa;
14
- -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
15
- box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
16
- color: #fff;
17
- text-decoration: none;
18
- display: inline-block;
19
- text-decoration: none;
20
- font-size: 13px;
21
- line-height: 26px;
22
- height: 28px;
23
- margin: 0 0 0 10px;
24
- padding: 0 10px 1px;
25
- cursor: pointer;
26
- border-width: 1px;
27
- border-style: solid;
28
- -webkit-appearance: none;
29
- -webkit-border-radius: 3px;
30
- border-radius: 3px;
31
- white-space: nowrap;
32
- -webkit-box-sizing: border-box;
33
- -moz-box-sizing: border-box;
34
- box-sizing: border-box;
35
- }
36
-
37
- .dismiss:hover {
38
- background: #0091cd;
39
- border-color: #0073aa;
40
- -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
41
- box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
42
- color: #fff;
43
- }
44
-
45
- .clearFix {
46
- clear: both;
47
- }
48
-
49
- .hidden {
50
- display: none;
51
- }
52
-
53
- .info-panel {
54
- background-color: #BBBBBB;
55
- padding: 8px;
56
- font-style: italic;
57
  }
1
+ /*
2
+ Admin styles for StCR.
3
+
4
+ @author reedyseth
5
+ @since 21-Sep-2015
6
+ */
7
+ .stcr-loading-animation {
8
+ display: none;
9
+ }
10
+
11
+ .dismiss {
12
+ background: #00a0d2;
13
+ border-color: #0073aa;
14
+ -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
15
+ box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
16
+ color: #fff;
17
+ text-decoration: none;
18
+ display: inline-block;
19
+ text-decoration: none;
20
+ font-size: 13px;
21
+ line-height: 26px;
22
+ height: 28px;
23
+ margin: 0 0 0 10px;
24
+ padding: 0 10px 1px;
25
+ cursor: pointer;
26
+ border-width: 1px;
27
+ border-style: solid;
28
+ -webkit-appearance: none;
29
+ -webkit-border-radius: 3px;
30
+ border-radius: 3px;
31
+ white-space: nowrap;
32
+ -webkit-box-sizing: border-box;
33
+ -moz-box-sizing: border-box;
34
+ box-sizing: border-box;
35
+ }
36
+
37
+ .dismiss:hover {
38
+ background: #0091cd;
39
+ border-color: #0073aa;
40
+ -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
41
+ box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
42
+ color: #fff;
43
+ }
44
+
45
+ .clearFix {
46
+ clear: both;
47
+ }
48
+
49
+ .hidden {
50
+ display: none;
51
+ }
52
+
53
+ .info-panel {
54
+ background-color: #BBBBBB;
55
+ padding: 8px;
56
+ font-style: italic;
57
  }
includes/js/stcr-admin.js CHANGED
@@ -1,62 +1,62 @@
1
- /**
2
- * Script to handle all the Admin actions.
3
- */
4
- ( function($){
5
- $(document).ready(function() {
6
- /**
7
- * Handle the notification dismiss action
8
- * @author reedyseth
9
- * @since 25-August-2015
10
- */
11
- $('.stcr-dismiss-notice').on('click','a.dismiss', function() {
12
- var spinner = $( '' );
13
- var nonce = $(this).parent().parent().data('nonce');
14
- nonce = nonce.split('|');
15
- var data = {
16
- action: nonce[1],
17
- security: nonce[0]
18
- };
19
- _this = $( this ).parent().parent();
20
- // Make the Ajax request.
21
- $.ajax({
22
- type: "post",
23
- url: ajaxurl,
24
- data: data,
25
- beforeSend: function() {
26
- _this.find(".stcr-loading-animation").removeClass("stcr-loading-information").show();
27
- },
28
- success: function ( response ){
29
- if ( response.success === true ) {
30
- _this.slideUp( 'fast' );
31
- }
32
- //console.debug('Notice dismissed, server response >> ' + response );
33
- },
34
- error: function( error ) {
35
- //console.debug( error );
36
- },
37
- complete: function() {
38
- _this.find(".stcr-loading-animation").hide();
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
- } )( jQuery );
1
+ /**
2
+ * Script to handle all the Admin actions.
3
+ */
4
+ ( function($){
5
+ $(document).ready(function() {
6
+ /**
7
+ * Handle the notification dismiss action
8
+ * @author reedyseth
9
+ * @since 25-August-2015
10
+ */
11
+ $('.stcr-dismiss-notice').on('click','a.dismiss', function() {
12
+ var spinner = $( '' );
13
+ var nonce = $(this).parent().parent().data('nonce');
14
+ nonce = nonce.split('|');
15
+ var data = {
16
+ action: nonce[1],
17
+ security: nonce[0]
18
+ };
19
+ _this = $( this ).parent().parent();
20
+ // Make the Ajax request.
21
+ $.ajax({
22
+ type: "post",
23
+ url: ajaxurl,
24
+ data: data,
25
+ beforeSend: function() {
26
+ _this.find(".stcr-loading-animation").removeClass("stcr-loading-information").show();
27
+ },
28
+ success: function ( response ){
29
+ if ( response.success === true ) {
30
+ _this.slideUp( 'fast' );
31
+ }
32
+ //console.debug('Notice dismissed, server response >> ' + response );
33
+ },
34
+ error: function( error ) {
35
+ //console.debug( error );
36
+ },
37
+ complete: function() {
38
+ _this.find(".stcr-loading-animation").hide();
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
+ } )( jQuery );
includes/js/stcr-plugin.js CHANGED
@@ -4,8 +4,7 @@
4
  * @since 22-Sep-2015
5
  * @author reedyseth
6
  */
7
- ( function( $ ) {
8
-
9
  sort_subscription_box();
10
 
11
  /**
@@ -14,11 +13,40 @@
14
  * @author reedyseth
15
  */
16
  function sort_subscription_box() {
17
- var submit_button = $('form input.Cbutton');
18
- var stcr_form = $('div.stcr-form');
19
  var stcr_form_html = stcr_form.html();
20
- stcr_form.remove();
21
- $( stcr_form_html ).insertBefore( submit_button );
22
- $('div.stcr-form').removeClass( 'hidden' );
 
 
 
 
 
 
 
 
23
  }
24
- } )( jQuery );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  * @since 22-Sep-2015
5
  * @author reedyseth
6
  */
7
+ jQuery(document).ready(function($){
 
8
  sort_subscription_box();
9
 
10
  /**
13
  * @author reedyseth
14
  */
15
  function sort_subscription_box() {
16
+ var submit_button = jQuery(':input[type="submit"]');
17
+ var stcr_form = jQuery('div.stcr-form');
18
  var stcr_form_html = stcr_form.html();
19
+
20
+
21
+ stcr_form.prevUntil('form').each(function() {
22
+ var $this = $(this); // Cache this.
23
+ if($this.find(':input[type="submit"]').length)
24
+ {
25
+ stcr_form.remove(), $this.before(stcr_form);
26
+ jQuery('div.stcr-form').removeClass( 'hidden' );
27
+ return false; // Break the each() loop.
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
+
includes/js/stcr-tinyMCE.js CHANGED
@@ -1,14 +1,14 @@
1
- /**
2
- * Initialize all the tinyMCE code.
3
- * @since 03-Aug-2015
4
- * @author reedyseth
5
- * @description Disabled to use the WordPress one.
6
- */
7
- jQuery(document).ready(function() {
8
- // tinymce.init({
9
- // selector: "textarea.rte",
10
- // plugins: [
11
- // "link hr anchor code"
12
- // ]
13
- // });
14
- });
1
+ /**
2
+ * Initialize all the tinyMCE code.
3
+ * @since 03-Aug-2015
4
+ * @author reedyseth
5
+ * @description Disabled to use the WordPress one.
6
+ */
7
+ jQuery(document).ready(function() {
8
+ // tinymce.init({
9
+ // selector: "textarea.rte",
10
+ // plugins: [
11
+ // "link hr anchor code"
12
+ // ]
13
+ // });
14
+ });
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: 2016-09-02 19:24-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:24-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Web Geeks\n"
9
  "Language: be_BY\n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "Рэдагаваць падпіскі"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "Форма каментара"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "Старонка кіравання"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "Апавяшчэнні"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "Параметры"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr "Вы можаце дапамагчы"
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr "Падтрымка"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr ""
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "Запіс:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Эл. адрас"
@@ -296,8 +296,8 @@ msgstr ""
296
  msgid "Inactive"
297
  msgstr "Актыўна"
298
 
299
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
300
- #: templates/user.php:70
301
  msgid "Delete"
302
  msgstr "Выдаліць"
303
 
@@ -317,7 +317,7 @@ msgstr "Дзеянне:"
317
  msgid "Delete forever"
318
  msgstr "Выдаліць назаўжды"
319
 
320
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
321
  msgid "Suspend"
322
  msgstr "Прыпыніць"
323
 
@@ -329,11 +329,11 @@ msgstr "Уключыць і ўсталяваць на Y"
329
  msgid "Activate and set to R"
330
  msgstr "Уключыць і ўсталяваць на R"
331
 
332
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
333
  msgid "Activate"
334
  msgstr "Уключыць"
335
 
336
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
337
  msgid "Update subscriptions"
338
  msgstr "Абнавіць падпіскі"
339
 
@@ -386,27 +386,28 @@ msgid "Author label"
386
  msgstr "Цэтлік аўтара"
387
 
388
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
389
- #: options/panel5.php:18 options/panel5.php:60
390
  msgid "Your settings have been successfully updated."
391
  msgstr "Вашы налады паспяхова абноўлены."
392
 
393
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
394
- #: options/panel5.php:20 options/panel5.php:62
395
  msgid "There was an error updating the following fields:"
396
  msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
397
 
398
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
399
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
400
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
401
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
402
  msgid "Yes"
403
  msgstr "Так"
404
 
405
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
406
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
407
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
408
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
409
- #: utils/stcr_manage.php:784
410
  msgid "No"
411
  msgstr "Не"
412
 
@@ -508,7 +509,7 @@ msgid ""
508
  msgstr "Тэст, бачны аўтарам і адміністратарам. Дазволены тэг: [manager_link]"
509
 
510
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
511
- #: options/panel5.php:195
512
  msgid "Save Changes"
513
  msgstr "Захаваць змены"
514
 
@@ -779,57 +780,61 @@ msgstr "Тэма ліста пра пацверджанне. Дазволены
779
  msgid "Safetly Uninstall"
780
  msgstr ""
781
 
782
- #: options/panel5.php:31 options/panel5.php:84
783
  msgid "Autopurge requests"
784
  msgstr "Аўтаматычна выдаляць запыты"
785
 
786
- #: options/panel5.php:34 options/panel5.php:93
787
  msgid "Enable double check"
788
  msgstr "Уключыць падвойнае пацверджанне"
789
 
790
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
791
  msgid "Subscribe authors"
792
  msgstr ""
793
 
794
- #: options/panel5.php:40 options/panel5.php:111
795
  msgid "Enable HTML emails"
796
  msgstr "Выкарыстоўваць HTML лісты"
797
 
798
- #: options/panel5.php:43
799
  msgid "HTMLify Links in HTML emails"
800
  msgstr ""
801
 
802
- #: options/panel5.php:46
803
  msgid "Send trackbacks"
804
  msgstr "Адпраўляць трэкбеки"
805
 
806
- #: options/panel5.php:49
807
  msgid "Notify admin"
808
  msgstr "Апавясціць адміна"
809
 
810
- #: options/panel5.php:52 options/panel5.php:149
811
  msgid "Let admin subscribe"
812
  msgstr "Дазволіць адміну падпісвацца"
813
 
814
- #: options/panel5.php:55 options/panel5.php:158
815
  msgid "BCC admin on Notifications"
816
  msgstr "Апавяшчэнні"
817
 
818
- #: options/panel5.php:76
819
  msgid "Safely Uninstall"
820
  msgstr ""
821
 
822
- #: options/panel5.php:80
823
  msgid ""
824
  "This option will allow you to delete the plugin with WordPress without "
825
  "loosing your subscribers. Any database table and plugin options are wipeout."
826
  msgstr ""
827
 
828
- #: options/panel5.php:87
829
  msgid "days"
830
  msgstr "дзён"
831
 
832
- #: options/panel5.php:88
833
  msgid ""
834
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
835
  "this feature."
@@ -837,7 +842,14 @@ msgstr ""
837
  "Выдаляць якія чакаюць пацверджанні (не пацверджаныя) падпіскі праз Х дзён. "
838
  "Нуль адключае гэту функцыю."
839
 
840
- #: options/panel5.php:97
 
 
 
 
 
 
 
841
  msgid ""
842
  "Send a notification email to confirm the subscription (to avoid addresses "
843
  "misuse)."
@@ -845,12 +857,12 @@ msgstr ""
845
  "Адпраўляць ліст з просьбай пацвердзіць падпіску (каб пазбегнуць выкарыстанні "
846
  "эл. адрасы без вядзёная ўладальніка)"
847
 
848
- #: options/panel5.php:106
849
  msgid ""
850
  "Automatically subscribe authors to their own articles (not retroactive)."
851
  msgstr ""
852
 
853
- #: options/panel5.php:115
854
  msgid ""
855
  "If enabled, will send email messages with content-type = text/html instead "
856
  "of text/plain"
@@ -858,55 +870,55 @@ msgstr ""
858
  "Пры выбары гэтай функцыі паведамлення будуць адпраўляцца ў фармаце тэкст/"
859
  "html замест звычайнага тэксту"
860
 
861
- #: options/panel5.php:120
862
  msgid "HTMLify links in emails"
863
  msgstr ""
864
 
865
- #: options/panel5.php:125
866
  msgid ""
867
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
868
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
869
  msgstr ""
870
 
871
- #: options/panel5.php:130
872
  msgid "Process trackbacks"
873
  msgstr "Апрацоўваць трэкбеки"
874
 
875
- #: options/panel5.php:134
876
  msgid ""
877
  "Notify users when a new trackback or pingback is added to the discussion."
878
  msgstr ""
879
  "Апавяшчаць падпісантаў пра новыя трэкбеках ці пингбэках да абмеркавання"
880
 
881
- #: options/panel5.php:139
882
  msgid "Track all subscriptions"
883
  msgstr "Адсачыць усе падпіскі"
884
 
885
- #: options/panel5.php:144
886
  msgid "Notify the administrator when users subscribe without commenting."
887
  msgstr "Апавяшчаць адміністратара, калі карыстачы падпісваюцца без каментара."
888
 
889
- #: options/panel5.php:153
890
  msgid "Let the administrator subscribe to comments when logged in."
891
  msgstr "Дазволіць адміну падпісвацца, калі ён аўтарызаваны."
892
 
893
- #: options/panel5.php:162
894
  msgid "Send a copy of all Notifications to the administrator."
895
  msgstr ""
896
 
897
- #: options/panel5.php:167
898
  msgid "StCR Unique Key"
899
  msgstr ""
900
 
901
- #: options/panel5.php:172
902
  msgid "This Unique Key is not set, please click the following button to "
903
  msgstr ""
904
 
905
- #: options/panel5.php:176 options/panel5.php:187
906
  msgid "Generate"
907
  msgstr "Tasso di rimbalzo"
908
 
909
- #: options/panel5.php:184
910
  msgid ""
911
  "This Unique Key will be use to send the notification to your subscribers "
912
  "with more security."
@@ -1021,16 +1033,20 @@ msgstr "Абраць усё"
1021
  msgid "Invert selection"
1022
  msgstr "Абраць зваротнае"
1023
 
1024
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1025
  msgid "All comments"
1026
  msgstr ""
1027
 
1028
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1029
  msgid "Replies to my comments"
1030
  msgstr "Адказы на мае каментары"
1031
 
1032
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1033
- #: templates/user.php:79
1034
  msgid "No subscriptions match your search criteria."
1035
  msgstr "Ніводная падпіска не адпавядае пошукаваму запыту."
1036
 
@@ -1040,16 +1056,16 @@ msgid ""
1040
  "enter your email below and a new link will be send."
1041
  msgstr ""
1042
 
1043
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1044
- #: templates/subscribe.php:106
1045
  msgid "Send"
1046
  msgstr "Адправіць"
1047
 
1048
- #: templates/subscribe.php:43 templates/subscribe.php:44
1049
  msgid "New subscription to"
1050
  msgstr "Новая падпіска на"
1051
 
1052
- #: templates/subscribe.php:44
1053
  msgid "User:"
1054
  msgstr "Карыстач:"
1055
 
@@ -1061,7 +1077,7 @@ msgstr ""
1061
  msgid "You have request to manage another email address and this is forbidden."
1062
  msgstr ""
1063
 
1064
- #: utils/stcr_manage.php:246
1065
  msgid ""
1066
  "Notify me of followup comments via e-mail. You can also <a "
1067
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1069,7 +1085,7 @@ msgstr ""
1069
  "Атрымліваць новыя каментары па электроннай пошце. Вы можаце <a "
1070
  "href='[subscribe_link]'>падпісацца</a> без каментавання."
1071
 
1072
- #: utils/stcr_manage.php:247
1073
  msgid ""
1074
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1075
  "subscriptions."
@@ -1077,7 +1093,7 @@ msgstr ""
1077
  "Вы падпісаны на гэты артыкул. <a href='[manager_link]'>Рэдагаваць</a> свае "
1078
  "падпіскі."
1079
 
1080
- #: utils/stcr_manage.php:248
1081
  msgid ""
1082
  "Your subscription to this post needs to be confirmed. <a "
1083
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1085,13 +1101,13 @@ msgstr ""
1085
  "Ваша падпіска на гэты артыкул мае патрэбу ў пацверджанні. <a "
1086
  "href='[manager_link]'>Рэдагаваць</a> свае падпіскі."
1087
 
1088
- #: utils/stcr_manage.php:249
1089
  msgid ""
1090
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1091
  msgstr ""
1092
  "Вы можаце <a href='[manager_link]'>кіраваць падпіскамі</a> на гэты запіс."
1093
 
1094
- #: utils/stcr_manage.php:255
1095
  msgid ""
1096
  "To manage your subscriptions, please enter your email address here below. We "
1097
  "will send you a message containing the link to access your personal "
@@ -1101,7 +1117,7 @@ msgstr ""
1101
  "у форму ніжэй. Мы адправім вам паведамленне са спасылкай на вашу "
1102
  "персанальную старонку кіравання."
1103
 
1104
- #: utils/stcr_manage.php:256
1105
  msgid ""
1106
  "Thank you for using our subscription service. Your request has been "
1107
  "completed, and you should receive an email with the management link in a few "
@@ -1111,7 +1127,7 @@ msgstr ""
1111
  "працягу некалькіх хвілін вы павінны атрымаць ліст са спасылкай на старонку "
1112
  "кіравання падпіскамі."
1113
 
1114
- #: utils/stcr_manage.php:257
1115
  msgid ""
1116
  "You can follow the discussion on <strong>[post_title]</strong> without "
1117
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1121,7 +1137,7 @@ msgstr ""
1121
  "пакідаючы свайго каментара. Выдатна, ці не праўда? Проста ўвядзіце свой "
1122
  "электронны адрас у форму ніжэй, і гатова!"
1123
 
1124
- #: utils/stcr_manage.php:258
1125
  msgid ""
1126
  "Thank you for using our subscription service. Your request has been "
1127
  "completed. You will receive a notification email every time a new comment to "
@@ -1131,7 +1147,7 @@ msgstr ""
1131
  "будзеце атрымліваць апавяшчэнні кожных разоў, як новы каментар да гэты "
1132
  "артыкулу будзе ўхвалены і апублікаваны адміністратарам сайта."
1133
 
1134
- #: utils/stcr_manage.php:259
1135
  msgid ""
1136
  "Thank you for using our subscription service. In order to confirm your "
1137
  "request, please check your email for the verification message and follow the "
@@ -1141,7 +1157,7 @@ msgstr ""
1141
  "запыт, калі ласка, праверце сваю пошту і вынікайце інструкцыям у лісце пра "
1142
  "пацверджанне."
1143
 
1144
- #: utils/stcr_manage.php:260
1145
  msgid ""
1146
  "In order to cancel or suspend one or more notifications, select the "
1147
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1149,7 +1165,7 @@ msgstr ""
1149
  "Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў "
1150
  "адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу."
1151
 
1152
- #: utils/stcr_manage.php:261
1153
  msgid ""
1154
  "In order to cancel or suspend one or more notifications, select the "
1155
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1159,11 +1175,11 @@ msgstr ""
1159
  "адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу. На дадзены "
1160
  "момант вы падпісаны на:"
1161
 
1162
- #: utils/stcr_manage.php:265
1163
  msgid "There is a new comment to [post_title]"
1164
  msgstr "З'явіўся новы каментар да артыкула [post_title]"
1165
 
1166
- #: utils/stcr_manage.php:266
1167
  msgid ""
1168
  "There is a new comment to [post_title].\n"
1169
  "Comment Link: [comment_permalink]\n"
@@ -1182,11 +1198,11 @@ msgstr ""
1182
  "Спасылка на артыкул: [post_permalink]\n"
1183
  "Кіраванне падпіскамі: [manager_link]"
1184
 
1185
- #: utils/stcr_manage.php:267
1186
  msgid "Please confirm your subscription to [post_title]"
1187
  msgstr "Калі ласка, пацвердзіце сваю падпіску на артыкул [post_title]"
1188
 
1189
- #: utils/stcr_manage.php:268
1190
  msgid ""
1191
  "You have requested to be notified every time a new comment is added to:\n"
1192
  "[post_permalink]\n"
@@ -1200,17 +1216,17 @@ msgstr ""
1200
  "Калі ласка, перайдзіце па наступнай спасылцы, каб пацвердзіць падпіску:\n"
1201
  "[confirm_link]"
1202
 
1203
- #: utils/stcr_manage.php:269
1204
  msgid "Manage your subscriptions on [blog_name]"
1205
  msgstr "Рэдагаваць свае падпіскі на сайце [blog_name]"
1206
 
1207
- #: utils/stcr_manage.php:270
1208
  msgid ""
1209
  "You have requested to manage your subscriptions to the articles on "
1210
  "[blog_name]. Please check the Subscriptions management link in your email"
1211
  msgstr ""
1212
 
1213
- #: utils/stcr_manage.php:271
1214
  msgid ""
1215
  "You have requested to manage your subscriptions to the articles on "
1216
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1221,38 +1237,38 @@ msgstr ""
1221
  "падпіскамі:\n"
1222
  "[manager_link]"
1223
 
1224
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1225
  msgid "StCR System"
1226
  msgstr ""
1227
 
1228
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1229
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1230
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1231
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1232
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1233
  msgid "You do not have sufficient permissions to access this page."
1234
  msgstr ""
1235
 
1236
- #: utils/stcr_manage.php:755
1237
  msgid "Subscriptions"
1238
  msgstr "Падпіскі"
1239
 
1240
- #: utils/stcr_manage.php:811
1241
  msgid ""
1242
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1243
  msgstr ""
1244
  "Патрэбна дапамога ў использовани убудовы Subscribe to Comments Reloaded? "
1245
  "Наведаеце наш афіцыйны"
1246
 
1247
- #: utils/stcr_manage.php:811
1248
  msgid "support forum"
1249
  msgstr "форум падтрымкі"
1250
 
1251
- #: utils/stcr_manage.php:812
1252
  msgid "Feeling generous?"
1253
  msgstr "Жадаеце выявіць шчодрасць?"
1254
 
1255
- #: utils/stcr_manage.php:812
1256
  msgid "Donate a few bucks!"
1257
  msgstr "Ахвяруйце пару баксаў!"
1258
 
@@ -1385,6 +1401,7 @@ msgstr ""
1385
 
1386
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1387
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1388
  msgid ""
1389
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1390
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1459,19 +1476,40 @@ msgid ""
1459
  "previous 160831 version."
1460
  msgstr ""
1461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1462
  #: utils/stcr_utils.php:195
1463
  msgid "StCR Notification"
1464
  msgstr "Апавяшчэнні"
1465
 
1466
- #: wp_subscribe_reloaded.php:114
1467
- msgid "Settings"
1468
- msgstr "Scegli ordine"
1469
-
1470
- #: wp_subscribe_reloaded.php:1086
1471
  msgid "Don't subscribe"
1472
  msgstr "Не падпісвацца"
1473
 
1474
- #: wp_subscribe_reloaded.php:1087
1475
  msgid "All"
1476
  msgstr "Усё"
1477
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:01-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:02-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Web Geeks\n"
9
  "Language: be_BY\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "Рэдагаваць падпіскі"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "Форма каментара"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "Старонка кіравання"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "Апавяшчэнні"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "Параметры"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr "Вы можаце дапамагчы"
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr "Падтрымка"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr ""
52
 
60
  msgstr "Запіс:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Эл. адрас"
296
  msgid "Inactive"
297
  msgstr "Актыўна"
298
 
299
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
300
+ #: templates/user.php:73
301
  msgid "Delete"
302
  msgstr "Выдаліць"
303
 
317
  msgid "Delete forever"
318
  msgstr "Выдаліць назаўжды"
319
 
320
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
321
  msgid "Suspend"
322
  msgstr "Прыпыніць"
323
 
329
  msgid "Activate and set to R"
330
  msgstr "Уключыць і ўсталяваць на R"
331
 
332
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
333
  msgid "Activate"
334
  msgstr "Уключыць"
335
 
336
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
337
  msgid "Update subscriptions"
338
  msgstr "Абнавіць падпіскі"
339
 
386
  msgstr "Цэтлік аўтара"
387
 
388
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
389
+ #: options/panel5.php:18 options/panel5.php:63
390
  msgid "Your settings have been successfully updated."
391
  msgstr "Вашы налады паспяхова абноўлены."
392
 
393
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
394
+ #: options/panel5.php:20 options/panel5.php:65
395
  msgid "There was an error updating the following fields:"
396
  msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
397
 
398
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
399
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
400
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
401
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
402
+ #: options/panel5.php:172
403
  msgid "Yes"
404
  msgstr "Так"
405
 
406
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
407
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
408
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
409
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
410
+ #: options/panel5.php:173 utils/stcr_manage.php:794
411
  msgid "No"
412
  msgstr "Не"
413
 
509
  msgstr "Тэст, бачны аўтарам і адміністратарам. Дазволены тэг: [manager_link]"
510
 
511
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
512
+ #: options/panel5.php:207
513
  msgid "Save Changes"
514
  msgstr "Захаваць змены"
515
 
780
  msgid "Safetly Uninstall"
781
  msgstr ""
782
 
783
+ #: options/panel5.php:31 options/panel5.php:87
784
  msgid "Autopurge requests"
785
  msgstr "Аўтаматычна выдаляць запыты"
786
 
787
+ #: options/panel5.php:34 options/panel5.php:105
788
  msgid "Enable double check"
789
  msgstr "Уключыць падвойнае пацверджанне"
790
 
791
+ #: options/panel5.php:37 options/panel5.php:96
792
+ msgid "StCR Position"
793
+ msgstr ""
794
+
795
+ #: options/panel5.php:40 options/panel5.php:113
796
  msgid "Subscribe authors"
797
  msgstr ""
798
 
799
+ #: options/panel5.php:43 options/panel5.php:123
800
  msgid "Enable HTML emails"
801
  msgstr "Выкарыстоўваць HTML лісты"
802
 
803
+ #: options/panel5.php:46
804
  msgid "HTMLify Links in HTML emails"
805
  msgstr ""
806
 
807
+ #: options/panel5.php:49
808
  msgid "Send trackbacks"
809
  msgstr "Адпраўляць трэкбеки"
810
 
811
+ #: options/panel5.php:52
812
  msgid "Notify admin"
813
  msgstr "Апавясціць адміна"
814
 
815
+ #: options/panel5.php:55 options/panel5.php:161
816
  msgid "Let admin subscribe"
817
  msgstr "Дазволіць адміну падпісвацца"
818
 
819
+ #: options/panel5.php:58 options/panel5.php:170
820
  msgid "BCC admin on Notifications"
821
  msgstr "Апавяшчэнні"
822
 
823
+ #: options/panel5.php:79
824
  msgid "Safely Uninstall"
825
  msgstr ""
826
 
827
+ #: options/panel5.php:83
828
  msgid ""
829
  "This option will allow you to delete the plugin with WordPress without "
830
  "loosing your subscribers. Any database table and plugin options are wipeout."
831
  msgstr ""
832
 
833
+ #: options/panel5.php:90
834
  msgid "days"
835
  msgstr "дзён"
836
 
837
+ #: options/panel5.php:91
838
  msgid ""
839
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
840
  "this feature."
842
  "Выдаляць якія чакаюць пацверджанні (не пацверджаныя) падпіскі праз Х дзён. "
843
  "Нуль адключае гэту функцыю."
844
 
845
+ #: options/panel5.php:100
846
+ msgid ""
847
+ "If this option is enable the subscription box will be above the submit "
848
+ "button in your comment form. Use this when your theme is outdated and using "
849
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
850
+ msgstr ""
851
+
852
+ #: options/panel5.php:109
853
  msgid ""
854
  "Send a notification email to confirm the subscription (to avoid addresses "
855
  "misuse)."
857
  "Адпраўляць ліст з просьбай пацвердзіць падпіску (каб пазбегнуць выкарыстанні "
858
  "эл. адрасы без вядзёная ўладальніка)"
859
 
860
+ #: options/panel5.php:118
861
  msgid ""
862
  "Automatically subscribe authors to their own articles (not retroactive)."
863
  msgstr ""
864
 
865
+ #: options/panel5.php:127
866
  msgid ""
867
  "If enabled, will send email messages with content-type = text/html instead "
868
  "of text/plain"
870
  "Пры выбары гэтай функцыі паведамлення будуць адпраўляцца ў фармаце тэкст/"
871
  "html замест звычайнага тэксту"
872
 
873
+ #: options/panel5.php:132
874
  msgid "HTMLify links in emails"
875
  msgstr ""
876
 
877
+ #: options/panel5.php:137
878
  msgid ""
879
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
880
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
881
  msgstr ""
882
 
883
+ #: options/panel5.php:142
884
  msgid "Process trackbacks"
885
  msgstr "Апрацоўваць трэкбеки"
886
 
887
+ #: options/panel5.php:146
888
  msgid ""
889
  "Notify users when a new trackback or pingback is added to the discussion."
890
  msgstr ""
891
  "Апавяшчаць падпісантаў пра новыя трэкбеках ці пингбэках да абмеркавання"
892
 
893
+ #: options/panel5.php:151
894
  msgid "Track all subscriptions"
895
  msgstr "Адсачыць усе падпіскі"
896
 
897
+ #: options/panel5.php:156
898
  msgid "Notify the administrator when users subscribe without commenting."
899
  msgstr "Апавяшчаць адміністратара, калі карыстачы падпісваюцца без каментара."
900
 
901
+ #: options/panel5.php:165
902
  msgid "Let the administrator subscribe to comments when logged in."
903
  msgstr "Дазволіць адміну падпісвацца, калі ён аўтарызаваны."
904
 
905
+ #: options/panel5.php:174
906
  msgid "Send a copy of all Notifications to the administrator."
907
  msgstr ""
908
 
909
+ #: options/panel5.php:179
910
  msgid "StCR Unique Key"
911
  msgstr ""
912
 
913
+ #: options/panel5.php:184
914
  msgid "This Unique Key is not set, please click the following button to "
915
  msgstr ""
916
 
917
+ #: options/panel5.php:188 options/panel5.php:199
918
  msgid "Generate"
919
  msgstr "Tasso di rimbalzo"
920
 
921
+ #: options/panel5.php:196
922
  msgid ""
923
  "This Unique Key will be use to send the notification to your subscribers "
924
  "with more security."
1033
  msgid "Invert selection"
1034
  msgstr "Абраць зваротнае"
1035
 
1036
+ #: templates/author.php:73 templates/user.php:72
1037
+ msgid "Choose your action"
1038
+ msgstr ""
1039
+
1040
+ #: templates/author.php:76 templates/user.php:75
1041
  msgid "All comments"
1042
  msgstr ""
1043
 
1044
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1045
  msgid "Replies to my comments"
1046
  msgstr "Адказы на мае каментары"
1047
 
1048
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1049
+ #: templates/user.php:84
1050
  msgid "No subscriptions match your search criteria."
1051
  msgstr "Ніводная падпіска не адпавядае пошукаваму запыту."
1052
 
1056
  "enter your email below and a new link will be send."
1057
  msgstr ""
1058
 
1059
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1060
+ #: templates/subscribe.php:95
1061
  msgid "Send"
1062
  msgstr "Адправіць"
1063
 
1064
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1065
  msgid "New subscription to"
1066
  msgstr "Новая падпіска на"
1067
 
1068
+ #: templates/subscribe.php:46
1069
  msgid "User:"
1070
  msgstr "Карыстач:"
1071
 
1077
  msgid "You have request to manage another email address and this is forbidden."
1078
  msgstr ""
1079
 
1080
+ #: utils/stcr_manage.php:224
1081
  msgid ""
1082
  "Notify me of followup comments via e-mail. You can also <a "
1083
  "href='[subscribe_link]'>subscribe</a> without commenting."
1085
  "Атрымліваць новыя каментары па электроннай пошце. Вы можаце <a "
1086
  "href='[subscribe_link]'>падпісацца</a> без каментавання."
1087
 
1088
+ #: utils/stcr_manage.php:225
1089
  msgid ""
1090
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1091
  "subscriptions."
1093
  "Вы падпісаны на гэты артыкул. <a href='[manager_link]'>Рэдагаваць</a> свае "
1094
  "падпіскі."
1095
 
1096
+ #: utils/stcr_manage.php:226
1097
  msgid ""
1098
  "Your subscription to this post needs to be confirmed. <a "
1099
  "href='[manager_link]'>Manage your subscriptions</a>."
1101
  "Ваша падпіска на гэты артыкул мае патрэбу ў пацверджанні. <a "
1102
  "href='[manager_link]'>Рэдагаваць</a> свае падпіскі."
1103
 
1104
+ #: utils/stcr_manage.php:227
1105
  msgid ""
1106
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1107
  msgstr ""
1108
  "Вы можаце <a href='[manager_link]'>кіраваць падпіскамі</a> на гэты запіс."
1109
 
1110
+ #: utils/stcr_manage.php:233
1111
  msgid ""
1112
  "To manage your subscriptions, please enter your email address here below. We "
1113
  "will send you a message containing the link to access your personal "
1117
  "у форму ніжэй. Мы адправім вам паведамленне са спасылкай на вашу "
1118
  "персанальную старонку кіравання."
1119
 
1120
+ #: utils/stcr_manage.php:234
1121
  msgid ""
1122
  "Thank you for using our subscription service. Your request has been "
1123
  "completed, and you should receive an email with the management link in a few "
1127
  "працягу некалькіх хвілін вы павінны атрымаць ліст са спасылкай на старонку "
1128
  "кіравання падпіскамі."
1129
 
1130
+ #: utils/stcr_manage.php:235
1131
  msgid ""
1132
  "You can follow the discussion on <strong>[post_title]</strong> without "
1133
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1137
  "пакідаючы свайго каментара. Выдатна, ці не праўда? Проста ўвядзіце свой "
1138
  "электронны адрас у форму ніжэй, і гатова!"
1139
 
1140
+ #: utils/stcr_manage.php:236
1141
  msgid ""
1142
  "Thank you for using our subscription service. Your request has been "
1143
  "completed. You will receive a notification email every time a new comment to "
1147
  "будзеце атрымліваць апавяшчэнні кожных разоў, як новы каментар да гэты "
1148
  "артыкулу будзе ўхвалены і апублікаваны адміністратарам сайта."
1149
 
1150
+ #: utils/stcr_manage.php:237
1151
  msgid ""
1152
  "Thank you for using our subscription service. In order to confirm your "
1153
  "request, please check your email for the verification message and follow the "
1157
  "запыт, калі ласка, праверце сваю пошту і вынікайце інструкцыям у лісце пра "
1158
  "пацверджанне."
1159
 
1160
+ #: utils/stcr_manage.php:238
1161
  msgid ""
1162
  "In order to cancel or suspend one or more notifications, select the "
1163
  "corresponding checkbox(es) and click on the button at the end of the list."
1165
  "Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў "
1166
  "адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу."
1167
 
1168
+ #: utils/stcr_manage.php:239
1169
  msgid ""
1170
  "In order to cancel or suspend one or more notifications, select the "
1171
  "corresponding checkbox(es) and click on the button at the end of the list. "
1175
  "адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу. На дадзены "
1176
  "момант вы падпісаны на:"
1177
 
1178
+ #: utils/stcr_manage.php:243
1179
  msgid "There is a new comment to [post_title]"
1180
  msgstr "З'явіўся новы каментар да артыкула [post_title]"
1181
 
1182
+ #: utils/stcr_manage.php:244
1183
  msgid ""
1184
  "There is a new comment to [post_title].\n"
1185
  "Comment Link: [comment_permalink]\n"
1198
  "Спасылка на артыкул: [post_permalink]\n"
1199
  "Кіраванне падпіскамі: [manager_link]"
1200
 
1201
+ #: utils/stcr_manage.php:245
1202
  msgid "Please confirm your subscription to [post_title]"
1203
  msgstr "Калі ласка, пацвердзіце сваю падпіску на артыкул [post_title]"
1204
 
1205
+ #: utils/stcr_manage.php:246
1206
  msgid ""
1207
  "You have requested to be notified every time a new comment is added to:\n"
1208
  "[post_permalink]\n"
1216
  "Калі ласка, перайдзіце па наступнай спасылцы, каб пацвердзіць падпіску:\n"
1217
  "[confirm_link]"
1218
 
1219
+ #: utils/stcr_manage.php:247
1220
  msgid "Manage your subscriptions on [blog_name]"
1221
  msgstr "Рэдагаваць свае падпіскі на сайце [blog_name]"
1222
 
1223
+ #: utils/stcr_manage.php:248
1224
  msgid ""
1225
  "You have requested to manage your subscriptions to the articles on "
1226
  "[blog_name]. Please check the Subscriptions management link in your email"
1227
  msgstr ""
1228
 
1229
+ #: utils/stcr_manage.php:249
1230
  msgid ""
1231
  "You have requested to manage your subscriptions to the articles on "
1232
  "[blog_name]. Follow this link to access your personal page:\n"
1237
  "падпіскамі:\n"
1238
  "[manager_link]"
1239
 
1240
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1241
  msgid "StCR System"
1242
  msgstr ""
1243
 
1244
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1245
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1246
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1247
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1248
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1249
  msgid "You do not have sufficient permissions to access this page."
1250
  msgstr ""
1251
 
1252
+ #: utils/stcr_manage.php:765
1253
  msgid "Subscriptions"
1254
  msgstr "Падпіскі"
1255
 
1256
+ #: utils/stcr_manage.php:821
1257
  msgid ""
1258
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1259
  msgstr ""
1260
  "Патрэбна дапамога ў использовани убудовы Subscribe to Comments Reloaded? "
1261
  "Наведаеце наш афіцыйны"
1262
 
1263
+ #: utils/stcr_manage.php:821
1264
  msgid "support forum"
1265
  msgstr "форум падтрымкі"
1266
 
1267
+ #: utils/stcr_manage.php:822
1268
  msgid "Feeling generous?"
1269
  msgstr "Жадаеце выявіць шчодрасць?"
1270
 
1271
+ #: utils/stcr_manage.php:822
1272
  msgid "Donate a few bucks!"
1273
  msgstr "Ахвяруйце пару баксаў!"
1274
 
1401
 
1402
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1403
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1404
+ #: utils/stcr_upgrade.php:492
1405
  msgid ""
1406
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1407
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1476
  "previous 160831 version."
1477
  msgstr ""
1478
 
1479
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1480
+ msgid "Settings"
1481
+ msgstr "Scegli ordine"
1482
+
1483
+ #: utils/stcr_upgrade.php:485
1484
+ msgid ""
1485
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1486
+ "160915"
1487
+ msgstr ""
1488
+
1489
+ #: utils/stcr_upgrade.php:486
1490
+ msgid "This version includes fixes and improvements, "
1491
+ msgstr ""
1492
+
1493
+ #: utils/stcr_upgrade.php:489
1494
+ msgid ""
1495
+ "<strong>Change</strong> the radio buttons in the management page for a "
1496
+ "dropdown."
1497
+ msgstr ""
1498
+
1499
+ #: utils/stcr_upgrade.php:490
1500
+ msgid ""
1501
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1502
+ msgstr ""
1503
+
1504
  #: utils/stcr_utils.php:195
1505
  msgid "StCR Notification"
1506
  msgstr "Апавяшчэнні"
1507
 
1508
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1509
  msgid "Don't subscribe"
1510
  msgstr "Не падпісвацца"
1511
 
1512
+ #: wp_subscribe_reloaded.php:1095
1513
  msgid "All"
1514
  msgstr "Усё"
1515
 
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: 2016-09-02 19:26-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:26-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: cs_CZ\n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "Správa odběrů"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "Formulář komentářů"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "Nastavení"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "Oznámení"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "Možnosti"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr "Jak nám pomoci?"
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr "fórum podpory"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr ""
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "Příspěvek:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "E-mail"
@@ -295,8 +295,8 @@ msgstr ""
295
  msgid "Inactive"
296
  msgstr ""
297
 
298
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
299
- #: templates/user.php:70
300
  msgid "Delete"
301
  msgstr "Vymazat"
302
 
@@ -316,7 +316,7 @@ msgstr "Akce:"
316
  msgid "Delete forever"
317
  msgstr "Vymazat navždy"
318
 
319
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
320
  msgid "Suspend"
321
  msgstr "Pozastavit"
322
 
@@ -328,11 +328,11 @@ msgstr "Nastavit a aktivovat na Y"
328
  msgid "Activate and set to R"
329
  msgstr "Nastavit a aktivovat na R"
330
 
331
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
332
  msgid "Activate"
333
  msgstr "Aktivovat"
334
 
335
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
336
  msgid "Update subscriptions"
337
  msgstr "Aktualizovat odběry"
338
 
@@ -385,27 +385,28 @@ msgid "Author label"
385
  msgstr "Popisek checkboxu (autor)"
386
 
387
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
388
- #: options/panel5.php:18 options/panel5.php:60
389
  msgid "Your settings have been successfully updated."
390
  msgstr "Vaše nastavení bylo úspěšně aktualizováno."
391
 
392
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
393
- #: options/panel5.php:20 options/panel5.php:62
394
  msgid "There was an error updating the following fields:"
395
  msgstr "Chyba při aktualizaci těchto polí:"
396
 
397
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
398
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
399
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
400
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
401
  msgid "Yes"
402
  msgstr "Ano"
403
 
404
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
405
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
406
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
407
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
408
- #: utils/stcr_manage.php:784
409
  msgid "No"
410
  msgstr "Ne"
411
 
@@ -512,7 +513,7 @@ msgid ""
512
  msgstr "Popisek vidí autoři a administrátoři. Povolené tagy: [manager_link]"
513
 
514
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
515
- #: options/panel5.php:195
516
  msgid "Save Changes"
517
  msgstr "Uložit změny"
518
 
@@ -784,76 +785,87 @@ msgstr ""
784
  msgid "Safetly Uninstall"
785
  msgstr ""
786
 
787
- #: options/panel5.php:31 options/panel5.php:84
788
  msgid "Autopurge requests"
789
  msgstr "Autočištění požadavků"
790
 
791
- #: options/panel5.php:34 options/panel5.php:93
792
  msgid "Enable double check"
793
  msgstr "Povolit dvojí kontrolu emailu"
794
 
795
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
796
  msgid "Subscribe authors"
797
  msgstr ""
798
 
799
- #: options/panel5.php:40 options/panel5.php:111
800
  msgid "Enable HTML emails"
801
  msgstr "Povolit HTML formát emailů"
802
 
803
- #: options/panel5.php:43
804
  msgid "HTMLify Links in HTML emails"
805
  msgstr ""
806
 
807
- #: options/panel5.php:46
808
  msgid "Send trackbacks"
809
  msgstr "Odeslat trackacky"
810
 
811
- #: options/panel5.php:49
812
  msgid "Notify admin"
813
  msgstr "Upozornit administrátora"
814
 
815
- #: options/panel5.php:52 options/panel5.php:149
816
  msgid "Let admin subscribe"
817
  msgstr "Povolit odběry pro administrátora"
818
 
819
- #: options/panel5.php:55 options/panel5.php:158
820
  msgid "BCC admin on Notifications"
821
  msgstr ""
822
 
823
- #: options/panel5.php:76
824
  msgid "Safely Uninstall"
825
  msgstr ""
826
 
827
- #: options/panel5.php:80
828
  msgid ""
829
  "This option will allow you to delete the plugin with WordPress without "
830
  "loosing your subscribers. Any database table and plugin options are wipeout."
831
  msgstr ""
832
 
833
- #: options/panel5.php:87
834
  msgid "days"
835
  msgstr "dní"
836
 
837
- #: options/panel5.php:88
838
  msgid ""
839
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
840
  "this feature."
841
  msgstr ""
842
  "Vymazat požadavky na odběry (neschválené) po X dnech. 0 znamená vypnuto. "
843
 
844
- #: options/panel5.php:97
 
 
 
 
 
 
 
845
  msgid ""
846
  "Send a notification email to confirm the subscription (to avoid addresses "
847
  "misuse)."
848
  msgstr ""
849
  "Zašle upozorňovací email pro potvrzení odběru aby se zamezilo zneužití adres."
850
 
851
- #: options/panel5.php:106
852
  msgid ""
853
  "Automatically subscribe authors to their own articles (not retroactive)."
854
  msgstr ""
855
 
856
- #: options/panel5.php:115
857
  msgid ""
858
  "If enabled, will send email messages with content-type = text/html instead "
859
  "of text/plain"
@@ -861,58 +873,58 @@ msgstr ""
861
  "Pokud je povoleno, budou emaily zasílány ve formátu <code>content-type = "
862
  "text/html</code> namísto <code>content-type = text/plain</code>"
863
 
864
- #: options/panel5.php:120
865
  msgid "HTMLify links in emails"
866
  msgstr ""
867
 
868
- #: options/panel5.php:125
869
  msgid ""
870
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
871
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
872
  msgstr ""
873
 
874
- #: options/panel5.php:130
875
  msgid "Process trackbacks"
876
  msgstr "Zpracovat trackbacky"
877
 
878
- #: options/panel5.php:134
879
  msgid ""
880
  "Notify users when a new trackback or pingback is added to the discussion."
881
  msgstr ""
882
  "Upozornit odběratele pokud je do diskuse zapojen nový trackback nebo "
883
  "pingback."
884
 
885
- #: options/panel5.php:139
886
  msgid "Track all subscriptions"
887
  msgstr "Sledovat všechny odběry"
888
 
889
- #: options/panel5.php:144
890
  msgid "Notify the administrator when users subscribe without commenting."
891
  msgstr ""
892
  "Upozornit administrátora pokud se uživatel přihlásí k odběrům a sám "
893
  "nekomentuje."
894
 
895
- #: options/panel5.php:153
896
  msgid "Let the administrator subscribe to comments when logged in."
897
  msgstr "Povolit odběry pro administrátora pokud je přihlášen."
898
 
899
- #: options/panel5.php:162
900
  msgid "Send a copy of all Notifications to the administrator."
901
  msgstr ""
902
 
903
- #: options/panel5.php:167
904
  msgid "StCR Unique Key"
905
  msgstr ""
906
 
907
- #: options/panel5.php:172
908
  msgid "This Unique Key is not set, please click the following button to "
909
  msgstr ""
910
 
911
- #: options/panel5.php:176 options/panel5.php:187
912
  msgid "Generate"
913
  msgstr ""
914
 
915
- #: options/panel5.php:184
916
  msgid ""
917
  "This Unique Key will be use to send the notification to your subscribers "
918
  "with more security."
@@ -1009,16 +1021,20 @@ msgstr "Vybrat vše"
1009
  msgid "Invert selection"
1010
  msgstr "Obrátit výběr"
1011
 
1012
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1013
  msgid "All comments"
1014
  msgstr ""
1015
 
1016
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1017
  msgid "Replies to my comments"
1018
  msgstr "Odebírat (jen na moje komentáře)"
1019
 
1020
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1021
- #: templates/user.php:79
1022
  msgid "No subscriptions match your search criteria."
1023
  msgstr "Žádné odběry."
1024
 
@@ -1028,16 +1044,16 @@ msgid ""
1028
  "enter your email below and a new link will be send."
1029
  msgstr ""
1030
 
1031
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1032
- #: templates/subscribe.php:106
1033
  msgid "Send"
1034
  msgstr "Odeslat"
1035
 
1036
- #: templates/subscribe.php:43 templates/subscribe.php:44
1037
  msgid "New subscription to"
1038
  msgstr "Nový odběr k"
1039
 
1040
- #: templates/subscribe.php:44
1041
  msgid "User:"
1042
  msgstr "Uživatel:"
1043
 
@@ -1049,7 +1065,7 @@ msgstr ""
1049
  msgid "You have request to manage another email address and this is forbidden."
1050
  msgstr ""
1051
 
1052
- #: utils/stcr_manage.php:246
1053
  msgid ""
1054
  "Notify me of followup comments via e-mail. You can also <a "
1055
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1059,7 +1075,7 @@ msgstr ""
1059
  "upozornění na nové komentáře a sami článek nekomentovat? <a "
1060
  "href='[subscribe_link]'>Přihlaste se k odběru</a>.</span>"
1061
 
1062
- #: utils/stcr_manage.php:247
1063
  msgid ""
1064
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1065
  "subscriptions."
@@ -1067,7 +1083,7 @@ msgstr ""
1067
  "Jste přihlášen k odběru upozornění na nové komentáře k tomuto článku. Můžete "
1068
  "<a href='[manager_link]'>upravit</a> vaše odběry."
1069
 
1070
- #: utils/stcr_manage.php:248
1071
  msgid ""
1072
  "Your subscription to this post needs to be confirmed. <a "
1073
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1075,14 +1091,14 @@ msgstr ""
1075
  "Vaše žádost k odběru upozornění na nové komentáře čeká na schválení. <a "
1076
  "href='[manager_link]'>Upravit vaše žádosti</a>."
1077
 
1078
- #: utils/stcr_manage.php:249
1079
  msgid ""
1080
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1081
  msgstr ""
1082
  "<a href='[manager_link]'>Zde můžete spravovat</a> odběry upozornění na nové "
1083
  "komentáře k tomuto článku."
1084
 
1085
- #: utils/stcr_manage.php:255
1086
  msgid ""
1087
  "To manage your subscriptions, please enter your email address here below. We "
1088
  "will send you a message containing the link to access your personal "
@@ -1091,7 +1107,7 @@ msgstr ""
1091
  "Pro správu vašich upozornění zadejte e-mailovou adresu do pole níže. Bude "
1092
  "vám zaslán editační odkaz."
1093
 
1094
- #: utils/stcr_manage.php:256
1095
  msgid ""
1096
  "Thank you for using our subscription service. Your request has been "
1097
  "completed, and you should receive an email with the management link in a few "
@@ -1100,7 +1116,7 @@ msgstr ""
1100
  "Váš požadavek byl zpracován. V nejbližší době by jste měli obdržet odkaz v "
1101
  "emailu."
1102
 
1103
- #: utils/stcr_manage.php:257
1104
  msgid ""
1105
  "You can follow the discussion on <strong>[post_title]</strong> without "
1106
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1109,7 +1125,7 @@ msgstr ""
1109
  "Zasílat upozornění na nové komentáře k článku » [post_title] « .\n"
1110
  " E-mailovou adresu vyplňte do pole níže. Bude vám zaslán potvrzovací odkaz. "
1111
 
1112
- #: utils/stcr_manage.php:258
1113
  msgid ""
1114
  "Thank you for using our subscription service. Your request has been "
1115
  "completed. You will receive a notification email every time a new comment to "
@@ -1118,7 +1134,7 @@ msgstr ""
1118
  "Váš požadavek byl zpracován. Váš odběr upozornění na nové komentáře k tomuto "
1119
  "článku je aktivní."
1120
 
1121
- #: utils/stcr_manage.php:259
1122
  msgid ""
1123
  "Thank you for using our subscription service. In order to confirm your "
1124
  "request, please check your email for the verification message and follow the "
@@ -1127,7 +1143,7 @@ msgstr ""
1127
  "Váš požadavek byl zpracován. Pro potvrzení požadavku naleznete ve vašem "
1128
  "emailu potvrzovací odkaz."
1129
 
1130
- #: utils/stcr_manage.php:260
1131
  msgid ""
1132
  "In order to cancel or suspend one or more notifications, select the "
1133
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1135,7 +1151,7 @@ msgstr ""
1135
  "Pro editaci upozornění vyberte odpovídající odběr, zaškrtněte volbu a "
1136
  "potvrďte."
1137
 
1138
- #: utils/stcr_manage.php:261
1139
  msgid ""
1140
  "In order to cancel or suspend one or more notifications, select the "
1141
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1145,11 +1161,11 @@ msgstr ""
1145
  "chcete změnit či zrušit zaškrtněte volbu a klikntěte na tlačítko "
1146
  "aktualizovat, pokud změnu nechcete pokračujte třeba přes menu):"
1147
 
1148
- #: utils/stcr_manage.php:265
1149
  msgid "There is a new comment to [post_title]"
1150
  msgstr "Nový komentář k článku: [post_title]"
1151
 
1152
- #: utils/stcr_manage.php:266
1153
  msgid ""
1154
  "There is a new comment to [post_title].\n"
1155
  "Comment Link: [comment_permalink]\n"
@@ -1168,11 +1184,11 @@ msgstr ""
1168
  "Upravit odběry upozornění: [manager_link]\n"
1169
  "\t\t\t\t\t"
1170
 
1171
- #: utils/stcr_manage.php:267
1172
  msgid "Please confirm your subscription to [post_title]"
1173
  msgstr "Potvrďte odběr upozornění na nové komentáře k článku [post_title]"
1174
 
1175
- #: utils/stcr_manage.php:268
1176
  msgid ""
1177
  "You have requested to be notified every time a new comment is added to:\n"
1178
  "[post_permalink]\n"
@@ -1187,17 +1203,17 @@ msgstr ""
1187
  "Požadavek potvrďte prosím kliknutím na odkaz:\n"
1188
  "[confirm_link] "
1189
 
1190
- #: utils/stcr_manage.php:269
1191
  msgid "Manage your subscriptions on [blog_name]"
1192
  msgstr "Upravit odběr upozornění na nové komentáře z [blog_name]"
1193
 
1194
- #: utils/stcr_manage.php:270
1195
  msgid ""
1196
  "You have requested to manage your subscriptions to the articles on "
1197
  "[blog_name]. Please check the Subscriptions management link in your email"
1198
  msgstr ""
1199
 
1200
- #: utils/stcr_manage.php:271
1201
  msgid ""
1202
  "You have requested to manage your subscriptions to the articles on "
1203
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1207,36 +1223,36 @@ msgstr ""
1207
  "[blog_name] byl zpracován. Klikněte prosím zde pro úpravy:\n"
1208
  " [manager_link]"
1209
 
1210
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1211
  msgid "StCR System"
1212
  msgstr ""
1213
 
1214
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1215
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1216
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1217
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1218
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1219
  msgid "You do not have sufficient permissions to access this page."
1220
  msgstr ""
1221
 
1222
- #: utils/stcr_manage.php:755
1223
  msgid "Subscriptions"
1224
  msgstr "Odběry "
1225
 
1226
- #: utils/stcr_manage.php:811
1227
  msgid ""
1228
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1229
  msgstr "Potřebujete pomoci? Navštivte oficiální"
1230
 
1231
- #: utils/stcr_manage.php:811
1232
  msgid "support forum"
1233
  msgstr "fórum podpory"
1234
 
1235
- #: utils/stcr_manage.php:812
1236
  msgid "Feeling generous?"
1237
  msgstr "Chcete být štědrý?"
1238
 
1239
- #: utils/stcr_manage.php:812
1240
  msgid "Donate a few bucks!"
1241
  msgstr "Přispět několika chechtáky!"
1242
 
@@ -1369,6 +1385,7 @@ msgstr ""
1369
 
1370
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1371
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1372
  msgid ""
1373
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1374
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1443,19 +1460,40 @@ msgid ""
1443
  "previous 160831 version."
1444
  msgstr ""
1445
 
1446
- #: utils/stcr_utils.php:195
1447
- msgid "StCR Notification"
1448
  msgstr ""
1449
 
1450
- #: wp_subscribe_reloaded.php:114
1451
- msgid "Settings"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1452
  msgstr ""
1453
 
1454
- #: wp_subscribe_reloaded.php:1086
1455
  msgid "Don't subscribe"
1456
  msgstr "Neodebírat"
1457
 
1458
- #: wp_subscribe_reloaded.php:1087
1459
  msgid "All"
1460
  msgstr "Odebírat (na všechny komentáře)"
1461
 
2
  msgstr ""
3
  "Project-Id-Version: subscribe-reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:02-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:02-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: cs_CZ\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "Správa odběrů"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "Formulář komentářů"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "Nastavení"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "Oznámení"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "Možnosti"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr "Jak nám pomoci?"
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr "fórum podpory"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr ""
52
 
60
  msgstr "Příspěvek:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "E-mail"
295
  msgid "Inactive"
296
  msgstr ""
297
 
298
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
299
+ #: templates/user.php:73
300
  msgid "Delete"
301
  msgstr "Vymazat"
302
 
316
  msgid "Delete forever"
317
  msgstr "Vymazat navždy"
318
 
319
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
320
  msgid "Suspend"
321
  msgstr "Pozastavit"
322
 
328
  msgid "Activate and set to R"
329
  msgstr "Nastavit a aktivovat na R"
330
 
331
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
332
  msgid "Activate"
333
  msgstr "Aktivovat"
334
 
335
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
336
  msgid "Update subscriptions"
337
  msgstr "Aktualizovat odběry"
338
 
385
  msgstr "Popisek checkboxu (autor)"
386
 
387
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
388
+ #: options/panel5.php:18 options/panel5.php:63
389
  msgid "Your settings have been successfully updated."
390
  msgstr "Vaše nastavení bylo úspěšně aktualizováno."
391
 
392
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
393
+ #: options/panel5.php:20 options/panel5.php:65
394
  msgid "There was an error updating the following fields:"
395
  msgstr "Chyba při aktualizaci těchto polí:"
396
 
397
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
398
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
399
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
400
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
401
+ #: options/panel5.php:172
402
  msgid "Yes"
403
  msgstr "Ano"
404
 
405
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
406
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
407
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
408
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
409
+ #: options/panel5.php:173 utils/stcr_manage.php:794
410
  msgid "No"
411
  msgstr "Ne"
412
 
513
  msgstr "Popisek vidí autoři a administrátoři. Povolené tagy: [manager_link]"
514
 
515
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
516
+ #: options/panel5.php:207
517
  msgid "Save Changes"
518
  msgstr "Uložit změny"
519
 
785
  msgid "Safetly Uninstall"
786
  msgstr ""
787
 
788
+ #: options/panel5.php:31 options/panel5.php:87
789
  msgid "Autopurge requests"
790
  msgstr "Autočištění požadavků"
791
 
792
+ #: options/panel5.php:34 options/panel5.php:105
793
  msgid "Enable double check"
794
  msgstr "Povolit dvojí kontrolu emailu"
795
 
796
+ #: options/panel5.php:37 options/panel5.php:96
797
+ msgid "StCR Position"
798
+ msgstr ""
799
+
800
+ #: options/panel5.php:40 options/panel5.php:113
801
  msgid "Subscribe authors"
802
  msgstr ""
803
 
804
+ #: options/panel5.php:43 options/panel5.php:123
805
  msgid "Enable HTML emails"
806
  msgstr "Povolit HTML formát emailů"
807
 
808
+ #: options/panel5.php:46
809
  msgid "HTMLify Links in HTML emails"
810
  msgstr ""
811
 
812
+ #: options/panel5.php:49
813
  msgid "Send trackbacks"
814
  msgstr "Odeslat trackacky"
815
 
816
+ #: options/panel5.php:52
817
  msgid "Notify admin"
818
  msgstr "Upozornit administrátora"
819
 
820
+ #: options/panel5.php:55 options/panel5.php:161
821
  msgid "Let admin subscribe"
822
  msgstr "Povolit odběry pro administrátora"
823
 
824
+ #: options/panel5.php:58 options/panel5.php:170
825
  msgid "BCC admin on Notifications"
826
  msgstr ""
827
 
828
+ #: options/panel5.php:79
829
  msgid "Safely Uninstall"
830
  msgstr ""
831
 
832
+ #: options/panel5.php:83
833
  msgid ""
834
  "This option will allow you to delete the plugin with WordPress without "
835
  "loosing your subscribers. Any database table and plugin options are wipeout."
836
  msgstr ""
837
 
838
+ #: options/panel5.php:90
839
  msgid "days"
840
  msgstr "dní"
841
 
842
+ #: options/panel5.php:91
843
  msgid ""
844
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
845
  "this feature."
846
  msgstr ""
847
  "Vymazat požadavky na odběry (neschválené) po X dnech. 0 znamená vypnuto. "
848
 
849
+ #: options/panel5.php:100
850
+ msgid ""
851
+ "If this option is enable the subscription box will be above the submit "
852
+ "button in your comment form. Use this when your theme is outdated and using "
853
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
854
+ msgstr ""
855
+
856
+ #: options/panel5.php:109
857
  msgid ""
858
  "Send a notification email to confirm the subscription (to avoid addresses "
859
  "misuse)."
860
  msgstr ""
861
  "Zašle upozorňovací email pro potvrzení odběru aby se zamezilo zneužití adres."
862
 
863
+ #: options/panel5.php:118
864
  msgid ""
865
  "Automatically subscribe authors to their own articles (not retroactive)."
866
  msgstr ""
867
 
868
+ #: options/panel5.php:127
869
  msgid ""
870
  "If enabled, will send email messages with content-type = text/html instead "
871
  "of text/plain"
873
  "Pokud je povoleno, budou emaily zasílány ve formátu <code>content-type = "
874
  "text/html</code> namísto <code>content-type = text/plain</code>"
875
 
876
+ #: options/panel5.php:132
877
  msgid "HTMLify links in emails"
878
  msgstr ""
879
 
880
+ #: options/panel5.php:137
881
  msgid ""
882
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
883
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
884
  msgstr ""
885
 
886
+ #: options/panel5.php:142
887
  msgid "Process trackbacks"
888
  msgstr "Zpracovat trackbacky"
889
 
890
+ #: options/panel5.php:146
891
  msgid ""
892
  "Notify users when a new trackback or pingback is added to the discussion."
893
  msgstr ""
894
  "Upozornit odběratele pokud je do diskuse zapojen nový trackback nebo "
895
  "pingback."
896
 
897
+ #: options/panel5.php:151
898
  msgid "Track all subscriptions"
899
  msgstr "Sledovat všechny odběry"
900
 
901
+ #: options/panel5.php:156
902
  msgid "Notify the administrator when users subscribe without commenting."
903
  msgstr ""
904
  "Upozornit administrátora pokud se uživatel přihlásí k odběrům a sám "
905
  "nekomentuje."
906
 
907
+ #: options/panel5.php:165
908
  msgid "Let the administrator subscribe to comments when logged in."
909
  msgstr "Povolit odběry pro administrátora pokud je přihlášen."
910
 
911
+ #: options/panel5.php:174
912
  msgid "Send a copy of all Notifications to the administrator."
913
  msgstr ""
914
 
915
+ #: options/panel5.php:179
916
  msgid "StCR Unique Key"
917
  msgstr ""
918
 
919
+ #: options/panel5.php:184
920
  msgid "This Unique Key is not set, please click the following button to "
921
  msgstr ""
922
 
923
+ #: options/panel5.php:188 options/panel5.php:199
924
  msgid "Generate"
925
  msgstr ""
926
 
927
+ #: options/panel5.php:196
928
  msgid ""
929
  "This Unique Key will be use to send the notification to your subscribers "
930
  "with more security."
1021
  msgid "Invert selection"
1022
  msgstr "Obrátit výběr"
1023
 
1024
+ #: templates/author.php:73 templates/user.php:72
1025
+ msgid "Choose your action"
1026
+ msgstr ""
1027
+
1028
+ #: templates/author.php:76 templates/user.php:75
1029
  msgid "All comments"
1030
  msgstr ""
1031
 
1032
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1033
  msgid "Replies to my comments"
1034
  msgstr "Odebírat (jen na moje komentáře)"
1035
 
1036
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1037
+ #: templates/user.php:84
1038
  msgid "No subscriptions match your search criteria."
1039
  msgstr "Žádné odběry."
1040
 
1044
  "enter your email below and a new link will be send."
1045
  msgstr ""
1046
 
1047
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1048
+ #: templates/subscribe.php:95
1049
  msgid "Send"
1050
  msgstr "Odeslat"
1051
 
1052
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1053
  msgid "New subscription to"
1054
  msgstr "Nový odběr k"
1055
 
1056
+ #: templates/subscribe.php:46
1057
  msgid "User:"
1058
  msgstr "Uživatel:"
1059
 
1065
  msgid "You have request to manage another email address and this is forbidden."
1066
  msgstr ""
1067
 
1068
+ #: utils/stcr_manage.php:224
1069
  msgid ""
1070
  "Notify me of followup comments via e-mail. You can also <a "
1071
  "href='[subscribe_link]'>subscribe</a> without commenting."
1075
  "upozornění na nové komentáře a sami článek nekomentovat? <a "
1076
  "href='[subscribe_link]'>Přihlaste se k odběru</a>.</span>"
1077
 
1078
+ #: utils/stcr_manage.php:225
1079
  msgid ""
1080
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1081
  "subscriptions."
1083
  "Jste přihlášen k odběru upozornění na nové komentáře k tomuto článku. Můžete "
1084
  "<a href='[manager_link]'>upravit</a> vaše odběry."
1085
 
1086
+ #: utils/stcr_manage.php:226
1087
  msgid ""
1088
  "Your subscription to this post needs to be confirmed. <a "
1089
  "href='[manager_link]'>Manage your subscriptions</a>."
1091
  "Vaše žádost k odběru upozornění na nové komentáře čeká na schválení. <a "
1092
  "href='[manager_link]'>Upravit vaše žádosti</a>."
1093
 
1094
+ #: utils/stcr_manage.php:227
1095
  msgid ""
1096
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1097
  msgstr ""
1098
  "<a href='[manager_link]'>Zde můžete spravovat</a> odběry upozornění na nové "
1099
  "komentáře k tomuto článku."
1100
 
1101
+ #: utils/stcr_manage.php:233
1102
  msgid ""
1103
  "To manage your subscriptions, please enter your email address here below. We "
1104
  "will send you a message containing the link to access your personal "
1107
  "Pro správu vašich upozornění zadejte e-mailovou adresu do pole níže. Bude "
1108
  "vám zaslán editační odkaz."
1109
 
1110
+ #: utils/stcr_manage.php:234
1111
  msgid ""
1112
  "Thank you for using our subscription service. Your request has been "
1113
  "completed, and you should receive an email with the management link in a few "
1116
  "Váš požadavek byl zpracován. V nejbližší době by jste měli obdržet odkaz v "
1117
  "emailu."
1118
 
1119
+ #: utils/stcr_manage.php:235
1120
  msgid ""
1121
  "You can follow the discussion on <strong>[post_title]</strong> without "
1122
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1125
  "Zasílat upozornění na nové komentáře k článku » [post_title] « .\n"
1126
  " E-mailovou adresu vyplňte do pole níže. Bude vám zaslán potvrzovací odkaz. "
1127
 
1128
+ #: utils/stcr_manage.php:236
1129
  msgid ""
1130
  "Thank you for using our subscription service. Your request has been "
1131
  "completed. You will receive a notification email every time a new comment to "
1134
  "Váš požadavek byl zpracován. Váš odběr upozornění na nové komentáře k tomuto "
1135
  "článku je aktivní."
1136
 
1137
+ #: utils/stcr_manage.php:237
1138
  msgid ""
1139
  "Thank you for using our subscription service. In order to confirm your "
1140
  "request, please check your email for the verification message and follow the "
1143
  "Váš požadavek byl zpracován. Pro potvrzení požadavku naleznete ve vašem "
1144
  "emailu potvrzovací odkaz."
1145
 
1146
+ #: utils/stcr_manage.php:238
1147
  msgid ""
1148
  "In order to cancel or suspend one or more notifications, select the "
1149
  "corresponding checkbox(es) and click on the button at the end of the list."
1151
  "Pro editaci upozornění vyberte odpovídající odběr, zaškrtněte volbu a "
1152
  "potvrďte."
1153
 
1154
+ #: utils/stcr_manage.php:239
1155
  msgid ""
1156
  "In order to cancel or suspend one or more notifications, select the "
1157
  "corresponding checkbox(es) and click on the button at the end of the list. "
1161
  "chcete změnit či zrušit zaškrtněte volbu a klikntěte na tlačítko "
1162
  "aktualizovat, pokud změnu nechcete pokračujte třeba přes menu):"
1163
 
1164
+ #: utils/stcr_manage.php:243
1165
  msgid "There is a new comment to [post_title]"
1166
  msgstr "Nový komentář k článku: [post_title]"
1167
 
1168
+ #: utils/stcr_manage.php:244
1169
  msgid ""
1170
  "There is a new comment to [post_title].\n"
1171
  "Comment Link: [comment_permalink]\n"
1184
  "Upravit odběry upozornění: [manager_link]\n"
1185
  "\t\t\t\t\t"
1186
 
1187
+ #: utils/stcr_manage.php:245
1188
  msgid "Please confirm your subscription to [post_title]"
1189
  msgstr "Potvrďte odběr upozornění na nové komentáře k článku [post_title]"
1190
 
1191
+ #: utils/stcr_manage.php:246
1192
  msgid ""
1193
  "You have requested to be notified every time a new comment is added to:\n"
1194
  "[post_permalink]\n"
1203
  "Požadavek potvrďte prosím kliknutím na odkaz:\n"
1204
  "[confirm_link] "
1205
 
1206
+ #: utils/stcr_manage.php:247
1207
  msgid "Manage your subscriptions on [blog_name]"
1208
  msgstr "Upravit odběr upozornění na nové komentáře z [blog_name]"
1209
 
1210
+ #: utils/stcr_manage.php:248
1211
  msgid ""
1212
  "You have requested to manage your subscriptions to the articles on "
1213
  "[blog_name]. Please check the Subscriptions management link in your email"
1214
  msgstr ""
1215
 
1216
+ #: utils/stcr_manage.php:249
1217
  msgid ""
1218
  "You have requested to manage your subscriptions to the articles on "
1219
  "[blog_name]. Follow this link to access your personal page:\n"
1223
  "[blog_name] byl zpracován. Klikněte prosím zde pro úpravy:\n"
1224
  " [manager_link]"
1225
 
1226
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1227
  msgid "StCR System"
1228
  msgstr ""
1229
 
1230
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1231
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1232
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1233
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1234
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1235
  msgid "You do not have sufficient permissions to access this page."
1236
  msgstr ""
1237
 
1238
+ #: utils/stcr_manage.php:765
1239
  msgid "Subscriptions"
1240
  msgstr "Odběry "
1241
 
1242
+ #: utils/stcr_manage.php:821
1243
  msgid ""
1244
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1245
  msgstr "Potřebujete pomoci? Navštivte oficiální"
1246
 
1247
+ #: utils/stcr_manage.php:821
1248
  msgid "support forum"
1249
  msgstr "fórum podpory"
1250
 
1251
+ #: utils/stcr_manage.php:822
1252
  msgid "Feeling generous?"
1253
  msgstr "Chcete být štědrý?"
1254
 
1255
+ #: utils/stcr_manage.php:822
1256
  msgid "Donate a few bucks!"
1257
  msgstr "Přispět několika chechtáky!"
1258
 
1385
 
1386
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1387
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1388
+ #: utils/stcr_upgrade.php:492
1389
  msgid ""
1390
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1391
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1460
  "previous 160831 version."
1461
  msgstr ""
1462
 
1463
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1464
+ msgid "Settings"
1465
  msgstr ""
1466
 
1467
+ #: utils/stcr_upgrade.php:485
1468
+ msgid ""
1469
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1470
+ "160915"
1471
+ msgstr ""
1472
+
1473
+ #: utils/stcr_upgrade.php:486
1474
+ msgid "This version includes fixes and improvements, "
1475
+ msgstr ""
1476
+
1477
+ #: utils/stcr_upgrade.php:489
1478
+ msgid ""
1479
+ "<strong>Change</strong> the radio buttons in the management page for a "
1480
+ "dropdown."
1481
+ msgstr ""
1482
+
1483
+ #: utils/stcr_upgrade.php:490
1484
+ msgid ""
1485
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1486
+ msgstr ""
1487
+
1488
+ #: utils/stcr_utils.php:195
1489
+ msgid "StCR Notification"
1490
  msgstr ""
1491
 
1492
+ #: wp_subscribe_reloaded.php:1094
1493
  msgid "Don't subscribe"
1494
  msgstr "Neodebírat"
1495
 
1496
+ #: wp_subscribe_reloaded.php:1095
1497
  msgid "All"
1498
  msgstr "Odebírat (na všechny komentáře)"
1499
 
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: 2016-09-02 19:27-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:27-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: da_DK\n"
@@ -15,37 +15,37 @@ msgstr ""
15
  "X-Generator: Poedit 1.8.7.1\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
19
- #: utils/stcr_manage.php:383
20
  msgid "Manage subscriptions"
21
  msgstr "Rediger dine abonnementer"
22
 
23
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
24
  msgid "Comment Form"
25
  msgstr "Kommentar skema"
26
 
27
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
28
  msgid "Management Page"
29
  msgstr "Administrations side"
30
 
31
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
32
  msgid "Notifications"
33
  msgstr "E-mail emne"
34
 
35
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
36
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
37
  msgid "Options"
38
  msgstr "Indstillinger"
39
 
40
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
41
  msgid "You can help"
42
  msgstr ""
43
 
44
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
45
  msgid "Support"
46
  msgstr "Support"
47
 
48
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
49
  msgid "Donate"
50
  msgstr ""
51
 
@@ -59,8 +59,8 @@ msgid "Post:"
59
  msgstr "Rækker:"
60
 
61
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
62
- #: options/panel1.php:133 templates/key_expired.php:84
63
- #: templates/request-management-link.php:84 templates/subscribe.php:104
64
  #: templates/user.php:57
65
  msgid "Email"
66
  msgstr "E-mail"
@@ -297,8 +297,8 @@ msgstr ""
297
  msgid "Inactive"
298
  msgstr "Opgave"
299
 
300
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
301
- #: templates/user.php:70
302
  msgid "Delete"
303
  msgstr "Slet"
304
 
@@ -318,7 +318,7 @@ msgstr "Opgave:"
318
  msgid "Delete forever"
319
  msgstr "Slet for altid"
320
 
321
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
322
  msgid "Suspend"
323
  msgstr "Annuller"
324
 
@@ -330,11 +330,11 @@ msgstr ""
330
  msgid "Activate and set to R"
331
  msgstr ""
332
 
333
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
334
  msgid "Activate"
335
  msgstr ""
336
 
337
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
338
  msgid "Update subscriptions"
339
  msgstr "Opdater abonnementer"
340
 
@@ -387,27 +387,28 @@ msgid "Author label"
387
  msgstr "Forfatter besked"
388
 
389
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
390
- #: options/panel5.php:18 options/panel5.php:60
391
  msgid "Your settings have been successfully updated."
392
  msgstr "Dine indstillinger er blevet opdateret."
393
 
394
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
395
- #: options/panel5.php:20 options/panel5.php:62
396
  msgid "There was an error updating the following fields:"
397
  msgstr "Der var en fejl i opdateringen af disse felter:"
398
 
399
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
400
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
401
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
402
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
403
  msgid "Yes"
404
  msgstr "Ja"
405
 
406
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
407
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
408
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
409
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
410
- #: utils/stcr_manage.php:784
411
  msgid "No"
412
  msgstr "Nej"
413
 
@@ -509,7 +510,7 @@ msgstr ""
509
  "Besked vist til forfattere (og administratorer). Tilladt tag: [manager_link]"
510
 
511
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
512
- #: options/panel5.php:195
513
  msgid "Save Changes"
514
  msgstr "Gem ændringer"
515
 
@@ -780,57 +781,61 @@ msgstr "Emnet i bekræftelses e-mailen. Tilladt tag: [post_title]"
780
  msgid "Safetly Uninstall"
781
  msgstr ""
782
 
783
- #: options/panel5.php:31 options/panel5.php:84
784
  msgid "Autopurge requests"
785
  msgstr "Autoslet forespørgsler"
786
 
787
- #: options/panel5.php:34 options/panel5.php:93
788
  msgid "Enable double check"
789
  msgstr "Slå bekræftelse til"
790
 
791
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
792
  msgid "Subscribe authors"
793
  msgstr "Abonnements besked"
794
 
795
- #: options/panel5.php:40 options/panel5.php:111
796
  msgid "Enable HTML emails"
797
  msgstr "Slå HTML e-mails til"
798
 
799
- #: options/panel5.php:43
800
  msgid "HTMLify Links in HTML emails"
801
  msgstr ""
802
 
803
- #: options/panel5.php:46
804
  msgid "Send trackbacks"
805
  msgstr "Send trackbacks"
806
 
807
- #: options/panel5.php:49
808
  msgid "Notify admin"
809
  msgstr "Adviser administrator"
810
 
811
- #: options/panel5.php:52 options/panel5.php:149
812
  msgid "Let admin subscribe"
813
  msgstr "Lad administrator abonnere"
814
 
815
- #: options/panel5.php:55 options/panel5.php:158
816
  msgid "BCC admin on Notifications"
817
  msgstr "E-mail emne"
818
 
819
- #: options/panel5.php:76
820
  msgid "Safely Uninstall"
821
  msgstr ""
822
 
823
- #: options/panel5.php:80
824
  msgid ""
825
  "This option will allow you to delete the plugin with WordPress without "
826
  "loosing your subscribers. Any database table and plugin options are wipeout."
827
  msgstr ""
828
 
829
- #: options/panel5.php:87
830
  msgid "days"
831
  msgstr "dage"
832
 
833
- #: options/panel5.php:88
834
  msgid ""
835
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
836
  "this feature."
@@ -838,7 +843,14 @@ msgstr ""
838
  "Slet afventende abonnementer (ikke bekræftede) after X dage. 0 slår denne "
839
  "funktion fra."
840
 
841
- #: options/panel5.php:97
 
 
 
 
 
 
 
842
  msgid ""
843
  "Send a notification email to confirm the subscription (to avoid addresses "
844
  "misuse)."
@@ -846,12 +858,12 @@ msgstr ""
846
  "Send en bekræftelses e-mail for at bekræfte abonnement (for at undgå e-mail "
847
  "adresse misbrug)."
848
 
849
- #: options/panel5.php:106
850
  msgid ""
851
  "Automatically subscribe authors to their own articles (not retroactive)."
852
  msgstr ""
853
 
854
- #: options/panel5.php:115
855
  msgid ""
856
  "If enabled, will send email messages with content-type = text/html instead "
857
  "of text/plain"
@@ -859,57 +871,57 @@ msgstr ""
859
  "Hvis slået til, så vil e-mail beskeder indeholde = tekst/html i stedet for "
860
  "tekst/plain"
861
 
862
- #: options/panel5.php:120
863
  msgid "HTMLify links in emails"
864
  msgstr ""
865
 
866
- #: options/panel5.php:125
867
  msgid ""
868
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
869
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
870
  msgstr ""
871
 
872
- #: options/panel5.php:130
873
  msgid "Process trackbacks"
874
  msgstr "Send trackbacks"
875
 
876
- #: options/panel5.php:134
877
  msgid ""
878
  "Notify users when a new trackback or pingback is added to the discussion."
879
  msgstr ""
880
  "Adviser abonnenter når en ny trackback eller pingback er tilføjet til "
881
  "kommentarer."
882
 
883
- #: options/panel5.php:139
884
  msgid "Track all subscriptions"
885
  msgstr "Advisering ved abonnementer"
886
 
887
- #: options/panel5.php:144
888
  msgid "Notify the administrator when users subscribe without commenting."
889
  msgstr "Adviser administrator når brugere abonnerer uden at kommentere."
890
 
891
- #: options/panel5.php:153
892
  msgid "Let the administrator subscribe to comments when logged in."
893
  msgstr ""
894
  "Lad administrator abonnere på kommentarer når administrator er logget ind."
895
 
896
- #: options/panel5.php:162
897
  msgid "Send a copy of all Notifications to the administrator."
898
  msgstr ""
899
 
900
- #: options/panel5.php:167
901
  msgid "StCR Unique Key"
902
  msgstr ""
903
 
904
- #: options/panel5.php:172
905
  msgid "This Unique Key is not set, please click the following button to "
906
  msgstr ""
907
 
908
- #: options/panel5.php:176 options/panel5.php:187
909
  msgid "Generate"
910
  msgstr ""
911
 
912
- #: options/panel5.php:184
913
  msgid ""
914
  "This Unique Key will be use to send the notification to your subscribers "
915
  "with more security."
@@ -1020,16 +1032,20 @@ msgstr "Vælg alt"
1020
  msgid "Invert selection"
1021
  msgstr "Vend det udvalgte"
1022
 
1023
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1024
  msgid "All comments"
1025
  msgstr ""
1026
 
1027
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1028
  msgid "Replies to my comments"
1029
  msgstr ""
1030
 
1031
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1032
- #: templates/user.php:79
1033
  msgid "No subscriptions match your search criteria."
1034
  msgstr ""
1035
 
@@ -1039,16 +1055,16 @@ msgid ""
1039
  "enter your email below and a new link will be send."
1040
  msgstr ""
1041
 
1042
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1043
- #: templates/subscribe.php:106
1044
  msgid "Send"
1045
  msgstr "Send"
1046
 
1047
- #: templates/subscribe.php:43 templates/subscribe.php:44
1048
  msgid "New subscription to"
1049
  msgstr "Ny abonnent til"
1050
 
1051
- #: templates/subscribe.php:44
1052
  msgid "User:"
1053
  msgstr "Bruger:"
1054
 
@@ -1060,7 +1076,7 @@ msgstr ""
1060
  msgid "You have request to manage another email address and this is forbidden."
1061
  msgstr ""
1062
 
1063
- #: utils/stcr_manage.php:246
1064
  msgid ""
1065
  "Notify me of followup comments via e-mail. You can also <a "
1066
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1068,7 +1084,7 @@ msgstr ""
1068
  "Giv mig besked ved andre kommentarer via e-mail. Du kan også <a "
1069
  "href='[subscribe_link]'>abonnere</a> uden at kommentere."
1070
 
1071
- #: utils/stcr_manage.php:247
1072
  msgid ""
1073
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1074
  "subscriptions."
@@ -1076,7 +1092,7 @@ msgstr ""
1076
  "Du abonnerer på dette indlæg. <a href='[manager_link]'>Rediger</a> dine "
1077
  "abonnementer."
1078
 
1079
- #: utils/stcr_manage.php:248
1080
  msgid ""
1081
  "Your subscription to this post needs to be confirmed. <a "
1082
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1084,13 +1100,13 @@ msgstr ""
1084
  "Dit abonnement til dette indlæg kræver bekræftelse. <a "
1085
  "href='[manager_link]'>Rediger dine abonnementer</a>."
1086
 
1087
- #: utils/stcr_manage.php:249
1088
  msgid ""
1089
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1090
  msgstr ""
1091
  "Du kan <a href='[manager_link]'>redigere abonnementerne</a> til dette indlæg."
1092
 
1093
- #: utils/stcr_manage.php:255
1094
  msgid ""
1095
  "To manage your subscriptions, please enter your email address here below. We "
1096
  "will send you a message containing the link to access your personal "
@@ -1100,7 +1116,7 @@ msgstr ""
1100
  "herunder. Vi sender dig en besked med et link til din personlige abonnement "
1101
  "side."
1102
 
1103
- #: utils/stcr_manage.php:256
1104
  msgid ""
1105
  "Thank you for using our subscription service. Your request has been "
1106
  "completed, and you should receive an email with the management link in a few "
@@ -1110,7 +1126,7 @@ msgstr ""
1110
  "vil modtage en e-mail med et link med adgang til din personlige abonnements "
1111
  "side."
1112
 
1113
- #: utils/stcr_manage.php:257
1114
  msgid ""
1115
  "You can follow the discussion on <strong>[post_title]</strong> without "
1116
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1120,7 +1136,7 @@ msgstr ""
1120
  "behøver at skrive en kommentar. Bare indtast din e-mail adresse i felter "
1121
  "nedenfor og du vil blive orienteret ved nye kommentarer."
1122
 
1123
- #: utils/stcr_manage.php:258
1124
  msgid ""
1125
  "Thank you for using our subscription service. Your request has been "
1126
  "completed. You will receive a notification email every time a new comment to "
@@ -1130,7 +1146,7 @@ msgstr ""
1130
  "vil modtage en e-mail hver gang en ny kommentar bliver godkendt af "
1131
  "administrator."
1132
 
1133
- #: utils/stcr_manage.php:259
1134
  msgid ""
1135
  "Thank you for using our subscription service. In order to confirm your "
1136
  "request, please check your email for the verification message and follow the "
@@ -1140,7 +1156,7 @@ msgstr ""
1140
  "forespørgsel, tjek din e-mail for en bekræftelses e-mail og følg "
1141
  "instruktionerne i denne e-mail."
1142
 
1143
- #: utils/stcr_manage.php:260
1144
  msgid ""
1145
  "In order to cancel or suspend one or more notifications, select the "
1146
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1149,7 +1165,7 @@ msgstr ""
1149
  "korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor "
1150
  "listen."
1151
 
1152
- #: utils/stcr_manage.php:261
1153
  msgid ""
1154
  "In order to cancel or suspend one or more notifications, select the "
1155
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1159,11 +1175,11 @@ msgstr ""
1159
  "korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor "
1160
  "listen. Du abonnerer i øjeblikket på:"
1161
 
1162
- #: utils/stcr_manage.php:265
1163
  msgid "There is a new comment to [post_title]"
1164
  msgstr "Der er en ny kommentar til [post_title]"
1165
 
1166
- #: utils/stcr_manage.php:266
1167
  msgid ""
1168
  "There is a new comment to [post_title].\n"
1169
  "Comment Link: [comment_permalink]\n"
@@ -1178,11 +1194,11 @@ msgstr ""
1178
  "[comment_content]Link til indlæg: [post_permalink]Rediger dit abonnement på "
1179
  "kommentarer: [manager_link]"
1180
 
1181
- #: utils/stcr_manage.php:267
1182
  msgid "Please confirm your subscription to [post_title]"
1183
  msgstr "Venligst bekræft dit abonnement på kommentarer til [post_title]"
1184
 
1185
- #: utils/stcr_manage.php:268
1186
  msgid ""
1187
  "You have requested to be notified every time a new comment is added to:\n"
1188
  "[post_permalink]\n"
@@ -1193,17 +1209,17 @@ msgstr ""
1193
  "Du har bedt om at blive adviseret hver gang der kommer en ny kommentar til: "
1194
  "[post_permalink]Venligst bekræft dette ved at følge dette link:[confirm_link]"
1195
 
1196
- #: utils/stcr_manage.php:269
1197
  msgid "Manage your subscriptions on [blog_name]"
1198
  msgstr "Rediger dit abonnement på kommentarer på [blog_name]"
1199
 
1200
- #: utils/stcr_manage.php:270
1201
  msgid ""
1202
  "You have requested to manage your subscriptions to the articles on "
1203
  "[blog_name]. Please check the Subscriptions management link in your email"
1204
  msgstr ""
1205
 
1206
- #: utils/stcr_manage.php:271
1207
  msgid ""
1208
  "You have requested to manage your subscriptions to the articles on "
1209
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1212,38 +1228,38 @@ msgstr ""
1212
  "Du har bedt om at redigere dit abonnement på kommentarer på [blog_name].Følg "
1213
  "dette link for at komme til din personlige abonnements side:[manager_link]"
1214
 
1215
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1216
  msgid "StCR System"
1217
  msgstr ""
1218
 
1219
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1220
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1221
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1222
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1223
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1224
  msgid "You do not have sufficient permissions to access this page."
1225
  msgstr ""
1226
 
1227
- #: utils/stcr_manage.php:755
1228
  msgid "Subscriptions"
1229
  msgstr "Abonnementer til"
1230
 
1231
- #: utils/stcr_manage.php:811
1232
  msgid ""
1233
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1234
  msgstr ""
1235
  "Brug for hjælp til at bruge Subscribe to Comments Reloaded? Besøg den "
1236
  "officielle"
1237
 
1238
- #: utils/stcr_manage.php:811
1239
  msgid "support forum"
1240
  msgstr "support forum"
1241
 
1242
- #: utils/stcr_manage.php:812
1243
  msgid "Feeling generous?"
1244
  msgstr "Føler du dig generøs?"
1245
 
1246
- #: utils/stcr_manage.php:812
1247
  msgid "Donate a few bucks!"
1248
  msgstr "Doner et par dollar!"
1249
 
@@ -1376,6 +1392,7 @@ msgstr ""
1376
 
1377
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1378
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1379
  msgid ""
1380
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1381
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1450,19 +1467,40 @@ msgid ""
1450
  "previous 160831 version."
1451
  msgstr ""
1452
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1453
  #: utils/stcr_utils.php:195
1454
  msgid "StCR Notification"
1455
  msgstr "E-mail emne"
1456
 
1457
- #: wp_subscribe_reloaded.php:114
1458
- msgid "Settings"
1459
- msgstr ""
1460
-
1461
- #: wp_subscribe_reloaded.php:1086
1462
  msgid "Don't subscribe"
1463
  msgstr "Lad administrator abonnere"
1464
 
1465
- #: wp_subscribe_reloaded.php:1087
1466
  msgid "All"
1467
  msgstr ""
1468
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:02-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:02-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: da_DK\n"
15
  "X-Generator: Poedit 1.8.7.1\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
19
+ #: utils/stcr_manage.php:393
20
  msgid "Manage subscriptions"
21
  msgstr "Rediger dine abonnementer"
22
 
23
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
24
  msgid "Comment Form"
25
  msgstr "Kommentar skema"
26
 
27
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
28
  msgid "Management Page"
29
  msgstr "Administrations side"
30
 
31
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
32
  msgid "Notifications"
33
  msgstr "E-mail emne"
34
 
35
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
36
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
37
  msgid "Options"
38
  msgstr "Indstillinger"
39
 
40
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
41
  msgid "You can help"
42
  msgstr ""
43
 
44
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
45
  msgid "Support"
46
  msgstr "Support"
47
 
48
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
49
  msgid "Donate"
50
  msgstr ""
51
 
59
  msgstr "Rækker:"
60
 
61
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
62
+ #: options/panel1.php:133 templates/key_expired.php:74
63
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
64
  #: templates/user.php:57
65
  msgid "Email"
66
  msgstr "E-mail"
297
  msgid "Inactive"
298
  msgstr "Opgave"
299
 
300
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
301
+ #: templates/user.php:73
302
  msgid "Delete"
303
  msgstr "Slet"
304
 
318
  msgid "Delete forever"
319
  msgstr "Slet for altid"
320
 
321
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
322
  msgid "Suspend"
323
  msgstr "Annuller"
324
 
330
  msgid "Activate and set to R"
331
  msgstr ""
332
 
333
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
334
  msgid "Activate"
335
  msgstr ""
336
 
337
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
338
  msgid "Update subscriptions"
339
  msgstr "Opdater abonnementer"
340
 
387
  msgstr "Forfatter besked"
388
 
389
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
390
+ #: options/panel5.php:18 options/panel5.php:63
391
  msgid "Your settings have been successfully updated."
392
  msgstr "Dine indstillinger er blevet opdateret."
393
 
394
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
395
+ #: options/panel5.php:20 options/panel5.php:65
396
  msgid "There was an error updating the following fields:"
397
  msgstr "Der var en fejl i opdateringen af disse felter:"
398
 
399
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
400
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
401
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
402
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
403
+ #: options/panel5.php:172
404
  msgid "Yes"
405
  msgstr "Ja"
406
 
407
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
408
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
409
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
410
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
411
+ #: options/panel5.php:173 utils/stcr_manage.php:794
412
  msgid "No"
413
  msgstr "Nej"
414
 
510
  "Besked vist til forfattere (og administratorer). Tilladt tag: [manager_link]"
511
 
512
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
513
+ #: options/panel5.php:207
514
  msgid "Save Changes"
515
  msgstr "Gem ændringer"
516
 
781
  msgid "Safetly Uninstall"
782
  msgstr ""
783
 
784
+ #: options/panel5.php:31 options/panel5.php:87
785
  msgid "Autopurge requests"
786
  msgstr "Autoslet forespørgsler"
787
 
788
+ #: options/panel5.php:34 options/panel5.php:105
789
  msgid "Enable double check"
790
  msgstr "Slå bekræftelse til"
791
 
792
+ #: options/panel5.php:37 options/panel5.php:96
793
+ msgid "StCR Position"
794
+ msgstr ""
795
+
796
+ #: options/panel5.php:40 options/panel5.php:113
797
  msgid "Subscribe authors"
798
  msgstr "Abonnements besked"
799
 
800
+ #: options/panel5.php:43 options/panel5.php:123
801
  msgid "Enable HTML emails"
802
  msgstr "Slå HTML e-mails til"
803
 
804
+ #: options/panel5.php:46
805
  msgid "HTMLify Links in HTML emails"
806
  msgstr ""
807
 
808
+ #: options/panel5.php:49
809
  msgid "Send trackbacks"
810
  msgstr "Send trackbacks"
811
 
812
+ #: options/panel5.php:52
813
  msgid "Notify admin"
814
  msgstr "Adviser administrator"
815
 
816
+ #: options/panel5.php:55 options/panel5.php:161
817
  msgid "Let admin subscribe"
818
  msgstr "Lad administrator abonnere"
819
 
820
+ #: options/panel5.php:58 options/panel5.php:170
821
  msgid "BCC admin on Notifications"
822
  msgstr "E-mail emne"
823
 
824
+ #: options/panel5.php:79
825
  msgid "Safely Uninstall"
826
  msgstr ""
827
 
828
+ #: options/panel5.php:83
829
  msgid ""
830
  "This option will allow you to delete the plugin with WordPress without "
831
  "loosing your subscribers. Any database table and plugin options are wipeout."
832
  msgstr ""
833
 
834
+ #: options/panel5.php:90
835
  msgid "days"
836
  msgstr "dage"
837
 
838
+ #: options/panel5.php:91
839
  msgid ""
840
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
841
  "this feature."
843
  "Slet afventende abonnementer (ikke bekræftede) after X dage. 0 slår denne "
844
  "funktion fra."
845
 
846
+ #: options/panel5.php:100
847
+ msgid ""
848
+ "If this option is enable the subscription box will be above the submit "
849
+ "button in your comment form. Use this when your theme is outdated and using "
850
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
851
+ msgstr ""
852
+
853
+ #: options/panel5.php:109
854
  msgid ""
855
  "Send a notification email to confirm the subscription (to avoid addresses "
856
  "misuse)."
858
  "Send en bekræftelses e-mail for at bekræfte abonnement (for at undgå e-mail "
859
  "adresse misbrug)."
860
 
861
+ #: options/panel5.php:118
862
  msgid ""
863
  "Automatically subscribe authors to their own articles (not retroactive)."
864
  msgstr ""
865
 
866
+ #: options/panel5.php:127
867
  msgid ""
868
  "If enabled, will send email messages with content-type = text/html instead "
869
  "of text/plain"
871
  "Hvis slået til, så vil e-mail beskeder indeholde = tekst/html i stedet for "
872
  "tekst/plain"
873
 
874
+ #: options/panel5.php:132
875
  msgid "HTMLify links in emails"
876
  msgstr ""
877
 
878
+ #: options/panel5.php:137
879
  msgid ""
880
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
881
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
882
  msgstr ""
883
 
884
+ #: options/panel5.php:142
885
  msgid "Process trackbacks"
886
  msgstr "Send trackbacks"
887
 
888
+ #: options/panel5.php:146
889
  msgid ""
890
  "Notify users when a new trackback or pingback is added to the discussion."
891
  msgstr ""
892
  "Adviser abonnenter når en ny trackback eller pingback er tilføjet til "
893
  "kommentarer."
894
 
895
+ #: options/panel5.php:151
896
  msgid "Track all subscriptions"
897
  msgstr "Advisering ved abonnementer"
898
 
899
+ #: options/panel5.php:156
900
  msgid "Notify the administrator when users subscribe without commenting."
901
  msgstr "Adviser administrator når brugere abonnerer uden at kommentere."
902
 
903
+ #: options/panel5.php:165
904
  msgid "Let the administrator subscribe to comments when logged in."
905
  msgstr ""
906
  "Lad administrator abonnere på kommentarer når administrator er logget ind."
907
 
908
+ #: options/panel5.php:174
909
  msgid "Send a copy of all Notifications to the administrator."
910
  msgstr ""
911
 
912
+ #: options/panel5.php:179
913
  msgid "StCR Unique Key"
914
  msgstr ""
915
 
916
+ #: options/panel5.php:184
917
  msgid "This Unique Key is not set, please click the following button to "
918
  msgstr ""
919
 
920
+ #: options/panel5.php:188 options/panel5.php:199
921
  msgid "Generate"
922
  msgstr ""
923
 
924
+ #: options/panel5.php:196
925
  msgid ""
926
  "This Unique Key will be use to send the notification to your subscribers "
927
  "with more security."
1032
  msgid "Invert selection"
1033
  msgstr "Vend det udvalgte"
1034
 
1035
+ #: templates/author.php:73 templates/user.php:72
1036
+ msgid "Choose your action"
1037
+ msgstr ""
1038
+
1039
+ #: templates/author.php:76 templates/user.php:75
1040
  msgid "All comments"
1041
  msgstr ""
1042
 
1043
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1044
  msgid "Replies to my comments"
1045
  msgstr ""
1046
 
1047
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1048
+ #: templates/user.php:84
1049
  msgid "No subscriptions match your search criteria."
1050
  msgstr ""
1051
 
1055
  "enter your email below and a new link will be send."
1056
  msgstr ""
1057
 
1058
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1059
+ #: templates/subscribe.php:95
1060
  msgid "Send"
1061
  msgstr "Send"
1062
 
1063
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1064
  msgid "New subscription to"
1065
  msgstr "Ny abonnent til"
1066
 
1067
+ #: templates/subscribe.php:46
1068
  msgid "User:"
1069
  msgstr "Bruger:"
1070
 
1076
  msgid "You have request to manage another email address and this is forbidden."
1077
  msgstr ""
1078
 
1079
+ #: utils/stcr_manage.php:224
1080
  msgid ""
1081
  "Notify me of followup comments via e-mail. You can also <a "
1082
  "href='[subscribe_link]'>subscribe</a> without commenting."
1084
  "Giv mig besked ved andre kommentarer via e-mail. Du kan også <a "
1085
  "href='[subscribe_link]'>abonnere</a> uden at kommentere."
1086
 
1087
+ #: utils/stcr_manage.php:225
1088
  msgid ""
1089
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1090
  "subscriptions."
1092
  "Du abonnerer på dette indlæg. <a href='[manager_link]'>Rediger</a> dine "
1093
  "abonnementer."
1094
 
1095
+ #: utils/stcr_manage.php:226
1096
  msgid ""
1097
  "Your subscription to this post needs to be confirmed. <a "
1098
  "href='[manager_link]'>Manage your subscriptions</a>."
1100
  "Dit abonnement til dette indlæg kræver bekræftelse. <a "
1101
  "href='[manager_link]'>Rediger dine abonnementer</a>."
1102
 
1103
+ #: utils/stcr_manage.php:227
1104
  msgid ""
1105
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1106
  msgstr ""
1107
  "Du kan <a href='[manager_link]'>redigere abonnementerne</a> til dette indlæg."
1108
 
1109
+ #: utils/stcr_manage.php:233
1110
  msgid ""
1111
  "To manage your subscriptions, please enter your email address here below. We "
1112
  "will send you a message containing the link to access your personal "
1116
  "herunder. Vi sender dig en besked med et link til din personlige abonnement "
1117
  "side."
1118
 
1119
+ #: utils/stcr_manage.php:234
1120
  msgid ""
1121
  "Thank you for using our subscription service. Your request has been "
1122
  "completed, and you should receive an email with the management link in a few "
1126
  "vil modtage en e-mail med et link med adgang til din personlige abonnements "
1127
  "side."
1128
 
1129
+ #: utils/stcr_manage.php:235
1130
  msgid ""
1131
  "You can follow the discussion on <strong>[post_title]</strong> without "
1132
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1136
  "behøver at skrive en kommentar. Bare indtast din e-mail adresse i felter "
1137
  "nedenfor og du vil blive orienteret ved nye kommentarer."
1138
 
1139
+ #: utils/stcr_manage.php:236
1140
  msgid ""
1141
  "Thank you for using our subscription service. Your request has been "
1142
  "completed. You will receive a notification email every time a new comment to "
1146
  "vil modtage en e-mail hver gang en ny kommentar bliver godkendt af "
1147
  "administrator."
1148
 
1149
+ #: utils/stcr_manage.php:237
1150
  msgid ""
1151
  "Thank you for using our subscription service. In order to confirm your "
1152
  "request, please check your email for the verification message and follow the "
1156
  "forespørgsel, tjek din e-mail for en bekræftelses e-mail og følg "
1157
  "instruktionerne i denne e-mail."
1158
 
1159
+ #: utils/stcr_manage.php:238
1160
  msgid ""
1161
  "In order to cancel or suspend one or more notifications, select the "
1162
  "corresponding checkbox(es) and click on the button at the end of the list."
1165
  "korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor "
1166
  "listen."
1167
 
1168
+ #: utils/stcr_manage.php:239
1169
  msgid ""
1170
  "In order to cancel or suspend one or more notifications, select the "
1171
  "corresponding checkbox(es) and click on the button at the end of the list. "
1175
  "korrekte korrekte indlæg og vælg hvad der skal ske via knappen nedenfor "
1176
  "listen. Du abonnerer i øjeblikket på:"
1177
 
1178
+ #: utils/stcr_manage.php:243
1179
  msgid "There is a new comment to [post_title]"
1180
  msgstr "Der er en ny kommentar til [post_title]"
1181
 
1182
+ #: utils/stcr_manage.php:244
1183
  msgid ""
1184
  "There is a new comment to [post_title].\n"
1185
  "Comment Link: [comment_permalink]\n"
1194
  "[comment_content]Link til indlæg: [post_permalink]Rediger dit abonnement på "
1195
  "kommentarer: [manager_link]"
1196
 
1197
+ #: utils/stcr_manage.php:245
1198
  msgid "Please confirm your subscription to [post_title]"
1199
  msgstr "Venligst bekræft dit abonnement på kommentarer til [post_title]"
1200
 
1201
+ #: utils/stcr_manage.php:246
1202
  msgid ""
1203
  "You have requested to be notified every time a new comment is added to:\n"
1204
  "[post_permalink]\n"
1209
  "Du har bedt om at blive adviseret hver gang der kommer en ny kommentar til: "
1210
  "[post_permalink]Venligst bekræft dette ved at følge dette link:[confirm_link]"
1211
 
1212
+ #: utils/stcr_manage.php:247
1213
  msgid "Manage your subscriptions on [blog_name]"
1214
  msgstr "Rediger dit abonnement på kommentarer på [blog_name]"
1215
 
1216
+ #: utils/stcr_manage.php:248
1217
  msgid ""
1218
  "You have requested to manage your subscriptions to the articles on "
1219
  "[blog_name]. Please check the Subscriptions management link in your email"
1220
  msgstr ""
1221
 
1222
+ #: utils/stcr_manage.php:249
1223
  msgid ""
1224
  "You have requested to manage your subscriptions to the articles on "
1225
  "[blog_name]. Follow this link to access your personal page:\n"
1228
  "Du har bedt om at redigere dit abonnement på kommentarer på [blog_name].Følg "
1229
  "dette link for at komme til din personlige abonnements side:[manager_link]"
1230
 
1231
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1232
  msgid "StCR System"
1233
  msgstr ""
1234
 
1235
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1236
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1237
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1238
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1239
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1240
  msgid "You do not have sufficient permissions to access this page."
1241
  msgstr ""
1242
 
1243
+ #: utils/stcr_manage.php:765
1244
  msgid "Subscriptions"
1245
  msgstr "Abonnementer til"
1246
 
1247
+ #: utils/stcr_manage.php:821
1248
  msgid ""
1249
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1250
  msgstr ""
1251
  "Brug for hjælp til at bruge Subscribe to Comments Reloaded? Besøg den "
1252
  "officielle"
1253
 
1254
+ #: utils/stcr_manage.php:821
1255
  msgid "support forum"
1256
  msgstr "support forum"
1257
 
1258
+ #: utils/stcr_manage.php:822
1259
  msgid "Feeling generous?"
1260
  msgstr "Føler du dig generøs?"
1261
 
1262
+ #: utils/stcr_manage.php:822
1263
  msgid "Donate a few bucks!"
1264
  msgstr "Doner et par dollar!"
1265
 
1392
 
1393
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1394
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1395
+ #: utils/stcr_upgrade.php:492
1396
  msgid ""
1397
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1398
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1467
  "previous 160831 version."
1468
  msgstr ""
1469
 
1470
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1471
+ msgid "Settings"
1472
+ msgstr ""
1473
+
1474
+ #: utils/stcr_upgrade.php:485
1475
+ msgid ""
1476
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1477
+ "160915"
1478
+ msgstr ""
1479
+
1480
+ #: utils/stcr_upgrade.php:486
1481
+ msgid "This version includes fixes and improvements, "
1482
+ msgstr ""
1483
+
1484
+ #: utils/stcr_upgrade.php:489
1485
+ msgid ""
1486
+ "<strong>Change</strong> the radio buttons in the management page for a "
1487
+ "dropdown."
1488
+ msgstr ""
1489
+
1490
+ #: utils/stcr_upgrade.php:490
1491
+ msgid ""
1492
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1493
+ msgstr ""
1494
+
1495
  #: utils/stcr_utils.php:195
1496
  msgid "StCR Notification"
1497
  msgstr "E-mail emne"
1498
 
1499
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1500
  msgid "Don't subscribe"
1501
  msgstr "Lad administrator abonnere"
1502
 
1503
+ #: wp_subscribe_reloaded.php:1095
1504
  msgid "All"
1505
  msgstr ""
1506
 
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: 2016-09-02 19:27-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:27-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de\n"
@@ -119,37 +119,37 @@ msgstr ""
119
  msgid "-h"
120
  msgstr ""
121
 
122
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
123
- #: utils/stcr_manage.php:383
124
  msgid "Manage subscriptions"
125
  msgstr "Verwalte Abonnements"
126
 
127
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
128
  msgid "Comment Form"
129
  msgstr "Kommentarformular"
130
 
131
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
132
  msgid "Management Page"
133
  msgstr "Verwaltungsseite"
134
 
135
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
136
  msgid "Notifications"
137
  msgstr "Benachrichtigungen"
138
 
139
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
140
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
141
  msgid "Options"
142
  msgstr "Optionen"
143
 
144
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
145
  msgid "You can help"
146
  msgstr "Du kannst helfen"
147
 
148
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
149
  msgid "Support"
150
  msgstr "Support-Forum"
151
 
152
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
153
  msgid "Donate"
154
  msgstr ""
155
 
@@ -163,8 +163,8 @@ msgid "Post:"
163
  msgstr "Beitrag:"
164
 
165
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
166
- #: options/panel1.php:133 templates/key_expired.php:84
167
- #: templates/request-management-link.php:84 templates/subscribe.php:104
168
  #: templates/user.php:57
169
  msgid "Email"
170
  msgstr "E-Mail"
@@ -401,8 +401,8 @@ msgstr ""
401
  msgid "Inactive"
402
  msgstr "Aktiv"
403
 
404
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
405
- #: templates/user.php:70
406
  msgid "Delete"
407
  msgstr "Löschen"
408
 
@@ -422,7 +422,7 @@ msgstr "Aktion:"
422
  msgid "Delete forever"
423
  msgstr "Endgültig löschen"
424
 
425
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
426
  msgid "Suspend"
427
  msgstr "Deaktivieren"
428
 
@@ -434,11 +434,11 @@ msgstr "Aktivieren und auf Y setzen"
434
  msgid "Activate and set to R"
435
  msgstr "Aktivieren und auf R setzen"
436
 
437
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
438
  msgid "Activate"
439
  msgstr "Aktivieren"
440
 
441
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
442
  msgid "Update subscriptions"
443
  msgstr "Abos aktualisieren"
444
 
@@ -491,28 +491,29 @@ msgid "Author label"
491
  msgstr "Autor"
492
 
493
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
494
- #: options/panel5.php:18 options/panel5.php:60
495
  msgid "Your settings have been successfully updated."
496
  msgstr "Deine Einstellungen wurden erfolgreich gespeichert."
497
 
498
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
499
- #: options/panel5.php:20 options/panel5.php:62
500
  msgid "There was an error updating the following fields:"
501
  msgstr ""
502
  "Bei der Aktualisierung der folgenden Felder ist ein Fehler aufgetreten:"
503
 
504
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
505
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
506
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
507
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
508
  msgid "Yes"
509
  msgstr "Ja"
510
 
511
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
512
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
513
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
514
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
515
- #: utils/stcr_manage.php:784
516
  msgid "No"
517
  msgstr "Nein"
518
 
@@ -620,7 +621,7 @@ msgstr ""
620
  "[manager_link]"
621
 
622
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
623
- #: options/panel5.php:195
624
  msgid "Save Changes"
625
  msgstr "Alle Änderungen speichern"
626
 
@@ -900,57 +901,61 @@ msgstr ""
900
  msgid "Safetly Uninstall"
901
  msgstr ""
902
 
903
- #: options/panel5.php:31 options/panel5.php:84
904
  msgid "Autopurge requests"
905
  msgstr "Anfragen automatisch löschen"
906
 
907
- #: options/panel5.php:34 options/panel5.php:93
908
  msgid "Enable double check"
909
  msgstr "Bestätigung erforderlich (double check)"
910
 
911
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
912
  msgid "Subscribe authors"
913
  msgstr "Abonniert"
914
 
915
- #: options/panel5.php:40 options/panel5.php:111
916
  msgid "Enable HTML emails"
917
  msgstr "Aktiviere HTML E-Mails"
918
 
919
- #: options/panel5.php:43
920
  msgid "HTMLify Links in HTML emails"
921
  msgstr ""
922
 
923
- #: options/panel5.php:46
924
  msgid "Send trackbacks"
925
  msgstr "Trackbacks senden"
926
 
927
- #: options/panel5.php:49
928
  msgid "Notify admin"
929
  msgstr "Administrator informieren"
930
 
931
- #: options/panel5.php:52 options/panel5.php:149
932
  msgid "Let admin subscribe"
933
  msgstr "Admin-Anmeldung"
934
 
935
- #: options/panel5.php:55 options/panel5.php:158
936
  msgid "BCC admin on Notifications"
937
  msgstr "Benachrichtigungen"
938
 
939
- #: options/panel5.php:76
940
  msgid "Safely Uninstall"
941
  msgstr ""
942
 
943
- #: options/panel5.php:80
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:87
950
  msgid "days"
951
  msgstr "Tage"
952
 
953
- #: options/panel5.php:88
954
  msgid ""
955
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
956
  "this feature."
@@ -958,7 +963,14 @@ msgstr ""
958
  "Lösche wartende, nicht bestätigte Anfragen nach x Tagen. Verwende die 0, um "
959
  "nie zu löschen."
960
 
961
- #: options/panel5.php:97
 
 
 
 
 
 
 
962
  msgid ""
963
  "Send a notification email to confirm the subscription (to avoid addresses "
964
  "misuse)."
@@ -966,69 +978,69 @@ msgstr ""
966
  "Sende eine Bestätigungsnachricht, um die Gültigkeit der E-Mail-Adresse zu "
967
  "verifizieren."
968
 
969
- #: options/panel5.php:106
970
  msgid ""
971
  "Automatically subscribe authors to their own articles (not retroactive)."
972
  msgstr ""
973
 
974
- #: options/panel5.php:115
975
  msgid ""
976
  "If enabled, will send email messages with content-type = text/html instead "
977
  "of text/plain"
978
  msgstr "Wenn aktiviert, wird HTML-Inhalt, statt Nur-Text verwendet"
979
 
980
- #: options/panel5.php:120
981
  msgid "HTMLify links in emails"
982
  msgstr ""
983
 
984
- #: options/panel5.php:125
985
  msgid ""
986
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
987
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
988
  msgstr ""
989
 
990
- #: options/panel5.php:130
991
  msgid "Process trackbacks"
992
  msgstr "Trackbacks senden"
993
 
994
- #: options/panel5.php:134
995
  msgid ""
996
  "Notify users when a new trackback or pingback is added to the discussion."
997
  msgstr ""
998
  "Benachrichtigung an die Besucher, wenn ein Trackback oder Pingback eingeht."
999
 
1000
- #: options/panel5.php:139
1001
  msgid "Track all subscriptions"
1002
  msgstr "Verfolge alle Benachrichtigungen"
1003
 
1004
- #: options/panel5.php:144
1005
  msgid "Notify the administrator when users subscribe without commenting."
1006
  msgstr ""
1007
  "Benachrichtigung an den Administrator, wenn ohne Kommentar ein Abo "
1008
  "eingerichtet wurde."
1009
 
1010
- #: options/panel5.php:153
1011
  msgid "Let the administrator subscribe to comments when logged in."
1012
  msgstr ""
1013
  "Erlaube dem Administrator Kommentare zu Abonnieren, wenn er eingeloggt ist."
1014
 
1015
- #: options/panel5.php:162
1016
  msgid "Send a copy of all Notifications to the administrator."
1017
  msgstr ""
1018
 
1019
- #: options/panel5.php:167
1020
  msgid "StCR Unique Key"
1021
  msgstr ""
1022
 
1023
- #: options/panel5.php:172
1024
  msgid "This Unique Key is not set, please click the following button to "
1025
  msgstr ""
1026
 
1027
- #: options/panel5.php:176 options/panel5.php:187
1028
  msgid "Generate"
1029
  msgstr ""
1030
 
1031
- #: options/panel5.php:184
1032
  msgid ""
1033
  "This Unique Key will be use to send the notification to your subscribers "
1034
  "with more security."
@@ -1140,16 +1152,20 @@ msgstr "Alle auswählen"
1140
  msgid "Invert selection"
1141
  msgstr "Auswahl umkehren"
1142
 
1143
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1144
  msgid "All comments"
1145
  msgstr ""
1146
 
1147
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1148
  msgid "Replies to my comments"
1149
  msgstr "Nur Antworten"
1150
 
1151
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1152
- #: templates/user.php:79
1153
  msgid "No subscriptions match your search criteria."
1154
  msgstr "Keine passenden Abos gefunden."
1155
 
@@ -1159,16 +1175,16 @@ msgid ""
1159
  "enter your email below and a new link will be send."
1160
  msgstr ""
1161
 
1162
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1163
- #: templates/subscribe.php:106
1164
  msgid "Send"
1165
  msgstr "Abschicken"
1166
 
1167
- #: templates/subscribe.php:43 templates/subscribe.php:44
1168
  msgid "New subscription to"
1169
  msgstr "Neue Benachrichtigung"
1170
 
1171
- #: templates/subscribe.php:44
1172
  msgid "User:"
1173
  msgstr "Besucher:"
1174
 
@@ -1180,7 +1196,7 @@ msgstr ""
1180
  msgid "You have request to manage another email address and this is forbidden."
1181
  msgstr ""
1182
 
1183
- #: utils/stcr_manage.php:246
1184
  msgid ""
1185
  "Notify me of followup comments via e-mail. You can also <a "
1186
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1188,7 +1204,7 @@ msgstr ""
1188
  "E-Mail-Benachrichtigung bei weiteren Kommentaren.<br>Auch möglich: <a "
1189
  "href='[subscribe_link]'>Abo ohne Kommentar</a>."
1190
 
1191
- #: utils/stcr_manage.php:247
1192
  msgid ""
1193
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1194
  "subscriptions."
@@ -1196,7 +1212,7 @@ msgstr ""
1196
  "Du erhältst Benachrichtigungen zu diesem Thema. <a "
1197
  "href='[manager_link]'>Verwalte Deine Abonnements</a>."
1198
 
1199
- #: utils/stcr_manage.php:248
1200
  msgid ""
1201
  "Your subscription to this post needs to be confirmed. <a "
1202
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1204,14 +1220,14 @@ msgstr ""
1204
  "Dein Benachrichtigungswunsch muss bestätigt werden. <a "
1205
  "href='[manager_link]'>Verwalte Deine Abonnements</a>."
1206
 
1207
- #: utils/stcr_manage.php:249
1208
  msgid ""
1209
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1210
  msgstr ""
1211
  "Deine <a href='[manager_link]'>Benachrichtigungs-Einstellungen</a> zu diesem "
1212
  "Beitrag anpassen."
1213
 
1214
- #: utils/stcr_manage.php:255
1215
  msgid ""
1216
  "To manage your subscriptions, please enter your email address here below. We "
1217
  "will send you a message containing the link to access your personal "
@@ -1220,7 +1236,7 @@ msgstr ""
1220
  "Um Deine Abonnements zu verwalten, gib bitte hier Deine E-Mail-Adresse ein. "
1221
  "Du bekommst dann eine E-Mail mit einem weiterführenden Link."
1222
 
1223
- #: utils/stcr_manage.php:256
1224
  msgid ""
1225
  "Thank you for using our subscription service. Your request has been "
1226
  "completed, and you should receive an email with the management link in a few "
@@ -1229,7 +1245,7 @@ msgstr ""
1229
  "Danke für das Nutzen des Benachrichtigungsdienstes. Deine Anfrage wird "
1230
  "bearbeitet und eine E-Mail an Dich verschickt."
1231
 
1232
- #: utils/stcr_manage.php:257
1233
  msgid ""
1234
  "You can follow the discussion on <strong>[post_title]</strong> without "
1235
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1239,7 +1255,7 @@ msgstr ""
1239
  "folgen, ohne bisher selbst etwas geschrieben zu haben. Hierzu einfach Deine "
1240
  "E-Mail-Adresse in das dafür vorgesehene Feld eintragen."
1241
 
1242
- #: utils/stcr_manage.php:258
1243
  msgid ""
1244
  "Thank you for using our subscription service. Your request has been "
1245
  "completed. You will receive a notification email every time a new comment to "
@@ -1248,7 +1264,7 @@ msgstr ""
1248
  "Danke für das Nutzen des Benachrichtigungsdienstes. Du wirst nun bei jedem "
1249
  "neuen Kommentar per E-Mail informiert."
1250
 
1251
- #: utils/stcr_manage.php:259
1252
  msgid ""
1253
  "Thank you for using our subscription service. In order to confirm your "
1254
  "request, please check your email for the verification message and follow the "
@@ -1257,7 +1273,7 @@ msgstr ""
1257
  "Danke für das Nutzen des Benachrichtigungsdienstes. Bitte bestätige Deine "
1258
  "Anfrage durch den Link in der E-Mail, die Dir gerade zugestellt wird."
1259
 
1260
- #: utils/stcr_manage.php:260
1261
  msgid ""
1262
  "In order to cancel or suspend one or more notifications, select the "
1263
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1265,7 +1281,7 @@ msgstr ""
1265
  "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die "
1266
  "entsprechende Auswahlboxen und Klicke auf den Button am Ende der Liste."
1267
 
1268
- #: utils/stcr_manage.php:261
1269
  msgid ""
1270
  "In order to cancel or suspend one or more notifications, select the "
1271
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1275,11 +1291,11 @@ msgstr ""
1275
  "entsprechende Auswahlboxen und Klicke auf den Button am Ende der Liste. Du "
1276
  "hast derzeit abboniert:"
1277
 
1278
- #: utils/stcr_manage.php:265
1279
  msgid "There is a new comment to [post_title]"
1280
  msgstr "Neuer Kommentar zum Artikel: [post_title]"
1281
 
1282
- #: utils/stcr_manage.php:266
1283
  msgid ""
1284
  "There is a new comment to [post_title].\n"
1285
  "Comment Link: [comment_permalink]\n"
@@ -1299,11 +1315,11 @@ msgstr ""
1299
  "Hier antworten: [comment_permalink]\n"
1300
  "Verwalte Deine Benachrichtigungen: [manager_link]"
1301
 
1302
- #: utils/stcr_manage.php:267
1303
  msgid "Please confirm your subscription to [post_title]"
1304
  msgstr "Bitte bestätige Deinen Benachrichtigungswunsch zum Thema [post_title]"
1305
 
1306
- #: utils/stcr_manage.php:268
1307
  msgid ""
1308
  "You have requested to be notified every time a new comment is added to:\n"
1309
  "[post_permalink]\n"
@@ -1319,17 +1335,17 @@ msgstr ""
1319
  "Bitte bestätigte diese Anfrage durch einen Klick auf diesen Link:\n"
1320
  "[confirm_link]"
1321
 
1322
- #: utils/stcr_manage.php:269
1323
  msgid "Manage your subscriptions on [blog_name]"
1324
  msgstr "Benachrichtigungs-Einstellungen von [blog_name]"
1325
 
1326
- #: utils/stcr_manage.php:270
1327
  msgid ""
1328
  "You have requested to manage your subscriptions to the articles on "
1329
  "[blog_name]. Please check the Subscriptions management link in your email"
1330
  msgstr ""
1331
 
1332
- #: utils/stcr_manage.php:271
1333
  msgid ""
1334
  "You have requested to manage your subscriptions to the articles on "
1335
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1339,38 +1355,38 @@ msgstr ""
1339
  "Nutze dazu bitte diesen Link:\n"
1340
  "[manager_link]"
1341
 
1342
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1343
  msgid "StCR System"
1344
  msgstr ""
1345
 
1346
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1347
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1348
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1349
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1350
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1351
  msgid "You do not have sufficient permissions to access this page."
1352
  msgstr ""
1353
 
1354
- #: utils/stcr_manage.php:755
1355
  msgid "Subscriptions"
1356
  msgstr "Abonnements"
1357
 
1358
- #: utils/stcr_manage.php:811
1359
  msgid ""
1360
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1361
  msgstr ""
1362
  "Benötigst Du Hilfe zum Plugin Subscribe to Comments Reloaded? Besuche das "
1363
  "offizielle"
1364
 
1365
- #: utils/stcr_manage.php:811
1366
  msgid "support forum"
1367
  msgstr "Support-Forum"
1368
 
1369
- #: utils/stcr_manage.php:812
1370
  msgid "Feeling generous?"
1371
  msgstr "Bist du spendabel?"
1372
 
1373
- #: utils/stcr_manage.php:812
1374
  msgid "Donate a few bucks!"
1375
  msgstr "Gib mir ein Trinkgeld!"
1376
 
@@ -1505,6 +1521,7 @@ msgstr ""
1505
 
1506
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1507
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1508
  msgid ""
1509
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1510
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1584,19 +1601,40 @@ msgid ""
1584
  "previous 160831 version."
1585
  msgstr ""
1586
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1587
  #: utils/stcr_utils.php:195
1588
  msgid "StCR Notification"
1589
  msgstr "Benachrichtigungen"
1590
 
1591
- #: wp_subscribe_reloaded.php:114
1592
- msgid "Settings"
1593
- msgstr ""
1594
-
1595
- #: wp_subscribe_reloaded.php:1086
1596
  msgid "Don't subscribe"
1597
  msgstr "Nicht abbonieren"
1598
 
1599
- #: wp_subscribe_reloaded.php:1087
1600
  msgid "All"
1601
  msgstr "Alle"
1602
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:02-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:02-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de\n"
119
  msgid "-h"
120
  msgstr ""
121
 
122
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
123
+ #: utils/stcr_manage.php:393
124
  msgid "Manage subscriptions"
125
  msgstr "Verwalte Abonnements"
126
 
127
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
128
  msgid "Comment Form"
129
  msgstr "Kommentarformular"
130
 
131
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
132
  msgid "Management Page"
133
  msgstr "Verwaltungsseite"
134
 
135
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
136
  msgid "Notifications"
137
  msgstr "Benachrichtigungen"
138
 
139
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
140
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
141
  msgid "Options"
142
  msgstr "Optionen"
143
 
144
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
145
  msgid "You can help"
146
  msgstr "Du kannst helfen"
147
 
148
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
149
  msgid "Support"
150
  msgstr "Support-Forum"
151
 
152
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
153
  msgid "Donate"
154
  msgstr ""
155
 
163
  msgstr "Beitrag:"
164
 
165
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
166
+ #: options/panel1.php:133 templates/key_expired.php:74
167
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
168
  #: templates/user.php:57
169
  msgid "Email"
170
  msgstr "E-Mail"
401
  msgid "Inactive"
402
  msgstr "Aktiv"
403
 
404
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
405
+ #: templates/user.php:73
406
  msgid "Delete"
407
  msgstr "Löschen"
408
 
422
  msgid "Delete forever"
423
  msgstr "Endgültig löschen"
424
 
425
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
426
  msgid "Suspend"
427
  msgstr "Deaktivieren"
428
 
434
  msgid "Activate and set to R"
435
  msgstr "Aktivieren und auf R setzen"
436
 
437
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
438
  msgid "Activate"
439
  msgstr "Aktivieren"
440
 
441
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
442
  msgid "Update subscriptions"
443
  msgstr "Abos aktualisieren"
444
 
491
  msgstr "Autor"
492
 
493
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
494
+ #: options/panel5.php:18 options/panel5.php:63
495
  msgid "Your settings have been successfully updated."
496
  msgstr "Deine Einstellungen wurden erfolgreich gespeichert."
497
 
498
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
499
+ #: options/panel5.php:20 options/panel5.php:65
500
  msgid "There was an error updating the following fields:"
501
  msgstr ""
502
  "Bei der Aktualisierung der folgenden Felder ist ein Fehler aufgetreten:"
503
 
504
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
505
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
506
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
507
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
508
+ #: options/panel5.php:172
509
  msgid "Yes"
510
  msgstr "Ja"
511
 
512
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
513
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
514
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
515
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
516
+ #: options/panel5.php:173 utils/stcr_manage.php:794
517
  msgid "No"
518
  msgstr "Nein"
519
 
621
  "[manager_link]"
622
 
623
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
624
+ #: options/panel5.php:207
625
  msgid "Save Changes"
626
  msgstr "Alle Änderungen speichern"
627
 
901
  msgid "Safetly Uninstall"
902
  msgstr ""
903
 
904
+ #: options/panel5.php:31 options/panel5.php:87
905
  msgid "Autopurge requests"
906
  msgstr "Anfragen automatisch löschen"
907
 
908
+ #: options/panel5.php:34 options/panel5.php:105
909
  msgid "Enable double check"
910
  msgstr "Bestätigung erforderlich (double check)"
911
 
912
+ #: options/panel5.php:37 options/panel5.php:96
913
+ msgid "StCR Position"
914
+ msgstr ""
915
+
916
+ #: options/panel5.php:40 options/panel5.php:113
917
  msgid "Subscribe authors"
918
  msgstr "Abonniert"
919
 
920
+ #: options/panel5.php:43 options/panel5.php:123
921
  msgid "Enable HTML emails"
922
  msgstr "Aktiviere HTML E-Mails"
923
 
924
+ #: options/panel5.php:46
925
  msgid "HTMLify Links in HTML emails"
926
  msgstr ""
927
 
928
+ #: options/panel5.php:49
929
  msgid "Send trackbacks"
930
  msgstr "Trackbacks senden"
931
 
932
+ #: options/panel5.php:52
933
  msgid "Notify admin"
934
  msgstr "Administrator informieren"
935
 
936
+ #: options/panel5.php:55 options/panel5.php:161
937
  msgid "Let admin subscribe"
938
  msgstr "Admin-Anmeldung"
939
 
940
+ #: options/panel5.php:58 options/panel5.php:170
941
  msgid "BCC admin on Notifications"
942
  msgstr "Benachrichtigungen"
943
 
944
+ #: options/panel5.php:79
945
  msgid "Safely Uninstall"
946
  msgstr ""
947
 
948
+ #: options/panel5.php:83
949
  msgid ""
950
  "This option will allow you to delete the plugin with WordPress without "
951
  "loosing your subscribers. Any database table and plugin options are wipeout."
952
  msgstr ""
953
 
954
+ #: options/panel5.php:90
955
  msgid "days"
956
  msgstr "Tage"
957
 
958
+ #: options/panel5.php:91
959
  msgid ""
960
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
961
  "this feature."
963
  "Lösche wartende, nicht bestätigte Anfragen nach x Tagen. Verwende die 0, um "
964
  "nie zu löschen."
965
 
966
+ #: options/panel5.php:100
967
+ msgid ""
968
+ "If this option is enable the subscription box will be above the submit "
969
+ "button in your comment form. Use this when your theme is outdated and using "
970
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
971
+ msgstr ""
972
+
973
+ #: options/panel5.php:109
974
  msgid ""
975
  "Send a notification email to confirm the subscription (to avoid addresses "
976
  "misuse)."
978
  "Sende eine Bestätigungsnachricht, um die Gültigkeit der E-Mail-Adresse zu "
979
  "verifizieren."
980
 
981
+ #: options/panel5.php:118
982
  msgid ""
983
  "Automatically subscribe authors to their own articles (not retroactive)."
984
  msgstr ""
985
 
986
+ #: options/panel5.php:127
987
  msgid ""
988
  "If enabled, will send email messages with content-type = text/html instead "
989
  "of text/plain"
990
  msgstr "Wenn aktiviert, wird HTML-Inhalt, statt Nur-Text verwendet"
991
 
992
+ #: options/panel5.php:132
993
  msgid "HTMLify links in emails"
994
  msgstr ""
995
 
996
+ #: options/panel5.php:137
997
  msgid ""
998
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
999
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1000
  msgstr ""
1001
 
1002
+ #: options/panel5.php:142
1003
  msgid "Process trackbacks"
1004
  msgstr "Trackbacks senden"
1005
 
1006
+ #: options/panel5.php:146
1007
  msgid ""
1008
  "Notify users when a new trackback or pingback is added to the discussion."
1009
  msgstr ""
1010
  "Benachrichtigung an die Besucher, wenn ein Trackback oder Pingback eingeht."
1011
 
1012
+ #: options/panel5.php:151
1013
  msgid "Track all subscriptions"
1014
  msgstr "Verfolge alle Benachrichtigungen"
1015
 
1016
+ #: options/panel5.php:156
1017
  msgid "Notify the administrator when users subscribe without commenting."
1018
  msgstr ""
1019
  "Benachrichtigung an den Administrator, wenn ohne Kommentar ein Abo "
1020
  "eingerichtet wurde."
1021
 
1022
+ #: options/panel5.php:165
1023
  msgid "Let the administrator subscribe to comments when logged in."
1024
  msgstr ""
1025
  "Erlaube dem Administrator Kommentare zu Abonnieren, wenn er eingeloggt ist."
1026
 
1027
+ #: options/panel5.php:174
1028
  msgid "Send a copy of all Notifications to the administrator."
1029
  msgstr ""
1030
 
1031
+ #: options/panel5.php:179
1032
  msgid "StCR Unique Key"
1033
  msgstr ""
1034
 
1035
+ #: options/panel5.php:184
1036
  msgid "This Unique Key is not set, please click the following button to "
1037
  msgstr ""
1038
 
1039
+ #: options/panel5.php:188 options/panel5.php:199
1040
  msgid "Generate"
1041
  msgstr ""
1042
 
1043
+ #: options/panel5.php:196
1044
  msgid ""
1045
  "This Unique Key will be use to send the notification to your subscribers "
1046
  "with more security."
1152
  msgid "Invert selection"
1153
  msgstr "Auswahl umkehren"
1154
 
1155
+ #: templates/author.php:73 templates/user.php:72
1156
+ msgid "Choose your action"
1157
+ msgstr ""
1158
+
1159
+ #: templates/author.php:76 templates/user.php:75
1160
  msgid "All comments"
1161
  msgstr ""
1162
 
1163
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1164
  msgid "Replies to my comments"
1165
  msgstr "Nur Antworten"
1166
 
1167
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1168
+ #: templates/user.php:84
1169
  msgid "No subscriptions match your search criteria."
1170
  msgstr "Keine passenden Abos gefunden."
1171
 
1175
  "enter your email below and a new link will be send."
1176
  msgstr ""
1177
 
1178
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1179
+ #: templates/subscribe.php:95
1180
  msgid "Send"
1181
  msgstr "Abschicken"
1182
 
1183
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1184
  msgid "New subscription to"
1185
  msgstr "Neue Benachrichtigung"
1186
 
1187
+ #: templates/subscribe.php:46
1188
  msgid "User:"
1189
  msgstr "Besucher:"
1190
 
1196
  msgid "You have request to manage another email address and this is forbidden."
1197
  msgstr ""
1198
 
1199
+ #: utils/stcr_manage.php:224
1200
  msgid ""
1201
  "Notify me of followup comments via e-mail. You can also <a "
1202
  "href='[subscribe_link]'>subscribe</a> without commenting."
1204
  "E-Mail-Benachrichtigung bei weiteren Kommentaren.<br>Auch möglich: <a "
1205
  "href='[subscribe_link]'>Abo ohne Kommentar</a>."
1206
 
1207
+ #: utils/stcr_manage.php:225
1208
  msgid ""
1209
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1210
  "subscriptions."
1212
  "Du erhältst Benachrichtigungen zu diesem Thema. <a "
1213
  "href='[manager_link]'>Verwalte Deine Abonnements</a>."
1214
 
1215
+ #: utils/stcr_manage.php:226
1216
  msgid ""
1217
  "Your subscription to this post needs to be confirmed. <a "
1218
  "href='[manager_link]'>Manage your subscriptions</a>."
1220
  "Dein Benachrichtigungswunsch muss bestätigt werden. <a "
1221
  "href='[manager_link]'>Verwalte Deine Abonnements</a>."
1222
 
1223
+ #: utils/stcr_manage.php:227
1224
  msgid ""
1225
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1226
  msgstr ""
1227
  "Deine <a href='[manager_link]'>Benachrichtigungs-Einstellungen</a> zu diesem "
1228
  "Beitrag anpassen."
1229
 
1230
+ #: utils/stcr_manage.php:233
1231
  msgid ""
1232
  "To manage your subscriptions, please enter your email address here below. We "
1233
  "will send you a message containing the link to access your personal "
1236
  "Um Deine Abonnements zu verwalten, gib bitte hier Deine E-Mail-Adresse ein. "
1237
  "Du bekommst dann eine E-Mail mit einem weiterführenden Link."
1238
 
1239
+ #: utils/stcr_manage.php:234
1240
  msgid ""
1241
  "Thank you for using our subscription service. Your request has been "
1242
  "completed, and you should receive an email with the management link in a few "
1245
  "Danke für das Nutzen des Benachrichtigungsdienstes. Deine Anfrage wird "
1246
  "bearbeitet und eine E-Mail an Dich verschickt."
1247
 
1248
+ #: utils/stcr_manage.php:235
1249
  msgid ""
1250
  "You can follow the discussion on <strong>[post_title]</strong> without "
1251
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1255
  "folgen, ohne bisher selbst etwas geschrieben zu haben. Hierzu einfach Deine "
1256
  "E-Mail-Adresse in das dafür vorgesehene Feld eintragen."
1257
 
1258
+ #: utils/stcr_manage.php:236
1259
  msgid ""
1260
  "Thank you for using our subscription service. Your request has been "
1261
  "completed. You will receive a notification email every time a new comment to "
1264
  "Danke für das Nutzen des Benachrichtigungsdienstes. Du wirst nun bei jedem "
1265
  "neuen Kommentar per E-Mail informiert."
1266
 
1267
+ #: utils/stcr_manage.php:237
1268
  msgid ""
1269
  "Thank you for using our subscription service. In order to confirm your "
1270
  "request, please check your email for the verification message and follow the "
1273
  "Danke für das Nutzen des Benachrichtigungsdienstes. Bitte bestätige Deine "
1274
  "Anfrage durch den Link in der E-Mail, die Dir gerade zugestellt wird."
1275
 
1276
+ #: utils/stcr_manage.php:238
1277
  msgid ""
1278
  "In order to cancel or suspend one or more notifications, select the "
1279
  "corresponding checkbox(es) and click on the button at the end of the list."
1281
  "Um eine Benachrichtigung zu löschen oder zu deaktivieren, nutze die "
1282
  "entsprechende Auswahlboxen und Klicke auf den Button am Ende der Liste."
1283
 
1284
+ #: utils/stcr_manage.php:239
1285
  msgid ""
1286
  "In order to cancel or suspend one or more notifications, select the "
1287
  "corresponding checkbox(es) and click on the button at the end of the list. "
1291
  "entsprechende Auswahlboxen und Klicke auf den Button am Ende der Liste. Du "
1292
  "hast derzeit abboniert:"
1293
 
1294
+ #: utils/stcr_manage.php:243
1295
  msgid "There is a new comment to [post_title]"
1296
  msgstr "Neuer Kommentar zum Artikel: [post_title]"
1297
 
1298
+ #: utils/stcr_manage.php:244
1299
  msgid ""
1300
  "There is a new comment to [post_title].\n"
1301
  "Comment Link: [comment_permalink]\n"
1315
  "Hier antworten: [comment_permalink]\n"
1316
  "Verwalte Deine Benachrichtigungen: [manager_link]"
1317
 
1318
+ #: utils/stcr_manage.php:245
1319
  msgid "Please confirm your subscription to [post_title]"
1320
  msgstr "Bitte bestätige Deinen Benachrichtigungswunsch zum Thema [post_title]"
1321
 
1322
+ #: utils/stcr_manage.php:246
1323
  msgid ""
1324
  "You have requested to be notified every time a new comment is added to:\n"
1325
  "[post_permalink]\n"
1335
  "Bitte bestätigte diese Anfrage durch einen Klick auf diesen Link:\n"
1336
  "[confirm_link]"
1337
 
1338
+ #: utils/stcr_manage.php:247
1339
  msgid "Manage your subscriptions on [blog_name]"
1340
  msgstr "Benachrichtigungs-Einstellungen von [blog_name]"
1341
 
1342
+ #: utils/stcr_manage.php:248
1343
  msgid ""
1344
  "You have requested to manage your subscriptions to the articles on "
1345
  "[blog_name]. Please check the Subscriptions management link in your email"
1346
  msgstr ""
1347
 
1348
+ #: utils/stcr_manage.php:249
1349
  msgid ""
1350
  "You have requested to manage your subscriptions to the articles on "
1351
  "[blog_name]. Follow this link to access your personal page:\n"
1355
  "Nutze dazu bitte diesen Link:\n"
1356
  "[manager_link]"
1357
 
1358
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1359
  msgid "StCR System"
1360
  msgstr ""
1361
 
1362
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1363
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1364
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1365
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1366
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1367
  msgid "You do not have sufficient permissions to access this page."
1368
  msgstr ""
1369
 
1370
+ #: utils/stcr_manage.php:765
1371
  msgid "Subscriptions"
1372
  msgstr "Abonnements"
1373
 
1374
+ #: utils/stcr_manage.php:821
1375
  msgid ""
1376
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1377
  msgstr ""
1378
  "Benötigst Du Hilfe zum Plugin Subscribe to Comments Reloaded? Besuche das "
1379
  "offizielle"
1380
 
1381
+ #: utils/stcr_manage.php:821
1382
  msgid "support forum"
1383
  msgstr "Support-Forum"
1384
 
1385
+ #: utils/stcr_manage.php:822
1386
  msgid "Feeling generous?"
1387
  msgstr "Bist du spendabel?"
1388
 
1389
+ #: utils/stcr_manage.php:822
1390
  msgid "Donate a few bucks!"
1391
  msgstr "Gib mir ein Trinkgeld!"
1392
 
1521
 
1522
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1523
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1524
+ #: utils/stcr_upgrade.php:492
1525
  msgid ""
1526
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1527
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1601
  "previous 160831 version."
1602
  msgstr ""
1603
 
1604
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1605
+ msgid "Settings"
1606
+ msgstr ""
1607
+
1608
+ #: utils/stcr_upgrade.php:485
1609
+ msgid ""
1610
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1611
+ "160915"
1612
+ msgstr ""
1613
+
1614
+ #: utils/stcr_upgrade.php:486
1615
+ msgid "This version includes fixes and improvements, "
1616
+ msgstr ""
1617
+
1618
+ #: utils/stcr_upgrade.php:489
1619
+ msgid ""
1620
+ "<strong>Change</strong> the radio buttons in the management page for a "
1621
+ "dropdown."
1622
+ msgstr ""
1623
+
1624
+ #: utils/stcr_upgrade.php:490
1625
+ msgid ""
1626
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1627
+ msgstr ""
1628
+
1629
  #: utils/stcr_utils.php:195
1630
  msgid "StCR Notification"
1631
  msgstr "Benachrichtigungen"
1632
 
1633
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1634
  msgid "Don't subscribe"
1635
  msgstr "Nicht abbonieren"
1636
 
1637
+ #: wp_subscribe_reloaded.php:1095
1638
  msgid "All"
1639
  msgstr "Alle"
1640
 
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: 2016-08-31 11:21-0700\n"
6
- "PO-Revision-Date: 2016-09-02 19:27-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: TodoWordPress, Juan Luis Perez, Iván Ridao Freitas "
9
  "<juanluperez@gmail.com>\n"
@@ -18,76 +18,138 @@ msgstr ""
18
  "X-Generator: Poedit 1.8.7.1\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: wp_subscribe_reloaded.php:114
22
- msgid "Settings"
23
- msgstr "Configuración"
 
24
 
25
- #: wp_subscribe_reloaded.php:1060
26
- msgid "Don't subscribe"
27
- msgstr "No Suscribirse"
28
 
29
- #: wp_subscribe_reloaded.php:1061
30
- msgid "All"
31
- msgstr "Todo"
32
 
33
- #: wp_subscribe_reloaded.php:1062 templates/user.php:73 templates/author.php:75
34
- msgid "Replies to my comments"
35
- msgstr "Respuestas a mis comentarios"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
- #: templates/request-management-link.php:71 templates/key_expired.php:71
38
- #: templates/subscribe.php:90 templates/user.php:57 options/panel1.php:72
39
- #: options/panel1.php:133 options/panel1-add-subscription.php:16
 
40
  msgid "Email"
41
  msgstr "Email"
42
 
43
- #: templates/request-management-link.php:73 templates/key_expired.php:73
44
- #: templates/subscribe.php:92
45
- msgid "Send"
46
- msgstr "Enviar"
 
47
 
48
- #: templates/key_expired.php:8
49
- msgid ""
50
- "Woohaa the link to manage your subscriptions has expired, don't worry, just "
51
- "enter your email below and a new link will be send."
52
- msgstr ""
53
 
54
- #: templates/one-click-unsubscribe.php:30 templates/user.php:79
55
- #: templates/author.php:80
56
- msgid "No subscriptions match your search criteria."
57
- msgstr "Ninguna suscripción coincide con tu criterio de búsqueda."
 
58
 
59
- #: templates/subscribe.php:42 templates/subscribe.php:43
60
- msgid "New subscription to"
61
- msgstr "Nueva suscripción a"
62
 
63
- #: templates/subscribe.php:43
64
- msgid "User:"
65
- msgstr "Usuario:"
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
- #: templates/user.php:23 templates/author.php:23
68
- #: options/panel1-business-logic.php:70
69
  msgid "Subscriptions deleted:"
70
  msgstr "Suscripciones eliminadas:"
71
 
72
- #: templates/user.php:27 templates/author.php:27
73
- #: options/panel1-business-logic.php:74
74
  msgid "Subscriptions suspended:"
75
  msgstr "Suscripción suspendida:"
76
 
77
- #: templates/user.php:31 templates/author.php:31
78
- #: options/panel1-business-logic.php:78
79
  msgid "Subscriptions activated:"
80
  msgstr "Suscripciones activadas:"
81
 
82
- #: templates/user.php:35 templates/user.php:39 templates/author.php:35
83
- #: templates/author.php:39 options/panel1-business-logic.php:82
84
- #: options/panel1-business-logic.php:86
85
  msgid "Subscriptions updated:"
86
  msgstr "Suscripciones actualizadas:"
87
 
88
- #: templates/user.php:52 templates/author.php:52 options/panel1.php:23
89
- #: options/panel1.php:124 options/panel1.php:200 options/panel1.php:212
 
 
 
 
 
 
 
 
 
 
90
  #: options/panel1-edit-subscription.php:11
 
 
 
 
 
 
 
 
 
91
  msgid ""
92
  "Please remember: this operation cannot be undone. Are you sure you want to "
93
  "proceed?"
@@ -95,510 +157,197 @@ msgstr ""
95
  "Recuerda: esta operación no se puede deshacer. ¿Estás seguro de que quieres "
96
  "hacerlo?"
97
 
98
- #: templates/user.php:58 templates/author.php:58
99
- msgid "Legend: Y = all comments, R = replies only, C = inactive"
100
- msgstr "Leyenda: Y = todos los comentarios, R = solo respuestas, C = inactivo"
101
 
102
- #: templates/user.php:63
103
- msgid "F j, Y"
104
- msgstr ""
105
 
106
- #: templates/user.php:67 templates/author.php:69
107
- msgid "Select all"
108
- msgstr "Seleccionar todo"
109
 
110
- #: templates/user.php:68 templates/author.php:70
111
- msgid "Invert selection"
112
- msgstr "Invertir selección"
113
 
114
- #: templates/user.php:69 templates/author.php:71 options/panel1.php:223
115
- msgid "Action:"
116
- msgstr "Acción:"
117
 
118
- #: templates/user.php:70 templates/author.php:72 options/panel1.php:200
119
- #: options/panel1.php:212
120
- msgid "Delete"
121
- msgstr "Eliminar"
122
 
123
- #: templates/user.php:71 templates/author.php:73 options/panel1.php:227
124
- msgid "Suspend"
125
- msgstr "Suspender"
126
 
127
- #: templates/user.php:72 templates/author.php:74
128
- msgid "All comments"
129
- msgstr "Todos los comentarios"
130
 
131
- #: templates/user.php:74 templates/author.php:76 options/panel1.php:230
132
- msgid "Activate"
133
- msgstr "Activar"
 
 
134
 
135
- #: templates/user.php:76 templates/author.php:77 options/panel1.php:234
136
- msgid "Update subscriptions"
137
- msgstr "Actualizar suscripciones"
138
 
139
- #: templates/author.php:57
140
- msgid "Title"
141
- msgstr "Título"
142
 
143
- #: utils/stcr_upgrade.php:55
144
- msgid "Important Notice"
145
- msgstr "Nota Importante"
146
 
147
- #: utils/stcr_upgrade.php:103
 
148
  msgid ""
149
- "<strong>Subscribe to Comments Reloaded:</strong> The information in your "
150
- "database has been sanitized to prevent the raw html messages. <a class="
151
- "\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-loading-animation\" "
152
- "src=\""
153
  msgstr ""
 
 
154
 
155
- #: utils/stcr_upgrade.php:158
156
- msgid ""
157
- "<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
158
- "from the <strong>Subscribe to Comments</strong> plugin was detected and "
159
- "automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
160
- msgstr ""
161
- "Se detectaron datos de suscripción a comentarios del plugin "
162
- "<strong>Subscribe to Comments</strong> y se importaron automáticamente en "
163
- "<strong>Subscribe to Comments Reloaded</strong>."
164
 
165
- #: utils/stcr_upgrade.php:158
166
- msgid ""
167
- " It is recommended that you now <strong>deactivate</strong> Subscribe to "
168
- "Comments to prevent confusion between the two plugins."
169
- msgstr ""
170
- "Se recomienda que <strong>desactive</strong> ahora Subscribe to Comments "
171
- "para prevenir conflictos entre ambos plugins."
172
 
173
- #: utils/stcr_upgrade.php:159
174
- msgid ""
175
- "If you have subscription data from Subscribe to Comments Reloaded < v2.0 "
176
- "that you want to import, you'll need to import that data manually, as only "
177
- "one import routine will ever run to prevent data loss."
178
- msgstr ""
179
- "Si tienes datos de suscripción de Subscribe to Comments Reloaded < v2.0 que "
180
- "quieres importar, necesitaras importar esos datos manualmente, ya que sólo "
181
- "se ejecutará una rutina de importación para evitar la pérdida de datos."
182
 
183
- #: utils/stcr_upgrade.php:160 utils/stcr_upgrade.php:232
184
- #: utils/stcr_upgrade.php:381
185
- msgid ""
186
- "Please visit <a href=\"options-general.php?page=subscribe-to-comments-"
187
- "reloaded/options/index.php\">Settings -> Subscribe to Comments</a> to review "
188
- "your configuration.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class="
189
- "\"stcr-loading-animation\" src=\""
190
- msgstr ""
191
 
192
- #: utils/stcr_upgrade.php:231
193
- msgid ""
194
- "<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
195
- "from the <strong>Comment Reply Notification</strong> plugin was detected and "
196
- "automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
197
- msgstr ""
198
- "Se detectaron datos de suscripción a comentarios del plugin <strong>Comment "
199
- "Reply Notification</strong> y se importaron automáticamente en "
200
- "<strong>Subscribe to Comments Reloaded</strong>."
201
 
202
- #: utils/stcr_upgrade.php:231
203
- msgid ""
204
- " It is recommended that you now <strong>deactivate</strong> Comment Reply "
205
- "Notification to prevent confusion between the two plugins."
206
- msgstr ""
207
- "Se recomienda que <strong>desactive</strong> ahora Comment Reply "
208
- "Notification para prevenir conflictos entre ambos plugins."
209
 
210
- #: utils/stcr_upgrade.php:378
211
- msgid ""
212
- "<strong>Subscribe to Comments Reloaded:</strong> Plugin options and comment "
213
- "subscription data from the <strong>WP Comment Subscriptions</strong> plugin "
214
- "were detected and automatically imported into <strong>Subscribe to Comments "
215
- "Reloaded</strong>."
216
- msgstr ""
217
- "Se detectaron opciones y datos de suscripción a comentarios del plugin "
218
- "<strong>WP Comment Subscriptions</strong> y se importaron automáticamente en "
219
- "<strong>Subscribe to Comments Reloaded</strong>."
220
 
221
- #: utils/stcr_upgrade.php:378
222
- msgid ""
223
- " It is recommended that you now <strong>deactivate</strong> WP Comment "
224
- "Subscriptions to prevent confusion between the two plugins."
225
- msgstr ""
226
- "Se recomienda que <strong>desactive</strong> ahora WP Comment Subscriptions "
227
- "para prevenir conflictos entre ambos plugins."
228
 
229
- #: utils/stcr_upgrade.php:379
230
- msgid ""
231
- "If you have subscription data from another plugin (such as Subscribe to "
232
- "Comments or Subscribe to Comments Reloaded < v2.0) that you want to import, "
233
- "you'll need to import that data manually, as only one import routine will "
234
- "ever run to prevent data loss."
235
- msgstr ""
236
- "Si tienes datos de suscripción de otro plugin (como Subscribe to Comments o "
237
- "Subscribe to Comments Reloaded < v2.0) que quieres importar, necesitaras "
238
- "importar esos datos manualmente, ya que sólo se ejecutará una rutina de "
239
- "importación para evitar la pérdida de datos."
240
-
241
- #: utils/stcr_upgrade.php:380
242
- msgid ""
243
- "<strong>Note:</strong> If you were previously using the "
244
- "<code>wp_comment_subscriptions_show()</code> function or the <code>[wpcs-"
245
- "subscribe-url]</code> shortcode, you'll need to replace those with "
246
- "<code>subscribe_reloaded_show()</code> and <code>[subscribe-url]</code> "
247
- "respectively."
248
- msgstr ""
249
- "<strong>Nota:</strong> Si estaba utilizando previamente la función "
250
- "<code>wp_comment_subscriptions_show()</code> o el shortcode <code>[wpcs-"
251
- "subscribe-url]</code>, deberá reemplazar ambos con "
252
- "<code>subscribe_reloaded_show()</code> y <code>[subscribe-url]</code> "
253
- "respectivamente."
254
-
255
- #: utils/stcr_upgrade.php:394
256
- msgid ""
257
- "<strong>Thank you for installing Subscribe to Comments Reloaded!</strong>."
258
- msgstr "Aviso Importante de Subscribe to Comments Reloaded"
259
-
260
- #: utils/stcr_upgrade.php:395
261
- msgid ""
262
- "If you find a bug or an issue you can report it <a href=\"https://github.com/"
263
- "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
264
- msgstr ""
265
-
266
- #: utils/stcr_upgrade.php:396
267
- msgid ""
268
- "If you want to donate you can do it via <a href=\"\n"
269
- "https://www.paypal.com/cgi-bin/webscr?"
270
- "cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft"
271
- "%20Engineering&item_number=DI%2dSTCR&currency_code=USD&bn=PP%2dDonationsBF"
272
- "%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a>."
273
- msgstr ""
274
-
275
- #: utils/stcr_upgrade.php:398
276
- msgid ""
277
- "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
278
- "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for detailed "
279
- "information on plugin changes.<a class=\"dismiss\" href=\"#\">Dismiss. </"
280
- "a><img class=\"stcr-loading-animation\" src=\""
281
- msgstr ""
282
-
283
- #: utils/stcr_upgrade.php:409
284
- msgid ""
285
- "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
286
- "160106."
287
- msgstr ""
288
-
289
- #: utils/stcr_upgrade.php:410
290
- msgid ""
291
- "This version includes many changes and fixes to improve your experience with "
292
- "the plugin, including One Click Unsubscribe, Rich Text Editor to create HTML "
293
- "email templates, Subscription Checkbox position, and more!"
294
- msgstr ""
295
-
296
- #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
297
- #: utils/stcr_upgrade.php:448
298
- msgid ""
299
- "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
300
- "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
301
- "complete list of changes.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img "
302
- "class=\"stcr-loading-animation\" src=\""
303
- msgstr ""
304
-
305
- #: utils/stcr_upgrade.php:424
306
- msgid ""
307
- "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
308
- "160115."
309
- msgstr "Aviso Importante de Subscribe to Comments Reloaded"
310
-
311
- #: utils/stcr_upgrade.php:425
312
- msgid ""
313
- "This version includes fixes to broken links while managing your subscriptions"
314
- msgstr ""
315
-
316
- #: utils/stcr_upgrade.php:439
317
- #, fuzzy
318
- msgid ""
319
- "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
320
- "160831"
321
- msgstr "Aviso Importante de Subscribe to Comments Reloaded"
322
-
323
- #: utils/stcr_upgrade.php:440
324
- msgid "This version includes fixes to many bugs and also new features, "
325
- msgstr ""
326
-
327
- #: utils/stcr_upgrade.php:442
328
- msgid ""
329
- "<strong>New Feature</strong> Add new option to set the Reply To email "
330
- "address. This will help the subscribers to use the Reply option in their "
331
- "email agents."
332
- msgstr ""
333
-
334
- #: utils/stcr_upgrade.php:443
335
- msgid ""
336
- "<strong>New Feature</strong> Improve the Admin Menu for StCR. Replace the "
337
- "StCR menu on the Settings Menu for a new Menu with sub menus for the pages."
338
- msgstr ""
339
-
340
- #: utils/stcr_upgrade.php:444
341
- msgid ""
342
- "<strong>New Feature</strong> Safely Uninstall option to Delete the plugin "
343
- "without loosing your subscriptions. You can use this option also for reset "
344
- "all the settings, see the FAQ."
345
- msgstr ""
346
-
347
- #: utils/stcr_upgrade.php:445
348
- msgid ""
349
- "<strong>New Feature</strong> Now the WordPress Authors can use the "
350
- "<strong>Subscribe authors</strong> option to autor subscribe to a Custom "
351
- "Post Type."
352
- msgstr ""
353
-
354
- #: utils/stcr_upgrade.php:446
355
- msgid ""
356
- "<strong>New Feature</strong> A new field was added under the notification "
357
- "options to and the management link only by email and not to display it on "
358
- "the request link page."
359
- msgstr ""
360
-
361
- #: utils/stcr_manage.php:246
362
- msgid ""
363
- "Notify me of followup comments via e-mail. You can also <a "
364
- "href='[subscribe_link]'>subscribe</a> without commenting."
365
- msgstr ""
366
- "Notificarme los nuevos comentarios por correo electrónico. También puedes <a "
367
- "href='[subscribe_link]'>suscribirte</a> sin comentar."
368
-
369
- #: utils/stcr_manage.php:247
370
- msgid ""
371
- "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
372
- "subscriptions."
373
- msgstr ""
374
- "Te has suscrito a esta entrada. <a href='[manager_link]'>Gestionar</a> tus "
375
- "suscripciones."
376
-
377
- #: utils/stcr_manage.php:248
378
- msgid ""
379
- "Your subscription to this post needs to be confirmed. <a "
380
- "href='[manager_link]'>Manage your subscriptions</a>."
381
- msgstr ""
382
- "Tu suscripción a esta entrada necesita ser confirmada. <a "
383
- "href='[manager_link]'>Gestiona tus suscripciones</a>."
384
-
385
- #: utils/stcr_manage.php:249
386
- msgid ""
387
- "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
388
- msgstr ""
389
- "Puedes <a href='[manager_link]'>gestionar las suscripciones</a> de esta "
390
- "entrada."
391
-
392
- #: utils/stcr_manage.php:253 utils/stcr_manage.php:382
393
- #: utils/stcr_manage.php:383 options/index.php:59
394
- msgid "Manage subscriptions"
395
- msgstr "Administrar suscripciones"
396
-
397
- #: utils/stcr_manage.php:255
398
- msgid ""
399
- "To manage your subscriptions, please enter your email address here below. We "
400
- "will send you a message containing the link to access your personal "
401
- "management page."
402
- msgstr ""
403
- "Para gestionar tus suscripciones introduce tu correo electrónico a "
404
- "continuación. Te enviaremos un mensaje con un enlace para acceder a tu "
405
- "página de administración."
406
-
407
- #: utils/stcr_manage.php:256
408
- msgid ""
409
- "Thank you for using our subscription service. Your request has been "
410
- "completed, and you should receive an email with the management link in a few "
411
- "minutes."
412
- msgstr ""
413
- "Gracias por usar nuestro servicio de suscripción. Tu petición se ha "
414
- "completada con éxito, deberías recibir un mensaje en tu buzón de correo "
415
- "electrónico con con el enlace de administración en unos minutos."
416
-
417
- #: utils/stcr_manage.php:257
418
- msgid ""
419
- "You can follow the discussion on <strong>[post_title]</strong> without "
420
- "having to leave a comment. Cool, huh? Just enter your email address in the "
421
- "form here below and you're all set."
422
- msgstr ""
423
- "Puedes seguir la discusión de <strong>[post_title]</strong> sin tener que "
424
- "dejar un comentario. Introduce tu dirección de correo electrónico en el "
425
- "siguiente formulario y listo."
426
-
427
- #: utils/stcr_manage.php:258
428
- msgid ""
429
- "Thank you for using our subscription service. Your request has been "
430
- "completed. You will receive a notification email every time a new comment to "
431
- "this article is approved and posted by the administrator."
432
- msgstr ""
433
- "Gracias por usar nuestro servicio de suscripción. Tu petición se ha "
434
- "completado. Recibirás un mensaje de notificación cada que vez que un nuevo "
435
- "comentario se publique o apruebe en esta entrada."
436
-
437
- #: utils/stcr_manage.php:259
438
- msgid ""
439
- "Thank you for using our subscription service. In order to confirm your "
440
- "request, please check your email for the verification message and follow the "
441
- "instructions."
442
- msgstr ""
443
- "Gracias por usar nuestro servicio de suscripción. Para confirmar tu "
444
- "petición, por favor comprueba si has recibido un mensaje en tu buzón de "
445
- "correo electrónico y sigue las instrucciones."
446
-
447
- #: utils/stcr_manage.php:260
448
- msgid ""
449
- "In order to cancel or suspend one or more notifications, select the "
450
- "corresponding checkbox(es) and click on the button at the end of the list."
451
- msgstr ""
452
- "Para cancelar o suspender una o más suscripciones, selecciona la "
453
- "correspondiente casilla de verificación y pulsa en el botón del final de la "
454
- "lista."
455
-
456
- #: utils/stcr_manage.php:261
457
- msgid ""
458
- "In order to cancel or suspend one or more notifications, select the "
459
- "corresponding checkbox(es) and click on the button at the end of the list. "
460
- "You are currently subscribed to:"
461
- msgstr ""
462
- "Para cancelar o suspender una o más suscripciones, selecciona la "
463
- "correspondiente casilla de verificación y pulsa en el botón del final de la "
464
- "lista. Actualmente estás suscrito a:"
465
-
466
- #: utils/stcr_manage.php:265
467
- msgid "There is a new comment to [post_title]"
468
- msgstr "Hay un nuevo comentario en [post_title]"
469
-
470
- #: utils/stcr_manage.php:266
471
- msgid ""
472
- "There is a new comment to [post_title].\n"
473
- "Comment Link: [comment_permalink]\n"
474
- "Author: [comment_author]\n"
475
- "Comment:\n"
476
- "[comment_content]\n"
477
- "Permalink: [post_permalink]\n"
478
- "Manage your subscriptions: [manager_link]"
479
- msgstr ""
480
- "Hay un nuevo comentario en [post_title].\n"
481
- "Enlace al comentario: [comment_permalink]\n"
482
- "Autor: [comment_author]\n"
483
- "Comentario:\n"
484
- "[comment_content]\n"
485
- "Enlace permanente: [post_permalink]\n"
486
- "Administrar tus suscripciones: [manager_link]"
487
-
488
- #: utils/stcr_manage.php:267
489
- msgid "Please confirm your subscription to [post_title]"
490
- msgstr "Por favor, confirma tu suscripción a [post_title]"
491
 
492
- #: utils/stcr_manage.php:268
493
- msgid ""
494
- "You have requested to be notified every time a new comment is added to:\n"
495
- "[post_permalink]\n"
496
- "\n"
497
- "Please confirm your request by clicking on this link:\n"
498
- "[confirm_link]"
499
- msgstr ""
500
- "Has solicitado que te notifiquemos cada vez que se escriba un comentario "
501
- "en:\n"
502
- "[post_permalink]\n"
503
- "\n"
504
- "Por favor, confirma tu petición pulsando el siguiente enlace:\n"
505
- "[confirm_link]"
506
 
507
- #: utils/stcr_manage.php:269
508
- msgid "Manage your subscriptions on [blog_name]"
509
- msgstr "Gestiona tus suscripciones en [blog_name]"
510
 
511
- #: utils/stcr_manage.php:270
512
- msgid ""
513
- "You have requested to manage your subscriptions to the articles on "
514
- "[blog_name]. Please check the Subscriptions management link in your email"
515
- msgstr ""
516
 
517
- #: utils/stcr_manage.php:271
518
- msgid ""
519
- "You have requested to manage your subscriptions to the articles on "
520
- "[blog_name]. Follow this link to access your personal page:\n"
521
- "[manager_link]"
522
- msgstr ""
523
- "Has solicitado gestionar tus suscripciones a las entradas de [blog_name]. "
524
- "Sigue el siguiente enlace para acceder a tu página de suscripciones:\n"
525
- "[manager_link]"
526
 
527
- #: utils/stcr_manage.php:388 utils/stcr_manage.php:389 options/index.php:60
528
- msgid "Comment Form"
529
- msgstr "Formulario de Comentario"
530
 
531
- #: utils/stcr_manage.php:394 utils/stcr_manage.php:395 options/index.php:61
532
- msgid "Management Page"
533
- msgstr "Página de Administración"
534
 
535
- #: utils/stcr_manage.php:400 utils/stcr_manage.php:401 options/index.php:62
536
- msgid "Notifications"
537
- msgstr "Notificaciones"
538
 
539
- #: utils/stcr_manage.php:406 utils/stcr_manage.php:407 options/index.php:63
540
- #: options/panel2.php:58 options/panel4.php:89 options/panel3.php:82
541
- msgid "Options"
542
- msgstr "Opciones"
543
 
544
- #: utils/stcr_manage.php:422 utils/stcr_manage.php:423 options/index.php:65
545
- msgid "You can help"
546
- msgstr "Puedes ayudar"
547
 
548
- #: utils/stcr_manage.php:428 utils/stcr_manage.php:429 options/index.php:66
549
- msgid "Support"
550
- msgstr "Soporte"
551
 
552
- #: utils/stcr_manage.php:434 utils/stcr_manage.php:435 options/index.php:67
553
- msgid "Donate"
554
  msgstr ""
555
 
556
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
557
- msgid "StCR System"
558
- msgstr ""
559
 
560
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
561
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
562
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
563
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
564
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
565
- msgid "You do not have sufficient permissions to access this page."
566
- msgstr ""
567
 
568
- #: utils/stcr_manage.php:755
569
- msgid "Subscriptions"
 
 
 
 
570
  msgstr "Suscripciones"
571
 
572
- #: utils/stcr_manage.php:784 options/panel2.php:67 options/panel2.php:77
573
- #: options/panel2.php:106 options/panel5.php:79 options/panel5.php:96
574
- #: options/panel5.php:105 options/panel5.php:114 options/panel5.php:124
575
- #: options/panel5.php:133 options/panel5.php:143 options/panel5.php:152
576
- #: options/panel5.php:161
577
- msgid "No"
578
- msgstr "No"
579
 
580
- #: utils/stcr_manage.php:811
581
- msgid ""
582
- "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
583
- msgstr ""
584
- "¿Necesitas ayuda sobre como usar \"Subscribe to Comments Reloaded\"? Visita "
585
- "el"
586
 
587
- #: utils/stcr_manage.php:811
588
- msgid "support forum"
589
- msgstr "foro de soporte oficial"
590
 
591
- #: utils/stcr_manage.php:812
592
- msgid "Feeling generous?"
593
- msgstr "¿Te sientes generoso?"
594
 
595
- #: utils/stcr_manage.php:812
596
- msgid "Donate a few bucks!"
597
- msgstr "¡Dona un poco de dinero!"
598
 
599
- #: utils/stcr_utils.php:195
600
- msgid "StCR Notification"
601
- msgstr "Notificaciones"
 
 
 
 
 
 
 
 
 
 
 
 
602
 
603
  #: options/panel2.php:12 options/panel2.php:63
604
  msgid "Enable default checkbox"
@@ -640,23 +389,32 @@ msgstr "Esperando"
640
  msgid "Author label"
641
  msgstr "Autor"
642
 
643
- #: options/panel2.php:49 options/panel4.php:78 options/panel5.php:18
644
- #: options/panel5.php:60 options/panel3.php:70
645
  msgid "Your settings have been successfully updated."
646
  msgstr "Tu configuración se ha actualizado correctamente."
647
 
648
- #: options/panel2.php:51 options/panel4.php:80 options/panel5.php:20
649
- #: options/panel5.php:62 options/panel3.php:72
650
  msgid "There was an error updating the following fields:"
651
  msgstr "Se ha producido un error al actualizar los siguientes campos:"
652
 
653
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
654
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
655
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
656
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
657
  msgid "Yes"
658
  msgstr "Sí"
659
 
 
 
 
 
 
 
 
 
660
  #: options/panel2.php:68
661
  msgid ""
662
  "Disable this option if you want to move the subscription checkbox to a "
@@ -686,101 +444,239 @@ msgid ""
686
  "Select the default option for the Checkbox. Be careful! Some users might "
687
  "like to be subscribed to all the post."
688
  msgstr ""
689
- "Selecciona la opción predeterminada para la casilla de verificación. ¡Sé "
690
- "cuidadoso! Algunos usuarios pueden preferir estar suscritos a todo el post."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
691
 
692
- #: options/panel2.php:107
693
  msgid ""
694
- "Allow users to choose from different subscription types (all, replies only)."
 
 
 
695
  msgstr ""
696
- "Permitir a los usuarios escoger diferentes tipos de suscripción (todo, solo "
697
- "respuestas)."
698
-
699
- #: options/panel2.php:115
700
- msgid "Advanced default"
701
- msgstr "Marcada por defecto"
702
-
703
- #: options/panel2.php:119
704
- msgid "None"
705
- msgstr "Ninguno"
706
 
707
- #: options/panel2.php:124
708
  msgid ""
709
- "The default subscription type that should be selected when Advanced "
710
- "subscriptions are enable."
711
  msgstr ""
712
- "El tipo de suscripción por defecto que debe ser seleccionado cuando se "
713
- "activa Suscripción avanzada."
714
-
715
- #: options/panel2.php:135
716
- msgid "Custom inline CSS to add to the checkbox."
717
- msgstr "CSS en línea personalizado para la casilla de verificación."
718
 
719
- #: options/panel2.php:152
720
  msgid ""
721
- "Custom HTML code to be used when displaying the checkbox. Allowed tags: "
722
- "[checkbox_field], [checkbox_label]"
723
  msgstr ""
724
- "Código HTML personalizado para ser utilizado cuando se muestra la casilla de "
725
- "verificación. Etiquetas permitidas: [checkbox_field] y [checkbox_label]"
726
-
727
- #: options/panel2.php:158
728
- msgid "Messages for your visitors"
729
- msgstr "Mensajes de tus visitantes"
730
 
731
- #: options/panel2.php:162
732
- msgid "Default label"
733
- msgstr "Etiqueta por defecto"
734
 
735
- #: options/panel2.php:175
736
- msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
737
  msgstr ""
738
- "Texto asociado a la casilla para suscribirse. Etiquetas permitidas: "
739
- "[subscribe_link]."
740
 
741
- #: options/panel2.php:192
742
  msgid ""
743
- "Label shown to those who are already subscribed to a post. Allowed tag: "
744
- "[manager_link]"
745
  msgstr ""
746
- "Texto que se muestra cuando alguien se suscribe a una entrada. Etiquetas "
747
- "permitidas: [manager_link]."
748
-
749
- #: options/panel2.php:197
750
- msgid "Pending label"
751
- msgstr "Etiqueta pendiente"
752
 
753
- #: options/panel2.php:209
754
  msgid ""
755
- "Label shown to those who are already subscribed, but haven't clicked on the "
756
- "confirmation link yet. Allowed tag: [manager_link]"
757
  msgstr ""
758
- "Texto que se muestra cuando alguien ya está suscrito a una entrada, pero es "
759
- "pero no ha confirmado su suscripción aún. Etiquetas permitidas: "
760
- "[manager_link]."
761
 
762
- #: options/panel2.php:225
763
  msgid ""
764
- "Label shown to authors (and administrators). Allowed tag: [manager_link]"
 
765
  msgstr ""
766
- "Texto que se muestra a los autores (y administradores) para gestionar las "
767
- "suscripciones. Etiquetas permitidas: [manager_link]."
 
768
 
769
- #: options/panel2.php:230 options/panel4.php:283 options/panel5.php:195
770
- #: options/panel3.php:253
771
- msgid "Save Changes"
772
- msgstr "Guardar cambios"
 
 
 
 
773
 
774
- #: options/panel9.php:11
775
- msgid "Support Subscribe to Comments Reloaded"
776
- msgstr "Aviso Importante de Subscribe to Comments Reloaded"
777
 
778
- #: options/panel9.php:12
779
- msgid ""
780
- "Every contribution that you make is high valuable, so if you consider this "
781
- "plugin a helpful tool we will use your donation to invest on support and "
782
- "developing time."
783
  msgstr ""
 
784
 
785
  #: options/panel4.php:15 options/panel4.php:94
786
  msgid "Sender name"
@@ -844,10 +740,6 @@ msgid ""
844
  "will be the same as the Sender email address."
845
  msgstr ""
846
 
847
- #: options/panel4.php:135 options/panel3.php:127
848
- msgid "Messages"
849
- msgstr "Mensajes"
850
-
851
  #: options/panel4.php:147
852
  msgid "Subject of the notification email. Allowed tag: [post_title]"
853
  msgstr ""
@@ -900,23 +792,181 @@ msgstr ""
900
  msgid "Content of the management Page message. Allowed tags: [blog_name]."
901
  msgstr ""
902
 
903
- #: options/panel4.php:257
904
- msgid ""
905
- "Content of the management email message. Allowed tags: [blog_name], "
906
- "[manager_link]."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
907
  msgstr ""
 
 
908
 
909
- #: options/panel4.php:263
910
- msgid "One Click Unsubscribe"
911
- msgstr "Permitir al administrador suscribirse"
912
 
913
- #: options/panel4.php:277
914
  msgid ""
915
- "Content of the One Click confirmation. Allowed tags: [post_title], "
916
- "[blog_name]"
917
  msgstr ""
918
- "Contenido del mensaje para quienes solicitan acceso a su página de "
919
- "administración. Etiquetas permitidas: [blog_name] y [manager_link]."
920
 
921
  #: options/panel7.php:8 options/panel8.php:8
922
  msgid "Support the developers"
@@ -987,551 +1037,557 @@ msgstr ""
987
  "plugins/subscribe-to-comments-reloaded/\">Valóralo</a> en la página de "
988
  "plugins de WordPress."
989
 
990
- #: options/panel1.php:20
991
- msgid "Mass Update Subscriptions"
992
- msgstr "Actualizar Suscripciones en Masa"
993
 
994
- #: options/panel1.php:27 options/panel1-edit-subscription.php:16
995
- msgid "From"
996
- msgstr "De"
 
 
 
 
 
 
 
 
997
 
998
- #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
999
- msgid "email address"
1000
- msgstr "Dirección de correo electrónico del remitente"
1001
 
1002
- #: options/panel1.php:33 options/panel1-edit-subscription.php:20
1003
- msgid "To"
1004
- msgstr "Para"
 
 
 
1005
 
1006
- #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
1007
- msgid "optional - new email address"
1008
- msgstr "Actualizar dirección de correo electrónico"
1009
 
1010
- #: options/panel1.php:39 options/panel1.php:76 options/panel1.php:141
1011
- #: options/panel1.php:159 options/panel1-add-subscription.php:20
1012
- #: options/panel1-edit-subscription.php:26
1013
- msgid "Status"
1014
- msgstr "Estado"
1015
 
1016
- #: options/panel1.php:41 options/panel1-edit-subscription.php:28
1017
- msgid "Keep unchanged"
1018
- msgstr "Mantener sin cambios"
1019
 
1020
- #: options/panel1.php:42 options/panel1.php:79 options/panel1.php:172
1021
- #: options/panel1-add-subscription.php:22
1022
- #: options/panel1-edit-subscription.php:29
1023
- msgid "Active"
1024
- msgstr "Activo"
1025
 
1026
- #: options/panel1.php:43 options/panel1.php:80
1027
- #: options/panel1-add-subscription.php:23
1028
- #: options/panel1-edit-subscription.php:30
1029
- msgid "Replies only"
1030
- msgstr "Solo respuestas"
1031
 
1032
- #: options/panel1.php:44 options/panel1-edit-subscription.php:31
1033
- msgid "Suspended"
1034
- msgstr "Suspendido"
1035
 
1036
- #: options/panel1.php:46 options/panel1-add-subscription.php:26
1037
- #: options/panel1-edit-subscription.php:33
1038
- msgid "Update"
1039
- msgstr "Actualizar"
1040
 
1041
- #: options/panel1.php:49
1042
- msgid "More info"
1043
- msgstr ""
 
1044
 
1045
- #: options/panel1.php:55
1046
  msgid ""
1047
- "This option will allow you to change an email address for another one or to "
1048
- "update the same status for all the subscription on a specific email address."
1049
  msgstr ""
1050
 
1051
- #: options/panel1.php:61 options/panel1-add-subscription.php:8
1052
- msgid "Add New Subscription"
1053
- msgstr "Añadir Nueva Suscripción"
 
1054
 
1055
- #: options/panel1.php:68
1056
- msgid "Post ID"
1057
- msgstr "ID de entrada"
1058
 
1059
- #: options/panel1.php:81 options/panel1-add-subscription.php:24
1060
- msgid "Ask user to confirm"
1061
- msgstr "Pedir confirmación al usuario"
1062
 
1063
- #: options/panel1.php:83
1064
- msgid "Add"
1065
- msgstr "Añadir"
1066
 
1067
- #: options/panel1.php:98
1068
- msgid "Search subscriptions"
1069
- msgstr "Buscar suscripciones"
1070
 
1071
- #: options/panel1.php:102
1072
- #, php-format
1073
  msgid ""
1074
- "You can either <a href=\"%s\">view all the subscriptions</a> or find those "
1075
- "where the"
1076
  msgstr ""
1077
- "Puedes bien <a href=\"%s\">ver todas las suscripciones</a> o bien encontrar "
1078
- "aquellas en las que el/la"
1079
-
1080
- #: options/panel1.php:106
1081
- msgid "email"
1082
- msgstr "email"
1083
-
1084
- #: options/panel1.php:107
1085
- msgid "post ID"
1086
- msgstr "ID de Entrada"
1087
-
1088
- #: options/panel1.php:108
1089
- msgid "status"
1090
- msgstr "estado"
1091
-
1092
- #: options/panel1.php:111
1093
- msgid "equals"
1094
- msgstr "es igual a"
1095
-
1096
- #: options/panel1.php:112
1097
- msgid "contains"
1098
- msgstr "contiene"
1099
-
1100
- #: options/panel1.php:113
1101
- msgid "does not contain"
1102
- msgstr "no contiene"
1103
-
1104
- #: options/panel1.php:114
1105
- msgid "starts with"
1106
- msgstr "comienza con"
1107
-
1108
- #: options/panel1.php:115
1109
- msgid "ends with"
1110
- msgstr "termina con"
1111
-
1112
- #: options/panel1.php:118
1113
- msgid "results per page:"
1114
- msgstr "resultados por página:"
1115
-
1116
- #: options/panel1.php:120
1117
- msgid "Search"
1118
- msgstr "Buscar"
1119
-
1120
- #: options/panel1.php:128
1121
- msgid "Reverse the order by Post ID"
1122
- msgstr "Invertir el orden por ID de entrada"
1123
-
1124
- #: options/panel1.php:129 options/panel1.php:130
1125
- msgid "Reverse the order by Date/Time"
1126
- msgstr "Invertir el orden por Fecha/Hora"
1127
 
1128
- #: options/panel1.php:132
1129
- msgid "Post (ID)"
1130
- msgstr "ID de Entrada"
 
 
 
 
1131
 
1132
- #: options/panel1.php:135
1133
- msgid "Search query:"
1134
- msgstr "Petición de búsqueda:"
 
 
 
 
1135
 
1136
- #: options/panel1.php:135
1137
- msgid "Rows:"
1138
- msgstr "Filas:"
 
 
 
1139
 
1140
- #: options/panel1.php:135
1141
- msgid "of"
1142
- msgstr "de"
 
 
 
 
 
 
1143
 
1144
- #: options/panel1.php:142 options/panel1.php:158
1145
- msgid "Date and Time"
1146
- msgstr "Fecha y Hora"
 
 
 
 
 
 
1147
 
1148
- #: options/panel1.php:168
1149
- msgid "Replies"
1150
- msgstr "Respuestas"
 
 
 
 
 
 
1151
 
1152
- #: options/panel1.php:169
1153
- msgid "All Comments"
1154
- msgstr "Todos los comentarios"
 
 
 
 
 
 
1155
 
1156
- #: options/panel1.php:170
1157
- msgid "Unconfirmed"
 
 
 
1158
  msgstr ""
 
 
 
1159
 
1160
- #: options/panel1.php:171
1161
- msgid "Inactive"
1162
- msgstr "Activo"
1163
-
1164
- #: options/panel1.php:201 options/panel1.php:211
1165
- msgid "Edit"
1166
- msgstr "Editar"
 
1167
 
1168
- #: options/panel1.php:203 options/panel1.php:209
1169
- msgid "Subscription"
1170
- msgstr "Suscripciones"
 
 
 
 
 
 
1171
 
1172
- #: options/panel1.php:226
1173
- msgid "Delete forever"
1174
- msgstr "Eliminar para siempre"
1175
 
1176
- #: options/panel1.php:228
1177
- msgid "Activate and set to Y"
1178
- msgstr "Activar y establecer a Y"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1179
 
1180
- #: options/panel1.php:229
1181
- msgid "Activate and set to R"
1182
- msgstr "Activar y establecer a R"
1183
 
1184
- #: options/panel1.php:237
1185
- msgid "Sorry, no subscriptions match your search criteria."
1186
- msgstr "Lo siento, ninguna suscripción coincide con tu criterio de búsqueda."
 
 
 
 
 
 
 
 
 
 
 
1187
 
1188
- #: options/panel1-business-logic.php:23
1189
- msgid "Subscription added."
1190
- msgstr "Suscripción añadida."
1191
 
1192
- #: options/panel1-business-logic.php:39
1193
- msgid "Subscriptions updated."
1194
- msgstr "Suscripción actualizada."
 
 
1195
 
1196
- #: options/panel1-business-logic.php:51
1197
- msgid "Subscription deleted."
1198
- msgstr "Suscripción eliminada."
 
 
 
 
 
 
1199
 
1200
- #: options/panel1-business-logic.php:110
1201
- msgid "&laquo; Previous"
1202
- msgstr "&laquo; Anterior"
1203
 
1204
- #: options/panel1-business-logic.php:114
1205
- msgid "Next &raquo;"
1206
- msgstr "Siguiente &raquo;"
 
 
 
 
1207
 
1208
- #: options/panel1-add-subscription.php:13
1209
- #: options/panel1-edit-subscription.php:13
1210
- msgid "Post:"
1211
- msgstr "Entrada:"
1212
 
1213
- #: options/panel5.php:28
1214
- msgid "Safetly Uninstall"
 
1215
  msgstr ""
 
 
1216
 
1217
- #: options/panel5.php:31 options/panel5.php:84
1218
- msgid "Autopurge requests"
1219
- msgstr "Solicitudes de purga automática"
1220
-
1221
- #: options/panel5.php:34 options/panel5.php:93
1222
- msgid "Enable double check"
1223
- msgstr "Activar doble verificación"
1224
 
1225
- #: options/panel5.php:37 options/panel5.php:101
1226
- msgid "Subscribe authors"
1227
- msgstr "Suscrito"
1228
 
1229
- #: options/panel5.php:40 options/panel5.php:111
1230
- msgid "Enable HTML emails"
1231
- msgstr "Activar HTML en emails"
1232
 
1233
- #: options/panel5.php:43
1234
- msgid "HTMLify Links in HTML emails"
1235
- msgstr "Convertir enlaces HTML en emails HTML"
1236
 
1237
- #: options/panel5.php:46
1238
- msgid "Send trackbacks"
1239
- msgstr "Enviar trackbacks"
 
 
 
 
1240
 
1241
- #: options/panel5.php:49
1242
- msgid "Notify admin"
1243
- msgstr "Notificar al administrador"
 
 
 
 
 
 
1244
 
1245
- #: options/panel5.php:52 options/panel5.php:149
1246
- msgid "Let admin subscribe"
1247
- msgstr "Permitir al administrador suscribirse"
 
 
 
 
1248
 
1249
- #: options/panel5.php:55 options/panel5.php:158
1250
- msgid "BCC admin on Notifications"
1251
- msgstr "Notificaciones"
 
 
 
 
 
 
1252
 
1253
- #: options/panel5.php:76
1254
- msgid "Safely Uninstall"
 
 
 
 
 
1255
  msgstr ""
1256
 
1257
- #: options/panel5.php:80
1258
  msgid ""
1259
- "This option will allow you to delete the plugin with WordPress without "
1260
- "loosing your subscribers. Any database table and plugin options are wipeout."
 
1261
  msgstr ""
 
 
 
1262
 
1263
- #: options/panel5.php:87
1264
- msgid "days"
1265
- msgstr "días"
 
 
 
 
1266
 
1267
- #: options/panel5.php:88
1268
  msgid ""
1269
- "Delete pending subscriptions (not confirmed) after X days. Zero disables "
1270
- "this feature."
 
 
1271
  msgstr ""
1272
- "Eliminar suscripciones pendientes (sin confirmar) después de X días. 0 "
1273
- "(cero) desactiva esta función."
 
1274
 
1275
- #: options/panel5.php:97
1276
  msgid ""
1277
- "Send a notification email to confirm the subscription (to avoid addresses "
1278
- "misuse)."
1279
  msgstr ""
1280
- "Enviar un mensaje de notificación para confirmar la suscripción (para evitar "
1281
- "un uso fraudulento de las direcciones)."
1282
 
1283
- #: options/panel5.php:106
1284
  msgid ""
1285
- "Automatically subscribe authors to their own articles (not retroactive)."
1286
- msgstr "Suscribir autores automaticamente a sus artículos (No retroactivo)."
 
 
 
 
 
 
 
1287
 
1288
- #: options/panel5.php:115
1289
  msgid ""
1290
- "If enabled, will send email messages with content-type = text/html instead "
1291
- "of text/plain"
 
 
 
1292
  msgstr ""
1293
- "Si está activado, enviará mensajes de correo electrónico con content-type = "
1294
- "text/html en lugar de text/plain"
 
 
 
1295
 
1296
- #: options/panel5.php:120
1297
- msgid "HTMLify links in emails"
1298
- msgstr "Convertir enlaces HTML"
 
1299
 
1300
- #: options/panel5.php:125
1301
  msgid ""
1302
- "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1303
- "&lt;/a&gt;</code> (only when HTML emails enabled)."
1304
  msgstr ""
1305
- "Si está activado, agregará <code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> en "
1306
- "todos los enlaces de los mensajes (sólo si se activó HTML en emails)."
1307
-
1308
- #: options/panel5.php:130
1309
- msgid "Process trackbacks"
1310
- msgstr "Procesar trackbacks"
1311
 
1312
- #: options/panel5.php:134
1313
  msgid ""
1314
- "Notify users when a new trackback or pingback is added to the discussion."
 
 
 
 
 
1315
  msgstr ""
1316
- "Notificar a los usuarios cuando se añade un nuevo trackback o pingback a la "
1317
- "discusión."
1318
-
1319
- #: options/panel5.php:139
1320
- msgid "Track all subscriptions"
1321
- msgstr "Seguir todas las suscripciones"
1322
 
1323
- #: options/panel5.php:144
1324
- msgid "Notify the administrator when users subscribe without commenting."
 
 
 
 
1325
  msgstr ""
1326
- "Notificar al administrador cuando los usuarios se suscriban sin comentar."
1327
 
1328
- #: options/panel5.php:153
1329
- msgid "Let the administrator subscribe to comments when logged in."
 
 
1330
  msgstr ""
1331
- "Permitir al administrador suscribirse a los comentarios cuando tiene la "
1332
- "sesión iniciada."
1333
-
1334
- #: options/panel5.php:162
1335
- msgid "Send a copy of all Notifications to the administrator."
1336
- msgstr "Enviar una copia de todas las Notificaciones al administrador."
1337
-
1338
- #: options/panel5.php:167
1339
- msgid "StCR Unique Key"
1340
- msgstr "StCR Clave Única"
1341
 
1342
- #: options/panel5.php:172
1343
- msgid "This Unique Key is not set, please click the following button to "
 
 
 
1344
  msgstr ""
1345
- "Esta Clave Única no se ha establecido, por favor haga clic en el siguiente "
1346
- "botón para"
1347
-
1348
- #: options/panel5.php:176 options/panel5.php:187
1349
- msgid "Generate"
1350
- msgstr "Generar"
1351
 
1352
- #: options/panel5.php:184
 
 
1353
  msgid ""
1354
- "This Unique Key will be use to send the notification to your subscribers "
1355
- "with more security."
 
 
1356
  msgstr ""
1357
- "Esta Clave Única se utiliza para enviar notificaciones a sus suscriptores "
1358
- "con más seguridad."
1359
 
1360
- #: options/panel8.php:18
1361
- msgid "Did you find a Bug on the plugin?"
1362
- msgstr "Encontraste un Error en el plugin?"
 
 
1363
 
1364
- #: options/panel8.php:19
1365
  msgid ""
1366
- "Please report any bug on the <a href=\"https://github.com/stcr/subscribe-to-"
1367
- "comments-reloaded/issues/new?title=Bug%20Report:%20%3Cshort%20description"
1368
- "%3E&labels=bug\" target=\"_blank\">GitHub</a> Page rather than on the "
1369
- "WordPress Support page."
1370
  msgstr ""
1371
- "Por favor, reporta cualquier error en la página de <a href=\"https://github."
1372
- "com/stcr/subscribe-to-comments-reloaded/issues/new?title=Bug%20Report:"
1373
- "%20%3Cshort%20description%3E&labels=bug\" target=\"_blank\">GitHub</a> en "
1374
- "lugar de hacerlo en la página de soporte de WordPress."
1375
-
1376
- #: options/panel1-edit-subscription.php:8
1377
- msgid "Update Subscription"
1378
- msgstr "Actualizar Suscripción"
1379
 
1380
- #: options/panel1-edit-subscription.php:11
1381
- #: options/panel1-edit-subscription.php:21
1382
- #: options/panel1-edit-subscription.php:22
1383
- #: options/panel1-edit-subscription.php:23
1384
- msgid "optional"
1385
- msgstr "opcional"
1386
 
1387
- #: options/panel10.php:22 options/panel10.php:23
1388
- msgid "System Information"
1389
  msgstr ""
1390
 
1391
- #: options/panel3.php:13 options/panel3.php:87
1392
- msgid "Virtual Management Page"
1393
- msgstr "Página de Administración virtual"
1394
-
1395
- #: options/panel3.php:18 options/panel3.php:96
1396
- msgid "Page title"
1397
- msgstr "Título de la página"
1398
-
1399
- #: options/panel3.php:23 options/panel3.php:105
1400
- msgid "Management URL"
1401
- msgstr "Página de Administración"
1402
-
1403
- #: options/panel3.php:28 options/panel3.php:117
1404
- msgid "Custom HEAD meta"
1405
- msgstr "HEAD meta personalizada"
1406
-
1407
- #: options/panel3.php:34 options/panel3.php:131
1408
- msgid "Request link"
1409
- msgstr "Petición de enlace"
1410
-
1411
- #: options/panel3.php:39 options/panel3.php:149
1412
- msgid "Request submitted"
1413
- msgstr "Petición enviada"
1414
-
1415
- #: options/panel3.php:44 options/panel3.php:167
1416
- msgid "Subscribe without commenting"
1417
- msgstr "Suscribir sin comentar"
1418
-
1419
- #: options/panel3.php:49 options/panel3.php:185
1420
- msgid "Subscription processed"
1421
- msgstr "Suscripción procesada"
1422
-
1423
- #: options/panel3.php:54 options/panel3.php:203
1424
- msgid "Subscription processed (DCI)"
1425
- msgstr "Suscripción procesada (Pendiente de confirmación)"
1426
-
1427
- #: options/panel3.php:59 options/panel3.php:220
1428
- msgid "Authors"
1429
- msgstr "Autores"
1430
-
1431
- #: options/panel3.php:64 options/panel3.php:236
1432
- msgid "Users"
1433
- msgstr "Usuarios"
1434
-
1435
- #: options/panel3.php:90
1436
- msgid "Enabled"
1437
- msgstr "Habilitado"
1438
-
1439
- #: options/panel3.php:91
1440
- msgid "Disabled"
1441
- msgstr "Deshabilitado"
1442
-
1443
- #: options/panel3.php:92
1444
  msgid ""
1445
- "Disable the virtual management page if you need to create a <a href="
1446
- "\"https://github.com/stcr/subscribe-to-comments-reloaded/wiki/KB#create-a-"
1447
- "real-management-page\">real page</a> to make your theme happy."
1448
  msgstr ""
1449
- "Deshabilita la página de administración virtual si necesitas crear una <a "
1450
- "href=\"http://behstant.com/subscribe-reloaded/realMgnPage.php\">página real</"
1451
- "a> para hacer tu tema feliz."
1452
 
1453
- #: options/panel3.php:101
1454
- msgid "Title of the page your visitors will use to manage their subscriptions."
 
 
1455
  msgstr ""
1456
- "Título de la página para que tus visitantes usarán para gestionar tus "
1457
- "suscripciones."
1458
 
1459
- #: options/panel3.php:109
1460
  msgid ""
1461
- "The permalink for your management page (something like <code>/manage-"
1462
- "subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</"
1463
- "b> actually exist in the system, but its link must follow your permalink "
1464
- "structure."
1465
  msgstr ""
1466
- "El enlace permanente para la página de administración (algo como <code>/"
1467
- "administrar-suscripciones</code> o <code>/?page_id=345</code>). Esta página "
1468
- "realmente <b>no tiene</b> que existir en el sistema, pero su enlace debe "
1469
- "seguir tu estructura de enlaces permanentes."
1470
 
1471
- #: options/panel3.php:111
1472
  msgid ""
1473
- "Warning: it looks like the value you are using may be incompatible with your "
1474
- "permalink structure"
 
1475
  msgstr ""
1476
- "Precaución: parece que el valor que estás usando puede ser incompatible con "
1477
- "tu estructura de enlaces permanentes"
1478
 
1479
- #: options/panel3.php:121
1480
  msgid ""
1481
- "Specify your custom HTML code to be added to the HEAD section of the page. "
1482
- "Use <strong>single</strong> quotes for values."
 
1483
  msgstr ""
1484
- "Especifica tu código HTML personalizado para ser añadido a la sección HEAD "
1485
- "de tu página. Usa comillas <strong>simples</strong> para los valores."
1486
 
1487
- #: options/panel3.php:144
1488
- msgid "Text shown to those who request to manage their subscriptions."
 
 
1489
  msgstr ""
1490
- "Texto que se muestra a quienes solicitan acceso para administrar sus "
1491
- "suscripciones."
1492
 
1493
- #: options/panel3.php:162
1494
  msgid ""
1495
- "Thank you note shown after the request here above has been processed. "
1496
- "Allowed tags: [post_title], [post_permalink]"
1497
  msgstr ""
1498
- "Nota de agradecimiento que se muestra tras haber sido procesada la solicitud "
1499
- "notificación. Etiquetas permitidas: [post_title] y [post_permalink]."
1500
 
1501
- #: options/panel3.php:180
 
 
 
 
1502
  msgid ""
1503
- "Text shown to those who want to subscribe without commenting. Allowed tags: "
1504
- "[post_title], [post_permalink]"
1505
  msgstr ""
1506
- "Texto que se muestra a quienes se quieren suscribir sin comentar. Etiquetas "
1507
- "permitidas: [post_title] y [post_permalink]."
1508
 
1509
- #: options/panel3.php:198
 
 
 
 
1510
  msgid ""
1511
- "Thank you note shown after the subscription request has been processed "
1512
- "(double check-in disabled). Allowed tags: [post_title], [post_permalink]"
1513
  msgstr ""
1514
- "Nota de agradecimiento que se muestra tras haber sido procesada la solicitud "
1515
- "notificación (con doble verificación desactivada). Etiquetas permitidas: "
1516
- "[post_title] y [post_permalink]."
1517
 
1518
- #: options/panel3.php:216
1519
  msgid ""
1520
- "Thank you note shown after the subscription request has been processed "
1521
- "(double check-in enabled). Allowed tags: [post_title], [post_permalink]"
1522
  msgstr ""
1523
- "Nota de agradecimiento que se muestra tras haber sido procesada la solicitud "
1524
- "notificación (con doble verificación activada). Etiquetas disponibles: "
1525
- "[post_title] y [post_permalink]."
1526
 
1527
- #: options/panel3.php:232
1528
- msgid "Introductory text for the authors' management page."
1529
- msgstr "Texto de introducción para los autores en la página de administración."
1530
 
1531
- #: options/panel3.php:248
1532
- msgid "Introductory text for the users' management page."
1533
- msgstr ""
1534
- "Texto de introducción para los usuarios en la página de administración."
 
 
 
1535
 
1536
  #~ msgid ""
1537
  #~ "<strong>Subscribe to Comments Reloaded:</strong> The information in your "
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: 2016-09-13 20:06-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:06-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: TodoWordPress, Juan Luis Perez, Iván Ridao Freitas "
9
  "<juanluperez@gmail.com>\n"
18
  "X-Generator: Poedit 1.8.7.1\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
22
+ #: utils/stcr_manage.php:393
23
+ msgid "Manage subscriptions"
24
+ msgstr "Administrar suscripciones"
25
 
26
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
27
+ msgid "Comment Form"
28
+ msgstr "Formulario de Comentario"
29
 
30
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
31
+ msgid "Management Page"
32
+ msgstr "Página de Administración"
33
 
34
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
35
+ msgid "Notifications"
36
+ msgstr "Notificaciones"
37
+
38
+ #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
39
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
40
+ msgid "Options"
41
+ msgstr "Opciones"
42
+
43
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
44
+ msgid "You can help"
45
+ msgstr "Puedes ayudar"
46
+
47
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
48
+ msgid "Support"
49
+ msgstr "Soporte"
50
+
51
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
52
+ msgid "Donate"
53
+ msgstr ""
54
+
55
+ #: options/panel1-add-subscription.php:8 options/panel1.php:61
56
+ msgid "Add New Subscription"
57
+ msgstr "Añadir Nueva Suscripción"
58
+
59
+ #: options/panel1-add-subscription.php:13
60
+ #: options/panel1-edit-subscription.php:13
61
+ msgid "Post:"
62
+ msgstr "Entrada:"
63
 
64
+ #: options/panel1-add-subscription.php:16 options/panel1.php:72
65
+ #: options/panel1.php:133 templates/key_expired.php:74
66
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
67
+ #: templates/user.php:57
68
  msgid "Email"
69
  msgstr "Email"
70
 
71
+ #: options/panel1-add-subscription.php:20
72
+ #: options/panel1-edit-subscription.php:26 options/panel1.php:39
73
+ #: options/panel1.php:76 options/panel1.php:141 options/panel1.php:159
74
+ msgid "Status"
75
+ msgstr "Estado"
76
 
77
+ #: options/panel1-add-subscription.php:22
78
+ #: options/panel1-edit-subscription.php:29 options/panel1.php:42
79
+ #: options/panel1.php:79 options/panel1.php:172
80
+ msgid "Active"
81
+ msgstr "Activo"
82
 
83
+ #: options/panel1-add-subscription.php:23
84
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:43
85
+ #: options/panel1.php:80
86
+ msgid "Replies only"
87
+ msgstr "Solo respuestas"
88
 
89
+ #: options/panel1-add-subscription.php:24 options/panel1.php:81
90
+ msgid "Ask user to confirm"
91
+ msgstr "Pedir confirmación al usuario"
92
 
93
+ #: options/panel1-add-subscription.php:26
94
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:46
95
+ msgid "Update"
96
+ msgstr "Actualizar"
97
+
98
+ #: options/panel1-business-logic.php:23
99
+ msgid "Subscription added."
100
+ msgstr "Suscripción añadida."
101
+
102
+ #: options/panel1-business-logic.php:39
103
+ msgid "Subscriptions updated."
104
+ msgstr "Suscripción actualizada."
105
+
106
+ #: options/panel1-business-logic.php:51
107
+ msgid "Subscription deleted."
108
+ msgstr "Suscripción eliminada."
109
 
110
+ #: options/panel1-business-logic.php:70 templates/author.php:23
111
+ #: templates/user.php:23
112
  msgid "Subscriptions deleted:"
113
  msgstr "Suscripciones eliminadas:"
114
 
115
+ #: options/panel1-business-logic.php:74 templates/author.php:27
116
+ #: templates/user.php:27
117
  msgid "Subscriptions suspended:"
118
  msgstr "Suscripción suspendida:"
119
 
120
+ #: options/panel1-business-logic.php:78 templates/author.php:31
121
+ #: templates/user.php:31
122
  msgid "Subscriptions activated:"
123
  msgstr "Suscripciones activadas:"
124
 
125
+ #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
126
+ #: templates/author.php:35 templates/author.php:39 templates/user.php:35
127
+ #: templates/user.php:39
128
  msgid "Subscriptions updated:"
129
  msgstr "Suscripciones actualizadas:"
130
 
131
+ #: options/panel1-business-logic.php:110
132
+ msgid "&laquo; Previous"
133
+ msgstr "&laquo; Anterior"
134
+
135
+ #: options/panel1-business-logic.php:114
136
+ msgid "Next &raquo;"
137
+ msgstr "Siguiente &raquo;"
138
+
139
+ #: options/panel1-edit-subscription.php:8
140
+ msgid "Update Subscription"
141
+ msgstr "Actualizar Suscripción"
142
+
143
  #: options/panel1-edit-subscription.php:11
144
+ #: options/panel1-edit-subscription.php:21
145
+ #: options/panel1-edit-subscription.php:22
146
+ #: options/panel1-edit-subscription.php:23
147
+ msgid "optional"
148
+ msgstr "opcional"
149
+
150
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:23
151
+ #: options/panel1.php:124 options/panel1.php:200 options/panel1.php:212
152
+ #: templates/author.php:52 templates/user.php:52
153
  msgid ""
154
  "Please remember: this operation cannot be undone. Are you sure you want to "
155
  "proceed?"
157
  "Recuerda: esta operación no se puede deshacer. ¿Estás seguro de que quieres "
158
  "hacerlo?"
159
 
160
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:27
161
+ msgid "From"
162
+ msgstr "De"
163
 
164
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:33
165
+ msgid "To"
166
+ msgstr "Para"
167
 
168
+ #: options/panel1-edit-subscription.php:28 options/panel1.php:41
169
+ msgid "Keep unchanged"
170
+ msgstr "Mantener sin cambios"
171
 
172
+ #: options/panel1-edit-subscription.php:31 options/panel1.php:44
173
+ msgid "Suspended"
174
+ msgstr "Suspendido"
175
 
176
+ #: options/panel1.php:20
177
+ msgid "Mass Update Subscriptions"
178
+ msgstr "Actualizar Suscripciones en Masa"
179
 
180
+ #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
181
+ msgid "email address"
182
+ msgstr "Dirección de correo electrónico del remitente"
 
183
 
184
+ #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
185
+ msgid "optional - new email address"
186
+ msgstr "Actualizar dirección de correo electrónico"
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 "ID de entrada"
201
 
202
+ #: options/panel1.php:83
203
+ msgid "Add"
204
+ msgstr "Añadir"
205
 
206
+ #: options/panel1.php:98
207
+ msgid "Search subscriptions"
208
+ msgstr "Buscar suscripciones"
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 ""
216
+ "Puedes bien <a href=\"%s\">ver todas las suscripciones</a> o bien encontrar "
217
+ "aquellas en las que el/la"
218
 
219
+ #: options/panel1.php:106
220
+ msgid "email"
221
+ msgstr "email"
 
 
 
 
 
 
222
 
223
+ #: options/panel1.php:107
224
+ msgid "post ID"
225
+ msgstr "ID de Entrada"
 
 
 
 
226
 
227
+ #: options/panel1.php:108
228
+ msgid "status"
229
+ msgstr "estado"
 
 
 
 
 
 
230
 
231
+ #: options/panel1.php:111
232
+ msgid "equals"
233
+ msgstr "es igual a"
 
 
 
 
 
234
 
235
+ #: options/panel1.php:112
236
+ msgid "contains"
237
+ msgstr "contiene"
 
 
 
 
 
 
238
 
239
+ #: options/panel1.php:113
240
+ msgid "does not contain"
241
+ msgstr "no contiene"
 
 
 
 
242
 
243
+ #: options/panel1.php:114
244
+ msgid "starts with"
245
+ msgstr "comienza con"
 
 
 
 
 
 
 
246
 
247
+ #: options/panel1.php:115
248
+ msgid "ends with"
249
+ msgstr "termina con"
 
 
 
 
250
 
251
+ #: options/panel1.php:118
252
+ msgid "results per page:"
253
+ msgstr "resultados por página:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
254
 
255
+ #: options/panel1.php:120
256
+ msgid "Search"
257
+ msgstr "Buscar"
 
 
 
 
 
 
 
 
 
 
 
258
 
259
+ #: options/panel1.php:128
260
+ msgid "Reverse the order by Post ID"
261
+ msgstr "Invertir el orden por ID de entrada"
262
 
263
+ #: options/panel1.php:129 options/panel1.php:130
264
+ msgid "Reverse the order by Date/Time"
265
+ msgstr "Invertir el orden por Fecha/Hora"
 
 
266
 
267
+ #: options/panel1.php:132
268
+ msgid "Post (ID)"
269
+ msgstr "ID de Entrada"
 
 
 
 
 
 
270
 
271
+ #: options/panel1.php:135
272
+ msgid "Search query:"
273
+ msgstr "Petición de búsqueda:"
274
 
275
+ #: options/panel1.php:135
276
+ msgid "Rows:"
277
+ msgstr "Filas:"
278
 
279
+ #: options/panel1.php:135
280
+ msgid "of"
281
+ msgstr "de"
282
 
283
+ #: options/panel1.php:142 options/panel1.php:158
284
+ msgid "Date and Time"
285
+ msgstr "Fecha y Hora"
 
286
 
287
+ #: options/panel1.php:168
288
+ msgid "Replies"
289
+ msgstr "Respuestas"
290
 
291
+ #: options/panel1.php:169
292
+ msgid "All Comments"
293
+ msgstr "Todos los comentarios"
294
 
295
+ #: options/panel1.php:170
296
+ msgid "Unconfirmed"
297
  msgstr ""
298
 
299
+ #: options/panel1.php:171
300
+ msgid "Inactive"
301
+ msgstr "Activo"
302
 
303
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
304
+ #: templates/user.php:73
305
+ msgid "Delete"
306
+ msgstr "Eliminar"
 
 
 
307
 
308
+ #: options/panel1.php:201 options/panel1.php:211
309
+ msgid "Edit"
310
+ msgstr "Editar"
311
+
312
+ #: options/panel1.php:203 options/panel1.php:209
313
+ msgid "Subscription"
314
  msgstr "Suscripciones"
315
 
316
+ #: options/panel1.php:223 templates/author.php:71 templates/user.php:69
317
+ msgid "Action:"
318
+ msgstr "Acción:"
 
 
 
 
319
 
320
+ #: options/panel1.php:226
321
+ msgid "Delete forever"
322
+ msgstr "Eliminar para siempre"
 
 
 
323
 
324
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
325
+ msgid "Suspend"
326
+ msgstr "Suspender"
327
 
328
+ #: options/panel1.php:228
329
+ msgid "Activate and set to Y"
330
+ msgstr "Activar y establecer a Y"
331
 
332
+ #: options/panel1.php:229
333
+ msgid "Activate and set to R"
334
+ msgstr "Activar y establecer a R"
335
 
336
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
337
+ msgid "Activate"
338
+ msgstr "Activar"
339
+
340
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
341
+ msgid "Update subscriptions"
342
+ msgstr "Actualizar suscripciones"
343
+
344
+ #: options/panel1.php:237
345
+ msgid "Sorry, no subscriptions match your search criteria."
346
+ msgstr "Lo siento, ninguna suscripción coincide con tu criterio de búsqueda."
347
+
348
+ #: options/panel10.php:22 options/panel10.php:23
349
+ msgid "System Information"
350
+ msgstr ""
351
 
352
  #: options/panel2.php:12 options/panel2.php:63
353
  msgid "Enable default checkbox"
389
  msgid "Author label"
390
  msgstr "Autor"
391
 
392
+ #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
393
+ #: options/panel5.php:18 options/panel5.php:63
394
  msgid "Your settings have been successfully updated."
395
  msgstr "Tu configuración se ha actualizado correctamente."
396
 
397
+ #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
398
+ #: options/panel5.php:20 options/panel5.php:65
399
  msgid "There was an error updating the following fields:"
400
  msgstr "Se ha producido un error al actualizar los siguientes campos:"
401
 
402
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
403
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
404
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
405
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
406
+ #: options/panel5.php:172
407
  msgid "Yes"
408
  msgstr "Sí"
409
 
410
+ #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
411
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
412
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
413
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
414
+ #: options/panel5.php:173 utils/stcr_manage.php:794
415
+ msgid "No"
416
+ msgstr "No"
417
+
418
  #: options/panel2.php:68
419
  msgid ""
420
  "Disable this option if you want to move the subscription checkbox to a "
444
  "Select the default option for the Checkbox. Be careful! Some users might "
445
  "like to be subscribed to all the post."
446
  msgstr ""
447
+ "Selecciona la opción predeterminada para la casilla de verificación. ¡Sé "
448
+ "cuidadoso! Algunos usuarios pueden preferir estar suscritos a todo el post."
449
+
450
+ #: options/panel2.php:107
451
+ msgid ""
452
+ "Allow users to choose from different subscription types (all, replies only)."
453
+ msgstr ""
454
+ "Permitir a los usuarios escoger diferentes tipos de suscripción (todo, solo "
455
+ "respuestas)."
456
+
457
+ #: options/panel2.php:115
458
+ msgid "Advanced default"
459
+ msgstr "Marcada por defecto"
460
+
461
+ #: options/panel2.php:119
462
+ msgid "None"
463
+ msgstr "Ninguno"
464
+
465
+ #: options/panel2.php:124
466
+ msgid ""
467
+ "The default subscription type that should be selected when Advanced "
468
+ "subscriptions are enable."
469
+ msgstr ""
470
+ "El tipo de suscripción por defecto que debe ser seleccionado cuando se "
471
+ "activa Suscripción avanzada."
472
+
473
+ #: options/panel2.php:135
474
+ msgid "Custom inline CSS to add to the checkbox."
475
+ msgstr "CSS en línea personalizado para la casilla de verificación."
476
+
477
+ #: options/panel2.php:152
478
+ msgid ""
479
+ "Custom HTML code to be used when displaying the checkbox. Allowed tags: "
480
+ "[checkbox_field], [checkbox_label]"
481
+ msgstr ""
482
+ "Código HTML personalizado para ser utilizado cuando se muestra la casilla de "
483
+ "verificación. Etiquetas permitidas: [checkbox_field] y [checkbox_label]"
484
+
485
+ #: options/panel2.php:158
486
+ msgid "Messages for your visitors"
487
+ msgstr "Mensajes de tus visitantes"
488
+
489
+ #: options/panel2.php:162
490
+ msgid "Default label"
491
+ msgstr "Etiqueta por defecto"
492
+
493
+ #: options/panel2.php:175
494
+ msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
495
+ msgstr ""
496
+ "Texto asociado a la casilla para suscribirse. Etiquetas permitidas: "
497
+ "[subscribe_link]."
498
+
499
+ #: options/panel2.php:192
500
+ msgid ""
501
+ "Label shown to those who are already subscribed to a post. Allowed tag: "
502
+ "[manager_link]"
503
+ msgstr ""
504
+ "Texto que se muestra cuando alguien se suscribe a una entrada. Etiquetas "
505
+ "permitidas: [manager_link]."
506
+
507
+ #: options/panel2.php:197
508
+ msgid "Pending label"
509
+ msgstr "Etiqueta pendiente"
510
+
511
+ #: options/panel2.php:209
512
+ msgid ""
513
+ "Label shown to those who are already subscribed, but haven't clicked on the "
514
+ "confirmation link yet. Allowed tag: [manager_link]"
515
+ msgstr ""
516
+ "Texto que se muestra cuando alguien ya está suscrito a una entrada, pero es "
517
+ "pero no ha confirmado su suscripción aún. Etiquetas permitidas: "
518
+ "[manager_link]."
519
+
520
+ #: options/panel2.php:225
521
+ msgid ""
522
+ "Label shown to authors (and administrators). Allowed tag: [manager_link]"
523
+ msgstr ""
524
+ "Texto que se muestra a los autores (y administradores) para gestionar las "
525
+ "suscripciones. Etiquetas permitidas: [manager_link]."
526
+
527
+ #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
528
+ #: options/panel5.php:207
529
+ msgid "Save Changes"
530
+ msgstr "Guardar cambios"
531
+
532
+ #: options/panel3.php:13 options/panel3.php:87
533
+ msgid "Virtual Management Page"
534
+ msgstr "Página de Administración virtual"
535
+
536
+ #: options/panel3.php:18 options/panel3.php:96
537
+ msgid "Page title"
538
+ msgstr "Título de la página"
539
+
540
+ #: options/panel3.php:23 options/panel3.php:105
541
+ msgid "Management URL"
542
+ msgstr "Página de Administración"
543
+
544
+ #: options/panel3.php:28 options/panel3.php:117
545
+ msgid "Custom HEAD meta"
546
+ msgstr "HEAD meta personalizada"
547
+
548
+ #: options/panel3.php:34 options/panel3.php:131
549
+ msgid "Request link"
550
+ msgstr "Petición de enlace"
551
+
552
+ #: options/panel3.php:39 options/panel3.php:149
553
+ msgid "Request submitted"
554
+ msgstr "Petición enviada"
555
+
556
+ #: options/panel3.php:44 options/panel3.php:167
557
+ msgid "Subscribe without commenting"
558
+ msgstr "Suscribir sin comentar"
559
+
560
+ #: options/panel3.php:49 options/panel3.php:185
561
+ msgid "Subscription processed"
562
+ msgstr "Suscripción procesada"
563
+
564
+ #: options/panel3.php:54 options/panel3.php:203
565
+ msgid "Subscription processed (DCI)"
566
+ msgstr "Suscripción procesada (Pendiente de confirmación)"
567
+
568
+ #: options/panel3.php:59 options/panel3.php:220
569
+ msgid "Authors"
570
+ msgstr "Autores"
571
+
572
+ #: options/panel3.php:64 options/panel3.php:236
573
+ msgid "Users"
574
+ msgstr "Usuarios"
575
+
576
+ #: options/panel3.php:90
577
+ msgid "Enabled"
578
+ msgstr "Habilitado"
579
+
580
+ #: options/panel3.php:91
581
+ msgid "Disabled"
582
+ msgstr "Deshabilitado"
583
+
584
+ #: options/panel3.php:92
585
+ msgid ""
586
+ "Disable the virtual management page if you need to create a <a href="
587
+ "\"https://github.com/stcr/subscribe-to-comments-reloaded/wiki/KB#create-a-"
588
+ "real-management-page\">real page</a> to make your theme happy."
589
+ msgstr ""
590
+ "Deshabilita la página de administración virtual si necesitas crear una <a "
591
+ "href=\"http://behstant.com/subscribe-reloaded/realMgnPage.php\">página real</"
592
+ "a> para hacer tu tema feliz."
593
+
594
+ #: options/panel3.php:101
595
+ msgid "Title of the page your visitors will use to manage their subscriptions."
596
+ msgstr ""
597
+ "Título de la página para que tus visitantes usarán para gestionar tus "
598
+ "suscripciones."
599
 
600
+ #: options/panel3.php:109
601
  msgid ""
602
+ "The permalink for your management page (something like <code>/manage-"
603
+ "subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</"
604
+ "b> actually exist in the system, but its link must follow your permalink "
605
+ "structure."
606
  msgstr ""
607
+ "El enlace permanente para la página de administración (algo como <code>/"
608
+ "administrar-suscripciones</code> o <code>/?page_id=345</code>). Esta página "
609
+ "realmente <b>no tiene</b> que existir en el sistema, pero su enlace debe "
610
+ "seguir tu estructura de enlaces permanentes."
 
 
 
 
 
 
611
 
612
+ #: options/panel3.php:111
613
  msgid ""
614
+ "Warning: it looks like the value you are using may be incompatible with your "
615
+ "permalink structure"
616
  msgstr ""
617
+ "Precaución: parece que el valor que estás usando puede ser incompatible con "
618
+ "tu estructura de enlaces permanentes"
 
 
 
 
619
 
620
+ #: options/panel3.php:121
621
  msgid ""
622
+ "Specify your custom HTML code to be added to the HEAD section of the page. "
623
+ "Use <strong>single</strong> quotes for values."
624
  msgstr ""
625
+ "Especifica tu código HTML personalizado para ser añadido a la sección HEAD "
626
+ "de tu página. Usa comillas <strong>simples</strong> para los valores."
 
 
 
 
627
 
628
+ #: options/panel3.php:127 options/panel4.php:135
629
+ msgid "Messages"
630
+ msgstr "Mensajes"
631
 
632
+ #: options/panel3.php:144
633
+ msgid "Text shown to those who request to manage their subscriptions."
634
  msgstr ""
635
+ "Texto que se muestra a quienes solicitan acceso para administrar sus "
636
+ "suscripciones."
637
 
638
+ #: options/panel3.php:162
639
  msgid ""
640
+ "Thank you note shown after the request here above has been processed. "
641
+ "Allowed tags: [post_title], [post_permalink]"
642
  msgstr ""
643
+ "Nota de agradecimiento que se muestra tras haber sido procesada la solicitud "
644
+ "notificación. Etiquetas permitidas: [post_title] y [post_permalink]."
 
 
 
 
645
 
646
+ #: options/panel3.php:180
647
  msgid ""
648
+ "Text shown to those who want to subscribe without commenting. Allowed tags: "
649
+ "[post_title], [post_permalink]"
650
  msgstr ""
651
+ "Texto que se muestra a quienes se quieren suscribir sin comentar. Etiquetas "
652
+ "permitidas: [post_title] y [post_permalink]."
 
653
 
654
+ #: options/panel3.php:198
655
  msgid ""
656
+ "Thank you note shown after the subscription request has been processed "
657
+ "(double check-in disabled). Allowed tags: [post_title], [post_permalink]"
658
  msgstr ""
659
+ "Nota de agradecimiento que se muestra tras haber sido procesada la solicitud "
660
+ "notificación (con doble verificación desactivada). Etiquetas permitidas: "
661
+ "[post_title] y [post_permalink]."
662
 
663
+ #: options/panel3.php:216
664
+ msgid ""
665
+ "Thank you note shown after the subscription request has been processed "
666
+ "(double check-in enabled). Allowed tags: [post_title], [post_permalink]"
667
+ msgstr ""
668
+ "Nota de agradecimiento que se muestra tras haber sido procesada la solicitud "
669
+ "notificación (con doble verificación activada). Etiquetas disponibles: "
670
+ "[post_title] y [post_permalink]."
671
 
672
+ #: options/panel3.php:232
673
+ msgid "Introductory text for the authors' management page."
674
+ msgstr "Texto de introducción para los autores en la página de administración."
675
 
676
+ #: options/panel3.php:248
677
+ msgid "Introductory text for the users' management page."
 
 
 
678
  msgstr ""
679
+ "Texto de introducción para los usuarios en la página de administración."
680
 
681
  #: options/panel4.php:15 options/panel4.php:94
682
  msgid "Sender name"
740
  "will be the same as the Sender email address."
741
  msgstr ""
742
 
 
 
 
 
743
  #: options/panel4.php:147
744
  msgid "Subject of the notification email. Allowed tag: [post_title]"
745
  msgstr ""
792
  msgid "Content of the management Page message. Allowed tags: [blog_name]."
793
  msgstr ""
794
 
795
+ #: options/panel4.php:257
796
+ msgid ""
797
+ "Content of the management email message. Allowed tags: [blog_name], "
798
+ "[manager_link]."
799
+ msgstr ""
800
+
801
+ #: options/panel4.php:263
802
+ msgid "One Click Unsubscribe"
803
+ msgstr "Permitir al administrador suscribirse"
804
+
805
+ #: options/panel4.php:277
806
+ msgid ""
807
+ "Content of the One Click confirmation. Allowed tags: [post_title], "
808
+ "[blog_name]"
809
+ msgstr ""
810
+ "Contenido del mensaje para quienes solicitan acceso a su página de "
811
+ "administración. Etiquetas permitidas: [blog_name] y [manager_link]."
812
+
813
+ #: options/panel5.php:28
814
+ msgid "Safetly Uninstall"
815
+ msgstr ""
816
+
817
+ #: options/panel5.php:31 options/panel5.php:87
818
+ msgid "Autopurge requests"
819
+ msgstr "Solicitudes de purga automática"
820
+
821
+ #: options/panel5.php:34 options/panel5.php:105
822
+ msgid "Enable double check"
823
+ msgstr "Activar doble verificación"
824
+
825
+ #: options/panel5.php:37 options/panel5.php:96
826
+ msgid "StCR Position"
827
+ msgstr ""
828
+
829
+ #: options/panel5.php:40 options/panel5.php:113
830
+ msgid "Subscribe authors"
831
+ msgstr "Suscrito"
832
+
833
+ #: options/panel5.php:43 options/panel5.php:123
834
+ msgid "Enable HTML emails"
835
+ msgstr "Activar HTML en emails"
836
+
837
+ #: options/panel5.php:46
838
+ msgid "HTMLify Links in HTML emails"
839
+ msgstr "Convertir enlaces HTML en emails HTML"
840
+
841
+ #: options/panel5.php:49
842
+ msgid "Send trackbacks"
843
+ msgstr "Enviar trackbacks"
844
+
845
+ #: options/panel5.php:52
846
+ msgid "Notify admin"
847
+ msgstr "Notificar al administrador"
848
+
849
+ #: options/panel5.php:55 options/panel5.php:161
850
+ msgid "Let admin subscribe"
851
+ msgstr "Permitir al administrador suscribirse"
852
+
853
+ #: options/panel5.php:58 options/panel5.php:170
854
+ msgid "BCC admin on Notifications"
855
+ msgstr "Notificaciones"
856
+
857
+ #: options/panel5.php:79
858
+ msgid "Safely Uninstall"
859
+ msgstr ""
860
+
861
+ #: options/panel5.php:83
862
+ msgid ""
863
+ "This option will allow you to delete the plugin with WordPress without "
864
+ "loosing your subscribers. Any database table and plugin options are wipeout."
865
+ msgstr ""
866
+
867
+ #: options/panel5.php:90
868
+ msgid "days"
869
+ msgstr "días"
870
+
871
+ #: options/panel5.php:91
872
+ msgid ""
873
+ "Delete pending subscriptions (not confirmed) after X days. Zero disables "
874
+ "this feature."
875
+ msgstr ""
876
+ "Eliminar suscripciones pendientes (sin confirmar) después de X días. 0 "
877
+ "(cero) desactiva esta función."
878
+
879
+ #: options/panel5.php:100
880
+ msgid ""
881
+ "If this option is enable the subscription box will be above the submit "
882
+ "button in your comment form. Use this when your theme is outdated and using "
883
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
884
+ msgstr ""
885
+
886
+ #: options/panel5.php:109
887
+ msgid ""
888
+ "Send a notification email to confirm the subscription (to avoid addresses "
889
+ "misuse)."
890
+ msgstr ""
891
+ "Enviar un mensaje de notificación para confirmar la suscripción (para evitar "
892
+ "un uso fraudulento de las direcciones)."
893
+
894
+ #: options/panel5.php:118
895
+ msgid ""
896
+ "Automatically subscribe authors to their own articles (not retroactive)."
897
+ msgstr "Suscribir autores automaticamente a sus artículos (No retroactivo)."
898
+
899
+ #: options/panel5.php:127
900
+ msgid ""
901
+ "If enabled, will send email messages with content-type = text/html instead "
902
+ "of text/plain"
903
+ msgstr ""
904
+ "Si está activado, enviará mensajes de correo electrónico con content-type = "
905
+ "text/html en lugar de text/plain"
906
+
907
+ #: options/panel5.php:132
908
+ msgid "HTMLify links in emails"
909
+ msgstr "Convertir enlaces HTML"
910
+
911
+ #: options/panel5.php:137
912
+ msgid ""
913
+ "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
914
+ "&lt;/a&gt;</code> (only when HTML emails enabled)."
915
+ msgstr ""
916
+ "Si está activado, agregará <code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> en "
917
+ "todos los enlaces de los mensajes (sólo si se activó HTML en emails)."
918
+
919
+ #: options/panel5.php:142
920
+ msgid "Process trackbacks"
921
+ msgstr "Procesar trackbacks"
922
+
923
+ #: options/panel5.php:146
924
+ msgid ""
925
+ "Notify users when a new trackback or pingback is added to the discussion."
926
+ msgstr ""
927
+ "Notificar a los usuarios cuando se añade un nuevo trackback o pingback a la "
928
+ "discusión."
929
+
930
+ #: options/panel5.php:151
931
+ msgid "Track all subscriptions"
932
+ msgstr "Seguir todas las suscripciones"
933
+
934
+ #: options/panel5.php:156
935
+ msgid "Notify the administrator when users subscribe without commenting."
936
+ msgstr ""
937
+ "Notificar al administrador cuando los usuarios se suscriban sin comentar."
938
+
939
+ #: options/panel5.php:165
940
+ msgid "Let the administrator subscribe to comments when logged in."
941
+ msgstr ""
942
+ "Permitir al administrador suscribirse a los comentarios cuando tiene la "
943
+ "sesión iniciada."
944
+
945
+ #: options/panel5.php:174
946
+ msgid "Send a copy of all Notifications to the administrator."
947
+ msgstr "Enviar una copia de todas las Notificaciones al administrador."
948
+
949
+ #: options/panel5.php:179
950
+ msgid "StCR Unique Key"
951
+ msgstr "StCR Clave Única"
952
+
953
+ #: options/panel5.php:184
954
+ msgid "This Unique Key is not set, please click the following button to "
955
  msgstr ""
956
+ "Esta Clave Única no se ha establecido, por favor haga clic en el siguiente "
957
+ "botón para"
958
 
959
+ #: options/panel5.php:188 options/panel5.php:199
960
+ msgid "Generate"
961
+ msgstr "Generar"
962
 
963
+ #: options/panel5.php:196
964
  msgid ""
965
+ "This Unique Key will be use to send the notification to your subscribers "
966
+ "with more security."
967
  msgstr ""
968
+ "Esta Clave Única se utiliza para enviar notificaciones a sus suscriptores "
969
+ "con más seguridad."
970
 
971
  #: options/panel7.php:8 options/panel8.php:8
972
  msgid "Support the developers"
1037
  "plugins/subscribe-to-comments-reloaded/\">Valóralo</a> en la página de "
1038
  "plugins de WordPress."
1039
 
1040
+ #: options/panel8.php:18
1041
+ msgid "Did you find a Bug on the plugin?"
1042
+ msgstr "Encontraste un Error en el plugin?"
1043
 
1044
+ #: options/panel8.php:19
1045
+ msgid ""
1046
+ "Please report any bug on the <a href=\"https://github.com/stcr/subscribe-to-"
1047
+ "comments-reloaded/issues/new?title=Bug%20Report:%20%3Cshort%20description"
1048
+ "%3E&labels=bug\" target=\"_blank\">GitHub</a> Page rather than on the "
1049
+ "WordPress Support page."
1050
+ msgstr ""
1051
+ "Por favor, reporta cualquier error en la página de <a href=\"https://github."
1052
+ "com/stcr/subscribe-to-comments-reloaded/issues/new?title=Bug%20Report:"
1053
+ "%20%3Cshort%20description%3E&labels=bug\" target=\"_blank\">GitHub</a> en "
1054
+ "lugar de hacerlo en la página de soporte de WordPress."
1055
 
1056
+ #: options/panel9.php:11
1057
+ msgid "Support Subscribe to Comments Reloaded"
1058
+ msgstr "Aviso Importante de Subscribe to Comments Reloaded"
1059
 
1060
+ #: options/panel9.php:12
1061
+ msgid ""
1062
+ "Every contribution that you make is high valuable, so if you consider this "
1063
+ "plugin a helpful tool we will use your donation to invest on support and "
1064
+ "developing time."
1065
+ msgstr ""
1066
 
1067
+ #: templates/author.php:57
1068
+ msgid "Title"
1069
+ msgstr "Título"
1070
 
1071
+ #: templates/author.php:58 templates/user.php:58
1072
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
1073
+ msgstr "Leyenda: Y = todos los comentarios, R = solo respuestas, C = inactivo"
 
 
1074
 
1075
+ #: templates/author.php:69 templates/user.php:67
1076
+ msgid "Select all"
1077
+ msgstr "Seleccionar todo"
1078
 
1079
+ #: templates/author.php:70 templates/user.php:68
1080
+ msgid "Invert selection"
1081
+ msgstr "Invertir selección"
 
 
1082
 
1083
+ #: templates/author.php:73 templates/user.php:72
1084
+ msgid "Choose your action"
1085
+ msgstr ""
 
 
1086
 
1087
+ #: templates/author.php:76 templates/user.php:75
1088
+ msgid "All comments"
1089
+ msgstr "Todos los comentarios"
1090
 
1091
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1092
+ msgid "Replies to my comments"
1093
+ msgstr "Respuestas a mis comentarios"
 
1094
 
1095
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1096
+ #: templates/user.php:84
1097
+ msgid "No subscriptions match your search criteria."
1098
+ msgstr "Ninguna suscripción coincide con tu criterio de búsqueda."
1099
 
1100
+ #: templates/key_expired.php:8
1101
  msgid ""
1102
+ "Woohaa the link to manage your subscriptions has expired, don't worry, just "
1103
+ "enter your email below and a new link will be send."
1104
  msgstr ""
1105
 
1106
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1107
+ #: templates/subscribe.php:95
1108
+ msgid "Send"
1109
+ msgstr "Enviar"
1110
 
1111
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1112
+ msgid "New subscription to"
1113
+ msgstr "Nueva suscripción a"
1114
 
1115
+ #: templates/subscribe.php:46
1116
+ msgid "User:"
1117
+ msgstr "Usuario:"
1118
 
1119
+ #: templates/user.php:63
1120
+ msgid "F j, Y"
1121
+ msgstr ""
1122
 
1123
+ #: templates/wrong-request.php:9
1124
+ msgid "You have request to manage another email address and this is forbidden."
1125
+ msgstr ""
1126
 
1127
+ #: utils/stcr_manage.php:224
 
1128
  msgid ""
1129
+ "Notify me of followup comments via e-mail. You can also <a "
1130
+ "href='[subscribe_link]'>subscribe</a> without commenting."
1131
  msgstr ""
1132
+ "Notificarme los nuevos comentarios por correo electrónico. También puedes <a "
1133
+ "href='[subscribe_link]'>suscribirte</a> sin comentar."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1134
 
1135
+ #: utils/stcr_manage.php:225
1136
+ msgid ""
1137
+ "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1138
+ "subscriptions."
1139
+ msgstr ""
1140
+ "Te has suscrito a esta entrada. <a href='[manager_link]'>Gestionar</a> tus "
1141
+ "suscripciones."
1142
 
1143
+ #: utils/stcr_manage.php:226
1144
+ msgid ""
1145
+ "Your subscription to this post needs to be confirmed. <a "
1146
+ "href='[manager_link]'>Manage your subscriptions</a>."
1147
+ msgstr ""
1148
+ "Tu suscripción a esta entrada necesita ser confirmada. <a "
1149
+ "href='[manager_link]'>Gestiona tus suscripciones</a>."
1150
 
1151
+ #: utils/stcr_manage.php:227
1152
+ msgid ""
1153
+ "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1154
+ msgstr ""
1155
+ "Puedes <a href='[manager_link]'>gestionar las suscripciones</a> de esta "
1156
+ "entrada."
1157
 
1158
+ #: utils/stcr_manage.php:233
1159
+ msgid ""
1160
+ "To manage your subscriptions, please enter your email address here below. We "
1161
+ "will send you a message containing the link to access your personal "
1162
+ "management page."
1163
+ msgstr ""
1164
+ "Para gestionar tus suscripciones introduce tu correo electrónico a "
1165
+ "continuación. Te enviaremos un mensaje con un enlace para acceder a tu "
1166
+ "página de administración."
1167
 
1168
+ #: utils/stcr_manage.php:234
1169
+ msgid ""
1170
+ "Thank you for using our subscription service. Your request has been "
1171
+ "completed, and you should receive an email with the management link in a few "
1172
+ "minutes."
1173
+ msgstr ""
1174
+ "Gracias por usar nuestro servicio de suscripción. Tu petición se ha "
1175
+ "completada con éxito, deberías recibir un mensaje en tu buzón de correo "
1176
+ "electrónico con con el enlace de administración en unos minutos."
1177
 
1178
+ #: utils/stcr_manage.php:235
1179
+ msgid ""
1180
+ "You can follow the discussion on <strong>[post_title]</strong> without "
1181
+ "having to leave a comment. Cool, huh? Just enter your email address in the "
1182
+ "form here below and you're all set."
1183
+ msgstr ""
1184
+ "Puedes seguir la discusión de <strong>[post_title]</strong> sin tener que "
1185
+ "dejar un comentario. Introduce tu dirección de correo electrónico en el "
1186
+ "siguiente formulario y listo."
1187
 
1188
+ #: utils/stcr_manage.php:236
1189
+ msgid ""
1190
+ "Thank you for using our subscription service. Your request has been "
1191
+ "completed. You will receive a notification email every time a new comment to "
1192
+ "this article is approved and posted by the administrator."
1193
+ msgstr ""
1194
+ "Gracias por usar nuestro servicio de suscripción. Tu petición se ha "
1195
+ "completado. Recibirás un mensaje de notificación cada que vez que un nuevo "
1196
+ "comentario se publique o apruebe en esta entrada."
1197
 
1198
+ #: utils/stcr_manage.php:237
1199
+ msgid ""
1200
+ "Thank you for using our subscription service. In order to confirm your "
1201
+ "request, please check your email for the verification message and follow the "
1202
+ "instructions."
1203
  msgstr ""
1204
+ "Gracias por usar nuestro servicio de suscripción. Para confirmar tu "
1205
+ "petición, por favor comprueba si has recibido un mensaje en tu buzón de "
1206
+ "correo electrónico y sigue las instrucciones."
1207
 
1208
+ #: utils/stcr_manage.php:238
1209
+ msgid ""
1210
+ "In order to cancel or suspend one or more notifications, select the "
1211
+ "corresponding checkbox(es) and click on the button at the end of the list."
1212
+ msgstr ""
1213
+ "Para cancelar o suspender una o más suscripciones, selecciona la "
1214
+ "correspondiente casilla de verificación y pulsa en el botón del final de la "
1215
+ "lista."
1216
 
1217
+ #: utils/stcr_manage.php:239
1218
+ msgid ""
1219
+ "In order to cancel or suspend one or more notifications, select the "
1220
+ "corresponding checkbox(es) and click on the button at the end of the list. "
1221
+ "You are currently subscribed to:"
1222
+ msgstr ""
1223
+ "Para cancelar o suspender una o más suscripciones, selecciona la "
1224
+ "correspondiente casilla de verificación y pulsa en el botón del final de la "
1225
+ "lista. Actualmente estás suscrito a:"
1226
 
1227
+ #: utils/stcr_manage.php:243
1228
+ msgid "There is a new comment to [post_title]"
1229
+ msgstr "Hay un nuevo comentario en [post_title]"
1230
 
1231
+ #: utils/stcr_manage.php:244
1232
+ msgid ""
1233
+ "There is a new comment to [post_title].\n"
1234
+ "Comment Link: [comment_permalink]\n"
1235
+ "Author: [comment_author]\n"
1236
+ "Comment:\n"
1237
+ "[comment_content]\n"
1238
+ "Permalink: [post_permalink]\n"
1239
+ "Manage your subscriptions: [manager_link]"
1240
+ msgstr ""
1241
+ "Hay un nuevo comentario en [post_title].\n"
1242
+ "Enlace al comentario: [comment_permalink]\n"
1243
+ "Autor: [comment_author]\n"
1244
+ "Comentario:\n"
1245
+ "[comment_content]\n"
1246
+ "Enlace permanente: [post_permalink]\n"
1247
+ "Administrar tus suscripciones: [manager_link]"
1248
 
1249
+ #: utils/stcr_manage.php:245
1250
+ msgid "Please confirm your subscription to [post_title]"
1251
+ msgstr "Por favor, confirma tu suscripción a [post_title]"
1252
 
1253
+ #: utils/stcr_manage.php:246
1254
+ msgid ""
1255
+ "You have requested to be notified every time a new comment is added to:\n"
1256
+ "[post_permalink]\n"
1257
+ "\n"
1258
+ "Please confirm your request by clicking on this link:\n"
1259
+ "[confirm_link]"
1260
+ msgstr ""
1261
+ "Has solicitado que te notifiquemos cada vez que se escriba un comentario "
1262
+ "en:\n"
1263
+ "[post_permalink]\n"
1264
+ "\n"
1265
+ "Por favor, confirma tu petición pulsando el siguiente enlace:\n"
1266
+ "[confirm_link]"
1267
 
1268
+ #: utils/stcr_manage.php:247
1269
+ msgid "Manage your subscriptions on [blog_name]"
1270
+ msgstr "Gestiona tus suscripciones en [blog_name]"
1271
 
1272
+ #: utils/stcr_manage.php:248
1273
+ msgid ""
1274
+ "You have requested to manage your subscriptions to the articles on "
1275
+ "[blog_name]. Please check the Subscriptions management link in your email"
1276
+ msgstr ""
1277
 
1278
+ #: utils/stcr_manage.php:249
1279
+ msgid ""
1280
+ "You have requested to manage your subscriptions to the articles on "
1281
+ "[blog_name]. Follow this link to access your personal page:\n"
1282
+ "[manager_link]"
1283
+ msgstr ""
1284
+ "Has solicitado gestionar tus suscripciones a las entradas de [blog_name]. "
1285
+ "Sigue el siguiente enlace para acceder a tu página de suscripciones:\n"
1286
+ "[manager_link]"
1287
 
1288
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1289
+ msgid "StCR System"
1290
+ msgstr ""
1291
 
1292
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1293
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1294
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1295
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1296
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1297
+ msgid "You do not have sufficient permissions to access this page."
1298
+ msgstr ""
1299
 
1300
+ #: utils/stcr_manage.php:765
1301
+ msgid "Subscriptions"
1302
+ msgstr "Suscripciones"
 
1303
 
1304
+ #: utils/stcr_manage.php:821
1305
+ msgid ""
1306
+ "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1307
  msgstr ""
1308
+ "¿Necesitas ayuda sobre como usar \"Subscribe to Comments Reloaded\"? Visita "
1309
+ "el"
1310
 
1311
+ #: utils/stcr_manage.php:821
1312
+ msgid "support forum"
1313
+ msgstr "foro de soporte oficial"
 
 
 
 
1314
 
1315
+ #: utils/stcr_manage.php:822
1316
+ msgid "Feeling generous?"
1317
+ msgstr "¿Te sientes generoso?"
1318
 
1319
+ #: utils/stcr_manage.php:822
1320
+ msgid "Donate a few bucks!"
1321
+ msgstr "¡Dona un poco de dinero!"
1322
 
1323
+ #: utils/stcr_upgrade.php:55
1324
+ msgid "Important Notice"
1325
+ msgstr "Nota Importante"
1326
 
1327
+ #: utils/stcr_upgrade.php:103
1328
+ msgid ""
1329
+ "<strong>Subscribe to Comments Reloaded:</strong> The information in your "
1330
+ "database has been sanitized to prevent the raw html messages. <a class="
1331
+ "\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-loading-animation\" "
1332
+ "src=\""
1333
+ msgstr ""
1334
 
1335
+ #: utils/stcr_upgrade.php:158
1336
+ msgid ""
1337
+ "<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
1338
+ "from the <strong>Subscribe to Comments</strong> plugin was detected and "
1339
+ "automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
1340
+ msgstr ""
1341
+ "Se detectaron datos de suscripción a comentarios del plugin "
1342
+ "<strong>Subscribe to Comments</strong> y se importaron automáticamente en "
1343
+ "<strong>Subscribe to Comments Reloaded</strong>."
1344
 
1345
+ #: utils/stcr_upgrade.php:158
1346
+ msgid ""
1347
+ " It is recommended that you now <strong>deactivate</strong> Subscribe to "
1348
+ "Comments to prevent confusion between the two plugins."
1349
+ msgstr ""
1350
+ "Se recomienda que <strong>desactive</strong> ahora Subscribe to Comments "
1351
+ "para prevenir conflictos entre ambos plugins."
1352
 
1353
+ #: utils/stcr_upgrade.php:159
1354
+ msgid ""
1355
+ "If you have subscription data from Subscribe to Comments Reloaded < v2.0 "
1356
+ "that you want to import, you'll need to import that data manually, as only "
1357
+ "one import routine will ever run to prevent data loss."
1358
+ msgstr ""
1359
+ "Si tienes datos de suscripción de Subscribe to Comments Reloaded < v2.0 que "
1360
+ "quieres importar, necesitaras importar esos datos manualmente, ya que sólo "
1361
+ "se ejecutará una rutina de importación para evitar la pérdida de datos."
1362
 
1363
+ #: utils/stcr_upgrade.php:160 utils/stcr_upgrade.php:232
1364
+ #: utils/stcr_upgrade.php:381
1365
+ msgid ""
1366
+ "Please visit <a href=\"options-general.php?page=subscribe-to-comments-"
1367
+ "reloaded/options/index.php\">Settings -> Subscribe to Comments</a> to review "
1368
+ "your configuration.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class="
1369
+ "\"stcr-loading-animation\" src=\""
1370
  msgstr ""
1371
 
1372
+ #: utils/stcr_upgrade.php:231
1373
  msgid ""
1374
+ "<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
1375
+ "from the <strong>Comment Reply Notification</strong> plugin was detected and "
1376
+ "automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
1377
  msgstr ""
1378
+ "Se detectaron datos de suscripción a comentarios del plugin <strong>Comment "
1379
+ "Reply Notification</strong> y se importaron automáticamente en "
1380
+ "<strong>Subscribe to Comments Reloaded</strong>."
1381
 
1382
+ #: utils/stcr_upgrade.php:231
1383
+ msgid ""
1384
+ " It is recommended that you now <strong>deactivate</strong> Comment Reply "
1385
+ "Notification to prevent confusion between the two plugins."
1386
+ msgstr ""
1387
+ "Se recomienda que <strong>desactive</strong> ahora Comment Reply "
1388
+ "Notification para prevenir conflictos entre ambos plugins."
1389
 
1390
+ #: utils/stcr_upgrade.php:378
1391
  msgid ""
1392
+ "<strong>Subscribe to Comments Reloaded:</strong> Plugin options and comment "
1393
+ "subscription data from the <strong>WP Comment Subscriptions</strong> plugin "
1394
+ "were detected and automatically imported into <strong>Subscribe to Comments "
1395
+ "Reloaded</strong>."
1396
  msgstr ""
1397
+ "Se detectaron opciones y datos de suscripción a comentarios del plugin "
1398
+ "<strong>WP Comment Subscriptions</strong> y se importaron automáticamente en "
1399
+ "<strong>Subscribe to Comments Reloaded</strong>."
1400
 
1401
+ #: utils/stcr_upgrade.php:378
1402
  msgid ""
1403
+ " It is recommended that you now <strong>deactivate</strong> WP Comment "
1404
+ "Subscriptions to prevent confusion between the two plugins."
1405
  msgstr ""
1406
+ "Se recomienda que <strong>desactive</strong> ahora WP Comment Subscriptions "
1407
+ "para prevenir conflictos entre ambos plugins."
1408
 
1409
+ #: utils/stcr_upgrade.php:379
1410
  msgid ""
1411
+ "If you have subscription data from another plugin (such as Subscribe to "
1412
+ "Comments or Subscribe to Comments Reloaded < v2.0) that you want to import, "
1413
+ "you'll need to import that data manually, as only one import routine will "
1414
+ "ever run to prevent data loss."
1415
+ msgstr ""
1416
+ "Si tienes datos de suscripción de otro plugin (como Subscribe to Comments o "
1417
+ "Subscribe to Comments Reloaded < v2.0) que quieres importar, necesitaras "
1418
+ "importar esos datos manualmente, ya que sólo se ejecutará una rutina de "
1419
+ "importación para evitar la pérdida de datos."
1420
 
1421
+ #: utils/stcr_upgrade.php:380
1422
  msgid ""
1423
+ "<strong>Note:</strong> If you were previously using the "
1424
+ "<code>wp_comment_subscriptions_show()</code> function or the <code>[wpcs-"
1425
+ "subscribe-url]</code> shortcode, you'll need to replace those with "
1426
+ "<code>subscribe_reloaded_show()</code> and <code>[subscribe-url]</code> "
1427
+ "respectively."
1428
  msgstr ""
1429
+ "<strong>Nota:</strong> Si estaba utilizando previamente la función "
1430
+ "<code>wp_comment_subscriptions_show()</code> o el shortcode <code>[wpcs-"
1431
+ "subscribe-url]</code>, deberá reemplazar ambos con "
1432
+ "<code>subscribe_reloaded_show()</code> y <code>[subscribe-url]</code> "
1433
+ "respectivamente."
1434
 
1435
+ #: utils/stcr_upgrade.php:394
1436
+ msgid ""
1437
+ "<strong>Thank you for installing Subscribe to Comments Reloaded!</strong>."
1438
+ msgstr "Aviso Importante de Subscribe to Comments Reloaded"
1439
 
1440
+ #: utils/stcr_upgrade.php:395
1441
  msgid ""
1442
+ "If you find a bug or an issue you can report it <a href=\"https://github.com/"
1443
+ "stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
1444
  msgstr ""
 
 
 
 
 
 
1445
 
1446
+ #: utils/stcr_upgrade.php:396
1447
  msgid ""
1448
+ "Please consider to make a donation to support the plugin, you can donate via "
1449
+ "<a href=\"\n"
1450
+ "https://www.paypal.com/cgi-bin/webscr?"
1451
+ "cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft"
1452
+ "%20Engineering&item_number=DI%2dSTCR&currency_code=USD&bn=PP%2dDonationsBF"
1453
+ "%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a>."
1454
  msgstr ""
 
 
 
 
 
 
1455
 
1456
+ #: utils/stcr_upgrade.php:398
1457
+ msgid ""
1458
+ "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1459
+ "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for detailed "
1460
+ "information on plugin changes.<a class=\"dismiss\" href=\"#\">Dismiss. </"
1461
+ "a><img class=\"stcr-loading-animation\" src=\""
1462
  msgstr ""
 
1463
 
1464
+ #: utils/stcr_upgrade.php:409
1465
+ msgid ""
1466
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1467
+ "160106."
1468
  msgstr ""
 
 
 
 
 
 
 
 
 
 
1469
 
1470
+ #: utils/stcr_upgrade.php:410
1471
+ msgid ""
1472
+ "This version includes many changes and fixes to improve your experience with "
1473
+ "the plugin, including One Click Unsubscribe, Rich Text Editor to create HTML "
1474
+ "email templates, Subscription Checkbox position, and more!"
1475
  msgstr ""
 
 
 
 
 
 
1476
 
1477
+ #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1478
+ #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1479
+ #: utils/stcr_upgrade.php:492
1480
  msgid ""
1481
+ "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1482
+ "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1483
+ "complete list of changes.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img "
1484
+ "class=\"stcr-loading-animation\" src=\""
1485
  msgstr ""
 
 
1486
 
1487
+ #: utils/stcr_upgrade.php:424
1488
+ msgid ""
1489
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1490
+ "160115."
1491
+ msgstr "Aviso Importante de Subscribe to Comments Reloaded"
1492
 
1493
+ #: utils/stcr_upgrade.php:425
1494
  msgid ""
1495
+ "This version includes fixes to broken links while managing your subscriptions"
 
 
 
1496
  msgstr ""
 
 
 
 
 
 
 
 
1497
 
1498
+ #: utils/stcr_upgrade.php:439
1499
+ #, fuzzy
1500
+ msgid ""
1501
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1502
+ "160831"
1503
+ msgstr "Aviso Importante de Subscribe to Comments Reloaded"
1504
 
1505
+ #: utils/stcr_upgrade.php:440 utils/stcr_upgrade.php:462
1506
+ msgid "This version includes fixes to many bugs and also new features, "
1507
  msgstr ""
1508
 
1509
+ #: utils/stcr_upgrade.php:442 utils/stcr_upgrade.php:465
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1510
  msgid ""
1511
+ "<strong>New Feature</strong> Add new option to set the Reply To email "
1512
+ "address. This will help the subscribers to use the Reply option in their "
1513
+ "email agents."
1514
  msgstr ""
 
 
 
1515
 
1516
+ #: utils/stcr_upgrade.php:443 utils/stcr_upgrade.php:466
1517
+ msgid ""
1518
+ "<strong>New Feature</strong> Improve the Admin Menu for StCR. Replace the "
1519
+ "StCR menu on the Settings Menu for a new Menu with sub menus for the pages."
1520
  msgstr ""
 
 
1521
 
1522
+ #: utils/stcr_upgrade.php:444 utils/stcr_upgrade.php:467
1523
  msgid ""
1524
+ "<strong>New Feature</strong> Safely Uninstall option to Delete the plugin "
1525
+ "without loosing your subscriptions. You can use this option also for reset "
1526
+ "all the settings, see the FAQ."
 
1527
  msgstr ""
 
 
 
 
1528
 
1529
+ #: utils/stcr_upgrade.php:445 utils/stcr_upgrade.php:468
1530
  msgid ""
1531
+ "<strong>New Feature</strong> Now the WordPress Authors can use the "
1532
+ "<strong>Subscribe authors</strong> option to autor subscribe to a Custom "
1533
+ "Post Type."
1534
  msgstr ""
 
 
1535
 
1536
+ #: utils/stcr_upgrade.php:446 utils/stcr_upgrade.php:469
1537
  msgid ""
1538
+ "<strong>New Feature</strong> A new field was added under the notification "
1539
+ "options to and the management link only by email and not to display it on "
1540
+ "the request link page."
1541
  msgstr ""
 
 
1542
 
1543
+ #: utils/stcr_upgrade.php:461
1544
+ msgid ""
1545
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1546
+ "160902"
1547
  msgstr ""
 
 
1548
 
1549
+ #: utils/stcr_upgrade.php:464
1550
  msgid ""
1551
+ "<strong>Fix update</strong> this version Fixes some issue trigger by the "
1552
+ "previous 160831 version."
1553
  msgstr ""
 
 
1554
 
1555
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1556
+ msgid "Settings"
1557
+ msgstr "Configuración"
1558
+
1559
+ #: utils/stcr_upgrade.php:485
1560
  msgid ""
1561
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1562
+ "160915"
1563
  msgstr ""
 
 
1564
 
1565
+ #: utils/stcr_upgrade.php:486
1566
+ msgid "This version includes fixes and improvements, "
1567
+ msgstr ""
1568
+
1569
+ #: utils/stcr_upgrade.php:489
1570
  msgid ""
1571
+ "<strong>Change</strong> the radio buttons in the management page for a "
1572
+ "dropdown."
1573
  msgstr ""
 
 
 
1574
 
1575
+ #: utils/stcr_upgrade.php:490
1576
  msgid ""
1577
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
 
1578
  msgstr ""
 
 
 
1579
 
1580
+ #: utils/stcr_utils.php:195
1581
+ msgid "StCR Notification"
1582
+ msgstr "Notificaciones"
1583
 
1584
+ #: wp_subscribe_reloaded.php:1094
1585
+ msgid "Don't subscribe"
1586
+ msgstr "No Suscribirse"
1587
+
1588
+ #: wp_subscribe_reloaded.php:1095
1589
+ msgid "All"
1590
+ msgstr "Todo"
1591
 
1592
  #~ msgid ""
1593
  #~ "<strong>Subscribe to Comments Reloaded:</strong> The information in your "
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: 2016-09-02 19:27-0600\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "مدیریت اشتراک ها"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "فرم دیدگاه‌ها"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "صفحه‌ی مدیریت"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "آگاه سازی ها"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "تنظیمات"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr "شما هم می توانید کمک کنید"
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr " پشتیبانی"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr "حمایت مالی / فنی"
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "نوشته:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "ایمیل"
@@ -298,8 +298,8 @@ msgstr ""
298
  msgid "Inactive"
299
  msgstr "فعال"
300
 
301
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
302
- #: templates/user.php:70
303
  msgid "Delete"
304
  msgstr "پاک کردن"
305
 
@@ -319,7 +319,7 @@ msgstr "اقدام"
319
  msgid "Delete forever"
320
  msgstr "پاک کردن برای همیشه"
321
 
322
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
323
  msgid "Suspend"
324
  msgstr "تعلیق"
325
 
@@ -331,11 +331,11 @@ msgstr "فعال کن و روی حالت Y بگذار"
331
  msgid "Activate and set to R"
332
  msgstr "فعال کن و روی حالت R بگذار"
333
 
334
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
335
  msgid "Activate"
336
  msgstr "فعال کن"
337
 
338
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
339
  msgid "Update subscriptions"
340
  msgstr "به روزرسانی اشتراک ها"
341
 
@@ -388,27 +388,28 @@ msgid "Author label"
388
  msgstr "برچسب مخصوص نویسنده ی نوشته "
389
 
390
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
391
- #: options/panel5.php:18 options/panel5.php:60
392
  msgid "Your settings have been successfully updated."
393
  msgstr "تنظیمات شما با موفقیت به روز شد."
394
 
395
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
396
- #: options/panel5.php:20 options/panel5.php:62
397
  msgid "There was an error updating the following fields:"
398
  msgstr "یک خطا در به روزرسانی فیلدهای زیر رخ داد:"
399
 
400
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
401
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
402
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
403
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
404
  msgid "Yes"
405
  msgstr "بله"
406
 
407
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
408
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
409
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
410
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
411
- #: utils/stcr_manage.php:784
412
  msgid "No"
413
  msgstr "نه"
414
 
@@ -522,7 +523,7 @@ msgstr ""
522
  "این برچسب به نویسندگان و مدیران نشان داده می شود. تگ های مجاز: [manager_link]"
523
 
524
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
525
- #: options/panel5.php:195
526
  msgid "Save Changes"
527
  msgstr "ذخیره ی تغییرات"
528
 
@@ -797,58 +798,62 @@ msgstr "محتوای تأیید با یک کلیک. تگ های مجاز: [post_
797
  msgid "Safetly Uninstall"
798
  msgstr ""
799
 
800
- #: options/panel5.php:31 options/panel5.php:84
801
  msgid "Autopurge requests"
802
  msgstr ""
803
  "زوال خودکار درخواست های اشتراک که طی مدت معین مورد تایید کاربر قرار نگرفته"
804
 
805
- #: options/panel5.php:34 options/panel5.php:93
806
  msgid "Enable double check"
807
  msgstr "حالت بررسی مضاعف را فعال کن"
808
 
809
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
810
  msgid "Subscribe authors"
811
  msgstr "اشتراک مؤلفان"
812
 
813
- #: options/panel5.php:40 options/panel5.php:111
814
  msgid "Enable HTML emails"
815
  msgstr "فعال کردن ایمیل های HTML"
816
 
817
- #: options/panel5.php:43
818
  msgid "HTMLify Links in HTML emails"
819
  msgstr "پیوند های HTMLify در ایمیل های HTML"
820
 
821
- #: options/panel5.php:46
822
  msgid "Send trackbacks"
823
  msgstr "ارسال بازآگاهی"
824
 
825
- #: options/panel5.php:49
826
  msgid "Notify admin"
827
  msgstr "سرپرست را مطلع کن"
828
 
829
- #: options/panel5.php:52 options/panel5.php:149
830
  msgid "Let admin subscribe"
831
  msgstr "به سرپرست اجازه ی مشترک شدن بده"
832
 
833
- #: options/panel5.php:55 options/panel5.php:158
834
  msgid "BCC admin on Notifications"
835
  msgstr "مدیر را در BCC یادآوری ها قرار بده"
836
 
837
- #: options/panel5.php:76
838
  msgid "Safely Uninstall"
839
  msgstr ""
840
 
841
- #: options/panel5.php:80
842
  msgid ""
843
  "This option will allow you to delete the plugin with WordPress without "
844
  "loosing your subscribers. Any database table and plugin options are wipeout."
845
  msgstr ""
846
 
847
- #: options/panel5.php:87
848
  msgid "days"
849
  msgstr "روز"
850
 
851
- #: options/panel5.php:88
852
  msgid ""
853
  "Delete pending subscriptions (not confirmed) after X days. Zero disables this "
854
  "feature."
@@ -856,7 +861,14 @@ msgstr ""
856
  "اشتراک هایی که بیش از این تعداد روز منتظر تایید مانده و پاسخی نگرفته اند را "
857
  "حذف کن. عدد 0 به معنای عدم استفاده از این قابلیت است."
858
 
859
- #: options/panel5.php:97
 
 
 
 
 
 
 
860
  msgid ""
861
  "Send a notification email to confirm the subscription (to avoid addresses "
862
  "misuse)."
@@ -864,13 +876,13 @@ msgstr ""
864
  "ارسال یک ایمیل آگاه سازی جهت تأیید مشترک ( به منظور جلوگیری از استفاده از "
865
  "آدرس ایمیل غیرمرتبط)"
866
 
867
- #: options/panel5.php:106
868
  msgid "Automatically subscribe authors to their own articles (not retroactive)."
869
  msgstr ""
870
  "به طور خودکار نویسندگان را مشترک یادداشت هایشان کن ( شامل یادداشت های موجود "
871
  "از قبل نمی شود )"
872
 
873
- #: options/panel5.php:115
874
  msgid ""
875
  "If enabled, will send email messages with content-type = text/html instead of "
876
  "text/plain"
@@ -878,11 +890,11 @@ msgstr ""
878
  "اگر فعال شود ما پیام ها را با content-type = text/html به جای text/plain "
879
  "ایمیل می کنیم."
880
 
881
- #: options/panel5.php:120
882
  msgid "HTMLify links in emails"
883
  msgstr "پیوند های HTMLify در ایمیل ها"
884
 
885
- #: options/panel5.php:125
886
  msgid ""
887
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
888
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -890,48 +902,48 @@ msgstr ""
890
  "اگر فعال شود ما تمام پیوند ها را با <code>&lt;a href=\"\"&gt;&lt;/a&gt;</"
891
  "code> احاطه می کنیم. ( فقط هنگام فعال بودن ایمیل HTML)"
892
 
893
- #: options/panel5.php:130
894
  msgid "Process trackbacks"
895
  msgstr "بازآگاهی فرآیند"
896
 
897
- #: options/panel5.php:134
898
  msgid ""
899
  "Notify users when a new trackback or pingback is added to the discussion."
900
  msgstr ""
901
  "کاربران را مطلع کن اگر یک بازآگاهی یا ارجاع مستقیم به دیدگاه ها اضافه شود."
902
 
903
- #: options/panel5.php:139
904
  msgid "Track all subscriptions"
905
  msgstr "تمام اشتراک ها را رهگیری کن"
906
 
907
- #: options/panel5.php:144
908
  msgid "Notify the administrator when users subscribe without commenting."
909
  msgstr "وقتی کاربران بدون دیدگاه گذاری مشترک می شوند سرپرست را مطلع کن."
910
 
911
- #: options/panel5.php:153
912
  msgid "Let the administrator subscribe to comments when logged in."
913
  msgstr ""
914
  "وقتی سرپرست وارد سایت می گردد به او اجازه ی مشترک شدن در دیدگاه ها را بده."
915
 
916
- #: options/panel5.php:162
917
  msgid "Send a copy of all Notifications to the administrator."
918
  msgstr "یک کپی از تمام آگاه سازی ها برای مدیر سایت بفرست."
919
 
920
- #: options/panel5.php:167
921
  msgid "StCR Unique Key"
922
  msgstr "شناسه منحصر بفرد StCR"
923
 
924
- #: options/panel5.php:172
925
  msgid "This Unique Key is not set, please click the following button to "
926
  msgstr ""
927
  "این شناسه منحصر بفرد تنظیم نشده است، برای این منظور لطفاً روی این دکمه کلیک "
928
  "کنید"
929
 
930
- #: options/panel5.php:176 options/panel5.php:187
931
  msgid "Generate"
932
  msgstr "ایجاد"
933
 
934
- #: options/panel5.php:184
935
  msgid ""
936
  "This Unique Key will be use to send the notification to your subscribers with "
937
  "more security."
@@ -1052,16 +1064,20 @@ msgstr "انتخاب همه"
1052
  msgid "Invert selection"
1053
  msgstr "عدم انتخاب"
1054
 
1055
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1056
  msgid "All comments"
1057
  msgstr "تمام دیدگاه ها"
1058
 
1059
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1060
  msgid "Replies to my comments"
1061
  msgstr "فقط دریافت پاسخ دیدگاه های خودم "
1062
 
1063
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1064
- #: templates/user.php:79
1065
  msgid "No subscriptions match your search criteria."
1066
  msgstr "هیچ اشتراکی با معیار جستجوی شما انطباق ندارد."
1067
 
@@ -1071,16 +1087,16 @@ msgid ""
1071
  "enter your email below and a new link will be send."
1072
  msgstr ""
1073
 
1074
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1075
- #: templates/subscribe.php:106
1076
  msgid "Send"
1077
  msgstr "ارسال"
1078
 
1079
- #: templates/subscribe.php:43 templates/subscribe.php:44
1080
  msgid "New subscription to"
1081
  msgstr "اشتراک جدید در"
1082
 
1083
- #: templates/subscribe.php:44
1084
  msgid "User:"
1085
  msgstr "کاربر:"
1086
 
@@ -1092,7 +1108,7 @@ msgstr "F j, Y"
1092
  msgid "You have request to manage another email address and this is forbidden."
1093
  msgstr ""
1094
 
1095
- #: utils/stcr_manage.php:246
1096
  msgid ""
1097
  "Notify me of followup comments via e-mail. You can also <a "
1098
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1100,14 +1116,14 @@ msgstr ""
1100
  "مرا با ایمیل از دیدگاه های آتی این نوشته مطلع کن. همچنین می توانید بدون ارسال "
1101
  "دیدگاه <a href='[subscribe_link]'>مشترک شوید.</a>"
1102
 
1103
- #: utils/stcr_manage.php:247
1104
  msgid ""
1105
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1106
  "subscriptions."
1107
  msgstr ""
1108
  "شما در این نوشته مشترک شده اید. <a href='[manager_link]'> تغییر اشتراک </a>"
1109
 
1110
- #: utils/stcr_manage.php:248
1111
  msgid ""
1112
  "Your subscription to this post needs to be confirmed. <a "
1113
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1115,14 +1131,14 @@ msgstr ""
1115
  "اشتراک شما در این پست منتظر تایید است. <a href='[manager_link]'> اشتراک خود "
1116
  "را مدیریت کنید </a>"
1117
 
1118
- #: utils/stcr_manage.php:249
1119
  msgid ""
1120
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1121
  msgstr ""
1122
  "شما می توانید در این یادداشت <a href='[manager_link]'>اشتراک ها را مدیریت "
1123
  "کنید</a> ."
1124
 
1125
- #: utils/stcr_manage.php:255
1126
  msgid ""
1127
  "To manage your subscriptions, please enter your email address here below. We "
1128
  "will send you a message containing the link to access your personal "
@@ -1131,7 +1147,7 @@ msgstr ""
1131
  "جهت مدیریت اشتراک هایتان لطفاً نشانی ایمیل خود را در زیر وارد کنید. سپس یک "
1132
  "ایمیل برایتان می فرستیم که حاوی لینک دسترسی به صفحه ی شخصی مدیریت شما است."
1133
 
1134
- #: utils/stcr_manage.php:256
1135
  msgid ""
1136
  "Thank you for using our subscription service. Your request has been "
1137
  "completed, and you should receive an email with the management link in a few "
@@ -1141,7 +1157,7 @@ msgstr ""
1141
  "طی حداکثر چند دقیقه یک ایمیل حاوی پیوند صفحه ی مدیریت اشتراک ها دریافت می "
1142
  "کنید."
1143
 
1144
- #: utils/stcr_manage.php:257
1145
  msgid ""
1146
  "You can follow the discussion on <strong>[post_title]</strong> without having "
1147
  "to leave a comment. Cool, huh? Just enter your email address in the form here "
@@ -1150,7 +1166,7 @@ msgstr ""
1150
  "می تونی بحث درباره <strong>[post_title]</strong> را بدون گذاشتن هیچ دیدگاهی "
1151
  "دنبال کنی. خوشت اومد، هان؟! فقط آدرس ایمیلتو در کادر زیر بنویس و تمام! "
1152
 
1153
- #: utils/stcr_manage.php:258
1154
  msgid ""
1155
  "Thank you for using our subscription service. Your request has been "
1156
  "completed. You will receive a notification email every time a new comment to "
@@ -1160,7 +1176,7 @@ msgstr ""
1160
  "دیدگاهی راجع به این یادداشت توسط سرپرست تایید یا منتشر شود با ایمیل از آن "
1161
  "مطلع می گردید."
1162
 
1163
- #: utils/stcr_manage.php:259
1164
  msgid ""
1165
  "Thank you for using our subscription service. In order to confirm your "
1166
  "request, please check your email for the verification message and follow the "
@@ -1169,7 +1185,7 @@ msgstr ""
1169
  "ممنون که از سرویس اشتراک ما استفاده کردید. برای تایید درخواست خود لطفاً صندوق "
1170
  "اینباکس یا اسپم ایمیلتان را ببینید و دستورالعمل پیام تاییدیه را دنبال نمایید."
1171
 
1172
- #: utils/stcr_manage.php:260
1173
  msgid ""
1174
  "In order to cancel or suspend one or more notifications, select the "
1175
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1177,7 +1193,7 @@ msgstr ""
1177
  "برای لغو یک یا چند پیام رسان خودکار، کادرهای مربوط را تیک بزنید یا غیرفعال "
1178
  "کنید و دکمه ی پایین صفحه را کلیک نمایید."
1179
 
1180
- #: utils/stcr_manage.php:261
1181
  msgid ""
1182
  "In order to cancel or suspend one or more notifications, select the "
1183
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1186,11 +1202,11 @@ msgstr ""
1186
  "برای لغو یک یا چند پیام رسان خودکار، کادرهای مربوط را تیک بزنید یا غیرفعال "
1187
  "کنید و دکمه ی پایین صفحه را کلیک نمایید. شما هم اکنون در اینجاها مشترک هستید:"
1188
 
1189
- #: utils/stcr_manage.php:265
1190
  msgid "There is a new comment to [post_title]"
1191
  msgstr "دیدگاه تازه در نوشته [post_title]"
1192
 
1193
- #: utils/stcr_manage.php:266
1194
  msgid ""
1195
  "There is a new comment to [post_title].\n"
1196
  "Comment Link: [comment_permalink]\n"
@@ -1208,11 +1224,11 @@ msgstr ""
1208
  "پیوند به یادداشت : [post_permalink] \n"
1209
  "اشتراک خود را مدیریت کنید : [manager_link]"
1210
 
1211
- #: utils/stcr_manage.php:267
1212
  msgid "Please confirm your subscription to [post_title]"
1213
  msgstr "لطفاً اشتراک خود در این نوشته را تایید کنید: [post_title]"
1214
 
1215
- #: utils/stcr_manage.php:268
1216
  msgid ""
1217
  "You have requested to be notified every time a new comment is added to:\n"
1218
  "[post_permalink]\n"
@@ -1227,17 +1243,17 @@ msgstr ""
1227
  "لطفاً با کلیک روی لینک زیر، درخواست خود را تایید کنید:\n"
1228
  "[confirm_link]"
1229
 
1230
- #: utils/stcr_manage.php:269
1231
  msgid "Manage your subscriptions on [blog_name]"
1232
  msgstr "اشتراک های خود را در [blog_name] مدیریت کنید"
1233
 
1234
- #: utils/stcr_manage.php:270
1235
  msgid ""
1236
  "You have requested to manage your subscriptions to the articles on "
1237
  "[blog_name]. Please check the Subscriptions management link in your email"
1238
  msgstr ""
1239
 
1240
- #: utils/stcr_manage.php:271
1241
  msgid ""
1242
  "You have requested to manage your subscriptions to the articles on "
1243
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1247,37 +1263,37 @@ msgstr ""
1247
  "زیر کلیک نمایید تا به صفحه ی شخصی خود بروید: \n"
1248
  "[manager_link]"
1249
 
1250
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1251
  msgid "StCR System"
1252
  msgstr ""
1253
 
1254
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488 utils/stcr_manage.php:515
1255
- #: utils/stcr_manage.php:542 utils/stcr_manage.php:569 utils/stcr_manage.php:596
1256
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650 utils/stcr_manage.php:677
1257
- #: utils/stcr_manage.php:705
1258
  msgid "You do not have sufficient permissions to access this page."
1259
  msgstr ""
1260
 
1261
- #: utils/stcr_manage.php:755
1262
  msgid "Subscriptions"
1263
  msgstr "اشتراک ‌ها"
1264
 
1265
- #: utils/stcr_manage.php:811
1266
  msgid ""
1267
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1268
  msgstr ""
1269
  "آیا برای استفاده از افزونه ی «اشتراک در دیدگاه‌ها نسخه ی جدید» نیاز به کمک "
1270
  "دارید؟ سایت رسمی را ببینید."
1271
 
1272
- #: utils/stcr_manage.php:811
1273
  msgid "support forum"
1274
  msgstr "تالار گفتگوی پشتیبانی"
1275
 
1276
- #: utils/stcr_manage.php:812
1277
  msgid "Feeling generous?"
1278
  msgstr "احساس دست و دلبازی می کنید؟"
1279
 
1280
- #: utils/stcr_manage.php:812
1281
  msgid "Donate a few bucks!"
1282
  msgstr "چند دلار اهدا نمایید!"
1283
 
@@ -1445,6 +1461,7 @@ msgstr ""
1445
 
1446
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1447
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1448
  msgid ""
1449
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1450
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a complete "
@@ -1524,19 +1541,40 @@ msgid ""
1524
  "previous 160831 version."
1525
  msgstr ""
1526
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1527
  #: utils/stcr_utils.php:195
1528
  msgid "StCR Notification"
1529
  msgstr "آگاه سازی ها"
1530
 
1531
- #: wp_subscribe_reloaded.php:114
1532
- msgid "Settings"
1533
- msgstr "تنظیمات"
1534
-
1535
- #: wp_subscribe_reloaded.php:1086
1536
  msgid "Don't subscribe"
1537
  msgstr "مشترک نمی شوم"
1538
 
1539
- #: wp_subscribe_reloaded.php:1087
1540
  msgid "All"
1541
  msgstr "دریافت همه دیدگاه های این نوشته"
1542
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:06-0600\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "مدیریت اشتراک ها"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "فرم دیدگاه‌ها"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "صفحه‌ی مدیریت"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "آگاه سازی ها"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "تنظیمات"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr "شما هم می توانید کمک کنید"
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr " پشتیبانی"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr "حمایت مالی / فنی"
52
 
60
  msgstr "نوشته:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "ایمیل"
298
  msgid "Inactive"
299
  msgstr "فعال"
300
 
301
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
302
+ #: templates/user.php:73
303
  msgid "Delete"
304
  msgstr "پاک کردن"
305
 
319
  msgid "Delete forever"
320
  msgstr "پاک کردن برای همیشه"
321
 
322
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
323
  msgid "Suspend"
324
  msgstr "تعلیق"
325
 
331
  msgid "Activate and set to R"
332
  msgstr "فعال کن و روی حالت R بگذار"
333
 
334
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
335
  msgid "Activate"
336
  msgstr "فعال کن"
337
 
338
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
339
  msgid "Update subscriptions"
340
  msgstr "به روزرسانی اشتراک ها"
341
 
388
  msgstr "برچسب مخصوص نویسنده ی نوشته "
389
 
390
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
391
+ #: options/panel5.php:18 options/panel5.php:63
392
  msgid "Your settings have been successfully updated."
393
  msgstr "تنظیمات شما با موفقیت به روز شد."
394
 
395
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
396
+ #: options/panel5.php:20 options/panel5.php:65
397
  msgid "There was an error updating the following fields:"
398
  msgstr "یک خطا در به روزرسانی فیلدهای زیر رخ داد:"
399
 
400
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
401
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
402
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
403
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
404
+ #: options/panel5.php:172
405
  msgid "Yes"
406
  msgstr "بله"
407
 
408
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
409
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
410
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
411
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
412
+ #: options/panel5.php:173 utils/stcr_manage.php:794
413
  msgid "No"
414
  msgstr "نه"
415
 
523
  "این برچسب به نویسندگان و مدیران نشان داده می شود. تگ های مجاز: [manager_link]"
524
 
525
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
526
+ #: options/panel5.php:207
527
  msgid "Save Changes"
528
  msgstr "ذخیره ی تغییرات"
529
 
798
  msgid "Safetly Uninstall"
799
  msgstr ""
800
 
801
+ #: options/panel5.php:31 options/panel5.php:87
802
  msgid "Autopurge requests"
803
  msgstr ""
804
  "زوال خودکار درخواست های اشتراک که طی مدت معین مورد تایید کاربر قرار نگرفته"
805
 
806
+ #: options/panel5.php:34 options/panel5.php:105
807
  msgid "Enable double check"
808
  msgstr "حالت بررسی مضاعف را فعال کن"
809
 
810
+ #: options/panel5.php:37 options/panel5.php:96
811
+ msgid "StCR Position"
812
+ msgstr ""
813
+
814
+ #: options/panel5.php:40 options/panel5.php:113
815
  msgid "Subscribe authors"
816
  msgstr "اشتراک مؤلفان"
817
 
818
+ #: options/panel5.php:43 options/panel5.php:123
819
  msgid "Enable HTML emails"
820
  msgstr "فعال کردن ایمیل های HTML"
821
 
822
+ #: options/panel5.php:46
823
  msgid "HTMLify Links in HTML emails"
824
  msgstr "پیوند های HTMLify در ایمیل های HTML"
825
 
826
+ #: options/panel5.php:49
827
  msgid "Send trackbacks"
828
  msgstr "ارسال بازآگاهی"
829
 
830
+ #: options/panel5.php:52
831
  msgid "Notify admin"
832
  msgstr "سرپرست را مطلع کن"
833
 
834
+ #: options/panel5.php:55 options/panel5.php:161
835
  msgid "Let admin subscribe"
836
  msgstr "به سرپرست اجازه ی مشترک شدن بده"
837
 
838
+ #: options/panel5.php:58 options/panel5.php:170
839
  msgid "BCC admin on Notifications"
840
  msgstr "مدیر را در BCC یادآوری ها قرار بده"
841
 
842
+ #: options/panel5.php:79
843
  msgid "Safely Uninstall"
844
  msgstr ""
845
 
846
+ #: options/panel5.php:83
847
  msgid ""
848
  "This option will allow you to delete the plugin with WordPress without "
849
  "loosing your subscribers. Any database table and plugin options are wipeout."
850
  msgstr ""
851
 
852
+ #: options/panel5.php:90
853
  msgid "days"
854
  msgstr "روز"
855
 
856
+ #: options/panel5.php:91
857
  msgid ""
858
  "Delete pending subscriptions (not confirmed) after X days. Zero disables this "
859
  "feature."
861
  "اشتراک هایی که بیش از این تعداد روز منتظر تایید مانده و پاسخی نگرفته اند را "
862
  "حذف کن. عدد 0 به معنای عدم استفاده از این قابلیت است."
863
 
864
+ #: options/panel5.php:100
865
+ msgid ""
866
+ "If this option is enable the subscription box will be above the submit button "
867
+ "in your comment form. Use this when your theme is outdated and using the "
868
+ "incorrect WordPress Hooks and the checkbox is not displayed."
869
+ msgstr ""
870
+
871
+ #: options/panel5.php:109
872
  msgid ""
873
  "Send a notification email to confirm the subscription (to avoid addresses "
874
  "misuse)."
876
  "ارسال یک ایمیل آگاه سازی جهت تأیید مشترک ( به منظور جلوگیری از استفاده از "
877
  "آدرس ایمیل غیرمرتبط)"
878
 
879
+ #: options/panel5.php:118
880
  msgid "Automatically subscribe authors to their own articles (not retroactive)."
881
  msgstr ""
882
  "به طور خودکار نویسندگان را مشترک یادداشت هایشان کن ( شامل یادداشت های موجود "
883
  "از قبل نمی شود )"
884
 
885
+ #: options/panel5.php:127
886
  msgid ""
887
  "If enabled, will send email messages with content-type = text/html instead of "
888
  "text/plain"
890
  "اگر فعال شود ما پیام ها را با content-type = text/html به جای text/plain "
891
  "ایمیل می کنیم."
892
 
893
+ #: options/panel5.php:132
894
  msgid "HTMLify links in emails"
895
  msgstr "پیوند های HTMLify در ایمیل ها"
896
 
897
+ #: options/panel5.php:137
898
  msgid ""
899
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
900
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
902
  "اگر فعال شود ما تمام پیوند ها را با <code>&lt;a href=\"\"&gt;&lt;/a&gt;</"
903
  "code> احاطه می کنیم. ( فقط هنگام فعال بودن ایمیل HTML)"
904
 
905
+ #: options/panel5.php:142
906
  msgid "Process trackbacks"
907
  msgstr "بازآگاهی فرآیند"
908
 
909
+ #: options/panel5.php:146
910
  msgid ""
911
  "Notify users when a new trackback or pingback is added to the discussion."
912
  msgstr ""
913
  "کاربران را مطلع کن اگر یک بازآگاهی یا ارجاع مستقیم به دیدگاه ها اضافه شود."
914
 
915
+ #: options/panel5.php:151
916
  msgid "Track all subscriptions"
917
  msgstr "تمام اشتراک ها را رهگیری کن"
918
 
919
+ #: options/panel5.php:156
920
  msgid "Notify the administrator when users subscribe without commenting."
921
  msgstr "وقتی کاربران بدون دیدگاه گذاری مشترک می شوند سرپرست را مطلع کن."
922
 
923
+ #: options/panel5.php:165
924
  msgid "Let the administrator subscribe to comments when logged in."
925
  msgstr ""
926
  "وقتی سرپرست وارد سایت می گردد به او اجازه ی مشترک شدن در دیدگاه ها را بده."
927
 
928
+ #: options/panel5.php:174
929
  msgid "Send a copy of all Notifications to the administrator."
930
  msgstr "یک کپی از تمام آگاه سازی ها برای مدیر سایت بفرست."
931
 
932
+ #: options/panel5.php:179
933
  msgid "StCR Unique Key"
934
  msgstr "شناسه منحصر بفرد StCR"
935
 
936
+ #: options/panel5.php:184
937
  msgid "This Unique Key is not set, please click the following button to "
938
  msgstr ""
939
  "این شناسه منحصر بفرد تنظیم نشده است، برای این منظور لطفاً روی این دکمه کلیک "
940
  "کنید"
941
 
942
+ #: options/panel5.php:188 options/panel5.php:199
943
  msgid "Generate"
944
  msgstr "ایجاد"
945
 
946
+ #: options/panel5.php:196
947
  msgid ""
948
  "This Unique Key will be use to send the notification to your subscribers with "
949
  "more security."
1064
  msgid "Invert selection"
1065
  msgstr "عدم انتخاب"
1066
 
1067
+ #: templates/author.php:73 templates/user.php:72
1068
+ msgid "Choose your action"
1069
+ msgstr ""
1070
+
1071
+ #: templates/author.php:76 templates/user.php:75
1072
  msgid "All comments"
1073
  msgstr "تمام دیدگاه ها"
1074
 
1075
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1076
  msgid "Replies to my comments"
1077
  msgstr "فقط دریافت پاسخ دیدگاه های خودم "
1078
 
1079
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1080
+ #: templates/user.php:84
1081
  msgid "No subscriptions match your search criteria."
1082
  msgstr "هیچ اشتراکی با معیار جستجوی شما انطباق ندارد."
1083
 
1087
  "enter your email below and a new link will be send."
1088
  msgstr ""
1089
 
1090
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1091
+ #: templates/subscribe.php:95
1092
  msgid "Send"
1093
  msgstr "ارسال"
1094
 
1095
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1096
  msgid "New subscription to"
1097
  msgstr "اشتراک جدید در"
1098
 
1099
+ #: templates/subscribe.php:46
1100
  msgid "User:"
1101
  msgstr "کاربر:"
1102
 
1108
  msgid "You have request to manage another email address and this is forbidden."
1109
  msgstr ""
1110
 
1111
+ #: utils/stcr_manage.php:224
1112
  msgid ""
1113
  "Notify me of followup comments via e-mail. You can also <a "
1114
  "href='[subscribe_link]'>subscribe</a> without commenting."
1116
  "مرا با ایمیل از دیدگاه های آتی این نوشته مطلع کن. همچنین می توانید بدون ارسال "
1117
  "دیدگاه <a href='[subscribe_link]'>مشترک شوید.</a>"
1118
 
1119
+ #: utils/stcr_manage.php:225
1120
  msgid ""
1121
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1122
  "subscriptions."
1123
  msgstr ""
1124
  "شما در این نوشته مشترک شده اید. <a href='[manager_link]'> تغییر اشتراک </a>"
1125
 
1126
+ #: utils/stcr_manage.php:226
1127
  msgid ""
1128
  "Your subscription to this post needs to be confirmed. <a "
1129
  "href='[manager_link]'>Manage your subscriptions</a>."
1131
  "اشتراک شما در این پست منتظر تایید است. <a href='[manager_link]'> اشتراک خود "
1132
  "را مدیریت کنید </a>"
1133
 
1134
+ #: utils/stcr_manage.php:227
1135
  msgid ""
1136
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1137
  msgstr ""
1138
  "شما می توانید در این یادداشت <a href='[manager_link]'>اشتراک ها را مدیریت "
1139
  "کنید</a> ."
1140
 
1141
+ #: utils/stcr_manage.php:233
1142
  msgid ""
1143
  "To manage your subscriptions, please enter your email address here below. We "
1144
  "will send you a message containing the link to access your personal "
1147
  "جهت مدیریت اشتراک هایتان لطفاً نشانی ایمیل خود را در زیر وارد کنید. سپس یک "
1148
  "ایمیل برایتان می فرستیم که حاوی لینک دسترسی به صفحه ی شخصی مدیریت شما است."
1149
 
1150
+ #: utils/stcr_manage.php:234
1151
  msgid ""
1152
  "Thank you for using our subscription service. Your request has been "
1153
  "completed, and you should receive an email with the management link in a few "
1157
  "طی حداکثر چند دقیقه یک ایمیل حاوی پیوند صفحه ی مدیریت اشتراک ها دریافت می "
1158
  "کنید."
1159
 
1160
+ #: utils/stcr_manage.php:235
1161
  msgid ""
1162
  "You can follow the discussion on <strong>[post_title]</strong> without having "
1163
  "to leave a comment. Cool, huh? Just enter your email address in the form here "
1166
  "می تونی بحث درباره <strong>[post_title]</strong> را بدون گذاشتن هیچ دیدگاهی "
1167
  "دنبال کنی. خوشت اومد، هان؟! فقط آدرس ایمیلتو در کادر زیر بنویس و تمام! "
1168
 
1169
+ #: utils/stcr_manage.php:236
1170
  msgid ""
1171
  "Thank you for using our subscription service. Your request has been "
1172
  "completed. You will receive a notification email every time a new comment to "
1176
  "دیدگاهی راجع به این یادداشت توسط سرپرست تایید یا منتشر شود با ایمیل از آن "
1177
  "مطلع می گردید."
1178
 
1179
+ #: utils/stcr_manage.php:237
1180
  msgid ""
1181
  "Thank you for using our subscription service. In order to confirm your "
1182
  "request, please check your email for the verification message and follow the "
1185
  "ممنون که از سرویس اشتراک ما استفاده کردید. برای تایید درخواست خود لطفاً صندوق "
1186
  "اینباکس یا اسپم ایمیلتان را ببینید و دستورالعمل پیام تاییدیه را دنبال نمایید."
1187
 
1188
+ #: utils/stcr_manage.php:238
1189
  msgid ""
1190
  "In order to cancel or suspend one or more notifications, select the "
1191
  "corresponding checkbox(es) and click on the button at the end of the list."
1193
  "برای لغو یک یا چند پیام رسان خودکار، کادرهای مربوط را تیک بزنید یا غیرفعال "
1194
  "کنید و دکمه ی پایین صفحه را کلیک نمایید."
1195
 
1196
+ #: utils/stcr_manage.php:239
1197
  msgid ""
1198
  "In order to cancel or suspend one or more notifications, select the "
1199
  "corresponding checkbox(es) and click on the button at the end of the list. "
1202
  "برای لغو یک یا چند پیام رسان خودکار، کادرهای مربوط را تیک بزنید یا غیرفعال "
1203
  "کنید و دکمه ی پایین صفحه را کلیک نمایید. شما هم اکنون در اینجاها مشترک هستید:"
1204
 
1205
+ #: utils/stcr_manage.php:243
1206
  msgid "There is a new comment to [post_title]"
1207
  msgstr "دیدگاه تازه در نوشته [post_title]"
1208
 
1209
+ #: utils/stcr_manage.php:244
1210
  msgid ""
1211
  "There is a new comment to [post_title].\n"
1212
  "Comment Link: [comment_permalink]\n"
1224
  "پیوند به یادداشت : [post_permalink] \n"
1225
  "اشتراک خود را مدیریت کنید : [manager_link]"
1226
 
1227
+ #: utils/stcr_manage.php:245
1228
  msgid "Please confirm your subscription to [post_title]"
1229
  msgstr "لطفاً اشتراک خود در این نوشته را تایید کنید: [post_title]"
1230
 
1231
+ #: utils/stcr_manage.php:246
1232
  msgid ""
1233
  "You have requested to be notified every time a new comment is added to:\n"
1234
  "[post_permalink]\n"
1243
  "لطفاً با کلیک روی لینک زیر، درخواست خود را تایید کنید:\n"
1244
  "[confirm_link]"
1245
 
1246
+ #: utils/stcr_manage.php:247
1247
  msgid "Manage your subscriptions on [blog_name]"
1248
  msgstr "اشتراک های خود را در [blog_name] مدیریت کنید"
1249
 
1250
+ #: utils/stcr_manage.php:248
1251
  msgid ""
1252
  "You have requested to manage your subscriptions to the articles on "
1253
  "[blog_name]. Please check the Subscriptions management link in your email"
1254
  msgstr ""
1255
 
1256
+ #: utils/stcr_manage.php:249
1257
  msgid ""
1258
  "You have requested to manage your subscriptions to the articles on "
1259
  "[blog_name]. Follow this link to access your personal page:\n"
1263
  "زیر کلیک نمایید تا به صفحه ی شخصی خود بروید: \n"
1264
  "[manager_link]"
1265
 
1266
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1267
  msgid "StCR System"
1268
  msgstr ""
1269
 
1270
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498 utils/stcr_manage.php:525
1271
+ #: utils/stcr_manage.php:552 utils/stcr_manage.php:579 utils/stcr_manage.php:606
1272
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660 utils/stcr_manage.php:687
1273
+ #: utils/stcr_manage.php:715
1274
  msgid "You do not have sufficient permissions to access this page."
1275
  msgstr ""
1276
 
1277
+ #: utils/stcr_manage.php:765
1278
  msgid "Subscriptions"
1279
  msgstr "اشتراک ‌ها"
1280
 
1281
+ #: utils/stcr_manage.php:821
1282
  msgid ""
1283
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1284
  msgstr ""
1285
  "آیا برای استفاده از افزونه ی «اشتراک در دیدگاه‌ها نسخه ی جدید» نیاز به کمک "
1286
  "دارید؟ سایت رسمی را ببینید."
1287
 
1288
+ #: utils/stcr_manage.php:821
1289
  msgid "support forum"
1290
  msgstr "تالار گفتگوی پشتیبانی"
1291
 
1292
+ #: utils/stcr_manage.php:822
1293
  msgid "Feeling generous?"
1294
  msgstr "احساس دست و دلبازی می کنید؟"
1295
 
1296
+ #: utils/stcr_manage.php:822
1297
  msgid "Donate a few bucks!"
1298
  msgstr "چند دلار اهدا نمایید!"
1299
 
1461
 
1462
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1463
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1464
+ #: utils/stcr_upgrade.php:492
1465
  msgid ""
1466
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1467
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a complete "
1541
  "previous 160831 version."
1542
  msgstr ""
1543
 
1544
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1545
+ msgid "Settings"
1546
+ msgstr "تنظیمات"
1547
+
1548
+ #: utils/stcr_upgrade.php:485
1549
+ msgid ""
1550
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1551
+ "160915"
1552
+ msgstr ""
1553
+
1554
+ #: utils/stcr_upgrade.php:486
1555
+ msgid "This version includes fixes and improvements, "
1556
+ msgstr ""
1557
+
1558
+ #: utils/stcr_upgrade.php:489
1559
+ msgid ""
1560
+ "<strong>Change</strong> the radio buttons in the management page for a "
1561
+ "dropdown."
1562
+ msgstr ""
1563
+
1564
+ #: utils/stcr_upgrade.php:490
1565
+ msgid ""
1566
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1567
+ msgstr ""
1568
+
1569
  #: utils/stcr_utils.php:195
1570
  msgid "StCR Notification"
1571
  msgstr "آگاه سازی ها"
1572
 
1573
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1574
  msgid "Don't subscribe"
1575
  msgstr "مشترک نمی شوم"
1576
 
1577
+ #: wp_subscribe_reloaded.php:1095
1578
  msgid "All"
1579
  msgstr "دریافت همه دیدگاه های این نوشته"
1580
 
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 v2.0.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-09-02 19:28-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:28-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: fr\n"
@@ -119,37 +119,37 @@ msgstr ""
119
  msgid "-h"
120
  msgstr ""
121
 
122
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
123
- #: utils/stcr_manage.php:383
124
  msgid "Manage subscriptions"
125
  msgstr "Gérer les abonnements"
126
 
127
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
128
  msgid "Comment Form"
129
  msgstr "Formulaire de commentaire"
130
 
131
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
132
  msgid "Management Page"
133
  msgstr "Page de gestion"
134
 
135
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
136
  msgid "Notifications"
137
  msgstr "Notifications"
138
 
139
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
140
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
141
  msgid "Options"
142
  msgstr "Options"
143
 
144
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
145
  msgid "You can help"
146
  msgstr "Vous pouvez aider"
147
 
148
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
149
  msgid "Support"
150
  msgstr "Support"
151
 
152
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
153
  msgid "Donate"
154
  msgstr ""
155
 
@@ -163,8 +163,8 @@ msgid "Post:"
163
  msgstr "Billet :"
164
 
165
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
166
- #: options/panel1.php:133 templates/key_expired.php:84
167
- #: templates/request-management-link.php:84 templates/subscribe.php:104
168
  #: templates/user.php:57
169
  msgid "Email"
170
  msgstr "Email"
@@ -401,8 +401,8 @@ msgstr ""
401
  msgid "Inactive"
402
  msgstr "Actif"
403
 
404
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
405
- #: templates/user.php:70
406
  msgid "Delete"
407
  msgstr "Supprimer"
408
 
@@ -422,7 +422,7 @@ msgstr "Action :"
422
  msgid "Delete forever"
423
  msgstr "Suppression définitive"
424
 
425
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
426
  msgid "Suspend"
427
  msgstr "Suspendre"
428
 
@@ -434,11 +434,11 @@ msgstr "Activer et mettre à Y"
434
  msgid "Activate and set to R"
435
  msgstr "Activer et mettre à R"
436
 
437
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
438
  msgid "Activate"
439
  msgstr "Activer"
440
 
441
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
442
  msgid "Update subscriptions"
443
  msgstr "Mettre à jour les abonnements"
444
 
@@ -491,27 +491,28 @@ msgid "Author label"
491
  msgstr "Texte pour l'auteur"
492
 
493
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
494
- #: options/panel5.php:18 options/panel5.php:60
495
  msgid "Your settings have been successfully updated."
496
  msgstr "Vos réglages ont été sauvegardés avec succès."
497
 
498
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
499
- #: options/panel5.php:20 options/panel5.php:62
500
  msgid "There was an error updating the following fields:"
501
  msgstr "Une erreur est apparue lors de la mise à jour des champs suivants :"
502
 
503
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
504
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
505
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
506
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
507
  msgid "Yes"
508
  msgstr "Oui"
509
 
510
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
511
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
512
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
513
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
514
- #: utils/stcr_manage.php:784
515
  msgid "No"
516
  msgstr "Non"
517
 
@@ -623,7 +624,7 @@ msgstr ""
623
  "[manager_link]"
624
 
625
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
626
- #: options/panel5.php:195
627
  msgid "Save Changes"
628
  msgstr "Sauvegarder les modifications"
629
 
@@ -903,57 +904,61 @@ msgstr "Sujet de l'email de confirmation. Tag autorisé : [post_title]"
903
  msgid "Safetly Uninstall"
904
  msgstr ""
905
 
906
- #: options/panel5.php:31 options/panel5.php:84
907
  msgid "Autopurge requests"
908
  msgstr "Purger automatiquement les requêtes"
909
 
910
- #: options/panel5.php:34 options/panel5.php:93
911
  msgid "Enable double check"
912
  msgstr "Autoriser la vérification"
913
 
914
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
915
  msgid "Subscribe authors"
916
  msgstr "Abonné(e)"
917
 
918
- #: options/panel5.php:40 options/panel5.php:111
919
  msgid "Enable HTML emails"
920
  msgstr "Activer les émails en HTML"
921
 
922
- #: options/panel5.php:43
923
  msgid "HTMLify Links in HTML emails"
924
  msgstr "HTMliser les liens dans les emails HTML"
925
 
926
- #: options/panel5.php:46
927
  msgid "Send trackbacks"
928
  msgstr "Envoyer les trackbacks"
929
 
930
- #: options/panel5.php:49
931
  msgid "Notify admin"
932
  msgstr "Notifier l'admin"
933
 
934
- #: options/panel5.php:52 options/panel5.php:149
935
  msgid "Let admin subscribe"
936
  msgstr "Permettre aux admins de s'abonner"
937
 
938
- #: options/panel5.php:55 options/panel5.php:158
939
  msgid "BCC admin on Notifications"
940
  msgstr "Notifications"
941
 
942
- #: options/panel5.php:76
943
  msgid "Safely Uninstall"
944
  msgstr ""
945
 
946
- #: options/panel5.php:80
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:87
953
  msgid "days"
954
  msgstr "jours"
955
 
956
- #: options/panel5.php:88
957
  msgid ""
958
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
959
  "this feature."
@@ -961,7 +966,14 @@ msgstr ""
961
  "Effacer les abonnements en attente (non confirmés) après X jours. Zéro "
962
  "désactivera cette fonction."
963
 
964
- #: options/panel5.php:97
 
 
 
 
 
 
 
965
  msgid ""
966
  "Send a notification email to confirm the subscription (to avoid addresses "
967
  "misuse)."
@@ -969,14 +981,14 @@ msgstr ""
969
  "Envoyer une notification par email pour confirmer l'abonnement (afin "
970
  "d'éviter les fausses adresses)."
971
 
972
- #: options/panel5.php:106
973
  msgid ""
974
  "Automatically subscribe authors to their own articles (not retroactive)."
975
  msgstr ""
976
  "Abonner automatiquement les auteurs à leurs propres articles (non "
977
  "rétroactif)."
978
 
979
- #: options/panel5.php:115
980
  msgid ""
981
  "If enabled, will send email messages with content-type = text/html instead "
982
  "of text/plain"
@@ -984,11 +996,11 @@ msgstr ""
984
  "Si activé, enverra les messages avec content-type = text/html au lieu de "
985
  "text/plain"
986
 
987
- #: options/panel5.php:120
988
  msgid "HTMLify links in emails"
989
  msgstr "HTMLliser les liens dans les emails"
990
 
991
- #: options/panel5.php:125
992
  msgid ""
993
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
994
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -996,51 +1008,51 @@ msgstr ""
996
  "Si activé, encadrera tous les liens dans les messages avec <code>&lt;a href="
997
  "\"\"&gt;&lt;/a&gt;</code> (uniquement quand les mails HTML sont activés)."
998
 
999
- #: options/panel5.php:130
1000
  msgid "Process trackbacks"
1001
  msgstr "Envoyer les trackbacks"
1002
 
1003
- #: options/panel5.php:134
1004
  msgid ""
1005
  "Notify users when a new trackback or pingback is added to the discussion."
1006
  msgstr ""
1007
  "Notifier les utilisateurs quand un nouveau trackback ou pingback est ajouté "
1008
  "à la discussion."
1009
 
1010
- #: options/panel5.php:139
1011
  msgid "Track all subscriptions"
1012
  msgstr "Envoyer abonnements sans commentaire"
1013
 
1014
- #: options/panel5.php:144
1015
  msgid "Notify the administrator when users subscribe without commenting."
1016
  msgstr ""
1017
  "Notifier l'administrateur quand les utilisateurs souscrivent sans commenter."
1018
 
1019
- #: options/panel5.php:153
1020
  msgid "Let the administrator subscribe to comments when logged in."
1021
  msgstr ""
1022
  "Permettre à l'administrateur de s'abonner aux commentaires quand il est "
1023
  "connecté."
1024
 
1025
- #: options/panel5.php:162
1026
  msgid "Send a copy of all Notifications to the administrator."
1027
  msgstr "Envoyer une copie de toutes les notifications à l'administrateur."
1028
 
1029
- #: options/panel5.php:167
1030
  msgid "StCR Unique Key"
1031
  msgstr "Clef unique StCR"
1032
 
1033
- #: options/panel5.php:172
1034
  msgid "This Unique Key is not set, please click the following button to "
1035
  msgstr ""
1036
  "Cette clef unique n'est pas définie, veuillez cliquer sur le bouton suivant "
1037
  "pour"
1038
 
1039
- #: options/panel5.php:176 options/panel5.php:187
1040
  msgid "Generate"
1041
  msgstr "générer"
1042
 
1043
- #: options/panel5.php:184
1044
  msgid ""
1045
  "This Unique Key will be use to send the notification to your subscribers "
1046
  "with more security."
@@ -1159,16 +1171,20 @@ msgstr "Sélectionner tout"
1159
  msgid "Invert selection"
1160
  msgstr "Inverser la sélection"
1161
 
1162
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1163
  msgid "All comments"
1164
  msgstr "Tous les commentaires"
1165
 
1166
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1167
  msgid "Replies to my comments"
1168
  msgstr "Seulement les réponses à mes commentaires"
1169
 
1170
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1171
- #: templates/user.php:79
1172
  msgid "No subscriptions match your search criteria."
1173
  msgstr "Aucun abonnement ne correspond à votre recherche."
1174
 
@@ -1178,16 +1194,16 @@ msgid ""
1178
  "enter your email below and a new link will be send."
1179
  msgstr ""
1180
 
1181
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1182
- #: templates/subscribe.php:106
1183
  msgid "Send"
1184
  msgstr "Envoyer"
1185
 
1186
- #: templates/subscribe.php:43 templates/subscribe.php:44
1187
  msgid "New subscription to"
1188
  msgstr "Nouvel abonnement à"
1189
 
1190
- #: templates/subscribe.php:44
1191
  msgid "User:"
1192
  msgstr "Utilisateur :"
1193
 
@@ -1199,7 +1215,7 @@ msgstr ""
1199
  msgid "You have request to manage another email address and this is forbidden."
1200
  msgstr ""
1201
 
1202
- #: utils/stcr_manage.php:246
1203
  msgid ""
1204
  "Notify me of followup comments via e-mail. You can also <a "
1205
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1207,7 +1223,7 @@ msgstr ""
1207
  "Notifiez-moi des commentaires à venir via émail. Vous pouvez aussi <a "
1208
  "href='[subscribe_link]'>vous abonner</a> sans commenter."
1209
 
1210
- #: utils/stcr_manage.php:247
1211
  msgid ""
1212
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1213
  "subscriptions."
@@ -1215,7 +1231,7 @@ msgstr ""
1215
  "Vous êtes abonné(e) aux commentaires de ce billet.<a "
1216
  "href='[manager_link]'>Gérer vos abonnements</a>.\""
1217
 
1218
- #: utils/stcr_manage.php:248
1219
  msgid ""
1220
  "Your subscription to this post needs to be confirmed. <a "
1221
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1223,14 +1239,14 @@ msgstr ""
1223
  "Votre abonnement aux commentaires de ce billet a besoin d'être confirmé. <a "
1224
  "href='[manager_link]'>Gérer vos abonnements</a>."
1225
 
1226
- #: utils/stcr_manage.php:249
1227
  msgid ""
1228
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1229
  msgstr ""
1230
  "Vous pouvez <a href='[manager_link]'>gérer les abonnements</a> aux "
1231
  "commentaires de ce billet."
1232
 
1233
- #: utils/stcr_manage.php:255
1234
  msgid ""
1235
  "To manage your subscriptions, please enter your email address here below. We "
1236
  "will send you a message containing the link to access your personal "
@@ -1240,7 +1256,7 @@ msgstr ""
1240
  "Nous vous enverrons un message contenant le lien pour accéder à votre page "
1241
  "personnelle de gestion."
1242
 
1243
- #: utils/stcr_manage.php:256
1244
  msgid ""
1245
  "Thank you for using our subscription service. Your request has been "
1246
  "completed, and you should receive an email with the management link in a few "
@@ -1250,7 +1266,7 @@ msgstr ""
1250
  "et vous devriez recevoir un email avec un lien de gestion dans quelques "
1251
  "minutes."
1252
 
1253
- #: utils/stcr_manage.php:257
1254
  msgid ""
1255
  "You can follow the discussion on <strong>[post_title]</strong> without "
1256
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1260,7 +1276,7 @@ msgstr ""
1260
  "avoir à laisser un commentaire. Chouette, pas vrai ? Entrez simplement votre "
1261
  "adresse email dans le champ ci-dessous."
1262
 
1263
- #: utils/stcr_manage.php:258
1264
  msgid ""
1265
  "Thank you for using our subscription service. Your request has been "
1266
  "completed. You will receive a notification email every time a new comment to "
@@ -1270,7 +1286,7 @@ msgstr ""
1270
  "recevrez une notification par email à chaque fois qu'un nouveau commentaire "
1271
  "sur cet article sera posté et approuvé par l'administrateur."
1272
 
1273
- #: utils/stcr_manage.php:259
1274
  msgid ""
1275
  "Thank you for using our subscription service. In order to confirm your "
1276
  "request, please check your email for the verification message and follow the "
@@ -1280,7 +1296,7 @@ msgstr ""
1280
  "requête, veuillez vérifier votre courrier email pour le message de "
1281
  "vérification et suivre les instructions."
1282
 
1283
- #: utils/stcr_manage.php:260
1284
  msgid ""
1285
  "In order to cancel or suspend one or more notifications, select the "
1286
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1289,7 +1305,7 @@ msgstr ""
1289
  "la(les) case(s) à cocher correspondant et cliquez sur le bouton à la fin de "
1290
  "la liste."
1291
 
1292
- #: utils/stcr_manage.php:261
1293
  msgid ""
1294
  "In order to cancel or suspend one or more notifications, select the "
1295
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1299,11 +1315,11 @@ msgstr ""
1299
  "la(les) case(s) à cocher correspondant et cliquez sur le bouton à la fin de "
1300
  "la liste. Vous êtes actuellement abonné(e) à:"
1301
 
1302
- #: utils/stcr_manage.php:265
1303
  msgid "There is a new comment to [post_title]"
1304
  msgstr "Il y a un nouveau commentaire à [post_title]"
1305
 
1306
- #: utils/stcr_manage.php:266
1307
  msgid ""
1308
  "There is a new comment to [post_title].\n"
1309
  "Comment Link: [comment_permalink]\n"
@@ -1321,11 +1337,11 @@ msgstr ""
1321
  "Lien permanent : [post_permalink]\n"
1322
  "Gérer vos abonnements : [manager_link]"
1323
 
1324
- #: utils/stcr_manage.php:267
1325
  msgid "Please confirm your subscription to [post_title]"
1326
  msgstr "Veuillez confirmer votre abonnement à [post_title]"
1327
 
1328
- #: utils/stcr_manage.php:268
1329
  msgid ""
1330
  "You have requested to be notified every time a new comment is added to:\n"
1331
  "[post_permalink]\n"
@@ -1340,17 +1356,17 @@ msgstr ""
1340
  "Veuillez confirmer votre demande en cliquant sur ce lien :\n"
1341
  "[confirm_link]"
1342
 
1343
- #: utils/stcr_manage.php:269
1344
  msgid "Manage your subscriptions on [blog_name]"
1345
  msgstr "Gestion de vos abonnements sur [blog_name]"
1346
 
1347
- #: utils/stcr_manage.php:270
1348
  msgid ""
1349
  "You have requested to manage your subscriptions to the articles on "
1350
  "[blog_name]. Please check the Subscriptions management link in your email"
1351
  msgstr ""
1352
 
1353
- #: utils/stcr_manage.php:271
1354
  msgid ""
1355
  "You have requested to manage your subscriptions to the articles on "
1356
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1360,38 +1376,38 @@ msgstr ""
1360
  "Suivez ce lien pour accéder à votre page personnelle :\n"
1361
  "[manager_link]"
1362
 
1363
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1364
  msgid "StCR System"
1365
  msgstr ""
1366
 
1367
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1368
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1369
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1370
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1371
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1372
  msgid "You do not have sufficient permissions to access this page."
1373
  msgstr ""
1374
 
1375
- #: utils/stcr_manage.php:755
1376
  msgid "Subscriptions"
1377
  msgstr "Abonnements"
1378
 
1379
- #: utils/stcr_manage.php:811
1380
  msgid ""
1381
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1382
  msgstr ""
1383
  "Vous avez besoin d'aide pour utiliser Subscribe to Comments Reloaded ? "
1384
  "Visiter le "
1385
 
1386
- #: utils/stcr_manage.php:811
1387
  msgid "support forum"
1388
  msgstr "forum de support officiel"
1389
 
1390
- #: utils/stcr_manage.php:812
1391
  msgid "Feeling generous?"
1392
  msgstr "Vous vous sentez d'humeur généreuse ?"
1393
 
1394
- #: utils/stcr_manage.php:812
1395
  msgid "Donate a few bucks!"
1396
  msgstr "Faîtes don de quelques euros !"
1397
 
@@ -1552,6 +1568,7 @@ msgstr ""
1552
 
1553
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1554
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1555
  msgid ""
1556
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1557
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1626,19 +1643,40 @@ msgid ""
1626
  "previous 160831 version."
1627
  msgstr ""
1628
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1629
  #: utils/stcr_utils.php:195
1630
  msgid "StCR Notification"
1631
  msgstr "Notifications"
1632
 
1633
- #: wp_subscribe_reloaded.php:114
1634
- msgid "Settings"
1635
- msgstr "Réglages"
1636
-
1637
- #: wp_subscribe_reloaded.php:1086
1638
  msgid "Don't subscribe"
1639
  msgstr "Ne pas s'abonner"
1640
 
1641
- #: wp_subscribe_reloaded.php:1087
1642
  msgid "All"
1643
  msgstr "S'abonner"
1644
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded v2.0.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:06-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:06-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: fr\n"
119
  msgid "-h"
120
  msgstr ""
121
 
122
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
123
+ #: utils/stcr_manage.php:393
124
  msgid "Manage subscriptions"
125
  msgstr "Gérer les abonnements"
126
 
127
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
128
  msgid "Comment Form"
129
  msgstr "Formulaire de commentaire"
130
 
131
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
132
  msgid "Management Page"
133
  msgstr "Page de gestion"
134
 
135
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
136
  msgid "Notifications"
137
  msgstr "Notifications"
138
 
139
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
140
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
141
  msgid "Options"
142
  msgstr "Options"
143
 
144
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
145
  msgid "You can help"
146
  msgstr "Vous pouvez aider"
147
 
148
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
149
  msgid "Support"
150
  msgstr "Support"
151
 
152
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
153
  msgid "Donate"
154
  msgstr ""
155
 
163
  msgstr "Billet :"
164
 
165
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
166
+ #: options/panel1.php:133 templates/key_expired.php:74
167
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
168
  #: templates/user.php:57
169
  msgid "Email"
170
  msgstr "Email"
401
  msgid "Inactive"
402
  msgstr "Actif"
403
 
404
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
405
+ #: templates/user.php:73
406
  msgid "Delete"
407
  msgstr "Supprimer"
408
 
422
  msgid "Delete forever"
423
  msgstr "Suppression définitive"
424
 
425
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
426
  msgid "Suspend"
427
  msgstr "Suspendre"
428
 
434
  msgid "Activate and set to R"
435
  msgstr "Activer et mettre à R"
436
 
437
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
438
  msgid "Activate"
439
  msgstr "Activer"
440
 
441
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
442
  msgid "Update subscriptions"
443
  msgstr "Mettre à jour les abonnements"
444
 
491
  msgstr "Texte pour l'auteur"
492
 
493
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
494
+ #: options/panel5.php:18 options/panel5.php:63
495
  msgid "Your settings have been successfully updated."
496
  msgstr "Vos réglages ont été sauvegardés avec succès."
497
 
498
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
499
+ #: options/panel5.php:20 options/panel5.php:65
500
  msgid "There was an error updating the following fields:"
501
  msgstr "Une erreur est apparue lors de la mise à jour des champs suivants :"
502
 
503
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
504
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
505
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
506
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
507
+ #: options/panel5.php:172
508
  msgid "Yes"
509
  msgstr "Oui"
510
 
511
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
512
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
513
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
514
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
515
+ #: options/panel5.php:173 utils/stcr_manage.php:794
516
  msgid "No"
517
  msgstr "Non"
518
 
624
  "[manager_link]"
625
 
626
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
627
+ #: options/panel5.php:207
628
  msgid "Save Changes"
629
  msgstr "Sauvegarder les modifications"
630
 
904
  msgid "Safetly Uninstall"
905
  msgstr ""
906
 
907
+ #: options/panel5.php:31 options/panel5.php:87
908
  msgid "Autopurge requests"
909
  msgstr "Purger automatiquement les requêtes"
910
 
911
+ #: options/panel5.php:34 options/panel5.php:105
912
  msgid "Enable double check"
913
  msgstr "Autoriser la vérification"
914
 
915
+ #: options/panel5.php:37 options/panel5.php:96
916
+ msgid "StCR Position"
917
+ msgstr ""
918
+
919
+ #: options/panel5.php:40 options/panel5.php:113
920
  msgid "Subscribe authors"
921
  msgstr "Abonné(e)"
922
 
923
+ #: options/panel5.php:43 options/panel5.php:123
924
  msgid "Enable HTML emails"
925
  msgstr "Activer les émails en HTML"
926
 
927
+ #: options/panel5.php:46
928
  msgid "HTMLify Links in HTML emails"
929
  msgstr "HTMliser les liens dans les emails HTML"
930
 
931
+ #: options/panel5.php:49
932
  msgid "Send trackbacks"
933
  msgstr "Envoyer les trackbacks"
934
 
935
+ #: options/panel5.php:52
936
  msgid "Notify admin"
937
  msgstr "Notifier l'admin"
938
 
939
+ #: options/panel5.php:55 options/panel5.php:161
940
  msgid "Let admin subscribe"
941
  msgstr "Permettre aux admins de s'abonner"
942
 
943
+ #: options/panel5.php:58 options/panel5.php:170
944
  msgid "BCC admin on Notifications"
945
  msgstr "Notifications"
946
 
947
+ #: options/panel5.php:79
948
  msgid "Safely Uninstall"
949
  msgstr ""
950
 
951
+ #: options/panel5.php:83
952
  msgid ""
953
  "This option will allow you to delete the plugin with WordPress without "
954
  "loosing your subscribers. Any database table and plugin options are wipeout."
955
  msgstr ""
956
 
957
+ #: options/panel5.php:90
958
  msgid "days"
959
  msgstr "jours"
960
 
961
+ #: options/panel5.php:91
962
  msgid ""
963
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
964
  "this feature."
966
  "Effacer les abonnements en attente (non confirmés) après X jours. Zéro "
967
  "désactivera cette fonction."
968
 
969
+ #: options/panel5.php:100
970
+ msgid ""
971
+ "If this option is enable the subscription box will be above the submit "
972
+ "button in your comment form. Use this when your theme is outdated and using "
973
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
974
+ msgstr ""
975
+
976
+ #: options/panel5.php:109
977
  msgid ""
978
  "Send a notification email to confirm the subscription (to avoid addresses "
979
  "misuse)."
981
  "Envoyer une notification par email pour confirmer l'abonnement (afin "
982
  "d'éviter les fausses adresses)."
983
 
984
+ #: options/panel5.php:118
985
  msgid ""
986
  "Automatically subscribe authors to their own articles (not retroactive)."
987
  msgstr ""
988
  "Abonner automatiquement les auteurs à leurs propres articles (non "
989
  "rétroactif)."
990
 
991
+ #: options/panel5.php:127
992
  msgid ""
993
  "If enabled, will send email messages with content-type = text/html instead "
994
  "of text/plain"
996
  "Si activé, enverra les messages avec content-type = text/html au lieu de "
997
  "text/plain"
998
 
999
+ #: options/panel5.php:132
1000
  msgid "HTMLify links in emails"
1001
  msgstr "HTMLliser les liens dans les emails"
1002
 
1003
+ #: options/panel5.php:137
1004
  msgid ""
1005
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
1006
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1008
  "Si activé, encadrera tous les liens dans les messages avec <code>&lt;a href="
1009
  "\"\"&gt;&lt;/a&gt;</code> (uniquement quand les mails HTML sont activés)."
1010
 
1011
+ #: options/panel5.php:142
1012
  msgid "Process trackbacks"
1013
  msgstr "Envoyer les trackbacks"
1014
 
1015
+ #: options/panel5.php:146
1016
  msgid ""
1017
  "Notify users when a new trackback or pingback is added to the discussion."
1018
  msgstr ""
1019
  "Notifier les utilisateurs quand un nouveau trackback ou pingback est ajouté "
1020
  "à la discussion."
1021
 
1022
+ #: options/panel5.php:151
1023
  msgid "Track all subscriptions"
1024
  msgstr "Envoyer abonnements sans commentaire"
1025
 
1026
+ #: options/panel5.php:156
1027
  msgid "Notify the administrator when users subscribe without commenting."
1028
  msgstr ""
1029
  "Notifier l'administrateur quand les utilisateurs souscrivent sans commenter."
1030
 
1031
+ #: options/panel5.php:165
1032
  msgid "Let the administrator subscribe to comments when logged in."
1033
  msgstr ""
1034
  "Permettre à l'administrateur de s'abonner aux commentaires quand il est "
1035
  "connecté."
1036
 
1037
+ #: options/panel5.php:174
1038
  msgid "Send a copy of all Notifications to the administrator."
1039
  msgstr "Envoyer une copie de toutes les notifications à l'administrateur."
1040
 
1041
+ #: options/panel5.php:179
1042
  msgid "StCR Unique Key"
1043
  msgstr "Clef unique StCR"
1044
 
1045
+ #: options/panel5.php:184
1046
  msgid "This Unique Key is not set, please click the following button to "
1047
  msgstr ""
1048
  "Cette clef unique n'est pas définie, veuillez cliquer sur le bouton suivant "
1049
  "pour"
1050
 
1051
+ #: options/panel5.php:188 options/panel5.php:199
1052
  msgid "Generate"
1053
  msgstr "générer"
1054
 
1055
+ #: options/panel5.php:196
1056
  msgid ""
1057
  "This Unique Key will be use to send the notification to your subscribers "
1058
  "with more security."
1171
  msgid "Invert selection"
1172
  msgstr "Inverser la sélection"
1173
 
1174
+ #: templates/author.php:73 templates/user.php:72
1175
+ msgid "Choose your action"
1176
+ msgstr ""
1177
+
1178
+ #: templates/author.php:76 templates/user.php:75
1179
  msgid "All comments"
1180
  msgstr "Tous les commentaires"
1181
 
1182
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1183
  msgid "Replies to my comments"
1184
  msgstr "Seulement les réponses à mes commentaires"
1185
 
1186
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1187
+ #: templates/user.php:84
1188
  msgid "No subscriptions match your search criteria."
1189
  msgstr "Aucun abonnement ne correspond à votre recherche."
1190
 
1194
  "enter your email below and a new link will be send."
1195
  msgstr ""
1196
 
1197
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1198
+ #: templates/subscribe.php:95
1199
  msgid "Send"
1200
  msgstr "Envoyer"
1201
 
1202
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1203
  msgid "New subscription to"
1204
  msgstr "Nouvel abonnement à"
1205
 
1206
+ #: templates/subscribe.php:46
1207
  msgid "User:"
1208
  msgstr "Utilisateur :"
1209
 
1215
  msgid "You have request to manage another email address and this is forbidden."
1216
  msgstr ""
1217
 
1218
+ #: utils/stcr_manage.php:224
1219
  msgid ""
1220
  "Notify me of followup comments via e-mail. You can also <a "
1221
  "href='[subscribe_link]'>subscribe</a> without commenting."
1223
  "Notifiez-moi des commentaires à venir via émail. Vous pouvez aussi <a "
1224
  "href='[subscribe_link]'>vous abonner</a> sans commenter."
1225
 
1226
+ #: utils/stcr_manage.php:225
1227
  msgid ""
1228
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1229
  "subscriptions."
1231
  "Vous êtes abonné(e) aux commentaires de ce billet.<a "
1232
  "href='[manager_link]'>Gérer vos abonnements</a>.\""
1233
 
1234
+ #: utils/stcr_manage.php:226
1235
  msgid ""
1236
  "Your subscription to this post needs to be confirmed. <a "
1237
  "href='[manager_link]'>Manage your subscriptions</a>."
1239
  "Votre abonnement aux commentaires de ce billet a besoin d'être confirmé. <a "
1240
  "href='[manager_link]'>Gérer vos abonnements</a>."
1241
 
1242
+ #: utils/stcr_manage.php:227
1243
  msgid ""
1244
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1245
  msgstr ""
1246
  "Vous pouvez <a href='[manager_link]'>gérer les abonnements</a> aux "
1247
  "commentaires de ce billet."
1248
 
1249
+ #: utils/stcr_manage.php:233
1250
  msgid ""
1251
  "To manage your subscriptions, please enter your email address here below. We "
1252
  "will send you a message containing the link to access your personal "
1256
  "Nous vous enverrons un message contenant le lien pour accéder à votre page "
1257
  "personnelle de gestion."
1258
 
1259
+ #: utils/stcr_manage.php:234
1260
  msgid ""
1261
  "Thank you for using our subscription service. Your request has been "
1262
  "completed, and you should receive an email with the management link in a few "
1266
  "et vous devriez recevoir un email avec un lien de gestion dans quelques "
1267
  "minutes."
1268
 
1269
+ #: utils/stcr_manage.php:235
1270
  msgid ""
1271
  "You can follow the discussion on <strong>[post_title]</strong> without "
1272
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1276
  "avoir à laisser un commentaire. Chouette, pas vrai ? Entrez simplement votre "
1277
  "adresse email dans le champ ci-dessous."
1278
 
1279
+ #: utils/stcr_manage.php:236
1280
  msgid ""
1281
  "Thank you for using our subscription service. Your request has been "
1282
  "completed. You will receive a notification email every time a new comment to "
1286
  "recevrez une notification par email à chaque fois qu'un nouveau commentaire "
1287
  "sur cet article sera posté et approuvé par l'administrateur."
1288
 
1289
+ #: utils/stcr_manage.php:237
1290
  msgid ""
1291
  "Thank you for using our subscription service. In order to confirm your "
1292
  "request, please check your email for the verification message and follow the "
1296
  "requête, veuillez vérifier votre courrier email pour le message de "
1297
  "vérification et suivre les instructions."
1298
 
1299
+ #: utils/stcr_manage.php:238
1300
  msgid ""
1301
  "In order to cancel or suspend one or more notifications, select the "
1302
  "corresponding checkbox(es) and click on the button at the end of the list."
1305
  "la(les) case(s) à cocher correspondant et cliquez sur le bouton à la fin de "
1306
  "la liste."
1307
 
1308
+ #: utils/stcr_manage.php:239
1309
  msgid ""
1310
  "In order to cancel or suspend one or more notifications, select the "
1311
  "corresponding checkbox(es) and click on the button at the end of the list. "
1315
  "la(les) case(s) à cocher correspondant et cliquez sur le bouton à la fin de "
1316
  "la liste. Vous êtes actuellement abonné(e) à:"
1317
 
1318
+ #: utils/stcr_manage.php:243
1319
  msgid "There is a new comment to [post_title]"
1320
  msgstr "Il y a un nouveau commentaire à [post_title]"
1321
 
1322
+ #: utils/stcr_manage.php:244
1323
  msgid ""
1324
  "There is a new comment to [post_title].\n"
1325
  "Comment Link: [comment_permalink]\n"
1337
  "Lien permanent : [post_permalink]\n"
1338
  "Gérer vos abonnements : [manager_link]"
1339
 
1340
+ #: utils/stcr_manage.php:245
1341
  msgid "Please confirm your subscription to [post_title]"
1342
  msgstr "Veuillez confirmer votre abonnement à [post_title]"
1343
 
1344
+ #: utils/stcr_manage.php:246
1345
  msgid ""
1346
  "You have requested to be notified every time a new comment is added to:\n"
1347
  "[post_permalink]\n"
1356
  "Veuillez confirmer votre demande en cliquant sur ce lien :\n"
1357
  "[confirm_link]"
1358
 
1359
+ #: utils/stcr_manage.php:247
1360
  msgid "Manage your subscriptions on [blog_name]"
1361
  msgstr "Gestion de vos abonnements sur [blog_name]"
1362
 
1363
+ #: utils/stcr_manage.php:248
1364
  msgid ""
1365
  "You have requested to manage your subscriptions to the articles on "
1366
  "[blog_name]. Please check the Subscriptions management link in your email"
1367
  msgstr ""
1368
 
1369
+ #: utils/stcr_manage.php:249
1370
  msgid ""
1371
  "You have requested to manage your subscriptions to the articles on "
1372
  "[blog_name]. Follow this link to access your personal page:\n"
1376
  "Suivez ce lien pour accéder à votre page personnelle :\n"
1377
  "[manager_link]"
1378
 
1379
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1380
  msgid "StCR System"
1381
  msgstr ""
1382
 
1383
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1384
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1385
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1386
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1387
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1388
  msgid "You do not have sufficient permissions to access this page."
1389
  msgstr ""
1390
 
1391
+ #: utils/stcr_manage.php:765
1392
  msgid "Subscriptions"
1393
  msgstr "Abonnements"
1394
 
1395
+ #: utils/stcr_manage.php:821
1396
  msgid ""
1397
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1398
  msgstr ""
1399
  "Vous avez besoin d'aide pour utiliser Subscribe to Comments Reloaded ? "
1400
  "Visiter le "
1401
 
1402
+ #: utils/stcr_manage.php:821
1403
  msgid "support forum"
1404
  msgstr "forum de support officiel"
1405
 
1406
+ #: utils/stcr_manage.php:822
1407
  msgid "Feeling generous?"
1408
  msgstr "Vous vous sentez d'humeur généreuse ?"
1409
 
1410
+ #: utils/stcr_manage.php:822
1411
  msgid "Donate a few bucks!"
1412
  msgstr "Faîtes don de quelques euros !"
1413
 
1568
 
1569
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1570
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1571
+ #: utils/stcr_upgrade.php:492
1572
  msgid ""
1573
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1574
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1643
  "previous 160831 version."
1644
  msgstr ""
1645
 
1646
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1647
+ msgid "Settings"
1648
+ msgstr "Réglages"
1649
+
1650
+ #: utils/stcr_upgrade.php:485
1651
+ msgid ""
1652
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1653
+ "160915"
1654
+ msgstr ""
1655
+
1656
+ #: utils/stcr_upgrade.php:486
1657
+ msgid "This version includes fixes and improvements, "
1658
+ msgstr ""
1659
+
1660
+ #: utils/stcr_upgrade.php:489
1661
+ msgid ""
1662
+ "<strong>Change</strong> the radio buttons in the management page for a "
1663
+ "dropdown."
1664
+ msgstr ""
1665
+
1666
+ #: utils/stcr_upgrade.php:490
1667
+ msgid ""
1668
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1669
+ msgstr ""
1670
+
1671
  #: utils/stcr_utils.php:195
1672
  msgid "StCR Notification"
1673
  msgstr "Notifications"
1674
 
1675
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1676
  msgid "Don't subscribe"
1677
  msgstr "Ne pas s'abonner"
1678
 
1679
+ #: wp_subscribe_reloaded.php:1095
1680
  msgid "All"
1681
  msgstr "S'abonner"
1682
 
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: 2016-09-02 19:28-0600\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
7
  "Language-Team: Ahrale | Atar4U.com <contact@atar4u.com>\n"
@@ -115,38 +115,38 @@ msgstr ""
115
  msgid "-h"
116
  msgstr ""
117
 
118
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
119
- #: utils/stcr_manage.php:383
120
  msgid "Manage subscriptions"
121
  msgstr "Manage subscriptions"
122
 
123
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
124
  msgid "Comment Form"
125
  msgstr "טופס תגובה"
126
 
127
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
128
  msgid "Management Page"
129
  msgstr "עמוד הניהול"
130
 
131
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
132
  msgid "Notifications"
133
  msgstr "הודעות"
134
 
135
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
136
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
137
  msgid "Options"
138
  msgstr "אפשרויות"
139
 
140
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
141
  msgid "You can help"
142
  msgstr "אפשר לעזור"
143
 
144
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
145
  #, fuzzy
146
  msgid "Support"
147
  msgstr "פורום התמיכה הרשמי"
148
 
149
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
150
  msgid "Donate"
151
  msgstr ""
152
 
@@ -160,8 +160,8 @@ msgid "Post:"
160
  msgstr "פוסט:"
161
 
162
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
163
- #: options/panel1.php:133 templates/key_expired.php:84
164
- #: templates/request-management-link.php:84 templates/subscribe.php:104
165
  #: templates/user.php:57
166
  msgid "Email"
167
  msgstr "אימייל"
@@ -400,8 +400,8 @@ msgstr ""
400
  msgid "Inactive"
401
  msgstr "פעיל"
402
 
403
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
404
- #: templates/user.php:70
405
  msgid "Delete"
406
  msgstr "מחק"
407
 
@@ -421,7 +421,7 @@ msgstr "פעולה:"
421
  msgid "Delete forever"
422
  msgstr "למחוק לצמיתות"
423
 
424
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
425
  msgid "Suspend"
426
  msgstr "השעה"
427
 
@@ -433,11 +433,11 @@ msgstr "הפעלה והגדרה ל Y"
433
  msgid "Activate and set to R"
434
  msgstr "הפעלה והגדרה ל R"
435
 
436
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
437
  msgid "Activate"
438
  msgstr "הפעל"
439
 
440
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
441
  msgid "Update subscriptions"
442
  msgstr "עדכון ההרשמות"
443
 
@@ -490,27 +490,28 @@ msgid "Author label"
490
  msgstr "תווית מחבר"
491
 
492
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
493
- #: options/panel5.php:18 options/panel5.php:60
494
  msgid "Your settings have been successfully updated."
495
  msgstr "ההגדרות שלך עודכנו בהצלחה"
496
 
497
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
498
- #: options/panel5.php:20 options/panel5.php:62
499
  msgid "There was an error updating the following fields:"
500
  msgstr "היתה שגיאה בעדכון השדות שלהלן:"
501
 
502
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
503
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
504
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
505
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
506
  msgid "Yes"
507
  msgstr "כן"
508
 
509
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
510
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
511
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
512
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
513
- #: utils/stcr_manage.php:784
514
  msgid "No"
515
  msgstr "לא"
516
 
@@ -611,7 +612,7 @@ msgid ""
611
  msgstr "תווית המוצגת למחברים (ולמנהלים). תגית אפשרית: [manager_link]"
612
 
613
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
614
- #: options/panel5.php:195
615
  msgid "Save Changes"
616
  msgstr ""
617
 
@@ -881,84 +882,95 @@ msgstr "נושא מייל האישור. תגית אפשרית: [post_title]"
881
  msgid "Safetly Uninstall"
882
  msgstr ""
883
 
884
- #: options/panel5.php:31 options/panel5.php:84
885
  msgid "Autopurge requests"
886
  msgstr "ניקוי אוטומטי של בקשות"
887
 
888
- #: options/panel5.php:34 options/panel5.php:93
889
  msgid "Enable double check"
890
  msgstr "הפעל בדיקה כפולה"
891
 
892
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
893
  msgid "Subscribe authors"
894
  msgstr "רשום את המחברים"
895
 
896
- #: options/panel5.php:40 options/panel5.php:111
897
  msgid "Enable HTML emails"
898
  msgstr "הפעל HTML בהודעות מייל"
899
 
900
- #: options/panel5.php:43
901
  msgid "HTMLify Links in HTML emails"
902
  msgstr "הפעל קישורי HTML באימיילים עם HTML"
903
 
904
- #: options/panel5.php:46
905
  msgid "Send trackbacks"
906
  msgstr "שלח טראקבקים"
907
 
908
- #: options/panel5.php:49
909
  msgid "Notify admin"
910
  msgstr "הודע למנהל"
911
 
912
- #: options/panel5.php:52 options/panel5.php:149
913
  msgid "Let admin subscribe"
914
  msgstr "אפשר למנהל להירשם"
915
 
916
- #: options/panel5.php:55 options/panel5.php:158
917
  msgid "BCC admin on Notifications"
918
  msgstr "שלח עותק נסתר של הוהודעות להנהלה"
919
 
920
- #: options/panel5.php:76
921
  msgid "Safely Uninstall"
922
  msgstr ""
923
 
924
- #: options/panel5.php:80
925
  msgid ""
926
  "This option will allow you to delete the plugin with WordPress without "
927
  "loosing your subscribers. Any database table and plugin options are wipeout."
928
  msgstr ""
929
 
930
- #: options/panel5.php:87
931
  msgid "days"
932
  msgstr "ימים"
933
 
934
- #: options/panel5.php:88
935
  msgid ""
936
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
937
  "this feature."
938
  msgstr "מחק הרשמות בהמתנה (שלא אושרו) לאחר X ימים. אפס מבטל אפשרות זו."
939
 
940
- #: options/panel5.php:97
 
 
 
 
 
 
 
941
  msgid ""
942
  "Send a notification email to confirm the subscription (to avoid addresses "
943
  "misuse)."
944
  msgstr "שלח הודעת מייל לאישור ההרשמה (כדי למנוע שימוש בכתובות שגויות)."
945
 
946
- #: options/panel5.php:106
947
  msgid ""
948
  "Automatically subscribe authors to their own articles (not retroactive)."
949
  msgstr "רשום מחברים באופן אוטומטי למאמרים שלהם (לא רטרואקטיבי)."
950
 
951
- #: options/panel5.php:115
952
  msgid ""
953
  "If enabled, will send email messages with content-type = text/html instead "
954
  "of text/plain"
955
  msgstr "אם מופעל, ישלח הודעת מייל עם סוג תוכן = text/html בקום טקסט פשוט"
956
 
957
- #: options/panel5.php:120
958
  msgid "HTMLify links in emails"
959
  msgstr "אפשר שימוש ב HTML באימיילים"
960
 
961
- #: options/panel5.php:125
962
  msgid ""
963
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
964
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -966,44 +978,44 @@ msgstr ""
966
  "אם מופעל, יעטוף את כל הקישורים בהודעות ב <code><a href=\"\"></a></code> (רק "
967
  "כאשר מופעל HTML באימיילים)."
968
 
969
- #: options/panel5.php:130
970
  msgid "Process trackbacks"
971
  msgstr "עיבוד טראקבקים"
972
 
973
- #: options/panel5.php:134
974
  msgid ""
975
  "Notify users when a new trackback or pingback is added to the discussion."
976
  msgstr "שלח הודעה למשתמשים כאשר נוסף טראקבאק או פינגאק לדיון."
977
 
978
- #: options/panel5.php:139
979
  msgid "Track all subscriptions"
980
  msgstr "מעקב אחר כל הרשמות"
981
 
982
- #: options/panel5.php:144
983
  msgid "Notify the administrator when users subscribe without commenting."
984
  msgstr "הודע למנהל כאשר משתמשים נרשמים ללא כתיבת תגובה."
985
 
986
- #: options/panel5.php:153
987
  msgid "Let the administrator subscribe to comments when logged in."
988
  msgstr "אפשר למנהל להירשם לתגובות כאשר הוא מחובר."
989
 
990
- #: options/panel5.php:162
991
  msgid "Send a copy of all Notifications to the administrator."
992
  msgstr "שלח למנהל עותק של כל ההודעות."
993
 
994
- #: options/panel5.php:167
995
  msgid "StCR Unique Key"
996
  msgstr "מפתח StCR ייחודי"
997
 
998
- #: options/panel5.php:172
999
  msgid "This Unique Key is not set, please click the following button to "
1000
  msgstr "מפתח ייחודי זה אינו מוגדר, נא ללחוץ על הכפתור שלהלן כדי "
1001
 
1002
- #: options/panel5.php:176 options/panel5.php:187
1003
  msgid "Generate"
1004
  msgstr ""
1005
 
1006
- #: options/panel5.php:184
1007
  #, fuzzy
1008
  msgid ""
1009
  "This Unique Key will be use to send the notification to your subscribers "
@@ -1120,17 +1132,21 @@ msgstr "הכל"
1120
  msgid "Invert selection"
1121
  msgstr "היפוך הבחירה"
1122
 
1123
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1124
  #, fuzzy
1125
  msgid "All comments"
1126
  msgstr "כל התגובות החדשות"
1127
 
1128
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1129
  msgid "Replies to my comments"
1130
  msgstr "תגובות להערות שלי"
1131
 
1132
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1133
- #: templates/user.php:79
1134
  msgid "No subscriptions match your search criteria."
1135
  msgstr "אין הרשמה התואמת את קריטריון החיפוש שלך."
1136
 
@@ -1140,16 +1156,16 @@ msgid ""
1140
  "enter your email below and a new link will be send."
1141
  msgstr ""
1142
 
1143
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1144
- #: templates/subscribe.php:106
1145
  msgid "Send"
1146
  msgstr "שלח"
1147
 
1148
- #: templates/subscribe.php:43 templates/subscribe.php:44
1149
  msgid "New subscription to"
1150
  msgstr "הרשמה חדשה ל"
1151
 
1152
- #: templates/subscribe.php:44
1153
  msgid "User:"
1154
  msgstr "משתמש:"
1155
 
@@ -1161,7 +1177,7 @@ msgstr ""
1161
  msgid "You have request to manage another email address and this is forbidden."
1162
  msgstr ""
1163
 
1164
- #: utils/stcr_manage.php:246
1165
  msgid ""
1166
  "Notify me of followup comments via e-mail. You can also <a "
1167
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1169,14 +1185,14 @@ msgstr ""
1169
  "נא לעדכן אותי במייל על תגובות נוספות. אפשר גם <a "
1170
  "href='[subscribe_link]'>להירשם</a> מבלי להגיב."
1171
 
1172
- #: utils/stcr_manage.php:247
1173
  msgid ""
1174
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1175
  "subscriptions."
1176
  msgstr ""
1177
  "ההרשמה שלך לפוסט זה פעילה. <a href='[manager_link]'>ניהול ההרשמות שלך</a>. "
1178
 
1179
- #: utils/stcr_manage.php:248
1180
  msgid ""
1181
  "Your subscription to this post needs to be confirmed. <a "
1182
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1184,12 +1200,12 @@ msgstr ""
1184
  "ההרשמה שלך לפוסט זה צריכה אישור. <a href='[manager_link]'>לניהול ההרשמות "
1185
  "שלך</a>."
1186
 
1187
- #: utils/stcr_manage.php:249
1188
  msgid ""
1189
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1190
  msgstr "אפשר <a href='[manager_link]'>לנהל את ההרשמה</a> של פוסט זה."
1191
 
1192
- #: utils/stcr_manage.php:255
1193
  msgid ""
1194
  "To manage your subscriptions, please enter your email address here below. We "
1195
  "will send you a message containing the link to access your personal "
@@ -1198,7 +1214,7 @@ msgstr ""
1198
  "כדי לנהל את ההרשמות שלך, נא להזין את האימייל שלך להלן. נשלח לך הודעה המכילה "
1199
  "קישור לעמוד הניהול האישי שלך."
1200
 
1201
- #: utils/stcr_manage.php:256
1202
  msgid ""
1203
  "Thank you for using our subscription service. Your request has been "
1204
  "completed, and you should receive an email with the management link in a few "
@@ -1207,7 +1223,7 @@ msgstr ""
1207
  "תודה שהשתמשת בשירות ההרשמה שלנו. בקשתך הושלמה ותוך דקות יישלח אליך אימייל עם "
1208
  "קישור ניהול הרשמה שלך."
1209
 
1210
- #: utils/stcr_manage.php:257
1211
  msgid ""
1212
  "You can follow the discussion on <strong>[post_title]</strong> without "
1213
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1216,7 +1232,7 @@ msgstr ""
1216
  "אפשר לעקוב אחר הדיון ב <strong>[post_title]</strong> ללא צורך לשלוח תגובה. "
1217
  "מגניב, אה? רק להזין את כתובת האימייל שלך בשדה שלהלן."
1218
 
1219
- #: utils/stcr_manage.php:258
1220
  msgid ""
1221
  "Thank you for using our subscription service. Your request has been "
1222
  "completed. You will receive a notification email every time a new comment to "
@@ -1225,7 +1241,7 @@ msgstr ""
1225
  "תודה שהשתמש בשירות ההרשמה שלנו. בקשתך הושלמה. התראה באימייל תישלח על כל "
1226
  "תגובה חדשה שתאושר על-ידי ההנהלה לפוסט זה."
1227
 
1228
- #: utils/stcr_manage.php:259
1229
  msgid ""
1230
  "Thank you for using our subscription service. In order to confirm your "
1231
  "request, please check your email for the verification message and follow the "
@@ -1234,7 +1250,7 @@ msgstr ""
1234
  "תודה על השימוש בשירות ההרשמה שלנו. כדי לאשר את הבקשה שלך, נא לבדוק ת האימייל "
1235
  "שלך כדי לאשר את ההרשמה לפי ההנחיות במייל ."
1236
 
1237
- #: utils/stcr_manage.php:260
1238
  msgid ""
1239
  "In order to cancel or suspend one or more notifications, select the "
1240
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1242,7 +1258,7 @@ msgstr ""
1242
  "כדי לבטל או להשעות הודעה אחת או יותר נא לבחור תיבת(ות) סימון בהתאמה וללחוץ "
1243
  "על הכפתור שבסוף הרשימה."
1244
 
1245
- #: utils/stcr_manage.php:261
1246
  msgid ""
1247
  "In order to cancel or suspend one or more notifications, select the "
1248
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1251,11 +1267,11 @@ msgstr ""
1251
  "כדי לבטל או להשעות התראה אחת או יותר, נא לבחור בתיבת(ות) הסימון המתאימה(ות) "
1252
  "וללחוץ על הכפתור שבסוף הרשימה. כעת יש הרשמות ל:"
1253
 
1254
- #: utils/stcr_manage.php:265
1255
  msgid "There is a new comment to [post_title]"
1256
  msgstr "יש תגובה חדשה ל [post_title]"
1257
 
1258
- #: utils/stcr_manage.php:266
1259
  msgid ""
1260
  "There is a new comment to [post_title].\n"
1261
  "Comment Link: [comment_permalink]\n"
@@ -1273,11 +1289,11 @@ msgstr ""
1273
  "מבנה קישור: [post_permalink]\n"
1274
  "ניהול ההרשמות שלך: [manager_link]"
1275
 
1276
- #: utils/stcr_manage.php:267
1277
  msgid "Please confirm your subscription to [post_title]"
1278
  msgstr "נא לאשר את ההרשמה שלך ל [post_title]"
1279
 
1280
- #: utils/stcr_manage.php:268
1281
  msgid ""
1282
  "You have requested to be notified every time a new comment is added to:\n"
1283
  "[post_permalink]\n"
@@ -1291,17 +1307,17 @@ msgstr ""
1291
  "נא לאמת את הבקשה באמצעות לחיצה על הקישור:\n"
1292
  "[confirm_link]"
1293
 
1294
- #: utils/stcr_manage.php:269
1295
  msgid "Manage your subscriptions on [blog_name]"
1296
  msgstr "ניהול ההרשמות שלך ב [blog_name]"
1297
 
1298
- #: utils/stcr_manage.php:270
1299
  msgid ""
1300
  "You have requested to manage your subscriptions to the articles on "
1301
  "[blog_name]. Please check the Subscriptions management link in your email"
1302
  msgstr ""
1303
 
1304
- #: utils/stcr_manage.php:271
1305
  msgid ""
1306
  "You have requested to manage your subscriptions to the articles on "
1307
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1311,37 +1327,37 @@ msgstr ""
1311
  "הניהול שלך:\n"
1312
  "[manager_link]"
1313
 
1314
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1315
  msgid "StCR System"
1316
  msgstr ""
1317
 
1318
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1319
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1320
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1321
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1322
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1323
  msgid "You do not have sufficient permissions to access this page."
1324
  msgstr ""
1325
 
1326
- #: utils/stcr_manage.php:755
1327
  #, fuzzy
1328
  msgid "Subscriptions"
1329
  msgstr "הרשמה"
1330
 
1331
- #: utils/stcr_manage.php:811
1332
  msgid ""
1333
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1334
  msgstr "זקוק לעזרה ב כיצד להירשם ל Comments Reloaded? בקר ב"
1335
 
1336
- #: utils/stcr_manage.php:811
1337
  msgid "support forum"
1338
  msgstr "פורום התמיכה הרשמי"
1339
 
1340
- #: utils/stcr_manage.php:812
1341
  msgid "Feeling generous?"
1342
  msgstr "מרגיש נדיב?"
1343
 
1344
- #: utils/stcr_manage.php:812
1345
  msgid "Donate a few bucks!"
1346
  msgstr "תרום קצת!"
1347
 
@@ -1503,6 +1519,7 @@ msgstr ""
1503
 
1504
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1505
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1506
  msgid ""
1507
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1508
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1577,20 +1594,41 @@ msgid ""
1577
  "previous 160831 version."
1578
  msgstr ""
1579
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1580
  #: utils/stcr_utils.php:195
1581
  #, fuzzy
1582
  msgid "StCR Notification"
1583
  msgstr "הודעות"
1584
 
1585
- #: wp_subscribe_reloaded.php:114
1586
- msgid "Settings"
1587
- msgstr "הגדרות"
1588
-
1589
- #: wp_subscribe_reloaded.php:1086
1590
  msgid "Don't subscribe"
1591
  msgstr "א להירשם"
1592
 
1593
- #: wp_subscribe_reloaded.php:1087
1594
  msgid "All"
1595
  msgstr "הכול"
1596
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: subscribe-to-comments-reloaded\n"
4
+ "POT-Creation-Date: 2016-09-13 20:06-0600\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
7
  "Language-Team: Ahrale | Atar4U.com <contact@atar4u.com>\n"
115
  msgid "-h"
116
  msgstr ""
117
 
118
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
119
+ #: utils/stcr_manage.php:393
120
  msgid "Manage subscriptions"
121
  msgstr "Manage subscriptions"
122
 
123
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
124
  msgid "Comment Form"
125
  msgstr "טופס תגובה"
126
 
127
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
128
  msgid "Management Page"
129
  msgstr "עמוד הניהול"
130
 
131
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
132
  msgid "Notifications"
133
  msgstr "הודעות"
134
 
135
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
136
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
137
  msgid "Options"
138
  msgstr "אפשרויות"
139
 
140
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
141
  msgid "You can help"
142
  msgstr "אפשר לעזור"
143
 
144
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
145
  #, fuzzy
146
  msgid "Support"
147
  msgstr "פורום התמיכה הרשמי"
148
 
149
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
150
  msgid "Donate"
151
  msgstr ""
152
 
160
  msgstr "פוסט:"
161
 
162
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
163
+ #: options/panel1.php:133 templates/key_expired.php:74
164
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
165
  #: templates/user.php:57
166
  msgid "Email"
167
  msgstr "אימייל"
400
  msgid "Inactive"
401
  msgstr "פעיל"
402
 
403
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
404
+ #: templates/user.php:73
405
  msgid "Delete"
406
  msgstr "מחק"
407
 
421
  msgid "Delete forever"
422
  msgstr "למחוק לצמיתות"
423
 
424
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
425
  msgid "Suspend"
426
  msgstr "השעה"
427
 
433
  msgid "Activate and set to R"
434
  msgstr "הפעלה והגדרה ל R"
435
 
436
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
437
  msgid "Activate"
438
  msgstr "הפעל"
439
 
440
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
441
  msgid "Update subscriptions"
442
  msgstr "עדכון ההרשמות"
443
 
490
  msgstr "תווית מחבר"
491
 
492
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
493
+ #: options/panel5.php:18 options/panel5.php:63
494
  msgid "Your settings have been successfully updated."
495
  msgstr "ההגדרות שלך עודכנו בהצלחה"
496
 
497
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
498
+ #: options/panel5.php:20 options/panel5.php:65
499
  msgid "There was an error updating the following fields:"
500
  msgstr "היתה שגיאה בעדכון השדות שלהלן:"
501
 
502
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
503
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
504
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
505
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
506
+ #: options/panel5.php:172
507
  msgid "Yes"
508
  msgstr "כן"
509
 
510
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
511
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
512
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
513
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
514
+ #: options/panel5.php:173 utils/stcr_manage.php:794
515
  msgid "No"
516
  msgstr "לא"
517
 
612
  msgstr "תווית המוצגת למחברים (ולמנהלים). תגית אפשרית: [manager_link]"
613
 
614
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
615
+ #: options/panel5.php:207
616
  msgid "Save Changes"
617
  msgstr ""
618
 
882
  msgid "Safetly Uninstall"
883
  msgstr ""
884
 
885
+ #: options/panel5.php:31 options/panel5.php:87
886
  msgid "Autopurge requests"
887
  msgstr "ניקוי אוטומטי של בקשות"
888
 
889
+ #: options/panel5.php:34 options/panel5.php:105
890
  msgid "Enable double check"
891
  msgstr "הפעל בדיקה כפולה"
892
 
893
+ #: options/panel5.php:37 options/panel5.php:96
894
+ msgid "StCR Position"
895
+ msgstr ""
896
+
897
+ #: options/panel5.php:40 options/panel5.php:113
898
  msgid "Subscribe authors"
899
  msgstr "רשום את המחברים"
900
 
901
+ #: options/panel5.php:43 options/panel5.php:123
902
  msgid "Enable HTML emails"
903
  msgstr "הפעל HTML בהודעות מייל"
904
 
905
+ #: options/panel5.php:46
906
  msgid "HTMLify Links in HTML emails"
907
  msgstr "הפעל קישורי HTML באימיילים עם HTML"
908
 
909
+ #: options/panel5.php:49
910
  msgid "Send trackbacks"
911
  msgstr "שלח טראקבקים"
912
 
913
+ #: options/panel5.php:52
914
  msgid "Notify admin"
915
  msgstr "הודע למנהל"
916
 
917
+ #: options/panel5.php:55 options/panel5.php:161
918
  msgid "Let admin subscribe"
919
  msgstr "אפשר למנהל להירשם"
920
 
921
+ #: options/panel5.php:58 options/panel5.php:170
922
  msgid "BCC admin on Notifications"
923
  msgstr "שלח עותק נסתר של הוהודעות להנהלה"
924
 
925
+ #: options/panel5.php:79
926
  msgid "Safely Uninstall"
927
  msgstr ""
928
 
929
+ #: options/panel5.php:83
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:90
936
  msgid "days"
937
  msgstr "ימים"
938
 
939
+ #: options/panel5.php:91
940
  msgid ""
941
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
942
  "this feature."
943
  msgstr "מחק הרשמות בהמתנה (שלא אושרו) לאחר X ימים. אפס מבטל אפשרות זו."
944
 
945
+ #: options/panel5.php:100
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:109
953
  msgid ""
954
  "Send a notification email to confirm the subscription (to avoid addresses "
955
  "misuse)."
956
  msgstr "שלח הודעת מייל לאישור ההרשמה (כדי למנוע שימוש בכתובות שגויות)."
957
 
958
+ #: options/panel5.php:118
959
  msgid ""
960
  "Automatically subscribe authors to their own articles (not retroactive)."
961
  msgstr "רשום מחברים באופן אוטומטי למאמרים שלהם (לא רטרואקטיבי)."
962
 
963
+ #: options/panel5.php:127
964
  msgid ""
965
  "If enabled, will send email messages with content-type = text/html instead "
966
  "of text/plain"
967
  msgstr "אם מופעל, ישלח הודעת מייל עם סוג תוכן = text/html בקום טקסט פשוט"
968
 
969
+ #: options/panel5.php:132
970
  msgid "HTMLify links in emails"
971
  msgstr "אפשר שימוש ב HTML באימיילים"
972
 
973
+ #: options/panel5.php:137
974
  msgid ""
975
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
976
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
978
  "אם מופעל, יעטוף את כל הקישורים בהודעות ב <code><a href=\"\"></a></code> (רק "
979
  "כאשר מופעל HTML באימיילים)."
980
 
981
+ #: options/panel5.php:142
982
  msgid "Process trackbacks"
983
  msgstr "עיבוד טראקבקים"
984
 
985
+ #: options/panel5.php:146
986
  msgid ""
987
  "Notify users when a new trackback or pingback is added to the discussion."
988
  msgstr "שלח הודעה למשתמשים כאשר נוסף טראקבאק או פינגאק לדיון."
989
 
990
+ #: options/panel5.php:151
991
  msgid "Track all subscriptions"
992
  msgstr "מעקב אחר כל הרשמות"
993
 
994
+ #: options/panel5.php:156
995
  msgid "Notify the administrator when users subscribe without commenting."
996
  msgstr "הודע למנהל כאשר משתמשים נרשמים ללא כתיבת תגובה."
997
 
998
+ #: options/panel5.php:165
999
  msgid "Let the administrator subscribe to comments when logged in."
1000
  msgstr "אפשר למנהל להירשם לתגובות כאשר הוא מחובר."
1001
 
1002
+ #: options/panel5.php:174
1003
  msgid "Send a copy of all Notifications to the administrator."
1004
  msgstr "שלח למנהל עותק של כל ההודעות."
1005
 
1006
+ #: options/panel5.php:179
1007
  msgid "StCR Unique Key"
1008
  msgstr "מפתח StCR ייחודי"
1009
 
1010
+ #: options/panel5.php:184
1011
  msgid "This Unique Key is not set, please click the following button to "
1012
  msgstr "מפתח ייחודי זה אינו מוגדר, נא ללחוץ על הכפתור שלהלן כדי "
1013
 
1014
+ #: options/panel5.php:188 options/panel5.php:199
1015
  msgid "Generate"
1016
  msgstr ""
1017
 
1018
+ #: options/panel5.php:196
1019
  #, fuzzy
1020
  msgid ""
1021
  "This Unique Key will be use to send the notification to your subscribers "
1132
  msgid "Invert selection"
1133
  msgstr "היפוך הבחירה"
1134
 
1135
+ #: templates/author.php:73 templates/user.php:72
1136
+ msgid "Choose your action"
1137
+ msgstr ""
1138
+
1139
+ #: templates/author.php:76 templates/user.php:75
1140
  #, fuzzy
1141
  msgid "All comments"
1142
  msgstr "כל התגובות החדשות"
1143
 
1144
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1145
  msgid "Replies to my comments"
1146
  msgstr "תגובות להערות שלי"
1147
 
1148
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1149
+ #: templates/user.php:84
1150
  msgid "No subscriptions match your search criteria."
1151
  msgstr "אין הרשמה התואמת את קריטריון החיפוש שלך."
1152
 
1156
  "enter your email below and a new link will be send."
1157
  msgstr ""
1158
 
1159
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1160
+ #: templates/subscribe.php:95
1161
  msgid "Send"
1162
  msgstr "שלח"
1163
 
1164
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1165
  msgid "New subscription to"
1166
  msgstr "הרשמה חדשה ל"
1167
 
1168
+ #: templates/subscribe.php:46
1169
  msgid "User:"
1170
  msgstr "משתמש:"
1171
 
1177
  msgid "You have request to manage another email address and this is forbidden."
1178
  msgstr ""
1179
 
1180
+ #: utils/stcr_manage.php:224
1181
  msgid ""
1182
  "Notify me of followup comments via e-mail. You can also <a "
1183
  "href='[subscribe_link]'>subscribe</a> without commenting."
1185
  "נא לעדכן אותי במייל על תגובות נוספות. אפשר גם <a "
1186
  "href='[subscribe_link]'>להירשם</a> מבלי להגיב."
1187
 
1188
+ #: utils/stcr_manage.php:225
1189
  msgid ""
1190
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1191
  "subscriptions."
1192
  msgstr ""
1193
  "ההרשמה שלך לפוסט זה פעילה. <a href='[manager_link]'>ניהול ההרשמות שלך</a>. "
1194
 
1195
+ #: utils/stcr_manage.php:226
1196
  msgid ""
1197
  "Your subscription to this post needs to be confirmed. <a "
1198
  "href='[manager_link]'>Manage your subscriptions</a>."
1200
  "ההרשמה שלך לפוסט זה צריכה אישור. <a href='[manager_link]'>לניהול ההרשמות "
1201
  "שלך</a>."
1202
 
1203
+ #: utils/stcr_manage.php:227
1204
  msgid ""
1205
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1206
  msgstr "אפשר <a href='[manager_link]'>לנהל את ההרשמה</a> של פוסט זה."
1207
 
1208
+ #: utils/stcr_manage.php:233
1209
  msgid ""
1210
  "To manage your subscriptions, please enter your email address here below. We "
1211
  "will send you a message containing the link to access your personal "
1214
  "כדי לנהל את ההרשמות שלך, נא להזין את האימייל שלך להלן. נשלח לך הודעה המכילה "
1215
  "קישור לעמוד הניהול האישי שלך."
1216
 
1217
+ #: utils/stcr_manage.php:234
1218
  msgid ""
1219
  "Thank you for using our subscription service. Your request has been "
1220
  "completed, and you should receive an email with the management link in a few "
1223
  "תודה שהשתמשת בשירות ההרשמה שלנו. בקשתך הושלמה ותוך דקות יישלח אליך אימייל עם "
1224
  "קישור ניהול הרשמה שלך."
1225
 
1226
+ #: utils/stcr_manage.php:235
1227
  msgid ""
1228
  "You can follow the discussion on <strong>[post_title]</strong> without "
1229
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1232
  "אפשר לעקוב אחר הדיון ב <strong>[post_title]</strong> ללא צורך לשלוח תגובה. "
1233
  "מגניב, אה? רק להזין את כתובת האימייל שלך בשדה שלהלן."
1234
 
1235
+ #: utils/stcr_manage.php:236
1236
  msgid ""
1237
  "Thank you for using our subscription service. Your request has been "
1238
  "completed. You will receive a notification email every time a new comment to "
1241
  "תודה שהשתמש בשירות ההרשמה שלנו. בקשתך הושלמה. התראה באימייל תישלח על כל "
1242
  "תגובה חדשה שתאושר על-ידי ההנהלה לפוסט זה."
1243
 
1244
+ #: utils/stcr_manage.php:237
1245
  msgid ""
1246
  "Thank you for using our subscription service. In order to confirm your "
1247
  "request, please check your email for the verification message and follow the "
1250
  "תודה על השימוש בשירות ההרשמה שלנו. כדי לאשר את הבקשה שלך, נא לבדוק ת האימייל "
1251
  "שלך כדי לאשר את ההרשמה לפי ההנחיות במייל ."
1252
 
1253
+ #: utils/stcr_manage.php:238
1254
  msgid ""
1255
  "In order to cancel or suspend one or more notifications, select the "
1256
  "corresponding checkbox(es) and click on the button at the end of the list."
1258
  "כדי לבטל או להשעות הודעה אחת או יותר נא לבחור תיבת(ות) סימון בהתאמה וללחוץ "
1259
  "על הכפתור שבסוף הרשימה."
1260
 
1261
+ #: utils/stcr_manage.php:239
1262
  msgid ""
1263
  "In order to cancel or suspend one or more notifications, select the "
1264
  "corresponding checkbox(es) and click on the button at the end of the list. "
1267
  "כדי לבטל או להשעות התראה אחת או יותר, נא לבחור בתיבת(ות) הסימון המתאימה(ות) "
1268
  "וללחוץ על הכפתור שבסוף הרשימה. כעת יש הרשמות ל:"
1269
 
1270
+ #: utils/stcr_manage.php:243
1271
  msgid "There is a new comment to [post_title]"
1272
  msgstr "יש תגובה חדשה ל [post_title]"
1273
 
1274
+ #: utils/stcr_manage.php:244
1275
  msgid ""
1276
  "There is a new comment to [post_title].\n"
1277
  "Comment Link: [comment_permalink]\n"
1289
  "מבנה קישור: [post_permalink]\n"
1290
  "ניהול ההרשמות שלך: [manager_link]"
1291
 
1292
+ #: utils/stcr_manage.php:245
1293
  msgid "Please confirm your subscription to [post_title]"
1294
  msgstr "נא לאשר את ההרשמה שלך ל [post_title]"
1295
 
1296
+ #: utils/stcr_manage.php:246
1297
  msgid ""
1298
  "You have requested to be notified every time a new comment is added to:\n"
1299
  "[post_permalink]\n"
1307
  "נא לאמת את הבקשה באמצעות לחיצה על הקישור:\n"
1308
  "[confirm_link]"
1309
 
1310
+ #: utils/stcr_manage.php:247
1311
  msgid "Manage your subscriptions on [blog_name]"
1312
  msgstr "ניהול ההרשמות שלך ב [blog_name]"
1313
 
1314
+ #: utils/stcr_manage.php:248
1315
  msgid ""
1316
  "You have requested to manage your subscriptions to the articles on "
1317
  "[blog_name]. Please check the Subscriptions management link in your email"
1318
  msgstr ""
1319
 
1320
+ #: utils/stcr_manage.php:249
1321
  msgid ""
1322
  "You have requested to manage your subscriptions to the articles on "
1323
  "[blog_name]. Follow this link to access your personal page:\n"
1327
  "הניהול שלך:\n"
1328
  "[manager_link]"
1329
 
1330
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1331
  msgid "StCR System"
1332
  msgstr ""
1333
 
1334
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1335
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1336
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1337
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1338
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1339
  msgid "You do not have sufficient permissions to access this page."
1340
  msgstr ""
1341
 
1342
+ #: utils/stcr_manage.php:765
1343
  #, fuzzy
1344
  msgid "Subscriptions"
1345
  msgstr "הרשמה"
1346
 
1347
+ #: utils/stcr_manage.php:821
1348
  msgid ""
1349
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1350
  msgstr "זקוק לעזרה ב כיצד להירשם ל Comments Reloaded? בקר ב"
1351
 
1352
+ #: utils/stcr_manage.php:821
1353
  msgid "support forum"
1354
  msgstr "פורום התמיכה הרשמי"
1355
 
1356
+ #: utils/stcr_manage.php:822
1357
  msgid "Feeling generous?"
1358
  msgstr "מרגיש נדיב?"
1359
 
1360
+ #: utils/stcr_manage.php:822
1361
  msgid "Donate a few bucks!"
1362
  msgstr "תרום קצת!"
1363
 
1519
 
1520
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1521
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1522
+ #: utils/stcr_upgrade.php:492
1523
  msgid ""
1524
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1525
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1594
  "previous 160831 version."
1595
  msgstr ""
1596
 
1597
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1598
+ msgid "Settings"
1599
+ msgstr "הגדרות"
1600
+
1601
+ #: utils/stcr_upgrade.php:485
1602
+ msgid ""
1603
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1604
+ "160915"
1605
+ msgstr ""
1606
+
1607
+ #: utils/stcr_upgrade.php:486
1608
+ msgid "This version includes fixes and improvements, "
1609
+ msgstr ""
1610
+
1611
+ #: utils/stcr_upgrade.php:489
1612
+ msgid ""
1613
+ "<strong>Change</strong> the radio buttons in the management page for a "
1614
+ "dropdown."
1615
+ msgstr ""
1616
+
1617
+ #: utils/stcr_upgrade.php:490
1618
+ msgid ""
1619
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1620
+ msgstr ""
1621
+
1622
  #: utils/stcr_utils.php:195
1623
  #, fuzzy
1624
  msgid "StCR Notification"
1625
  msgstr "הודעות"
1626
 
1627
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1628
  msgid "Don't subscribe"
1629
  msgstr "א להירשם"
1630
 
1631
+ #: wp_subscribe_reloaded.php:1095
1632
  msgid "All"
1633
  msgstr "הכול"
1634
 
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: 2016-09-02 19:30-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:30-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Web Geeks <epoxhun@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "Feliratkozás kezelése"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "Hozzászólás Űrlap"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "Feliratkozás Kezelés Oldal"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "Értesítések"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "Beállítások"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr "Segíthetsz"
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr "Падтрымка"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr ""
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "Bejegyzés:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Email"
@@ -297,8 +297,8 @@ msgstr ""
297
  msgid "Inactive"
298
  msgstr "Aktív"
299
 
300
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
301
- #: templates/user.php:70
302
  msgid "Delete"
303
  msgstr "Törlés"
304
 
@@ -318,7 +318,7 @@ msgstr "Tevékenység:"
318
  msgid "Delete forever"
319
  msgstr "Végleges törlés"
320
 
321
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
322
  msgid "Suspend"
323
  msgstr "Kikapcsolás"
324
 
@@ -330,11 +330,11 @@ msgstr "Aktiválás és Y-ra állítás"
330
  msgid "Activate and set to R"
331
  msgstr "Aktiválás és R-re állítás"
332
 
333
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
334
  msgid "Activate"
335
  msgstr "Aktiválás"
336
 
337
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
338
  msgid "Update subscriptions"
339
  msgstr "Feliratkozások frissítése"
340
 
@@ -387,27 +387,28 @@ msgid "Author label"
387
  msgstr "Szerző címke"
388
 
389
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
390
- #: options/panel5.php:18 options/panel5.php:60
391
  msgid "Your settings have been successfully updated."
392
  msgstr "Beállításaid sikeresen frissítve."
393
 
394
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
395
- #: options/panel5.php:20 options/panel5.php:62
396
  msgid "There was an error updating the following fields:"
397
  msgstr "Hiba volt az alábbi mezők frissítésekor."
398
 
399
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
400
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
401
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
402
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
403
  msgid "Yes"
404
  msgstr "Igen"
405
 
406
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
407
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
408
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
409
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
410
- #: utils/stcr_manage.php:784
411
  msgid "No"
412
  msgstr "Nem"
413
 
@@ -518,7 +519,7 @@ msgstr ""
518
  "[manager_link]"
519
 
520
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
521
- #: options/panel5.php:195
522
  msgid "Save Changes"
523
  msgstr "Változások Mentése"
524
 
@@ -794,57 +795,61 @@ msgstr "A megerősítő e-mail tárgya. Használható címkék: [post_title]"
794
  msgid "Safetly Uninstall"
795
  msgstr ""
796
 
797
- #: options/panel5.php:31 options/panel5.php:84
798
  msgid "Autopurge requests"
799
  msgstr "Kérések automatikus ürítése"
800
 
801
- #: options/panel5.php:34 options/panel5.php:93
802
  msgid "Enable double check"
803
  msgstr "Dupla ellenőrzés bekapcsolása"
804
 
805
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
806
  msgid "Subscribe authors"
807
  msgstr "Subscribe authors"
808
 
809
- #: options/panel5.php:40 options/panel5.php:111
810
  msgid "Enable HTML emails"
811
  msgstr "HTML e-mailek bekapcsolása"
812
 
813
- #: options/panel5.php:43
814
  msgid "HTMLify Links in HTML emails"
815
  msgstr "HTML linkekké alakítás a HTML e-mailekben"
816
 
817
- #: options/panel5.php:46
818
  msgid "Send trackbacks"
819
  msgstr "Trackback küldés"
820
 
821
- #: options/panel5.php:49
822
  msgid "Notify admin"
823
  msgstr "Admin értesítés"
824
 
825
- #: options/panel5.php:52 options/panel5.php:149
826
  msgid "Let admin subscribe"
827
  msgstr "Az admin is feliratkozhat"
828
 
829
- #: options/panel5.php:55 options/panel5.php:158
830
  msgid "BCC admin on Notifications"
831
  msgstr "Titkos másolat az adminisztrátornak az értesítésekről"
832
 
833
- #: options/panel5.php:76
834
  msgid "Safely Uninstall"
835
  msgstr ""
836
 
837
- #: options/panel5.php:80
838
  msgid ""
839
  "This option will allow you to delete the plugin with WordPress without "
840
  "loosing your subscribers. Any database table and plugin options are wipeout."
841
  msgstr ""
842
 
843
- #: options/panel5.php:87
844
  msgid "days"
845
  msgstr "nap"
846
 
847
- #: options/panel5.php:88
848
  msgid ""
849
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
850
  "this feature."
@@ -852,20 +857,27 @@ msgstr ""
852
  "Meg nem erősített feliratkozások törlése X nap után. Nulla érték esetén "
853
  "nincs törlés."
854
 
855
- #: options/panel5.php:97
 
 
 
 
 
 
 
856
  msgid ""
857
  "Send a notification email to confirm the subscription (to avoid addresses "
858
  "misuse)."
859
  msgstr ""
860
  "Megerősítő email küldés a feliratkozáshoz (helytelen email cím elkerüléshez)."
861
 
862
- #: options/panel5.php:106
863
  msgid ""
864
  "Automatically subscribe authors to their own articles (not retroactive)."
865
  msgstr ""
866
  "Automatically subscribe authors to their own articles (not retroactive)."
867
 
868
- #: options/panel5.php:115
869
  msgid ""
870
  "If enabled, will send email messages with content-type = text/html instead "
871
  "of text/plain"
@@ -873,11 +885,11 @@ msgstr ""
873
  "Bekapcsolva az e-mail értesítéseknél a content-type = text/html lesz text/"
874
  "plain helyett"
875
 
876
- #: options/panel5.php:120
877
  msgid "HTMLify links in emails"
878
  msgstr "HTML linkekké alakítás az e-mailekben"
879
 
880
- #: options/panel5.php:125
881
  msgid ""
882
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
883
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -886,48 +898,48 @@ msgstr ""
886
  "<code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> (csak ha a HTML e-mail be van "
887
  "kapcsolva)."
888
 
889
- #: options/panel5.php:130
890
  msgid "Process trackbacks"
891
  msgstr "Trackback-ek feldolgozása"
892
 
893
- #: options/panel5.php:134
894
  msgid ""
895
  "Notify users when a new trackback or pingback is added to the discussion."
896
  msgstr ""
897
  "Felhasználó értesítése, ha új trackback vagy pingback érkezik egy "
898
  "beszélgetéshez."
899
 
900
- #: options/panel5.php:139
901
  msgid "Track all subscriptions"
902
  msgstr "Minden feliratkozás követése"
903
 
904
- #: options/panel5.php:144
905
  msgid "Notify the administrator when users subscribe without commenting."
906
  msgstr ""
907
  "Adminisztrátori értesítés, ha valaki hozzászólás nélkül iratkozik fel "
908
  "értesítésre."
909
 
910
- #: options/panel5.php:153
911
  msgid "Let the administrator subscribe to comments when logged in."
912
  msgstr "Az adminisztrátor bejelentkezve fel tudjon iratkoznu."
913
 
914
- #: options/panel5.php:162
915
  msgid "Send a copy of all Notifications to the administrator."
916
  msgstr "Másolat küldés minden értesítésről az adminisztrátornak."
917
 
918
- #: options/panel5.php:167
919
  msgid "StCR Unique Key"
920
  msgstr "StCR Unique Key"
921
 
922
- #: options/panel5.php:172
923
  msgid "This Unique Key is not set, please click the following button to "
924
  msgstr "Nincs Unique Key (egyedi kulcs) beállítva. Kattints a következő gombra"
925
 
926
- #: options/panel5.php:176 options/panel5.php:187
927
  msgid "Generate"
928
  msgstr "Generálás"
929
 
930
- #: options/panel5.php:184
931
  msgid ""
932
  "This Unique Key will be use to send the notification to your subscribers "
933
  "with more security."
@@ -1043,16 +1055,20 @@ msgstr "Mind kiválasztása"
1043
  msgid "Invert selection"
1044
  msgstr "Fordított kiválasztás"
1045
 
1046
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1047
  msgid "All comments"
1048
  msgstr "Minden új hozzászólás"
1049
 
1050
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1051
  msgid "Replies to my comments"
1052
  msgstr "Csak a válaszokra"
1053
 
1054
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1055
- #: templates/user.php:79
1056
  msgid "No subscriptions match your search criteria."
1057
  msgstr "Nincs a keresésnek megfelelő feliratkozás."
1058
 
@@ -1062,16 +1078,16 @@ msgid ""
1062
  "enter your email below and a new link will be send."
1063
  msgstr ""
1064
 
1065
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1066
- #: templates/subscribe.php:106
1067
  msgid "Send"
1068
  msgstr "Küldés"
1069
 
1070
- #: templates/subscribe.php:43 templates/subscribe.php:44
1071
  msgid "New subscription to"
1072
  msgstr "Új feliratkozás erre"
1073
 
1074
- #: templates/subscribe.php:44
1075
  msgid "User:"
1076
  msgstr "Felhasználó:"
1077
 
@@ -1083,7 +1099,7 @@ msgstr ""
1083
  msgid "You have request to manage another email address and this is forbidden."
1084
  msgstr ""
1085
 
1086
- #: utils/stcr_manage.php:246
1087
  msgid ""
1088
  "Notify me of followup comments via e-mail. You can also <a "
1089
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1091,7 +1107,7 @@ msgstr ""
1091
  "A hozzászólásokról email-ben kérek értesítést. <a "
1092
  "href='[subscribe_link]'>Feliratkozás</a> hozzászólás nélkül is lehetséges."
1093
 
1094
- #: utils/stcr_manage.php:247
1095
  msgid ""
1096
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1097
  "subscriptions."
@@ -1099,7 +1115,7 @@ msgstr ""
1099
  "Feliratkozva ehhez a bejegyzéshez. <a href='[manager_link]'Saját "
1100
  "feliratkozásaink kezelése</a>."
1101
 
1102
- #: utils/stcr_manage.php:248
1103
  msgid ""
1104
  "Your subscription to this post needs to be confirmed. <a "
1105
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1107,14 +1123,14 @@ msgstr ""
1107
  "A feliratkozási szándékot meg kell erősíteni: <a "
1108
  "href='[manager_link]'>Feliratkozás kezelése</a>."
1109
 
1110
- #: utils/stcr_manage.php:249
1111
  msgid ""
1112
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1113
  msgstr ""
1114
  "<a href='[manager_link]'>Saját feliratkozásunk kezelése</a> ennél a "
1115
  "bejegyzésnél."
1116
 
1117
- #: utils/stcr_manage.php:255
1118
  msgid ""
1119
  "To manage your subscriptions, please enter your email address here below. We "
1120
  "will send you a message containing the link to access your personal "
@@ -1123,7 +1139,7 @@ msgstr ""
1123
  "A feliratkozások kezeléséhez alul meg kell adni az email címet, amelyre "
1124
  "elküldjük azt a hivatkozást, amellyel a saját kezelési oldalra lehet belépni."
1125
 
1126
- #: utils/stcr_manage.php:256
1127
  msgid ""
1128
  "Thank you for using our subscription service. Your request has been "
1129
  "completed, and you should receive an email with the management link in a few "
@@ -1132,7 +1148,7 @@ msgstr ""
1132
  "Köszönjük, hogy használod az értesítőket. Néhány percen belül e-mailben "
1133
  "megkapot a beállításokhoz szükséges linked."
1134
 
1135
- #: utils/stcr_manage.php:257
1136
  msgid ""
1137
  "You can follow the discussion on <strong>[post_title]</strong> without "
1138
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1143,7 +1159,7 @@ msgstr ""
1143
  "Csak meg kell adni a saját email címet az alul található mezőbe, és máris "
1144
  "minden készen áll."
1145
 
1146
- #: utils/stcr_manage.php:258
1147
  msgid ""
1148
  "Thank you for using our subscription service. Your request has been "
1149
  "completed. You will receive a notification email every time a new comment to "
@@ -1153,7 +1169,7 @@ msgstr ""
1153
  "strong><br /> A kérést rögzítettük; minden egyes alkalommal küldünk egy "
1154
  "értesítést email címedre, amikor a bejegyzéshez új hozzászólás érkezik."
1155
 
1156
- #: utils/stcr_manage.php:259
1157
  msgid ""
1158
  "Thank you for using our subscription service. In order to confirm your "
1159
  "request, please check your email for the verification message and follow the "
@@ -1162,7 +1178,7 @@ msgstr ""
1162
  "Köszönjük, hogy használtad a feliratkozás szolgáltatásunkat! A kérésed "
1163
  "megerősítéséhez, kérjük ellenőrizd e-mailcímed, és kövesd az instrukciókat."
1164
 
1165
- #: utils/stcr_manage.php:260
1166
  msgid ""
1167
  "In order to cancel or suspend one or more notifications, select the "
1168
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1171,7 +1187,7 @@ msgstr ""
1171
  "értesítést, majd a megfelelő állapotot és kattints az Értesítés frissítése "
1172
  "gombra."
1173
 
1174
- #: utils/stcr_manage.php:261
1175
  msgid ""
1176
  "In order to cancel or suspend one or more notifications, select the "
1177
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1180,11 +1196,11 @@ msgstr ""
1180
  "Az értesítések kikapcsolásához, megszűntetéséhez, válassz jelölőnégyzetet és "
1181
  "a lista végén kattints a megfelelő gombra. Jelenleg ezek az értesítéseid:"
1182
 
1183
- #: utils/stcr_manage.php:265
1184
  msgid "There is a new comment to [post_title]"
1185
  msgstr "Új hozzászólás ehhez [post_title]"
1186
 
1187
- #: utils/stcr_manage.php:266
1188
  msgid ""
1189
  "There is a new comment to [post_title].\n"
1190
  "Comment Link: [comment_permalink]\n"
@@ -1202,11 +1218,11 @@ msgstr ""
1202
  "Permalink: [post_permalink]\n"
1203
  "Értesítési beállítások: [manager_link]"
1204
 
1205
- #: utils/stcr_manage.php:267
1206
  msgid "Please confirm your subscription to [post_title]"
1207
  msgstr "Kérlek, erősítsd meg feliratkozásod erre [post_title]"
1208
 
1209
- #: utils/stcr_manage.php:268
1210
  msgid ""
1211
  "You have requested to be notified every time a new comment is added to:\n"
1212
  "[post_permalink]\n"
@@ -1220,17 +1236,17 @@ msgstr ""
1220
  "Kérlek, erősítsd meg a feliratkozást az alábbi linkre kattintva:\n"
1221
  "[confirm_link]"
1222
 
1223
- #: utils/stcr_manage.php:269
1224
  msgid "Manage your subscriptions on [blog_name]"
1225
  msgstr "Ártesítés beállítások - [blog_name]"
1226
 
1227
- #: utils/stcr_manage.php:270
1228
  msgid ""
1229
  "You have requested to manage your subscriptions to the articles on "
1230
  "[blog_name]. Please check the Subscriptions management link in your email"
1231
  msgstr ""
1232
 
1233
- #: utils/stcr_manage.php:271
1234
  msgid ""
1235
  "You have requested to manage your subscriptions to the articles on "
1236
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1239,38 +1255,38 @@ msgstr ""
1239
  "A [blog_name] oldal értesítési beállításainak elérése:\n"
1240
  "[manager_link]"
1241
 
1242
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1243
  msgid "StCR System"
1244
  msgstr ""
1245
 
1246
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1247
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1248
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1249
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1250
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1251
  msgid "You do not have sufficient permissions to access this page."
1252
  msgstr ""
1253
 
1254
- #: utils/stcr_manage.php:755
1255
  msgid "Subscriptions"
1256
  msgstr "Feliratkozás"
1257
 
1258
- #: utils/stcr_manage.php:811
1259
  msgid ""
1260
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1261
  msgstr ""
1262
  "Segítségre van szükséged, a Subscribe to Comments Reloaded használatához? "
1263
  "Látogasson el a hivatalos"
1264
 
1265
- #: utils/stcr_manage.php:811
1266
  msgid "support forum"
1267
  msgstr "támogatói fórumra"
1268
 
1269
- #: utils/stcr_manage.php:812
1270
  msgid "Feeling generous?"
1271
  msgstr "Nagylelkű napod van?"
1272
 
1273
- #: utils/stcr_manage.php:812
1274
  msgid "Donate a few bucks!"
1275
  msgstr "Adakozz egy pár dolcsit!"
1276
 
@@ -1432,6 +1448,7 @@ msgstr ""
1432
 
1433
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1434
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1435
  msgid ""
1436
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1437
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1506,19 +1523,40 @@ msgid ""
1506
  "previous 160831 version."
1507
  msgstr ""
1508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1509
  #: utils/stcr_utils.php:195
1510
  msgid "StCR Notification"
1511
  msgstr "Értesítések"
1512
 
1513
- #: wp_subscribe_reloaded.php:114
1514
- msgid "Settings"
1515
- msgstr "Beállítások"
1516
-
1517
- #: wp_subscribe_reloaded.php:1086
1518
  msgid "Don't subscribe"
1519
  msgstr "Nem iratkozom fel"
1520
 
1521
- #: wp_subscribe_reloaded.php:1087
1522
  msgid "All"
1523
  msgstr "Mindenre"
1524
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:06-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:06-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Web Geeks <epoxhun@gmail.com>\n"
9
  "Language: hu\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "Feliratkozás kezelése"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "Hozzászólás Űrlap"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "Feliratkozás Kezelés Oldal"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "Értesítések"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "Beállítások"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr "Segíthetsz"
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr "Падтрымка"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr ""
52
 
60
  msgstr "Bejegyzés:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Email"
297
  msgid "Inactive"
298
  msgstr "Aktív"
299
 
300
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
301
+ #: templates/user.php:73
302
  msgid "Delete"
303
  msgstr "Törlés"
304
 
318
  msgid "Delete forever"
319
  msgstr "Végleges törlés"
320
 
321
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
322
  msgid "Suspend"
323
  msgstr "Kikapcsolás"
324
 
330
  msgid "Activate and set to R"
331
  msgstr "Aktiválás és R-re állítás"
332
 
333
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
334
  msgid "Activate"
335
  msgstr "Aktiválás"
336
 
337
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
338
  msgid "Update subscriptions"
339
  msgstr "Feliratkozások frissítése"
340
 
387
  msgstr "Szerző címke"
388
 
389
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
390
+ #: options/panel5.php:18 options/panel5.php:63
391
  msgid "Your settings have been successfully updated."
392
  msgstr "Beállításaid sikeresen frissítve."
393
 
394
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
395
+ #: options/panel5.php:20 options/panel5.php:65
396
  msgid "There was an error updating the following fields:"
397
  msgstr "Hiba volt az alábbi mezők frissítésekor."
398
 
399
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
400
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
401
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
402
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
403
+ #: options/panel5.php:172
404
  msgid "Yes"
405
  msgstr "Igen"
406
 
407
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
408
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
409
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
410
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
411
+ #: options/panel5.php:173 utils/stcr_manage.php:794
412
  msgid "No"
413
  msgstr "Nem"
414
 
519
  "[manager_link]"
520
 
521
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
522
+ #: options/panel5.php:207
523
  msgid "Save Changes"
524
  msgstr "Változások Mentése"
525
 
795
  msgid "Safetly Uninstall"
796
  msgstr ""
797
 
798
+ #: options/panel5.php:31 options/panel5.php:87
799
  msgid "Autopurge requests"
800
  msgstr "Kérések automatikus ürítése"
801
 
802
+ #: options/panel5.php:34 options/panel5.php:105
803
  msgid "Enable double check"
804
  msgstr "Dupla ellenőrzés bekapcsolása"
805
 
806
+ #: options/panel5.php:37 options/panel5.php:96
807
+ msgid "StCR Position"
808
+ msgstr ""
809
+
810
+ #: options/panel5.php:40 options/panel5.php:113
811
  msgid "Subscribe authors"
812
  msgstr "Subscribe authors"
813
 
814
+ #: options/panel5.php:43 options/panel5.php:123
815
  msgid "Enable HTML emails"
816
  msgstr "HTML e-mailek bekapcsolása"
817
 
818
+ #: options/panel5.php:46
819
  msgid "HTMLify Links in HTML emails"
820
  msgstr "HTML linkekké alakítás a HTML e-mailekben"
821
 
822
+ #: options/panel5.php:49
823
  msgid "Send trackbacks"
824
  msgstr "Trackback küldés"
825
 
826
+ #: options/panel5.php:52
827
  msgid "Notify admin"
828
  msgstr "Admin értesítés"
829
 
830
+ #: options/panel5.php:55 options/panel5.php:161
831
  msgid "Let admin subscribe"
832
  msgstr "Az admin is feliratkozhat"
833
 
834
+ #: options/panel5.php:58 options/panel5.php:170
835
  msgid "BCC admin on Notifications"
836
  msgstr "Titkos másolat az adminisztrátornak az értesítésekről"
837
 
838
+ #: options/panel5.php:79
839
  msgid "Safely Uninstall"
840
  msgstr ""
841
 
842
+ #: options/panel5.php:83
843
  msgid ""
844
  "This option will allow you to delete the plugin with WordPress without "
845
  "loosing your subscribers. Any database table and plugin options are wipeout."
846
  msgstr ""
847
 
848
+ #: options/panel5.php:90
849
  msgid "days"
850
  msgstr "nap"
851
 
852
+ #: options/panel5.php:91
853
  msgid ""
854
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
855
  "this feature."
857
  "Meg nem erősített feliratkozások törlése X nap után. Nulla érték esetén "
858
  "nincs törlés."
859
 
860
+ #: options/panel5.php:100
861
+ msgid ""
862
+ "If this option is enable the subscription box will be above the submit "
863
+ "button in your comment form. Use this when your theme is outdated and using "
864
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
865
+ msgstr ""
866
+
867
+ #: options/panel5.php:109
868
  msgid ""
869
  "Send a notification email to confirm the subscription (to avoid addresses "
870
  "misuse)."
871
  msgstr ""
872
  "Megerősítő email küldés a feliratkozáshoz (helytelen email cím elkerüléshez)."
873
 
874
+ #: options/panel5.php:118
875
  msgid ""
876
  "Automatically subscribe authors to their own articles (not retroactive)."
877
  msgstr ""
878
  "Automatically subscribe authors to their own articles (not retroactive)."
879
 
880
+ #: options/panel5.php:127
881
  msgid ""
882
  "If enabled, will send email messages with content-type = text/html instead "
883
  "of text/plain"
885
  "Bekapcsolva az e-mail értesítéseknél a content-type = text/html lesz text/"
886
  "plain helyett"
887
 
888
+ #: options/panel5.php:132
889
  msgid "HTMLify links in emails"
890
  msgstr "HTML linkekké alakítás az e-mailekben"
891
 
892
+ #: options/panel5.php:137
893
  msgid ""
894
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
895
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
898
  "<code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> (csak ha a HTML e-mail be van "
899
  "kapcsolva)."
900
 
901
+ #: options/panel5.php:142
902
  msgid "Process trackbacks"
903
  msgstr "Trackback-ek feldolgozása"
904
 
905
+ #: options/panel5.php:146
906
  msgid ""
907
  "Notify users when a new trackback or pingback is added to the discussion."
908
  msgstr ""
909
  "Felhasználó értesítése, ha új trackback vagy pingback érkezik egy "
910
  "beszélgetéshez."
911
 
912
+ #: options/panel5.php:151
913
  msgid "Track all subscriptions"
914
  msgstr "Minden feliratkozás követése"
915
 
916
+ #: options/panel5.php:156
917
  msgid "Notify the administrator when users subscribe without commenting."
918
  msgstr ""
919
  "Adminisztrátori értesítés, ha valaki hozzászólás nélkül iratkozik fel "
920
  "értesítésre."
921
 
922
+ #: options/panel5.php:165
923
  msgid "Let the administrator subscribe to comments when logged in."
924
  msgstr "Az adminisztrátor bejelentkezve fel tudjon iratkoznu."
925
 
926
+ #: options/panel5.php:174
927
  msgid "Send a copy of all Notifications to the administrator."
928
  msgstr "Másolat küldés minden értesítésről az adminisztrátornak."
929
 
930
+ #: options/panel5.php:179
931
  msgid "StCR Unique Key"
932
  msgstr "StCR Unique Key"
933
 
934
+ #: options/panel5.php:184
935
  msgid "This Unique Key is not set, please click the following button to "
936
  msgstr "Nincs Unique Key (egyedi kulcs) beállítva. Kattints a következő gombra"
937
 
938
+ #: options/panel5.php:188 options/panel5.php:199
939
  msgid "Generate"
940
  msgstr "Generálás"
941
 
942
+ #: options/panel5.php:196
943
  msgid ""
944
  "This Unique Key will be use to send the notification to your subscribers "
945
  "with more security."
1055
  msgid "Invert selection"
1056
  msgstr "Fordított kiválasztás"
1057
 
1058
+ #: templates/author.php:73 templates/user.php:72
1059
+ msgid "Choose your action"
1060
+ msgstr ""
1061
+
1062
+ #: templates/author.php:76 templates/user.php:75
1063
  msgid "All comments"
1064
  msgstr "Minden új hozzászólás"
1065
 
1066
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1067
  msgid "Replies to my comments"
1068
  msgstr "Csak a válaszokra"
1069
 
1070
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1071
+ #: templates/user.php:84
1072
  msgid "No subscriptions match your search criteria."
1073
  msgstr "Nincs a keresésnek megfelelő feliratkozás."
1074
 
1078
  "enter your email below and a new link will be send."
1079
  msgstr ""
1080
 
1081
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1082
+ #: templates/subscribe.php:95
1083
  msgid "Send"
1084
  msgstr "Küldés"
1085
 
1086
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1087
  msgid "New subscription to"
1088
  msgstr "Új feliratkozás erre"
1089
 
1090
+ #: templates/subscribe.php:46
1091
  msgid "User:"
1092
  msgstr "Felhasználó:"
1093
 
1099
  msgid "You have request to manage another email address and this is forbidden."
1100
  msgstr ""
1101
 
1102
+ #: utils/stcr_manage.php:224
1103
  msgid ""
1104
  "Notify me of followup comments via e-mail. You can also <a "
1105
  "href='[subscribe_link]'>subscribe</a> without commenting."
1107
  "A hozzászólásokról email-ben kérek értesítést. <a "
1108
  "href='[subscribe_link]'>Feliratkozás</a> hozzászólás nélkül is lehetséges."
1109
 
1110
+ #: utils/stcr_manage.php:225
1111
  msgid ""
1112
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1113
  "subscriptions."
1115
  "Feliratkozva ehhez a bejegyzéshez. <a href='[manager_link]'Saját "
1116
  "feliratkozásaink kezelése</a>."
1117
 
1118
+ #: utils/stcr_manage.php:226
1119
  msgid ""
1120
  "Your subscription to this post needs to be confirmed. <a "
1121
  "href='[manager_link]'>Manage your subscriptions</a>."
1123
  "A feliratkozási szándékot meg kell erősíteni: <a "
1124
  "href='[manager_link]'>Feliratkozás kezelése</a>."
1125
 
1126
+ #: utils/stcr_manage.php:227
1127
  msgid ""
1128
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1129
  msgstr ""
1130
  "<a href='[manager_link]'>Saját feliratkozásunk kezelése</a> ennél a "
1131
  "bejegyzésnél."
1132
 
1133
+ #: utils/stcr_manage.php:233
1134
  msgid ""
1135
  "To manage your subscriptions, please enter your email address here below. We "
1136
  "will send you a message containing the link to access your personal "
1139
  "A feliratkozások kezeléséhez alul meg kell adni az email címet, amelyre "
1140
  "elküldjük azt a hivatkozást, amellyel a saját kezelési oldalra lehet belépni."
1141
 
1142
+ #: utils/stcr_manage.php:234
1143
  msgid ""
1144
  "Thank you for using our subscription service. Your request has been "
1145
  "completed, and you should receive an email with the management link in a few "
1148
  "Köszönjük, hogy használod az értesítőket. Néhány percen belül e-mailben "
1149
  "megkapot a beállításokhoz szükséges linked."
1150
 
1151
+ #: utils/stcr_manage.php:235
1152
  msgid ""
1153
  "You can follow the discussion on <strong>[post_title]</strong> without "
1154
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1159
  "Csak meg kell adni a saját email címet az alul található mezőbe, és máris "
1160
  "minden készen áll."
1161
 
1162
+ #: utils/stcr_manage.php:236
1163
  msgid ""
1164
  "Thank you for using our subscription service. Your request has been "
1165
  "completed. You will receive a notification email every time a new comment to "
1169
  "strong><br /> A kérést rögzítettük; minden egyes alkalommal küldünk egy "
1170
  "értesítést email címedre, amikor a bejegyzéshez új hozzászólás érkezik."
1171
 
1172
+ #: utils/stcr_manage.php:237
1173
  msgid ""
1174
  "Thank you for using our subscription service. In order to confirm your "
1175
  "request, please check your email for the verification message and follow the "
1178
  "Köszönjük, hogy használtad a feliratkozás szolgáltatásunkat! A kérésed "
1179
  "megerősítéséhez, kérjük ellenőrizd e-mailcímed, és kövesd az instrukciókat."
1180
 
1181
+ #: utils/stcr_manage.php:238
1182
  msgid ""
1183
  "In order to cancel or suspend one or more notifications, select the "
1184
  "corresponding checkbox(es) and click on the button at the end of the list."
1187
  "értesítést, majd a megfelelő állapotot és kattints az Értesítés frissítése "
1188
  "gombra."
1189
 
1190
+ #: utils/stcr_manage.php:239
1191
  msgid ""
1192
  "In order to cancel or suspend one or more notifications, select the "
1193
  "corresponding checkbox(es) and click on the button at the end of the list. "
1196
  "Az értesítések kikapcsolásához, megszűntetéséhez, válassz jelölőnégyzetet és "
1197
  "a lista végén kattints a megfelelő gombra. Jelenleg ezek az értesítéseid:"
1198
 
1199
+ #: utils/stcr_manage.php:243
1200
  msgid "There is a new comment to [post_title]"
1201
  msgstr "Új hozzászólás ehhez [post_title]"
1202
 
1203
+ #: utils/stcr_manage.php:244
1204
  msgid ""
1205
  "There is a new comment to [post_title].\n"
1206
  "Comment Link: [comment_permalink]\n"
1218
  "Permalink: [post_permalink]\n"
1219
  "Értesítési beállítások: [manager_link]"
1220
 
1221
+ #: utils/stcr_manage.php:245
1222
  msgid "Please confirm your subscription to [post_title]"
1223
  msgstr "Kérlek, erősítsd meg feliratkozásod erre [post_title]"
1224
 
1225
+ #: utils/stcr_manage.php:246
1226
  msgid ""
1227
  "You have requested to be notified every time a new comment is added to:\n"
1228
  "[post_permalink]\n"
1236
  "Kérlek, erősítsd meg a feliratkozást az alábbi linkre kattintva:\n"
1237
  "[confirm_link]"
1238
 
1239
+ #: utils/stcr_manage.php:247
1240
  msgid "Manage your subscriptions on [blog_name]"
1241
  msgstr "Ártesítés beállítások - [blog_name]"
1242
 
1243
+ #: utils/stcr_manage.php:248
1244
  msgid ""
1245
  "You have requested to manage your subscriptions to the articles on "
1246
  "[blog_name]. Please check the Subscriptions management link in your email"
1247
  msgstr ""
1248
 
1249
+ #: utils/stcr_manage.php:249
1250
  msgid ""
1251
  "You have requested to manage your subscriptions to the articles on "
1252
  "[blog_name]. Follow this link to access your personal page:\n"
1255
  "A [blog_name] oldal értesítési beállításainak elérése:\n"
1256
  "[manager_link]"
1257
 
1258
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1259
  msgid "StCR System"
1260
  msgstr ""
1261
 
1262
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1263
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1264
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1265
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1266
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1267
  msgid "You do not have sufficient permissions to access this page."
1268
  msgstr ""
1269
 
1270
+ #: utils/stcr_manage.php:765
1271
  msgid "Subscriptions"
1272
  msgstr "Feliratkozás"
1273
 
1274
+ #: utils/stcr_manage.php:821
1275
  msgid ""
1276
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1277
  msgstr ""
1278
  "Segítségre van szükséged, a Subscribe to Comments Reloaded használatához? "
1279
  "Látogasson el a hivatalos"
1280
 
1281
+ #: utils/stcr_manage.php:821
1282
  msgid "support forum"
1283
  msgstr "támogatói fórumra"
1284
 
1285
+ #: utils/stcr_manage.php:822
1286
  msgid "Feeling generous?"
1287
  msgstr "Nagylelkű napod van?"
1288
 
1289
+ #: utils/stcr_manage.php:822
1290
  msgid "Donate a few bucks!"
1291
  msgstr "Adakozz egy pár dolcsit!"
1292
 
1448
 
1449
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1450
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1451
+ #: utils/stcr_upgrade.php:492
1452
  msgid ""
1453
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1454
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1523
  "previous 160831 version."
1524
  msgstr ""
1525
 
1526
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1527
+ msgid "Settings"
1528
+ msgstr "Beállítások"
1529
+
1530
+ #: utils/stcr_upgrade.php:485
1531
+ msgid ""
1532
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1533
+ "160915"
1534
+ msgstr ""
1535
+
1536
+ #: utils/stcr_upgrade.php:486
1537
+ msgid "This version includes fixes and improvements, "
1538
+ msgstr ""
1539
+
1540
+ #: utils/stcr_upgrade.php:489
1541
+ msgid ""
1542
+ "<strong>Change</strong> the radio buttons in the management page for a "
1543
+ "dropdown."
1544
+ msgstr ""
1545
+
1546
+ #: utils/stcr_upgrade.php:490
1547
+ msgid ""
1548
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1549
+ msgstr ""
1550
+
1551
  #: utils/stcr_utils.php:195
1552
  msgid "StCR Notification"
1553
  msgstr "Értesítések"
1554
 
1555
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1556
  msgid "Don't subscribe"
1557
  msgstr "Nem iratkozom fel"
1558
 
1559
+ #: wp_subscribe_reloaded.php:1095
1560
  msgid "All"
1561
  msgstr "Mindenre"
1562
 
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: 2016-09-02 19:30-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:30-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "Language: it_IT\n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "Gestisci iscrizioni"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "Modulo per inviare commenti"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "Pagina di gestione"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "Notifiche"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "Opzioni"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr "Aiuto"
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr "Supporto"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr ""
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "Articolo:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Email"
@@ -298,8 +298,8 @@ msgstr ""
298
  msgid "Inactive"
299
  msgstr "Attiva"
300
 
301
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
302
- #: templates/user.php:70
303
  msgid "Delete"
304
  msgstr "Rimuovi"
305
 
@@ -319,7 +319,7 @@ msgstr "Azione:"
319
  msgid "Delete forever"
320
  msgstr "Cancella definitivamente"
321
 
322
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
323
  msgid "Suspend"
324
  msgstr "Sospendi"
325
 
@@ -331,11 +331,11 @@ msgstr "Attiva ed imposta ad Y"
331
  msgid "Activate and set to R"
332
  msgstr "Attiva ed imposta ad R"
333
 
334
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
335
  msgid "Activate"
336
  msgstr "Attiva"
337
 
338
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
339
  msgid "Update subscriptions"
340
  msgstr "Aggiorna iscrizioni"
341
 
@@ -388,28 +388,29 @@ msgid "Author label"
388
  msgstr "Descrizione per l'autore"
389
 
390
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
391
- #: options/panel5.php:18 options/panel5.php:60
392
  msgid "Your settings have been successfully updated."
393
  msgstr "La configurazione &egrave; stata aggiornata con successo."
394
 
395
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
396
- #: options/panel5.php:20 options/panel5.php:62
397
  msgid "There was an error updating the following fields:"
398
  msgstr ""
399
  "Si &egrave; verificato un errore nell'aggiornamento dei seguenti campi:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
403
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
404
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
405
  msgid "Yes"
406
  msgstr "Si"
407
 
408
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
409
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
410
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
411
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
412
- #: utils/stcr_manage.php:784
413
  msgid "No"
414
  msgstr "No"
415
 
@@ -518,7 +519,7 @@ msgstr ""
518
  "Testo da mostrare ad autori ed amministratori. Tag consentito: [manager_link]"
519
 
520
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
521
- #: options/panel5.php:195
522
  msgid "Save Changes"
523
  msgstr "Salva le opzioni"
524
 
@@ -795,57 +796,61 @@ msgstr "Oggetto dell'email di notifica. Tag consentito: [post_title]"
795
  msgid "Safetly Uninstall"
796
  msgstr ""
797
 
798
- #: options/panel5.php:31 options/panel5.php:84
799
  msgid "Autopurge requests"
800
  msgstr "Pulizia DB"
801
 
802
- #: options/panel5.php:34 options/panel5.php:93
803
  msgid "Enable double check"
804
  msgstr "Attiva doppia conferma"
805
 
806
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
807
  msgid "Subscribe authors"
808
  msgstr "Descrizione per gli iscritti"
809
 
810
- #: options/panel5.php:40 options/panel5.php:111
811
  msgid "Enable HTML emails"
812
  msgstr "Abilita email HTML"
813
 
814
- #: options/panel5.php:43
815
  msgid "HTMLify Links in HTML emails"
816
  msgstr ""
817
 
818
- #: options/panel5.php:46
819
  msgid "Send trackbacks"
820
  msgstr "Notifica trackbacks"
821
 
822
- #: options/panel5.php:49
823
  msgid "Notify admin"
824
  msgstr "Notifica amministratore"
825
 
826
- #: options/panel5.php:52 options/panel5.php:149
827
  msgid "Let admin subscribe"
828
  msgstr "Consenti iscrizione per admin"
829
 
830
- #: options/panel5.php:55 options/panel5.php:158
831
  msgid "BCC admin on Notifications"
832
  msgstr "Notifiche"
833
 
834
- #: options/panel5.php:76
835
  msgid "Safely Uninstall"
836
  msgstr ""
837
 
838
- #: options/panel5.php:80
839
  msgid ""
840
  "This option will allow you to delete the plugin with WordPress without "
841
  "loosing your subscribers. Any database table and plugin options are wipeout."
842
  msgstr ""
843
 
844
- #: options/panel5.php:87
845
  msgid "days"
846
  msgstr "giorni"
847
 
848
- #: options/panel5.php:88
849
  msgid ""
850
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
851
  "this feature."
@@ -853,7 +858,14 @@ msgstr ""
853
  "Cancella le iscrizioni non confermate dopo X giorni. Zero disabilita la "
854
  "funzione."
855
 
856
- #: options/panel5.php:97
 
 
 
 
 
 
 
857
  msgid ""
858
  "Send a notification email to confirm the subscription (to avoid addresses "
859
  "misuse)."
@@ -861,12 +873,12 @@ msgstr ""
861
  "Invia una email per confermare l'iscrizione ad un dato articolo (per evitare "
862
  "l'uso scorretto di indirizzi email di terzi)."
863
 
864
- #: options/panel5.php:106
865
  msgid ""
866
  "Automatically subscribe authors to their own articles (not retroactive)."
867
  msgstr ""
868
 
869
- #: options/panel5.php:115
870
  msgid ""
871
  "If enabled, will send email messages with content-type = text/html instead "
872
  "of text/plain"
@@ -874,58 +886,58 @@ msgstr ""
874
  "Se abilitato, invia messaggi email con il content-type = text/html invece "
875
  "che text/plain"
876
 
877
- #: options/panel5.php:120
878
  msgid "HTMLify links in emails"
879
  msgstr ""
880
 
881
- #: options/panel5.php:125
882
  msgid ""
883
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
884
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
885
  msgstr ""
886
 
887
- #: options/panel5.php:130
888
  msgid "Process trackbacks"
889
  msgstr "Notifica trackback"
890
 
891
- #: options/panel5.php:134
892
  msgid ""
893
  "Notify users when a new trackback or pingback is added to the discussion."
894
  msgstr ""
895
  "Invia una notifica anche per pingback e trackback aggiunti alla discussione."
896
 
897
- #: options/panel5.php:139
898
  msgid "Track all subscriptions"
899
  msgstr "Traccia iscrizioni"
900
 
901
- #: options/panel5.php:144
902
  msgid "Notify the administrator when users subscribe without commenting."
903
  msgstr ""
904
  "Notifica l'amministratore quando un utente si iscrive senza commentare."
905
 
906
- #: options/panel5.php:153
907
  msgid "Let the administrator subscribe to comments when logged in."
908
  msgstr ""
909
  "Consenti anche all'amministratore ed agli utenti registrati di iscriversi "
910
  "alle discussioni."
911
 
912
- #: options/panel5.php:162
913
  msgid "Send a copy of all Notifications to the administrator."
914
  msgstr ""
915
 
916
- #: options/panel5.php:167
917
  msgid "StCR Unique Key"
918
  msgstr ""
919
 
920
- #: options/panel5.php:172
921
  msgid "This Unique Key is not set, please click the following button to "
922
  msgstr ""
923
 
924
- #: options/panel5.php:176 options/panel5.php:187
925
  msgid "Generate"
926
  msgstr ""
927
 
928
- #: options/panel5.php:184
929
  msgid ""
930
  "This Unique Key will be use to send the notification to your subscribers "
931
  "with more security."
@@ -1040,16 +1052,20 @@ msgstr "Seleziona tutti"
1040
  msgid "Invert selection"
1041
  msgstr "Inverti la selezione"
1042
 
1043
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1044
  msgid "All comments"
1045
  msgstr ""
1046
 
1047
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1048
  msgid "Replies to my comments"
1049
  msgstr "Risposte ai miei commenti"
1050
 
1051
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1052
- #: templates/user.php:79
1053
  msgid "No subscriptions match your search criteria."
1054
  msgstr "Nessuna iscrizione corrispondente ai parametri di ricerca."
1055
 
@@ -1059,16 +1075,16 @@ msgid ""
1059
  "enter your email below and a new link will be send."
1060
  msgstr ""
1061
 
1062
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1063
- #: templates/subscribe.php:106
1064
  msgid "Send"
1065
  msgstr "Invia"
1066
 
1067
- #: templates/subscribe.php:43 templates/subscribe.php:44
1068
  msgid "New subscription to"
1069
  msgstr "Nuova iscrizione per"
1070
 
1071
- #: templates/subscribe.php:44
1072
  msgid "User:"
1073
  msgstr "Utente:"
1074
 
@@ -1080,7 +1096,7 @@ msgstr ""
1080
  msgid "You have request to manage another email address and this is forbidden."
1081
  msgstr ""
1082
 
1083
- #: utils/stcr_manage.php:246
1084
  msgid ""
1085
  "Notify me of followup comments via e-mail. You can also <a "
1086
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1088,7 +1104,7 @@ msgstr ""
1088
  "Ricevi un avviso se ci sono nuovi commenti. Oppure <a "
1089
  "href='[subscribe_link]'>iscriviti</a> senza commentare."
1090
 
1091
- #: utils/stcr_manage.php:247
1092
  msgid ""
1093
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1094
  "subscriptions."
@@ -1096,7 +1112,7 @@ msgstr ""
1096
  "Sei gi&agrave; iscritto a quest'articolo. Se vuoi, puoi <a "
1097
  "href='[manager_link]'>gestire</a> il tuo profilo."
1098
 
1099
- #: utils/stcr_manage.php:248
1100
  msgid ""
1101
  "Your subscription to this post needs to be confirmed. <a "
1102
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1104,13 +1120,13 @@ msgstr ""
1104
  "La tua iscrizione &egrave; in attesa di conferma. Se vuoi, puoi <a "
1105
  "href='[manager_link]'>gestire</a> il tuo profilo."
1106
 
1107
- #: utils/stcr_manage.php:249
1108
  msgid ""
1109
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1110
  msgstr ""
1111
  "Gestisci gli utenti <a href='[manager_link]'>iscritti</a> alla discussione."
1112
 
1113
- #: utils/stcr_manage.php:255
1114
  msgid ""
1115
  "To manage your subscriptions, please enter your email address here below. We "
1116
  "will send you a message containing the link to access your personal "
@@ -1120,7 +1136,7 @@ msgstr ""
1120
  "campo qui di seguito. Ti sar&agrave; inviato un messaggio contenente il link "
1121
  "per accedere alla tua area riservata."
1122
 
1123
- #: utils/stcr_manage.php:256
1124
  msgid ""
1125
  "Thank you for using our subscription service. Your request has been "
1126
  "completed, and you should receive an email with the management link in a few "
@@ -1131,7 +1147,7 @@ msgstr ""
1131
  "minuti. Al suo interno troverai il link personalizzato per accedere alla tua "
1132
  "area di gestione."
1133
 
1134
- #: utils/stcr_manage.php:257
1135
  msgid ""
1136
  "You can follow the discussion on <strong>[post_title]</strong> without "
1137
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1141,7 +1157,7 @@ msgstr ""
1141
  "lasciare un commento. Bello, no? Ti basta inserire il tuo indirizzo email "
1142
  "nel campo qui sotto e premere invio, al resto pensa il sistema."
1143
 
1144
- #: utils/stcr_manage.php:258
1145
  msgid ""
1146
  "Thank you for using our subscription service. Your request has been "
1147
  "completed. You will receive a notification email every time a new comment to "
@@ -1152,7 +1168,7 @@ msgstr ""
1152
  "un nuovo commento a quell'articolo viene approvato e pubblicato "
1153
  "dall'amministratore del sito."
1154
 
1155
- #: utils/stcr_manage.php:259
1156
  msgid ""
1157
  "Thank you for using our subscription service. In order to confirm your "
1158
  "request, please check your email for the verification message and follow the "
@@ -1162,7 +1178,7 @@ msgstr ""
1162
  "completare la tua richiesta, ti &egrave; stata inviata una email di "
1163
  "conferma. Segui le semplici istruzioni per verificare la tua identit&agrave;."
1164
 
1165
- #: utils/stcr_manage.php:260
1166
  msgid ""
1167
  "In order to cancel or suspend one or more notifications, select the "
1168
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1170,7 +1186,7 @@ msgstr ""
1170
  "Se desideri disdire o sospendere le tue notifiche, spunta la casella "
1171
  "corrispondente all'articolo e clicca sul pulsante in fondo alla lista."
1172
 
1173
- #: utils/stcr_manage.php:261
1174
  msgid ""
1175
  "In order to cancel or suspend one or more notifications, select the "
1176
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1180,11 +1196,11 @@ msgstr ""
1180
  "corrispondente all'articolo e clicca sul pulsante in fondo alla lista. Al "
1181
  "momento, risulti iscritto a:"
1182
 
1183
- #: utils/stcr_manage.php:265
1184
  msgid "There is a new comment to [post_title]"
1185
  msgstr "Nuovo commento per [post_title]"
1186
 
1187
- #: utils/stcr_manage.php:266
1188
  msgid ""
1189
  "There is a new comment to [post_title].\n"
1190
  "Comment Link: [comment_permalink]\n"
@@ -1203,11 +1219,11 @@ msgstr ""
1203
  "Permalink: [post_permalink]\n"
1204
  "Gestisci le tue iscrizioni: [manager_link]"
1205
 
1206
- #: utils/stcr_manage.php:267
1207
  msgid "Please confirm your subscription to [post_title]"
1208
  msgstr "Conferma la tua iscrizione a [post_title]"
1209
 
1210
- #: utils/stcr_manage.php:268
1211
  msgid ""
1212
  "You have requested to be notified every time a new comment is added to:\n"
1213
  "[post_permalink]\n"
@@ -1225,17 +1241,17 @@ msgstr ""
1225
  "Se credi di aver ricevuto questo messaggio per errore, ti preghiamo di "
1226
  "rispondere all'email per contattare l'amministratore."
1227
 
1228
- #: utils/stcr_manage.php:269
1229
  msgid "Manage your subscriptions on [blog_name]"
1230
  msgstr "Gestisci le tue iscrizioni su [blog_name]"
1231
 
1232
- #: utils/stcr_manage.php:270
1233
  msgid ""
1234
  "You have requested to manage your subscriptions to the articles on "
1235
  "[blog_name]. Please check the Subscriptions management link in your email"
1236
  msgstr ""
1237
 
1238
- #: utils/stcr_manage.php:271
1239
  msgid ""
1240
  "You have requested to manage your subscriptions to the articles on "
1241
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1246,37 +1262,37 @@ msgstr ""
1246
  "riservata:\n"
1247
  "[manager_link]"
1248
 
1249
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1250
  msgid "StCR System"
1251
  msgstr ""
1252
 
1253
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1254
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1255
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1256
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1257
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1258
  msgid "You do not have sufficient permissions to access this page."
1259
  msgstr ""
1260
 
1261
- #: utils/stcr_manage.php:755
1262
  msgid "Subscriptions"
1263
  msgstr "Iscrizione"
1264
 
1265
- #: utils/stcr_manage.php:811
1266
  msgid ""
1267
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1268
  msgstr ""
1269
  "Serve aiuto su come usare al meglio Subscribe to Comments Reloaded? Visita il"
1270
 
1271
- #: utils/stcr_manage.php:811
1272
  msgid "support forum"
1273
  msgstr "forum di supporto"
1274
 
1275
- #: utils/stcr_manage.php:812
1276
  msgid "Feeling generous?"
1277
  msgstr "Ti senti generoso?"
1278
 
1279
- #: utils/stcr_manage.php:812
1280
  msgid "Donate a few bucks!"
1281
  msgstr "Dona qualche euro!"
1282
 
@@ -1409,6 +1425,7 @@ msgstr ""
1409
 
1410
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1411
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1412
  msgid ""
1413
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1414
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1483,19 +1500,40 @@ msgid ""
1483
  "previous 160831 version."
1484
  msgstr ""
1485
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1486
  #: utils/stcr_utils.php:195
1487
  msgid "StCR Notification"
1488
  msgstr "Notifiche"
1489
 
1490
- #: wp_subscribe_reloaded.php:114
1491
- msgid "Settings"
1492
- msgstr ""
1493
-
1494
- #: wp_subscribe_reloaded.php:1086
1495
  msgid "Don't subscribe"
1496
  msgstr "Non iscrivermi"
1497
 
1498
- #: wp_subscribe_reloaded.php:1087
1499
  msgid "All"
1500
  msgstr "Tutti"
1501
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:07-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:07-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "Language: it_IT\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "Gestisci iscrizioni"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "Modulo per inviare commenti"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "Pagina di gestione"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "Notifiche"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "Opzioni"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr "Aiuto"
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr "Supporto"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr ""
52
 
60
  msgstr "Articolo:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Email"
298
  msgid "Inactive"
299
  msgstr "Attiva"
300
 
301
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
302
+ #: templates/user.php:73
303
  msgid "Delete"
304
  msgstr "Rimuovi"
305
 
319
  msgid "Delete forever"
320
  msgstr "Cancella definitivamente"
321
 
322
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
323
  msgid "Suspend"
324
  msgstr "Sospendi"
325
 
331
  msgid "Activate and set to R"
332
  msgstr "Attiva ed imposta ad R"
333
 
334
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
335
  msgid "Activate"
336
  msgstr "Attiva"
337
 
338
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
339
  msgid "Update subscriptions"
340
  msgstr "Aggiorna iscrizioni"
341
 
388
  msgstr "Descrizione per l'autore"
389
 
390
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
391
+ #: options/panel5.php:18 options/panel5.php:63
392
  msgid "Your settings have been successfully updated."
393
  msgstr "La configurazione &egrave; stata aggiornata con successo."
394
 
395
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
396
+ #: options/panel5.php:20 options/panel5.php:65
397
  msgid "There was an error updating the following fields:"
398
  msgstr ""
399
  "Si &egrave; verificato un errore nell'aggiornamento dei seguenti campi:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
403
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
404
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
405
+ #: options/panel5.php:172
406
  msgid "Yes"
407
  msgstr "Si"
408
 
409
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
410
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
411
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
412
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
413
+ #: options/panel5.php:173 utils/stcr_manage.php:794
414
  msgid "No"
415
  msgstr "No"
416
 
519
  "Testo da mostrare ad autori ed amministratori. Tag consentito: [manager_link]"
520
 
521
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
522
+ #: options/panel5.php:207
523
  msgid "Save Changes"
524
  msgstr "Salva le opzioni"
525
 
796
  msgid "Safetly Uninstall"
797
  msgstr ""
798
 
799
+ #: options/panel5.php:31 options/panel5.php:87
800
  msgid "Autopurge requests"
801
  msgstr "Pulizia DB"
802
 
803
+ #: options/panel5.php:34 options/panel5.php:105
804
  msgid "Enable double check"
805
  msgstr "Attiva doppia conferma"
806
 
807
+ #: options/panel5.php:37 options/panel5.php:96
808
+ msgid "StCR Position"
809
+ msgstr ""
810
+
811
+ #: options/panel5.php:40 options/panel5.php:113
812
  msgid "Subscribe authors"
813
  msgstr "Descrizione per gli iscritti"
814
 
815
+ #: options/panel5.php:43 options/panel5.php:123
816
  msgid "Enable HTML emails"
817
  msgstr "Abilita email HTML"
818
 
819
+ #: options/panel5.php:46
820
  msgid "HTMLify Links in HTML emails"
821
  msgstr ""
822
 
823
+ #: options/panel5.php:49
824
  msgid "Send trackbacks"
825
  msgstr "Notifica trackbacks"
826
 
827
+ #: options/panel5.php:52
828
  msgid "Notify admin"
829
  msgstr "Notifica amministratore"
830
 
831
+ #: options/panel5.php:55 options/panel5.php:161
832
  msgid "Let admin subscribe"
833
  msgstr "Consenti iscrizione per admin"
834
 
835
+ #: options/panel5.php:58 options/panel5.php:170
836
  msgid "BCC admin on Notifications"
837
  msgstr "Notifiche"
838
 
839
+ #: options/panel5.php:79
840
  msgid "Safely Uninstall"
841
  msgstr ""
842
 
843
+ #: options/panel5.php:83
844
  msgid ""
845
  "This option will allow you to delete the plugin with WordPress without "
846
  "loosing your subscribers. Any database table and plugin options are wipeout."
847
  msgstr ""
848
 
849
+ #: options/panel5.php:90
850
  msgid "days"
851
  msgstr "giorni"
852
 
853
+ #: options/panel5.php:91
854
  msgid ""
855
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
856
  "this feature."
858
  "Cancella le iscrizioni non confermate dopo X giorni. Zero disabilita la "
859
  "funzione."
860
 
861
+ #: options/panel5.php:100
862
+ msgid ""
863
+ "If this option is enable the subscription box will be above the submit "
864
+ "button in your comment form. Use this when your theme is outdated and using "
865
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
866
+ msgstr ""
867
+
868
+ #: options/panel5.php:109
869
  msgid ""
870
  "Send a notification email to confirm the subscription (to avoid addresses "
871
  "misuse)."
873
  "Invia una email per confermare l'iscrizione ad un dato articolo (per evitare "
874
  "l'uso scorretto di indirizzi email di terzi)."
875
 
876
+ #: options/panel5.php:118
877
  msgid ""
878
  "Automatically subscribe authors to their own articles (not retroactive)."
879
  msgstr ""
880
 
881
+ #: options/panel5.php:127
882
  msgid ""
883
  "If enabled, will send email messages with content-type = text/html instead "
884
  "of text/plain"
886
  "Se abilitato, invia messaggi email con il content-type = text/html invece "
887
  "che text/plain"
888
 
889
+ #: options/panel5.php:132
890
  msgid "HTMLify links in emails"
891
  msgstr ""
892
 
893
+ #: options/panel5.php:137
894
  msgid ""
895
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
896
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
897
  msgstr ""
898
 
899
+ #: options/panel5.php:142
900
  msgid "Process trackbacks"
901
  msgstr "Notifica trackback"
902
 
903
+ #: options/panel5.php:146
904
  msgid ""
905
  "Notify users when a new trackback or pingback is added to the discussion."
906
  msgstr ""
907
  "Invia una notifica anche per pingback e trackback aggiunti alla discussione."
908
 
909
+ #: options/panel5.php:151
910
  msgid "Track all subscriptions"
911
  msgstr "Traccia iscrizioni"
912
 
913
+ #: options/panel5.php:156
914
  msgid "Notify the administrator when users subscribe without commenting."
915
  msgstr ""
916
  "Notifica l'amministratore quando un utente si iscrive senza commentare."
917
 
918
+ #: options/panel5.php:165
919
  msgid "Let the administrator subscribe to comments when logged in."
920
  msgstr ""
921
  "Consenti anche all'amministratore ed agli utenti registrati di iscriversi "
922
  "alle discussioni."
923
 
924
+ #: options/panel5.php:174
925
  msgid "Send a copy of all Notifications to the administrator."
926
  msgstr ""
927
 
928
+ #: options/panel5.php:179
929
  msgid "StCR Unique Key"
930
  msgstr ""
931
 
932
+ #: options/panel5.php:184
933
  msgid "This Unique Key is not set, please click the following button to "
934
  msgstr ""
935
 
936
+ #: options/panel5.php:188 options/panel5.php:199
937
  msgid "Generate"
938
  msgstr ""
939
 
940
+ #: options/panel5.php:196
941
  msgid ""
942
  "This Unique Key will be use to send the notification to your subscribers "
943
  "with more security."
1052
  msgid "Invert selection"
1053
  msgstr "Inverti la selezione"
1054
 
1055
+ #: templates/author.php:73 templates/user.php:72
1056
+ msgid "Choose your action"
1057
+ msgstr ""
1058
+
1059
+ #: templates/author.php:76 templates/user.php:75
1060
  msgid "All comments"
1061
  msgstr ""
1062
 
1063
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1064
  msgid "Replies to my comments"
1065
  msgstr "Risposte ai miei commenti"
1066
 
1067
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1068
+ #: templates/user.php:84
1069
  msgid "No subscriptions match your search criteria."
1070
  msgstr "Nessuna iscrizione corrispondente ai parametri di ricerca."
1071
 
1075
  "enter your email below and a new link will be send."
1076
  msgstr ""
1077
 
1078
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1079
+ #: templates/subscribe.php:95
1080
  msgid "Send"
1081
  msgstr "Invia"
1082
 
1083
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1084
  msgid "New subscription to"
1085
  msgstr "Nuova iscrizione per"
1086
 
1087
+ #: templates/subscribe.php:46
1088
  msgid "User:"
1089
  msgstr "Utente:"
1090
 
1096
  msgid "You have request to manage another email address and this is forbidden."
1097
  msgstr ""
1098
 
1099
+ #: utils/stcr_manage.php:224
1100
  msgid ""
1101
  "Notify me of followup comments via e-mail. You can also <a "
1102
  "href='[subscribe_link]'>subscribe</a> without commenting."
1104
  "Ricevi un avviso se ci sono nuovi commenti. Oppure <a "
1105
  "href='[subscribe_link]'>iscriviti</a> senza commentare."
1106
 
1107
+ #: utils/stcr_manage.php:225
1108
  msgid ""
1109
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1110
  "subscriptions."
1112
  "Sei gi&agrave; iscritto a quest'articolo. Se vuoi, puoi <a "
1113
  "href='[manager_link]'>gestire</a> il tuo profilo."
1114
 
1115
+ #: utils/stcr_manage.php:226
1116
  msgid ""
1117
  "Your subscription to this post needs to be confirmed. <a "
1118
  "href='[manager_link]'>Manage your subscriptions</a>."
1120
  "La tua iscrizione &egrave; in attesa di conferma. Se vuoi, puoi <a "
1121
  "href='[manager_link]'>gestire</a> il tuo profilo."
1122
 
1123
+ #: utils/stcr_manage.php:227
1124
  msgid ""
1125
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1126
  msgstr ""
1127
  "Gestisci gli utenti <a href='[manager_link]'>iscritti</a> alla discussione."
1128
 
1129
+ #: utils/stcr_manage.php:233
1130
  msgid ""
1131
  "To manage your subscriptions, please enter your email address here below. We "
1132
  "will send you a message containing the link to access your personal "
1136
  "campo qui di seguito. Ti sar&agrave; inviato un messaggio contenente il link "
1137
  "per accedere alla tua area riservata."
1138
 
1139
+ #: utils/stcr_manage.php:234
1140
  msgid ""
1141
  "Thank you for using our subscription service. Your request has been "
1142
  "completed, and you should receive an email with the management link in a few "
1147
  "minuti. Al suo interno troverai il link personalizzato per accedere alla tua "
1148
  "area di gestione."
1149
 
1150
+ #: utils/stcr_manage.php:235
1151
  msgid ""
1152
  "You can follow the discussion on <strong>[post_title]</strong> without "
1153
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1157
  "lasciare un commento. Bello, no? Ti basta inserire il tuo indirizzo email "
1158
  "nel campo qui sotto e premere invio, al resto pensa il sistema."
1159
 
1160
+ #: utils/stcr_manage.php:236
1161
  msgid ""
1162
  "Thank you for using our subscription service. Your request has been "
1163
  "completed. You will receive a notification email every time a new comment to "
1168
  "un nuovo commento a quell'articolo viene approvato e pubblicato "
1169
  "dall'amministratore del sito."
1170
 
1171
+ #: utils/stcr_manage.php:237
1172
  msgid ""
1173
  "Thank you for using our subscription service. In order to confirm your "
1174
  "request, please check your email for the verification message and follow the "
1178
  "completare la tua richiesta, ti &egrave; stata inviata una email di "
1179
  "conferma. Segui le semplici istruzioni per verificare la tua identit&agrave;."
1180
 
1181
+ #: utils/stcr_manage.php:238
1182
  msgid ""
1183
  "In order to cancel or suspend one or more notifications, select the "
1184
  "corresponding checkbox(es) and click on the button at the end of the list."
1186
  "Se desideri disdire o sospendere le tue notifiche, spunta la casella "
1187
  "corrispondente all'articolo e clicca sul pulsante in fondo alla lista."
1188
 
1189
+ #: utils/stcr_manage.php:239
1190
  msgid ""
1191
  "In order to cancel or suspend one or more notifications, select the "
1192
  "corresponding checkbox(es) and click on the button at the end of the list. "
1196
  "corrispondente all'articolo e clicca sul pulsante in fondo alla lista. Al "
1197
  "momento, risulti iscritto a:"
1198
 
1199
+ #: utils/stcr_manage.php:243
1200
  msgid "There is a new comment to [post_title]"
1201
  msgstr "Nuovo commento per [post_title]"
1202
 
1203
+ #: utils/stcr_manage.php:244
1204
  msgid ""
1205
  "There is a new comment to [post_title].\n"
1206
  "Comment Link: [comment_permalink]\n"
1219
  "Permalink: [post_permalink]\n"
1220
  "Gestisci le tue iscrizioni: [manager_link]"
1221
 
1222
+ #: utils/stcr_manage.php:245
1223
  msgid "Please confirm your subscription to [post_title]"
1224
  msgstr "Conferma la tua iscrizione a [post_title]"
1225
 
1226
+ #: utils/stcr_manage.php:246
1227
  msgid ""
1228
  "You have requested to be notified every time a new comment is added to:\n"
1229
  "[post_permalink]\n"
1241
  "Se credi di aver ricevuto questo messaggio per errore, ti preghiamo di "
1242
  "rispondere all'email per contattare l'amministratore."
1243
 
1244
+ #: utils/stcr_manage.php:247
1245
  msgid "Manage your subscriptions on [blog_name]"
1246
  msgstr "Gestisci le tue iscrizioni su [blog_name]"
1247
 
1248
+ #: utils/stcr_manage.php:248
1249
  msgid ""
1250
  "You have requested to manage your subscriptions to the articles on "
1251
  "[blog_name]. Please check the Subscriptions management link in your email"
1252
  msgstr ""
1253
 
1254
+ #: utils/stcr_manage.php:249
1255
  msgid ""
1256
  "You have requested to manage your subscriptions to the articles on "
1257
  "[blog_name]. Follow this link to access your personal page:\n"
1262
  "riservata:\n"
1263
  "[manager_link]"
1264
 
1265
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1266
  msgid "StCR System"
1267
  msgstr ""
1268
 
1269
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1270
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1271
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1272
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1273
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1274
  msgid "You do not have sufficient permissions to access this page."
1275
  msgstr ""
1276
 
1277
+ #: utils/stcr_manage.php:765
1278
  msgid "Subscriptions"
1279
  msgstr "Iscrizione"
1280
 
1281
+ #: utils/stcr_manage.php:821
1282
  msgid ""
1283
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1284
  msgstr ""
1285
  "Serve aiuto su come usare al meglio Subscribe to Comments Reloaded? Visita il"
1286
 
1287
+ #: utils/stcr_manage.php:821
1288
  msgid "support forum"
1289
  msgstr "forum di supporto"
1290
 
1291
+ #: utils/stcr_manage.php:822
1292
  msgid "Feeling generous?"
1293
  msgstr "Ti senti generoso?"
1294
 
1295
+ #: utils/stcr_manage.php:822
1296
  msgid "Donate a few bucks!"
1297
  msgstr "Dona qualche euro!"
1298
 
1425
 
1426
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1427
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1428
+ #: utils/stcr_upgrade.php:492
1429
  msgid ""
1430
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1431
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1500
  "previous 160831 version."
1501
  msgstr ""
1502
 
1503
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1504
+ msgid "Settings"
1505
+ msgstr ""
1506
+
1507
+ #: utils/stcr_upgrade.php:485
1508
+ msgid ""
1509
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1510
+ "160915"
1511
+ msgstr ""
1512
+
1513
+ #: utils/stcr_upgrade.php:486
1514
+ msgid "This version includes fixes and improvements, "
1515
+ msgstr ""
1516
+
1517
+ #: utils/stcr_upgrade.php:489
1518
+ msgid ""
1519
+ "<strong>Change</strong> the radio buttons in the management page for a "
1520
+ "dropdown."
1521
+ msgstr ""
1522
+
1523
+ #: utils/stcr_upgrade.php:490
1524
+ msgid ""
1525
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1526
+ msgstr ""
1527
+
1528
  #: utils/stcr_utils.php:195
1529
  msgid "StCR Notification"
1530
  msgstr "Notifiche"
1531
 
1532
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1533
  msgid "Don't subscribe"
1534
  msgstr "Non iscrivermi"
1535
 
1536
+ #: wp_subscribe_reloaded.php:1095
1537
  msgid "All"
1538
  msgstr "Tutti"
1539
 
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: 2016-09-02 19:31-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:31-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Odd Henriksen <odd@henriksen.cx>\n"
9
  "Language: nb_NO\n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "Administrere abonnement"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "Kommentarfelt"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "Administrasjonsside"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "Emnefelt i varselmelding"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "Alternativer"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr ""
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr "Support"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr ""
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "Rader:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "E-post"
@@ -298,8 +298,8 @@ msgstr ""
298
  msgid "Inactive"
299
  msgstr "Handling"
300
 
301
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
302
- #: templates/user.php:70
303
  msgid "Delete"
304
  msgstr "Fjern"
305
 
@@ -319,7 +319,7 @@ msgstr "Handling:"
319
  msgid "Delete forever"
320
  msgstr "Slett permanent"
321
 
322
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
323
  msgid "Suspend"
324
  msgstr "Deaktiver"
325
 
@@ -331,11 +331,11 @@ msgstr ""
331
  msgid "Activate and set to R"
332
  msgstr ""
333
 
334
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
335
  msgid "Activate"
336
  msgstr ""
337
 
338
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
339
  msgid "Update subscriptions"
340
  msgstr "Oppdater abonnement"
341
 
@@ -388,27 +388,28 @@ msgid "Author label"
388
  msgstr "Etikett forfatter"
389
 
390
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
391
- #: options/panel5.php:18 options/panel5.php:60
392
  msgid "Your settings have been successfully updated."
393
  msgstr "Dine innstillinger har blitt vellykket oppdatert."
394
 
395
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
396
- #: options/panel5.php:20 options/panel5.php:62
397
  msgid "There was an error updating the following fields:"
398
  msgstr "Det oppsto en feil ved oppdatering av følgende felter:"
399
 
400
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
401
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
402
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
403
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
404
  msgid "Yes"
405
  msgstr "Ja"
406
 
407
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
408
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
409
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
410
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
411
- #: utils/stcr_manage.php:784
412
  msgid "No"
413
  msgstr "Nei"
414
 
@@ -513,7 +514,7 @@ msgstr ""
513
  "[manager_link]"
514
 
515
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
516
- #: options/panel5.php:195
517
  msgid "Save Changes"
518
  msgstr "Lagre endringer"
519
 
@@ -776,57 +777,61 @@ msgstr "Emnefelt i bekreftelsesmeldingen. Tillatte elementer: [post_title]"
776
  msgid "Safetly Uninstall"
777
  msgstr ""
778
 
779
- #: options/panel5.php:31 options/panel5.php:84
780
  msgid "Autopurge requests"
781
  msgstr "Automatisk utløp av forespørsler"
782
 
783
- #: options/panel5.php:34 options/panel5.php:93
784
  msgid "Enable double check"
785
  msgstr "Aktiver bekreftelse per e-post"
786
 
787
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
788
  msgid "Subscribe authors"
789
  msgstr "Abonnert"
790
 
791
- #: options/panel5.php:40 options/panel5.php:111
792
  msgid "Enable HTML emails"
793
  msgstr ""
794
 
795
- #: options/panel5.php:43
796
  msgid "HTMLify Links in HTML emails"
797
  msgstr ""
798
 
799
- #: options/panel5.php:46
800
  msgid "Send trackbacks"
801
  msgstr "Send for tilbakesporinger"
802
 
803
- #: options/panel5.php:49
804
  msgid "Notify admin"
805
  msgstr "Varsle administratorer"
806
 
807
- #: options/panel5.php:52 options/panel5.php:149
808
  msgid "Let admin subscribe"
809
  msgstr "La administrator abonnere"
810
 
811
- #: options/panel5.php:55 options/panel5.php:158
812
  msgid "BCC admin on Notifications"
813
  msgstr "Emnefelt i varselmelding"
814
 
815
- #: options/panel5.php:76
816
  msgid "Safely Uninstall"
817
  msgstr ""
818
 
819
- #: options/panel5.php:80
820
  msgid ""
821
  "This option will allow you to delete the plugin with WordPress without "
822
  "loosing your subscribers. Any database table and plugin options are wipeout."
823
  msgstr ""
824
 
825
- #: options/panel5.php:87
826
  msgid "days"
827
  msgstr "dager"
828
 
829
- #: options/panel5.php:88
830
  msgid ""
831
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
832
  "this feature."
@@ -834,7 +839,14 @@ msgstr ""
834
  "Slett ventende forespørsler (ubekreftede) etter X dager. Bruk null for å "
835
  "deaktivere denne funksjonen."
836
 
837
- #: options/panel5.php:97
 
 
 
 
 
 
 
838
  msgid ""
839
  "Send a notification email to confirm the subscription (to avoid addresses "
840
  "misuse)."
@@ -842,67 +854,67 @@ msgstr ""
842
  "Send bekreftelsesmelding per e-post for å bekrefte abonnement (for å "
843
  "bekjempe uautorisert registrering av e-postadresser)."
844
 
845
- #: options/panel5.php:106
846
  msgid ""
847
  "Automatically subscribe authors to their own articles (not retroactive)."
848
  msgstr ""
849
 
850
- #: options/panel5.php:115
851
  msgid ""
852
  "If enabled, will send email messages with content-type = text/html instead "
853
  "of text/plain"
854
  msgstr ""
855
 
856
- #: options/panel5.php:120
857
  msgid "HTMLify links in emails"
858
  msgstr ""
859
 
860
- #: options/panel5.php:125
861
  msgid ""
862
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
863
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
864
  msgstr ""
865
 
866
- #: options/panel5.php:130
867
  msgid "Process trackbacks"
868
  msgstr "Send for tilbakesporinger"
869
 
870
- #: options/panel5.php:134
871
  msgid ""
872
  "Notify users when a new trackback or pingback is added to the discussion."
873
  msgstr ""
874
  "Varsle abonnenter også når en tilbakesporing eller et tilbakeping "
875
  "registreres."
876
 
877
- #: options/panel5.php:139
878
  msgid "Track all subscriptions"
879
  msgstr "Spor alle abonnementspåmeldinger"
880
 
881
- #: options/panel5.php:144
882
  msgid "Notify the administrator when users subscribe without commenting."
883
  msgstr "Varsle administrator når brukere abonnerer uten å kommentere."
884
 
885
- #: options/panel5.php:153
886
  msgid "Let the administrator subscribe to comments when logged in."
887
  msgstr "La også innlogget administrator abonnere på kommentarer."
888
 
889
- #: options/panel5.php:162
890
  msgid "Send a copy of all Notifications to the administrator."
891
  msgstr ""
892
 
893
- #: options/panel5.php:167
894
  msgid "StCR Unique Key"
895
  msgstr ""
896
 
897
- #: options/panel5.php:172
898
  msgid "This Unique Key is not set, please click the following button to "
899
  msgstr ""
900
 
901
- #: options/panel5.php:176 options/panel5.php:187
902
  msgid "Generate"
903
  msgstr ""
904
 
905
- #: options/panel5.php:184
906
  msgid ""
907
  "This Unique Key will be use to send the notification to your subscribers "
908
  "with more security."
@@ -1014,16 +1026,20 @@ msgstr "Velg alle"
1014
  msgid "Invert selection"
1015
  msgstr "Inverter utvalg"
1016
 
1017
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1018
  msgid "All comments"
1019
  msgstr ""
1020
 
1021
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1022
  msgid "Replies to my comments"
1023
  msgstr ""
1024
 
1025
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1026
- #: templates/user.php:79
1027
  msgid "No subscriptions match your search criteria."
1028
  msgstr ""
1029
 
@@ -1033,16 +1049,16 @@ msgid ""
1033
  "enter your email below and a new link will be send."
1034
  msgstr ""
1035
 
1036
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1037
- #: templates/subscribe.php:106
1038
  msgid "Send"
1039
  msgstr "Send"
1040
 
1041
- #: templates/subscribe.php:43 templates/subscribe.php:44
1042
  msgid "New subscription to"
1043
  msgstr "Nytt abonnement på"
1044
 
1045
- #: templates/subscribe.php:44
1046
  msgid "User:"
1047
  msgstr "Bruker:"
1048
 
@@ -1054,7 +1070,7 @@ msgstr ""
1054
  msgid "You have request to manage another email address and this is forbidden."
1055
  msgstr ""
1056
 
1057
- #: utils/stcr_manage.php:246
1058
  msgid ""
1059
  "Notify me of followup comments via e-mail. You can also <a "
1060
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1062,7 +1078,7 @@ msgstr ""
1062
  "Varsle meg om nye kommentarer via e-post. Du kan også <a "
1063
  "href='[subscribe_link]'>abonnere</a> uten å legge inn en kommentar selv."
1064
 
1065
- #: utils/stcr_manage.php:247
1066
  msgid ""
1067
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1068
  "subscriptions."
@@ -1070,7 +1086,7 @@ msgstr ""
1070
  "Du abonnerer på dette innlegget. <a href='[manager_link]'>Klikk her</a> for "
1071
  "å administrere dine abonnement."
1072
 
1073
- #: utils/stcr_manage.php:248
1074
  msgid ""
1075
  "Your subscription to this post needs to be confirmed. <a "
1076
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1078,14 +1094,14 @@ msgstr ""
1078
  "Ditt abonnement på dette innlegget må bekreftes. <a "
1079
  "href='[manager_link]'>Klikk her</a> for å administrere dine abonnement."
1080
 
1081
- #: utils/stcr_manage.php:249
1082
  msgid ""
1083
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1084
  msgstr ""
1085
  "<a href='[manager_link]'>Klikk her</a> for å administrere "
1086
  "varslingsabonnementene for dette innlegget."
1087
 
1088
- #: utils/stcr_manage.php:255
1089
  msgid ""
1090
  "To manage your subscriptions, please enter your email address here below. We "
1091
  "will send you a message containing the link to access your personal "
@@ -1095,7 +1111,7 @@ msgstr ""
1095
  "nedenfor. Du vil så bli tilsendt en e-postmelding med en link til en side "
1096
  "hvor du kan administrere abonnementene dine."
1097
 
1098
- #: utils/stcr_manage.php:256
1099
  msgid ""
1100
  "Thank you for using our subscription service. Your request has been "
1101
  "completed, and you should receive an email with the management link in a few "
@@ -1105,7 +1121,7 @@ msgstr ""
1105
  "Innen få minutter skal du motta en e-postmelding med linken til "
1106
  "administrasjonssiden."
1107
 
1108
- #: utils/stcr_manage.php:257
1109
  msgid ""
1110
  "You can follow the discussion on <strong>[post_title]</strong> without "
1111
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1115,7 +1131,7 @@ msgstr ""
1115
  "måtte legge igjen en kommentar selv. Snedig, ikke sant? Bare skriv inn e-"
1116
  "postadressen din nedenfor."
1117
 
1118
- #: utils/stcr_manage.php:258
1119
  msgid ""
1120
  "Thank you for using our subscription service. Your request has been "
1121
  "completed. You will receive a notification email every time a new comment to "
@@ -1125,7 +1141,7 @@ msgstr ""
1125
  "Du vil motta en varsel per e-post hver gang en ny kommentar til dette "
1126
  "innlegget blir godkjent av administratoren for nettstedet."
1127
 
1128
- #: utils/stcr_manage.php:259
1129
  msgid ""
1130
  "Thank you for using our subscription service. In order to confirm your "
1131
  "request, please check your email for the verification message and follow the "
@@ -1135,7 +1151,7 @@ msgstr ""
1135
  "ved å følge instruksjonene i bekreftelsesmeldingen du nettopp er blitt "
1136
  "tilsendt. Det kan ta et par minutter før meldingen kommer frem."
1137
 
1138
- #: utils/stcr_manage.php:260
1139
  msgid ""
1140
  "In order to cancel or suspend one or more notifications, select the "
1141
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1144,7 +1160,7 @@ msgstr ""
1144
  "kryss i korresponderende avkrysningsboks, velg handling og klikk på knappen "
1145
  "for å lagre endringene i dine abonnement."
1146
 
1147
- #: utils/stcr_manage.php:261
1148
  msgid ""
1149
  "In order to cancel or suspend one or more notifications, select the "
1150
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1155,11 +1171,11 @@ msgstr ""
1155
  "for å lagre endringene i dine abonnement. For øyeblikket abonnerer du på "
1156
  "følgende:"
1157
 
1158
- #: utils/stcr_manage.php:265
1159
  msgid "There is a new comment to [post_title]"
1160
  msgstr "Det er kommet en ny kommentar til [post_title]"
1161
 
1162
- #: utils/stcr_manage.php:266
1163
  msgid ""
1164
  "There is a new comment to [post_title].\n"
1165
  "Comment Link: [comment_permalink]\n"
@@ -1179,11 +1195,11 @@ msgstr ""
1179
  "\n"
1180
  "For å administrere hvilke varslinger du mottar: [manager_link]"
1181
 
1182
- #: utils/stcr_manage.php:267
1183
  msgid "Please confirm your subscription to [post_title]"
1184
  msgstr "Vennligst bekreft ditt abonnement på [post_title]"
1185
 
1186
- #: utils/stcr_manage.php:268
1187
  msgid ""
1188
  "You have requested to be notified every time a new comment is added to:\n"
1189
  "[post_permalink]\n"
@@ -1200,17 +1216,17 @@ msgstr ""
1200
  "Dersom adressen ovenfor ikke kan klikkes på, vennligst kopier den og lim den "
1201
  "inn i adresselinjen i nettleseren din."
1202
 
1203
- #: utils/stcr_manage.php:269
1204
  msgid "Manage your subscriptions on [blog_name]"
1205
  msgstr "Administrer dine abonnement på [blog_name]"
1206
 
1207
- #: utils/stcr_manage.php:270
1208
  msgid ""
1209
  "You have requested to manage your subscriptions to the articles on "
1210
  "[blog_name]. Please check the Subscriptions management link in your email"
1211
  msgstr ""
1212
 
1213
- #: utils/stcr_manage.php:271
1214
  msgid ""
1215
  "You have requested to manage your subscriptions to the articles on "
1216
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1220,38 +1236,38 @@ msgstr ""
1220
  "Følg denne linken for å komme til din personlige administrasjonsside:\n"
1221
  "[manager_link]"
1222
 
1223
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1224
  msgid "StCR System"
1225
  msgstr ""
1226
 
1227
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1228
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1229
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1230
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1231
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1232
  msgid "You do not have sufficient permissions to access this page."
1233
  msgstr ""
1234
 
1235
- #: utils/stcr_manage.php:755
1236
  msgid "Subscriptions"
1237
  msgstr "Administrere abonnement"
1238
 
1239
- #: utils/stcr_manage.php:811
1240
  msgid ""
1241
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1242
  msgstr ""
1243
  "Trenger du hjelp med bruk av Subscribe to Comments Reloaded? Besøk det "
1244
  "offisielle"
1245
 
1246
- #: utils/stcr_manage.php:811
1247
  msgid "support forum"
1248
  msgstr "supportforumet"
1249
 
1250
- #: utils/stcr_manage.php:812
1251
  msgid "Feeling generous?"
1252
  msgstr "Føler du deg generøs?"
1253
 
1254
- #: utils/stcr_manage.php:812
1255
  msgid "Donate a few bucks!"
1256
  msgstr "Doner noen dollar!"
1257
 
@@ -1384,6 +1400,7 @@ msgstr ""
1384
 
1385
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1386
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1387
  msgid ""
1388
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1389
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1458,19 +1475,40 @@ msgid ""
1458
  "previous 160831 version."
1459
  msgstr ""
1460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1461
  #: utils/stcr_utils.php:195
1462
  msgid "StCR Notification"
1463
  msgstr "Emnefelt i varselmelding"
1464
 
1465
- #: wp_subscribe_reloaded.php:114
1466
- msgid "Settings"
1467
- msgstr ""
1468
-
1469
- #: wp_subscribe_reloaded.php:1086
1470
  msgid "Don't subscribe"
1471
  msgstr "La administrator abonnere"
1472
 
1473
- #: wp_subscribe_reloaded.php:1087
1474
  msgid "All"
1475
  msgstr ""
1476
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:07-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:07-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Odd Henriksen <odd@henriksen.cx>\n"
9
  "Language: nb_NO\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "Administrere abonnement"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "Kommentarfelt"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "Administrasjonsside"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "Emnefelt i varselmelding"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "Alternativer"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr ""
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr "Support"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr ""
52
 
60
  msgstr "Rader:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "E-post"
298
  msgid "Inactive"
299
  msgstr "Handling"
300
 
301
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
302
+ #: templates/user.php:73
303
  msgid "Delete"
304
  msgstr "Fjern"
305
 
319
  msgid "Delete forever"
320
  msgstr "Slett permanent"
321
 
322
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
323
  msgid "Suspend"
324
  msgstr "Deaktiver"
325
 
331
  msgid "Activate and set to R"
332
  msgstr ""
333
 
334
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
335
  msgid "Activate"
336
  msgstr ""
337
 
338
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
339
  msgid "Update subscriptions"
340
  msgstr "Oppdater abonnement"
341
 
388
  msgstr "Etikett forfatter"
389
 
390
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
391
+ #: options/panel5.php:18 options/panel5.php:63
392
  msgid "Your settings have been successfully updated."
393
  msgstr "Dine innstillinger har blitt vellykket oppdatert."
394
 
395
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
396
+ #: options/panel5.php:20 options/panel5.php:65
397
  msgid "There was an error updating the following fields:"
398
  msgstr "Det oppsto en feil ved oppdatering av følgende felter:"
399
 
400
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
401
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
402
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
403
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
404
+ #: options/panel5.php:172
405
  msgid "Yes"
406
  msgstr "Ja"
407
 
408
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
409
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
410
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
411
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
412
+ #: options/panel5.php:173 utils/stcr_manage.php:794
413
  msgid "No"
414
  msgstr "Nei"
415
 
514
  "[manager_link]"
515
 
516
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
517
+ #: options/panel5.php:207
518
  msgid "Save Changes"
519
  msgstr "Lagre endringer"
520
 
777
  msgid "Safetly Uninstall"
778
  msgstr ""
779
 
780
+ #: options/panel5.php:31 options/panel5.php:87
781
  msgid "Autopurge requests"
782
  msgstr "Automatisk utløp av forespørsler"
783
 
784
+ #: options/panel5.php:34 options/panel5.php:105
785
  msgid "Enable double check"
786
  msgstr "Aktiver bekreftelse per e-post"
787
 
788
+ #: options/panel5.php:37 options/panel5.php:96
789
+ msgid "StCR Position"
790
+ msgstr ""
791
+
792
+ #: options/panel5.php:40 options/panel5.php:113
793
  msgid "Subscribe authors"
794
  msgstr "Abonnert"
795
 
796
+ #: options/panel5.php:43 options/panel5.php:123
797
  msgid "Enable HTML emails"
798
  msgstr ""
799
 
800
+ #: options/panel5.php:46
801
  msgid "HTMLify Links in HTML emails"
802
  msgstr ""
803
 
804
+ #: options/panel5.php:49
805
  msgid "Send trackbacks"
806
  msgstr "Send for tilbakesporinger"
807
 
808
+ #: options/panel5.php:52
809
  msgid "Notify admin"
810
  msgstr "Varsle administratorer"
811
 
812
+ #: options/panel5.php:55 options/panel5.php:161
813
  msgid "Let admin subscribe"
814
  msgstr "La administrator abonnere"
815
 
816
+ #: options/panel5.php:58 options/panel5.php:170
817
  msgid "BCC admin on Notifications"
818
  msgstr "Emnefelt i varselmelding"
819
 
820
+ #: options/panel5.php:79
821
  msgid "Safely Uninstall"
822
  msgstr ""
823
 
824
+ #: options/panel5.php:83
825
  msgid ""
826
  "This option will allow you to delete the plugin with WordPress without "
827
  "loosing your subscribers. Any database table and plugin options are wipeout."
828
  msgstr ""
829
 
830
+ #: options/panel5.php:90
831
  msgid "days"
832
  msgstr "dager"
833
 
834
+ #: options/panel5.php:91
835
  msgid ""
836
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
837
  "this feature."
839
  "Slett ventende forespørsler (ubekreftede) etter X dager. Bruk null for å "
840
  "deaktivere denne funksjonen."
841
 
842
+ #: options/panel5.php:100
843
+ msgid ""
844
+ "If this option is enable the subscription box will be above the submit "
845
+ "button in your comment form. Use this when your theme is outdated and using "
846
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
847
+ msgstr ""
848
+
849
+ #: options/panel5.php:109
850
  msgid ""
851
  "Send a notification email to confirm the subscription (to avoid addresses "
852
  "misuse)."
854
  "Send bekreftelsesmelding per e-post for å bekrefte abonnement (for å "
855
  "bekjempe uautorisert registrering av e-postadresser)."
856
 
857
+ #: options/panel5.php:118
858
  msgid ""
859
  "Automatically subscribe authors to their own articles (not retroactive)."
860
  msgstr ""
861
 
862
+ #: options/panel5.php:127
863
  msgid ""
864
  "If enabled, will send email messages with content-type = text/html instead "
865
  "of text/plain"
866
  msgstr ""
867
 
868
+ #: options/panel5.php:132
869
  msgid "HTMLify links in emails"
870
  msgstr ""
871
 
872
+ #: options/panel5.php:137
873
  msgid ""
874
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
875
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
876
  msgstr ""
877
 
878
+ #: options/panel5.php:142
879
  msgid "Process trackbacks"
880
  msgstr "Send for tilbakesporinger"
881
 
882
+ #: options/panel5.php:146
883
  msgid ""
884
  "Notify users when a new trackback or pingback is added to the discussion."
885
  msgstr ""
886
  "Varsle abonnenter også når en tilbakesporing eller et tilbakeping "
887
  "registreres."
888
 
889
+ #: options/panel5.php:151
890
  msgid "Track all subscriptions"
891
  msgstr "Spor alle abonnementspåmeldinger"
892
 
893
+ #: options/panel5.php:156
894
  msgid "Notify the administrator when users subscribe without commenting."
895
  msgstr "Varsle administrator når brukere abonnerer uten å kommentere."
896
 
897
+ #: options/panel5.php:165
898
  msgid "Let the administrator subscribe to comments when logged in."
899
  msgstr "La også innlogget administrator abonnere på kommentarer."
900
 
901
+ #: options/panel5.php:174
902
  msgid "Send a copy of all Notifications to the administrator."
903
  msgstr ""
904
 
905
+ #: options/panel5.php:179
906
  msgid "StCR Unique Key"
907
  msgstr ""
908
 
909
+ #: options/panel5.php:184
910
  msgid "This Unique Key is not set, please click the following button to "
911
  msgstr ""
912
 
913
+ #: options/panel5.php:188 options/panel5.php:199
914
  msgid "Generate"
915
  msgstr ""
916
 
917
+ #: options/panel5.php:196
918
  msgid ""
919
  "This Unique Key will be use to send the notification to your subscribers "
920
  "with more security."
1026
  msgid "Invert selection"
1027
  msgstr "Inverter utvalg"
1028
 
1029
+ #: templates/author.php:73 templates/user.php:72
1030
+ msgid "Choose your action"
1031
+ msgstr ""
1032
+
1033
+ #: templates/author.php:76 templates/user.php:75
1034
  msgid "All comments"
1035
  msgstr ""
1036
 
1037
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1038
  msgid "Replies to my comments"
1039
  msgstr ""
1040
 
1041
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1042
+ #: templates/user.php:84
1043
  msgid "No subscriptions match your search criteria."
1044
  msgstr ""
1045
 
1049
  "enter your email below and a new link will be send."
1050
  msgstr ""
1051
 
1052
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1053
+ #: templates/subscribe.php:95
1054
  msgid "Send"
1055
  msgstr "Send"
1056
 
1057
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1058
  msgid "New subscription to"
1059
  msgstr "Nytt abonnement på"
1060
 
1061
+ #: templates/subscribe.php:46
1062
  msgid "User:"
1063
  msgstr "Bruker:"
1064
 
1070
  msgid "You have request to manage another email address and this is forbidden."
1071
  msgstr ""
1072
 
1073
+ #: utils/stcr_manage.php:224
1074
  msgid ""
1075
  "Notify me of followup comments via e-mail. You can also <a "
1076
  "href='[subscribe_link]'>subscribe</a> without commenting."
1078
  "Varsle meg om nye kommentarer via e-post. Du kan også <a "
1079
  "href='[subscribe_link]'>abonnere</a> uten å legge inn en kommentar selv."
1080
 
1081
+ #: utils/stcr_manage.php:225
1082
  msgid ""
1083
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1084
  "subscriptions."
1086
  "Du abonnerer på dette innlegget. <a href='[manager_link]'>Klikk her</a> for "
1087
  "å administrere dine abonnement."
1088
 
1089
+ #: utils/stcr_manage.php:226
1090
  msgid ""
1091
  "Your subscription to this post needs to be confirmed. <a "
1092
  "href='[manager_link]'>Manage your subscriptions</a>."
1094
  "Ditt abonnement på dette innlegget må bekreftes. <a "
1095
  "href='[manager_link]'>Klikk her</a> for å administrere dine abonnement."
1096
 
1097
+ #: utils/stcr_manage.php:227
1098
  msgid ""
1099
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1100
  msgstr ""
1101
  "<a href='[manager_link]'>Klikk her</a> for å administrere "
1102
  "varslingsabonnementene for dette innlegget."
1103
 
1104
+ #: utils/stcr_manage.php:233
1105
  msgid ""
1106
  "To manage your subscriptions, please enter your email address here below. We "
1107
  "will send you a message containing the link to access your personal "
1111
  "nedenfor. Du vil så bli tilsendt en e-postmelding med en link til en side "
1112
  "hvor du kan administrere abonnementene dine."
1113
 
1114
+ #: utils/stcr_manage.php:234
1115
  msgid ""
1116
  "Thank you for using our subscription service. Your request has been "
1117
  "completed, and you should receive an email with the management link in a few "
1121
  "Innen få minutter skal du motta en e-postmelding med linken til "
1122
  "administrasjonssiden."
1123
 
1124
+ #: utils/stcr_manage.php:235
1125
  msgid ""
1126
  "You can follow the discussion on <strong>[post_title]</strong> without "
1127
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1131
  "måtte legge igjen en kommentar selv. Snedig, ikke sant? Bare skriv inn e-"
1132
  "postadressen din nedenfor."
1133
 
1134
+ #: utils/stcr_manage.php:236
1135
  msgid ""
1136
  "Thank you for using our subscription service. Your request has been "
1137
  "completed. You will receive a notification email every time a new comment to "
1141
  "Du vil motta en varsel per e-post hver gang en ny kommentar til dette "
1142
  "innlegget blir godkjent av administratoren for nettstedet."
1143
 
1144
+ #: utils/stcr_manage.php:237
1145
  msgid ""
1146
  "Thank you for using our subscription service. In order to confirm your "
1147
  "request, please check your email for the verification message and follow the "
1151
  "ved å følge instruksjonene i bekreftelsesmeldingen du nettopp er blitt "
1152
  "tilsendt. Det kan ta et par minutter før meldingen kommer frem."
1153
 
1154
+ #: utils/stcr_manage.php:238
1155
  msgid ""
1156
  "In order to cancel or suspend one or more notifications, select the "
1157
  "corresponding checkbox(es) and click on the button at the end of the list."
1160
  "kryss i korresponderende avkrysningsboks, velg handling og klikk på knappen "
1161
  "for å lagre endringene i dine abonnement."
1162
 
1163
+ #: utils/stcr_manage.php:239
1164
  msgid ""
1165
  "In order to cancel or suspend one or more notifications, select the "
1166
  "corresponding checkbox(es) and click on the button at the end of the list. "
1171
  "for å lagre endringene i dine abonnement. For øyeblikket abonnerer du på "
1172
  "følgende:"
1173
 
1174
+ #: utils/stcr_manage.php:243
1175
  msgid "There is a new comment to [post_title]"
1176
  msgstr "Det er kommet en ny kommentar til [post_title]"
1177
 
1178
+ #: utils/stcr_manage.php:244
1179
  msgid ""
1180
  "There is a new comment to [post_title].\n"
1181
  "Comment Link: [comment_permalink]\n"
1195
  "\n"
1196
  "For å administrere hvilke varslinger du mottar: [manager_link]"
1197
 
1198
+ #: utils/stcr_manage.php:245
1199
  msgid "Please confirm your subscription to [post_title]"
1200
  msgstr "Vennligst bekreft ditt abonnement på [post_title]"
1201
 
1202
+ #: utils/stcr_manage.php:246
1203
  msgid ""
1204
  "You have requested to be notified every time a new comment is added to:\n"
1205
  "[post_permalink]\n"
1216
  "Dersom adressen ovenfor ikke kan klikkes på, vennligst kopier den og lim den "
1217
  "inn i adresselinjen i nettleseren din."
1218
 
1219
+ #: utils/stcr_manage.php:247
1220
  msgid "Manage your subscriptions on [blog_name]"
1221
  msgstr "Administrer dine abonnement på [blog_name]"
1222
 
1223
+ #: utils/stcr_manage.php:248
1224
  msgid ""
1225
  "You have requested to manage your subscriptions to the articles on "
1226
  "[blog_name]. Please check the Subscriptions management link in your email"
1227
  msgstr ""
1228
 
1229
+ #: utils/stcr_manage.php:249
1230
  msgid ""
1231
  "You have requested to manage your subscriptions to the articles on "
1232
  "[blog_name]. Follow this link to access your personal page:\n"
1236
  "Følg denne linken for å komme til din personlige administrasjonsside:\n"
1237
  "[manager_link]"
1238
 
1239
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1240
  msgid "StCR System"
1241
  msgstr ""
1242
 
1243
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1244
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1245
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1246
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1247
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1248
  msgid "You do not have sufficient permissions to access this page."
1249
  msgstr ""
1250
 
1251
+ #: utils/stcr_manage.php:765
1252
  msgid "Subscriptions"
1253
  msgstr "Administrere abonnement"
1254
 
1255
+ #: utils/stcr_manage.php:821
1256
  msgid ""
1257
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1258
  msgstr ""
1259
  "Trenger du hjelp med bruk av Subscribe to Comments Reloaded? Besøk det "
1260
  "offisielle"
1261
 
1262
+ #: utils/stcr_manage.php:821
1263
  msgid "support forum"
1264
  msgstr "supportforumet"
1265
 
1266
+ #: utils/stcr_manage.php:822
1267
  msgid "Feeling generous?"
1268
  msgstr "Føler du deg generøs?"
1269
 
1270
+ #: utils/stcr_manage.php:822
1271
  msgid "Donate a few bucks!"
1272
  msgstr "Doner noen dollar!"
1273
 
1400
 
1401
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1402
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1403
+ #: utils/stcr_upgrade.php:492
1404
  msgid ""
1405
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1406
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1475
  "previous 160831 version."
1476
  msgstr ""
1477
 
1478
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1479
+ msgid "Settings"
1480
+ msgstr ""
1481
+
1482
+ #: utils/stcr_upgrade.php:485
1483
+ msgid ""
1484
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1485
+ "160915"
1486
+ msgstr ""
1487
+
1488
+ #: utils/stcr_upgrade.php:486
1489
+ msgid "This version includes fixes and improvements, "
1490
+ msgstr ""
1491
+
1492
+ #: utils/stcr_upgrade.php:489
1493
+ msgid ""
1494
+ "<strong>Change</strong> the radio buttons in the management page for a "
1495
+ "dropdown."
1496
+ msgstr ""
1497
+
1498
+ #: utils/stcr_upgrade.php:490
1499
+ msgid ""
1500
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1501
+ msgstr ""
1502
+
1503
  #: utils/stcr_utils.php:195
1504
  msgid "StCR Notification"
1505
  msgstr "Emnefelt i varselmelding"
1506
 
1507
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1508
  msgid "Don't subscribe"
1509
  msgstr "La administrator abonnere"
1510
 
1511
+ #: wp_subscribe_reloaded.php:1095
1512
  msgid "All"
1513
  msgstr ""
1514
 
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: 2016-09-02 19:31-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:31-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: nl_NL\n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "Beheer Abonnementen"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "Reactie formulier"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "Beheerpagina"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "Notificaties"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "Opties"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr "Je kunt helpen"
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr "Ondersteuning"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr ""
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "Post:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "E-mail"
@@ -298,8 +298,8 @@ msgstr ""
298
  msgid "Inactive"
299
  msgstr "Actie"
300
 
301
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
302
- #: templates/user.php:70
303
  msgid "Delete"
304
  msgstr "Verwijderen"
305
 
@@ -319,7 +319,7 @@ msgstr "Actie:"
319
  msgid "Delete forever"
320
  msgstr "Voor altijd verwijderen"
321
 
322
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
323
  msgid "Suspend"
324
  msgstr "Pauzeren"
325
 
@@ -331,11 +331,11 @@ msgstr "Activeer en verander naar Y"
331
  msgid "Activate and set to R"
332
  msgstr "Activeer en verander naar R"
333
 
334
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
335
  msgid "Activate"
336
  msgstr "Activeer"
337
 
338
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
339
  msgid "Update subscriptions"
340
  msgstr "Abonnementen bijwerken"
341
 
@@ -388,28 +388,29 @@ msgid "Author label"
388
  msgstr "Auteur label"
389
 
390
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
391
- #: options/panel5.php:18 options/panel5.php:60
392
  msgid "Your settings have been successfully updated."
393
  msgstr "De instellingen zijn succesvol bijgewerkt."
394
 
395
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
396
- #: options/panel5.php:20 options/panel5.php:62
397
  msgid "There was an error updating the following fields:"
398
  msgstr ""
399
  "Er deed zich een probleem voor tijdens het bijwerken van de volgende velden:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
403
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
404
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
405
  msgid "Yes"
406
  msgstr "Ja"
407
 
408
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
409
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
410
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
411
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
412
- #: utils/stcr_manage.php:784
413
  msgid "No"
414
  msgstr "Nee"
415
 
@@ -516,7 +517,7 @@ msgstr ""
516
  "[manager_link]"
517
 
518
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
519
- #: options/panel5.php:195
520
  msgid "Save Changes"
521
  msgstr "Opslaan"
522
 
@@ -795,57 +796,61 @@ msgstr "Onderwerp van bevestigings e-mail. Beschikbare tag: [post_title]"
795
  msgid "Safetly Uninstall"
796
  msgstr ""
797
 
798
- #: options/panel5.php:31 options/panel5.php:84
799
  msgid "Autopurge requests"
800
  msgstr "Automatisch verwerpen van aanvragen"
801
 
802
- #: options/panel5.php:34 options/panel5.php:93
803
  msgid "Enable double check"
804
  msgstr "Dubbele check activeren"
805
 
806
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
807
  msgid "Subscribe authors"
808
  msgstr "Abonneer auteurs"
809
 
810
- #: options/panel5.php:40 options/panel5.php:111
811
  msgid "Enable HTML emails"
812
  msgstr "Activeer HTML e-mails"
813
 
814
- #: options/panel5.php:43
815
  msgid "HTMLify Links in HTML emails"
816
  msgstr "HTMLify Links in HTML e-mails"
817
 
818
- #: options/panel5.php:46
819
  msgid "Send trackbacks"
820
  msgstr "Verstuur trackbacks"
821
 
822
- #: options/panel5.php:49
823
  msgid "Notify admin"
824
  msgstr "Notificeer beheerder"
825
 
826
- #: options/panel5.php:52 options/panel5.php:149
827
  msgid "Let admin subscribe"
828
  msgstr "Laat beheerder abonneren"
829
 
830
- #: options/panel5.php:55 options/panel5.php:158
831
  msgid "BCC admin on Notifications"
832
  msgstr "BCC admin bij alle notificaties"
833
 
834
- #: options/panel5.php:76
835
  msgid "Safely Uninstall"
836
  msgstr ""
837
 
838
- #: options/panel5.php:80
839
  msgid ""
840
  "This option will allow you to delete the plugin with WordPress without "
841
  "loosing your subscribers. Any database table and plugin options are wipeout."
842
  msgstr ""
843
 
844
- #: options/panel5.php:87
845
  msgid "days"
846
  msgstr "dagen"
847
 
848
- #: options/panel5.php:88
849
  msgid ""
850
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
851
  "this feature."
@@ -853,7 +858,14 @@ msgstr ""
853
  "Verwijder abonnementen die niet bevestigd zijn na X dagen. 0 deactiveert "
854
  "deze functie."
855
 
856
- #: options/panel5.php:97
 
 
 
 
 
 
 
857
  msgid ""
858
  "Send a notification email to confirm the subscription (to avoid addresses "
859
  "misuse)."
@@ -861,12 +873,12 @@ msgstr ""
861
  "Verstuur een notificatie e-mail om het abonnement te bevestigen en misbruik "
862
  "te voorkomen."
863
 
864
- #: options/panel5.php:106
865
  msgid ""
866
  "Automatically subscribe authors to their own articles (not retroactive)."
867
  msgstr "Abonneer auteurs automatisch op hun eigen artikelen."
868
 
869
- #: options/panel5.php:115
870
  msgid ""
871
  "If enabled, will send email messages with content-type = text/html instead "
872
  "of text/plain"
@@ -874,11 +886,11 @@ msgstr ""
874
  "Als dit aan staat dan zullen emails verstuurd worden met content-type text/"
875
  "html in plaats van text/plain."
876
 
877
- #: options/panel5.php:120
878
  msgid "HTMLify links in emails"
879
  msgstr "HTMLify Links in HTML e-mails"
880
 
881
- #: options/panel5.php:125
882
  msgid ""
883
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
884
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
@@ -887,49 +899,49 @@ msgstr ""
887
  "<code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> samengepakt worden (alleen "
888
  "wanneer HTML e-mails gebruikt worden)."
889
 
890
- #: options/panel5.php:130
891
  msgid "Process trackbacks"
892
  msgstr "Verwerk trackbacks"
893
 
894
- #: options/panel5.php:134
895
  msgid ""
896
  "Notify users when a new trackback or pingback is added to the discussion."
897
  msgstr ""
898
  "Stel de gebruikers op de hoogte als er nieuwe trackbacks of pingbacks bij "
899
  "een bericht geplaatst worden."
900
 
901
- #: options/panel5.php:139
902
  msgid "Track all subscriptions"
903
  msgstr "Bekijk alle abonnementen"
904
 
905
- #: options/panel5.php:144
906
  msgid "Notify the administrator when users subscribe without commenting."
907
  msgstr ""
908
  "Stel beheerders op de hoogte als iemand een abonnement neemt zonder eerst "
909
  "zelf te reageren."
910
 
911
- #: options/panel5.php:153
912
  msgid "Let the administrator subscribe to comments when logged in."
913
  msgstr ""
914
  "Moet de beheerder zich kunnen abonneren op berichten als deze is ingelogd?"
915
 
916
- #: options/panel5.php:162
917
  msgid "Send a copy of all Notifications to the administrator."
918
  msgstr "Verstuur een kopie van alle notificaties naar de admin."
919
 
920
- #: options/panel5.php:167
921
  msgid "StCR Unique Key"
922
  msgstr ""
923
 
924
- #: options/panel5.php:172
925
  msgid "This Unique Key is not set, please click the following button to "
926
  msgstr ""
927
 
928
- #: options/panel5.php:176 options/panel5.php:187
929
  msgid "Generate"
930
  msgstr ""
931
 
932
- #: options/panel5.php:184
933
  msgid ""
934
  "This Unique Key will be use to send the notification to your subscribers "
935
  "with more security."
@@ -1043,16 +1055,20 @@ msgstr "Selecteer alles"
1043
  msgid "Invert selection"
1044
  msgstr "Selectie omkeren"
1045
 
1046
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1047
  msgid "All comments"
1048
  msgstr "Alle nieuwe reacties"
1049
 
1050
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1051
  msgid "Replies to my comments"
1052
  msgstr "Reacties op mijn reacties"
1053
 
1054
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1055
- #: templates/user.php:79
1056
  msgid "No subscriptions match your search criteria."
1057
  msgstr "Geen abonnementen voldoen aan je zoekcriteria."
1058
 
@@ -1062,16 +1078,16 @@ msgid ""
1062
  "enter your email below and a new link will be send."
1063
  msgstr ""
1064
 
1065
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1066
- #: templates/subscribe.php:106
1067
  msgid "Send"
1068
  msgstr "Verstuur"
1069
 
1070
- #: templates/subscribe.php:43 templates/subscribe.php:44
1071
  msgid "New subscription to"
1072
  msgstr "Nieuw abonnement voor"
1073
 
1074
- #: templates/subscribe.php:44
1075
  msgid "User:"
1076
  msgstr "Gebruiker:"
1077
 
@@ -1083,7 +1099,7 @@ msgstr ""
1083
  msgid "You have request to manage another email address and this is forbidden."
1084
  msgstr ""
1085
 
1086
- #: utils/stcr_manage.php:246
1087
  msgid ""
1088
  "Notify me of followup comments via e-mail. You can also <a "
1089
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1092,7 +1108,7 @@ msgstr ""
1092
  "href='[subscribe_link]'>abonneer jezelf</a> op deze discussie zonder te "
1093
  "reageren."
1094
 
1095
- #: utils/stcr_manage.php:247
1096
  msgid ""
1097
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1098
  "subscriptions."
@@ -1100,7 +1116,7 @@ msgstr ""
1100
  "Je hebt een abonnement op dit bericht. Beheer je abonnementen <a "
1101
  "href='[manager_link]'>op deze pagina</a>. "
1102
 
1103
- #: utils/stcr_manage.php:248
1104
  msgid ""
1105
  "Your subscription to this post needs to be confirmed. <a "
1106
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1108,14 +1124,14 @@ msgstr ""
1108
  "Je abonnement op dit bericht moet eerst worden bevestigd. <a "
1109
  "href='[manager_link]'>Beheer je abonnementen</a>."
1110
 
1111
- #: utils/stcr_manage.php:249
1112
  msgid ""
1113
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1114
  msgstr ""
1115
  "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit "
1116
  "bericht beheren."
1117
 
1118
- #: utils/stcr_manage.php:255
1119
  msgid ""
1120
  "To manage your subscriptions, please enter your email address here below. We "
1121
  "will send you a message containing the link to access your personal "
@@ -1124,7 +1140,7 @@ msgstr ""
1124
  "Om je abonnementen te beheren moet je hieronder je e-mail adres invullen. We "
1125
  "sturen je dan een persoonlijk link waar je je abonnementen aan kunt passen."
1126
 
1127
- #: utils/stcr_manage.php:256
1128
  msgid ""
1129
  "Thank you for using our subscription service. Your request has been "
1130
  "completed, and you should receive an email with the management link in a few "
@@ -1134,7 +1150,7 @@ msgstr ""
1134
  "voltooid en je ontvangt binnen enkele ogenblikken een e-mail met een link "
1135
  "naar je persoonlijk beheerpagina."
1136
 
1137
- #: utils/stcr_manage.php:257
1138
  msgid ""
1139
  "You can follow the discussion on <strong>[post_title]</strong> without "
1140
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1143,7 +1159,7 @@ msgstr ""
1143
  "Je wilt je abonneren op de discussie <strong>[post_title]</strong> zonder "
1144
  "zelf te reageren? Vul je e-mail adres hieronder in en de rest gaat vanzelf."
1145
 
1146
- #: utils/stcr_manage.php:258
1147
  msgid ""
1148
  "Thank you for using our subscription service. Your request has been "
1149
  "completed. You will receive a notification email every time a new comment to "
@@ -1153,7 +1169,7 @@ msgstr ""
1153
  "voltooid. Je ontvangt iedere keer een e-mail als er een nieuwe reactie is "
1154
  "geplaatst."
1155
 
1156
- #: utils/stcr_manage.php:259
1157
  msgid ""
1158
  "Thank you for using our subscription service. In order to confirm your "
1159
  "request, please check your email for the verification message and follow the "
@@ -1163,7 +1179,7 @@ msgstr ""
1163
  "te voltooien moet je deze eerst bevestigen. Je ontvangt hierover binnen "
1164
  "enkele ogenblikken een e-mail bericht."
1165
 
1166
- #: utils/stcr_manage.php:260
1167
  msgid ""
1168
  "In order to cancel or suspend one or more notifications, select the "
1169
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1171,7 +1187,7 @@ msgstr ""
1171
  "Om je abonnementen aan te passen vink je het gewenste abonnement aan en klik "
1172
  "je op de desgewenst actie."
1173
 
1174
- #: utils/stcr_manage.php:261
1175
  msgid ""
1176
  "In order to cancel or suspend one or more notifications, select the "
1177
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1181,11 +1197,11 @@ msgstr ""
1181
  "je op de desgewenst actie. Momenteel ben je geabonneerd op de volgende "
1182
  "berichten:"
1183
 
1184
- #: utils/stcr_manage.php:265
1185
  msgid "There is a new comment to [post_title]"
1186
  msgstr "Er is een nieuwe reactie geplaatst bij [post_title]"
1187
 
1188
- #: utils/stcr_manage.php:266
1189
  msgid ""
1190
  "There is a new comment to [post_title].\n"
1191
  "Comment Link: [comment_permalink]\n"
@@ -1203,11 +1219,11 @@ msgstr ""
1203
  "Permalink: [post_permalink]\n"
1204
  "Beheer je abonnementen: [manager_link]"
1205
 
1206
- #: utils/stcr_manage.php:267
1207
  msgid "Please confirm your subscription to [post_title]"
1208
  msgstr "Bevestig je abonnement op [post_title]"
1209
 
1210
- #: utils/stcr_manage.php:268
1211
  msgid ""
1212
  "You have requested to be notified every time a new comment is added to:\n"
1213
  "[post_permalink]\n"
@@ -1222,17 +1238,17 @@ msgstr ""
1222
  "Bevestig je aanmelding door op deze link te klikken:\n"
1223
  "[confirm_link]"
1224
 
1225
- #: utils/stcr_manage.php:269
1226
  msgid "Manage your subscriptions on [blog_name]"
1227
  msgstr "Beheer je abonnementen op [blog_name]"
1228
 
1229
- #: utils/stcr_manage.php:270
1230
  msgid ""
1231
  "You have requested to manage your subscriptions to the articles on "
1232
  "[blog_name]. Please check the Subscriptions management link in your email"
1233
  msgstr ""
1234
 
1235
- #: utils/stcr_manage.php:271
1236
  msgid ""
1237
  "You have requested to manage your subscriptions to the articles on "
1238
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1243,38 +1259,38 @@ msgstr ""
1243
  "pagina te gaan:\n"
1244
  "[manager_link]"
1245
 
1246
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1247
  msgid "StCR System"
1248
  msgstr ""
1249
 
1250
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1251
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1252
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1253
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1254
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1255
  msgid "You do not have sufficient permissions to access this page."
1256
  msgstr ""
1257
 
1258
- #: utils/stcr_manage.php:755
1259
  msgid "Subscriptions"
1260
  msgstr "Abonnement"
1261
 
1262
- #: utils/stcr_manage.php:811
1263
  msgid ""
1264
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1265
  msgstr ""
1266
  "Hulp nodig bij het gebruik van de Subscribe to Comments Reloaded plugin? "
1267
  "Bezoek de officiële"
1268
 
1269
- #: utils/stcr_manage.php:811
1270
  msgid "support forum"
1271
  msgstr "support forum"
1272
 
1273
- #: utils/stcr_manage.php:812
1274
  msgid "Feeling generous?"
1275
  msgstr "Wees eens gul!"
1276
 
1277
- #: utils/stcr_manage.php:812
1278
  msgid "Donate a few bucks!"
1279
  msgstr "Doneer een paar centen!"
1280
 
@@ -1432,6 +1448,7 @@ msgstr ""
1432
 
1433
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1434
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1435
  msgid ""
1436
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1437
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1506,19 +1523,40 @@ msgid ""
1506
  "previous 160831 version."
1507
  msgstr ""
1508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1509
  #: utils/stcr_utils.php:195
1510
  msgid "StCR Notification"
1511
  msgstr "Notificaties"
1512
 
1513
- #: wp_subscribe_reloaded.php:114
1514
- msgid "Settings"
1515
- msgstr "Instellingen"
1516
-
1517
- #: wp_subscribe_reloaded.php:1086
1518
  msgid "Don't subscribe"
1519
  msgstr "Meld niet aan"
1520
 
1521
- #: wp_subscribe_reloaded.php:1087
1522
  msgid "All"
1523
  msgstr "Alles"
1524
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:07-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:07-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: nl_NL\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "Beheer Abonnementen"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "Reactie formulier"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "Beheerpagina"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "Notificaties"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "Opties"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr "Je kunt helpen"
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr "Ondersteuning"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr ""
52
 
60
  msgstr "Post:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "E-mail"
298
  msgid "Inactive"
299
  msgstr "Actie"
300
 
301
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
302
+ #: templates/user.php:73
303
  msgid "Delete"
304
  msgstr "Verwijderen"
305
 
319
  msgid "Delete forever"
320
  msgstr "Voor altijd verwijderen"
321
 
322
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
323
  msgid "Suspend"
324
  msgstr "Pauzeren"
325
 
331
  msgid "Activate and set to R"
332
  msgstr "Activeer en verander naar R"
333
 
334
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
335
  msgid "Activate"
336
  msgstr "Activeer"
337
 
338
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
339
  msgid "Update subscriptions"
340
  msgstr "Abonnementen bijwerken"
341
 
388
  msgstr "Auteur label"
389
 
390
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
391
+ #: options/panel5.php:18 options/panel5.php:63
392
  msgid "Your settings have been successfully updated."
393
  msgstr "De instellingen zijn succesvol bijgewerkt."
394
 
395
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
396
+ #: options/panel5.php:20 options/panel5.php:65
397
  msgid "There was an error updating the following fields:"
398
  msgstr ""
399
  "Er deed zich een probleem voor tijdens het bijwerken van de volgende velden:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
403
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
404
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
405
+ #: options/panel5.php:172
406
  msgid "Yes"
407
  msgstr "Ja"
408
 
409
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
410
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
411
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
412
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
413
+ #: options/panel5.php:173 utils/stcr_manage.php:794
414
  msgid "No"
415
  msgstr "Nee"
416
 
517
  "[manager_link]"
518
 
519
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
520
+ #: options/panel5.php:207
521
  msgid "Save Changes"
522
  msgstr "Opslaan"
523
 
796
  msgid "Safetly Uninstall"
797
  msgstr ""
798
 
799
+ #: options/panel5.php:31 options/panel5.php:87
800
  msgid "Autopurge requests"
801
  msgstr "Automatisch verwerpen van aanvragen"
802
 
803
+ #: options/panel5.php:34 options/panel5.php:105
804
  msgid "Enable double check"
805
  msgstr "Dubbele check activeren"
806
 
807
+ #: options/panel5.php:37 options/panel5.php:96
808
+ msgid "StCR Position"
809
+ msgstr ""
810
+
811
+ #: options/panel5.php:40 options/panel5.php:113
812
  msgid "Subscribe authors"
813
  msgstr "Abonneer auteurs"
814
 
815
+ #: options/panel5.php:43 options/panel5.php:123
816
  msgid "Enable HTML emails"
817
  msgstr "Activeer HTML e-mails"
818
 
819
+ #: options/panel5.php:46
820
  msgid "HTMLify Links in HTML emails"
821
  msgstr "HTMLify Links in HTML e-mails"
822
 
823
+ #: options/panel5.php:49
824
  msgid "Send trackbacks"
825
  msgstr "Verstuur trackbacks"
826
 
827
+ #: options/panel5.php:52
828
  msgid "Notify admin"
829
  msgstr "Notificeer beheerder"
830
 
831
+ #: options/panel5.php:55 options/panel5.php:161
832
  msgid "Let admin subscribe"
833
  msgstr "Laat beheerder abonneren"
834
 
835
+ #: options/panel5.php:58 options/panel5.php:170
836
  msgid "BCC admin on Notifications"
837
  msgstr "BCC admin bij alle notificaties"
838
 
839
+ #: options/panel5.php:79
840
  msgid "Safely Uninstall"
841
  msgstr ""
842
 
843
+ #: options/panel5.php:83
844
  msgid ""
845
  "This option will allow you to delete the plugin with WordPress without "
846
  "loosing your subscribers. Any database table and plugin options are wipeout."
847
  msgstr ""
848
 
849
+ #: options/panel5.php:90
850
  msgid "days"
851
  msgstr "dagen"
852
 
853
+ #: options/panel5.php:91
854
  msgid ""
855
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
856
  "this feature."
858
  "Verwijder abonnementen die niet bevestigd zijn na X dagen. 0 deactiveert "
859
  "deze functie."
860
 
861
+ #: options/panel5.php:100
862
+ msgid ""
863
+ "If this option is enable the subscription box will be above the submit "
864
+ "button in your comment form. Use this when your theme is outdated and using "
865
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
866
+ msgstr ""
867
+
868
+ #: options/panel5.php:109
869
  msgid ""
870
  "Send a notification email to confirm the subscription (to avoid addresses "
871
  "misuse)."
873
  "Verstuur een notificatie e-mail om het abonnement te bevestigen en misbruik "
874
  "te voorkomen."
875
 
876
+ #: options/panel5.php:118
877
  msgid ""
878
  "Automatically subscribe authors to their own articles (not retroactive)."
879
  msgstr "Abonneer auteurs automatisch op hun eigen artikelen."
880
 
881
+ #: options/panel5.php:127
882
  msgid ""
883
  "If enabled, will send email messages with content-type = text/html instead "
884
  "of text/plain"
886
  "Als dit aan staat dan zullen emails verstuurd worden met content-type text/"
887
  "html in plaats van text/plain."
888
 
889
+ #: options/panel5.php:132
890
  msgid "HTMLify links in emails"
891
  msgstr "HTMLify Links in HTML e-mails"
892
 
893
+ #: options/panel5.php:137
894
  msgid ""
895
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
896
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
899
  "<code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> samengepakt worden (alleen "
900
  "wanneer HTML e-mails gebruikt worden)."
901
 
902
+ #: options/panel5.php:142
903
  msgid "Process trackbacks"
904
  msgstr "Verwerk trackbacks"
905
 
906
+ #: options/panel5.php:146
907
  msgid ""
908
  "Notify users when a new trackback or pingback is added to the discussion."
909
  msgstr ""
910
  "Stel de gebruikers op de hoogte als er nieuwe trackbacks of pingbacks bij "
911
  "een bericht geplaatst worden."
912
 
913
+ #: options/panel5.php:151
914
  msgid "Track all subscriptions"
915
  msgstr "Bekijk alle abonnementen"
916
 
917
+ #: options/panel5.php:156
918
  msgid "Notify the administrator when users subscribe without commenting."
919
  msgstr ""
920
  "Stel beheerders op de hoogte als iemand een abonnement neemt zonder eerst "
921
  "zelf te reageren."
922
 
923
+ #: options/panel5.php:165
924
  msgid "Let the administrator subscribe to comments when logged in."
925
  msgstr ""
926
  "Moet de beheerder zich kunnen abonneren op berichten als deze is ingelogd?"
927
 
928
+ #: options/panel5.php:174
929
  msgid "Send a copy of all Notifications to the administrator."
930
  msgstr "Verstuur een kopie van alle notificaties naar de admin."
931
 
932
+ #: options/panel5.php:179
933
  msgid "StCR Unique Key"
934
  msgstr ""
935
 
936
+ #: options/panel5.php:184
937
  msgid "This Unique Key is not set, please click the following button to "
938
  msgstr ""
939
 
940
+ #: options/panel5.php:188 options/panel5.php:199
941
  msgid "Generate"
942
  msgstr ""
943
 
944
+ #: options/panel5.php:196
945
  msgid ""
946
  "This Unique Key will be use to send the notification to your subscribers "
947
  "with more security."
1055
  msgid "Invert selection"
1056
  msgstr "Selectie omkeren"
1057
 
1058
+ #: templates/author.php:73 templates/user.php:72
1059
+ msgid "Choose your action"
1060
+ msgstr ""
1061
+
1062
+ #: templates/author.php:76 templates/user.php:75
1063
  msgid "All comments"
1064
  msgstr "Alle nieuwe reacties"
1065
 
1066
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1067
  msgid "Replies to my comments"
1068
  msgstr "Reacties op mijn reacties"
1069
 
1070
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1071
+ #: templates/user.php:84
1072
  msgid "No subscriptions match your search criteria."
1073
  msgstr "Geen abonnementen voldoen aan je zoekcriteria."
1074
 
1078
  "enter your email below and a new link will be send."
1079
  msgstr ""
1080
 
1081
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1082
+ #: templates/subscribe.php:95
1083
  msgid "Send"
1084
  msgstr "Verstuur"
1085
 
1086
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1087
  msgid "New subscription to"
1088
  msgstr "Nieuw abonnement voor"
1089
 
1090
+ #: templates/subscribe.php:46
1091
  msgid "User:"
1092
  msgstr "Gebruiker:"
1093
 
1099
  msgid "You have request to manage another email address and this is forbidden."
1100
  msgstr ""
1101
 
1102
+ #: utils/stcr_manage.php:224
1103
  msgid ""
1104
  "Notify me of followup comments via e-mail. You can also <a "
1105
  "href='[subscribe_link]'>subscribe</a> without commenting."
1108
  "href='[subscribe_link]'>abonneer jezelf</a> op deze discussie zonder te "
1109
  "reageren."
1110
 
1111
+ #: utils/stcr_manage.php:225
1112
  msgid ""
1113
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1114
  "subscriptions."
1116
  "Je hebt een abonnement op dit bericht. Beheer je abonnementen <a "
1117
  "href='[manager_link]'>op deze pagina</a>. "
1118
 
1119
+ #: utils/stcr_manage.php:226
1120
  msgid ""
1121
  "Your subscription to this post needs to be confirmed. <a "
1122
  "href='[manager_link]'>Manage your subscriptions</a>."
1124
  "Je abonnement op dit bericht moet eerst worden bevestigd. <a "
1125
  "href='[manager_link]'>Beheer je abonnementen</a>."
1126
 
1127
+ #: utils/stcr_manage.php:227
1128
  msgid ""
1129
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1130
  msgstr ""
1131
  "Op <a href='[manager_link]'>deze pagina</a> kun je de abonnementen van dit "
1132
  "bericht beheren."
1133
 
1134
+ #: utils/stcr_manage.php:233
1135
  msgid ""
1136
  "To manage your subscriptions, please enter your email address here below. We "
1137
  "will send you a message containing the link to access your personal "
1140
  "Om je abonnementen te beheren moet je hieronder je e-mail adres invullen. We "
1141
  "sturen je dan een persoonlijk link waar je je abonnementen aan kunt passen."
1142
 
1143
+ #: utils/stcr_manage.php:234
1144
  msgid ""
1145
  "Thank you for using our subscription service. Your request has been "
1146
  "completed, and you should receive an email with the management link in a few "
1150
  "voltooid en je ontvangt binnen enkele ogenblikken een e-mail met een link "
1151
  "naar je persoonlijk beheerpagina."
1152
 
1153
+ #: utils/stcr_manage.php:235
1154
  msgid ""
1155
  "You can follow the discussion on <strong>[post_title]</strong> without "
1156
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1159
  "Je wilt je abonneren op de discussie <strong>[post_title]</strong> zonder "
1160
  "zelf te reageren? Vul je e-mail adres hieronder in en de rest gaat vanzelf."
1161
 
1162
+ #: utils/stcr_manage.php:236
1163
  msgid ""
1164
  "Thank you for using our subscription service. Your request has been "
1165
  "completed. You will receive a notification email every time a new comment to "
1169
  "voltooid. Je ontvangt iedere keer een e-mail als er een nieuwe reactie is "
1170
  "geplaatst."
1171
 
1172
+ #: utils/stcr_manage.php:237
1173
  msgid ""
1174
  "Thank you for using our subscription service. In order to confirm your "
1175
  "request, please check your email for the verification message and follow the "
1179
  "te voltooien moet je deze eerst bevestigen. Je ontvangt hierover binnen "
1180
  "enkele ogenblikken een e-mail bericht."
1181
 
1182
+ #: utils/stcr_manage.php:238
1183
  msgid ""
1184
  "In order to cancel or suspend one or more notifications, select the "
1185
  "corresponding checkbox(es) and click on the button at the end of the list."
1187
  "Om je abonnementen aan te passen vink je het gewenste abonnement aan en klik "
1188
  "je op de desgewenst actie."
1189
 
1190
+ #: utils/stcr_manage.php:239
1191
  msgid ""
1192
  "In order to cancel or suspend one or more notifications, select the "
1193
  "corresponding checkbox(es) and click on the button at the end of the list. "
1197
  "je op de desgewenst actie. Momenteel ben je geabonneerd op de volgende "
1198
  "berichten:"
1199
 
1200
+ #: utils/stcr_manage.php:243
1201
  msgid "There is a new comment to [post_title]"
1202
  msgstr "Er is een nieuwe reactie geplaatst bij [post_title]"
1203
 
1204
+ #: utils/stcr_manage.php:244
1205
  msgid ""
1206
  "There is a new comment to [post_title].\n"
1207
  "Comment Link: [comment_permalink]\n"
1219
  "Permalink: [post_permalink]\n"
1220
  "Beheer je abonnementen: [manager_link]"
1221
 
1222
+ #: utils/stcr_manage.php:245
1223
  msgid "Please confirm your subscription to [post_title]"
1224
  msgstr "Bevestig je abonnement op [post_title]"
1225
 
1226
+ #: utils/stcr_manage.php:246
1227
  msgid ""
1228
  "You have requested to be notified every time a new comment is added to:\n"
1229
  "[post_permalink]\n"
1238
  "Bevestig je aanmelding door op deze link te klikken:\n"
1239
  "[confirm_link]"
1240
 
1241
+ #: utils/stcr_manage.php:247
1242
  msgid "Manage your subscriptions on [blog_name]"
1243
  msgstr "Beheer je abonnementen op [blog_name]"
1244
 
1245
+ #: utils/stcr_manage.php:248
1246
  msgid ""
1247
  "You have requested to manage your subscriptions to the articles on "
1248
  "[blog_name]. Please check the Subscriptions management link in your email"
1249
  msgstr ""
1250
 
1251
+ #: utils/stcr_manage.php:249
1252
  msgid ""
1253
  "You have requested to manage your subscriptions to the articles on "
1254
  "[blog_name]. Follow this link to access your personal page:\n"
1259
  "pagina te gaan:\n"
1260
  "[manager_link]"
1261
 
1262
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1263
  msgid "StCR System"
1264
  msgstr ""
1265
 
1266
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1267
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1268
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1269
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1270
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1271
  msgid "You do not have sufficient permissions to access this page."
1272
  msgstr ""
1273
 
1274
+ #: utils/stcr_manage.php:765
1275
  msgid "Subscriptions"
1276
  msgstr "Abonnement"
1277
 
1278
+ #: utils/stcr_manage.php:821
1279
  msgid ""
1280
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1281
  msgstr ""
1282
  "Hulp nodig bij het gebruik van de Subscribe to Comments Reloaded plugin? "
1283
  "Bezoek de officiële"
1284
 
1285
+ #: utils/stcr_manage.php:821
1286
  msgid "support forum"
1287
  msgstr "support forum"
1288
 
1289
+ #: utils/stcr_manage.php:822
1290
  msgid "Feeling generous?"
1291
  msgstr "Wees eens gul!"
1292
 
1293
+ #: utils/stcr_manage.php:822
1294
  msgid "Donate a few bucks!"
1295
  msgstr "Doneer een paar centen!"
1296
 
1448
 
1449
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1450
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1451
+ #: utils/stcr_upgrade.php:492
1452
  msgid ""
1453
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1454
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1523
  "previous 160831 version."
1524
  msgstr ""
1525
 
1526
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1527
+ msgid "Settings"
1528
+ msgstr "Instellingen"
1529
+
1530
+ #: utils/stcr_upgrade.php:485
1531
+ msgid ""
1532
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1533
+ "160915"
1534
+ msgstr ""
1535
+
1536
+ #: utils/stcr_upgrade.php:486
1537
+ msgid "This version includes fixes and improvements, "
1538
+ msgstr ""
1539
+
1540
+ #: utils/stcr_upgrade.php:489
1541
+ msgid ""
1542
+ "<strong>Change</strong> the radio buttons in the management page for a "
1543
+ "dropdown."
1544
+ msgstr ""
1545
+
1546
+ #: utils/stcr_upgrade.php:490
1547
+ msgid ""
1548
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1549
+ msgstr ""
1550
+
1551
  #: utils/stcr_utils.php:195
1552
  msgid "StCR Notification"
1553
  msgstr "Notificaties"
1554
 
1555
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1556
  msgid "Don't subscribe"
1557
  msgstr "Meld niet aan"
1558
 
1559
+ #: wp_subscribe_reloaded.php:1095
1560
  msgid "All"
1561
  msgstr "Alles"
1562
 
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: 2016-09-02 19:31-0600\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Filip \"inzaghi89\" Cierpich <inzaghi89@gmail.com>\n"
@@ -17,37 +17,37 @@ msgstr ""
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
21
- #: utils/stcr_manage.php:383
22
  msgid "Manage subscriptions"
23
  msgstr "Zarządzaj subskrypcjami"
24
 
25
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
26
  msgid "Comment Form"
27
  msgstr "Formularz komentarzy"
28
 
29
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
30
  msgid "Management Page"
31
  msgstr "Zarządzaj stroną"
32
 
33
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
34
  msgid "Notifications"
35
  msgstr "Powiadomienia"
36
 
37
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
38
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
39
  msgid "Options"
40
  msgstr "Opcje"
41
 
42
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
43
  msgid "You can help"
44
  msgstr "Możesz pomóc"
45
 
46
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
47
  msgid "Support"
48
  msgstr "Wsparcie"
49
 
50
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
51
  msgid "Donate"
52
  msgstr ""
53
 
@@ -61,8 +61,8 @@ msgid "Post:"
61
  msgstr "Wpis:"
62
 
63
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
64
- #: options/panel1.php:133 templates/key_expired.php:84
65
- #: templates/request-management-link.php:84 templates/subscribe.php:104
66
  #: templates/user.php:57
67
  msgid "Email"
68
  msgstr "E-mail"
@@ -299,8 +299,8 @@ msgstr ""
299
  msgid "Inactive"
300
  msgstr "Akcja"
301
 
302
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
303
- #: templates/user.php:70
304
  msgid "Delete"
305
  msgstr "Usuń"
306
 
@@ -320,7 +320,7 @@ msgstr "Akcja:"
320
  msgid "Delete forever"
321
  msgstr "Usuń na zawsze"
322
 
323
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
324
  msgid "Suspend"
325
  msgstr "Zawieś"
326
 
@@ -332,11 +332,11 @@ msgstr "Aktywuj i ustaw na Y"
332
  msgid "Activate and set to R"
333
  msgstr "Aktywuj i ustaw na R"
334
 
335
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
336
  msgid "Activate"
337
  msgstr "Aktywuj"
338
 
339
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
340
  msgid "Update subscriptions"
341
  msgstr "Aktualizuj subskrypcje"
342
 
@@ -389,27 +389,28 @@ msgid "Author label"
389
  msgstr "Opis autora"
390
 
391
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
392
- #: options/panel5.php:18 options/panel5.php:60
393
  msgid "Your settings have been successfully updated."
394
  msgstr "Twoje ustawienia zostały pomyślnie zapisane."
395
 
396
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
397
- #: options/panel5.php:20 options/panel5.php:62
398
  msgid "There was an error updating the following fields:"
399
  msgstr "Wystąpił problem podczas zapisu następujacych ustawień:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
403
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
404
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
405
  msgid "Yes"
406
  msgstr "Tak"
407
 
408
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
409
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
410
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
411
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
412
- #: utils/stcr_manage.php:784
413
  msgid "No"
414
  msgstr "Nie"
415
 
@@ -515,7 +516,7 @@ msgstr ""
515
  "Opis pokazywany autorom (oraz administratorom). Dostępne tagi: [manager_link]"
516
 
517
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
518
- #: options/panel5.php:195
519
  msgid "Save Changes"
520
  msgstr "Zapisz zmiany"
521
 
@@ -797,57 +798,61 @@ msgstr ""
797
  msgid "Safetly Uninstall"
798
  msgstr ""
799
 
800
- #: options/panel5.php:31 options/panel5.php:84
801
  msgid "Autopurge requests"
802
  msgstr "Automatyczne czyszczenie"
803
 
804
- #: options/panel5.php:34 options/panel5.php:93
805
  msgid "Enable double check"
806
  msgstr "Włącz weryfikację e-mail"
807
 
808
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
809
  msgid "Subscribe authors"
810
  msgstr "Opis subskrypcji"
811
 
812
- #: options/panel5.php:40 options/panel5.php:111
813
  msgid "Enable HTML emails"
814
  msgstr "Włacz HTML w e-mailach"
815
 
816
- #: options/panel5.php:43
817
  msgid "HTMLify Links in HTML emails"
818
  msgstr ""
819
 
820
- #: options/panel5.php:46
821
  msgid "Send trackbacks"
822
  msgstr "Wysyłaj trackbacki"
823
 
824
- #: options/panel5.php:49
825
  msgid "Notify admin"
826
  msgstr "Informuj administratora"
827
 
828
- #: options/panel5.php:52 options/panel5.php:149
829
  msgid "Let admin subscribe"
830
  msgstr "Pozwól na subskrypcję administratorowi"
831
 
832
- #: options/panel5.php:55 options/panel5.php:158
833
  msgid "BCC admin on Notifications"
834
  msgstr "Powiadomienia"
835
 
836
- #: options/panel5.php:76
837
  msgid "Safely Uninstall"
838
  msgstr ""
839
 
840
- #: options/panel5.php:80
841
  msgid ""
842
  "This option will allow you to delete the plugin with WordPress without "
843
  "loosing your subscribers. Any database table and plugin options are wipeout."
844
  msgstr ""
845
 
846
- #: options/panel5.php:87
847
  msgid "days"
848
  msgstr "dni"
849
 
850
- #: options/panel5.php:88
851
  msgid ""
852
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
853
  "this feature."
@@ -855,7 +860,14 @@ msgstr ""
855
  "Usuwaj oczekujące subskrypcje (niepotwierdzone) po X dniach. \"0\" wyłącza "
856
  "tę funkcjonalność."
857
 
858
- #: options/panel5.php:97
 
 
 
 
 
 
 
859
  msgid ""
860
  "Send a notification email to confirm the subscription (to avoid addresses "
861
  "misuse)."
@@ -863,12 +875,12 @@ msgstr ""
863
  "Wysyłaj e-mail z potwierdzeniem subskrypcji (by zapobiec pomyłkom w "
864
  "adresach, oraz zabezpieczyć przed botami)."
865
 
866
- #: options/panel5.php:106
867
  msgid ""
868
  "Automatically subscribe authors to their own articles (not retroactive)."
869
  msgstr ""
870
 
871
- #: options/panel5.php:115
872
  msgid ""
873
  "If enabled, will send email messages with content-type = text/html instead "
874
  "of text/plain"
@@ -876,58 +888,58 @@ msgstr ""
876
  "Jeśli włączone, wysyłane będą wiadomości e-mail z content-type=text/html "
877
  "zamiast text/plain"
878
 
879
- #: options/panel5.php:120
880
  msgid "HTMLify links in emails"
881
  msgstr ""
882
 
883
- #: options/panel5.php:125
884
  msgid ""
885
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
886
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
887
  msgstr ""
888
 
889
- #: options/panel5.php:130
890
  msgid "Process trackbacks"
891
  msgstr "Śledź trackbacki"
892
 
893
- #: options/panel5.php:134
894
  msgid ""
895
  "Notify users when a new trackback or pingback is added to the discussion."
896
  msgstr ""
897
  "Informuj użytkowników o nowych trackbackach i pingbackach dodanych do "
898
  "dyskusji."
899
 
900
- #: options/panel5.php:139
901
  msgid "Track all subscriptions"
902
  msgstr "Śledź wszystkie subskrypcje"
903
 
904
- #: options/panel5.php:144
905
  msgid "Notify the administrator when users subscribe without commenting."
906
  msgstr ""
907
  "Informuj administratora jeśli użytkownik rozpocznie subskrypcję bez "
908
  "komentowania."
909
 
910
- #: options/panel5.php:153
911
  msgid "Let the administrator subscribe to comments when logged in."
912
  msgstr "Pozwól administratorowi subskrybować jeśli jest zalogowany."
913
 
914
- #: options/panel5.php:162
915
  msgid "Send a copy of all Notifications to the administrator."
916
  msgstr ""
917
 
918
- #: options/panel5.php:167
919
  msgid "StCR Unique Key"
920
  msgstr ""
921
 
922
- #: options/panel5.php:172
923
  msgid "This Unique Key is not set, please click the following button to "
924
  msgstr ""
925
 
926
- #: options/panel5.php:176 options/panel5.php:187
927
  msgid "Generate"
928
  msgstr ""
929
 
930
- #: options/panel5.php:184
931
  msgid ""
932
  "This Unique Key will be use to send the notification to your subscribers "
933
  "with more security."
@@ -1039,16 +1051,20 @@ msgstr "Zaznacz wszystko"
1039
  msgid "Invert selection"
1040
  msgstr "Usuń zaznaczenie"
1041
 
1042
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1043
  msgid "All comments"
1044
  msgstr ""
1045
 
1046
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1047
  msgid "Replies to my comments"
1048
  msgstr "Odpowiedzi do moich komentarzy"
1049
 
1050
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1051
- #: templates/user.php:79
1052
  msgid "No subscriptions match your search criteria."
1053
  msgstr "Żadna subskrypcja nie spełnia twoich kryteriów."
1054
 
@@ -1058,16 +1074,16 @@ msgid ""
1058
  "enter your email below and a new link will be send."
1059
  msgstr ""
1060
 
1061
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1062
- #: templates/subscribe.php:106
1063
  msgid "Send"
1064
  msgstr "Wyślij"
1065
 
1066
- #: templates/subscribe.php:43 templates/subscribe.php:44
1067
  msgid "New subscription to"
1068
  msgstr "Nowa subskrypcja do"
1069
 
1070
- #: templates/subscribe.php:44
1071
  msgid "User:"
1072
  msgstr "Użytkownik:"
1073
 
@@ -1079,7 +1095,7 @@ msgstr ""
1079
  msgid "You have request to manage another email address and this is forbidden."
1080
  msgstr ""
1081
 
1082
- #: utils/stcr_manage.php:246
1083
  msgid ""
1084
  "Notify me of followup comments via e-mail. You can also <a "
1085
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1087,14 +1103,14 @@ msgstr ""
1087
  "Informuj mnie o odpowiedziach poprzez e-mail. Możesz również <a "
1088
  "href='[subscribe_link]'>subskrybować</a> wpis bez zostawiania komentarza."
1089
 
1090
- #: utils/stcr_manage.php:247
1091
  msgid ""
1092
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1093
  "subscriptions."
1094
  msgstr ""
1095
  "Subskrybujesz ten wpis. <a href='[manager_link]'>Zarządzaj subskrypcją</a>."
1096
 
1097
- #: utils/stcr_manage.php:248
1098
  msgid ""
1099
  "Your subscription to this post needs to be confirmed. <a "
1100
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1102,12 +1118,12 @@ msgstr ""
1102
  "Twoja subskrypcja do tego postu musi zostać potwierdzona. <a "
1103
  "href='[manager_link]'>Zarządzaj subskrypcją</a>."
1104
 
1105
- #: utils/stcr_manage.php:249
1106
  msgid ""
1107
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1108
  msgstr "Możesz <a href='[manager_link]'>zarządzać subskrypcją</a> tego wpisu."
1109
 
1110
- #: utils/stcr_manage.php:255
1111
  msgid ""
1112
  "To manage your subscriptions, please enter your email address here below. We "
1113
  "will send you a message containing the link to access your personal "
@@ -1116,7 +1132,7 @@ msgstr ""
1116
  "By zarządzać subskrypcjami, proszę wprowadzić adres e-mail w polu poniżej. "
1117
  "Otrzymasz wiadomość zawierajacą odnośnik do strony zarządzania subskrypcjami."
1118
 
1119
- #: utils/stcr_manage.php:256
1120
  msgid ""
1121
  "Thank you for using our subscription service. Your request has been "
1122
  "completed, and you should receive an email with the management link in a few "
@@ -1126,7 +1142,7 @@ msgstr ""
1126
  "przeciągu kilku minut powinieneś otrzymać wiadomość e-mail z odnośnikiem do "
1127
  "zarządzania subskrypcjami."
1128
 
1129
- #: utils/stcr_manage.php:257
1130
  msgid ""
1131
  "You can follow the discussion on <strong>[post_title]</strong> without "
1132
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1136,7 +1152,7 @@ msgstr ""
1136
  "zostawiania komentarza. Wystarczy, że wpiszesz swój adres e-mail w polu "
1137
  "poniżej, a o następnym komentarzu zostaniesz powiadomiony e-mailem."
1138
 
1139
- #: utils/stcr_manage.php:258
1140
  msgid ""
1141
  "Thank you for using our subscription service. Your request has been "
1142
  "completed. You will receive a notification email every time a new comment to "
@@ -1146,7 +1162,7 @@ msgstr ""
1146
  "Będziesz otrzymywał powiadomienie za każdym razem, gdy pojawi się nowy "
1147
  "komentarz zaakceptowany przez administratora do tego wpisu."
1148
 
1149
- #: utils/stcr_manage.php:259
1150
  msgid ""
1151
  "Thank you for using our subscription service. In order to confirm your "
1152
  "request, please check your email for the verification message and follow the "
@@ -1156,7 +1172,7 @@ msgstr ""
1156
  "sprawdzić swoją pocztę w celu weryfikacji adresu e-mail i podążać zgodnie z "
1157
  "instrukcjami w nim zawartymi."
1158
 
1159
- #: utils/stcr_manage.php:260
1160
  msgid ""
1161
  "In order to cancel or suspend one or more notifications, select the "
1162
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1164,7 +1180,7 @@ msgstr ""
1164
  "W celu anulowania bądź zrezygnowania z subskrypcji, proszę wybrać z "
1165
  "poniższej listy wpis, a następnie wybrać akcję, którą chcesz wykonać."
1166
 
1167
- #: utils/stcr_manage.php:261
1168
  msgid ""
1169
  "In order to cancel or suspend one or more notifications, select the "
1170
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1175,11 +1191,11 @@ msgstr ""
1175
  "\n"
1176
  "Aktualnie subskrybujesz:"
1177
 
1178
- #: utils/stcr_manage.php:265
1179
  msgid "There is a new comment to [post_title]"
1180
  msgstr "Pojawił się nowy komentarz do wpisu [post_title]"
1181
 
1182
- #: utils/stcr_manage.php:266
1183
  msgid ""
1184
  "There is a new comment to [post_title].\n"
1185
  "Comment Link: [comment_permalink]\n"
@@ -1197,11 +1213,11 @@ msgstr ""
1197
  "\n"
1198
  "Zarządzaj subskrypcjami: [manager_link]"
1199
 
1200
- #: utils/stcr_manage.php:267
1201
  msgid "Please confirm your subscription to [post_title]"
1202
  msgstr "Proszę potwierdzić swoją subskrypcję do wpisu [post_title]"
1203
 
1204
- #: utils/stcr_manage.php:268
1205
  msgid ""
1206
  "You have requested to be notified every time a new comment is added to:\n"
1207
  "[post_permalink]\n"
@@ -1216,17 +1232,17 @@ msgstr ""
1216
  "Proszę potwierdzić zgłoszenie poprzez kliknięcie w poniższy odnośnik:\n"
1217
  "[confirm_link]"
1218
 
1219
- #: utils/stcr_manage.php:269
1220
  msgid "Manage your subscriptions on [blog_name]"
1221
  msgstr "Zarządzaj swoimi subskrypcjami na [blog_name]"
1222
 
1223
- #: utils/stcr_manage.php:270
1224
  msgid ""
1225
  "You have requested to manage your subscriptions to the articles on "
1226
  "[blog_name]. Please check the Subscriptions management link in your email"
1227
  msgstr ""
1228
 
1229
- #: utils/stcr_manage.php:271
1230
  msgid ""
1231
  "You have requested to manage your subscriptions to the articles on "
1232
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1237,38 +1253,38 @@ msgstr ""
1237
  "subskrypcjami:\n"
1238
  "[manager_link]"
1239
 
1240
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1241
  msgid "StCR System"
1242
  msgstr ""
1243
 
1244
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1245
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1246
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1247
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1248
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1249
  msgid "You do not have sufficient permissions to access this page."
1250
  msgstr ""
1251
 
1252
- #: utils/stcr_manage.php:755
1253
  msgid "Subscriptions"
1254
  msgstr "Subskrypcje"
1255
 
1256
- #: utils/stcr_manage.php:811
1257
  msgid ""
1258
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1259
  msgstr ""
1260
  "Potrzebujesz pomocy, jak używać wtyczki Subscribe to Comments Reloaded? "
1261
  "Odwiedź oficjalną stronę"
1262
 
1263
- #: utils/stcr_manage.php:811
1264
  msgid "support forum"
1265
  msgstr "forum wsparcia"
1266
 
1267
- #: utils/stcr_manage.php:812
1268
  msgid "Feeling generous?"
1269
  msgstr "Jesteś hojny?"
1270
 
1271
- #: utils/stcr_manage.php:812
1272
  msgid "Donate a few bucks!"
1273
  msgstr "Przelej kilka dolarów!"
1274
 
@@ -1401,6 +1417,7 @@ msgstr ""
1401
 
1402
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1403
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1404
  msgid ""
1405
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1406
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1475,19 +1492,40 @@ msgid ""
1475
  "previous 160831 version."
1476
  msgstr ""
1477
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1478
  #: utils/stcr_utils.php:195
1479
  msgid "StCR Notification"
1480
  msgstr "Powiadomienia"
1481
 
1482
- #: wp_subscribe_reloaded.php:114
1483
- msgid "Settings"
1484
- msgstr ""
1485
-
1486
- #: wp_subscribe_reloaded.php:1086
1487
  msgid "Don't subscribe"
1488
  msgstr "Nie subskrybuj"
1489
 
1490
- #: wp_subscribe_reloaded.php:1087
1491
  msgid "All"
1492
  msgstr "Wszystko"
1493
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:07-0600\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Filip \"inzaghi89\" Cierpich <inzaghi89@gmail.com>\n"
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
21
+ #: utils/stcr_manage.php:393
22
  msgid "Manage subscriptions"
23
  msgstr "Zarządzaj subskrypcjami"
24
 
25
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
26
  msgid "Comment Form"
27
  msgstr "Formularz komentarzy"
28
 
29
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
30
  msgid "Management Page"
31
  msgstr "Zarządzaj stroną"
32
 
33
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
34
  msgid "Notifications"
35
  msgstr "Powiadomienia"
36
 
37
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
38
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
39
  msgid "Options"
40
  msgstr "Opcje"
41
 
42
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
43
  msgid "You can help"
44
  msgstr "Możesz pomóc"
45
 
46
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
47
  msgid "Support"
48
  msgstr "Wsparcie"
49
 
50
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
51
  msgid "Donate"
52
  msgstr ""
53
 
61
  msgstr "Wpis:"
62
 
63
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
64
+ #: options/panel1.php:133 templates/key_expired.php:74
65
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
66
  #: templates/user.php:57
67
  msgid "Email"
68
  msgstr "E-mail"
299
  msgid "Inactive"
300
  msgstr "Akcja"
301
 
302
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
303
+ #: templates/user.php:73
304
  msgid "Delete"
305
  msgstr "Usuń"
306
 
320
  msgid "Delete forever"
321
  msgstr "Usuń na zawsze"
322
 
323
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
324
  msgid "Suspend"
325
  msgstr "Zawieś"
326
 
332
  msgid "Activate and set to R"
333
  msgstr "Aktywuj i ustaw na R"
334
 
335
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
336
  msgid "Activate"
337
  msgstr "Aktywuj"
338
 
339
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
340
  msgid "Update subscriptions"
341
  msgstr "Aktualizuj subskrypcje"
342
 
389
  msgstr "Opis autora"
390
 
391
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
392
+ #: options/panel5.php:18 options/panel5.php:63
393
  msgid "Your settings have been successfully updated."
394
  msgstr "Twoje ustawienia zostały pomyślnie zapisane."
395
 
396
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
397
+ #: options/panel5.php:20 options/panel5.php:65
398
  msgid "There was an error updating the following fields:"
399
  msgstr "Wystąpił problem podczas zapisu następujacych ustawień:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
403
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
404
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
405
+ #: options/panel5.php:172
406
  msgid "Yes"
407
  msgstr "Tak"
408
 
409
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
410
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
411
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
412
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
413
+ #: options/panel5.php:173 utils/stcr_manage.php:794
414
  msgid "No"
415
  msgstr "Nie"
416
 
516
  "Opis pokazywany autorom (oraz administratorom). Dostępne tagi: [manager_link]"
517
 
518
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
519
+ #: options/panel5.php:207
520
  msgid "Save Changes"
521
  msgstr "Zapisz zmiany"
522
 
798
  msgid "Safetly Uninstall"
799
  msgstr ""
800
 
801
+ #: options/panel5.php:31 options/panel5.php:87
802
  msgid "Autopurge requests"
803
  msgstr "Automatyczne czyszczenie"
804
 
805
+ #: options/panel5.php:34 options/panel5.php:105
806
  msgid "Enable double check"
807
  msgstr "Włącz weryfikację e-mail"
808
 
809
+ #: options/panel5.php:37 options/panel5.php:96
810
+ msgid "StCR Position"
811
+ msgstr ""
812
+
813
+ #: options/panel5.php:40 options/panel5.php:113
814
  msgid "Subscribe authors"
815
  msgstr "Opis subskrypcji"
816
 
817
+ #: options/panel5.php:43 options/panel5.php:123
818
  msgid "Enable HTML emails"
819
  msgstr "Włacz HTML w e-mailach"
820
 
821
+ #: options/panel5.php:46
822
  msgid "HTMLify Links in HTML emails"
823
  msgstr ""
824
 
825
+ #: options/panel5.php:49
826
  msgid "Send trackbacks"
827
  msgstr "Wysyłaj trackbacki"
828
 
829
+ #: options/panel5.php:52
830
  msgid "Notify admin"
831
  msgstr "Informuj administratora"
832
 
833
+ #: options/panel5.php:55 options/panel5.php:161
834
  msgid "Let admin subscribe"
835
  msgstr "Pozwól na subskrypcję administratorowi"
836
 
837
+ #: options/panel5.php:58 options/panel5.php:170
838
  msgid "BCC admin on Notifications"
839
  msgstr "Powiadomienia"
840
 
841
+ #: options/panel5.php:79
842
  msgid "Safely Uninstall"
843
  msgstr ""
844
 
845
+ #: options/panel5.php:83
846
  msgid ""
847
  "This option will allow you to delete the plugin with WordPress without "
848
  "loosing your subscribers. Any database table and plugin options are wipeout."
849
  msgstr ""
850
 
851
+ #: options/panel5.php:90
852
  msgid "days"
853
  msgstr "dni"
854
 
855
+ #: options/panel5.php:91
856
  msgid ""
857
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
858
  "this feature."
860
  "Usuwaj oczekujące subskrypcje (niepotwierdzone) po X dniach. \"0\" wyłącza "
861
  "tę funkcjonalność."
862
 
863
+ #: options/panel5.php:100
864
+ msgid ""
865
+ "If this option is enable the subscription box will be above the submit "
866
+ "button in your comment form. Use this when your theme is outdated and using "
867
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
868
+ msgstr ""
869
+
870
+ #: options/panel5.php:109
871
  msgid ""
872
  "Send a notification email to confirm the subscription (to avoid addresses "
873
  "misuse)."
875
  "Wysyłaj e-mail z potwierdzeniem subskrypcji (by zapobiec pomyłkom w "
876
  "adresach, oraz zabezpieczyć przed botami)."
877
 
878
+ #: options/panel5.php:118
879
  msgid ""
880
  "Automatically subscribe authors to their own articles (not retroactive)."
881
  msgstr ""
882
 
883
+ #: options/panel5.php:127
884
  msgid ""
885
  "If enabled, will send email messages with content-type = text/html instead "
886
  "of text/plain"
888
  "Jeśli włączone, wysyłane będą wiadomości e-mail z content-type=text/html "
889
  "zamiast text/plain"
890
 
891
+ #: options/panel5.php:132
892
  msgid "HTMLify links in emails"
893
  msgstr ""
894
 
895
+ #: options/panel5.php:137
896
  msgid ""
897
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
898
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
899
  msgstr ""
900
 
901
+ #: options/panel5.php:142
902
  msgid "Process trackbacks"
903
  msgstr "Śledź trackbacki"
904
 
905
+ #: options/panel5.php:146
906
  msgid ""
907
  "Notify users when a new trackback or pingback is added to the discussion."
908
  msgstr ""
909
  "Informuj użytkowników o nowych trackbackach i pingbackach dodanych do "
910
  "dyskusji."
911
 
912
+ #: options/panel5.php:151
913
  msgid "Track all subscriptions"
914
  msgstr "Śledź wszystkie subskrypcje"
915
 
916
+ #: options/panel5.php:156
917
  msgid "Notify the administrator when users subscribe without commenting."
918
  msgstr ""
919
  "Informuj administratora jeśli użytkownik rozpocznie subskrypcję bez "
920
  "komentowania."
921
 
922
+ #: options/panel5.php:165
923
  msgid "Let the administrator subscribe to comments when logged in."
924
  msgstr "Pozwól administratorowi subskrybować jeśli jest zalogowany."
925
 
926
+ #: options/panel5.php:174
927
  msgid "Send a copy of all Notifications to the administrator."
928
  msgstr ""
929
 
930
+ #: options/panel5.php:179
931
  msgid "StCR Unique Key"
932
  msgstr ""
933
 
934
+ #: options/panel5.php:184
935
  msgid "This Unique Key is not set, please click the following button to "
936
  msgstr ""
937
 
938
+ #: options/panel5.php:188 options/panel5.php:199
939
  msgid "Generate"
940
  msgstr ""
941
 
942
+ #: options/panel5.php:196
943
  msgid ""
944
  "This Unique Key will be use to send the notification to your subscribers "
945
  "with more security."
1051
  msgid "Invert selection"
1052
  msgstr "Usuń zaznaczenie"
1053
 
1054
+ #: templates/author.php:73 templates/user.php:72
1055
+ msgid "Choose your action"
1056
+ msgstr ""
1057
+
1058
+ #: templates/author.php:76 templates/user.php:75
1059
  msgid "All comments"
1060
  msgstr ""
1061
 
1062
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1063
  msgid "Replies to my comments"
1064
  msgstr "Odpowiedzi do moich komentarzy"
1065
 
1066
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1067
+ #: templates/user.php:84
1068
  msgid "No subscriptions match your search criteria."
1069
  msgstr "Żadna subskrypcja nie spełnia twoich kryteriów."
1070
 
1074
  "enter your email below and a new link will be send."
1075
  msgstr ""
1076
 
1077
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1078
+ #: templates/subscribe.php:95
1079
  msgid "Send"
1080
  msgstr "Wyślij"
1081
 
1082
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1083
  msgid "New subscription to"
1084
  msgstr "Nowa subskrypcja do"
1085
 
1086
+ #: templates/subscribe.php:46
1087
  msgid "User:"
1088
  msgstr "Użytkownik:"
1089
 
1095
  msgid "You have request to manage another email address and this is forbidden."
1096
  msgstr ""
1097
 
1098
+ #: utils/stcr_manage.php:224
1099
  msgid ""
1100
  "Notify me of followup comments via e-mail. You can also <a "
1101
  "href='[subscribe_link]'>subscribe</a> without commenting."
1103
  "Informuj mnie o odpowiedziach poprzez e-mail. Możesz również <a "
1104
  "href='[subscribe_link]'>subskrybować</a> wpis bez zostawiania komentarza."
1105
 
1106
+ #: utils/stcr_manage.php:225
1107
  msgid ""
1108
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1109
  "subscriptions."
1110
  msgstr ""
1111
  "Subskrybujesz ten wpis. <a href='[manager_link]'>Zarządzaj subskrypcją</a>."
1112
 
1113
+ #: utils/stcr_manage.php:226
1114
  msgid ""
1115
  "Your subscription to this post needs to be confirmed. <a "
1116
  "href='[manager_link]'>Manage your subscriptions</a>."
1118
  "Twoja subskrypcja do tego postu musi zostać potwierdzona. <a "
1119
  "href='[manager_link]'>Zarządzaj subskrypcją</a>."
1120
 
1121
+ #: utils/stcr_manage.php:227
1122
  msgid ""
1123
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1124
  msgstr "Możesz <a href='[manager_link]'>zarządzać subskrypcją</a> tego wpisu."
1125
 
1126
+ #: utils/stcr_manage.php:233
1127
  msgid ""
1128
  "To manage your subscriptions, please enter your email address here below. We "
1129
  "will send you a message containing the link to access your personal "
1132
  "By zarządzać subskrypcjami, proszę wprowadzić adres e-mail w polu poniżej. "
1133
  "Otrzymasz wiadomość zawierajacą odnośnik do strony zarządzania subskrypcjami."
1134
 
1135
+ #: utils/stcr_manage.php:234
1136
  msgid ""
1137
  "Thank you for using our subscription service. Your request has been "
1138
  "completed, and you should receive an email with the management link in a few "
1142
  "przeciągu kilku minut powinieneś otrzymać wiadomość e-mail z odnośnikiem do "
1143
  "zarządzania subskrypcjami."
1144
 
1145
+ #: utils/stcr_manage.php:235
1146
  msgid ""
1147
  "You can follow the discussion on <strong>[post_title]</strong> without "
1148
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1152
  "zostawiania komentarza. Wystarczy, że wpiszesz swój adres e-mail w polu "
1153
  "poniżej, a o następnym komentarzu zostaniesz powiadomiony e-mailem."
1154
 
1155
+ #: utils/stcr_manage.php:236
1156
  msgid ""
1157
  "Thank you for using our subscription service. Your request has been "
1158
  "completed. You will receive a notification email every time a new comment to "
1162
  "Będziesz otrzymywał powiadomienie za każdym razem, gdy pojawi się nowy "
1163
  "komentarz zaakceptowany przez administratora do tego wpisu."
1164
 
1165
+ #: utils/stcr_manage.php:237
1166
  msgid ""
1167
  "Thank you for using our subscription service. In order to confirm your "
1168
  "request, please check your email for the verification message and follow the "
1172
  "sprawdzić swoją pocztę w celu weryfikacji adresu e-mail i podążać zgodnie z "
1173
  "instrukcjami w nim zawartymi."
1174
 
1175
+ #: utils/stcr_manage.php:238
1176
  msgid ""
1177
  "In order to cancel or suspend one or more notifications, select the "
1178
  "corresponding checkbox(es) and click on the button at the end of the list."
1180
  "W celu anulowania bądź zrezygnowania z subskrypcji, proszę wybrać z "
1181
  "poniższej listy wpis, a następnie wybrać akcję, którą chcesz wykonać."
1182
 
1183
+ #: utils/stcr_manage.php:239
1184
  msgid ""
1185
  "In order to cancel or suspend one or more notifications, select the "
1186
  "corresponding checkbox(es) and click on the button at the end of the list. "
1191
  "\n"
1192
  "Aktualnie subskrybujesz:"
1193
 
1194
+ #: utils/stcr_manage.php:243
1195
  msgid "There is a new comment to [post_title]"
1196
  msgstr "Pojawił się nowy komentarz do wpisu [post_title]"
1197
 
1198
+ #: utils/stcr_manage.php:244
1199
  msgid ""
1200
  "There is a new comment to [post_title].\n"
1201
  "Comment Link: [comment_permalink]\n"
1213
  "\n"
1214
  "Zarządzaj subskrypcjami: [manager_link]"
1215
 
1216
+ #: utils/stcr_manage.php:245
1217
  msgid "Please confirm your subscription to [post_title]"
1218
  msgstr "Proszę potwierdzić swoją subskrypcję do wpisu [post_title]"
1219
 
1220
+ #: utils/stcr_manage.php:246
1221
  msgid ""
1222
  "You have requested to be notified every time a new comment is added to:\n"
1223
  "[post_permalink]\n"
1232
  "Proszę potwierdzić zgłoszenie poprzez kliknięcie w poniższy odnośnik:\n"
1233
  "[confirm_link]"
1234
 
1235
+ #: utils/stcr_manage.php:247
1236
  msgid "Manage your subscriptions on [blog_name]"
1237
  msgstr "Zarządzaj swoimi subskrypcjami na [blog_name]"
1238
 
1239
+ #: utils/stcr_manage.php:248
1240
  msgid ""
1241
  "You have requested to manage your subscriptions to the articles on "
1242
  "[blog_name]. Please check the Subscriptions management link in your email"
1243
  msgstr ""
1244
 
1245
+ #: utils/stcr_manage.php:249
1246
  msgid ""
1247
  "You have requested to manage your subscriptions to the articles on "
1248
  "[blog_name]. Follow this link to access your personal page:\n"
1253
  "subskrypcjami:\n"
1254
  "[manager_link]"
1255
 
1256
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1257
  msgid "StCR System"
1258
  msgstr ""
1259
 
1260
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1261
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1262
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1263
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1264
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1265
  msgid "You do not have sufficient permissions to access this page."
1266
  msgstr ""
1267
 
1268
+ #: utils/stcr_manage.php:765
1269
  msgid "Subscriptions"
1270
  msgstr "Subskrypcje"
1271
 
1272
+ #: utils/stcr_manage.php:821
1273
  msgid ""
1274
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1275
  msgstr ""
1276
  "Potrzebujesz pomocy, jak używać wtyczki Subscribe to Comments Reloaded? "
1277
  "Odwiedź oficjalną stronę"
1278
 
1279
+ #: utils/stcr_manage.php:821
1280
  msgid "support forum"
1281
  msgstr "forum wsparcia"
1282
 
1283
+ #: utils/stcr_manage.php:822
1284
  msgid "Feeling generous?"
1285
  msgstr "Jesteś hojny?"
1286
 
1287
+ #: utils/stcr_manage.php:822
1288
  msgid "Donate a few bucks!"
1289
  msgstr "Przelej kilka dolarów!"
1290
 
1417
 
1418
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1419
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1420
+ #: utils/stcr_upgrade.php:492
1421
  msgid ""
1422
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1423
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1492
  "previous 160831 version."
1493
  msgstr ""
1494
 
1495
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1496
+ msgid "Settings"
1497
+ msgstr ""
1498
+
1499
+ #: utils/stcr_upgrade.php:485
1500
+ msgid ""
1501
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1502
+ "160915"
1503
+ msgstr ""
1504
+
1505
+ #: utils/stcr_upgrade.php:486
1506
+ msgid "This version includes fixes and improvements, "
1507
+ msgstr ""
1508
+
1509
+ #: utils/stcr_upgrade.php:489
1510
+ msgid ""
1511
+ "<strong>Change</strong> the radio buttons in the management page for a "
1512
+ "dropdown."
1513
+ msgstr ""
1514
+
1515
+ #: utils/stcr_upgrade.php:490
1516
+ msgid ""
1517
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1518
+ msgstr ""
1519
+
1520
  #: utils/stcr_utils.php:195
1521
  msgid "StCR Notification"
1522
  msgstr "Powiadomienia"
1523
 
1524
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1525
  msgid "Don't subscribe"
1526
  msgstr "Nie subskrybuj"
1527
 
1528
+ #: wp_subscribe_reloaded.php:1095
1529
  msgid "All"
1530
  msgstr "Wszystko"
1531
 
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: 2016-09-02 19:31-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:31-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
@@ -19,42 +19,42 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
23
- #: utils/stcr_manage.php:383
24
  msgid "Manage subscriptions"
25
  msgstr "Gerenciar inscrições"
26
 
27
  # @ subscribe-reloaded
28
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
29
  msgid "Comment Form"
30
  msgstr "Formulário de resposta"
31
 
32
  # @ subscribe-reloaded
33
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
34
  msgid "Management Page"
35
  msgstr "Página de Gerenciamento"
36
 
37
  # @ subscribe-reloaded
38
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
39
  msgid "Notifications"
40
  msgstr "Notificações"
41
 
42
  # @ subscribe-reloaded
43
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
44
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
45
  msgid "Options"
46
  msgstr "Opções"
47
 
48
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
49
  msgid "You can help"
50
  msgstr "Você pode ajudar"
51
 
52
  # @ subscribe-reloaded
53
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
54
  msgid "Support"
55
  msgstr "Suporte"
56
 
57
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
58
  msgid "Donate"
59
  msgstr ""
60
 
@@ -70,8 +70,8 @@ msgstr "Post:"
70
 
71
  # @ subscribe-reloaded
72
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
73
- #: options/panel1.php:133 templates/key_expired.php:84
74
- #: templates/request-management-link.php:84 templates/subscribe.php:104
75
  #: templates/user.php:57
76
  msgid "Email"
77
  msgstr "E-mail"
@@ -338,8 +338,8 @@ msgid "Inactive"
338
  msgstr "Ativo"
339
 
340
  # @ subscribe-reloaded
341
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
342
- #: templates/user.php:70
343
  msgid "Delete"
344
  msgstr "Remover"
345
 
@@ -363,7 +363,7 @@ msgid "Delete forever"
363
  msgstr "Remover para sempre"
364
 
365
  # @ subscribe-reloaded
366
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
367
  msgid "Suspend"
368
  msgstr "Suspender"
369
 
@@ -375,12 +375,12 @@ msgstr "Ativar e marcar como Y"
375
  msgid "Activate and set to R"
376
  msgstr "Ativar e marcar como R"
377
 
378
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
379
  msgid "Activate"
380
  msgstr "Ativar"
381
 
382
  # @ subscribe-reloaded
383
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
384
  msgid "Update subscriptions"
385
  msgstr "Atualizar inscrições"
386
 
@@ -443,30 +443,31 @@ msgstr "Descrição para &quot;Autor&quot;"
443
 
444
  # @ subscribe-reloaded
445
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
446
- #: options/panel5.php:18 options/panel5.php:60
447
  msgid "Your settings have been successfully updated."
448
  msgstr "Suas configurações foram atualizadas"
449
 
450
  # @ subscribe-reloaded
451
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
452
- #: options/panel5.php:20 options/panel5.php:62
453
  msgid "There was an error updating the following fields:"
454
  msgstr "Houve um erro ao atualizar os seguintes campos:"
455
 
456
  # @ subscribe-reloaded
457
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
458
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
459
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
460
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
461
  msgid "Yes"
462
  msgstr "Sim"
463
 
464
  # @ subscribe-reloaded
465
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
466
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
467
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
468
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
469
- #: utils/stcr_manage.php:784
470
  msgid "No"
471
  msgstr "Não"
472
 
@@ -583,7 +584,7 @@ msgstr ""
583
 
584
  # @ default
585
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
586
- #: options/panel5.php:195
587
  msgid "Save Changes"
588
  msgstr "Salvar Alterações"
589
 
@@ -900,63 +901,67 @@ msgid "Safetly Uninstall"
900
  msgstr ""
901
 
902
  # @ subscribe-reloaded
903
- #: options/panel5.php:31 options/panel5.php:84
904
  msgid "Autopurge requests"
905
  msgstr "Pedidos de auto remoção"
906
 
907
  # @ subscribe-reloaded
908
- #: options/panel5.php:34 options/panel5.php:93
909
  msgid "Enable double check"
910
  msgstr "Habilitar confirmação"
911
 
 
 
 
 
912
  # @ subscribe-reloaded
913
- #: options/panel5.php:37 options/panel5.php:101
914
  msgid "Subscribe authors"
915
  msgstr "Inscrito"
916
 
917
- #: options/panel5.php:40 options/panel5.php:111
918
  msgid "Enable HTML emails"
919
  msgstr "Habilitar e-mails HTML"
920
 
921
- #: options/panel5.php:43
922
  msgid "HTMLify Links in HTML emails"
923
  msgstr ""
924
 
925
  # @ subscribe-reloaded
926
- #: options/panel5.php:46
927
  msgid "Send trackbacks"
928
  msgstr "Enviar trackbacks"
929
 
930
  # @ subscribe-reloaded
931
- #: options/panel5.php:49
932
  msgid "Notify admin"
933
  msgstr "Notificar Administrador"
934
 
935
- #: options/panel5.php:52 options/panel5.php:149
936
  msgid "Let admin subscribe"
937
  msgstr "Permitir inscrições do Admin"
938
 
939
  # @ subscribe-reloaded
940
- #: options/panel5.php:55 options/panel5.php:158
941
  msgid "BCC admin on Notifications"
942
  msgstr "Notificações"
943
 
944
- #: options/panel5.php:76
945
  msgid "Safely Uninstall"
946
  msgstr ""
947
 
948
- #: options/panel5.php:80
949
  msgid ""
950
  "This option will allow you to delete the plugin with WordPress without "
951
  "loosing your subscribers. Any database table and plugin options are wipeout."
952
  msgstr ""
953
 
954
- #: options/panel5.php:87
955
  msgid "days"
956
  msgstr "dias"
957
 
958
  # @ subscribe-reloaded
959
- #: options/panel5.php:88
960
  msgid ""
961
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
962
  "this feature."
@@ -964,8 +969,15 @@ msgstr ""
964
  "Excluir inscrições pendentes (não-confirmadas) após X dias. Zero desativa "
965
  "esse recurso."
966
 
 
 
 
 
 
 
 
967
  # @ subscribe-reloaded
968
- #: options/panel5.php:97
969
  msgid ""
970
  "Send a notification email to confirm the subscription (to avoid addresses "
971
  "misuse)."
@@ -973,12 +985,12 @@ msgstr ""
973
  "Enviar um e-mail de notificação para confirmar a inscrição (para evitar "
974
  "abusos de endereços)."
975
 
976
- #: options/panel5.php:106
977
  msgid ""
978
  "Automatically subscribe authors to their own articles (not retroactive)."
979
  msgstr ""
980
 
981
- #: options/panel5.php:115
982
  msgid ""
983
  "If enabled, will send email messages with content-type = text/html instead "
984
  "of text/plain"
@@ -986,23 +998,23 @@ msgstr ""
986
  "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez "
987
  "de text/plain"
988
 
989
- #: options/panel5.php:120
990
  msgid "HTMLify links in emails"
991
  msgstr ""
992
 
993
- #: options/panel5.php:125
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)."
997
  msgstr ""
998
 
999
  # @ subscribe-reloaded
1000
- #: options/panel5.php:130
1001
  msgid "Process trackbacks"
1002
  msgstr "Enviar trackbacks"
1003
 
1004
  # @ subscribe-reloaded
1005
- #: options/panel5.php:134
1006
  msgid ""
1007
  "Notify users when a new trackback or pingback is added to the discussion."
1008
  msgstr ""
@@ -1010,39 +1022,39 @@ msgstr ""
1010
  "discussão."
1011
 
1012
  # @ subscribe-reloaded
1013
- #: options/panel5.php:139
1014
  msgid "Track all subscriptions"
1015
  msgstr "Acompanhe todas as inscrições"
1016
 
1017
  # @ subscribe-reloaded
1018
- #: options/panel5.php:144
1019
  msgid "Notify the administrator when users subscribe without commenting."
1020
  msgstr ""
1021
  "Notificar o administrador quando os usuários se inscrever sem comentar."
1022
 
1023
  # @ subscribe-reloaded
1024
- #: options/panel5.php:153
1025
  msgid "Let the administrator subscribe to comments when logged in."
1026
  msgstr ""
1027
  "Deixe o administrador inscrever-se em comentários, quando estiver logado."
1028
 
1029
- #: options/panel5.php:162
1030
  msgid "Send a copy of all Notifications to the administrator."
1031
  msgstr ""
1032
 
1033
- #: options/panel5.php:167
1034
  msgid "StCR Unique Key"
1035
  msgstr ""
1036
 
1037
- #: options/panel5.php:172
1038
  msgid "This Unique Key is not set, please click the following button to "
1039
  msgstr ""
1040
 
1041
- #: options/panel5.php:176 options/panel5.php:187
1042
  msgid "Generate"
1043
  msgstr ""
1044
 
1045
- #: options/panel5.php:184
1046
  msgid ""
1047
  "This Unique Key will be use to send the notification to your subscribers "
1048
  "with more security."
@@ -1163,17 +1175,21 @@ msgstr "Selecionar tudo"
1163
  msgid "Invert selection"
1164
  msgstr "Inverter seleção"
1165
 
1166
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1167
  msgid "All comments"
1168
  msgstr ""
1169
 
1170
  # @ subscribe-reloaded
1171
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1172
  msgid "Replies to my comments"
1173
  msgstr "Apenas respostas a meus comentários"
1174
 
1175
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1176
- #: templates/user.php:79
1177
  msgid "No subscriptions match your search criteria."
1178
  msgstr "Nenhuma inscrição atende a seus critérios de busca."
1179
 
@@ -1184,18 +1200,18 @@ msgid ""
1184
  msgstr ""
1185
 
1186
  # @ subscribe-reloaded
1187
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1188
- #: templates/subscribe.php:106
1189
  msgid "Send"
1190
  msgstr "Enviar"
1191
 
1192
  # @ subscribe-reloaded
1193
- #: templates/subscribe.php:43 templates/subscribe.php:44
1194
  msgid "New subscription to"
1195
  msgstr "Nova inscrição para"
1196
 
1197
  # @ subscribe-reloaded
1198
- #: templates/subscribe.php:44
1199
  msgid "User:"
1200
  msgstr "Usuário:"
1201
 
@@ -1208,7 +1224,7 @@ msgid "You have request to manage another email address and this is forbidden."
1208
  msgstr ""
1209
 
1210
  # @ subscribe-reloaded
1211
- #: utils/stcr_manage.php:246
1212
  msgid ""
1213
  "Notify me of followup comments via e-mail. You can also <a "
1214
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1217,7 +1233,7 @@ msgstr ""
1217
  "href='[subscribe_link]'>se inscrever</a> sem comentar."
1218
 
1219
  # @ subscribe-reloaded
1220
- #: utils/stcr_manage.php:247
1221
  msgid ""
1222
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1223
  "subscriptions."
@@ -1226,7 +1242,7 @@ msgstr ""
1226
  "inscrições."
1227
 
1228
  # @ subscribe-reloaded
1229
- #: utils/stcr_manage.php:248
1230
  msgid ""
1231
  "Your subscription to this post needs to be confirmed. <a "
1232
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1235,14 +1251,14 @@ msgstr ""
1235
  "href='[manager_link]'>Gerencie as suas inscrições</a>."
1236
 
1237
  # @ subscribe-reloaded
1238
- #: utils/stcr_manage.php:249
1239
  msgid ""
1240
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1241
  msgstr ""
1242
  "Você pode <a href='[manager_link]'>gerenciar as inscrições</a> deste post."
1243
 
1244
  # @ subscribe-reloaded
1245
- #: utils/stcr_manage.php:255
1246
  msgid ""
1247
  "To manage your subscriptions, please enter your email address here below. We "
1248
  "will send you a message containing the link to access your personal "
@@ -1253,7 +1269,7 @@ msgstr ""
1253
  "página pessoal de gerenciamento."
1254
 
1255
  # @ subscribe-reloaded
1256
- #: utils/stcr_manage.php:256
1257
  msgid ""
1258
  "Thank you for using our subscription service. Your request has been "
1259
  "completed, and you should receive an email with the management link in a few "
@@ -1263,7 +1279,7 @@ msgstr ""
1263
  "você deverá receber um email com o link de gerenciamento em poucos minutos."
1264
 
1265
  # @ subscribe-reloaded
1266
- #: utils/stcr_manage.php:257
1267
  msgid ""
1268
  "You can follow the discussion on <strong>[post_title]</strong> without "
1269
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1274,7 +1290,7 @@ msgstr ""
1274
  "no formulário abaixo."
1275
 
1276
  # @ subscribe-reloaded
1277
- #: utils/stcr_manage.php:258
1278
  msgid ""
1279
  "Thank you for using our subscription service. Your request has been "
1280
  "completed. You will receive a notification email every time a new comment to "
@@ -1285,7 +1301,7 @@ msgstr ""
1285
  "este artigo for aprovado e publicado pelo administrador."
1286
 
1287
  # @ subscribe-reloaded
1288
- #: utils/stcr_manage.php:259
1289
  msgid ""
1290
  "Thank you for using our subscription service. In order to confirm your "
1291
  "request, please check your email for the verification message and follow the "
@@ -1295,7 +1311,7 @@ msgstr ""
1295
  "verifique seu e-mail para a mensagem de confirmação e siga as instruções."
1296
 
1297
  # @ subscribe-reloaded
1298
- #: utils/stcr_manage.php:260
1299
  msgid ""
1300
  "In order to cancel or suspend one or more notifications, select the "
1301
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1304,7 +1320,7 @@ msgstr ""
1304
  "correspondente (s) e clique no botão no final da lista."
1305
 
1306
  # @ subscribe-reloaded
1307
- #: utils/stcr_manage.php:261
1308
  msgid ""
1309
  "In order to cancel or suspend one or more notifications, select the "
1310
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1315,12 +1331,12 @@ msgstr ""
1315
  "em:"
1316
 
1317
  # @ subscribe-reloaded
1318
- #: utils/stcr_manage.php:265
1319
  msgid "There is a new comment to [post_title]"
1320
  msgstr "Há um novo comentário para [post_title]"
1321
 
1322
  # @ subscribe-reloaded
1323
- #: utils/stcr_manage.php:266
1324
  msgid ""
1325
  "There is a new comment to [post_title].\n"
1326
  "Comment Link: [comment_permalink]\n"
@@ -1339,12 +1355,12 @@ msgstr ""
1339
  "Gerencie suas inscrições: [manager_link]"
1340
 
1341
  # @ subscribe-reloaded
1342
- #: utils/stcr_manage.php:267
1343
  msgid "Please confirm your subscription to [post_title]"
1344
  msgstr "Por favor, confirme sua inscrição para [post_title]"
1345
 
1346
  # @ subscribe-reloaded
1347
- #: utils/stcr_manage.php:268
1348
  msgid ""
1349
  "You have requested to be notified every time a new comment is added to:\n"
1350
  "[post_permalink]\n"
@@ -1360,18 +1376,18 @@ msgstr ""
1360
  "[confirm_link]"
1361
 
1362
  # @ subscribe-reloaded
1363
- #: utils/stcr_manage.php:269
1364
  msgid "Manage your subscriptions on [blog_name]"
1365
  msgstr "Gerenciar as suas inscrições em [blog_name]"
1366
 
1367
- #: utils/stcr_manage.php:270
1368
  msgid ""
1369
  "You have requested to manage your subscriptions to the articles on "
1370
  "[blog_name]. Please check the Subscriptions management link in your email"
1371
  msgstr ""
1372
 
1373
  # @ subscribe-reloaded
1374
- #: utils/stcr_manage.php:271
1375
  msgid ""
1376
  "You have requested to manage your subscriptions to the articles on "
1377
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1381,24 +1397,24 @@ msgstr ""
1381
  "[blog_name]. Siga este link para acessar sua página pessoal de inscrições:\n"
1382
  "[manager_link]"
1383
 
1384
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1385
  msgid "StCR System"
1386
  msgstr ""
1387
 
1388
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1389
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1390
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1391
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1392
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1393
  msgid "You do not have sufficient permissions to access this page."
1394
  msgstr ""
1395
 
1396
  # @ subscribe-reloaded
1397
- #: utils/stcr_manage.php:755
1398
  msgid "Subscriptions"
1399
  msgstr "Inscrições"
1400
 
1401
- #: utils/stcr_manage.php:811
1402
  msgid ""
1403
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1404
  msgstr ""
@@ -1406,15 +1422,15 @@ msgstr ""
1406
  "oficial"
1407
 
1408
  # @ subscribe-reloaded
1409
- #: utils/stcr_manage.php:811
1410
  msgid "support forum"
1411
  msgstr "fórum de suporte"
1412
 
1413
- #: utils/stcr_manage.php:812
1414
  msgid "Feeling generous?"
1415
  msgstr "Sentindo-se generoso(a)?"
1416
 
1417
- #: utils/stcr_manage.php:812
1418
  msgid "Donate a few bucks!"
1419
  msgstr "Doe alguns trocados!"
1420
 
@@ -1547,6 +1563,7 @@ msgstr ""
1547
 
1548
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1549
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1550
  msgid ""
1551
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1552
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1621,19 +1638,40 @@ msgid ""
1621
  "previous 160831 version."
1622
  msgstr ""
1623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1624
  # @ subscribe-reloaded
1625
  #: utils/stcr_utils.php:195
1626
  msgid "StCR Notification"
1627
  msgstr "Notificações"
1628
 
1629
- #: wp_subscribe_reloaded.php:114
1630
- msgid "Settings"
1631
- msgstr ""
1632
-
1633
- #: wp_subscribe_reloaded.php:1086
1634
  msgid "Don't subscribe"
1635
  msgstr "Não se inscrever"
1636
 
1637
- #: wp_subscribe_reloaded.php:1087
1638
  msgid "All"
1639
  msgstr "Todos os comentários"
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:07-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:07-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
23
+ #: utils/stcr_manage.php:393
24
  msgid "Manage subscriptions"
25
  msgstr "Gerenciar inscrições"
26
 
27
  # @ subscribe-reloaded
28
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
29
  msgid "Comment Form"
30
  msgstr "Formulário de resposta"
31
 
32
  # @ subscribe-reloaded
33
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
34
  msgid "Management Page"
35
  msgstr "Página de Gerenciamento"
36
 
37
  # @ subscribe-reloaded
38
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
39
  msgid "Notifications"
40
  msgstr "Notificações"
41
 
42
  # @ subscribe-reloaded
43
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
44
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
45
  msgid "Options"
46
  msgstr "Opções"
47
 
48
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
49
  msgid "You can help"
50
  msgstr "Você pode ajudar"
51
 
52
  # @ subscribe-reloaded
53
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
54
  msgid "Support"
55
  msgstr "Suporte"
56
 
57
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
58
  msgid "Donate"
59
  msgstr ""
60
 
70
 
71
  # @ subscribe-reloaded
72
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
73
+ #: options/panel1.php:133 templates/key_expired.php:74
74
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
75
  #: templates/user.php:57
76
  msgid "Email"
77
  msgstr "E-mail"
338
  msgstr "Ativo"
339
 
340
  # @ subscribe-reloaded
341
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
342
+ #: templates/user.php:73
343
  msgid "Delete"
344
  msgstr "Remover"
345
 
363
  msgstr "Remover para sempre"
364
 
365
  # @ subscribe-reloaded
366
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
367
  msgid "Suspend"
368
  msgstr "Suspender"
369
 
375
  msgid "Activate and set to R"
376
  msgstr "Ativar e marcar como R"
377
 
378
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
379
  msgid "Activate"
380
  msgstr "Ativar"
381
 
382
  # @ subscribe-reloaded
383
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
384
  msgid "Update subscriptions"
385
  msgstr "Atualizar inscrições"
386
 
443
 
444
  # @ subscribe-reloaded
445
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
446
+ #: options/panel5.php:18 options/panel5.php:63
447
  msgid "Your settings have been successfully updated."
448
  msgstr "Suas configurações foram atualizadas"
449
 
450
  # @ subscribe-reloaded
451
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
452
+ #: options/panel5.php:20 options/panel5.php:65
453
  msgid "There was an error updating the following fields:"
454
  msgstr "Houve um erro ao atualizar os seguintes campos:"
455
 
456
  # @ subscribe-reloaded
457
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
458
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
459
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
460
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
461
+ #: options/panel5.php:172
462
  msgid "Yes"
463
  msgstr "Sim"
464
 
465
  # @ subscribe-reloaded
466
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
467
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
468
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
469
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
470
+ #: options/panel5.php:173 utils/stcr_manage.php:794
471
  msgid "No"
472
  msgstr "Não"
473
 
584
 
585
  # @ default
586
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
587
+ #: options/panel5.php:207
588
  msgid "Save Changes"
589
  msgstr "Salvar Alterações"
590
 
901
  msgstr ""
902
 
903
  # @ subscribe-reloaded
904
+ #: options/panel5.php:31 options/panel5.php:87
905
  msgid "Autopurge requests"
906
  msgstr "Pedidos de auto remoção"
907
 
908
  # @ subscribe-reloaded
909
+ #: options/panel5.php:34 options/panel5.php:105
910
  msgid "Enable double check"
911
  msgstr "Habilitar confirmação"
912
 
913
+ #: options/panel5.php:37 options/panel5.php:96
914
+ msgid "StCR Position"
915
+ msgstr ""
916
+
917
  # @ subscribe-reloaded
918
+ #: options/panel5.php:40 options/panel5.php:113
919
  msgid "Subscribe authors"
920
  msgstr "Inscrito"
921
 
922
+ #: options/panel5.php:43 options/panel5.php:123
923
  msgid "Enable HTML emails"
924
  msgstr "Habilitar e-mails HTML"
925
 
926
+ #: options/panel5.php:46
927
  msgid "HTMLify Links in HTML emails"
928
  msgstr ""
929
 
930
  # @ subscribe-reloaded
931
+ #: options/panel5.php:49
932
  msgid "Send trackbacks"
933
  msgstr "Enviar trackbacks"
934
 
935
  # @ subscribe-reloaded
936
+ #: options/panel5.php:52
937
  msgid "Notify admin"
938
  msgstr "Notificar Administrador"
939
 
940
+ #: options/panel5.php:55 options/panel5.php:161
941
  msgid "Let admin subscribe"
942
  msgstr "Permitir inscrições do Admin"
943
 
944
  # @ subscribe-reloaded
945
+ #: options/panel5.php:58 options/panel5.php:170
946
  msgid "BCC admin on Notifications"
947
  msgstr "Notificações"
948
 
949
+ #: options/panel5.php:79
950
  msgid "Safely Uninstall"
951
  msgstr ""
952
 
953
+ #: options/panel5.php:83
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:90
960
  msgid "days"
961
  msgstr "dias"
962
 
963
  # @ subscribe-reloaded
964
+ #: options/panel5.php:91
965
  msgid ""
966
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
967
  "this feature."
969
  "Excluir inscrições pendentes (não-confirmadas) após X dias. Zero desativa "
970
  "esse recurso."
971
 
972
+ #: options/panel5.php:100
973
+ msgid ""
974
+ "If this option is enable the subscription box will be above the submit "
975
+ "button in your comment form. Use this when your theme is outdated and using "
976
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
977
+ msgstr ""
978
+
979
  # @ subscribe-reloaded
980
+ #: options/panel5.php:109
981
  msgid ""
982
  "Send a notification email to confirm the subscription (to avoid addresses "
983
  "misuse)."
985
  "Enviar um e-mail de notificação para confirmar a inscrição (para evitar "
986
  "abusos de endereços)."
987
 
988
+ #: options/panel5.php:118
989
  msgid ""
990
  "Automatically subscribe authors to their own articles (not retroactive)."
991
  msgstr ""
992
 
993
+ #: options/panel5.php:127
994
  msgid ""
995
  "If enabled, will send email messages with content-type = text/html instead "
996
  "of text/plain"
998
  "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez "
999
  "de text/plain"
1000
 
1001
+ #: options/panel5.php:132
1002
  msgid "HTMLify links in emails"
1003
  msgstr ""
1004
 
1005
+ #: options/panel5.php:137
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
  # @ subscribe-reloaded
1012
+ #: options/panel5.php:142
1013
  msgid "Process trackbacks"
1014
  msgstr "Enviar trackbacks"
1015
 
1016
  # @ subscribe-reloaded
1017
+ #: options/panel5.php:146
1018
  msgid ""
1019
  "Notify users when a new trackback or pingback is added to the discussion."
1020
  msgstr ""
1022
  "discussão."
1023
 
1024
  # @ subscribe-reloaded
1025
+ #: options/panel5.php:151
1026
  msgid "Track all subscriptions"
1027
  msgstr "Acompanhe todas as inscrições"
1028
 
1029
  # @ subscribe-reloaded
1030
+ #: options/panel5.php:156
1031
  msgid "Notify the administrator when users subscribe without commenting."
1032
  msgstr ""
1033
  "Notificar o administrador quando os usuários se inscrever sem comentar."
1034
 
1035
  # @ subscribe-reloaded
1036
+ #: options/panel5.php:165
1037
  msgid "Let the administrator subscribe to comments when logged in."
1038
  msgstr ""
1039
  "Deixe o administrador inscrever-se em comentários, quando estiver logado."
1040
 
1041
+ #: options/panel5.php:174
1042
  msgid "Send a copy of all Notifications to the administrator."
1043
  msgstr ""
1044
 
1045
+ #: options/panel5.php:179
1046
  msgid "StCR Unique Key"
1047
  msgstr ""
1048
 
1049
+ #: options/panel5.php:184
1050
  msgid "This Unique Key is not set, please click the following button to "
1051
  msgstr ""
1052
 
1053
+ #: options/panel5.php:188 options/panel5.php:199
1054
  msgid "Generate"
1055
  msgstr ""
1056
 
1057
+ #: options/panel5.php:196
1058
  msgid ""
1059
  "This Unique Key will be use to send the notification to your subscribers "
1060
  "with more security."
1175
  msgid "Invert selection"
1176
  msgstr "Inverter seleção"
1177
 
1178
+ #: templates/author.php:73 templates/user.php:72
1179
+ msgid "Choose your action"
1180
+ msgstr ""
1181
+
1182
+ #: templates/author.php:76 templates/user.php:75
1183
  msgid "All comments"
1184
  msgstr ""
1185
 
1186
  # @ subscribe-reloaded
1187
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1188
  msgid "Replies to my comments"
1189
  msgstr "Apenas respostas a meus comentários"
1190
 
1191
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1192
+ #: templates/user.php:84
1193
  msgid "No subscriptions match your search criteria."
1194
  msgstr "Nenhuma inscrição atende a seus critérios de busca."
1195
 
1200
  msgstr ""
1201
 
1202
  # @ subscribe-reloaded
1203
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1204
+ #: templates/subscribe.php:95
1205
  msgid "Send"
1206
  msgstr "Enviar"
1207
 
1208
  # @ subscribe-reloaded
1209
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1210
  msgid "New subscription to"
1211
  msgstr "Nova inscrição para"
1212
 
1213
  # @ subscribe-reloaded
1214
+ #: templates/subscribe.php:46
1215
  msgid "User:"
1216
  msgstr "Usuário:"
1217
 
1224
  msgstr ""
1225
 
1226
  # @ subscribe-reloaded
1227
+ #: utils/stcr_manage.php:224
1228
  msgid ""
1229
  "Notify me of followup comments via e-mail. You can also <a "
1230
  "href='[subscribe_link]'>subscribe</a> without commenting."
1233
  "href='[subscribe_link]'>se inscrever</a> sem comentar."
1234
 
1235
  # @ subscribe-reloaded
1236
+ #: utils/stcr_manage.php:225
1237
  msgid ""
1238
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1239
  "subscriptions."
1242
  "inscrições."
1243
 
1244
  # @ subscribe-reloaded
1245
+ #: utils/stcr_manage.php:226
1246
  msgid ""
1247
  "Your subscription to this post needs to be confirmed. <a "
1248
  "href='[manager_link]'>Manage your subscriptions</a>."
1251
  "href='[manager_link]'>Gerencie as suas inscrições</a>."
1252
 
1253
  # @ subscribe-reloaded
1254
+ #: utils/stcr_manage.php:227
1255
  msgid ""
1256
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1257
  msgstr ""
1258
  "Você pode <a href='[manager_link]'>gerenciar as inscrições</a> deste post."
1259
 
1260
  # @ subscribe-reloaded
1261
+ #: utils/stcr_manage.php:233
1262
  msgid ""
1263
  "To manage your subscriptions, please enter your email address here below. We "
1264
  "will send you a message containing the link to access your personal "
1269
  "página pessoal de gerenciamento."
1270
 
1271
  # @ subscribe-reloaded
1272
+ #: utils/stcr_manage.php:234
1273
  msgid ""
1274
  "Thank you for using our subscription service. Your request has been "
1275
  "completed, and you should receive an email with the management link in a few "
1279
  "você deverá receber um email com o link de gerenciamento em poucos minutos."
1280
 
1281
  # @ subscribe-reloaded
1282
+ #: utils/stcr_manage.php:235
1283
  msgid ""
1284
  "You can follow the discussion on <strong>[post_title]</strong> without "
1285
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1290
  "no formulário abaixo."
1291
 
1292
  # @ subscribe-reloaded
1293
+ #: utils/stcr_manage.php:236
1294
  msgid ""
1295
  "Thank you for using our subscription service. Your request has been "
1296
  "completed. You will receive a notification email every time a new comment to "
1301
  "este artigo for aprovado e publicado pelo administrador."
1302
 
1303
  # @ subscribe-reloaded
1304
+ #: utils/stcr_manage.php:237
1305
  msgid ""
1306
  "Thank you for using our subscription service. In order to confirm your "
1307
  "request, please check your email for the verification message and follow the "
1311
  "verifique seu e-mail para a mensagem de confirmação e siga as instruções."
1312
 
1313
  # @ subscribe-reloaded
1314
+ #: utils/stcr_manage.php:238
1315
  msgid ""
1316
  "In order to cancel or suspend one or more notifications, select the "
1317
  "corresponding checkbox(es) and click on the button at the end of the list."
1320
  "correspondente (s) e clique no botão no final da lista."
1321
 
1322
  # @ subscribe-reloaded
1323
+ #: utils/stcr_manage.php:239
1324
  msgid ""
1325
  "In order to cancel or suspend one or more notifications, select the "
1326
  "corresponding checkbox(es) and click on the button at the end of the list. "
1331
  "em:"
1332
 
1333
  # @ subscribe-reloaded
1334
+ #: utils/stcr_manage.php:243
1335
  msgid "There is a new comment to [post_title]"
1336
  msgstr "Há um novo comentário para [post_title]"
1337
 
1338
  # @ subscribe-reloaded
1339
+ #: utils/stcr_manage.php:244
1340
  msgid ""
1341
  "There is a new comment to [post_title].\n"
1342
  "Comment Link: [comment_permalink]\n"
1355
  "Gerencie suas inscrições: [manager_link]"
1356
 
1357
  # @ subscribe-reloaded
1358
+ #: utils/stcr_manage.php:245
1359
  msgid "Please confirm your subscription to [post_title]"
1360
  msgstr "Por favor, confirme sua inscrição para [post_title]"
1361
 
1362
  # @ subscribe-reloaded
1363
+ #: utils/stcr_manage.php:246
1364
  msgid ""
1365
  "You have requested to be notified every time a new comment is added to:\n"
1366
  "[post_permalink]\n"
1376
  "[confirm_link]"
1377
 
1378
  # @ subscribe-reloaded
1379
+ #: utils/stcr_manage.php:247
1380
  msgid "Manage your subscriptions on [blog_name]"
1381
  msgstr "Gerenciar as suas inscrições em [blog_name]"
1382
 
1383
+ #: utils/stcr_manage.php:248
1384
  msgid ""
1385
  "You have requested to manage your subscriptions to the articles on "
1386
  "[blog_name]. Please check the Subscriptions management link in your email"
1387
  msgstr ""
1388
 
1389
  # @ subscribe-reloaded
1390
+ #: utils/stcr_manage.php:249
1391
  msgid ""
1392
  "You have requested to manage your subscriptions to the articles on "
1393
  "[blog_name]. Follow this link to access your personal page:\n"
1397
  "[blog_name]. Siga este link para acessar sua página pessoal de inscrições:\n"
1398
  "[manager_link]"
1399
 
1400
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1401
  msgid "StCR System"
1402
  msgstr ""
1403
 
1404
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1405
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1406
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1407
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1408
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1409
  msgid "You do not have sufficient permissions to access this page."
1410
  msgstr ""
1411
 
1412
  # @ subscribe-reloaded
1413
+ #: utils/stcr_manage.php:765
1414
  msgid "Subscriptions"
1415
  msgstr "Inscrições"
1416
 
1417
+ #: utils/stcr_manage.php:821
1418
  msgid ""
1419
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1420
  msgstr ""
1422
  "oficial"
1423
 
1424
  # @ subscribe-reloaded
1425
+ #: utils/stcr_manage.php:821
1426
  msgid "support forum"
1427
  msgstr "fórum de suporte"
1428
 
1429
+ #: utils/stcr_manage.php:822
1430
  msgid "Feeling generous?"
1431
  msgstr "Sentindo-se generoso(a)?"
1432
 
1433
+ #: utils/stcr_manage.php:822
1434
  msgid "Donate a few bucks!"
1435
  msgstr "Doe alguns trocados!"
1436
 
1563
 
1564
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1565
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1566
+ #: utils/stcr_upgrade.php:492
1567
  msgid ""
1568
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1569
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1638
  "previous 160831 version."
1639
  msgstr ""
1640
 
1641
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1642
+ msgid "Settings"
1643
+ msgstr ""
1644
+
1645
+ #: utils/stcr_upgrade.php:485
1646
+ msgid ""
1647
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1648
+ "160915"
1649
+ msgstr ""
1650
+
1651
+ #: utils/stcr_upgrade.php:486
1652
+ msgid "This version includes fixes and improvements, "
1653
+ msgstr ""
1654
+
1655
+ #: utils/stcr_upgrade.php:489
1656
+ msgid ""
1657
+ "<strong>Change</strong> the radio buttons in the management page for a "
1658
+ "dropdown."
1659
+ msgstr ""
1660
+
1661
+ #: utils/stcr_upgrade.php:490
1662
+ msgid ""
1663
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1664
+ msgstr ""
1665
+
1666
  # @ subscribe-reloaded
1667
  #: utils/stcr_utils.php:195
1668
  msgid "StCR Notification"
1669
  msgstr "Notificações"
1670
 
1671
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1672
  msgid "Don't subscribe"
1673
  msgstr "Não se inscrever"
1674
 
1675
+ #: wp_subscribe_reloaded.php:1095
1676
  msgid "All"
1677
  msgstr "Todos os comentários"
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: 2016-09-02 19:31-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:31-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Sérgio Martins <inove@live.com.pt>\n"
9
  "Language: pt_PT\n"
@@ -19,42 +19,42 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
23
- #: utils/stcr_manage.php:383
24
  msgid "Manage subscriptions"
25
  msgstr "Gerir Subscrições"
26
 
27
  # @ subscribe-reloaded
28
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
29
  msgid "Comment Form"
30
  msgstr "Formulário de resposta"
31
 
32
  # @ subscribe-reloaded
33
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
34
  msgid "Management Page"
35
  msgstr "Página de gestão"
36
 
37
  # @ subscribe-reloaded
38
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
39
  msgid "Notifications"
40
  msgstr "Assunto da notificação"
41
 
42
  # @ subscribe-reloaded
43
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
44
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
45
  msgid "Options"
46
  msgstr "Opções"
47
 
48
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
49
  msgid "You can help"
50
  msgstr ""
51
 
52
  # @ subscribe-reloaded
53
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
54
  msgid "Support"
55
  msgstr "Suporte"
56
 
57
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
58
  msgid "Donate"
59
  msgstr ""
60
 
@@ -70,8 +70,8 @@ msgstr "Linhas:"
70
 
71
  # @ subscribe-reloaded
72
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
73
- #: options/panel1.php:133 templates/key_expired.php:84
74
- #: templates/request-management-link.php:84 templates/subscribe.php:104
75
  #: templates/user.php:57
76
  msgid "Email"
77
  msgstr "Email"
@@ -338,8 +338,8 @@ msgid "Inactive"
338
  msgstr "Ação"
339
 
340
  # @ subscribe-reloaded
341
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
342
- #: templates/user.php:70
343
  msgid "Delete"
344
  msgstr "Remover"
345
 
@@ -363,7 +363,7 @@ msgid "Delete forever"
363
  msgstr "Remover para sempre"
364
 
365
  # @ subscribe-reloaded
366
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
367
  msgid "Suspend"
368
  msgstr "Suspender"
369
 
@@ -375,12 +375,12 @@ msgstr ""
375
  msgid "Activate and set to R"
376
  msgstr ""
377
 
378
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
379
  msgid "Activate"
380
  msgstr ""
381
 
382
  # @ subscribe-reloaded
383
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
384
  msgid "Update subscriptions"
385
  msgstr "Atualizar assinaturas"
386
 
@@ -443,30 +443,31 @@ msgstr "Descrição para o Autor"
443
 
444
  # @ subscribe-reloaded
445
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
446
- #: options/panel5.php:18 options/panel5.php:60
447
  msgid "Your settings have been successfully updated."
448
  msgstr "As suas configurações foram atualizadas"
449
 
450
  # @ subscribe-reloaded
451
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
452
- #: options/panel5.php:20 options/panel5.php:62
453
  msgid "There was an error updating the following fields:"
454
  msgstr "Houve um erro ao atualizar os seguintes campos:"
455
 
456
  # @ subscribe-reloaded
457
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
458
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
459
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
460
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
461
  msgid "Yes"
462
  msgstr "Sim"
463
 
464
  # @ subscribe-reloaded
465
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
466
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
467
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
468
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
469
- #: utils/stcr_manage.php:784
470
  msgid "No"
471
  msgstr "Não"
472
 
@@ -579,7 +580,7 @@ msgstr ""
579
 
580
  # @ default
581
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
582
- #: options/panel5.php:195
583
  msgid "Save Changes"
584
  msgstr "Guardar Alterações"
585
 
@@ -891,63 +892,67 @@ msgid "Safetly Uninstall"
891
  msgstr ""
892
 
893
  # @ subscribe-reloaded
894
- #: options/panel5.php:31 options/panel5.php:84
895
  msgid "Autopurge requests"
896
  msgstr "Pedidos de auto remoção"
897
 
898
  # @ subscribe-reloaded
899
- #: options/panel5.php:34 options/panel5.php:93
900
  msgid "Enable double check"
901
  msgstr "Ativar confirmação"
902
 
 
 
 
 
903
  # @ subscribe-reloaded
904
- #: options/panel5.php:37 options/panel5.php:101
905
  msgid "Subscribe authors"
906
  msgstr "Subscrito"
907
 
908
- #: options/panel5.php:40 options/panel5.php:111
909
  msgid "Enable HTML emails"
910
  msgstr "Ativar e-mails com HTML"
911
 
912
- #: options/panel5.php:43
913
  msgid "HTMLify Links in HTML emails"
914
  msgstr ""
915
 
916
  # @ subscribe-reloaded
917
- #: options/panel5.php:46
918
  msgid "Send trackbacks"
919
  msgstr "Enviar trackbacks"
920
 
921
  # @ subscribe-reloaded
922
- #: options/panel5.php:49
923
  msgid "Notify admin"
924
  msgstr "Notificar Administrador"
925
 
926
- #: options/panel5.php:52 options/panel5.php:149
927
  msgid "Let admin subscribe"
928
  msgstr "Permitir subscrições do Administrador"
929
 
930
  # @ subscribe-reloaded
931
- #: options/panel5.php:55 options/panel5.php:158
932
  msgid "BCC admin on Notifications"
933
  msgstr "Assunto da notificação"
934
 
935
- #: options/panel5.php:76
936
  msgid "Safely Uninstall"
937
  msgstr ""
938
 
939
- #: options/panel5.php:80
940
  msgid ""
941
  "This option will allow you to delete the plugin with WordPress without "
942
  "loosing your subscribers. Any database table and plugin options are wipeout."
943
  msgstr ""
944
 
945
- #: options/panel5.php:87
946
  msgid "days"
947
  msgstr "dias"
948
 
949
  # @ subscribe-reloaded
950
- #: options/panel5.php:88
951
  msgid ""
952
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
953
  "this feature."
@@ -955,8 +960,15 @@ msgstr ""
955
  "Excluir assinaturas pendentes (não confirmada) após X dias. Zero desativa "
956
  "este recurso."
957
 
 
 
 
 
 
 
 
958
  # @ subscribe-reloaded
959
- #: options/panel5.php:97
960
  msgid ""
961
  "Send a notification email to confirm the subscription (to avoid addresses "
962
  "misuse)."
@@ -964,12 +976,12 @@ msgstr ""
964
  "Enviar um e-mail de notificação para confirmar a inscrição (para evitar "
965
  "abusos de endereços)."
966
 
967
- #: options/panel5.php:106
968
  msgid ""
969
  "Automatically subscribe authors to their own articles (not retroactive)."
970
  msgstr ""
971
 
972
- #: options/panel5.php:115
973
  msgid ""
974
  "If enabled, will send email messages with content-type = text/html instead "
975
  "of text/plain"
@@ -977,23 +989,23 @@ msgstr ""
977
  "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez "
978
  "de text/plain"
979
 
980
- #: options/panel5.php:120
981
  msgid "HTMLify links in emails"
982
  msgstr ""
983
 
984
- #: options/panel5.php:125
985
  msgid ""
986
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
987
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
988
  msgstr ""
989
 
990
  # @ subscribe-reloaded
991
- #: options/panel5.php:130
992
  msgid "Process trackbacks"
993
  msgstr "Enviar trackbacks"
994
 
995
  # @ subscribe-reloaded
996
- #: options/panel5.php:134
997
  msgid ""
998
  "Notify users when a new trackback or pingback is added to the discussion."
999
  msgstr ""
@@ -1001,40 +1013,40 @@ msgstr ""
1001
  "acrescentado à discussão."
1002
 
1003
  # @ subscribe-reloaded
1004
- #: options/panel5.php:139
1005
  msgid "Track all subscriptions"
1006
  msgstr "Seguir todas as assinaturas"
1007
 
1008
  # @ subscribe-reloaded
1009
- #: options/panel5.php:144
1010
  msgid "Notify the administrator when users subscribe without commenting."
1011
  msgstr ""
1012
  "Notificar o administrador quando os utilizadores se inscreverem sem comentar."
1013
 
1014
  # @ subscribe-reloaded
1015
- #: options/panel5.php:153
1016
  msgid "Let the administrator subscribe to comments when logged in."
1017
  msgstr ""
1018
  "Deixe o administrador inscrever-se em comentários, quando estiver iniciado "
1019
  "sessão."
1020
 
1021
- #: options/panel5.php:162
1022
  msgid "Send a copy of all Notifications to the administrator."
1023
  msgstr ""
1024
 
1025
- #: options/panel5.php:167
1026
  msgid "StCR Unique Key"
1027
  msgstr ""
1028
 
1029
- #: options/panel5.php:172
1030
  msgid "This Unique Key is not set, please click the following button to "
1031
  msgstr ""
1032
 
1033
- #: options/panel5.php:176 options/panel5.php:187
1034
  msgid "Generate"
1035
  msgstr ""
1036
 
1037
- #: options/panel5.php:184
1038
  msgid ""
1039
  "This Unique Key will be use to send the notification to your subscribers "
1040
  "with more security."
@@ -1156,17 +1168,21 @@ msgstr "Selecionar tudo"
1156
  msgid "Invert selection"
1157
  msgstr "Inverter seleção"
1158
 
1159
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1160
  msgid "All comments"
1161
  msgstr ""
1162
 
1163
  # @ subscribe-reloaded
1164
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1165
  msgid "Replies to my comments"
1166
  msgstr "Subscrever sem comentar"
1167
 
1168
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1169
- #: templates/user.php:79
1170
  msgid "No subscriptions match your search criteria."
1171
  msgstr ""
1172
 
@@ -1177,18 +1193,18 @@ msgid ""
1177
  msgstr ""
1178
 
1179
  # @ subscribe-reloaded
1180
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1181
- #: templates/subscribe.php:106
1182
  msgid "Send"
1183
  msgstr "Enviar"
1184
 
1185
  # @ subscribe-reloaded
1186
- #: templates/subscribe.php:43 templates/subscribe.php:44
1187
  msgid "New subscription to"
1188
  msgstr "Nova subscrição para"
1189
 
1190
  # @ subscribe-reloaded
1191
- #: templates/subscribe.php:44
1192
  msgid "User:"
1193
  msgstr "Utilizador:"
1194
 
@@ -1201,7 +1217,7 @@ msgid "You have request to manage another email address and this is forbidden."
1201
  msgstr ""
1202
 
1203
  # @ subscribe-reloaded
1204
- #: utils/stcr_manage.php:246
1205
  msgid ""
1206
  "Notify me of followup comments via e-mail. You can also <a "
1207
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1210,7 +1226,7 @@ msgstr ""
1210
  "href='[subscribe_link]'>se inscrever</a> sem comentar."
1211
 
1212
  # @ subscribe-reloaded
1213
- #: utils/stcr_manage.php:247
1214
  msgid ""
1215
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1216
  "subscriptions."
@@ -1219,7 +1235,7 @@ msgstr ""
1219
  "subscrições."
1220
 
1221
  # @ subscribe-reloaded
1222
- #: utils/stcr_manage.php:248
1223
  msgid ""
1224
  "Your subscription to this post needs to be confirmed. <a "
1225
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1228,13 +1244,13 @@ msgstr ""
1228
  "href='[manager_link]'>Gerir as suas subscrições</a> ."
1229
 
1230
  # @ subscribe-reloaded
1231
- #: utils/stcr_manage.php:249
1232
  msgid ""
1233
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1234
  msgstr "Pode <a href='[manager_link]'>gerir as subscrições</a> desta entrada."
1235
 
1236
  # @ subscribe-reloaded
1237
- #: utils/stcr_manage.php:255
1238
  msgid ""
1239
  "To manage your subscriptions, please enter your email address here below. We "
1240
  "will send you a message containing the link to access your personal "
@@ -1245,7 +1261,7 @@ msgstr ""
1245
  "página de gestão pessoal."
1246
 
1247
  # @ subscribe-reloaded
1248
- #: utils/stcr_manage.php:256
1249
  msgid ""
1250
  "Thank you for using our subscription service. Your request has been "
1251
  "completed, and you should receive an email with the management link in a few "
@@ -1255,7 +1271,7 @@ msgstr ""
1255
  "deverá receber dentro de minutos um Email com o link de gestão."
1256
 
1257
  # @ subscribe-reloaded
1258
- #: utils/stcr_manage.php:257
1259
  msgid ""
1260
  "You can follow the discussion on <strong>[post_title]</strong> without "
1261
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1266,7 +1282,7 @@ msgstr ""
1266
  "abaixo."
1267
 
1268
  # @ subscribe-reloaded
1269
- #: utils/stcr_manage.php:258
1270
  msgid ""
1271
  "Thank you for using our subscription service. Your request has been "
1272
  "completed. You will receive a notification email every time a new comment to "
@@ -1277,7 +1293,7 @@ msgstr ""
1277
  "artigo for aprovado e publicado pelo administrador."
1278
 
1279
  # @ subscribe-reloaded
1280
- #: utils/stcr_manage.php:259
1281
  msgid ""
1282
  "Thank you for using our subscription service. In order to confirm your "
1283
  "request, please check your email for the verification message and follow the "
@@ -1287,7 +1303,7 @@ msgstr ""
1287
  "verifique o seu Email para a mensagem de confirmação e siga as instruções."
1288
 
1289
  # @ subscribe-reloaded
1290
- #: utils/stcr_manage.php:260
1291
  msgid ""
1292
  "In order to cancel or suspend one or more notifications, select the "
1293
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1296,7 +1312,7 @@ msgstr ""
1296
  "correspondente (s) e clique no botão no final da lista."
1297
 
1298
  # @ subscribe-reloaded
1299
- #: utils/stcr_manage.php:261
1300
  msgid ""
1301
  "In order to cancel or suspend one or more notifications, select the "
1302
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1307,12 +1323,12 @@ msgstr ""
1307
  "em:"
1308
 
1309
  # @ subscribe-reloaded
1310
- #: utils/stcr_manage.php:265
1311
  msgid "There is a new comment to [post_title]"
1312
  msgstr "Há um novo comentário para: [post_title]"
1313
 
1314
  # @ subscribe-reloaded
1315
- #: utils/stcr_manage.php:266
1316
  msgid ""
1317
  "There is a new comment to [post_title].\n"
1318
  "Comment Link: [comment_permalink]\n"
@@ -1331,12 +1347,12 @@ msgstr ""
1331
  "Gerir as suas subscrições: [manager_link]"
1332
 
1333
  # @ subscribe-reloaded
1334
- #: utils/stcr_manage.php:267
1335
  msgid "Please confirm your subscription to [post_title]"
1336
  msgstr "Por favor, confirme sua subscrição da página [post_title]"
1337
 
1338
  # @ subscribe-reloaded
1339
- #: utils/stcr_manage.php:268
1340
  msgid ""
1341
  "You have requested to be notified every time a new comment is added to:\n"
1342
  "[post_permalink]\n"
@@ -1351,18 +1367,18 @@ msgstr ""
1351
  "[confirm_link]"
1352
 
1353
  # @ subscribe-reloaded
1354
- #: utils/stcr_manage.php:269
1355
  msgid "Manage your subscriptions on [blog_name]"
1356
  msgstr "Gerir as suas subscrições no Site [blog_name]"
1357
 
1358
- #: utils/stcr_manage.php:270
1359
  msgid ""
1360
  "You have requested to manage your subscriptions to the articles on "
1361
  "[blog_name]. Please check the Subscriptions management link in your email"
1362
  msgstr ""
1363
 
1364
  # @ subscribe-reloaded
1365
- #: utils/stcr_manage.php:271
1366
  msgid ""
1367
  "You have requested to manage your subscriptions to the articles on "
1368
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1372,24 +1388,24 @@ msgstr ""
1372
  "este link para aceder à sua página pessoal de subscrições:\n"
1373
  "[manager_link]"
1374
 
1375
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1376
  msgid "StCR System"
1377
  msgstr ""
1378
 
1379
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1380
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1381
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1382
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1383
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1384
  msgid "You do not have sufficient permissions to access this page."
1385
  msgstr ""
1386
 
1387
  # @ subscribe-reloaded
1388
- #: utils/stcr_manage.php:755
1389
  msgid "Subscriptions"
1390
  msgstr "Gerir Subscrições"
1391
 
1392
- #: utils/stcr_manage.php:811
1393
  msgid ""
1394
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1395
  msgstr ""
@@ -1397,15 +1413,15 @@ msgstr ""
1397
  "o oficial"
1398
 
1399
  # @ subscribe-reloaded
1400
- #: utils/stcr_manage.php:811
1401
  msgid "support forum"
1402
  msgstr "Fórum de Suporte"
1403
 
1404
- #: utils/stcr_manage.php:812
1405
  msgid "Feeling generous?"
1406
  msgstr "Sentindo-se generoso(a)?"
1407
 
1408
- #: utils/stcr_manage.php:812
1409
  msgid "Donate a few bucks!"
1410
  msgstr "Doe alguns trocados!"
1411
 
@@ -1538,6 +1554,7 @@ msgstr ""
1538
 
1539
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1540
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1541
  msgid ""
1542
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1543
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1612,19 +1629,40 @@ msgid ""
1612
  "previous 160831 version."
1613
  msgstr ""
1614
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1615
  # @ subscribe-reloaded
1616
  #: utils/stcr_utils.php:195
1617
  msgid "StCR Notification"
1618
  msgstr "Assunto da notificação"
1619
 
1620
- #: wp_subscribe_reloaded.php:114
1621
- msgid "Settings"
1622
- msgstr ""
1623
-
1624
- #: wp_subscribe_reloaded.php:1086
1625
  msgid "Don't subscribe"
1626
  msgstr "Permitir subscrições do Administrador"
1627
 
1628
- #: wp_subscribe_reloaded.php:1087
1629
  msgid "All"
1630
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:08-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:08-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Sérgio Martins <inove@live.com.pt>\n"
9
  "Language: pt_PT\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ subscribe-reloaded
22
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
23
+ #: utils/stcr_manage.php:393
24
  msgid "Manage subscriptions"
25
  msgstr "Gerir Subscrições"
26
 
27
  # @ subscribe-reloaded
28
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
29
  msgid "Comment Form"
30
  msgstr "Formulário de resposta"
31
 
32
  # @ subscribe-reloaded
33
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
34
  msgid "Management Page"
35
  msgstr "Página de gestão"
36
 
37
  # @ subscribe-reloaded
38
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
39
  msgid "Notifications"
40
  msgstr "Assunto da notificação"
41
 
42
  # @ subscribe-reloaded
43
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
44
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
45
  msgid "Options"
46
  msgstr "Opções"
47
 
48
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
49
  msgid "You can help"
50
  msgstr ""
51
 
52
  # @ subscribe-reloaded
53
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
54
  msgid "Support"
55
  msgstr "Suporte"
56
 
57
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
58
  msgid "Donate"
59
  msgstr ""
60
 
70
 
71
  # @ subscribe-reloaded
72
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
73
+ #: options/panel1.php:133 templates/key_expired.php:74
74
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
75
  #: templates/user.php:57
76
  msgid "Email"
77
  msgstr "Email"
338
  msgstr "Ação"
339
 
340
  # @ subscribe-reloaded
341
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
342
+ #: templates/user.php:73
343
  msgid "Delete"
344
  msgstr "Remover"
345
 
363
  msgstr "Remover para sempre"
364
 
365
  # @ subscribe-reloaded
366
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
367
  msgid "Suspend"
368
  msgstr "Suspender"
369
 
375
  msgid "Activate and set to R"
376
  msgstr ""
377
 
378
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
379
  msgid "Activate"
380
  msgstr ""
381
 
382
  # @ subscribe-reloaded
383
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
384
  msgid "Update subscriptions"
385
  msgstr "Atualizar assinaturas"
386
 
443
 
444
  # @ subscribe-reloaded
445
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
446
+ #: options/panel5.php:18 options/panel5.php:63
447
  msgid "Your settings have been successfully updated."
448
  msgstr "As suas configurações foram atualizadas"
449
 
450
  # @ subscribe-reloaded
451
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
452
+ #: options/panel5.php:20 options/panel5.php:65
453
  msgid "There was an error updating the following fields:"
454
  msgstr "Houve um erro ao atualizar os seguintes campos:"
455
 
456
  # @ subscribe-reloaded
457
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
458
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
459
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
460
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
461
+ #: options/panel5.php:172
462
  msgid "Yes"
463
  msgstr "Sim"
464
 
465
  # @ subscribe-reloaded
466
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
467
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
468
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
469
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
470
+ #: options/panel5.php:173 utils/stcr_manage.php:794
471
  msgid "No"
472
  msgstr "Não"
473
 
580
 
581
  # @ default
582
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
583
+ #: options/panel5.php:207
584
  msgid "Save Changes"
585
  msgstr "Guardar Alterações"
586
 
892
  msgstr ""
893
 
894
  # @ subscribe-reloaded
895
+ #: options/panel5.php:31 options/panel5.php:87
896
  msgid "Autopurge requests"
897
  msgstr "Pedidos de auto remoção"
898
 
899
  # @ subscribe-reloaded
900
+ #: options/panel5.php:34 options/panel5.php:105
901
  msgid "Enable double check"
902
  msgstr "Ativar confirmação"
903
 
904
+ #: options/panel5.php:37 options/panel5.php:96
905
+ msgid "StCR Position"
906
+ msgstr ""
907
+
908
  # @ subscribe-reloaded
909
+ #: options/panel5.php:40 options/panel5.php:113
910
  msgid "Subscribe authors"
911
  msgstr "Subscrito"
912
 
913
+ #: options/panel5.php:43 options/panel5.php:123
914
  msgid "Enable HTML emails"
915
  msgstr "Ativar e-mails com HTML"
916
 
917
+ #: options/panel5.php:46
918
  msgid "HTMLify Links in HTML emails"
919
  msgstr ""
920
 
921
  # @ subscribe-reloaded
922
+ #: options/panel5.php:49
923
  msgid "Send trackbacks"
924
  msgstr "Enviar trackbacks"
925
 
926
  # @ subscribe-reloaded
927
+ #: options/panel5.php:52
928
  msgid "Notify admin"
929
  msgstr "Notificar Administrador"
930
 
931
+ #: options/panel5.php:55 options/panel5.php:161
932
  msgid "Let admin subscribe"
933
  msgstr "Permitir subscrições do Administrador"
934
 
935
  # @ subscribe-reloaded
936
+ #: options/panel5.php:58 options/panel5.php:170
937
  msgid "BCC admin on Notifications"
938
  msgstr "Assunto da notificação"
939
 
940
+ #: options/panel5.php:79
941
  msgid "Safely Uninstall"
942
  msgstr ""
943
 
944
+ #: options/panel5.php:83
945
  msgid ""
946
  "This option will allow you to delete the plugin with WordPress without "
947
  "loosing your subscribers. Any database table and plugin options are wipeout."
948
  msgstr ""
949
 
950
+ #: options/panel5.php:90
951
  msgid "days"
952
  msgstr "dias"
953
 
954
  # @ subscribe-reloaded
955
+ #: options/panel5.php:91
956
  msgid ""
957
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
958
  "this feature."
960
  "Excluir assinaturas pendentes (não confirmada) após X dias. Zero desativa "
961
  "este recurso."
962
 
963
+ #: options/panel5.php:100
964
+ msgid ""
965
+ "If this option is enable the subscription box will be above the submit "
966
+ "button in your comment form. Use this when your theme is outdated and using "
967
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
968
+ msgstr ""
969
+
970
  # @ subscribe-reloaded
971
+ #: options/panel5.php:109
972
  msgid ""
973
  "Send a notification email to confirm the subscription (to avoid addresses "
974
  "misuse)."
976
  "Enviar um e-mail de notificação para confirmar a inscrição (para evitar "
977
  "abusos de endereços)."
978
 
979
+ #: options/panel5.php:118
980
  msgid ""
981
  "Automatically subscribe authors to their own articles (not retroactive)."
982
  msgstr ""
983
 
984
+ #: options/panel5.php:127
985
  msgid ""
986
  "If enabled, will send email messages with content-type = text/html instead "
987
  "of text/plain"
989
  "Se ativado envia mensagens de e-mail com o content-type = text/html, em vez "
990
  "de text/plain"
991
 
992
+ #: options/panel5.php:132
993
  msgid "HTMLify links in emails"
994
  msgstr ""
995
 
996
+ #: options/panel5.php:137
997
  msgid ""
998
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
999
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
1000
  msgstr ""
1001
 
1002
  # @ subscribe-reloaded
1003
+ #: options/panel5.php:142
1004
  msgid "Process trackbacks"
1005
  msgstr "Enviar trackbacks"
1006
 
1007
  # @ subscribe-reloaded
1008
+ #: options/panel5.php:146
1009
  msgid ""
1010
  "Notify users when a new trackback or pingback is added to the discussion."
1011
  msgstr ""
1013
  "acrescentado à discussão."
1014
 
1015
  # @ subscribe-reloaded
1016
+ #: options/panel5.php:151
1017
  msgid "Track all subscriptions"
1018
  msgstr "Seguir todas as assinaturas"
1019
 
1020
  # @ subscribe-reloaded
1021
+ #: options/panel5.php:156
1022
  msgid "Notify the administrator when users subscribe without commenting."
1023
  msgstr ""
1024
  "Notificar o administrador quando os utilizadores se inscreverem sem comentar."
1025
 
1026
  # @ subscribe-reloaded
1027
+ #: options/panel5.php:165
1028
  msgid "Let the administrator subscribe to comments when logged in."
1029
  msgstr ""
1030
  "Deixe o administrador inscrever-se em comentários, quando estiver iniciado "
1031
  "sessão."
1032
 
1033
+ #: options/panel5.php:174
1034
  msgid "Send a copy of all Notifications to the administrator."
1035
  msgstr ""
1036
 
1037
+ #: options/panel5.php:179
1038
  msgid "StCR Unique Key"
1039
  msgstr ""
1040
 
1041
+ #: options/panel5.php:184
1042
  msgid "This Unique Key is not set, please click the following button to "
1043
  msgstr ""
1044
 
1045
+ #: options/panel5.php:188 options/panel5.php:199
1046
  msgid "Generate"
1047
  msgstr ""
1048
 
1049
+ #: options/panel5.php:196
1050
  msgid ""
1051
  "This Unique Key will be use to send the notification to your subscribers "
1052
  "with more security."
1168
  msgid "Invert selection"
1169
  msgstr "Inverter seleção"
1170
 
1171
+ #: templates/author.php:73 templates/user.php:72
1172
+ msgid "Choose your action"
1173
+ msgstr ""
1174
+
1175
+ #: templates/author.php:76 templates/user.php:75
1176
  msgid "All comments"
1177
  msgstr ""
1178
 
1179
  # @ subscribe-reloaded
1180
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1181
  msgid "Replies to my comments"
1182
  msgstr "Subscrever sem comentar"
1183
 
1184
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1185
+ #: templates/user.php:84
1186
  msgid "No subscriptions match your search criteria."
1187
  msgstr ""
1188
 
1193
  msgstr ""
1194
 
1195
  # @ subscribe-reloaded
1196
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1197
+ #: templates/subscribe.php:95
1198
  msgid "Send"
1199
  msgstr "Enviar"
1200
 
1201
  # @ subscribe-reloaded
1202
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1203
  msgid "New subscription to"
1204
  msgstr "Nova subscrição para"
1205
 
1206
  # @ subscribe-reloaded
1207
+ #: templates/subscribe.php:46
1208
  msgid "User:"
1209
  msgstr "Utilizador:"
1210
 
1217
  msgstr ""
1218
 
1219
  # @ subscribe-reloaded
1220
+ #: utils/stcr_manage.php:224
1221
  msgid ""
1222
  "Notify me of followup comments via e-mail. You can also <a "
1223
  "href='[subscribe_link]'>subscribe</a> without commenting."
1226
  "href='[subscribe_link]'>se inscrever</a> sem comentar."
1227
 
1228
  # @ subscribe-reloaded
1229
+ #: utils/stcr_manage.php:225
1230
  msgid ""
1231
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1232
  "subscriptions."
1235
  "subscrições."
1236
 
1237
  # @ subscribe-reloaded
1238
+ #: utils/stcr_manage.php:226
1239
  msgid ""
1240
  "Your subscription to this post needs to be confirmed. <a "
1241
  "href='[manager_link]'>Manage your subscriptions</a>."
1244
  "href='[manager_link]'>Gerir as suas subscrições</a> ."
1245
 
1246
  # @ subscribe-reloaded
1247
+ #: utils/stcr_manage.php:227
1248
  msgid ""
1249
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1250
  msgstr "Pode <a href='[manager_link]'>gerir as subscrições</a> desta entrada."
1251
 
1252
  # @ subscribe-reloaded
1253
+ #: utils/stcr_manage.php:233
1254
  msgid ""
1255
  "To manage your subscriptions, please enter your email address here below. We "
1256
  "will send you a message containing the link to access your personal "
1261
  "página de gestão pessoal."
1262
 
1263
  # @ subscribe-reloaded
1264
+ #: utils/stcr_manage.php:234
1265
  msgid ""
1266
  "Thank you for using our subscription service. Your request has been "
1267
  "completed, and you should receive an email with the management link in a few "
1271
  "deverá receber dentro de minutos um Email com o link de gestão."
1272
 
1273
  # @ subscribe-reloaded
1274
+ #: utils/stcr_manage.php:235
1275
  msgid ""
1276
  "You can follow the discussion on <strong>[post_title]</strong> without "
1277
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1282
  "abaixo."
1283
 
1284
  # @ subscribe-reloaded
1285
+ #: utils/stcr_manage.php:236
1286
  msgid ""
1287
  "Thank you for using our subscription service. Your request has been "
1288
  "completed. You will receive a notification email every time a new comment to "
1293
  "artigo for aprovado e publicado pelo administrador."
1294
 
1295
  # @ subscribe-reloaded
1296
+ #: utils/stcr_manage.php:237
1297
  msgid ""
1298
  "Thank you for using our subscription service. In order to confirm your "
1299
  "request, please check your email for the verification message and follow the "
1303
  "verifique o seu Email para a mensagem de confirmação e siga as instruções."
1304
 
1305
  # @ subscribe-reloaded
1306
+ #: utils/stcr_manage.php:238
1307
  msgid ""
1308
  "In order to cancel or suspend one or more notifications, select the "
1309
  "corresponding checkbox(es) and click on the button at the end of the list."
1312
  "correspondente (s) e clique no botão no final da lista."
1313
 
1314
  # @ subscribe-reloaded
1315
+ #: utils/stcr_manage.php:239
1316
  msgid ""
1317
  "In order to cancel or suspend one or more notifications, select the "
1318
  "corresponding checkbox(es) and click on the button at the end of the list. "
1323
  "em:"
1324
 
1325
  # @ subscribe-reloaded
1326
+ #: utils/stcr_manage.php:243
1327
  msgid "There is a new comment to [post_title]"
1328
  msgstr "Há um novo comentário para: [post_title]"
1329
 
1330
  # @ subscribe-reloaded
1331
+ #: utils/stcr_manage.php:244
1332
  msgid ""
1333
  "There is a new comment to [post_title].\n"
1334
  "Comment Link: [comment_permalink]\n"
1347
  "Gerir as suas subscrições: [manager_link]"
1348
 
1349
  # @ subscribe-reloaded
1350
+ #: utils/stcr_manage.php:245
1351
  msgid "Please confirm your subscription to [post_title]"
1352
  msgstr "Por favor, confirme sua subscrição da página [post_title]"
1353
 
1354
  # @ subscribe-reloaded
1355
+ #: utils/stcr_manage.php:246
1356
  msgid ""
1357
  "You have requested to be notified every time a new comment is added to:\n"
1358
  "[post_permalink]\n"
1367
  "[confirm_link]"
1368
 
1369
  # @ subscribe-reloaded
1370
+ #: utils/stcr_manage.php:247
1371
  msgid "Manage your subscriptions on [blog_name]"
1372
  msgstr "Gerir as suas subscrições no Site [blog_name]"
1373
 
1374
+ #: utils/stcr_manage.php:248
1375
  msgid ""
1376
  "You have requested to manage your subscriptions to the articles on "
1377
  "[blog_name]. Please check the Subscriptions management link in your email"
1378
  msgstr ""
1379
 
1380
  # @ subscribe-reloaded
1381
+ #: utils/stcr_manage.php:249
1382
  msgid ""
1383
  "You have requested to manage your subscriptions to the articles on "
1384
  "[blog_name]. Follow this link to access your personal page:\n"
1388
  "este link para aceder à sua página pessoal de subscrições:\n"
1389
  "[manager_link]"
1390
 
1391
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1392
  msgid "StCR System"
1393
  msgstr ""
1394
 
1395
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1396
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1397
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1398
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1399
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1400
  msgid "You do not have sufficient permissions to access this page."
1401
  msgstr ""
1402
 
1403
  # @ subscribe-reloaded
1404
+ #: utils/stcr_manage.php:765
1405
  msgid "Subscriptions"
1406
  msgstr "Gerir Subscrições"
1407
 
1408
+ #: utils/stcr_manage.php:821
1409
  msgid ""
1410
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1411
  msgstr ""
1413
  "o oficial"
1414
 
1415
  # @ subscribe-reloaded
1416
+ #: utils/stcr_manage.php:821
1417
  msgid "support forum"
1418
  msgstr "Fórum de Suporte"
1419
 
1420
+ #: utils/stcr_manage.php:822
1421
  msgid "Feeling generous?"
1422
  msgstr "Sentindo-se generoso(a)?"
1423
 
1424
+ #: utils/stcr_manage.php:822
1425
  msgid "Donate a few bucks!"
1426
  msgstr "Doe alguns trocados!"
1427
 
1554
 
1555
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1556
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1557
+ #: utils/stcr_upgrade.php:492
1558
  msgid ""
1559
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1560
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1629
  "previous 160831 version."
1630
  msgstr ""
1631
 
1632
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1633
+ msgid "Settings"
1634
+ msgstr ""
1635
+
1636
+ #: utils/stcr_upgrade.php:485
1637
+ msgid ""
1638
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1639
+ "160915"
1640
+ msgstr ""
1641
+
1642
+ #: utils/stcr_upgrade.php:486
1643
+ msgid "This version includes fixes and improvements, "
1644
+ msgstr ""
1645
+
1646
+ #: utils/stcr_upgrade.php:489
1647
+ msgid ""
1648
+ "<strong>Change</strong> the radio buttons in the management page for a "
1649
+ "dropdown."
1650
+ msgstr ""
1651
+
1652
+ #: utils/stcr_upgrade.php:490
1653
+ msgid ""
1654
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1655
+ msgstr ""
1656
+
1657
  # @ subscribe-reloaded
1658
  #: utils/stcr_utils.php:195
1659
  msgid "StCR Notification"
1660
  msgstr "Assunto da notificação"
1661
 
1662
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1663
  msgid "Don't subscribe"
1664
  msgstr "Permitir subscrições do Administrador"
1665
 
1666
+ #: wp_subscribe_reloaded.php:1095
1667
  msgid "All"
1668
  msgstr ""
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: 2016-09-02 19:31-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:31-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "Language: ru_RU\n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "Редактировать подписки"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "Форма комментария"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "Страница управления"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "Уведомления"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "Параметры"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr "Вы можете помочь"
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr "Поддержка"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr ""
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "Запись:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Эл. адрес"
@@ -296,8 +296,8 @@ msgstr ""
296
  msgid "Inactive"
297
  msgstr "Активно"
298
 
299
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
300
- #: templates/user.php:70
301
  msgid "Delete"
302
  msgstr "Удалить"
303
 
@@ -317,7 +317,7 @@ msgstr "Действие:"
317
  msgid "Delete forever"
318
  msgstr "Удалить навсегда"
319
 
320
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
321
  msgid "Suspend"
322
  msgstr "Приостановить"
323
 
@@ -329,11 +329,11 @@ msgstr "Включить и установить на Y"
329
  msgid "Activate and set to R"
330
  msgstr "Включить и установить на R"
331
 
332
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
333
  msgid "Activate"
334
  msgstr "Включить"
335
 
336
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
337
  msgid "Update subscriptions"
338
  msgstr "Обновить подписки"
339
 
@@ -386,27 +386,28 @@ msgid "Author label"
386
  msgstr "Ярлык автора"
387
 
388
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
389
- #: options/panel5.php:18 options/panel5.php:60
390
  msgid "Your settings have been successfully updated."
391
  msgstr "Ваши настройки успешно обновлены."
392
 
393
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
394
- #: options/panel5.php:20 options/panel5.php:62
395
  msgid "There was an error updating the following fields:"
396
  msgstr "Произошла ошибка в обновлении следующих полей:"
397
 
398
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
399
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
400
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
401
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
402
  msgid "Yes"
403
  msgstr "Да"
404
 
405
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
406
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
407
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
408
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
409
- #: utils/stcr_manage.php:784
410
  msgid "No"
411
  msgstr "Нет"
412
 
@@ -510,7 +511,7 @@ msgstr ""
510
  "Тест, видимый авторам и администраторам. Разрешенный тег: [manager_link]"
511
 
512
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
513
- #: options/panel5.php:195
514
  msgid "Save Changes"
515
  msgstr "Сохранить изменения"
516
 
@@ -783,57 +784,61 @@ msgstr "Тема письма о подтверждении. Разрешенн
783
  msgid "Safetly Uninstall"
784
  msgstr ""
785
 
786
- #: options/panel5.php:31 options/panel5.php:84
787
  msgid "Autopurge requests"
788
  msgstr "Автоматически удалять запросы"
789
 
790
- #: options/panel5.php:34 options/panel5.php:93
791
  msgid "Enable double check"
792
  msgstr "Включить двойное подтверждение"
793
 
794
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
795
  msgid "Subscribe authors"
796
  msgstr "Ярлык оформленной подписки"
797
 
798
- #: options/panel5.php:40 options/panel5.php:111
799
  msgid "Enable HTML emails"
800
  msgstr "Использовать HTML письма"
801
 
802
- #: options/panel5.php:43
803
  msgid "HTMLify Links in HTML emails"
804
  msgstr ""
805
 
806
- #: options/panel5.php:46
807
  msgid "Send trackbacks"
808
  msgstr "Отправлять трэкбеки"
809
 
810
- #: options/panel5.php:49
811
  msgid "Notify admin"
812
  msgstr "Уведомить админа"
813
 
814
- #: options/panel5.php:52 options/panel5.php:149
815
  msgid "Let admin subscribe"
816
  msgstr "Позволить админу подписываться"
817
 
818
- #: options/panel5.php:55 options/panel5.php:158
819
  msgid "BCC admin on Notifications"
820
  msgstr "Уведомления"
821
 
822
- #: options/panel5.php:76
823
  msgid "Safely Uninstall"
824
  msgstr ""
825
 
826
- #: options/panel5.php:80
827
  msgid ""
828
  "This option will allow you to delete the plugin with WordPress without "
829
  "loosing your subscribers. Any database table and plugin options are wipeout."
830
  msgstr ""
831
 
832
- #: options/panel5.php:87
833
  msgid "days"
834
  msgstr "дней"
835
 
836
- #: options/panel5.php:88
837
  msgid ""
838
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
839
  "this feature."
@@ -841,7 +846,14 @@ msgstr ""
841
  "Удалять ожидающие подтверждения (не подтвержденные) подписки через Х дней. "
842
  "Ноль отключает эту функцию."
843
 
844
- #: options/panel5.php:97
 
 
 
 
 
 
 
845
  msgid ""
846
  "Send a notification email to confirm the subscription (to avoid addresses "
847
  "misuse)."
@@ -849,12 +861,12 @@ msgstr ""
849
  "Отправлять письмо с просьбой подтвердить подписку (чтобы избежать "
850
  "использования эл. адреса без ведома владельца)"
851
 
852
- #: options/panel5.php:106
853
  msgid ""
854
  "Automatically subscribe authors to their own articles (not retroactive)."
855
  msgstr ""
856
 
857
- #: options/panel5.php:115
858
  msgid ""
859
  "If enabled, will send email messages with content-type = text/html instead "
860
  "of text/plain"
@@ -862,55 +874,55 @@ msgstr ""
862
  "При выборе этой функции сообщения будут отправляться в формате текст/html "
863
  "вместо обычного текста"
864
 
865
- #: options/panel5.php:120
866
  msgid "HTMLify links in emails"
867
  msgstr ""
868
 
869
- #: options/panel5.php:125
870
  msgid ""
871
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
872
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
873
  msgstr ""
874
 
875
- #: options/panel5.php:130
876
  msgid "Process trackbacks"
877
  msgstr "Обрабатывать трэкбеки"
878
 
879
- #: options/panel5.php:134
880
  msgid ""
881
  "Notify users when a new trackback or pingback is added to the discussion."
882
  msgstr "Уведомлять подписчиков о новых трэкбеках или пингбэках к обсуждению"
883
 
884
- #: options/panel5.php:139
885
  msgid "Track all subscriptions"
886
  msgstr "Отследить все подписки"
887
 
888
- #: options/panel5.php:144
889
  msgid "Notify the administrator when users subscribe without commenting."
890
  msgstr ""
891
  "Уведомлять администратора, когда пользователи подписываются без комментария."
892
 
893
- #: options/panel5.php:153
894
  msgid "Let the administrator subscribe to comments when logged in."
895
  msgstr "Позволить админу подписываться, когда он авторизован."
896
 
897
- #: options/panel5.php:162
898
  msgid "Send a copy of all Notifications to the administrator."
899
  msgstr ""
900
 
901
- #: options/panel5.php:167
902
  msgid "StCR Unique Key"
903
  msgstr ""
904
 
905
- #: options/panel5.php:172
906
  msgid "This Unique Key is not set, please click the following button to "
907
  msgstr ""
908
 
909
- #: options/panel5.php:176 options/panel5.php:187
910
  msgid "Generate"
911
  msgstr "Tasso di rimbalzo"
912
 
913
- #: options/panel5.php:184
914
  msgid ""
915
  "This Unique Key will be use to send the notification to your subscribers "
916
  "with more security."
@@ -1025,16 +1037,20 @@ msgstr "Выбрать все"
1025
  msgid "Invert selection"
1026
  msgstr "Выбрать обратное"
1027
 
1028
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1029
  msgid "All comments"
1030
  msgstr ""
1031
 
1032
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1033
  msgid "Replies to my comments"
1034
  msgstr "Ответы на мои комментарии"
1035
 
1036
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1037
- #: templates/user.php:79
1038
  msgid "No subscriptions match your search criteria."
1039
  msgstr "Ни одна подписка не соответствует поисковому запросу."
1040
 
@@ -1044,16 +1060,16 @@ msgid ""
1044
  "enter your email below and a new link will be send."
1045
  msgstr ""
1046
 
1047
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1048
- #: templates/subscribe.php:106
1049
  msgid "Send"
1050
  msgstr "Отправить"
1051
 
1052
- #: templates/subscribe.php:43 templates/subscribe.php:44
1053
  msgid "New subscription to"
1054
  msgstr "Новая подписка на"
1055
 
1056
- #: templates/subscribe.php:44
1057
  msgid "User:"
1058
  msgstr "Пользователь:"
1059
 
@@ -1065,7 +1081,7 @@ msgstr ""
1065
  msgid "You have request to manage another email address and this is forbidden."
1066
  msgstr ""
1067
 
1068
- #: utils/stcr_manage.php:246
1069
  msgid ""
1070
  "Notify me of followup comments via e-mail. You can also <a "
1071
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1073,7 +1089,7 @@ msgstr ""
1073
  "Получать новые комментарии по электронной почте. Вы можете <a "
1074
  "href='[subscribe_link]'>подписаться</a> без комментирования."
1075
 
1076
- #: utils/stcr_manage.php:247
1077
  msgid ""
1078
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1079
  "subscriptions."
@@ -1081,7 +1097,7 @@ msgstr ""
1081
  "Вы подписаны на эту статью. <a href='[manager_link]'>Редактировать</a> свои "
1082
  "подписки."
1083
 
1084
- #: utils/stcr_manage.php:248
1085
  msgid ""
1086
  "Your subscription to this post needs to be confirmed. <a "
1087
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1089,13 +1105,13 @@ msgstr ""
1089
  "Ваша подписка на эту статью нуждается в подтверждении. <a "
1090
  "href='[manager_link]'>Редактировать</a> свои подписки."
1091
 
1092
- #: utils/stcr_manage.php:249
1093
  msgid ""
1094
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1095
  msgstr ""
1096
  "Вы можете <a href='[manager_link]'>управлять подписками</a> на эту запись."
1097
 
1098
- #: utils/stcr_manage.php:255
1099
  msgid ""
1100
  "To manage your subscriptions, please enter your email address here below. We "
1101
  "will send you a message containing the link to access your personal "
@@ -1105,7 +1121,7 @@ msgstr ""
1105
  "в форму ниже. Мы отправим вам сообщение со ссылкой на вашу персональную "
1106
  "страницу управления."
1107
 
1108
- #: utils/stcr_manage.php:256
1109
  msgid ""
1110
  "Thank you for using our subscription service. Your request has been "
1111
  "completed, and you should receive an email with the management link in a few "
@@ -1115,7 +1131,7 @@ msgstr ""
1115
  "течение нескольких минут вы должны получить письмо со ссылкой на страницу "
1116
  "управления подписками."
1117
 
1118
- #: utils/stcr_manage.php:257
1119
  msgid ""
1120
  "You can follow the discussion on <strong>[post_title]</strong> without "
1121
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1125,7 +1141,7 @@ msgstr ""
1125
  "оставляя своего комментария. Здорово, не правда ли? Просто введите свой "
1126
  "электронный адрес в форму ниже, и готово!"
1127
 
1128
- #: utils/stcr_manage.php:258
1129
  msgid ""
1130
  "Thank you for using our subscription service. Your request has been "
1131
  "completed. You will receive a notification email every time a new comment to "
@@ -1135,7 +1151,7 @@ msgstr ""
1135
  "будете получать уведомления каждый раз, как новый комментарий к этот статье "
1136
  "будет одобрен и опубликован администратором сайта."
1137
 
1138
- #: utils/stcr_manage.php:259
1139
  msgid ""
1140
  "Thank you for using our subscription service. In order to confirm your "
1141
  "request, please check your email for the verification message and follow the "
@@ -1145,7 +1161,7 @@ msgstr ""
1145
  "запрос, пожалуйста, проверьте свою почту и следуйте инструкциям в письме о "
1146
  "подтверждении."
1147
 
1148
- #: utils/stcr_manage.php:260
1149
  msgid ""
1150
  "In order to cancel or suspend one or more notifications, select the "
1151
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1153,7 +1169,7 @@ msgstr ""
1153
  "Чтобы отменить или приостановить одно или более уведомлений, щелкните в "
1154
  "соответствующем окошке выбора и нажмите на кнопку в конце списка."
1155
 
1156
- #: utils/stcr_manage.php:261
1157
  msgid ""
1158
  "In order to cancel or suspend one or more notifications, select the "
1159
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1163,11 +1179,11 @@ msgstr ""
1163
  "соответствующем окошке выбора и нажмите на кнопку в конце списка. На данный "
1164
  "момент вы подписаны на:"
1165
 
1166
- #: utils/stcr_manage.php:265
1167
  msgid "There is a new comment to [post_title]"
1168
  msgstr "Появился новый комментарий к статье [post_title]"
1169
 
1170
- #: utils/stcr_manage.php:266
1171
  msgid ""
1172
  "There is a new comment to [post_title].\n"
1173
  "Comment Link: [comment_permalink]\n"
@@ -1186,11 +1202,11 @@ msgstr ""
1186
  "Ссылка на статью: [post_permalink]\n"
1187
  "Управление подписками: [manager_link]"
1188
 
1189
- #: utils/stcr_manage.php:267
1190
  msgid "Please confirm your subscription to [post_title]"
1191
  msgstr "Пожалуйста, подтвердите свою подписку на статью [post_title]"
1192
 
1193
- #: utils/stcr_manage.php:268
1194
  msgid ""
1195
  "You have requested to be notified every time a new comment is added to:\n"
1196
  "[post_permalink]\n"
@@ -1204,17 +1220,17 @@ msgstr ""
1204
  "Пожалуйста, перейдите по следующей ссылке, чтобы подтвердить подписку:\n"
1205
  "[confirm_link]"
1206
 
1207
- #: utils/stcr_manage.php:269
1208
  msgid "Manage your subscriptions on [blog_name]"
1209
  msgstr "Редактировать свои подписки на сайте [blog_name]"
1210
 
1211
- #: utils/stcr_manage.php:270
1212
  msgid ""
1213
  "You have requested to manage your subscriptions to the articles on "
1214
  "[blog_name]. Please check the Subscriptions management link in your email"
1215
  msgstr ""
1216
 
1217
- #: utils/stcr_manage.php:271
1218
  msgid ""
1219
  "You have requested to manage your subscriptions to the articles on "
1220
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1225,38 +1241,38 @@ msgstr ""
1225
  "подписками:\n"
1226
  "[manager_link]"
1227
 
1228
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1229
  msgid "StCR System"
1230
  msgstr ""
1231
 
1232
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1233
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1234
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1235
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1236
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1237
  msgid "You do not have sufficient permissions to access this page."
1238
  msgstr ""
1239
 
1240
- #: utils/stcr_manage.php:755
1241
  msgid "Subscriptions"
1242
  msgstr "Подписки"
1243
 
1244
- #: utils/stcr_manage.php:811
1245
  msgid ""
1246
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1247
  msgstr ""
1248
  "Нужна помощь в использовани плагина Subscribe to Comments Reloaded? Посетите "
1249
  "наш официальный"
1250
 
1251
- #: utils/stcr_manage.php:811
1252
  msgid "support forum"
1253
  msgstr "форум поддержки"
1254
 
1255
- #: utils/stcr_manage.php:812
1256
  msgid "Feeling generous?"
1257
  msgstr "Хотите проявить щедрость?"
1258
 
1259
- #: utils/stcr_manage.php:812
1260
  msgid "Donate a few bucks!"
1261
  msgstr "Пожертвуйте пару баксов!"
1262
 
@@ -1389,6 +1405,7 @@ msgstr ""
1389
 
1390
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1391
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1392
  msgid ""
1393
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1394
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1463,19 +1480,40 @@ msgid ""
1463
  "previous 160831 version."
1464
  msgstr ""
1465
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1466
  #: utils/stcr_utils.php:195
1467
  msgid "StCR Notification"
1468
  msgstr "Уведомления"
1469
 
1470
- #: wp_subscribe_reloaded.php:114
1471
- msgid "Settings"
1472
- msgstr "Scegli ordine"
1473
-
1474
- #: wp_subscribe_reloaded.php:1086
1475
  msgid "Don't subscribe"
1476
  msgstr "Не подписываться"
1477
 
1478
- #: wp_subscribe_reloaded.php:1087
1479
  msgid "All"
1480
  msgstr "Все"
1481
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:08-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:08-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: due chiacchiere <info@duechiacchiere.it>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "Редактировать подписки"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "Форма комментария"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "Страница управления"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "Уведомления"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "Параметры"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr "Вы можете помочь"
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr "Поддержка"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr ""
52
 
60
  msgstr "Запись:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Эл. адрес"
296
  msgid "Inactive"
297
  msgstr "Активно"
298
 
299
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
300
+ #: templates/user.php:73
301
  msgid "Delete"
302
  msgstr "Удалить"
303
 
317
  msgid "Delete forever"
318
  msgstr "Удалить навсегда"
319
 
320
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
321
  msgid "Suspend"
322
  msgstr "Приостановить"
323
 
329
  msgid "Activate and set to R"
330
  msgstr "Включить и установить на R"
331
 
332
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
333
  msgid "Activate"
334
  msgstr "Включить"
335
 
336
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
337
  msgid "Update subscriptions"
338
  msgstr "Обновить подписки"
339
 
386
  msgstr "Ярлык автора"
387
 
388
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
389
+ #: options/panel5.php:18 options/panel5.php:63
390
  msgid "Your settings have been successfully updated."
391
  msgstr "Ваши настройки успешно обновлены."
392
 
393
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
394
+ #: options/panel5.php:20 options/panel5.php:65
395
  msgid "There was an error updating the following fields:"
396
  msgstr "Произошла ошибка в обновлении следующих полей:"
397
 
398
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
399
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
400
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
401
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
402
+ #: options/panel5.php:172
403
  msgid "Yes"
404
  msgstr "Да"
405
 
406
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
407
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
408
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
409
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
410
+ #: options/panel5.php:173 utils/stcr_manage.php:794
411
  msgid "No"
412
  msgstr "Нет"
413
 
511
  "Тест, видимый авторам и администраторам. Разрешенный тег: [manager_link]"
512
 
513
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
514
+ #: options/panel5.php:207
515
  msgid "Save Changes"
516
  msgstr "Сохранить изменения"
517
 
784
  msgid "Safetly Uninstall"
785
  msgstr ""
786
 
787
+ #: options/panel5.php:31 options/panel5.php:87
788
  msgid "Autopurge requests"
789
  msgstr "Автоматически удалять запросы"
790
 
791
+ #: options/panel5.php:34 options/panel5.php:105
792
  msgid "Enable double check"
793
  msgstr "Включить двойное подтверждение"
794
 
795
+ #: options/panel5.php:37 options/panel5.php:96
796
+ msgid "StCR Position"
797
+ msgstr ""
798
+
799
+ #: options/panel5.php:40 options/panel5.php:113
800
  msgid "Subscribe authors"
801
  msgstr "Ярлык оформленной подписки"
802
 
803
+ #: options/panel5.php:43 options/panel5.php:123
804
  msgid "Enable HTML emails"
805
  msgstr "Использовать HTML письма"
806
 
807
+ #: options/panel5.php:46
808
  msgid "HTMLify Links in HTML emails"
809
  msgstr ""
810
 
811
+ #: options/panel5.php:49
812
  msgid "Send trackbacks"
813
  msgstr "Отправлять трэкбеки"
814
 
815
+ #: options/panel5.php:52
816
  msgid "Notify admin"
817
  msgstr "Уведомить админа"
818
 
819
+ #: options/panel5.php:55 options/panel5.php:161
820
  msgid "Let admin subscribe"
821
  msgstr "Позволить админу подписываться"
822
 
823
+ #: options/panel5.php:58 options/panel5.php:170
824
  msgid "BCC admin on Notifications"
825
  msgstr "Уведомления"
826
 
827
+ #: options/panel5.php:79
828
  msgid "Safely Uninstall"
829
  msgstr ""
830
 
831
+ #: options/panel5.php:83
832
  msgid ""
833
  "This option will allow you to delete the plugin with WordPress without "
834
  "loosing your subscribers. Any database table and plugin options are wipeout."
835
  msgstr ""
836
 
837
+ #: options/panel5.php:90
838
  msgid "days"
839
  msgstr "дней"
840
 
841
+ #: options/panel5.php:91
842
  msgid ""
843
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
844
  "this feature."
846
  "Удалять ожидающие подтверждения (не подтвержденные) подписки через Х дней. "
847
  "Ноль отключает эту функцию."
848
 
849
+ #: options/panel5.php:100
850
+ msgid ""
851
+ "If this option is enable the subscription box will be above the submit "
852
+ "button in your comment form. Use this when your theme is outdated and using "
853
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
854
+ msgstr ""
855
+
856
+ #: options/panel5.php:109
857
  msgid ""
858
  "Send a notification email to confirm the subscription (to avoid addresses "
859
  "misuse)."
861
  "Отправлять письмо с просьбой подтвердить подписку (чтобы избежать "
862
  "использования эл. адреса без ведома владельца)"
863
 
864
+ #: options/panel5.php:118
865
  msgid ""
866
  "Automatically subscribe authors to their own articles (not retroactive)."
867
  msgstr ""
868
 
869
+ #: options/panel5.php:127
870
  msgid ""
871
  "If enabled, will send email messages with content-type = text/html instead "
872
  "of text/plain"
874
  "При выборе этой функции сообщения будут отправляться в формате текст/html "
875
  "вместо обычного текста"
876
 
877
+ #: options/panel5.php:132
878
  msgid "HTMLify links in emails"
879
  msgstr ""
880
 
881
+ #: options/panel5.php:137
882
  msgid ""
883
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
884
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
885
  msgstr ""
886
 
887
+ #: options/panel5.php:142
888
  msgid "Process trackbacks"
889
  msgstr "Обрабатывать трэкбеки"
890
 
891
+ #: options/panel5.php:146
892
  msgid ""
893
  "Notify users when a new trackback or pingback is added to the discussion."
894
  msgstr "Уведомлять подписчиков о новых трэкбеках или пингбэках к обсуждению"
895
 
896
+ #: options/panel5.php:151
897
  msgid "Track all subscriptions"
898
  msgstr "Отследить все подписки"
899
 
900
+ #: options/panel5.php:156
901
  msgid "Notify the administrator when users subscribe without commenting."
902
  msgstr ""
903
  "Уведомлять администратора, когда пользователи подписываются без комментария."
904
 
905
+ #: options/panel5.php:165
906
  msgid "Let the administrator subscribe to comments when logged in."
907
  msgstr "Позволить админу подписываться, когда он авторизован."
908
 
909
+ #: options/panel5.php:174
910
  msgid "Send a copy of all Notifications to the administrator."
911
  msgstr ""
912
 
913
+ #: options/panel5.php:179
914
  msgid "StCR Unique Key"
915
  msgstr ""
916
 
917
+ #: options/panel5.php:184
918
  msgid "This Unique Key is not set, please click the following button to "
919
  msgstr ""
920
 
921
+ #: options/panel5.php:188 options/panel5.php:199
922
  msgid "Generate"
923
  msgstr "Tasso di rimbalzo"
924
 
925
+ #: options/panel5.php:196
926
  msgid ""
927
  "This Unique Key will be use to send the notification to your subscribers "
928
  "with more security."
1037
  msgid "Invert selection"
1038
  msgstr "Выбрать обратное"
1039
 
1040
+ #: templates/author.php:73 templates/user.php:72
1041
+ msgid "Choose your action"
1042
+ msgstr ""
1043
+
1044
+ #: templates/author.php:76 templates/user.php:75
1045
  msgid "All comments"
1046
  msgstr ""
1047
 
1048
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1049
  msgid "Replies to my comments"
1050
  msgstr "Ответы на мои комментарии"
1051
 
1052
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1053
+ #: templates/user.php:84
1054
  msgid "No subscriptions match your search criteria."
1055
  msgstr "Ни одна подписка не соответствует поисковому запросу."
1056
 
1060
  "enter your email below and a new link will be send."
1061
  msgstr ""
1062
 
1063
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1064
+ #: templates/subscribe.php:95
1065
  msgid "Send"
1066
  msgstr "Отправить"
1067
 
1068
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1069
  msgid "New subscription to"
1070
  msgstr "Новая подписка на"
1071
 
1072
+ #: templates/subscribe.php:46
1073
  msgid "User:"
1074
  msgstr "Пользователь:"
1075
 
1081
  msgid "You have request to manage another email address and this is forbidden."
1082
  msgstr ""
1083
 
1084
+ #: utils/stcr_manage.php:224
1085
  msgid ""
1086
  "Notify me of followup comments via e-mail. You can also <a "
1087
  "href='[subscribe_link]'>subscribe</a> without commenting."
1089
  "Получать новые комментарии по электронной почте. Вы можете <a "
1090
  "href='[subscribe_link]'>подписаться</a> без комментирования."
1091
 
1092
+ #: utils/stcr_manage.php:225
1093
  msgid ""
1094
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1095
  "subscriptions."
1097
  "Вы подписаны на эту статью. <a href='[manager_link]'>Редактировать</a> свои "
1098
  "подписки."
1099
 
1100
+ #: utils/stcr_manage.php:226
1101
  msgid ""
1102
  "Your subscription to this post needs to be confirmed. <a "
1103
  "href='[manager_link]'>Manage your subscriptions</a>."
1105
  "Ваша подписка на эту статью нуждается в подтверждении. <a "
1106
  "href='[manager_link]'>Редактировать</a> свои подписки."
1107
 
1108
+ #: utils/stcr_manage.php:227
1109
  msgid ""
1110
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1111
  msgstr ""
1112
  "Вы можете <a href='[manager_link]'>управлять подписками</a> на эту запись."
1113
 
1114
+ #: utils/stcr_manage.php:233
1115
  msgid ""
1116
  "To manage your subscriptions, please enter your email address here below. We "
1117
  "will send you a message containing the link to access your personal "
1121
  "в форму ниже. Мы отправим вам сообщение со ссылкой на вашу персональную "
1122
  "страницу управления."
1123
 
1124
+ #: utils/stcr_manage.php:234
1125
  msgid ""
1126
  "Thank you for using our subscription service. Your request has been "
1127
  "completed, and you should receive an email with the management link in a few "
1131
  "течение нескольких минут вы должны получить письмо со ссылкой на страницу "
1132
  "управления подписками."
1133
 
1134
+ #: utils/stcr_manage.php:235
1135
  msgid ""
1136
  "You can follow the discussion on <strong>[post_title]</strong> without "
1137
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1141
  "оставляя своего комментария. Здорово, не правда ли? Просто введите свой "
1142
  "электронный адрес в форму ниже, и готово!"
1143
 
1144
+ #: utils/stcr_manage.php:236
1145
  msgid ""
1146
  "Thank you for using our subscription service. Your request has been "
1147
  "completed. You will receive a notification email every time a new comment to "
1151
  "будете получать уведомления каждый раз, как новый комментарий к этот статье "
1152
  "будет одобрен и опубликован администратором сайта."
1153
 
1154
+ #: utils/stcr_manage.php:237
1155
  msgid ""
1156
  "Thank you for using our subscription service. In order to confirm your "
1157
  "request, please check your email for the verification message and follow the "
1161
  "запрос, пожалуйста, проверьте свою почту и следуйте инструкциям в письме о "
1162
  "подтверждении."
1163
 
1164
+ #: utils/stcr_manage.php:238
1165
  msgid ""
1166
  "In order to cancel or suspend one or more notifications, select the "
1167
  "corresponding checkbox(es) and click on the button at the end of the list."
1169
  "Чтобы отменить или приостановить одно или более уведомлений, щелкните в "
1170
  "соответствующем окошке выбора и нажмите на кнопку в конце списка."
1171
 
1172
+ #: utils/stcr_manage.php:239
1173
  msgid ""
1174
  "In order to cancel or suspend one or more notifications, select the "
1175
  "corresponding checkbox(es) and click on the button at the end of the list. "
1179
  "соответствующем окошке выбора и нажмите на кнопку в конце списка. На данный "
1180
  "момент вы подписаны на:"
1181
 
1182
+ #: utils/stcr_manage.php:243
1183
  msgid "There is a new comment to [post_title]"
1184
  msgstr "Появился новый комментарий к статье [post_title]"
1185
 
1186
+ #: utils/stcr_manage.php:244
1187
  msgid ""
1188
  "There is a new comment to [post_title].\n"
1189
  "Comment Link: [comment_permalink]\n"
1202
  "Ссылка на статью: [post_permalink]\n"
1203
  "Управление подписками: [manager_link]"
1204
 
1205
+ #: utils/stcr_manage.php:245
1206
  msgid "Please confirm your subscription to [post_title]"
1207
  msgstr "Пожалуйста, подтвердите свою подписку на статью [post_title]"
1208
 
1209
+ #: utils/stcr_manage.php:246
1210
  msgid ""
1211
  "You have requested to be notified every time a new comment is added to:\n"
1212
  "[post_permalink]\n"
1220
  "Пожалуйста, перейдите по следующей ссылке, чтобы подтвердить подписку:\n"
1221
  "[confirm_link]"
1222
 
1223
+ #: utils/stcr_manage.php:247
1224
  msgid "Manage your subscriptions on [blog_name]"
1225
  msgstr "Редактировать свои подписки на сайте [blog_name]"
1226
 
1227
+ #: utils/stcr_manage.php:248
1228
  msgid ""
1229
  "You have requested to manage your subscriptions to the articles on "
1230
  "[blog_name]. Please check the Subscriptions management link in your email"
1231
  msgstr ""
1232
 
1233
+ #: utils/stcr_manage.php:249
1234
  msgid ""
1235
  "You have requested to manage your subscriptions to the articles on "
1236
  "[blog_name]. Follow this link to access your personal page:\n"
1241
  "подписками:\n"
1242
  "[manager_link]"
1243
 
1244
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1245
  msgid "StCR System"
1246
  msgstr ""
1247
 
1248
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1249
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1250
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1251
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1252
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1253
  msgid "You do not have sufficient permissions to access this page."
1254
  msgstr ""
1255
 
1256
+ #: utils/stcr_manage.php:765
1257
  msgid "Subscriptions"
1258
  msgstr "Подписки"
1259
 
1260
+ #: utils/stcr_manage.php:821
1261
  msgid ""
1262
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1263
  msgstr ""
1264
  "Нужна помощь в использовани плагина Subscribe to Comments Reloaded? Посетите "
1265
  "наш официальный"
1266
 
1267
+ #: utils/stcr_manage.php:821
1268
  msgid "support forum"
1269
  msgstr "форум поддержки"
1270
 
1271
+ #: utils/stcr_manage.php:822
1272
  msgid "Feeling generous?"
1273
  msgstr "Хотите проявить щедрость?"
1274
 
1275
+ #: utils/stcr_manage.php:822
1276
  msgid "Donate a few bucks!"
1277
  msgstr "Пожертвуйте пару баксов!"
1278
 
1405
 
1406
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1407
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1408
+ #: utils/stcr_upgrade.php:492
1409
  msgid ""
1410
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1411
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1480
  "previous 160831 version."
1481
  msgstr ""
1482
 
1483
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1484
+ msgid "Settings"
1485
+ msgstr "Scegli ordine"
1486
+
1487
+ #: utils/stcr_upgrade.php:485
1488
+ msgid ""
1489
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1490
+ "160915"
1491
+ msgstr ""
1492
+
1493
+ #: utils/stcr_upgrade.php:486
1494
+ msgid "This version includes fixes and improvements, "
1495
+ msgstr ""
1496
+
1497
+ #: utils/stcr_upgrade.php:489
1498
+ msgid ""
1499
+ "<strong>Change</strong> the radio buttons in the management page for a "
1500
+ "dropdown."
1501
+ msgstr ""
1502
+
1503
+ #: utils/stcr_upgrade.php:490
1504
+ msgid ""
1505
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1506
+ msgstr ""
1507
+
1508
  #: utils/stcr_utils.php:195
1509
  msgid "StCR Notification"
1510
  msgstr "Уведомления"
1511
 
1512
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1513
  msgid "Don't subscribe"
1514
  msgstr "Не подписываться"
1515
 
1516
+ #: wp_subscribe_reloaded.php:1095
1517
  msgid "All"
1518
  msgstr "Все"
1519
 
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: 2016-09-02 19:32-0600\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Filip \"inzaghi89\" Cierpich <inzaghi89@gmail.com>\n"
@@ -17,37 +17,37 @@ msgstr ""
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
21
- #: utils/stcr_manage.php:383
22
  msgid "Manage subscriptions"
23
  msgstr "Управљај пријавама"
24
 
25
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
26
  msgid "Comment Form"
27
  msgstr "Формулар за коментаре"
28
 
29
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
30
  msgid "Management Page"
31
  msgstr "Управљачка страница"
32
 
33
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
34
  msgid "Notifications"
35
  msgstr "Обавештења"
36
 
37
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
38
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
39
  msgid "Options"
40
  msgstr "Параметри"
41
 
42
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
43
  msgid "You can help"
44
  msgstr "И Ви можете да помогнете"
45
 
46
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
47
  msgid "Support"
48
  msgstr "Wsparcie"
49
 
50
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
51
  msgid "Donate"
52
  msgstr ""
53
 
@@ -61,8 +61,8 @@ 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:84
65
- #: templates/request-management-link.php:84 templates/subscribe.php:104
66
  #: templates/user.php:57
67
  msgid "Email"
68
  msgstr "Е-адреса"
@@ -299,8 +299,8 @@ msgstr ""
299
  msgid "Inactive"
300
  msgstr "Активан"
301
 
302
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
303
- #: templates/user.php:70
304
  msgid "Delete"
305
  msgstr "Избриши"
306
 
@@ -320,7 +320,7 @@ msgstr "Акција:"
320
  msgid "Delete forever"
321
  msgstr "Избриши заувек"
322
 
323
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
324
  msgid "Suspend"
325
  msgstr "Обустави"
326
 
@@ -332,11 +332,11 @@ msgstr "Активирај и подеси на Y"
332
  msgid "Activate and set to R"
333
  msgstr "Активирај и подеси на R"
334
 
335
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
336
  msgid "Activate"
337
  msgstr "Активирај"
338
 
339
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
340
  msgid "Update subscriptions"
341
  msgstr "Ажурирај пријаве"
342
 
@@ -389,27 +389,28 @@ msgid "Author label"
389
  msgstr "Опис аутора"
390
 
391
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
392
- #: options/panel5.php:18 options/panel5.php:60
393
  msgid "Your settings have been successfully updated."
394
  msgstr "Ваша подешавања су успешно ажурирана."
395
 
396
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
397
- #: options/panel5.php:20 options/panel5.php:62
398
  msgid "There was an error updating the following fields:"
399
  msgstr "Дошло је до грешке при ажурирању следећих поља:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
403
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
404
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
405
  msgid "Yes"
406
  msgstr "Да"
407
 
408
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
409
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
410
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
411
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
412
- #: utils/stcr_manage.php:784
413
  msgid "No"
414
  msgstr "Не"
415
 
@@ -516,7 +517,7 @@ msgstr ""
516
  "Опис приказан ауторима (и администраторима). Доступне ознаке: [manager_link]"
517
 
518
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
519
- #: options/panel5.php:195
520
  msgid "Save Changes"
521
  msgstr "Сачувај промене"
522
 
@@ -790,57 +791,61 @@ msgstr "Наслов е-поште за потврду. Доступне озн
790
  msgid "Safetly Uninstall"
791
  msgstr ""
792
 
793
- #: options/panel5.php:31 options/panel5.php:84
794
  msgid "Autopurge requests"
795
  msgstr "Аутоматско чишћење"
796
 
797
- #: options/panel5.php:34 options/panel5.php:93
798
  msgid "Enable double check"
799
  msgstr "Укључи двоструку верификацију"
800
 
801
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
802
  msgid "Subscribe authors"
803
  msgstr ""
804
 
805
- #: options/panel5.php:40 options/panel5.php:111
806
  msgid "Enable HTML emails"
807
  msgstr "Укључи HTML за е-пошту"
808
 
809
- #: options/panel5.php:43
810
  msgid "HTMLify Links in HTML emails"
811
  msgstr ""
812
 
813
- #: options/panel5.php:46
814
  msgid "Send trackbacks"
815
  msgstr "Шаљи повратне везе"
816
 
817
- #: options/panel5.php:49
818
  msgid "Notify admin"
819
  msgstr "Обавештавај администратора"
820
 
821
- #: options/panel5.php:52 options/panel5.php:149
822
  msgid "Let admin subscribe"
823
  msgstr "Дозволи пријаве администратору"
824
 
825
- #: options/panel5.php:55 options/panel5.php:158
826
  msgid "BCC admin on Notifications"
827
  msgstr "Обавештења"
828
 
829
- #: options/panel5.php:76
830
  msgid "Safely Uninstall"
831
  msgstr ""
832
 
833
- #: options/panel5.php:80
834
  msgid ""
835
  "This option will allow you to delete the plugin with WordPress without "
836
  "loosing your subscribers. Any database table and plugin options are wipeout."
837
  msgstr ""
838
 
839
- #: options/panel5.php:87
840
  msgid "days"
841
  msgstr "дана"
842
 
843
- #: options/panel5.php:88
844
  msgid ""
845
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
846
  "this feature."
@@ -848,74 +853,81 @@ msgstr ""
848
  "Бриши потврде које су на чекању (непотврђене) после X дана. \"Нула\" "
849
  "искључује ову функцију."
850
 
851
- #: options/panel5.php:97
 
 
 
 
 
 
 
852
  msgid ""
853
  "Send a notification email to confirm the subscription (to avoid addresses "
854
  "misuse)."
855
  msgstr "Шаљи е-пошту са потврдом пријаве (да се избегне злоупотреба адреса)."
856
 
857
- #: options/panel5.php:106
858
  msgid ""
859
  "Automatically subscribe authors to their own articles (not retroactive)."
860
  msgstr ""
861
 
862
- #: options/panel5.php:115
863
  msgid ""
864
  "If enabled, will send email messages with content-type = text/html instead "
865
  "of text/plain"
866
  msgstr ""
867
  "Ако је укључено, биће послата е-пошта са text/html уместо обичног текста."
868
 
869
- #: options/panel5.php:120
870
  msgid "HTMLify links in emails"
871
  msgstr ""
872
 
873
- #: options/panel5.php:125
874
  msgid ""
875
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
876
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
877
  msgstr ""
878
 
879
- #: options/panel5.php:130
880
  msgid "Process trackbacks"
881
  msgstr "Прати trackbacks"
882
 
883
- #: options/panel5.php:134
884
  msgid ""
885
  "Notify users when a new trackback or pingback is added to the discussion."
886
  msgstr ""
887
  "Информиши кориснике о новим trackback или pingback додатим у дискусији."
888
 
889
- #: options/panel5.php:139
890
  msgid "Track all subscriptions"
891
  msgstr "Прати све пријаве"
892
 
893
- #: options/panel5.php:144
894
  msgid "Notify the administrator when users subscribe without commenting."
895
  msgstr ""
896
  "Информиши администратора ако коросник покрене пријаву без коментарисања."
897
 
898
- #: options/panel5.php:153
899
  msgid "Let the administrator subscribe to comments when logged in."
900
  msgstr "Дозволи администратору пријаву на коментаре ако је улогован."
901
 
902
- #: options/panel5.php:162
903
  msgid "Send a copy of all Notifications to the administrator."
904
  msgstr ""
905
 
906
- #: options/panel5.php:167
907
  msgid "StCR Unique Key"
908
  msgstr ""
909
 
910
- #: options/panel5.php:172
911
  msgid "This Unique Key is not set, please click the following button to "
912
  msgstr ""
913
 
914
- #: options/panel5.php:176 options/panel5.php:187
915
  msgid "Generate"
916
  msgstr ""
917
 
918
- #: options/panel5.php:184
919
  msgid ""
920
  "This Unique Key will be use to send the notification to your subscribers "
921
  "with more security."
@@ -1026,16 +1038,20 @@ msgstr "Означи све"
1026
  msgid "Invert selection"
1027
  msgstr "Обрни означено"
1028
 
1029
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1030
  msgid "All comments"
1031
  msgstr ""
1032
 
1033
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1034
  msgid "Replies to my comments"
1035
  msgstr "Одговори на моје коментаре"
1036
 
1037
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1038
- #: templates/user.php:79
1039
  msgid "No subscriptions match your search criteria."
1040
  msgstr "Ниједна пријава не испуњава критеријум претраге."
1041
 
@@ -1045,16 +1061,16 @@ msgid ""
1045
  "enter your email below and a new link will be send."
1046
  msgstr ""
1047
 
1048
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1049
- #: templates/subscribe.php:106
1050
  msgid "Send"
1051
  msgstr "Пошаљи"
1052
 
1053
- #: templates/subscribe.php:43 templates/subscribe.php:44
1054
  msgid "New subscription to"
1055
  msgstr "Нова пријава за"
1056
 
1057
- #: templates/subscribe.php:44
1058
  msgid "User:"
1059
  msgstr "Корисник:"
1060
 
@@ -1066,7 +1082,7 @@ msgstr ""
1066
  msgid "You have request to manage another email address and this is forbidden."
1067
  msgstr ""
1068
 
1069
- #: utils/stcr_manage.php:246
1070
  msgid ""
1071
  "Notify me of followup comments via e-mail. You can also <a "
1072
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1074,7 +1090,7 @@ msgstr ""
1074
  "Обавести ме о коментарима на е-пошту. Такође можете <a "
1075
  "href='[subscribe_link]'>да се пријавите</a> без остављања коментара."
1076
 
1077
- #: utils/stcr_manage.php:247
1078
  msgid ""
1079
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1080
  "subscriptions."
@@ -1082,7 +1098,7 @@ msgstr ""
1082
  "Пријавили сте се на овај чланак. <a href='[manager_link]'>Управљај пријавом</"
1083
  "a>."
1084
 
1085
- #: utils/stcr_manage.php:248
1086
  msgid ""
1087
  "Your subscription to this post needs to be confirmed. <a "
1088
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1090,13 +1106,13 @@ msgstr ""
1090
  "Пријава за овај чланак мора да буде потврђена <a "
1091
  "href='[manager_link]'>Управљај пријавама</a>."
1092
 
1093
- #: utils/stcr_manage.php:249
1094
  msgid ""
1095
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1096
  msgstr ""
1097
  "Можете да <a href='[manager_link]'>управљате пријавама</a> на овом чланку."
1098
 
1099
- #: utils/stcr_manage.php:255
1100
  msgid ""
1101
  "To manage your subscriptions, please enter your email address here below. We "
1102
  "will send you a message containing the link to access your personal "
@@ -1105,7 +1121,7 @@ msgstr ""
1105
  "Да би управљали пријавама, прво унесите е-адресу у поље испод. Добићете "
1106
  "поруку са везом ка страници за управљање пријавама."
1107
 
1108
- #: utils/stcr_manage.php:256
1109
  msgid ""
1110
  "Thank you for using our subscription service. Your request has been "
1111
  "completed, and you should receive an email with the management link in a few "
@@ -1114,7 +1130,7 @@ msgstr ""
1114
  "Ваш захтев је прихваћен. У наредних неколико минута тебало би да добијете е-"
1115
  "пошту са везом за управљање пријавама."
1116
 
1117
- #: utils/stcr_manage.php:257
1118
  msgid ""
1119
  "You can follow the discussion on <strong>[post_title]</strong> without "
1120
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1124,7 +1140,7 @@ msgstr ""
1124
  "остављања коментара. Занимљиво, зар не? Довољно је да унесете е-адресу у "
1125
  "поље испод, и бићете на време обавештени."
1126
 
1127
- #: utils/stcr_manage.php:258
1128
  msgid ""
1129
  "Thank you for using our subscription service. Your request has been "
1130
  "completed. You will receive a notification email every time a new comment to "
@@ -1133,7 +1149,7 @@ msgstr ""
1133
  "Ваш захтев је прихваћен и завршен. Добићете обавештење путем е-поште сваки "
1134
  "пут када се појави нови коментар."
1135
 
1136
- #: utils/stcr_manage.php:259
1137
  msgid ""
1138
  "Thank you for using our subscription service. In order to confirm your "
1139
  "request, please check your email for the verification message and follow the "
@@ -1142,7 +1158,7 @@ msgstr ""
1142
  "Ваш захтев је прихваћен и завршен. Како би потврдили захтев, проверите е-"
1143
  "пошту за верификацију поруке и пратите упутства."
1144
 
1145
- #: utils/stcr_manage.php:260
1146
  msgid ""
1147
  "In order to cancel or suspend one or more notifications, select the "
1148
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1150,7 +1166,7 @@ msgstr ""
1150
  "Да би поништили или обуставили једно или више обавештења, изаберите "
1151
  "одговарајуће поље за потврду и кликните на дугме на крају листе."
1152
 
1153
- #: utils/stcr_manage.php:261
1154
  msgid ""
1155
  "In order to cancel or suspend one or more notifications, select the "
1156
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1160,11 +1176,11 @@ msgstr ""
1160
  "одговарајуће поље за потврду и кликните на дугме на крају листе. Тренутно "
1161
  "сте пријављени на:"
1162
 
1163
- #: utils/stcr_manage.php:265
1164
  msgid "There is a new comment to [post_title]"
1165
  msgstr "Нови коментар на [post_title]"
1166
 
1167
- #: utils/stcr_manage.php:266
1168
  msgid ""
1169
  "There is a new comment to [post_title].\n"
1170
  "Comment Link: [comment_permalink]\n"
@@ -1182,11 +1198,11 @@ msgstr ""
1182
  "\n"
1183
  "Управљај пријавама: [manager_link]"
1184
 
1185
- #: utils/stcr_manage.php:267
1186
  msgid "Please confirm your subscription to [post_title]"
1187
  msgstr "Потврдите своју пријаву на [post_title]"
1188
 
1189
- #: utils/stcr_manage.php:268
1190
  msgid ""
1191
  "You have requested to be notified every time a new comment is added to:\n"
1192
  "[post_permalink]\n"
@@ -1201,17 +1217,17 @@ msgstr ""
1201
  "Потврдите свој захтев кликом на ову везу:\n"
1202
  "[confirm_link]"
1203
 
1204
- #: utils/stcr_manage.php:269
1205
  msgid "Manage your subscriptions on [blog_name]"
1206
  msgstr "Управљај пријавама на [blog_name]"
1207
 
1208
- #: utils/stcr_manage.php:270
1209
  msgid ""
1210
  "You have requested to manage your subscriptions to the articles on "
1211
  "[blog_name]. Please check the Subscriptions management link in your email"
1212
  msgstr ""
1213
 
1214
- #: utils/stcr_manage.php:271
1215
  msgid ""
1216
  "You have requested to manage your subscriptions to the articles on "
1217
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1221,38 +1237,38 @@ msgstr ""
1221
  "Кликните на везу испод да би могли да управљате Вашим пријавама :\n"
1222
  "[manager_link]"
1223
 
1224
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1225
  msgid "StCR System"
1226
  msgstr ""
1227
 
1228
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1229
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1230
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1231
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1232
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1233
  msgid "You do not have sufficient permissions to access this page."
1234
  msgstr ""
1235
 
1236
- #: utils/stcr_manage.php:755
1237
  msgid "Subscriptions"
1238
  msgstr "Пријаве"
1239
 
1240
- #: utils/stcr_manage.php:811
1241
  msgid ""
1242
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1243
  msgstr ""
1244
  "Потребна Вам је помоћ о коришћењу Subscribe to Comments Reloaded? Посетите "
1245
  "званични"
1246
 
1247
- #: utils/stcr_manage.php:811
1248
  msgid "support forum"
1249
  msgstr "форум подршке"
1250
 
1251
- #: utils/stcr_manage.php:812
1252
  msgid "Feeling generous?"
1253
  msgstr "Да ли сте великодушни?"
1254
 
1255
- #: utils/stcr_manage.php:812
1256
  msgid "Donate a few bucks!"
1257
  msgstr "Донирајте неколико динара!"
1258
 
@@ -1385,6 +1401,7 @@ msgstr ""
1385
 
1386
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1387
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1388
  msgid ""
1389
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1390
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1459,19 +1476,40 @@ msgid ""
1459
  "previous 160831 version."
1460
  msgstr ""
1461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1462
  #: utils/stcr_utils.php:195
1463
  msgid "StCR Notification"
1464
  msgstr "Обавештења"
1465
 
1466
- #: wp_subscribe_reloaded.php:114
1467
- msgid "Settings"
1468
- msgstr ""
1469
-
1470
- #: wp_subscribe_reloaded.php:1086
1471
  msgid "Don't subscribe"
1472
  msgstr "Не пријављуј"
1473
 
1474
- #: wp_subscribe_reloaded.php:1087
1475
  msgid "All"
1476
  msgstr "Све"
1477
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:08-0600\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Filip \"inzaghi89\" Cierpich <inzaghi89@gmail.com>\n"
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
21
+ #: utils/stcr_manage.php:393
22
  msgid "Manage subscriptions"
23
  msgstr "Управљај пријавама"
24
 
25
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
26
  msgid "Comment Form"
27
  msgstr "Формулар за коментаре"
28
 
29
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
30
  msgid "Management Page"
31
  msgstr "Управљачка страница"
32
 
33
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
34
  msgid "Notifications"
35
  msgstr "Обавештења"
36
 
37
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
38
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
39
  msgid "Options"
40
  msgstr "Параметри"
41
 
42
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
43
  msgid "You can help"
44
  msgstr "И Ви можете да помогнете"
45
 
46
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
47
  msgid "Support"
48
  msgstr "Wsparcie"
49
 
50
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
51
  msgid "Donate"
52
  msgstr ""
53
 
61
  msgstr "Чланак:"
62
 
63
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
64
+ #: options/panel1.php:133 templates/key_expired.php:74
65
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
66
  #: templates/user.php:57
67
  msgid "Email"
68
  msgstr "Е-адреса"
299
  msgid "Inactive"
300
  msgstr "Активан"
301
 
302
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
303
+ #: templates/user.php:73
304
  msgid "Delete"
305
  msgstr "Избриши"
306
 
320
  msgid "Delete forever"
321
  msgstr "Избриши заувек"
322
 
323
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
324
  msgid "Suspend"
325
  msgstr "Обустави"
326
 
332
  msgid "Activate and set to R"
333
  msgstr "Активирај и подеси на R"
334
 
335
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
336
  msgid "Activate"
337
  msgstr "Активирај"
338
 
339
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
340
  msgid "Update subscriptions"
341
  msgstr "Ажурирај пријаве"
342
 
389
  msgstr "Опис аутора"
390
 
391
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
392
+ #: options/panel5.php:18 options/panel5.php:63
393
  msgid "Your settings have been successfully updated."
394
  msgstr "Ваша подешавања су успешно ажурирана."
395
 
396
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
397
+ #: options/panel5.php:20 options/panel5.php:65
398
  msgid "There was an error updating the following fields:"
399
  msgstr "Дошло је до грешке при ажурирању следећих поља:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
403
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
404
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
405
+ #: options/panel5.php:172
406
  msgid "Yes"
407
  msgstr "Да"
408
 
409
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
410
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
411
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
412
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
413
+ #: options/panel5.php:173 utils/stcr_manage.php:794
414
  msgid "No"
415
  msgstr "Не"
416
 
517
  "Опис приказан ауторима (и администраторима). Доступне ознаке: [manager_link]"
518
 
519
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
520
+ #: options/panel5.php:207
521
  msgid "Save Changes"
522
  msgstr "Сачувај промене"
523
 
791
  msgid "Safetly Uninstall"
792
  msgstr ""
793
 
794
+ #: options/panel5.php:31 options/panel5.php:87
795
  msgid "Autopurge requests"
796
  msgstr "Аутоматско чишћење"
797
 
798
+ #: options/panel5.php:34 options/panel5.php:105
799
  msgid "Enable double check"
800
  msgstr "Укључи двоструку верификацију"
801
 
802
+ #: options/panel5.php:37 options/panel5.php:96
803
+ msgid "StCR Position"
804
+ msgstr ""
805
+
806
+ #: options/panel5.php:40 options/panel5.php:113
807
  msgid "Subscribe authors"
808
  msgstr ""
809
 
810
+ #: options/panel5.php:43 options/panel5.php:123
811
  msgid "Enable HTML emails"
812
  msgstr "Укључи HTML за е-пошту"
813
 
814
+ #: options/panel5.php:46
815
  msgid "HTMLify Links in HTML emails"
816
  msgstr ""
817
 
818
+ #: options/panel5.php:49
819
  msgid "Send trackbacks"
820
  msgstr "Шаљи повратне везе"
821
 
822
+ #: options/panel5.php:52
823
  msgid "Notify admin"
824
  msgstr "Обавештавај администратора"
825
 
826
+ #: options/panel5.php:55 options/panel5.php:161
827
  msgid "Let admin subscribe"
828
  msgstr "Дозволи пријаве администратору"
829
 
830
+ #: options/panel5.php:58 options/panel5.php:170
831
  msgid "BCC admin on Notifications"
832
  msgstr "Обавештења"
833
 
834
+ #: options/panel5.php:79
835
  msgid "Safely Uninstall"
836
  msgstr ""
837
 
838
+ #: options/panel5.php:83
839
  msgid ""
840
  "This option will allow you to delete the plugin with WordPress without "
841
  "loosing your subscribers. Any database table and plugin options are wipeout."
842
  msgstr ""
843
 
844
+ #: options/panel5.php:90
845
  msgid "days"
846
  msgstr "дана"
847
 
848
+ #: options/panel5.php:91
849
  msgid ""
850
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
851
  "this feature."
853
  "Бриши потврде које су на чекању (непотврђене) после X дана. \"Нула\" "
854
  "искључује ову функцију."
855
 
856
+ #: options/panel5.php:100
857
+ msgid ""
858
+ "If this option is enable the subscription box will be above the submit "
859
+ "button in your comment form. Use this when your theme is outdated and using "
860
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
861
+ msgstr ""
862
+
863
+ #: options/panel5.php:109
864
  msgid ""
865
  "Send a notification email to confirm the subscription (to avoid addresses "
866
  "misuse)."
867
  msgstr "Шаљи е-пошту са потврдом пријаве (да се избегне злоупотреба адреса)."
868
 
869
+ #: options/panel5.php:118
870
  msgid ""
871
  "Automatically subscribe authors to their own articles (not retroactive)."
872
  msgstr ""
873
 
874
+ #: options/panel5.php:127
875
  msgid ""
876
  "If enabled, will send email messages with content-type = text/html instead "
877
  "of text/plain"
878
  msgstr ""
879
  "Ако је укључено, биће послата е-пошта са text/html уместо обичног текста."
880
 
881
+ #: options/panel5.php:132
882
  msgid "HTMLify links in emails"
883
  msgstr ""
884
 
885
+ #: options/panel5.php:137
886
  msgid ""
887
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
888
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
889
  msgstr ""
890
 
891
+ #: options/panel5.php:142
892
  msgid "Process trackbacks"
893
  msgstr "Прати trackbacks"
894
 
895
+ #: options/panel5.php:146
896
  msgid ""
897
  "Notify users when a new trackback or pingback is added to the discussion."
898
  msgstr ""
899
  "Информиши кориснике о новим trackback или pingback додатим у дискусији."
900
 
901
+ #: options/panel5.php:151
902
  msgid "Track all subscriptions"
903
  msgstr "Прати све пријаве"
904
 
905
+ #: options/panel5.php:156
906
  msgid "Notify the administrator when users subscribe without commenting."
907
  msgstr ""
908
  "Информиши администратора ако коросник покрене пријаву без коментарисања."
909
 
910
+ #: options/panel5.php:165
911
  msgid "Let the administrator subscribe to comments when logged in."
912
  msgstr "Дозволи администратору пријаву на коментаре ако је улогован."
913
 
914
+ #: options/panel5.php:174
915
  msgid "Send a copy of all Notifications to the administrator."
916
  msgstr ""
917
 
918
+ #: options/panel5.php:179
919
  msgid "StCR Unique Key"
920
  msgstr ""
921
 
922
+ #: options/panel5.php:184
923
  msgid "This Unique Key is not set, please click the following button to "
924
  msgstr ""
925
 
926
+ #: options/panel5.php:188 options/panel5.php:199
927
  msgid "Generate"
928
  msgstr ""
929
 
930
+ #: options/panel5.php:196
931
  msgid ""
932
  "This Unique Key will be use to send the notification to your subscribers "
933
  "with more security."
1038
  msgid "Invert selection"
1039
  msgstr "Обрни означено"
1040
 
1041
+ #: templates/author.php:73 templates/user.php:72
1042
+ msgid "Choose your action"
1043
+ msgstr ""
1044
+
1045
+ #: templates/author.php:76 templates/user.php:75
1046
  msgid "All comments"
1047
  msgstr ""
1048
 
1049
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1050
  msgid "Replies to my comments"
1051
  msgstr "Одговори на моје коментаре"
1052
 
1053
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1054
+ #: templates/user.php:84
1055
  msgid "No subscriptions match your search criteria."
1056
  msgstr "Ниједна пријава не испуњава критеријум претраге."
1057
 
1061
  "enter your email below and a new link will be send."
1062
  msgstr ""
1063
 
1064
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1065
+ #: templates/subscribe.php:95
1066
  msgid "Send"
1067
  msgstr "Пошаљи"
1068
 
1069
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1070
  msgid "New subscription to"
1071
  msgstr "Нова пријава за"
1072
 
1073
+ #: templates/subscribe.php:46
1074
  msgid "User:"
1075
  msgstr "Корисник:"
1076
 
1082
  msgid "You have request to manage another email address and this is forbidden."
1083
  msgstr ""
1084
 
1085
+ #: utils/stcr_manage.php:224
1086
  msgid ""
1087
  "Notify me of followup comments via e-mail. You can also <a "
1088
  "href='[subscribe_link]'>subscribe</a> without commenting."
1090
  "Обавести ме о коментарима на е-пошту. Такође можете <a "
1091
  "href='[subscribe_link]'>да се пријавите</a> без остављања коментара."
1092
 
1093
+ #: utils/stcr_manage.php:225
1094
  msgid ""
1095
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1096
  "subscriptions."
1098
  "Пријавили сте се на овај чланак. <a href='[manager_link]'>Управљај пријавом</"
1099
  "a>."
1100
 
1101
+ #: utils/stcr_manage.php:226
1102
  msgid ""
1103
  "Your subscription to this post needs to be confirmed. <a "
1104
  "href='[manager_link]'>Manage your subscriptions</a>."
1106
  "Пријава за овај чланак мора да буде потврђена <a "
1107
  "href='[manager_link]'>Управљај пријавама</a>."
1108
 
1109
+ #: utils/stcr_manage.php:227
1110
  msgid ""
1111
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1112
  msgstr ""
1113
  "Можете да <a href='[manager_link]'>управљате пријавама</a> на овом чланку."
1114
 
1115
+ #: utils/stcr_manage.php:233
1116
  msgid ""
1117
  "To manage your subscriptions, please enter your email address here below. We "
1118
  "will send you a message containing the link to access your personal "
1121
  "Да би управљали пријавама, прво унесите е-адресу у поље испод. Добићете "
1122
  "поруку са везом ка страници за управљање пријавама."
1123
 
1124
+ #: utils/stcr_manage.php:234
1125
  msgid ""
1126
  "Thank you for using our subscription service. Your request has been "
1127
  "completed, and you should receive an email with the management link in a few "
1130
  "Ваш захтев је прихваћен. У наредних неколико минута тебало би да добијете е-"
1131
  "пошту са везом за управљање пријавама."
1132
 
1133
+ #: utils/stcr_manage.php:235
1134
  msgid ""
1135
  "You can follow the discussion on <strong>[post_title]</strong> without "
1136
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1140
  "остављања коментара. Занимљиво, зар не? Довољно је да унесете е-адресу у "
1141
  "поље испод, и бићете на време обавештени."
1142
 
1143
+ #: utils/stcr_manage.php:236
1144
  msgid ""
1145
  "Thank you for using our subscription service. Your request has been "
1146
  "completed. You will receive a notification email every time a new comment to "
1149
  "Ваш захтев је прихваћен и завршен. Добићете обавештење путем е-поште сваки "
1150
  "пут када се појави нови коментар."
1151
 
1152
+ #: utils/stcr_manage.php:237
1153
  msgid ""
1154
  "Thank you for using our subscription service. In order to confirm your "
1155
  "request, please check your email for the verification message and follow the "
1158
  "Ваш захтев је прихваћен и завршен. Како би потврдили захтев, проверите е-"
1159
  "пошту за верификацију поруке и пратите упутства."
1160
 
1161
+ #: utils/stcr_manage.php:238
1162
  msgid ""
1163
  "In order to cancel or suspend one or more notifications, select the "
1164
  "corresponding checkbox(es) and click on the button at the end of the list."
1166
  "Да би поништили или обуставили једно или више обавештења, изаберите "
1167
  "одговарајуће поље за потврду и кликните на дугме на крају листе."
1168
 
1169
+ #: utils/stcr_manage.php:239
1170
  msgid ""
1171
  "In order to cancel or suspend one or more notifications, select the "
1172
  "corresponding checkbox(es) and click on the button at the end of the list. "
1176
  "одговарајуће поље за потврду и кликните на дугме на крају листе. Тренутно "
1177
  "сте пријављени на:"
1178
 
1179
+ #: utils/stcr_manage.php:243
1180
  msgid "There is a new comment to [post_title]"
1181
  msgstr "Нови коментар на [post_title]"
1182
 
1183
+ #: utils/stcr_manage.php:244
1184
  msgid ""
1185
  "There is a new comment to [post_title].\n"
1186
  "Comment Link: [comment_permalink]\n"
1198
  "\n"
1199
  "Управљај пријавама: [manager_link]"
1200
 
1201
+ #: utils/stcr_manage.php:245
1202
  msgid "Please confirm your subscription to [post_title]"
1203
  msgstr "Потврдите своју пријаву на [post_title]"
1204
 
1205
+ #: utils/stcr_manage.php:246
1206
  msgid ""
1207
  "You have requested to be notified every time a new comment is added to:\n"
1208
  "[post_permalink]\n"
1217
  "Потврдите свој захтев кликом на ову везу:\n"
1218
  "[confirm_link]"
1219
 
1220
+ #: utils/stcr_manage.php:247
1221
  msgid "Manage your subscriptions on [blog_name]"
1222
  msgstr "Управљај пријавама на [blog_name]"
1223
 
1224
+ #: utils/stcr_manage.php:248
1225
  msgid ""
1226
  "You have requested to manage your subscriptions to the articles on "
1227
  "[blog_name]. Please check the Subscriptions management link in your email"
1228
  msgstr ""
1229
 
1230
+ #: utils/stcr_manage.php:249
1231
  msgid ""
1232
  "You have requested to manage your subscriptions to the articles on "
1233
  "[blog_name]. Follow this link to access your personal page:\n"
1237
  "Кликните на везу испод да би могли да управљате Вашим пријавама :\n"
1238
  "[manager_link]"
1239
 
1240
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1241
  msgid "StCR System"
1242
  msgstr ""
1243
 
1244
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1245
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1246
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1247
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1248
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1249
  msgid "You do not have sufficient permissions to access this page."
1250
  msgstr ""
1251
 
1252
+ #: utils/stcr_manage.php:765
1253
  msgid "Subscriptions"
1254
  msgstr "Пријаве"
1255
 
1256
+ #: utils/stcr_manage.php:821
1257
  msgid ""
1258
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1259
  msgstr ""
1260
  "Потребна Вам је помоћ о коришћењу Subscribe to Comments Reloaded? Посетите "
1261
  "званични"
1262
 
1263
+ #: utils/stcr_manage.php:821
1264
  msgid "support forum"
1265
  msgstr "форум подршке"
1266
 
1267
+ #: utils/stcr_manage.php:822
1268
  msgid "Feeling generous?"
1269
  msgstr "Да ли сте великодушни?"
1270
 
1271
+ #: utils/stcr_manage.php:822
1272
  msgid "Donate a few bucks!"
1273
  msgstr "Донирајте неколико динара!"
1274
 
1401
 
1402
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1403
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1404
+ #: utils/stcr_upgrade.php:492
1405
  msgid ""
1406
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1407
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1476
  "previous 160831 version."
1477
  msgstr ""
1478
 
1479
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1480
+ msgid "Settings"
1481
+ msgstr ""
1482
+
1483
+ #: utils/stcr_upgrade.php:485
1484
+ msgid ""
1485
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1486
+ "160915"
1487
+ msgstr ""
1488
+
1489
+ #: utils/stcr_upgrade.php:486
1490
+ msgid "This version includes fixes and improvements, "
1491
+ msgstr ""
1492
+
1493
+ #: utils/stcr_upgrade.php:489
1494
+ msgid ""
1495
+ "<strong>Change</strong> the radio buttons in the management page for a "
1496
+ "dropdown."
1497
+ msgstr ""
1498
+
1499
+ #: utils/stcr_upgrade.php:490
1500
+ msgid ""
1501
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1502
+ msgstr ""
1503
+
1504
  #: utils/stcr_utils.php:195
1505
  msgid "StCR Notification"
1506
  msgstr "Обавештења"
1507
 
1508
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1509
  msgid "Don't subscribe"
1510
  msgstr "Не пријављуј"
1511
 
1512
+ #: wp_subscribe_reloaded.php:1095
1513
  msgid "All"
1514
  msgstr "Све"
1515
 
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: 2016-09-02 19:32-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:32-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Terese Mörtvik <terese.mortvik@tiarin.se>\n"
9
  "Language: sv_SE\n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "Administrera prenumerationer"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "Kommentarsfält"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "Administrationssida"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "Notifieringar"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "Alternativ"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr "Du kan hjälpa till"
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr "Support"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr ""
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "Inlägg:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "E-post"
@@ -295,8 +295,8 @@ msgstr ""
295
  msgid "Inactive"
296
  msgstr "Aktiv"
297
 
298
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
299
- #: templates/user.php:70
300
  msgid "Delete"
301
  msgstr "Radera"
302
 
@@ -316,7 +316,7 @@ msgstr "Handling:"
316
  msgid "Delete forever"
317
  msgstr "Radera permanent"
318
 
319
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
320
  msgid "Suspend"
321
  msgstr "Inaktivera"
322
 
@@ -328,11 +328,11 @@ msgstr "Aktivera och sätt som Y"
328
  msgid "Activate and set to R"
329
  msgstr "Aktivera och sätt som R"
330
 
331
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
332
  msgid "Activate"
333
  msgstr "Aktivera"
334
 
335
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
336
  msgid "Update subscriptions"
337
  msgstr "Uppdatera prenumerationer"
338
 
@@ -385,27 +385,28 @@ msgid "Author label"
385
  msgstr "Etikett författare"
386
 
387
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
388
- #: options/panel5.php:18 options/panel5.php:60
389
  msgid "Your settings have been successfully updated."
390
  msgstr "Dina inställningar har sparats."
391
 
392
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
393
- #: options/panel5.php:20 options/panel5.php:62
394
  msgid "There was an error updating the following fields:"
395
  msgstr "Det uppstod ett fel vid uppdateringen av följande:"
396
 
397
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
398
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
399
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
400
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
401
  msgid "Yes"
402
  msgstr "Ja"
403
 
404
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
405
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
406
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
407
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
408
- #: utils/stcr_manage.php:784
409
  msgid "No"
410
  msgstr "Nej"
411
 
@@ -512,7 +513,7 @@ msgstr ""
512
  "[manager_link]"
513
 
514
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
515
- #: options/panel5.php:195
516
  msgid "Save Changes"
517
  msgstr "Spara ändringar"
518
 
@@ -789,64 +790,75 @@ msgstr "Ämnesfält för bekräftelsemeddelandet. Tillåtna taggar: [post_title]
789
  msgid "Safetly Uninstall"
790
  msgstr ""
791
 
792
- #: options/panel5.php:31 options/panel5.php:84
793
  msgid "Autopurge requests"
794
  msgstr "Autorensa obekräftade"
795
 
796
- #: options/panel5.php:34 options/panel5.php:93
797
  msgid "Enable double check"
798
  msgstr "Aktivera dubbelkoll"
799
 
800
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
801
  msgid "Subscribe authors"
802
  msgstr "Prenumeration författare"
803
 
804
- #: options/panel5.php:40 options/panel5.php:111
805
  msgid "Enable HTML emails"
806
  msgstr "Aktivera HTML-e-post"
807
 
808
- #: options/panel5.php:43
809
  msgid "HTMLify Links in HTML emails"
810
  msgstr ""
811
 
812
- #: options/panel5.php:46
813
  msgid "Send trackbacks"
814
  msgstr "Skicka trackbacks"
815
 
816
- #: options/panel5.php:49
817
  msgid "Notify admin"
818
  msgstr "Meddela administratör"
819
 
820
- #: options/panel5.php:52 options/panel5.php:149
821
  msgid "Let admin subscribe"
822
  msgstr "Låt administratör prenumerera"
823
 
824
- #: options/panel5.php:55 options/panel5.php:158
825
  msgid "BCC admin on Notifications"
826
  msgstr "Notifieringar"
827
 
828
- #: options/panel5.php:76
829
  msgid "Safely Uninstall"
830
  msgstr ""
831
 
832
- #: options/panel5.php:80
833
  msgid ""
834
  "This option will allow you to delete the plugin with WordPress without "
835
  "loosing your subscribers. Any database table and plugin options are wipeout."
836
  msgstr ""
837
 
838
- #: options/panel5.php:87
839
  msgid "days"
840
  msgstr "dagar"
841
 
842
- #: options/panel5.php:88
843
  msgid ""
844
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
845
  "this feature."
846
  msgstr ""
847
  "Radera obekräftade prenumerationer efter X dagar. 0 inaktiverar denna tjänst."
848
 
849
- #: options/panel5.php:97
 
 
 
 
 
 
 
850
  msgid ""
851
  "Send a notification email to confirm the subscription (to avoid addresses "
852
  "misuse)."
@@ -854,14 +866,14 @@ msgstr ""
854
  "Skicka administrationsmeddelande för att bekräfta prenumeration (för att "
855
  "undvika missbruk)."
856
 
857
- #: options/panel5.php:106
858
  msgid ""
859
  "Automatically subscribe authors to their own articles (not retroactive)."
860
  msgstr ""
861
  "Låt författare automatiskt prenumerera på sina egna artiklar (ej "
862
  "retroaktivt)."
863
 
864
- #: options/panel5.php:115
865
  msgid ""
866
  "If enabled, will send email messages with content-type = text/html instead "
867
  "of text/plain"
@@ -869,55 +881,55 @@ msgstr ""
869
  "Om aktiverat skickar detta alternativ ut e-postmeddelanden med innehållet = "
870
  "text/html istället för text/plain."
871
 
872
- #: options/panel5.php:120
873
  msgid "HTMLify links in emails"
874
  msgstr ""
875
 
876
- #: options/panel5.php:125
877
  msgid ""
878
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
879
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
880
  msgstr ""
881
 
882
- #: options/panel5.php:130
883
  msgid "Process trackbacks"
884
  msgstr "Bearbeta trackbacks"
885
 
886
- #: options/panel5.php:134
887
  msgid ""
888
  "Notify users when a new trackback or pingback is added to the discussion."
889
  msgstr ""
890
  "Meddela användare när en trackback eller pingback läggs till i diskussionen."
891
 
892
- #: options/panel5.php:139
893
  msgid "Track all subscriptions"
894
  msgstr "Spåra alla prenumerationer"
895
 
896
- #: options/panel5.php:144
897
  msgid "Notify the administrator when users subscribe without commenting."
898
  msgstr "Meddela administratör när användare prenumererar utan att kommentera."
899
 
900
- #: options/panel5.php:153
901
  msgid "Let the administrator subscribe to comments when logged in."
902
  msgstr "Låt administratör prenumerera på kommentarer även när inloggad."
903
 
904
- #: options/panel5.php:162
905
  msgid "Send a copy of all Notifications to the administrator."
906
  msgstr ""
907
 
908
- #: options/panel5.php:167
909
  msgid "StCR Unique Key"
910
  msgstr ""
911
 
912
- #: options/panel5.php:172
913
  msgid "This Unique Key is not set, please click the following button to "
914
  msgstr ""
915
 
916
- #: options/panel5.php:176 options/panel5.php:187
917
  msgid "Generate"
918
  msgstr ""
919
 
920
- #: options/panel5.php:184
921
  msgid ""
922
  "This Unique Key will be use to send the notification to your subscribers "
923
  "with more security."
@@ -1028,16 +1040,20 @@ msgstr "Välj alla"
1028
  msgid "Invert selection"
1029
  msgstr "Invertera val"
1030
 
1031
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1032
  msgid "All comments"
1033
  msgstr ""
1034
 
1035
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1036
  msgid "Replies to my comments"
1037
  msgstr "Endast svar på mina kommentarer"
1038
 
1039
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1040
- #: templates/user.php:79
1041
  msgid "No subscriptions match your search criteria."
1042
  msgstr "Inga prenumerationer matchar dina sökkriteria."
1043
 
@@ -1047,16 +1063,16 @@ msgid ""
1047
  "enter your email below and a new link will be send."
1048
  msgstr ""
1049
 
1050
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1051
- #: templates/subscribe.php:106
1052
  msgid "Send"
1053
  msgstr "Skicka"
1054
 
1055
- #: templates/subscribe.php:43 templates/subscribe.php:44
1056
  msgid "New subscription to"
1057
  msgstr "Ny prenumeration på"
1058
 
1059
- #: templates/subscribe.php:44
1060
  msgid "User:"
1061
  msgstr "Användare:"
1062
 
@@ -1068,7 +1084,7 @@ msgstr ""
1068
  msgid "You have request to manage another email address and this is forbidden."
1069
  msgstr ""
1070
 
1071
- #: utils/stcr_manage.php:246
1072
  msgid ""
1073
  "Notify me of followup comments via e-mail. You can also <a "
1074
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1077,7 +1093,7 @@ msgstr ""
1077
  "inläggets kommentarer via e-post? Du kan även <a "
1078
  "href='[subscribe_link]'>prenumerera</a> utan att lämna en kommentar."
1079
 
1080
- #: utils/stcr_manage.php:247
1081
  msgid ""
1082
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1083
  "subscriptions."
@@ -1085,7 +1101,7 @@ msgstr ""
1085
  "Du prenumererar på detta inlägg. <a href='[manager_link]'>Redigera</a> dina "
1086
  "prenumerationer."
1087
 
1088
- #: utils/stcr_manage.php:248
1089
  msgid ""
1090
  "Your subscription to this post needs to be confirmed. <a "
1091
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1093,14 +1109,14 @@ msgstr ""
1093
  "Din prenumeration på inlägget måste bekräftas. <a "
1094
  "href='[manager_link]'>Redigera dina prenumerationer</a>."
1095
 
1096
- #: utils/stcr_manage.php:249
1097
  msgid ""
1098
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1099
  msgstr ""
1100
  "Du kan <a href='[manager_link]'>redigera </a> din prenumeration på detta "
1101
  "inlägg."
1102
 
1103
- #: utils/stcr_manage.php:255
1104
  msgid ""
1105
  "To manage your subscriptions, please enter your email address here below. We "
1106
  "will send you a message containing the link to access your personal "
@@ -1110,7 +1126,7 @@ msgstr ""
1110
  "här nedanför. Du får sedan ett meddelande med en aktiveringslänk så att du "
1111
  "kan komma åt din personliga administrationssida."
1112
 
1113
- #: utils/stcr_manage.php:256
1114
  msgid ""
1115
  "Thank you for using our subscription service. Your request has been "
1116
  "completed, and you should receive an email with the management link in a few "
@@ -1119,7 +1135,7 @@ msgstr ""
1119
  "Tack för att du prenumerar! Du borde få e-postmeddelandet med "
1120
  "aktiveringslänken inom några minuter."
1121
 
1122
- #: utils/stcr_manage.php:257
1123
  msgid ""
1124
  "You can follow the discussion on <strong>[post_title]</strong> without "
1125
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1129,7 +1145,7 @@ msgstr ""
1129
  "en kommentar. Skriv bara in din e-postadress här nedanför så är det klart "
1130
  "sen."
1131
 
1132
- #: utils/stcr_manage.php:258
1133
  msgid ""
1134
  "Thank you for using our subscription service. Your request has been "
1135
  "completed. You will receive a notification email every time a new comment to "
@@ -1138,7 +1154,7 @@ msgstr ""
1138
  "Tack för att du prenumererar! Du kommer nu att få ett e-postmeddelande varje "
1139
  "gång en kommentar publiceras på inlägget."
1140
 
1141
- #: utils/stcr_manage.php:259
1142
  msgid ""
1143
  "Thank you for using our subscription service. In order to confirm your "
1144
  "request, please check your email for the verification message and follow the "
@@ -1147,7 +1163,7 @@ msgstr ""
1147
  "Tack för att du prenumererar! För att bekräfta prenumerationen, vänligen "
1148
  "logga in på din e-post och följ instruktionerna i aktiveringsmeddelandet."
1149
 
1150
- #: utils/stcr_manage.php:260
1151
  msgid ""
1152
  "In order to cancel or suspend one or more notifications, select the "
1153
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1156,7 +1172,7 @@ msgstr ""
1156
  "prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta "
1157
  "på knappen längst ned."
1158
 
1159
- #: utils/stcr_manage.php:261
1160
  msgid ""
1161
  "In order to cancel or suspend one or more notifications, select the "
1162
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1166,11 +1182,11 @@ msgstr ""
1166
  "prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta "
1167
  "på knappen längst ned. Du prenumererar för närvarande på:"
1168
 
1169
- #: utils/stcr_manage.php:265
1170
  msgid "There is a new comment to [post_title]"
1171
  msgstr "Det har kommit en ny kommentar på [post_title]"
1172
 
1173
- #: utils/stcr_manage.php:266
1174
  msgid ""
1175
  "There is a new comment to [post_title].\n"
1176
  "Comment Link: [comment_permalink]\n"
@@ -1187,11 +1203,11 @@ msgstr ""
1187
  "Permalänk: [post_permalink]\n"
1188
  "Redigera dina prenumerationer: [manager_link]"
1189
 
1190
- #: utils/stcr_manage.php:267
1191
  msgid "Please confirm your subscription to [post_title]"
1192
  msgstr "Vänligen bekräfta din prenumeration på [post_title]"
1193
 
1194
- #: utils/stcr_manage.php:268
1195
  msgid ""
1196
  "You have requested to be notified every time a new comment is added to:\n"
1197
  "[post_permalink]\n"
@@ -1206,17 +1222,17 @@ msgstr ""
1206
  "Om länken inte går att klicka på, kopiera adressen och klistra in den i "
1207
  "adressfönstret på din webbläsare."
1208
 
1209
- #: utils/stcr_manage.php:269
1210
  msgid "Manage your subscriptions on [blog_name]"
1211
  msgstr "Administrera dina prenumerationer på [blog_name]"
1212
 
1213
- #: utils/stcr_manage.php:270
1214
  msgid ""
1215
  "You have requested to manage your subscriptions to the articles on "
1216
  "[blog_name]. Please check the Subscriptions management link in your email"
1217
  msgstr ""
1218
 
1219
- #: utils/stcr_manage.php:271
1220
  msgid ""
1221
  "You have requested to manage your subscriptions to the articles on "
1222
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1226,38 +1242,38 @@ msgstr ""
1226
  "[blog_name]. Följ denna länk för att logga in på din personliga sida: \n"
1227
  "[manager_link]"
1228
 
1229
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1230
  msgid "StCR System"
1231
  msgstr ""
1232
 
1233
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1234
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1235
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1236
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1237
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1238
  msgid "You do not have sufficient permissions to access this page."
1239
  msgstr ""
1240
 
1241
- #: utils/stcr_manage.php:755
1242
  msgid "Subscriptions"
1243
  msgstr "Prenumeration"
1244
 
1245
- #: utils/stcr_manage.php:811
1246
  msgid ""
1247
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1248
  msgstr ""
1249
  "Behöver du hjälp med att använda Subscribe to Comments Reloaded? Besök det "
1250
  "officiella"
1251
 
1252
- #: utils/stcr_manage.php:811
1253
  msgid "support forum"
1254
  msgstr "supportforumet"
1255
 
1256
- #: utils/stcr_manage.php:812
1257
  msgid "Feeling generous?"
1258
  msgstr "Känner du dig generös?"
1259
 
1260
- #: utils/stcr_manage.php:812
1261
  msgid "Donate a few bucks!"
1262
  msgstr "Donera några kronor!"
1263
 
@@ -1390,6 +1406,7 @@ msgstr ""
1390
 
1391
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1392
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1393
  msgid ""
1394
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1395
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1464,20 +1481,41 @@ msgid ""
1464
  "previous 160831 version."
1465
  msgstr ""
1466
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1467
  #: utils/stcr_utils.php:195
1468
  msgid "StCR Notification"
1469
  msgstr "Notifieringar"
1470
 
1471
- #: wp_subscribe_reloaded.php:114
1472
- msgid "Settings"
1473
- msgstr ""
1474
-
1475
- #: wp_subscribe_reloaded.php:1086
1476
  msgid "Don't subscribe"
1477
  msgstr "Prenumerera inte"
1478
 
1479
  # Alla
1480
- #: wp_subscribe_reloaded.php:1087
1481
  msgid "All"
1482
  msgstr "Alla"
1483
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:08-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:08-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: Terese Mörtvik <terese.mortvik@tiarin.se>\n"
9
  "Language: sv_SE\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "Administrera prenumerationer"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "Kommentarsfält"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "Administrationssida"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "Notifieringar"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "Alternativ"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr "Du kan hjälpa till"
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr "Support"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr ""
52
 
60
  msgstr "Inlägg:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "E-post"
295
  msgid "Inactive"
296
  msgstr "Aktiv"
297
 
298
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
299
+ #: templates/user.php:73
300
  msgid "Delete"
301
  msgstr "Radera"
302
 
316
  msgid "Delete forever"
317
  msgstr "Radera permanent"
318
 
319
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
320
  msgid "Suspend"
321
  msgstr "Inaktivera"
322
 
328
  msgid "Activate and set to R"
329
  msgstr "Aktivera och sätt som R"
330
 
331
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
332
  msgid "Activate"
333
  msgstr "Aktivera"
334
 
335
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
336
  msgid "Update subscriptions"
337
  msgstr "Uppdatera prenumerationer"
338
 
385
  msgstr "Etikett författare"
386
 
387
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
388
+ #: options/panel5.php:18 options/panel5.php:63
389
  msgid "Your settings have been successfully updated."
390
  msgstr "Dina inställningar har sparats."
391
 
392
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
393
+ #: options/panel5.php:20 options/panel5.php:65
394
  msgid "There was an error updating the following fields:"
395
  msgstr "Det uppstod ett fel vid uppdateringen av följande:"
396
 
397
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
398
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
399
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
400
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
401
+ #: options/panel5.php:172
402
  msgid "Yes"
403
  msgstr "Ja"
404
 
405
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
406
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
407
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
408
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
409
+ #: options/panel5.php:173 utils/stcr_manage.php:794
410
  msgid "No"
411
  msgstr "Nej"
412
 
513
  "[manager_link]"
514
 
515
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
516
+ #: options/panel5.php:207
517
  msgid "Save Changes"
518
  msgstr "Spara ändringar"
519
 
790
  msgid "Safetly Uninstall"
791
  msgstr ""
792
 
793
+ #: options/panel5.php:31 options/panel5.php:87
794
  msgid "Autopurge requests"
795
  msgstr "Autorensa obekräftade"
796
 
797
+ #: options/panel5.php:34 options/panel5.php:105
798
  msgid "Enable double check"
799
  msgstr "Aktivera dubbelkoll"
800
 
801
+ #: options/panel5.php:37 options/panel5.php:96
802
+ msgid "StCR Position"
803
+ msgstr ""
804
+
805
+ #: options/panel5.php:40 options/panel5.php:113
806
  msgid "Subscribe authors"
807
  msgstr "Prenumeration författare"
808
 
809
+ #: options/panel5.php:43 options/panel5.php:123
810
  msgid "Enable HTML emails"
811
  msgstr "Aktivera HTML-e-post"
812
 
813
+ #: options/panel5.php:46
814
  msgid "HTMLify Links in HTML emails"
815
  msgstr ""
816
 
817
+ #: options/panel5.php:49
818
  msgid "Send trackbacks"
819
  msgstr "Skicka trackbacks"
820
 
821
+ #: options/panel5.php:52
822
  msgid "Notify admin"
823
  msgstr "Meddela administratör"
824
 
825
+ #: options/panel5.php:55 options/panel5.php:161
826
  msgid "Let admin subscribe"
827
  msgstr "Låt administratör prenumerera"
828
 
829
+ #: options/panel5.php:58 options/panel5.php:170
830
  msgid "BCC admin on Notifications"
831
  msgstr "Notifieringar"
832
 
833
+ #: options/panel5.php:79
834
  msgid "Safely Uninstall"
835
  msgstr ""
836
 
837
+ #: options/panel5.php:83
838
  msgid ""
839
  "This option will allow you to delete the plugin with WordPress without "
840
  "loosing your subscribers. Any database table and plugin options are wipeout."
841
  msgstr ""
842
 
843
+ #: options/panel5.php:90
844
  msgid "days"
845
  msgstr "dagar"
846
 
847
+ #: options/panel5.php:91
848
  msgid ""
849
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
850
  "this feature."
851
  msgstr ""
852
  "Radera obekräftade prenumerationer efter X dagar. 0 inaktiverar denna tjänst."
853
 
854
+ #: options/panel5.php:100
855
+ msgid ""
856
+ "If this option is enable the subscription box will be above the submit "
857
+ "button in your comment form. Use this when your theme is outdated and using "
858
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
859
+ msgstr ""
860
+
861
+ #: options/panel5.php:109
862
  msgid ""
863
  "Send a notification email to confirm the subscription (to avoid addresses "
864
  "misuse)."
866
  "Skicka administrationsmeddelande för att bekräfta prenumeration (för att "
867
  "undvika missbruk)."
868
 
869
+ #: options/panel5.php:118
870
  msgid ""
871
  "Automatically subscribe authors to their own articles (not retroactive)."
872
  msgstr ""
873
  "Låt författare automatiskt prenumerera på sina egna artiklar (ej "
874
  "retroaktivt)."
875
 
876
+ #: options/panel5.php:127
877
  msgid ""
878
  "If enabled, will send email messages with content-type = text/html instead "
879
  "of text/plain"
881
  "Om aktiverat skickar detta alternativ ut e-postmeddelanden med innehållet = "
882
  "text/html istället för text/plain."
883
 
884
+ #: options/panel5.php:132
885
  msgid "HTMLify links in emails"
886
  msgstr ""
887
 
888
+ #: options/panel5.php:137
889
  msgid ""
890
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
891
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
892
  msgstr ""
893
 
894
+ #: options/panel5.php:142
895
  msgid "Process trackbacks"
896
  msgstr "Bearbeta trackbacks"
897
 
898
+ #: options/panel5.php:146
899
  msgid ""
900
  "Notify users when a new trackback or pingback is added to the discussion."
901
  msgstr ""
902
  "Meddela användare när en trackback eller pingback läggs till i diskussionen."
903
 
904
+ #: options/panel5.php:151
905
  msgid "Track all subscriptions"
906
  msgstr "Spåra alla prenumerationer"
907
 
908
+ #: options/panel5.php:156
909
  msgid "Notify the administrator when users subscribe without commenting."
910
  msgstr "Meddela administratör när användare prenumererar utan att kommentera."
911
 
912
+ #: options/panel5.php:165
913
  msgid "Let the administrator subscribe to comments when logged in."
914
  msgstr "Låt administratör prenumerera på kommentarer även när inloggad."
915
 
916
+ #: options/panel5.php:174
917
  msgid "Send a copy of all Notifications to the administrator."
918
  msgstr ""
919
 
920
+ #: options/panel5.php:179
921
  msgid "StCR Unique Key"
922
  msgstr ""
923
 
924
+ #: options/panel5.php:184
925
  msgid "This Unique Key is not set, please click the following button to "
926
  msgstr ""
927
 
928
+ #: options/panel5.php:188 options/panel5.php:199
929
  msgid "Generate"
930
  msgstr ""
931
 
932
+ #: options/panel5.php:196
933
  msgid ""
934
  "This Unique Key will be use to send the notification to your subscribers "
935
  "with more security."
1040
  msgid "Invert selection"
1041
  msgstr "Invertera val"
1042
 
1043
+ #: templates/author.php:73 templates/user.php:72
1044
+ msgid "Choose your action"
1045
+ msgstr ""
1046
+
1047
+ #: templates/author.php:76 templates/user.php:75
1048
  msgid "All comments"
1049
  msgstr ""
1050
 
1051
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1052
  msgid "Replies to my comments"
1053
  msgstr "Endast svar på mina kommentarer"
1054
 
1055
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1056
+ #: templates/user.php:84
1057
  msgid "No subscriptions match your search criteria."
1058
  msgstr "Inga prenumerationer matchar dina sökkriteria."
1059
 
1063
  "enter your email below and a new link will be send."
1064
  msgstr ""
1065
 
1066
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1067
+ #: templates/subscribe.php:95
1068
  msgid "Send"
1069
  msgstr "Skicka"
1070
 
1071
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1072
  msgid "New subscription to"
1073
  msgstr "Ny prenumeration på"
1074
 
1075
+ #: templates/subscribe.php:46
1076
  msgid "User:"
1077
  msgstr "Användare:"
1078
 
1084
  msgid "You have request to manage another email address and this is forbidden."
1085
  msgstr ""
1086
 
1087
+ #: utils/stcr_manage.php:224
1088
  msgid ""
1089
  "Notify me of followup comments via e-mail. You can also <a "
1090
  "href='[subscribe_link]'>subscribe</a> without commenting."
1093
  "inläggets kommentarer via e-post? Du kan även <a "
1094
  "href='[subscribe_link]'>prenumerera</a> utan att lämna en kommentar."
1095
 
1096
+ #: utils/stcr_manage.php:225
1097
  msgid ""
1098
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1099
  "subscriptions."
1101
  "Du prenumererar på detta inlägg. <a href='[manager_link]'>Redigera</a> dina "
1102
  "prenumerationer."
1103
 
1104
+ #: utils/stcr_manage.php:226
1105
  msgid ""
1106
  "Your subscription to this post needs to be confirmed. <a "
1107
  "href='[manager_link]'>Manage your subscriptions</a>."
1109
  "Din prenumeration på inlägget måste bekräftas. <a "
1110
  "href='[manager_link]'>Redigera dina prenumerationer</a>."
1111
 
1112
+ #: utils/stcr_manage.php:227
1113
  msgid ""
1114
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1115
  msgstr ""
1116
  "Du kan <a href='[manager_link]'>redigera </a> din prenumeration på detta "
1117
  "inlägg."
1118
 
1119
+ #: utils/stcr_manage.php:233
1120
  msgid ""
1121
  "To manage your subscriptions, please enter your email address here below. We "
1122
  "will send you a message containing the link to access your personal "
1126
  "här nedanför. Du får sedan ett meddelande med en aktiveringslänk så att du "
1127
  "kan komma åt din personliga administrationssida."
1128
 
1129
+ #: utils/stcr_manage.php:234
1130
  msgid ""
1131
  "Thank you for using our subscription service. Your request has been "
1132
  "completed, and you should receive an email with the management link in a few "
1135
  "Tack för att du prenumerar! Du borde få e-postmeddelandet med "
1136
  "aktiveringslänken inom några minuter."
1137
 
1138
+ #: utils/stcr_manage.php:235
1139
  msgid ""
1140
  "You can follow the discussion on <strong>[post_title]</strong> without "
1141
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1145
  "en kommentar. Skriv bara in din e-postadress här nedanför så är det klart "
1146
  "sen."
1147
 
1148
+ #: utils/stcr_manage.php:236
1149
  msgid ""
1150
  "Thank you for using our subscription service. Your request has been "
1151
  "completed. You will receive a notification email every time a new comment to "
1154
  "Tack för att du prenumererar! Du kommer nu att få ett e-postmeddelande varje "
1155
  "gång en kommentar publiceras på inlägget."
1156
 
1157
+ #: utils/stcr_manage.php:237
1158
  msgid ""
1159
  "Thank you for using our subscription service. In order to confirm your "
1160
  "request, please check your email for the verification message and follow the "
1163
  "Tack för att du prenumererar! För att bekräfta prenumerationen, vänligen "
1164
  "logga in på din e-post och följ instruktionerna i aktiveringsmeddelandet."
1165
 
1166
+ #: utils/stcr_manage.php:238
1167
  msgid ""
1168
  "In order to cancel or suspend one or more notifications, select the "
1169
  "corresponding checkbox(es) and click on the button at the end of the list."
1172
  "prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta "
1173
  "på knappen längst ned."
1174
 
1175
+ #: utils/stcr_manage.php:239
1176
  msgid ""
1177
  "In order to cancel or suspend one or more notifications, select the "
1178
  "corresponding checkbox(es) and click on the button at the end of the list. "
1182
  "prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta "
1183
  "på knappen längst ned. Du prenumererar för närvarande på:"
1184
 
1185
+ #: utils/stcr_manage.php:243
1186
  msgid "There is a new comment to [post_title]"
1187
  msgstr "Det har kommit en ny kommentar på [post_title]"
1188
 
1189
+ #: utils/stcr_manage.php:244
1190
  msgid ""
1191
  "There is a new comment to [post_title].\n"
1192
  "Comment Link: [comment_permalink]\n"
1203
  "Permalänk: [post_permalink]\n"
1204
  "Redigera dina prenumerationer: [manager_link]"
1205
 
1206
+ #: utils/stcr_manage.php:245
1207
  msgid "Please confirm your subscription to [post_title]"
1208
  msgstr "Vänligen bekräfta din prenumeration på [post_title]"
1209
 
1210
+ #: utils/stcr_manage.php:246
1211
  msgid ""
1212
  "You have requested to be notified every time a new comment is added to:\n"
1213
  "[post_permalink]\n"
1222
  "Om länken inte går att klicka på, kopiera adressen och klistra in den i "
1223
  "adressfönstret på din webbläsare."
1224
 
1225
+ #: utils/stcr_manage.php:247
1226
  msgid "Manage your subscriptions on [blog_name]"
1227
  msgstr "Administrera dina prenumerationer på [blog_name]"
1228
 
1229
+ #: utils/stcr_manage.php:248
1230
  msgid ""
1231
  "You have requested to manage your subscriptions to the articles on "
1232
  "[blog_name]. Please check the Subscriptions management link in your email"
1233
  msgstr ""
1234
 
1235
+ #: utils/stcr_manage.php:249
1236
  msgid ""
1237
  "You have requested to manage your subscriptions to the articles on "
1238
  "[blog_name]. Follow this link to access your personal page:\n"
1242
  "[blog_name]. Följ denna länk för att logga in på din personliga sida: \n"
1243
  "[manager_link]"
1244
 
1245
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1246
  msgid "StCR System"
1247
  msgstr ""
1248
 
1249
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1250
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1251
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1252
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1253
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1254
  msgid "You do not have sufficient permissions to access this page."
1255
  msgstr ""
1256
 
1257
+ #: utils/stcr_manage.php:765
1258
  msgid "Subscriptions"
1259
  msgstr "Prenumeration"
1260
 
1261
+ #: utils/stcr_manage.php:821
1262
  msgid ""
1263
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1264
  msgstr ""
1265
  "Behöver du hjälp med att använda Subscribe to Comments Reloaded? Besök det "
1266
  "officiella"
1267
 
1268
+ #: utils/stcr_manage.php:821
1269
  msgid "support forum"
1270
  msgstr "supportforumet"
1271
 
1272
+ #: utils/stcr_manage.php:822
1273
  msgid "Feeling generous?"
1274
  msgstr "Känner du dig generös?"
1275
 
1276
+ #: utils/stcr_manage.php:822
1277
  msgid "Donate a few bucks!"
1278
  msgstr "Donera några kronor!"
1279
 
1406
 
1407
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1408
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1409
+ #: utils/stcr_upgrade.php:492
1410
  msgid ""
1411
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1412
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1481
  "previous 160831 version."
1482
  msgstr ""
1483
 
1484
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1485
+ msgid "Settings"
1486
+ msgstr ""
1487
+
1488
+ #: utils/stcr_upgrade.php:485
1489
+ msgid ""
1490
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1491
+ "160915"
1492
+ msgstr ""
1493
+
1494
+ #: utils/stcr_upgrade.php:486
1495
+ msgid "This version includes fixes and improvements, "
1496
+ msgstr ""
1497
+
1498
+ #: utils/stcr_upgrade.php:489
1499
+ msgid ""
1500
+ "<strong>Change</strong> the radio buttons in the management page for a "
1501
+ "dropdown."
1502
+ msgstr ""
1503
+
1504
+ #: utils/stcr_upgrade.php:490
1505
+ msgid ""
1506
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1507
+ msgstr ""
1508
+
1509
  #: utils/stcr_utils.php:195
1510
  msgid "StCR Notification"
1511
  msgstr "Notifieringar"
1512
 
1513
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1514
  msgid "Don't subscribe"
1515
  msgstr "Prenumerera inte"
1516
 
1517
  # Alla
1518
+ #: wp_subscribe_reloaded.php:1095
1519
  msgid "All"
1520
  msgstr "Alla"
1521
 
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: 2016-09-02 19:33-0600\n"
6
- "PO-Revision-Date: 2016-09-02 19:33-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: tr_TR\n"
@@ -17,37 +17,37 @@ msgstr ""
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
21
- #: utils/stcr_manage.php:383
22
  msgid "Manage subscriptions"
23
  msgstr "Abonelikler"
24
 
25
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
26
  msgid "Comment Form"
27
  msgstr "Yorum Sayfası"
28
 
29
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
30
  msgid "Management Page"
31
  msgstr "Yönetim Sayfası"
32
 
33
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
34
  msgid "Notifications"
35
  msgstr "Bildiriler"
36
 
37
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
38
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
39
  msgid "Options"
40
  msgstr "Ayarlar"
41
 
42
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
43
  msgid "You can help"
44
  msgstr "Yardım edebilirsiniz"
45
 
46
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
47
  msgid "Support"
48
  msgstr "Destek"
49
 
50
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
51
  msgid "Donate"
52
  msgstr ""
53
 
@@ -61,8 +61,8 @@ msgid "Post:"
61
  msgstr "Yazı:"
62
 
63
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
64
- #: options/panel1.php:133 templates/key_expired.php:84
65
- #: templates/request-management-link.php:84 templates/subscribe.php:104
66
  #: templates/user.php:57
67
  msgid "Email"
68
  msgstr "Eposta"
@@ -299,8 +299,8 @@ msgstr ""
299
  msgid "Inactive"
300
  msgstr "Aktif"
301
 
302
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
303
- #: templates/user.php:70
304
  msgid "Delete"
305
  msgstr "Sil"
306
 
@@ -320,7 +320,7 @@ msgstr "Eylem:"
320
  msgid "Delete forever"
321
  msgstr "Tamamen sil"
322
 
323
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
324
  msgid "Suspend"
325
  msgstr "Dondur"
326
 
@@ -332,11 +332,11 @@ msgstr "Aktifleştir ve Y olarak ayarla"
332
  msgid "Activate and set to R"
333
  msgstr "Aktifleştir ve R olarak ayarla"
334
 
335
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
336
  msgid "Activate"
337
  msgstr "Aktifleştir"
338
 
339
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
340
  msgid "Update subscriptions"
341
  msgstr "Abonelikleri güncelle"
342
 
@@ -389,27 +389,28 @@ msgid "Author label"
389
  msgstr "Yazar"
390
 
391
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
392
- #: options/panel5.php:18 options/panel5.php:60
393
  msgid "Your settings have been successfully updated."
394
  msgstr "Ayarlarınız başarıyla kaydedildi."
395
 
396
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
397
- #: options/panel5.php:20 options/panel5.php:62
398
  msgid "There was an error updating the following fields:"
399
  msgstr "Ayarlarınız kaydedilirken şu hatalara rastlandı:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
403
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
404
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
405
  msgid "Yes"
406
  msgstr "Evet"
407
 
408
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
409
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
410
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
411
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
412
- #: utils/stcr_manage.php:784
413
  msgid "No"
414
  msgstr "Hayır"
415
 
@@ -519,7 +520,7 @@ msgstr ""
519
  "[manager_link]"
520
 
521
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
522
- #: options/panel5.php:195
523
  msgid "Save Changes"
524
  msgstr "Ayarları Kaydet"
525
 
@@ -787,57 +788,61 @@ msgstr "Doğrulama epostasının konusu. İzin verilen etiketler: [post_title]"
787
  msgid "Safetly Uninstall"
788
  msgstr ""
789
 
790
- #: options/panel5.php:31 options/panel5.php:84
791
  msgid "Autopurge requests"
792
  msgstr "İstekleri ayrıştır"
793
 
794
- #: options/panel5.php:34 options/panel5.php:93
795
  msgid "Enable double check"
796
  msgstr "Doğrulama"
797
 
798
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
799
  msgid "Subscribe authors"
800
  msgstr "Abone olundu"
801
 
802
- #: options/panel5.php:40 options/panel5.php:111
803
  msgid "Enable HTML emails"
804
  msgstr "HTML epostalarına izin ver"
805
 
806
- #: options/panel5.php:43
807
  msgid "HTMLify Links in HTML emails"
808
  msgstr ""
809
 
810
- #: options/panel5.php:46
811
  msgid "Send trackbacks"
812
  msgstr "Trackback'leri gönder"
813
 
814
- #: options/panel5.php:49
815
  msgid "Notify admin"
816
  msgstr "Admini haberdar et"
817
 
818
- #: options/panel5.php:52 options/panel5.php:149
819
  msgid "Let admin subscribe"
820
  msgstr "Adminin abone olmasına izin ver"
821
 
822
- #: options/panel5.php:55 options/panel5.php:158
823
  msgid "BCC admin on Notifications"
824
  msgstr "Bildiriler"
825
 
826
- #: options/panel5.php:76
827
  msgid "Safely Uninstall"
828
  msgstr ""
829
 
830
- #: options/panel5.php:80
831
  msgid ""
832
  "This option will allow you to delete the plugin with WordPress without "
833
  "loosing your subscribers. Any database table and plugin options are wipeout."
834
  msgstr ""
835
 
836
- #: options/panel5.php:87
837
  msgid "days"
838
  msgstr "günler"
839
 
840
- #: options/panel5.php:88
841
  msgid ""
842
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
843
  "this feature."
@@ -845,7 +850,14 @@ msgstr ""
845
  "Doğrulama gerçekleşmeyen abonelikleri x gün sonra sil. Sıfır değeri devre "
846
  "dışı bırakır."
847
 
848
- #: options/panel5.php:97
 
 
 
 
 
 
 
849
  msgid ""
850
  "Send a notification email to confirm the subscription (to avoid addresses "
851
  "misuse)."
@@ -853,12 +865,12 @@ msgstr ""
853
  "Aboneliği doğrulamak için eposta gönderir. Eposta adreslerinin doğruluğunu "
854
  "tespit için kullanılabilir."
855
 
856
- #: options/panel5.php:106
857
  msgid ""
858
  "Automatically subscribe authors to their own articles (not retroactive)."
859
  msgstr ""
860
 
861
- #: options/panel5.php:115
862
  msgid ""
863
  "If enabled, will send email messages with content-type = text/html instead "
864
  "of text/plain"
@@ -866,54 +878,54 @@ msgstr ""
866
  "Etkinleştirilmişse, gönderilen epostalar text/plain yerine text/html olarak "
867
  "gönderilecektir."
868
 
869
- #: options/panel5.php:120
870
  msgid "HTMLify links in emails"
871
  msgstr ""
872
 
873
- #: options/panel5.php:125
874
  msgid ""
875
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
876
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
877
  msgstr ""
878
 
879
- #: options/panel5.php:130
880
  msgid "Process trackbacks"
881
  msgstr "Trackback'leri işle"
882
 
883
- #: options/panel5.php:134
884
  msgid ""
885
  "Notify users when a new trackback or pingback is added to the discussion."
886
  msgstr "Yeni bir trackback ya da pingback olduğunda kullanıcılara bildirir."
887
 
888
- #: options/panel5.php:139
889
  msgid "Track all subscriptions"
890
  msgstr "Tüm abonelikleri takip et"
891
 
892
- #: options/panel5.php:144
893
  msgid "Notify the administrator when users subscribe without commenting."
894
  msgstr "Kullanıcılar yorum bırakmadan abone olduğunda admine bildir."
895
 
896
- #: options/panel5.php:153
897
  msgid "Let the administrator subscribe to comments when logged in."
898
  msgstr "Adminler giriş yaptığında yorumlara abone olmalarına izin ver."
899
 
900
- #: options/panel5.php:162
901
  msgid "Send a copy of all Notifications to the administrator."
902
  msgstr ""
903
 
904
- #: options/panel5.php:167
905
  msgid "StCR Unique Key"
906
  msgstr ""
907
 
908
- #: options/panel5.php:172
909
  msgid "This Unique Key is not set, please click the following button to "
910
  msgstr ""
911
 
912
- #: options/panel5.php:176 options/panel5.php:187
913
  msgid "Generate"
914
  msgstr ""
915
 
916
- #: options/panel5.php:184
917
  msgid ""
918
  "This Unique Key will be use to send the notification to your subscribers "
919
  "with more security."
@@ -1025,16 +1037,20 @@ msgstr "Hepsini seç"
1025
  msgid "Invert selection"
1026
  msgstr "Seçimi ters çevir"
1027
 
1028
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
1029
  msgid "All comments"
1030
  msgstr ""
1031
 
1032
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
1033
  msgid "Replies to my comments"
1034
  msgstr "Yorumlarıma gönderilen yanıtlar"
1035
 
1036
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1037
- #: templates/user.php:79
1038
  msgid "No subscriptions match your search criteria."
1039
  msgstr "Arama kriterlerinize uygun abonelik bulunamadı."
1040
 
@@ -1044,16 +1060,16 @@ msgid ""
1044
  "enter your email below and a new link will be send."
1045
  msgstr ""
1046
 
1047
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1048
- #: templates/subscribe.php:106
1049
  msgid "Send"
1050
  msgstr "Gönder"
1051
 
1052
- #: templates/subscribe.php:43 templates/subscribe.php:44
1053
  msgid "New subscription to"
1054
  msgstr "Yeni abonelikler"
1055
 
1056
- #: templates/subscribe.php:44
1057
  msgid "User:"
1058
  msgstr "Kullanıcı:"
1059
 
@@ -1065,7 +1081,7 @@ msgstr ""
1065
  msgid "You have request to manage another email address and this is forbidden."
1066
  msgstr ""
1067
 
1068
- #: utils/stcr_manage.php:246
1069
  msgid ""
1070
  "Notify me of followup comments via e-mail. You can also <a "
1071
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1073,7 +1089,7 @@ msgstr ""
1073
  "Yeni yorumları e-posta aracılığıyla bana bildir. Ayrıca yorum yapmadan da <a "
1074
  "href='[subscribe_link]'>abone</a> olabilirsiniz."
1075
 
1076
- #: utils/stcr_manage.php:247
1077
  msgid ""
1078
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1079
  "subscriptions."
@@ -1081,7 +1097,7 @@ msgstr ""
1081
  "Bu yazıya abone oldunuz. Aboneliklerinizi incelemek için <a "
1082
  "href='[manager_link]'>tıklayınız</a>."
1083
 
1084
- #: utils/stcr_manage.php:248
1085
  msgid ""
1086
  "Your subscription to this post needs to be confirmed. <a "
1087
  "href='[manager_link]'>Manage your subscriptions</a>."
@@ -1089,14 +1105,14 @@ msgstr ""
1089
  "Bu yazıya olan aboneliğinizin doğrulanması gerekiyor. Aboneliklerinizi "
1090
  "incelemek için <a href='[manager_link]'>tıklayın</a>."
1091
 
1092
- #: utils/stcr_manage.php:249
1093
  msgid ""
1094
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1095
  msgstr ""
1096
  "Bu yazıya olan aboneliklerinizi <a href='[manager_link]'>buradan</a> "
1097
  "inceleyebilirsiniz."
1098
 
1099
- #: utils/stcr_manage.php:255
1100
  msgid ""
1101
  "To manage your subscriptions, please enter your email address here below. We "
1102
  "will send you a message containing the link to access your personal "
@@ -1105,7 +1121,7 @@ msgstr ""
1105
  "Aboneliklerinizi incelemek için aşağıya e-posta adresinizi girin. Biz de "
1106
  "size aboneliklerinizi listeyebileceğiniz bir link gönderelim."
1107
 
1108
- #: utils/stcr_manage.php:256
1109
  msgid ""
1110
  "Thank you for using our subscription service. Your request has been "
1111
  "completed, and you should receive an email with the management link in a few "
@@ -1115,7 +1131,7 @@ msgstr ""
1115
  "ve aboneliğinizi yönetebileceğiniz bir link bir kaç dakika içerisinde e-"
1116
  "posta adresinize gelmek üzere yola çıktı :) . "
1117
 
1118
- #: utils/stcr_manage.php:257
1119
  msgid ""
1120
  "You can follow the discussion on <strong>[post_title]</strong> without "
1121
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1125,7 +1141,7 @@ msgstr ""
1125
  "takip edebilirsiniz. Havalı değil mi? Aşağıdaki kutuya e-posta adresinizi "
1126
  "girmeniz yeterli."
1127
 
1128
- #: utils/stcr_manage.php:258
1129
  msgid ""
1130
  "Thank you for using our subscription service. Your request has been "
1131
  "completed. You will receive a notification email every time a new comment to "
@@ -1135,7 +1151,7 @@ msgstr ""
1135
  "Bu yazıya yapılan, yöneticilerin onaylayıp yayınladığı her yorum için e-"
1136
  "posta alıcaksınız."
1137
 
1138
- #: utils/stcr_manage.php:259
1139
  msgid ""
1140
  "Thank you for using our subscription service. In order to confirm your "
1141
  "request, please check your email for the verification message and follow the "
@@ -1145,7 +1161,7 @@ msgstr ""
1145
  "için lütfen e-posta adresinize gelen doğrulama mesajına bakın ve talimatları "
1146
  "izleyin."
1147
 
1148
- #: utils/stcr_manage.php:260
1149
  msgid ""
1150
  "In order to cancel or suspend one or more notifications, select the "
1151
  "corresponding checkbox(es) and click on the button at the end of the list."
@@ -1153,7 +1169,7 @@ msgstr ""
1153
  "Bir ya da daha fazla aboneliğinizi iptal etmek ya da dondurmak için ilgili "
1154
  "kutucukları düzenleyin ve listenin sonundaki düğmeye basın."
1155
 
1156
- #: utils/stcr_manage.php:261
1157
  msgid ""
1158
  "In order to cancel or suspend one or more notifications, select the "
1159
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1163,11 +1179,11 @@ msgstr ""
1163
  "kutucukları düzenleyin ve listenin sonundaki düğmeye basın. Şu an ki "
1164
  "abonelikleriniz:"
1165
 
1166
- #: utils/stcr_manage.php:265
1167
  msgid "There is a new comment to [post_title]"
1168
  msgstr "[post_title] yazısı için yeni yorum yapıldı."
1169
 
1170
- #: utils/stcr_manage.php:266
1171
  msgid ""
1172
  "There is a new comment to [post_title].\n"
1173
  "Comment Link: [comment_permalink]\n"
@@ -1181,12 +1197,12 @@ msgstr ""
1181
  "[comment_permalink]Yazar: [comment_author]Yorum:[comment_content]Kalıcı "
1182
  "Bağlantı: [post_permalink]Aboneliklerinizi İnceleme: [manager_link]"
1183
 
1184
- #: utils/stcr_manage.php:267
1185
  msgid "Please confirm your subscription to [post_title]"
1186
  msgstr ""
1187
  "Lütfen [post_title] yazısı için başvurduğunuz aboneliğinizi doğrulayın."
1188
 
1189
- #: utils/stcr_manage.php:268
1190
  msgid ""
1191
  "You have requested to be notified every time a new comment is added to:\n"
1192
  "[post_permalink]\n"
@@ -1198,17 +1214,17 @@ msgstr ""
1198
  "[post_permalink]Aşağıdaki linke tıklayarak isteğinizi doğrulayın."
1199
  "[confirm_link]"
1200
 
1201
- #: utils/stcr_manage.php:269
1202
  msgid "Manage your subscriptions on [blog_name]"
1203
  msgstr "[blog_name] üzerindeki aboneliklerinizi inceleyin"
1204
 
1205
- #: utils/stcr_manage.php:270
1206
  msgid ""
1207
  "You have requested to manage your subscriptions to the articles on "
1208
  "[blog_name]. Please check the Subscriptions management link in your email"
1209
  msgstr ""
1210
 
1211
- #: utils/stcr_manage.php:271
1212
  msgid ""
1213
  "You have requested to manage your subscriptions to the articles on "
1214
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1217,38 +1233,38 @@ msgstr ""
1217
  "[blog_name] üzerindeki aboneliklerinizi incelemek istediniz. Kişisel "
1218
  "sayfanıza ulaşmak için aşağıdaki linke tıklayın: [manager_link]"
1219
 
1220
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1221
  msgid "StCR System"
1222
  msgstr ""
1223
 
1224
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1225
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1226
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1227
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1228
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1229
  msgid "You do not have sufficient permissions to access this page."
1230
  msgstr ""
1231
 
1232
- #: utils/stcr_manage.php:755
1233
  msgid "Subscriptions"
1234
  msgstr "Abonelikler"
1235
 
1236
- #: utils/stcr_manage.php:811
1237
  msgid ""
1238
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1239
  msgstr ""
1240
  "Subscribe to Comments Reloaded 'ı nasıl kullanacağınızı bilmiyor musunuz? "
1241
  "Şurayı ziyaret edin"
1242
 
1243
- #: utils/stcr_manage.php:811
1244
  msgid "support forum"
1245
  msgstr "destek forumları"
1246
 
1247
- #: utils/stcr_manage.php:812
1248
  msgid "Feeling generous?"
1249
  msgstr "Cömert mi hissediyorsunuz?"
1250
 
1251
- #: utils/stcr_manage.php:812
1252
  msgid "Donate a few bucks!"
1253
  msgstr "Bir kaç dolar bağışlayın!"
1254
 
@@ -1381,6 +1397,7 @@ msgstr ""
1381
 
1382
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1383
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1384
  msgid ""
1385
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1386
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1455,19 +1472,40 @@ msgid ""
1455
  "previous 160831 version."
1456
  msgstr ""
1457
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1458
  #: utils/stcr_utils.php:195
1459
  msgid "StCR Notification"
1460
  msgstr "Bildiriler"
1461
 
1462
- #: wp_subscribe_reloaded.php:114
1463
- msgid "Settings"
1464
- msgstr ""
1465
-
1466
- #: wp_subscribe_reloaded.php:1086
1467
  msgid "Don't subscribe"
1468
  msgstr "Abone olma"
1469
 
1470
- #: wp_subscribe_reloaded.php:1087
1471
  msgid "All"
1472
  msgstr "Tümü"
1473
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:08-0600\n"
6
+ "PO-Revision-Date: 2016-09-13 20:08-0600\n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: tr_TR\n"
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
21
+ #: utils/stcr_manage.php:393
22
  msgid "Manage subscriptions"
23
  msgstr "Abonelikler"
24
 
25
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
26
  msgid "Comment Form"
27
  msgstr "Yorum Sayfası"
28
 
29
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
30
  msgid "Management Page"
31
  msgstr "Yönetim Sayfası"
32
 
33
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
34
  msgid "Notifications"
35
  msgstr "Bildiriler"
36
 
37
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
38
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
39
  msgid "Options"
40
  msgstr "Ayarlar"
41
 
42
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
43
  msgid "You can help"
44
  msgstr "Yardım edebilirsiniz"
45
 
46
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
47
  msgid "Support"
48
  msgstr "Destek"
49
 
50
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
51
  msgid "Donate"
52
  msgstr ""
53
 
61
  msgstr "Yazı:"
62
 
63
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
64
+ #: options/panel1.php:133 templates/key_expired.php:74
65
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
66
  #: templates/user.php:57
67
  msgid "Email"
68
  msgstr "Eposta"
299
  msgid "Inactive"
300
  msgstr "Aktif"
301
 
302
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
303
+ #: templates/user.php:73
304
  msgid "Delete"
305
  msgstr "Sil"
306
 
320
  msgid "Delete forever"
321
  msgstr "Tamamen sil"
322
 
323
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
324
  msgid "Suspend"
325
  msgstr "Dondur"
326
 
332
  msgid "Activate and set to R"
333
  msgstr "Aktifleştir ve R olarak ayarla"
334
 
335
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
336
  msgid "Activate"
337
  msgstr "Aktifleştir"
338
 
339
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
340
  msgid "Update subscriptions"
341
  msgstr "Abonelikleri güncelle"
342
 
389
  msgstr "Yazar"
390
 
391
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
392
+ #: options/panel5.php:18 options/panel5.php:63
393
  msgid "Your settings have been successfully updated."
394
  msgstr "Ayarlarınız başarıyla kaydedildi."
395
 
396
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
397
+ #: options/panel5.php:20 options/panel5.php:65
398
  msgid "There was an error updating the following fields:"
399
  msgstr "Ayarlarınız kaydedilirken şu hatalara rastlandı:"
400
 
401
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
402
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
403
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
404
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
405
+ #: options/panel5.php:172
406
  msgid "Yes"
407
  msgstr "Evet"
408
 
409
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
410
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
411
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
412
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
413
+ #: options/panel5.php:173 utils/stcr_manage.php:794
414
  msgid "No"
415
  msgstr "Hayır"
416
 
520
  "[manager_link]"
521
 
522
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
523
+ #: options/panel5.php:207
524
  msgid "Save Changes"
525
  msgstr "Ayarları Kaydet"
526
 
788
  msgid "Safetly Uninstall"
789
  msgstr ""
790
 
791
+ #: options/panel5.php:31 options/panel5.php:87
792
  msgid "Autopurge requests"
793
  msgstr "İstekleri ayrıştır"
794
 
795
+ #: options/panel5.php:34 options/panel5.php:105
796
  msgid "Enable double check"
797
  msgstr "Doğrulama"
798
 
799
+ #: options/panel5.php:37 options/panel5.php:96
800
+ msgid "StCR Position"
801
+ msgstr ""
802
+
803
+ #: options/panel5.php:40 options/panel5.php:113
804
  msgid "Subscribe authors"
805
  msgstr "Abone olundu"
806
 
807
+ #: options/panel5.php:43 options/panel5.php:123
808
  msgid "Enable HTML emails"
809
  msgstr "HTML epostalarına izin ver"
810
 
811
+ #: options/panel5.php:46
812
  msgid "HTMLify Links in HTML emails"
813
  msgstr ""
814
 
815
+ #: options/panel5.php:49
816
  msgid "Send trackbacks"
817
  msgstr "Trackback'leri gönder"
818
 
819
+ #: options/panel5.php:52
820
  msgid "Notify admin"
821
  msgstr "Admini haberdar et"
822
 
823
+ #: options/panel5.php:55 options/panel5.php:161
824
  msgid "Let admin subscribe"
825
  msgstr "Adminin abone olmasına izin ver"
826
 
827
+ #: options/panel5.php:58 options/panel5.php:170
828
  msgid "BCC admin on Notifications"
829
  msgstr "Bildiriler"
830
 
831
+ #: options/panel5.php:79
832
  msgid "Safely Uninstall"
833
  msgstr ""
834
 
835
+ #: options/panel5.php:83
836
  msgid ""
837
  "This option will allow you to delete the plugin with WordPress without "
838
  "loosing your subscribers. Any database table and plugin options are wipeout."
839
  msgstr ""
840
 
841
+ #: options/panel5.php:90
842
  msgid "days"
843
  msgstr "günler"
844
 
845
+ #: options/panel5.php:91
846
  msgid ""
847
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
848
  "this feature."
850
  "Doğrulama gerçekleşmeyen abonelikleri x gün sonra sil. Sıfır değeri devre "
851
  "dışı bırakır."
852
 
853
+ #: options/panel5.php:100
854
+ msgid ""
855
+ "If this option is enable the subscription box will be above the submit "
856
+ "button in your comment form. Use this when your theme is outdated and using "
857
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
858
+ msgstr ""
859
+
860
+ #: options/panel5.php:109
861
  msgid ""
862
  "Send a notification email to confirm the subscription (to avoid addresses "
863
  "misuse)."
865
  "Aboneliği doğrulamak için eposta gönderir. Eposta adreslerinin doğruluğunu "
866
  "tespit için kullanılabilir."
867
 
868
+ #: options/panel5.php:118
869
  msgid ""
870
  "Automatically subscribe authors to their own articles (not retroactive)."
871
  msgstr ""
872
 
873
+ #: options/panel5.php:127
874
  msgid ""
875
  "If enabled, will send email messages with content-type = text/html instead "
876
  "of text/plain"
878
  "Etkinleştirilmişse, gönderilen epostalar text/plain yerine text/html olarak "
879
  "gönderilecektir."
880
 
881
+ #: options/panel5.php:132
882
  msgid "HTMLify links in emails"
883
  msgstr ""
884
 
885
+ #: options/panel5.php:137
886
  msgid ""
887
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
888
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
889
  msgstr ""
890
 
891
+ #: options/panel5.php:142
892
  msgid "Process trackbacks"
893
  msgstr "Trackback'leri işle"
894
 
895
+ #: options/panel5.php:146
896
  msgid ""
897
  "Notify users when a new trackback or pingback is added to the discussion."
898
  msgstr "Yeni bir trackback ya da pingback olduğunda kullanıcılara bildirir."
899
 
900
+ #: options/panel5.php:151
901
  msgid "Track all subscriptions"
902
  msgstr "Tüm abonelikleri takip et"
903
 
904
+ #: options/panel5.php:156
905
  msgid "Notify the administrator when users subscribe without commenting."
906
  msgstr "Kullanıcılar yorum bırakmadan abone olduğunda admine bildir."
907
 
908
+ #: options/panel5.php:165
909
  msgid "Let the administrator subscribe to comments when logged in."
910
  msgstr "Adminler giriş yaptığında yorumlara abone olmalarına izin ver."
911
 
912
+ #: options/panel5.php:174
913
  msgid "Send a copy of all Notifications to the administrator."
914
  msgstr ""
915
 
916
+ #: options/panel5.php:179
917
  msgid "StCR Unique Key"
918
  msgstr ""
919
 
920
+ #: options/panel5.php:184
921
  msgid "This Unique Key is not set, please click the following button to "
922
  msgstr ""
923
 
924
+ #: options/panel5.php:188 options/panel5.php:199
925
  msgid "Generate"
926
  msgstr ""
927
 
928
+ #: options/panel5.php:196
929
  msgid ""
930
  "This Unique Key will be use to send the notification to your subscribers "
931
  "with more security."
1037
  msgid "Invert selection"
1038
  msgstr "Seçimi ters çevir"
1039
 
1040
+ #: templates/author.php:73 templates/user.php:72
1041
+ msgid "Choose your action"
1042
+ msgstr ""
1043
+
1044
+ #: templates/author.php:76 templates/user.php:75
1045
  msgid "All comments"
1046
  msgstr ""
1047
 
1048
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1049
  msgid "Replies to my comments"
1050
  msgstr "Yorumlarıma gönderilen yanıtlar"
1051
 
1052
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1053
+ #: templates/user.php:84
1054
  msgid "No subscriptions match your search criteria."
1055
  msgstr "Arama kriterlerinize uygun abonelik bulunamadı."
1056
 
1060
  "enter your email below and a new link will be send."
1061
  msgstr ""
1062
 
1063
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1064
+ #: templates/subscribe.php:95
1065
  msgid "Send"
1066
  msgstr "Gönder"
1067
 
1068
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1069
  msgid "New subscription to"
1070
  msgstr "Yeni abonelikler"
1071
 
1072
+ #: templates/subscribe.php:46
1073
  msgid "User:"
1074
  msgstr "Kullanıcı:"
1075
 
1081
  msgid "You have request to manage another email address and this is forbidden."
1082
  msgstr ""
1083
 
1084
+ #: utils/stcr_manage.php:224
1085
  msgid ""
1086
  "Notify me of followup comments via e-mail. You can also <a "
1087
  "href='[subscribe_link]'>subscribe</a> without commenting."
1089
  "Yeni yorumları e-posta aracılığıyla bana bildir. Ayrıca yorum yapmadan da <a "
1090
  "href='[subscribe_link]'>abone</a> olabilirsiniz."
1091
 
1092
+ #: utils/stcr_manage.php:225
1093
  msgid ""
1094
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1095
  "subscriptions."
1097
  "Bu yazıya abone oldunuz. Aboneliklerinizi incelemek için <a "
1098
  "href='[manager_link]'>tıklayınız</a>."
1099
 
1100
+ #: utils/stcr_manage.php:226
1101
  msgid ""
1102
  "Your subscription to this post needs to be confirmed. <a "
1103
  "href='[manager_link]'>Manage your subscriptions</a>."
1105
  "Bu yazıya olan aboneliğinizin doğrulanması gerekiyor. Aboneliklerinizi "
1106
  "incelemek için <a href='[manager_link]'>tıklayın</a>."
1107
 
1108
+ #: utils/stcr_manage.php:227
1109
  msgid ""
1110
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1111
  msgstr ""
1112
  "Bu yazıya olan aboneliklerinizi <a href='[manager_link]'>buradan</a> "
1113
  "inceleyebilirsiniz."
1114
 
1115
+ #: utils/stcr_manage.php:233
1116
  msgid ""
1117
  "To manage your subscriptions, please enter your email address here below. We "
1118
  "will send you a message containing the link to access your personal "
1121
  "Aboneliklerinizi incelemek için aşağıya e-posta adresinizi girin. Biz de "
1122
  "size aboneliklerinizi listeyebileceğiniz bir link gönderelim."
1123
 
1124
+ #: utils/stcr_manage.php:234
1125
  msgid ""
1126
  "Thank you for using our subscription service. Your request has been "
1127
  "completed, and you should receive an email with the management link in a few "
1131
  "ve aboneliğinizi yönetebileceğiniz bir link bir kaç dakika içerisinde e-"
1132
  "posta adresinize gelmek üzere yola çıktı :) . "
1133
 
1134
+ #: utils/stcr_manage.php:235
1135
  msgid ""
1136
  "You can follow the discussion on <strong>[post_title]</strong> without "
1137
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1141
  "takip edebilirsiniz. Havalı değil mi? Aşağıdaki kutuya e-posta adresinizi "
1142
  "girmeniz yeterli."
1143
 
1144
+ #: utils/stcr_manage.php:236
1145
  msgid ""
1146
  "Thank you for using our subscription service. Your request has been "
1147
  "completed. You will receive a notification email every time a new comment to "
1151
  "Bu yazıya yapılan, yöneticilerin onaylayıp yayınladığı her yorum için e-"
1152
  "posta alıcaksınız."
1153
 
1154
+ #: utils/stcr_manage.php:237
1155
  msgid ""
1156
  "Thank you for using our subscription service. In order to confirm your "
1157
  "request, please check your email for the verification message and follow the "
1161
  "için lütfen e-posta adresinize gelen doğrulama mesajına bakın ve talimatları "
1162
  "izleyin."
1163
 
1164
+ #: utils/stcr_manage.php:238
1165
  msgid ""
1166
  "In order to cancel or suspend one or more notifications, select the "
1167
  "corresponding checkbox(es) and click on the button at the end of the list."
1169
  "Bir ya da daha fazla aboneliğinizi iptal etmek ya da dondurmak için ilgili "
1170
  "kutucukları düzenleyin ve listenin sonundaki düğmeye basın."
1171
 
1172
+ #: utils/stcr_manage.php:239
1173
  msgid ""
1174
  "In order to cancel or suspend one or more notifications, select the "
1175
  "corresponding checkbox(es) and click on the button at the end of the list. "
1179
  "kutucukları düzenleyin ve listenin sonundaki düğmeye basın. Şu an ki "
1180
  "abonelikleriniz:"
1181
 
1182
+ #: utils/stcr_manage.php:243
1183
  msgid "There is a new comment to [post_title]"
1184
  msgstr "[post_title] yazısı için yeni yorum yapıldı."
1185
 
1186
+ #: utils/stcr_manage.php:244
1187
  msgid ""
1188
  "There is a new comment to [post_title].\n"
1189
  "Comment Link: [comment_permalink]\n"
1197
  "[comment_permalink]Yazar: [comment_author]Yorum:[comment_content]Kalıcı "
1198
  "Bağlantı: [post_permalink]Aboneliklerinizi İnceleme: [manager_link]"
1199
 
1200
+ #: utils/stcr_manage.php:245
1201
  msgid "Please confirm your subscription to [post_title]"
1202
  msgstr ""
1203
  "Lütfen [post_title] yazısı için başvurduğunuz aboneliğinizi doğrulayın."
1204
 
1205
+ #: utils/stcr_manage.php:246
1206
  msgid ""
1207
  "You have requested to be notified every time a new comment is added to:\n"
1208
  "[post_permalink]\n"
1214
  "[post_permalink]Aşağıdaki linke tıklayarak isteğinizi doğrulayın."
1215
  "[confirm_link]"
1216
 
1217
+ #: utils/stcr_manage.php:247
1218
  msgid "Manage your subscriptions on [blog_name]"
1219
  msgstr "[blog_name] üzerindeki aboneliklerinizi inceleyin"
1220
 
1221
+ #: utils/stcr_manage.php:248
1222
  msgid ""
1223
  "You have requested to manage your subscriptions to the articles on "
1224
  "[blog_name]. Please check the Subscriptions management link in your email"
1225
  msgstr ""
1226
 
1227
+ #: utils/stcr_manage.php:249
1228
  msgid ""
1229
  "You have requested to manage your subscriptions to the articles on "
1230
  "[blog_name]. Follow this link to access your personal page:\n"
1233
  "[blog_name] üzerindeki aboneliklerinizi incelemek istediniz. Kişisel "
1234
  "sayfanıza ulaşmak için aşağıdaki linke tıklayın: [manager_link]"
1235
 
1236
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1237
  msgid "StCR System"
1238
  msgstr ""
1239
 
1240
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1241
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1242
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1243
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1244
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1245
  msgid "You do not have sufficient permissions to access this page."
1246
  msgstr ""
1247
 
1248
+ #: utils/stcr_manage.php:765
1249
  msgid "Subscriptions"
1250
  msgstr "Abonelikler"
1251
 
1252
+ #: utils/stcr_manage.php:821
1253
  msgid ""
1254
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1255
  msgstr ""
1256
  "Subscribe to Comments Reloaded 'ı nasıl kullanacağınızı bilmiyor musunuz? "
1257
  "Şurayı ziyaret edin"
1258
 
1259
+ #: utils/stcr_manage.php:821
1260
  msgid "support forum"
1261
  msgstr "destek forumları"
1262
 
1263
+ #: utils/stcr_manage.php:822
1264
  msgid "Feeling generous?"
1265
  msgstr "Cömert mi hissediyorsunuz?"
1266
 
1267
+ #: utils/stcr_manage.php:822
1268
  msgid "Donate a few bucks!"
1269
  msgstr "Bir kaç dolar bağışlayın!"
1270
 
1397
 
1398
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1399
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1400
+ #: utils/stcr_upgrade.php:492
1401
  msgid ""
1402
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1403
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1472
  "previous 160831 version."
1473
  msgstr ""
1474
 
1475
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1476
+ msgid "Settings"
1477
+ msgstr ""
1478
+
1479
+ #: utils/stcr_upgrade.php:485
1480
+ msgid ""
1481
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1482
+ "160915"
1483
+ msgstr ""
1484
+
1485
+ #: utils/stcr_upgrade.php:486
1486
+ msgid "This version includes fixes and improvements, "
1487
+ msgstr ""
1488
+
1489
+ #: utils/stcr_upgrade.php:489
1490
+ msgid ""
1491
+ "<strong>Change</strong> the radio buttons in the management page for a "
1492
+ "dropdown."
1493
+ msgstr ""
1494
+
1495
+ #: utils/stcr_upgrade.php:490
1496
+ msgid ""
1497
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1498
+ msgstr ""
1499
+
1500
  #: utils/stcr_utils.php:195
1501
  msgid "StCR Notification"
1502
  msgstr "Bildiriler"
1503
 
1504
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1505
  msgid "Don't subscribe"
1506
  msgstr "Abone olma"
1507
 
1508
+ #: wp_subscribe_reloaded.php:1095
1509
  msgid "All"
1510
  msgstr "Tümü"
1511
 
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: 2016-09-02 19:33-0600\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
@@ -16,37 +16,37 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: options/index.php:59 utils/stcr_manage.php:253 utils/stcr_manage.php:382
20
- #: utils/stcr_manage.php:383
21
  msgid "Manage subscriptions"
22
  msgstr "管理评论订阅"
23
 
24
- #: options/index.php:60 utils/stcr_manage.php:388 utils/stcr_manage.php:389
25
  msgid "Comment Form"
26
  msgstr "评论form"
27
 
28
- #: options/index.php:61 utils/stcr_manage.php:394 utils/stcr_manage.php:395
29
  msgid "Management Page"
30
  msgstr "管理页面"
31
 
32
- #: options/index.php:62 utils/stcr_manage.php:400 utils/stcr_manage.php:401
33
  msgid "Notifications"
34
  msgstr "通知"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
- #: options/panel4.php:89 utils/stcr_manage.php:406 utils/stcr_manage.php:407
38
  msgid "Options"
39
  msgstr "设置"
40
 
41
- #: options/index.php:65 utils/stcr_manage.php:422 utils/stcr_manage.php:423
42
  msgid "You can help"
43
  msgstr "你可以帮助"
44
 
45
- #: options/index.php:66 utils/stcr_manage.php:428 utils/stcr_manage.php:429
46
  msgid "Support"
47
  msgstr "技术论坛"
48
 
49
- #: options/index.php:67 utils/stcr_manage.php:434 utils/stcr_manage.php:435
50
  msgid "Donate"
51
  msgstr ""
52
 
@@ -60,8 +60,8 @@ msgid "Post:"
60
  msgstr "文章:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
- #: options/panel1.php:133 templates/key_expired.php:84
64
- #: templates/request-management-link.php:84 templates/subscribe.php:104
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Email"
@@ -294,8 +294,8 @@ msgstr ""
294
  msgid "Inactive"
295
  msgstr "Active"
296
 
297
- #: options/panel1.php:200 options/panel1.php:212 templates/author.php:72
298
- #: templates/user.php:70
299
  msgid "Delete"
300
  msgstr "删除"
301
 
@@ -315,7 +315,7 @@ msgstr "命令:"
315
  msgid "Delete forever"
316
  msgstr "永久删除"
317
 
318
- #: options/panel1.php:227 templates/author.php:73 templates/user.php:71
319
  msgid "Suspend"
320
  msgstr "停止"
321
 
@@ -327,11 +327,11 @@ msgstr "启用并改为Y"
327
  msgid "Activate and set to R"
328
  msgstr "启用并改为R"
329
 
330
- #: options/panel1.php:230 templates/author.php:76 templates/user.php:74
331
  msgid "Activate"
332
  msgstr "启用"
333
 
334
- #: options/panel1.php:234 templates/author.php:77 templates/user.php:76
335
  msgid "Update subscriptions"
336
  msgstr "更新订阅"
337
 
@@ -384,27 +384,28 @@ msgid "Author label"
384
  msgstr "作者的label"
385
 
386
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
387
- #: options/panel5.php:18 options/panel5.php:60
388
  msgid "Your settings have been successfully updated."
389
  msgstr "你的设置已经成功更新了。"
390
 
391
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
392
- #: options/panel5.php:20 options/panel5.php:62
393
  msgid "There was an error updating the following fields:"
394
  msgstr "更新以下内容时出现错误了:"
395
 
396
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
397
- #: options/panel5.php:78 options/panel5.php:95 options/panel5.php:104
398
- #: options/panel5.php:113 options/panel5.php:123 options/panel5.php:132
399
- #: options/panel5.php:142 options/panel5.php:151 options/panel5.php:160
 
400
  msgid "Yes"
401
  msgstr "Yes"
402
 
403
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
404
- #: options/panel5.php:79 options/panel5.php:96 options/panel5.php:105
405
- #: options/panel5.php:114 options/panel5.php:124 options/panel5.php:133
406
- #: options/panel5.php:143 options/panel5.php:152 options/panel5.php:161
407
- #: utils/stcr_manage.php:784
408
  msgid "No"
409
  msgstr "No"
410
 
@@ -499,7 +500,7 @@ msgid ""
499
  msgstr "给作者(和管理员)的label解释。允许的标签:[manager_link]"
500
 
501
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
502
- #: options/panel5.php:195
503
  msgid "Save Changes"
504
  msgstr "保存更改"
505
 
@@ -761,127 +762,138 @@ msgstr "确认邮件的标题。允许的标签:[post_title]"
761
  msgid "Safetly Uninstall"
762
  msgstr ""
763
 
764
- #: options/panel5.php:31 options/panel5.php:84
765
  msgid "Autopurge requests"
766
  msgstr "自动删除的请求"
767
 
768
- #: options/panel5.php:34 options/panel5.php:93
769
  msgid "Enable double check"
770
  msgstr "启用确认"
771
 
772
- #: options/panel5.php:37 options/panel5.php:101
 
 
 
 
773
  msgid "Subscribe authors"
774
  msgstr ""
775
 
776
- #: options/panel5.php:40 options/panel5.php:111
777
  msgid "Enable HTML emails"
778
  msgstr "启用HTML的邮件"
779
 
780
- #: options/panel5.php:43
781
  msgid "HTMLify Links in HTML emails"
782
  msgstr ""
783
 
784
- #: options/panel5.php:46
785
  msgid "Send trackbacks"
786
  msgstr "发送trackback"
787
 
788
- #: options/panel5.php:49
789
  msgid "Notify admin"
790
  msgstr "通知管理员"
791
 
792
- #: options/panel5.php:52 options/panel5.php:149
793
  msgid "Let admin subscribe"
794
  msgstr "让管理员订阅"
795
 
796
- #: options/panel5.php:55 options/panel5.php:158
797
  msgid "BCC admin on Notifications"
798
  msgstr "通知"
799
 
800
- #: options/panel5.php:76
801
  msgid "Safely Uninstall"
802
  msgstr ""
803
 
804
- #: options/panel5.php:80
805
  msgid ""
806
  "This option will allow you to delete the plugin with WordPress without "
807
  "loosing your subscribers. Any database table and plugin options are wipeout."
808
  msgstr ""
809
 
810
- #: options/panel5.php:87
811
  msgid "days"
812
  msgstr "天"
813
 
814
- #: options/panel5.php:88
815
  msgid ""
816
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
817
  "this feature."
818
  msgstr "在X天之后删除没有激活的订阅(没有确认)。0代表禁用此功能。"
819
 
820
- #: options/panel5.php:97
 
 
 
 
 
 
 
821
  msgid ""
822
  "Send a notification email to confirm the subscription (to avoid addresses "
823
  "misuse)."
824
  msgstr "发送激活邮件确认订阅(避免提交他人的邮箱)。"
825
 
826
- #: options/panel5.php:106
827
  msgid ""
828
  "Automatically subscribe authors to their own articles (not retroactive)."
829
  msgstr ""
830
 
831
- #: options/panel5.php:115
832
  msgid ""
833
  "If enabled, will send email messages with content-type = text/html instead "
834
  "of text/plain"
835
  msgstr "如果启用的话,发送的邮件会content-type = text/html而不是text/plain"
836
 
837
- #: options/panel5.php:120
838
  msgid "HTMLify links in emails"
839
  msgstr ""
840
 
841
- #: options/panel5.php:125
842
  msgid ""
843
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
844
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
845
  msgstr ""
846
 
847
- #: options/panel5.php:130
848
  msgid "Process trackbacks"
849
  msgstr "处理tackbacks"
850
 
851
- #: options/panel5.php:134
852
  msgid ""
853
  "Notify users when a new trackback or pingback is added to the discussion."
854
  msgstr "收到新的trackback或pingback之后通知订阅者。"
855
 
856
- #: options/panel5.php:139
857
  msgid "Track all subscriptions"
858
  msgstr "Track all subscriptions"
859
 
860
- #: options/panel5.php:144
861
  msgid "Notify the administrator when users subscribe without commenting."
862
  msgstr "人不留评论订阅时,通知管理员。"
863
 
864
- #: options/panel5.php:153
865
  msgid "Let the administrator subscribe to comments when logged in."
866
  msgstr "让管理员登录后订阅评论。"
867
 
868
- #: options/panel5.php:162
869
  msgid "Send a copy of all Notifications to the administrator."
870
  msgstr ""
871
 
872
- #: options/panel5.php:167
873
  msgid "StCR Unique Key"
874
  msgstr ""
875
 
876
- #: options/panel5.php:172
877
  msgid "This Unique Key is not set, please click the following button to "
878
  msgstr ""
879
 
880
- #: options/panel5.php:176 options/panel5.php:187
881
  msgid "Generate"
882
  msgstr ""
883
 
884
- #: options/panel5.php:184
885
  msgid ""
886
  "This Unique Key will be use to send the notification to your subscribers "
887
  "with more security."
@@ -991,16 +1003,20 @@ msgstr "选择全部"
991
  msgid "Invert selection"
992
  msgstr "反过来选择"
993
 
994
- #: templates/author.php:74 templates/user.php:72
 
 
 
 
995
  msgid "All comments"
996
  msgstr ""
997
 
998
- #: templates/author.php:75 templates/user.php:73 wp_subscribe_reloaded.php:1088
999
  msgid "Replies to my comments"
1000
  msgstr "订阅 我评论的回答"
1001
 
1002
- #: templates/author.php:80 templates/one-click-unsubscribe.php:30
1003
- #: templates/user.php:79
1004
  msgid "No subscriptions match your search criteria."
1005
  msgstr "没有符合搜索要求的订阅。"
1006
 
@@ -1010,16 +1026,16 @@ msgid ""
1010
  "enter your email below and a new link will be send."
1011
  msgstr ""
1012
 
1013
- #: templates/key_expired.php:86 templates/request-management-link.php:86
1014
- #: templates/subscribe.php:106
1015
  msgid "Send"
1016
  msgstr "发送"
1017
 
1018
- #: templates/subscribe.php:43 templates/subscribe.php:44
1019
  msgid "New subscription to"
1020
  msgstr "新订阅为"
1021
 
1022
- #: templates/subscribe.php:44
1023
  msgid "User:"
1024
  msgstr "用户:"
1025
 
@@ -1031,7 +1047,7 @@ msgstr ""
1031
  msgid "You have request to manage another email address and this is forbidden."
1032
  msgstr ""
1033
 
1034
- #: utils/stcr_manage.php:246
1035
  msgid ""
1036
  "Notify me of followup comments via e-mail. You can also <a "
1037
  "href='[subscribe_link]'>subscribe</a> without commenting."
@@ -1039,24 +1055,24 @@ msgstr ""
1039
  "有新评论,请电子邮件通知我。你也不需要留评论就可以<a href='[subscribe_link]'>"
1040
  "订阅</a>。"
1041
 
1042
- #: utils/stcr_manage.php:247
1043
  msgid ""
1044
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1045
  "subscriptions."
1046
  msgstr "你已经订阅过本篇文章。<a href='[manager_link]'>管理</a>你的订阅。"
1047
 
1048
- #: utils/stcr_manage.php:248
1049
  msgid ""
1050
  "Your subscription to this post needs to be confirmed. <a "
1051
  "href='[manager_link]'>Manage your subscriptions</a>."
1052
  msgstr "你需要激活你的订阅。<a href='[manager_link]'>管理你的订阅</a>。"
1053
 
1054
- #: utils/stcr_manage.php:249
1055
  msgid ""
1056
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1057
  msgstr "你可以<a href='[manager_link]'>管理</a>本篇文章的订阅。"
1058
 
1059
- #: utils/stcr_manage.php:255
1060
  msgid ""
1061
  "To manage your subscriptions, please enter your email address here below. We "
1062
  "will send you a message containing the link to access your personal "
@@ -1065,7 +1081,7 @@ msgstr ""
1065
  "为了管理你的评论订阅,请在这里输入你的邮箱地址。我们会把管理你个人订阅的链接"
1066
  "发到你的邮箱。"
1067
 
1068
- #: utils/stcr_manage.php:256
1069
  msgid ""
1070
  "Thank you for using our subscription service. Your request has been "
1071
  "completed, and you should receive an email with the management link in a few "
@@ -1074,7 +1090,7 @@ msgstr ""
1074
  "谢谢你使用评论订阅。你的请求已处理完,过几分钟你就会收到有管理页面链接的邮"
1075
  "件。"
1076
 
1077
- #: utils/stcr_manage.php:257
1078
  msgid ""
1079
  "You can follow the discussion on <strong>[post_title]</strong> without "
1080
  "having to leave a comment. Cool, huh? Just enter your email address in the "
@@ -1083,7 +1099,7 @@ msgstr ""
1083
  "你不需要留评论就可以关注《<strong>[post_title]</strong>》的讨论。不错,啊?在"
1084
  "下面输入你的邮箱地址就可以。"
1085
 
1086
- #: utils/stcr_manage.php:258
1087
  msgid ""
1088
  "Thank you for using our subscription service. Your request has been "
1089
  "completed. You will receive a notification email every time a new comment to "
@@ -1092,7 +1108,7 @@ msgstr ""
1092
  "谢谢你使用评论订阅。你的请求已处理完。每次管理员审核和发布新评论你就会收到邮"
1093
  "件通知。"
1094
 
1095
- #: utils/stcr_manage.php:259
1096
  msgid ""
1097
  "Thank you for using our subscription service. In order to confirm your "
1098
  "request, please check your email for the verification message and follow the "
@@ -1101,14 +1117,14 @@ msgstr ""
1101
  "谢谢你使用评论订阅。为了确认你的请求,请查看你的电子邮箱,你会收到确认邮件和"
1102
  "下一步的说明。"
1103
 
1104
- #: utils/stcr_manage.php:260
1105
  msgid ""
1106
  "In order to cancel or suspend one or more notifications, select the "
1107
  "corresponding checkbox(es) and click on the button at the end of the list."
1108
  msgstr ""
1109
  "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。"
1110
 
1111
- #: utils/stcr_manage.php:261
1112
  msgid ""
1113
  "In order to cancel or suspend one or more notifications, select the "
1114
  "corresponding checkbox(es) and click on the button at the end of the list. "
@@ -1117,11 +1133,11 @@ msgstr ""
1117
  "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。你"
1118
  "已经订阅了这些:"
1119
 
1120
- #: utils/stcr_manage.php:265
1121
  msgid "There is a new comment to [post_title]"
1122
  msgstr "[post_title]有一条新的评论"
1123
 
1124
- #: utils/stcr_manage.php:266
1125
  msgid ""
1126
  "There is a new comment to [post_title].\n"
1127
  "Comment Link: [comment_permalink]\n"
@@ -1139,11 +1155,11 @@ msgstr ""
1139
  "评论链接:[comment_permalink]\n"
1140
  "管理你的订阅:[manager_link]"
1141
 
1142
- #: utils/stcr_manage.php:267
1143
  msgid "Please confirm your subscription to [post_title]"
1144
  msgstr "请确认你要订阅《[post_title]》"
1145
 
1146
- #: utils/stcr_manage.php:268
1147
  msgid ""
1148
  "You have requested to be notified every time a new comment is added to:\n"
1149
  "[post_permalink]\n"
@@ -1157,17 +1173,17 @@ msgstr ""
1157
  "请通过点击以下的链接确认:\n"
1158
  "[confirm_link]"
1159
 
1160
- #: utils/stcr_manage.php:269
1161
  msgid "Manage your subscriptions on [blog_name]"
1162
  msgstr "管理你在[blog_name]上的订阅"
1163
 
1164
- #: utils/stcr_manage.php:270
1165
  msgid ""
1166
  "You have requested to manage your subscriptions to the articles on "
1167
  "[blog_name]. Please check the Subscriptions management link in your email"
1168
  msgstr ""
1169
 
1170
- #: utils/stcr_manage.php:271
1171
  msgid ""
1172
  "You have requested to manage your subscriptions to the articles on "
1173
  "[blog_name]. Follow this link to access your personal page:\n"
@@ -1176,36 +1192,36 @@ msgstr ""
1176
  "你申请过管理[blog_name]的评论订阅。请点击以下的链接去你的个人管理页面:\n"
1177
  "[manager_link]"
1178
 
1179
- #: utils/stcr_manage.php:440 utils/stcr_manage.php:441
1180
  msgid "StCR System"
1181
  msgstr ""
1182
 
1183
- #: utils/stcr_manage.php:460 utils/stcr_manage.php:488
1184
- #: utils/stcr_manage.php:515 utils/stcr_manage.php:542
1185
- #: utils/stcr_manage.php:569 utils/stcr_manage.php:596
1186
- #: utils/stcr_manage.php:623 utils/stcr_manage.php:650
1187
- #: utils/stcr_manage.php:677 utils/stcr_manage.php:705
1188
  msgid "You do not have sufficient permissions to access this page."
1189
  msgstr ""
1190
 
1191
- #: utils/stcr_manage.php:755
1192
  msgid "Subscriptions"
1193
  msgstr "搜索订阅"
1194
 
1195
- #: utils/stcr_manage.php:811
1196
  msgid ""
1197
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1198
  msgstr "需要帮忙如何使用Subscribe to Comments Reloaded? 请访问官方"
1199
 
1200
- #: utils/stcr_manage.php:811
1201
  msgid "support forum"
1202
  msgstr "技术论坛"
1203
 
1204
- #: utils/stcr_manage.php:812
1205
  msgid "Feeling generous?"
1206
  msgstr "想做贡献"
1207
 
1208
- #: utils/stcr_manage.php:812
1209
  msgid "Donate a few bucks!"
1210
  msgstr "捐赠几元!"
1211
 
@@ -1338,6 +1354,7 @@ msgstr ""
1338
 
1339
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1340
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
 
1341
  msgid ""
1342
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1343
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
@@ -1412,19 +1429,40 @@ msgid ""
1412
  "previous 160831 version."
1413
  msgstr ""
1414
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1415
  #: utils/stcr_utils.php:195
1416
  msgid "StCR Notification"
1417
  msgstr "通知"
1418
 
1419
- #: wp_subscribe_reloaded.php:114
1420
- msgid "Settings"
1421
- msgstr ""
1422
-
1423
- #: wp_subscribe_reloaded.php:1086
1424
  msgid "Don't subscribe"
1425
  msgstr "不要 订阅 评论"
1426
 
1427
- #: wp_subscribe_reloaded.php:1087
1428
  msgid "All"
1429
  msgstr "订阅 所有评论"
1430
 
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-09-13 20:08-0600\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Reedyseth - Israel Barragan <reedyseth@gmail.com>\n"
8
  "Language-Team: \n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
21
  msgid "Manage subscriptions"
22
  msgstr "管理评论订阅"
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
  msgid "Comment Form"
26
  msgstr "评论form"
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
  msgid "Management Page"
30
  msgstr "管理页面"
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
  msgid "Notifications"
34
  msgstr "通知"
35
 
36
  #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
  msgid "Options"
39
  msgstr "设置"
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
  msgid "You can help"
43
  msgstr "你可以帮助"
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
  msgid "Support"
47
  msgstr "技术论坛"
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
  msgid "Donate"
51
  msgstr ""
52
 
60
  msgstr "文章:"
61
 
62
  #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
  #: templates/user.php:57
66
  msgid "Email"
67
  msgstr "Email"
294
  msgid "Inactive"
295
  msgstr "Active"
296
 
297
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
298
+ #: templates/user.php:73
299
  msgid "Delete"
300
  msgstr "删除"
301
 
315
  msgid "Delete forever"
316
  msgstr "永久删除"
317
 
318
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
319
  msgid "Suspend"
320
  msgstr "停止"
321
 
327
  msgid "Activate and set to R"
328
  msgstr "启用并改为R"
329
 
330
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
331
  msgid "Activate"
332
  msgstr "启用"
333
 
334
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
335
  msgid "Update subscriptions"
336
  msgstr "更新订阅"
337
 
384
  msgstr "作者的label"
385
 
386
  #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
387
+ #: options/panel5.php:18 options/panel5.php:63
388
  msgid "Your settings have been successfully updated."
389
  msgstr "你的设置已经成功更新了。"
390
 
391
  #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
392
+ #: options/panel5.php:20 options/panel5.php:65
393
  msgid "There was an error updating the following fields:"
394
  msgstr "更新以下内容时出现错误了:"
395
 
396
  #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
397
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
398
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
399
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
400
+ #: options/panel5.php:172
401
  msgid "Yes"
402
  msgstr "Yes"
403
 
404
  #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
405
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
406
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
407
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
408
+ #: options/panel5.php:173 utils/stcr_manage.php:794
409
  msgid "No"
410
  msgstr "No"
411
 
500
  msgstr "给作者(和管理员)的label解释。允许的标签:[manager_link]"
501
 
502
  #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
503
+ #: options/panel5.php:207
504
  msgid "Save Changes"
505
  msgstr "保存更改"
506
 
762
  msgid "Safetly Uninstall"
763
  msgstr ""
764
 
765
+ #: options/panel5.php:31 options/panel5.php:87
766
  msgid "Autopurge requests"
767
  msgstr "自动删除的请求"
768
 
769
+ #: options/panel5.php:34 options/panel5.php:105
770
  msgid "Enable double check"
771
  msgstr "启用确认"
772
 
773
+ #: options/panel5.php:37 options/panel5.php:96
774
+ msgid "StCR Position"
775
+ msgstr ""
776
+
777
+ #: options/panel5.php:40 options/panel5.php:113
778
  msgid "Subscribe authors"
779
  msgstr ""
780
 
781
+ #: options/panel5.php:43 options/panel5.php:123
782
  msgid "Enable HTML emails"
783
  msgstr "启用HTML的邮件"
784
 
785
+ #: options/panel5.php:46
786
  msgid "HTMLify Links in HTML emails"
787
  msgstr ""
788
 
789
+ #: options/panel5.php:49
790
  msgid "Send trackbacks"
791
  msgstr "发送trackback"
792
 
793
+ #: options/panel5.php:52
794
  msgid "Notify admin"
795
  msgstr "通知管理员"
796
 
797
+ #: options/panel5.php:55 options/panel5.php:161
798
  msgid "Let admin subscribe"
799
  msgstr "让管理员订阅"
800
 
801
+ #: options/panel5.php:58 options/panel5.php:170
802
  msgid "BCC admin on Notifications"
803
  msgstr "通知"
804
 
805
+ #: options/panel5.php:79
806
  msgid "Safely Uninstall"
807
  msgstr ""
808
 
809
+ #: options/panel5.php:83
810
  msgid ""
811
  "This option will allow you to delete the plugin with WordPress without "
812
  "loosing your subscribers. Any database table and plugin options are wipeout."
813
  msgstr ""
814
 
815
+ #: options/panel5.php:90
816
  msgid "days"
817
  msgstr "天"
818
 
819
+ #: options/panel5.php:91
820
  msgid ""
821
  "Delete pending subscriptions (not confirmed) after X days. Zero disables "
822
  "this feature."
823
  msgstr "在X天之后删除没有激活的订阅(没有确认)。0代表禁用此功能。"
824
 
825
+ #: options/panel5.php:100
826
+ msgid ""
827
+ "If this option is enable the subscription box will be above the submit "
828
+ "button in your comment form. Use this when your theme is outdated and using "
829
+ "the incorrect WordPress Hooks and the checkbox is not displayed."
830
+ msgstr ""
831
+
832
+ #: options/panel5.php:109
833
  msgid ""
834
  "Send a notification email to confirm the subscription (to avoid addresses "
835
  "misuse)."
836
  msgstr "发送激活邮件确认订阅(避免提交他人的邮箱)。"
837
 
838
+ #: options/panel5.php:118
839
  msgid ""
840
  "Automatically subscribe authors to their own articles (not retroactive)."
841
  msgstr ""
842
 
843
+ #: options/panel5.php:127
844
  msgid ""
845
  "If enabled, will send email messages with content-type = text/html instead "
846
  "of text/plain"
847
  msgstr "如果启用的话,发送的邮件会content-type = text/html而不是text/plain"
848
 
849
+ #: options/panel5.php:132
850
  msgid "HTMLify links in emails"
851
  msgstr ""
852
 
853
+ #: options/panel5.php:137
854
  msgid ""
855
  "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;"
856
  "&lt;/a&gt;</code> (only when HTML emails enabled)."
857
  msgstr ""
858
 
859
+ #: options/panel5.php:142
860
  msgid "Process trackbacks"
861
  msgstr "处理tackbacks"
862
 
863
+ #: options/panel5.php:146
864
  msgid ""
865
  "Notify users when a new trackback or pingback is added to the discussion."
866
  msgstr "收到新的trackback或pingback之后通知订阅者。"
867
 
868
+ #: options/panel5.php:151
869
  msgid "Track all subscriptions"
870
  msgstr "Track all subscriptions"
871
 
872
+ #: options/panel5.php:156
873
  msgid "Notify the administrator when users subscribe without commenting."
874
  msgstr "人不留评论订阅时,通知管理员。"
875
 
876
+ #: options/panel5.php:165
877
  msgid "Let the administrator subscribe to comments when logged in."
878
  msgstr "让管理员登录后订阅评论。"
879
 
880
+ #: options/panel5.php:174
881
  msgid "Send a copy of all Notifications to the administrator."
882
  msgstr ""
883
 
884
+ #: options/panel5.php:179
885
  msgid "StCR Unique Key"
886
  msgstr ""
887
 
888
+ #: options/panel5.php:184
889
  msgid "This Unique Key is not set, please click the following button to "
890
  msgstr ""
891
 
892
+ #: options/panel5.php:188 options/panel5.php:199
893
  msgid "Generate"
894
  msgstr ""
895
 
896
+ #: options/panel5.php:196
897
  msgid ""
898
  "This Unique Key will be use to send the notification to your subscribers "
899
  "with more security."
1003
  msgid "Invert selection"
1004
  msgstr "反过来选择"
1005
 
1006
+ #: templates/author.php:73 templates/user.php:72
1007
+ msgid "Choose your action"
1008
+ msgstr ""
1009
+
1010
+ #: templates/author.php:76 templates/user.php:75
1011
  msgid "All comments"
1012
  msgstr ""
1013
 
1014
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
1015
  msgid "Replies to my comments"
1016
  msgstr "订阅 我评论的回答"
1017
 
1018
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
1019
+ #: templates/user.php:84
1020
  msgid "No subscriptions match your search criteria."
1021
  msgstr "没有符合搜索要求的订阅。"
1022
 
1026
  "enter your email below and a new link will be send."
1027
  msgstr ""
1028
 
1029
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
1030
+ #: templates/subscribe.php:95
1031
  msgid "Send"
1032
  msgstr "发送"
1033
 
1034
+ #: templates/subscribe.php:45 templates/subscribe.php:46
1035
  msgid "New subscription to"
1036
  msgstr "新订阅为"
1037
 
1038
+ #: templates/subscribe.php:46
1039
  msgid "User:"
1040
  msgstr "用户:"
1041
 
1047
  msgid "You have request to manage another email address and this is forbidden."
1048
  msgstr ""
1049
 
1050
+ #: utils/stcr_manage.php:224
1051
  msgid ""
1052
  "Notify me of followup comments via e-mail. You can also <a "
1053
  "href='[subscribe_link]'>subscribe</a> without commenting."
1055
  "有新评论,请电子邮件通知我。你也不需要留评论就可以<a href='[subscribe_link]'>"
1056
  "订阅</a>。"
1057
 
1058
+ #: utils/stcr_manage.php:225
1059
  msgid ""
1060
  "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
1061
  "subscriptions."
1062
  msgstr "你已经订阅过本篇文章。<a href='[manager_link]'>管理</a>你的订阅。"
1063
 
1064
+ #: utils/stcr_manage.php:226
1065
  msgid ""
1066
  "Your subscription to this post needs to be confirmed. <a "
1067
  "href='[manager_link]'>Manage your subscriptions</a>."
1068
  msgstr "你需要激活你的订阅。<a href='[manager_link]'>管理你的订阅</a>。"
1069
 
1070
+ #: utils/stcr_manage.php:227
1071
  msgid ""
1072
  "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
1073
  msgstr "你可以<a href='[manager_link]'>管理</a>本篇文章的订阅。"
1074
 
1075
+ #: utils/stcr_manage.php:233
1076
  msgid ""
1077
  "To manage your subscriptions, please enter your email address here below. We "
1078
  "will send you a message containing the link to access your personal "
1081
  "为了管理你的评论订阅,请在这里输入你的邮箱地址。我们会把管理你个人订阅的链接"
1082
  "发到你的邮箱。"
1083
 
1084
+ #: utils/stcr_manage.php:234
1085
  msgid ""
1086
  "Thank you for using our subscription service. Your request has been "
1087
  "completed, and you should receive an email with the management link in a few "
1090
  "谢谢你使用评论订阅。你的请求已处理完,过几分钟你就会收到有管理页面链接的邮"
1091
  "件。"
1092
 
1093
+ #: utils/stcr_manage.php:235
1094
  msgid ""
1095
  "You can follow the discussion on <strong>[post_title]</strong> without "
1096
  "having to leave a comment. Cool, huh? Just enter your email address in the "
1099
  "你不需要留评论就可以关注《<strong>[post_title]</strong>》的讨论。不错,啊?在"
1100
  "下面输入你的邮箱地址就可以。"
1101
 
1102
+ #: utils/stcr_manage.php:236
1103
  msgid ""
1104
  "Thank you for using our subscription service. Your request has been "
1105
  "completed. You will receive a notification email every time a new comment to "
1108
  "谢谢你使用评论订阅。你的请求已处理完。每次管理员审核和发布新评论你就会收到邮"
1109
  "件通知。"
1110
 
1111
+ #: utils/stcr_manage.php:237
1112
  msgid ""
1113
  "Thank you for using our subscription service. In order to confirm your "
1114
  "request, please check your email for the verification message and follow the "
1117
  "谢谢你使用评论订阅。为了确认你的请求,请查看你的电子邮箱,你会收到确认邮件和"
1118
  "下一步的说明。"
1119
 
1120
+ #: utils/stcr_manage.php:238
1121
  msgid ""
1122
  "In order to cancel or suspend one or more notifications, select the "
1123
  "corresponding checkbox(es) and click on the button at the end of the list."
1124
  msgstr ""
1125
  "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。"
1126
 
1127
+ #: utils/stcr_manage.php:239
1128
  msgid ""
1129
  "In order to cancel or suspend one or more notifications, select the "
1130
  "corresponding checkbox(es) and click on the button at the end of the list. "
1133
  "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。你"
1134
  "已经订阅了这些:"
1135
 
1136
+ #: utils/stcr_manage.php:243
1137
  msgid "There is a new comment to [post_title]"
1138
  msgstr "[post_title]有一条新的评论"
1139
 
1140
+ #: utils/stcr_manage.php:244
1141
  msgid ""
1142
  "There is a new comment to [post_title].\n"
1143
  "Comment Link: [comment_permalink]\n"
1155
  "评论链接:[comment_permalink]\n"
1156
  "管理你的订阅:[manager_link]"
1157
 
1158
+ #: utils/stcr_manage.php:245
1159
  msgid "Please confirm your subscription to [post_title]"
1160
  msgstr "请确认你要订阅《[post_title]》"
1161
 
1162
+ #: utils/stcr_manage.php:246
1163
  msgid ""
1164
  "You have requested to be notified every time a new comment is added to:\n"
1165
  "[post_permalink]\n"
1173
  "请通过点击以下的链接确认:\n"
1174
  "[confirm_link]"
1175
 
1176
+ #: utils/stcr_manage.php:247
1177
  msgid "Manage your subscriptions on [blog_name]"
1178
  msgstr "管理你在[blog_name]上的订阅"
1179
 
1180
+ #: utils/stcr_manage.php:248
1181
  msgid ""
1182
  "You have requested to manage your subscriptions to the articles on "
1183
  "[blog_name]. Please check the Subscriptions management link in your email"
1184
  msgstr ""
1185
 
1186
+ #: utils/stcr_manage.php:249
1187
  msgid ""
1188
  "You have requested to manage your subscriptions to the articles on "
1189
  "[blog_name]. Follow this link to access your personal page:\n"
1192
  "你申请过管理[blog_name]的评论订阅。请点击以下的链接去你的个人管理页面:\n"
1193
  "[manager_link]"
1194
 
1195
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1196
  msgid "StCR System"
1197
  msgstr ""
1198
 
1199
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1200
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1201
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1202
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1203
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1204
  msgid "You do not have sufficient permissions to access this page."
1205
  msgstr ""
1206
 
1207
+ #: utils/stcr_manage.php:765
1208
  msgid "Subscriptions"
1209
  msgstr "搜索订阅"
1210
 
1211
+ #: utils/stcr_manage.php:821
1212
  msgid ""
1213
  "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1214
  msgstr "需要帮忙如何使用Subscribe to Comments Reloaded? 请访问官方"
1215
 
1216
+ #: utils/stcr_manage.php:821
1217
  msgid "support forum"
1218
  msgstr "技术论坛"
1219
 
1220
+ #: utils/stcr_manage.php:822
1221
  msgid "Feeling generous?"
1222
  msgstr "想做贡献"
1223
 
1224
+ #: utils/stcr_manage.php:822
1225
  msgid "Donate a few bucks!"
1226
  msgstr "捐赠几元!"
1227
 
1354
 
1355
  #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1356
  #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1357
+ #: utils/stcr_upgrade.php:492
1358
  msgid ""
1359
  "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
1360
  "comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
1429
  "previous 160831 version."
1430
  msgstr ""
1431
 
1432
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1433
+ msgid "Settings"
1434
+ msgstr ""
1435
+
1436
+ #: utils/stcr_upgrade.php:485
1437
+ msgid ""
1438
+ "<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
1439
+ "160915"
1440
+ msgstr ""
1441
+
1442
+ #: utils/stcr_upgrade.php:486
1443
+ msgid "This version includes fixes and improvements, "
1444
+ msgstr ""
1445
+
1446
+ #: utils/stcr_upgrade.php:489
1447
+ msgid ""
1448
+ "<strong>Change</strong> the radio buttons in the management page for a "
1449
+ "dropdown."
1450
+ msgstr ""
1451
+
1452
+ #: utils/stcr_upgrade.php:490
1453
+ msgid ""
1454
+ "<strong>Improve</strong> Email validation for empty values and using a regex."
1455
+ msgstr ""
1456
+
1457
  #: utils/stcr_utils.php:195
1458
  msgid "StCR Notification"
1459
  msgstr "通知"
1460
 
1461
+ #: wp_subscribe_reloaded.php:1094
 
 
 
 
1462
  msgid "Don't subscribe"
1463
  msgstr "不要 订阅 评论"
1464
 
1465
+ #: wp_subscribe_reloaded.php:1095
1466
  msgid "All"
1467
  msgstr "订阅 所有评论"
1468
 
langs/subscribe-reloaded.pot CHANGED
@@ -1,269 +1,136 @@
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-07-25 16:01-0500\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "X-Poedit-KeywordsList: __;_e\n"
10
- "X-Poedit-Basepath: ../\n"
11
  "Plural-Forms: s\n"
 
 
 
 
12
  "X-Poedit-SearchPath-0: .\n"
13
 
14
- #: subscribe-to-comments-reloaded.php:41
15
- #: subscribe-to-comments-reloaded.php:248
16
- msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
17
- msgstr ""
18
-
19
- #: subscribe-to-comments-reloaded.php:46
20
- #: subscribe-to-comments-reloaded.php:247
21
- msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
22
- msgstr ""
23
-
24
- #: subscribe-to-comments-reloaded.php:53
25
- #: subscribe-to-comments-reloaded.php:249
26
- msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
27
- msgstr ""
28
-
29
- #: subscribe-to-comments-reloaded.php:58
30
- #: subscribe-to-comments-reloaded.php:244
31
- msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
32
- msgstr ""
33
-
34
- #: subscribe-to-comments-reloaded.php:67
35
- msgid "Don't subscribe"
36
- msgstr ""
37
-
38
- #: subscribe-to-comments-reloaded.php:68
39
- msgid "All"
40
- msgstr ""
41
-
42
- #: subscribe-to-comments-reloaded.php:69
43
- #: templates/user.php:65
44
- msgid "Replies to my comments"
45
- msgstr ""
46
-
47
- #: subscribe-to-comments-reloaded.php:70
48
- msgid "Daily digest"
49
- msgstr ""
50
-
51
- #: subscribe-to-comments-reloaded.php:221
52
- #: options/index.php:41
53
  msgid "Manage subscriptions"
54
  msgstr ""
55
 
56
- #: subscribe-to-comments-reloaded.php:222
57
- msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
58
- msgstr ""
59
-
60
- #: subscribe-to-comments-reloaded.php:223
61
- msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
62
- msgstr ""
63
-
64
- #: subscribe-to-comments-reloaded.php:224
65
- msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
66
- msgstr ""
67
-
68
- #: subscribe-to-comments-reloaded.php:225
69
- msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
70
- msgstr ""
71
-
72
- #: subscribe-to-comments-reloaded.php:226
73
- msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
74
- msgstr ""
75
-
76
- #: subscribe-to-comments-reloaded.php:227
77
- msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
78
- msgstr ""
79
-
80
- #: subscribe-to-comments-reloaded.php:228
81
- msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
82
- msgstr ""
83
-
84
- #: subscribe-to-comments-reloaded.php:242
85
- msgid "There is a new comment to [post_title]"
86
- msgstr ""
87
-
88
- #: subscribe-to-comments-reloaded.php:243
89
- msgid ""
90
- "There is a new comment to [post_title].\n"
91
- "Comment Link: [comment_permalink]\n"
92
- "Author: [comment_author]\n"
93
- "Comment:\n"
94
- "[comment_content]\n"
95
- "Permalink: [post_permalink]\n"
96
- "Manage your subscriptions: [manager_link]"
97
- msgstr ""
98
- "L'utente [comment_author] ha lasciato un nuovo commento a '[post_title]':\n"
99
- "[comment_permalink]\n"
100
- "\n"
101
- "Commento:\n"
102
- "[comment_content]\n"
103
- "\n"
104
- "Permalink: [post_permalink]\n"
105
- "Gestisci le tue iscrizioni: [manager_link]"
106
-
107
- #: subscribe-to-comments-reloaded.php:250
108
- msgid "Please confirm your subscription to [post_title]"
109
- msgstr ""
110
-
111
- #: subscribe-to-comments-reloaded.php:251
112
- msgid ""
113
- "You have requested to be notified every time a new comment is added to:\n"
114
- "[post_permalink]\n"
115
- "\n"
116
- "Please confirm your request by clicking on this link:\n"
117
- "[confirm_link]"
118
- msgstr ""
119
- "Abbiamo ricevuto una richiesta di iscrizione al nostro servizio automatizzato di notifiche, per l'articolo:\n"
120
- "[post_permalink]\n"
121
- "\n"
122
- "Per confermare, clicca sul collegamento qui di seguito:\n"
123
- "[confirm_link]\n"
124
- "\n"
125
- "Se credi di aver ricevuto questo messaggio per errore, ti preghiamo di rispondere all'email per contattare l'amministratore."
126
-
127
- #: subscribe-to-comments-reloaded.php:252
128
- msgid "Manage your subscriptions on [blog_name]"
129
- msgstr ""
130
-
131
- #: subscribe-to-comments-reloaded.php:253
132
- msgid ""
133
- "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
134
- "[manager_link]"
135
- msgstr ""
136
- "Hai richiesto di poter gestire le tue iscrizioni agli articoli su [blog_name]. Clicca sul link qui di seguito per accedere alla tua area riservata:\n"
137
- "[manager_link]"
138
-
139
- #: subscribe-to-comments-reloaded.php:986
140
- msgid "Subscribed"
141
- msgstr ""
142
-
143
- #: subscribe-to-comments-reloaded.php:1000
144
- #: options/panel2.php:41
145
- #: options/panel2.php:48
146
- #: options/panel2.php:55
147
- #: options/panel5.php:42
148
- #: options/panel5.php:49
149
- #: options/panel5.php:56
150
- #: options/panel5.php:63
151
- #: options/panel5.php:70
152
- #: options/panel5.php:77
153
- msgid "Yes"
154
  msgstr ""
155
 
156
- #: subscribe-to-comments-reloaded.php:1002
157
- msgid "Replies"
158
  msgstr ""
159
 
160
- #: subscribe-to-comments-reloaded.php:1004
161
- msgid "Digest"
162
  msgstr ""
163
 
164
- #: subscribe-to-comments-reloaded.php:1006
165
- msgid "Pending"
 
166
  msgstr ""
167
 
168
- #: subscribe-to-comments-reloaded.php:1007
169
- #: options/panel2.php:42
170
- #: options/panel2.php:49
171
- #: options/panel2.php:56
172
- #: options/panel5.php:43
173
- #: options/panel5.php:50
174
- #: options/panel5.php:57
175
- #: options/panel5.php:64
176
- #: options/panel5.php:71
177
- #: options/panel5.php:78
178
- msgid "No"
179
  msgstr ""
180
 
181
- #: subscribe-to-comments-reloaded.php:1016
182
- msgid "Subscriptions"
183
  msgstr ""
184
 
185
- #: subscribe-to-comments-reloaded.php:1039
186
- msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
187
  msgstr ""
188
 
189
- #: subscribe-to-comments-reloaded.php:1039
190
- msgid "support forum"
191
  msgstr ""
192
 
193
- #: subscribe-to-comments-reloaded.php:1040
194
- msgid "Feeling generous?"
 
195
  msgstr ""
196
 
197
- #: subscribe-to-comments-reloaded.php:1040
198
- msgid "Donate a few bucks!"
 
 
 
199
  msgstr ""
200
 
201
- #: options/index.php:42
202
- msgid "Comment Form"
 
 
203
  msgstr ""
204
 
205
- #: options/index.php:43
206
- msgid "Management Page"
 
 
207
  msgstr ""
208
 
209
- #: options/index.php:44
210
- msgid "Notifications"
 
 
211
  msgstr ""
212
 
213
- #: options/index.php:45
214
- #: options/panel2.php:35
215
- #: options/panel3.php:39
216
- #: options/panel4.php:34
217
- msgid "Options"
218
  msgstr ""
219
 
220
- #: options/index.php:46
221
- msgid "You can help"
 
222
  msgstr ""
223
 
224
- #: options/panel1-business-logic.php:18
225
  msgid "Subscription added."
226
  msgstr ""
227
 
228
- #: options/panel1-business-logic.php:30
229
  msgid "Subscriptions updated."
230
  msgstr ""
231
 
232
- #: options/panel1-business-logic.php:39
233
  msgid "Subscription deleted."
234
  msgstr ""
235
 
236
- #: options/panel1-business-logic.php:54
237
- #: templates/author.php:22
238
- #: templates/user.php:22
239
  msgid "Subscriptions deleted:"
240
  msgstr ""
241
 
242
- #: options/panel1-business-logic.php:58
243
- #: templates/author.php:26
244
- #: templates/user.php:26
245
  msgid "Subscriptions suspended:"
246
  msgstr ""
247
 
248
- #: options/panel1-business-logic.php:62
249
- #: templates/author.php:30
250
- #: templates/user.php:30
251
  msgid "Subscriptions activated:"
252
  msgstr ""
253
 
254
- #: options/panel1-business-logic.php:66
255
- #: options/panel1-business-logic.php:70
256
- #: templates/author.php:34
257
- #: templates/author.php:38
258
- #: templates/user.php:34
259
  msgid "Subscriptions updated:"
260
  msgstr ""
261
 
262
- #: options/panel1-business-logic.php:94
263
  msgid "&laquo; Previous"
264
  msgstr ""
265
 
266
- #: options/panel1-business-logic.php:98
267
  msgid "Next &raquo;"
268
  msgstr ""
269
 
@@ -271,725 +138,1053 @@ msgstr ""
271
  msgid "Update Subscription"
272
  msgstr ""
273
 
274
- #: options/panel1-edit-subscription.php:10
275
- #: options/panel1.php:19
276
- #: options/panel1.php:81
277
- #: options/panel1.php:113
278
- #: templates/author.php:50
279
- #: templates/user.php:46
280
- msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
281
  msgstr ""
282
 
283
- #: options/panel1-edit-subscription.php:12
284
- msgid "Post:"
 
 
285
  msgstr ""
286
 
287
- #: options/panel1-edit-subscription.php:13
288
- #: options/panel1.php:21
289
  msgid "From"
290
  msgstr ""
291
 
292
- #: options/panel1-edit-subscription.php:14
293
- #: options/panel1.php:22
294
  msgid "To"
295
  msgstr ""
296
 
297
- #: options/panel1-edit-subscription.php:15
298
- #: options/panel1.php:26
299
- #: options/panel1.php:45
300
- #: options/panel1.php:103
301
- msgid "Status"
302
- msgstr ""
303
-
304
- #: options/panel1-edit-subscription.php:17
305
- #: options/panel1.php:28
306
  msgid "Keep unchanged"
307
  msgstr ""
308
 
309
- #: options/panel1-edit-subscription.php:18
310
- #: options/panel1.php:29
311
- #: options/panel1.php:47
312
- msgid "Active"
313
- msgstr ""
314
-
315
- #: options/panel1-edit-subscription.php:19
316
- #: options/panel1.php:30
317
- #: options/panel1.php:48
318
- msgid "Replies only"
319
- msgstr ""
320
-
321
- #: options/panel1-edit-subscription.php:20
322
- #: options/panel1.php:31
323
  msgid "Suspended"
324
  msgstr ""
325
 
326
- #: options/panel1-edit-subscription.php:21
327
- #: options/panel1.php:32
328
- msgid "Update"
329
- msgstr ""
330
-
331
- #: options/panel1.php:17
332
  msgid "Mass Update Subscriptions"
333
  msgstr ""
334
 
335
- #: options/panel1.php:23
336
- #: options/panel1.php:24
337
- #: options/panel1.php:25
338
- msgid "optional"
339
  msgstr ""
340
 
341
- #: options/panel1.php:39
342
- msgid "Add New Subscription"
343
  msgstr ""
344
 
345
- #: options/panel1.php:43
346
- msgid "Post ID"
347
  msgstr ""
348
 
349
- #: options/panel1.php:44
350
- #: options/panel1.php:90
351
- #: templates/request-management-link.php:65
352
- #: templates/subscribe.php:87
353
- #: templates/user.php:51
354
- msgid "Email"
355
  msgstr ""
356
 
357
- #: options/panel1.php:49
358
- msgid "Ask user to confirm"
359
  msgstr ""
360
 
361
- #: options/panel1.php:50
362
  msgid "Add"
363
  msgstr ""
364
 
365
- #: options/panel1.php:59
366
  msgid "Search subscriptions"
367
  msgstr ""
368
 
369
- #: options/panel1.php:61
370
  #, php-format
371
  msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
372
  msgstr ""
373
 
374
- #: options/panel1.php:64
375
  msgid "email"
376
  msgstr ""
377
 
378
- #: options/panel1.php:65
379
  msgid "post ID"
380
  msgstr ""
381
 
382
- #: options/panel1.php:66
383
  msgid "status"
384
  msgstr ""
385
 
386
- #: options/panel1.php:69
387
  msgid "equals"
388
  msgstr ""
389
 
390
- #: options/panel1.php:70
391
  msgid "contains"
392
  msgstr ""
393
 
394
- #: options/panel1.php:71
395
  msgid "does not contain"
396
  msgstr ""
397
 
398
- #: options/panel1.php:72
399
  msgid "starts with"
400
  msgstr ""
401
 
402
- #: options/panel1.php:73
403
  msgid "ends with"
404
  msgstr ""
405
 
406
- #: options/panel1.php:76
407
  msgid "results per page:"
408
  msgstr ""
409
 
410
- #: options/panel1.php:77
411
  msgid "Search"
412
  msgstr ""
413
 
414
- #: options/panel1.php:85
415
  msgid "Reverse the order by Post ID"
416
  msgstr ""
417
 
418
- #: options/panel1.php:86
419
- #: options/panel1.php:87
420
  msgid "Reverse the order by Date/Time"
421
  msgstr ""
422
 
423
- #: options/panel1.php:89
424
  msgid "Post (ID)"
425
  msgstr ""
426
 
427
- #: options/panel1.php:92
428
  msgid "Search query:"
429
  msgstr ""
430
 
431
- #: options/panel1.php:92
432
  msgid "Rows:"
433
  msgstr ""
434
 
435
- #: options/panel1.php:92
436
  msgid "of"
437
  msgstr ""
438
 
439
- #: options/panel1.php:93
440
- #: templates/author.php:56
441
- #: templates/user.php:52
442
- msgid "Legend: Y = all comments, R = replies only, C = inactive"
443
  msgstr ""
444
 
445
- #: options/panel1.php:102
446
- msgid "Date and Time"
447
  msgstr ""
448
 
449
- #: options/panel1.php:112
450
- msgid "Edit"
451
  msgstr ""
452
 
453
- #: options/panel1.php:113
454
- #: templates/author.php:69
455
- #: templates/user.php:63
 
 
 
 
 
 
 
456
  msgid "Delete"
457
  msgstr ""
458
 
459
- #: options/panel1.php:121
460
- #: templates/author.php:68
461
- #: templates/user.php:62
 
 
 
 
 
 
462
  msgid "Action:"
463
  msgstr ""
464
 
465
- #: options/panel1.php:122
466
  msgid "Delete forever"
467
  msgstr ""
468
 
469
- #: options/panel1.php:123
470
- #: templates/author.php:70
471
- #: templates/user.php:64
472
  msgid "Suspend"
473
  msgstr ""
474
 
475
- #: options/panel1.php:124
476
  msgid "Activate and set to Y"
477
  msgstr ""
478
 
479
- #: options/panel1.php:125
480
  msgid "Activate and set to R"
481
  msgstr ""
482
 
483
- #: options/panel1.php:126
484
- #: templates/author.php:72
485
- #: templates/user.php:66
486
  msgid "Activate"
487
  msgstr ""
488
 
489
- #: options/panel1.php:127
490
- #: templates/author.php:73
491
- #: templates/user.php:67
492
  msgid "Update subscriptions"
493
  msgstr ""
494
 
495
- #: options/panel1.php:131
496
  msgid "Sorry, no subscriptions match your search criteria."
497
  msgstr ""
498
 
499
- #: options/panel2.php:11
500
- #: options/panel2.php:39
 
 
 
501
  msgid "Enable default checkbox"
502
  msgstr ""
503
 
504
- #: options/panel2.php:12
505
- #: options/panel2.php:46
506
  msgid "Checked by default"
507
  msgstr ""
508
 
509
- #: options/panel2.php:13
510
- #: options/panel2.php:53
 
 
 
511
  msgid "Advanced subscription"
512
  msgstr ""
513
 
514
- #: options/panel2.php:14
515
- #: options/panel2.php:60
516
  msgid "Custom inline style"
517
  msgstr ""
518
 
519
- #: options/panel2.php:15
520
- #: options/panel2.php:65
521
  msgid "Custom HTML"
522
  msgstr ""
523
 
524
- #: options/panel2.php:17
525
  msgid "Checkbox label"
526
  msgstr ""
527
 
528
- #: options/panel2.php:18
529
- #: options/panel2.php:81
530
  msgid "Subscribed label"
531
  msgstr ""
532
 
533
- #: options/panel2.php:19
534
  msgid "Awaiting label"
535
  msgstr ""
536
 
537
- #: options/panel2.php:20
538
- #: options/panel2.php:91
539
  msgid "Author label"
540
  msgstr ""
541
 
542
- #: options/panel2.php:25
543
- #: options/panel3.php:26
544
- #: options/panel4.php:23
545
- #: options/panel5.php:22
546
  msgid "Your settings have been successfully updated."
547
  msgstr ""
548
 
549
- #: options/panel2.php:28
550
- #: options/panel3.php:29
551
- #: options/panel4.php:26
552
- #: options/panel5.php:25
553
  msgid "There was an error updating the following fields:"
554
  msgstr ""
555
 
556
- #: options/panel2.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
557
  msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
558
  msgstr ""
559
 
560
- #: options/panel2.php:50
561
  msgid "Decide if the checkbox should be checked by default or not."
562
  msgstr ""
563
 
564
- #: options/panel2.php:57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
565
  msgid "Allow users to choose from different subscription types (all, replies only)."
566
  msgstr ""
567
 
568
- #: options/panel2.php:62
 
 
 
 
 
 
 
 
 
 
 
 
569
  msgid "Custom inline CSS to add to the checkbox."
570
  msgstr ""
571
 
572
- #: options/panel2.php:67
573
  msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
574
  msgstr ""
575
 
576
- #: options/panel2.php:72
577
  msgid "Messages for your visitors"
578
  msgstr ""
579
 
580
- #: options/panel2.php:76
581
  msgid "Default label"
582
  msgstr ""
583
 
584
- #: options/panel2.php:78
585
  msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
586
  msgstr ""
587
 
588
- #: options/panel2.php:83
589
  msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
590
  msgstr ""
591
 
592
- #: options/panel2.php:86
593
  msgid "Pending label"
594
  msgstr ""
595
 
596
- #: options/panel2.php:88
597
  msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
598
  msgstr ""
599
 
600
- #: options/panel2.php:93
601
  msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
602
  msgstr ""
603
 
604
- #: options/panel2.php:97
605
- #: options/panel3.php:145
606
- #: options/panel4.php:103
607
- #: options/panel5.php:83
608
  msgid "Save Changes"
609
  msgstr ""
610
 
611
- #: options/panel3.php:10
612
- #: options/panel3.php:43
613
  msgid "Virtual Management Page"
614
  msgstr ""
615
 
616
- #: options/panel3.php:11
617
- #: options/panel3.php:51
618
  msgid "Page title"
619
  msgstr ""
620
 
621
- #: options/panel3.php:12
622
- #: options/panel3.php:56
623
  msgid "Management URL"
624
  msgstr ""
625
 
626
- #: options/panel3.php:13
627
- #: options/panel3.php:63
628
  msgid "Custom HEAD meta"
629
  msgstr ""
630
 
631
- #: options/panel3.php:15
632
- #: options/panel3.php:74
633
  msgid "Request link"
634
  msgstr ""
635
 
636
- #: options/panel3.php:16
637
- #: options/panel3.php:84
638
  msgid "Request submitted"
639
  msgstr ""
640
 
641
- #: options/panel3.php:17
642
- #: options/panel3.php:94
643
  msgid "Subscribe without commenting"
644
  msgstr ""
645
 
646
- #: options/panel3.php:18
647
- #: options/panel3.php:104
648
  msgid "Subscription processed"
649
  msgstr ""
650
 
651
- #: options/panel3.php:19
652
- #: options/panel3.php:114
653
  msgid "Subscription processed (DCI)"
654
  msgstr ""
655
 
656
- #: options/panel3.php:20
657
- #: options/panel3.php:124
658
  msgid "Authors"
659
  msgstr ""
660
 
661
- #: options/panel3.php:21
662
- #: options/panel3.php:134
663
  msgid "Users"
664
  msgstr ""
665
 
666
- #: options/panel3.php:45
667
  msgid "Enabled"
668
  msgstr ""
669
 
670
- #: options/panel3.php:46
671
  msgid "Disabled"
672
  msgstr ""
673
 
674
- #: options/panel3.php:47
675
- msgid "Disable the virtual management page if you need to create a <a href=\"http://behstant.com/subscribe-reloaded/realMgnPage.php\">real page</a> to make your theme happy."
676
  msgstr ""
677
 
678
- #: options/panel3.php:53
679
  msgid "Title of the page your visitors will use to manage their subscriptions."
680
  msgstr ""
681
 
682
- #: options/panel3.php:58
683
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
684
  msgstr ""
685
 
686
- #: options/panel3.php:60
687
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
688
  msgstr ""
689
 
690
- #: options/panel3.php:65
691
  msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
692
  msgstr ""
693
 
694
- #: options/panel3.php:70
695
- #: options/panel4.php:50
696
  msgid "Messages"
697
  msgstr ""
698
 
699
- #: options/panel3.php:75
700
- #: options/panel3.php:85
701
- #: options/panel3.php:95
702
- #: options/panel3.php:105
703
- #: options/panel3.php:115
704
- #: options/panel3.php:125
705
- #: options/panel3.php:135
706
- #: options/panel4.php:61
707
- #: options/panel4.php:77
708
- #: options/panel4.php:93
709
- msgid "Bold"
710
- msgstr ""
711
-
712
- #: options/panel3.php:76
713
- #: options/panel3.php:86
714
- #: options/panel3.php:96
715
- #: options/panel3.php:106
716
- #: options/panel3.php:116
717
- #: options/panel3.php:126
718
- #: options/panel3.php:136
719
- #: options/panel4.php:62
720
- #: options/panel4.php:78
721
- #: options/panel4.php:94
722
- msgid "Italic"
723
- msgstr ""
724
-
725
- #: options/panel3.php:77
726
- #: options/panel3.php:87
727
- #: options/panel3.php:97
728
- #: options/panel3.php:107
729
- #: options/panel3.php:117
730
- #: options/panel3.php:127
731
- #: options/panel3.php:137
732
- #: options/panel4.php:63
733
- #: options/panel4.php:79
734
- #: options/panel4.php:95
735
- msgid "Link"
736
- msgstr ""
737
-
738
- #: options/panel3.php:78
739
- #: options/panel3.php:88
740
- #: options/panel3.php:98
741
- #: options/panel3.php:108
742
- #: options/panel3.php:118
743
- #: options/panel3.php:128
744
- #: options/panel3.php:138
745
- #: options/panel4.php:64
746
- #: options/panel4.php:80
747
- #: options/panel4.php:96
748
- msgid "Image"
749
- msgstr ""
750
-
751
- #: options/panel3.php:81
752
  msgid "Text shown to those who request to manage their subscriptions."
753
  msgstr ""
754
 
755
- #: options/panel3.php:91
756
  msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
757
  msgstr ""
758
 
759
- #: options/panel3.php:101
760
  msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
761
  msgstr ""
762
 
763
- #: options/panel3.php:111
764
  msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
765
  msgstr ""
766
 
767
- #: options/panel3.php:121
768
  msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
769
  msgstr ""
770
 
771
- #: options/panel3.php:131
772
  msgid "Introductory text for the authors' management page."
773
  msgstr ""
774
 
775
- #: options/panel3.php:141
776
  msgid "Introductory text for the users' management page."
777
  msgstr ""
778
 
779
- #: options/panel4.php:11
780
- #: options/panel4.php:38
781
  msgid "Sender name"
782
  msgstr ""
783
 
784
- #: options/panel4.php:12
785
- #: options/panel4.php:43
786
  msgid "Sender email address"
787
  msgstr ""
788
 
789
- #: options/panel4.php:13
790
- #: options/panel4.php:54
791
  msgid "Notification subject"
792
  msgstr ""
793
 
794
- #: options/panel4.php:14
795
- #: options/panel4.php:59
796
  msgid "Notification message"
797
  msgstr ""
798
 
799
- #: options/panel4.php:15
800
- #: options/panel4.php:70
801
  msgid "Double check subject"
802
  msgstr ""
803
 
804
- #: options/panel4.php:16
805
- #: options/panel4.php:75
806
  msgid "Double check message"
807
  msgstr ""
808
 
809
- #: options/panel4.php:17
810
- #: options/panel4.php:86
811
  msgid "Management subject"
812
  msgstr ""
813
 
814
- #: options/panel4.php:18
815
- #: options/panel4.php:91
816
  msgid "Management message"
817
  msgstr ""
818
 
819
- #: options/panel4.php:40
 
 
 
 
820
  msgid "Name to use for the \"from\" field when sending a new notification to the user."
821
  msgstr ""
822
 
823
- #: options/panel4.php:45
824
  msgid "Email address to use for the \"from\" field when sending a new notification to the user."
825
  msgstr ""
826
 
827
- #: options/panel4.php:56
 
 
 
 
 
 
 
 
828
  msgid "Subject of the notification email. Allowed tag: [post_title]"
829
  msgstr ""
830
 
831
- #: options/panel4.php:67
832
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
833
  msgstr ""
834
 
835
- #: options/panel4.php:72
 
 
 
 
836
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
837
  msgstr ""
838
 
839
- #: options/panel4.php:83
840
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
841
  msgstr ""
842
 
843
- #: options/panel4.php:88
844
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
845
  msgstr ""
846
 
847
- #: options/panel4.php:99
848
- msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
849
  msgstr ""
850
 
851
- #: options/panel5.php:11
852
- #: options/panel5.php:35
853
  msgid "Autopurge requests"
854
  msgstr ""
855
 
856
- #: options/panel5.php:12
857
- #: options/panel5.php:40
858
  msgid "Enable double check"
859
  msgstr ""
860
 
861
- #: options/panel5.php:13
862
- msgid "Notify authors"
863
  msgstr ""
864
 
865
- #: options/panel5.php:14
866
- #: options/panel5.php:54
 
 
 
867
  msgid "Enable HTML emails"
868
  msgstr ""
869
 
870
- #: options/panel5.php:15
 
 
 
 
871
  msgid "Send trackbacks"
872
  msgstr ""
873
 
874
- #: options/panel5.php:16
875
- #: options/panel5.php:47
876
  msgid "Notify admin"
877
  msgstr ""
878
 
879
- #: options/panel5.php:17
880
- #: options/panel5.php:75
881
  msgid "Let admin subscribe"
882
  msgstr ""
883
 
884
- #: options/panel5.php:36
 
 
 
 
 
 
 
 
 
 
 
 
885
  msgid "days"
886
  msgstr ""
887
 
888
- #: options/panel5.php:37
889
  msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
890
  msgstr ""
891
 
892
- #: options/panel5.php:44
 
 
 
 
893
  msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
894
  msgstr ""
895
 
896
- #: options/panel5.php:51
897
- msgid "Notify the administrator when a new comment is posted."
898
  msgstr ""
899
 
900
- #: options/panel5.php:58
901
  msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
902
  msgstr ""
903
 
904
- #: options/panel5.php:61
 
 
 
 
 
 
 
 
905
  msgid "Process trackbacks"
906
  msgstr ""
907
 
908
- #: options/panel5.php:65
909
  msgid "Notify users when a new trackback or pingback is added to the discussion."
910
  msgstr ""
911
 
912
- #: options/panel5.php:68
913
  msgid "Track all subscriptions"
914
  msgstr ""
915
 
916
- #: options/panel5.php:72
917
  msgid "Notify the administrator when users subscribe without commenting."
918
  msgstr ""
919
 
920
- #: options/panel5.php:79
921
  msgid "Let the administrator subscribe to comments when logged in."
922
  msgstr ""
923
 
924
- #: options/panel6.php:8
925
- msgid "Support the author"
 
 
 
 
 
 
 
 
926
  msgstr ""
927
 
928
- #: options/panel6.php:16
929
- msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
930
  msgstr ""
931
 
932
- #: options/panel6.php:18
 
 
 
 
 
 
 
 
 
 
 
 
933
  msgid "Don't want to donate? You can still help"
934
  msgstr ""
935
 
936
- #: options/panel6.php:19
937
- msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
 
 
 
 
 
 
 
 
938
  msgstr ""
939
 
940
- #: options/panel6.php:21
941
  msgid "Vote and show your appreciation"
942
  msgstr ""
943
 
944
- #: options/panel6.php:22
945
- msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
 
 
 
 
 
 
 
 
946
  msgstr ""
947
 
948
- #: options/panel6.php:24
949
- msgid "Sponsor's Corner"
950
  msgstr ""
951
 
952
- #: options/panel6.php:25
953
- msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://behstant.com/negocio/contact.php' target='_blank'>contact me</a>."
954
  msgstr ""
955
 
956
- #: templates/author.php:55
957
  msgid "Title"
958
  msgstr ""
959
 
960
- #: templates/author.php:66
961
- #: templates/user.php:60
 
 
 
962
  msgid "Select all"
963
  msgstr ""
964
 
965
- #: templates/author.php:67
966
- #: templates/user.php:61
967
  msgid "Invert selection"
968
  msgstr ""
969
 
970
- #: templates/author.php:71
971
- msgid "Set to Y"
972
  msgstr ""
973
 
974
- #: templates/author.php:77
975
- #: templates/user.php:71
 
 
 
 
 
 
 
 
976
  msgid "No subscriptions match your search criteria."
977
  msgstr ""
978
 
979
- #: templates/request-management-link.php:68
980
- #: templates/subscribe.php:89
 
 
 
 
981
  msgid "Send"
982
  msgstr ""
983
 
984
- #: templates/subscribe.php:42
985
- #: templates/subscribe.php:43
986
  msgid "New subscription to"
987
  msgstr ""
988
 
989
- #: templates/subscribe.php:43
990
  msgid "User:"
991
  msgstr ""
992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
993
  #~ msgid "Management Page ID"
994
  #~ msgstr ""
995
 
1
+ #, fuzzy
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Subscribe to Comments Reloaded\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2016-09-13 20:01-0600\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Poedit-KeywordsList: __;_e\n"
11
+ "X-Poedit-Basepath: ..\n"
12
  "Plural-Forms: s\n"
13
+ "PO-Revision-Date: \n"
14
+ "Last-Translator: \n"
15
+ "Language-Team: \n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: options/index.php:59 utils/stcr_manage.php:231 utils/stcr_manage.php:392
20
+ #: utils/stcr_manage.php:393
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "Manage subscriptions"
22
  msgstr ""
23
 
24
+ #: options/index.php:60 utils/stcr_manage.php:398 utils/stcr_manage.php:399
25
+ msgid "Comment Form"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  msgstr ""
27
 
28
+ #: options/index.php:61 utils/stcr_manage.php:404 utils/stcr_manage.php:405
29
+ msgid "Management Page"
30
  msgstr ""
31
 
32
+ #: options/index.php:62 utils/stcr_manage.php:410 utils/stcr_manage.php:411
33
+ msgid "Notifications"
34
  msgstr ""
35
 
36
+ #: options/index.php:63 options/panel2.php:58 options/panel3.php:82
37
+ #: options/panel4.php:89 utils/stcr_manage.php:416 utils/stcr_manage.php:417
38
+ msgid "Options"
39
  msgstr ""
40
 
41
+ #: options/index.php:65 utils/stcr_manage.php:432 utils/stcr_manage.php:433
42
+ msgid "You can help"
 
 
 
 
 
 
 
 
 
43
  msgstr ""
44
 
45
+ #: options/index.php:66 utils/stcr_manage.php:438 utils/stcr_manage.php:439
46
+ msgid "Support"
47
  msgstr ""
48
 
49
+ #: options/index.php:67 utils/stcr_manage.php:444 utils/stcr_manage.php:445
50
+ msgid "Donate"
51
  msgstr ""
52
 
53
+ #: options/panel1-add-subscription.php:8 options/panel1.php:61
54
+ msgid "Add New Subscription"
55
  msgstr ""
56
 
57
+ #: options/panel1-add-subscription.php:13
58
+ #: options/panel1-edit-subscription.php:13
59
+ msgid "Post:"
60
  msgstr ""
61
 
62
+ #: options/panel1-add-subscription.php:16 options/panel1.php:72
63
+ #: options/panel1.php:133 templates/key_expired.php:74
64
+ #: templates/request-management-link.php:71 templates/subscribe.php:93
65
+ #: templates/user.php:57
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:172
78
+ msgid "Active"
79
  msgstr ""
80
 
81
+ #: options/panel1-add-subscription.php:23
82
+ #: options/panel1-edit-subscription.php:30 options/panel1.php:43
83
+ #: options/panel1.php:80
84
+ msgid "Replies only"
85
  msgstr ""
86
 
87
+ #: options/panel1-add-subscription.php:24 options/panel1.php:81
88
+ msgid "Ask user to confirm"
 
 
 
89
  msgstr ""
90
 
91
+ #: options/panel1-add-subscription.php:26
92
+ #: options/panel1-edit-subscription.php:33 options/panel1.php:46
93
+ msgid "Update"
94
  msgstr ""
95
 
96
+ #: options/panel1-business-logic.php:23
97
  msgid "Subscription added."
98
  msgstr ""
99
 
100
+ #: options/panel1-business-logic.php:39
101
  msgid "Subscriptions updated."
102
  msgstr ""
103
 
104
+ #: options/panel1-business-logic.php:51
105
  msgid "Subscription deleted."
106
  msgstr ""
107
 
108
+ #: options/panel1-business-logic.php:70 templates/author.php:23
109
+ #: templates/user.php:23
 
110
  msgid "Subscriptions deleted:"
111
  msgstr ""
112
 
113
+ #: options/panel1-business-logic.php:74 templates/author.php:27
114
+ #: templates/user.php:27
 
115
  msgid "Subscriptions suspended:"
116
  msgstr ""
117
 
118
+ #: options/panel1-business-logic.php:78 templates/author.php:31
119
+ #: templates/user.php:31
 
120
  msgid "Subscriptions activated:"
121
  msgstr ""
122
 
123
+ #: options/panel1-business-logic.php:82 options/panel1-business-logic.php:86
124
+ #: templates/author.php:35 templates/author.php:39 templates/user.php:35
125
+ #: templates/user.php:39
 
 
126
  msgid "Subscriptions updated:"
127
  msgstr ""
128
 
129
+ #: options/panel1-business-logic.php:110
130
  msgid "&laquo; Previous"
131
  msgstr ""
132
 
133
+ #: options/panel1-business-logic.php:114
134
  msgid "Next &raquo;"
135
  msgstr ""
136
 
138
  msgid "Update Subscription"
139
  msgstr ""
140
 
141
+ #: options/panel1-edit-subscription.php:11
142
+ #: options/panel1-edit-subscription.php:21
143
+ #: options/panel1-edit-subscription.php:22
144
+ #: options/panel1-edit-subscription.php:23
145
+ msgid "optional"
 
 
146
  msgstr ""
147
 
148
+ #: options/panel1-edit-subscription.php:11 options/panel1.php:23
149
+ #: options/panel1.php:124 options/panel1.php:200 options/panel1.php:212
150
+ #: templates/author.php:52 templates/user.php:52
151
+ msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
152
  msgstr ""
153
 
154
+ #: options/panel1-edit-subscription.php:16 options/panel1.php:27
 
155
  msgid "From"
156
  msgstr ""
157
 
158
+ #: options/panel1-edit-subscription.php:20 options/panel1.php:33
 
159
  msgid "To"
160
  msgstr ""
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 ""
169
 
170
+ #: options/panel1.php:20
 
 
 
 
 
171
  msgid "Mass Update Subscriptions"
172
  msgstr ""
173
 
174
+ #: options/panel1.php:28 options/panel1.php:29 options/panel1.php:30
175
+ msgid "email address"
 
 
176
  msgstr ""
177
 
178
+ #: options/panel1.php:34 options/panel1.php:35 options/panel1.php:36
179
+ msgid "optional - new email address"
180
  msgstr ""
181
 
182
+ #: options/panel1.php:49
183
+ msgid "More info"
184
  msgstr ""
185
 
186
+ #: options/panel1.php:55
187
+ msgid "This option will allow you to change an email address for another one or to 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 ""
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 "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
205
  msgstr ""
206
 
207
+ #: options/panel1.php:106
208
  msgid "email"
209
  msgstr ""
210
 
211
+ #: options/panel1.php:107
212
  msgid "post ID"
213
  msgstr ""
214
 
215
+ #: options/panel1.php:108
216
  msgid "status"
217
  msgstr ""
218
 
219
+ #: options/panel1.php:111
220
  msgid "equals"
221
  msgstr ""
222
 
223
+ #: options/panel1.php:112
224
  msgid "contains"
225
  msgstr ""
226
 
227
+ #: options/panel1.php:113
228
  msgid "does not contain"
229
  msgstr ""
230
 
231
+ #: options/panel1.php:114
232
  msgid "starts with"
233
  msgstr ""
234
 
235
+ #: options/panel1.php:115
236
  msgid "ends with"
237
  msgstr ""
238
 
239
+ #: options/panel1.php:118
240
  msgid "results per page:"
241
  msgstr ""
242
 
243
+ #: options/panel1.php:120
244
  msgid "Search"
245
  msgstr ""
246
 
247
+ #: options/panel1.php:128
248
  msgid "Reverse the order by Post ID"
249
  msgstr ""
250
 
251
+ #: options/panel1.php:129 options/panel1.php:130
 
252
  msgid "Reverse the order by Date/Time"
253
  msgstr ""
254
 
255
+ #: options/panel1.php:132
256
  msgid "Post (ID)"
257
  msgstr ""
258
 
259
+ #: options/panel1.php:135
260
  msgid "Search query:"
261
  msgstr ""
262
 
263
+ #: options/panel1.php:135
264
  msgid "Rows:"
265
  msgstr ""
266
 
267
+ #: options/panel1.php:135
268
  msgid "of"
269
  msgstr ""
270
 
271
+ #: options/panel1.php:142 options/panel1.php:158
272
+ msgid "Date and Time"
 
 
273
  msgstr ""
274
 
275
+ #: options/panel1.php:168
276
+ msgid "Replies"
277
  msgstr ""
278
 
279
+ #: options/panel1.php:169
280
+ msgid "All Comments"
281
  msgstr ""
282
 
283
+ #: options/panel1.php:170
284
+ msgid "Unconfirmed"
285
+ msgstr ""
286
+
287
+ #: options/panel1.php:171
288
+ msgid "Inactive"
289
+ msgstr ""
290
+
291
+ #: options/panel1.php:200 options/panel1.php:212 templates/author.php:74
292
+ #: templates/user.php:73
293
  msgid "Delete"
294
  msgstr ""
295
 
296
+ #: options/panel1.php:201 options/panel1.php:211
297
+ msgid "Edit"
298
+ msgstr ""
299
+
300
+ #: options/panel1.php:203 options/panel1.php:209
301
+ msgid "Subscription"
302
+ msgstr ""
303
+
304
+ #: options/panel1.php:223 templates/author.php:71 templates/user.php:69
305
  msgid "Action:"
306
  msgstr ""
307
 
308
+ #: options/panel1.php:226
309
  msgid "Delete forever"
310
  msgstr ""
311
 
312
+ #: options/panel1.php:227 templates/author.php:75 templates/user.php:74
 
 
313
  msgid "Suspend"
314
  msgstr ""
315
 
316
+ #: options/panel1.php:228
317
  msgid "Activate and set to Y"
318
  msgstr ""
319
 
320
+ #: options/panel1.php:229
321
  msgid "Activate and set to R"
322
  msgstr ""
323
 
324
+ #: options/panel1.php:230 templates/author.php:78 templates/user.php:77
 
 
325
  msgid "Activate"
326
  msgstr ""
327
 
328
+ #: options/panel1.php:234 templates/author.php:80 templates/user.php:81
 
 
329
  msgid "Update subscriptions"
330
  msgstr ""
331
 
332
+ #: options/panel1.php:237
333
  msgid "Sorry, no subscriptions match your search criteria."
334
  msgstr ""
335
 
336
+ #: options/panel10.php:22 options/panel10.php:23
337
+ msgid "System Information"
338
+ msgstr ""
339
+
340
+ #: options/panel2.php:12 options/panel2.php:63
341
  msgid "Enable default checkbox"
342
  msgstr ""
343
 
344
+ #: options/panel2.php:15 options/panel2.php:73
 
345
  msgid "Checked by default"
346
  msgstr ""
347
 
348
+ #: options/panel2.php:18
349
+ msgid "Checked by default Value"
350
+ msgstr ""
351
+
352
+ #: options/panel2.php:21 options/panel2.php:24 options/panel2.php:102
353
  msgid "Advanced subscription"
354
  msgstr ""
355
 
356
+ #: options/panel2.php:27 options/panel2.php:130
 
357
  msgid "Custom inline style"
358
  msgstr ""
359
 
360
+ #: options/panel2.php:30 options/panel2.php:139
 
361
  msgid "Custom HTML"
362
  msgstr ""
363
 
364
+ #: options/panel2.php:34
365
  msgid "Checkbox label"
366
  msgstr ""
367
 
368
+ #: options/panel2.php:37 options/panel2.php:180
 
369
  msgid "Subscribed label"
370
  msgstr ""
371
 
372
+ #: options/panel2.php:40
373
  msgid "Awaiting label"
374
  msgstr ""
375
 
376
+ #: options/panel2.php:43 options/panel2.php:213
 
377
  msgid "Author label"
378
  msgstr ""
379
 
380
+ #: options/panel2.php:49 options/panel3.php:70 options/panel4.php:78
381
+ #: options/panel5.php:18 options/panel5.php:63
 
 
382
  msgid "Your settings have been successfully updated."
383
  msgstr ""
384
 
385
+ #: options/panel2.php:51 options/panel3.php:72 options/panel4.php:80
386
+ #: options/panel5.php:20 options/panel5.php:65
 
 
387
  msgid "There was an error updating the following fields:"
388
  msgstr ""
389
 
390
+ #: options/panel2.php:66 options/panel2.php:76 options/panel2.php:105
391
+ #: options/panel5.php:81 options/panel5.php:98 options/panel5.php:107
392
+ #: options/panel5.php:116 options/panel5.php:125 options/panel5.php:135
393
+ #: options/panel5.php:144 options/panel5.php:154 options/panel5.php:163
394
+ #: options/panel5.php:172
395
+ msgid "Yes"
396
+ msgstr ""
397
+
398
+ #: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
399
+ #: options/panel5.php:82 options/panel5.php:99 options/panel5.php:108
400
+ #: options/panel5.php:117 options/panel5.php:126 options/panel5.php:136
401
+ #: options/panel5.php:145 options/panel5.php:155 options/panel5.php:164
402
+ #: options/panel5.php:173 utils/stcr_manage.php:794
403
+ msgid "No"
404
+ msgstr ""
405
+
406
+ #: options/panel2.php:68
407
  msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
408
  msgstr ""
409
 
410
+ #: options/panel2.php:78
411
  msgid "Decide if the checkbox should be checked by default or not."
412
  msgstr ""
413
 
414
+ #: options/panel2.php:87
415
+ msgid "Default Checkbox Value"
416
+ msgstr ""
417
+
418
+ #: options/panel2.php:91 options/panel2.php:120
419
+ msgid "All new comments"
420
+ msgstr ""
421
+
422
+ #: options/panel2.php:92 options/panel2.php:121
423
+ msgid "Replies to this comment"
424
+ msgstr ""
425
+
426
+ #: options/panel2.php:94
427
+ msgid "Select the default option for the Checkbox. Be careful! Some users might like to be subscribed to all the post."
428
+ msgstr ""
429
+
430
+ #: options/panel2.php:107
431
  msgid "Allow users to choose from different subscription types (all, replies only)."
432
  msgstr ""
433
 
434
+ #: options/panel2.php:115
435
+ msgid "Advanced default"
436
+ msgstr ""
437
+
438
+ #: options/panel2.php:119
439
+ msgid "None"
440
+ msgstr ""
441
+
442
+ #: options/panel2.php:124
443
+ msgid "The default subscription type that should be selected when Advanced subscriptions are enable."
444
+ msgstr ""
445
+
446
+ #: options/panel2.php:135
447
  msgid "Custom inline CSS to add to the checkbox."
448
  msgstr ""
449
 
450
+ #: options/panel2.php:152
451
  msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
452
  msgstr ""
453
 
454
+ #: options/panel2.php:158
455
  msgid "Messages for your visitors"
456
  msgstr ""
457
 
458
+ #: options/panel2.php:162
459
  msgid "Default label"
460
  msgstr ""
461
 
462
+ #: options/panel2.php:175
463
  msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
464
  msgstr ""
465
 
466
+ #: options/panel2.php:192
467
  msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
468
  msgstr ""
469
 
470
+ #: options/panel2.php:197
471
  msgid "Pending label"
472
  msgstr ""
473
 
474
+ #: options/panel2.php:209
475
  msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
476
  msgstr ""
477
 
478
+ #: options/panel2.php:225
479
  msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
480
  msgstr ""
481
 
482
+ #: options/panel2.php:230 options/panel3.php:253 options/panel4.php:283
483
+ #: options/panel5.php:207
 
 
484
  msgid "Save Changes"
485
  msgstr ""
486
 
487
+ #: options/panel3.php:13 options/panel3.php:87
 
488
  msgid "Virtual Management Page"
489
  msgstr ""
490
 
491
+ #: options/panel3.php:18 options/panel3.php:96
 
492
  msgid "Page title"
493
  msgstr ""
494
 
495
+ #: options/panel3.php:23 options/panel3.php:105
 
496
  msgid "Management URL"
497
  msgstr ""
498
 
499
+ #: options/panel3.php:28 options/panel3.php:117
 
500
  msgid "Custom HEAD meta"
501
  msgstr ""
502
 
503
+ #: options/panel3.php:34 options/panel3.php:131
 
504
  msgid "Request link"
505
  msgstr ""
506
 
507
+ #: options/panel3.php:39 options/panel3.php:149
 
508
  msgid "Request submitted"
509
  msgstr ""
510
 
511
+ #: options/panel3.php:44 options/panel3.php:167
 
512
  msgid "Subscribe without commenting"
513
  msgstr ""
514
 
515
+ #: options/panel3.php:49 options/panel3.php:185
 
516
  msgid "Subscription processed"
517
  msgstr ""
518
 
519
+ #: options/panel3.php:54 options/panel3.php:203
 
520
  msgid "Subscription processed (DCI)"
521
  msgstr ""
522
 
523
+ #: options/panel3.php:59 options/panel3.php:220
 
524
  msgid "Authors"
525
  msgstr ""
526
 
527
+ #: options/panel3.php:64 options/panel3.php:236
 
528
  msgid "Users"
529
  msgstr ""
530
 
531
+ #: options/panel3.php:90
532
  msgid "Enabled"
533
  msgstr ""
534
 
535
+ #: options/panel3.php:91
536
  msgid "Disabled"
537
  msgstr ""
538
 
539
+ #: options/panel3.php:92
540
+ msgid "Disable the virtual management page if you need to create a <a href=\"https://github.com/stcr/subscribe-to-comments-reloaded/wiki/KB#create-a-real-management-page\">real page</a> to make your theme happy."
541
  msgstr ""
542
 
543
+ #: options/panel3.php:101
544
  msgid "Title of the page your visitors will use to manage their subscriptions."
545
  msgstr ""
546
 
547
+ #: options/panel3.php:109
548
  msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
549
  msgstr ""
550
 
551
+ #: options/panel3.php:111
552
  msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
553
  msgstr ""
554
 
555
+ #: options/panel3.php:121
556
  msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
557
  msgstr ""
558
 
559
+ #: options/panel3.php:127 options/panel4.php:135
 
560
  msgid "Messages"
561
  msgstr ""
562
 
563
+ #: options/panel3.php:144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
  msgid "Text shown to those who request to manage their subscriptions."
565
  msgstr ""
566
 
567
+ #: options/panel3.php:162
568
  msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
569
  msgstr ""
570
 
571
+ #: options/panel3.php:180
572
  msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
573
  msgstr ""
574
 
575
+ #: options/panel3.php:198
576
  msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
577
  msgstr ""
578
 
579
+ #: options/panel3.php:216
580
  msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
581
  msgstr ""
582
 
583
+ #: options/panel3.php:232
584
  msgid "Introductory text for the authors' management page."
585
  msgstr ""
586
 
587
+ #: options/panel3.php:248
588
  msgid "Introductory text for the users' management page."
589
  msgstr ""
590
 
591
+ #: options/panel4.php:15 options/panel4.php:94
 
592
  msgid "Sender name"
593
  msgstr ""
594
 
595
+ #: options/panel4.php:20 options/panel4.php:25 options/panel4.php:107
 
596
  msgid "Sender email address"
597
  msgstr ""
598
 
599
+ #: options/panel4.php:30 options/panel4.php:140
 
600
  msgid "Notification subject"
601
  msgstr ""
602
 
603
+ #: options/panel4.php:36 options/panel4.php:42 options/panel4.php:153
 
604
  msgid "Notification message"
605
  msgstr ""
606
 
607
+ #: options/panel4.php:47 options/panel4.php:177
 
608
  msgid "Double check subject"
609
  msgstr ""
610
 
611
+ #: options/panel4.php:52 options/panel4.php:190
 
612
  msgid "Double check message"
613
  msgstr ""
614
 
615
+ #: options/panel4.php:57 options/panel4.php:210
 
616
  msgid "Management subject"
617
  msgstr ""
618
 
619
+ #: options/panel4.php:62 options/panel4.php:67
 
620
  msgid "Management message"
621
  msgstr ""
622
 
623
+ #: options/panel4.php:72 options/panel4.php:243
624
+ msgid "Management Email message"
625
+ msgstr ""
626
+
627
+ #: options/panel4.php:101
628
  msgid "Name to use for the \"from\" field when sending a new notification to the user."
629
  msgstr ""
630
 
631
+ #: options/panel4.php:115
632
  msgid "Email address to use for the \"from\" field when sending a new notification to the user."
633
  msgstr ""
634
 
635
+ #: options/panel4.php:121
636
+ msgid "Reply To"
637
+ msgstr ""
638
+
639
+ #: options/panel4.php:128
640
+ msgid "This will be use when the user click reply on their email agent. If not set will be the same as the Sender email address."
641
+ msgstr ""
642
+
643
+ #: options/panel4.php:147
644
  msgid "Subject of the notification email. Allowed tag: [post_title]"
645
  msgstr ""
646
 
647
+ #: options/panel4.php:170
648
  msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
649
  msgstr ""
650
 
651
+ #: options/panel4.php:171
652
+ msgid "<p><strong>Note: To get a default template clear all the content and save the options.</strong></p>"
653
+ msgstr ""
654
+
655
+ #: options/panel4.php:184
656
  msgid "Subject of the confirmation email. Allowed tag: [post_title]"
657
  msgstr ""
658
 
659
+ #: options/panel4.php:204
660
  msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
661
  msgstr ""
662
 
663
+ #: options/panel4.php:217
664
  msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
665
  msgstr ""
666
 
667
+ #: options/panel4.php:223
668
+ msgid "Management Page message"
669
+ msgstr ""
670
+
671
+ #: options/panel4.php:237
672
+ msgid "Content of the management Page message. Allowed tags: [blog_name]."
673
+ msgstr ""
674
+
675
+ #: options/panel4.php:257
676
+ msgid "Content of the management email message. Allowed tags: [blog_name], [manager_link]."
677
+ msgstr ""
678
+
679
+ #: options/panel4.php:263
680
+ msgid "One Click Unsubscribe"
681
+ msgstr ""
682
+
683
+ #: options/panel4.php:277
684
+ msgid "Content of the One Click confirmation. Allowed tags: [post_title], [blog_name]"
685
+ msgstr ""
686
+
687
+ #: options/panel5.php:28
688
+ msgid "Safetly Uninstall"
689
  msgstr ""
690
 
691
+ #: options/panel5.php:31 options/panel5.php:87
 
692
  msgid "Autopurge requests"
693
  msgstr ""
694
 
695
+ #: options/panel5.php:34 options/panel5.php:105
 
696
  msgid "Enable double check"
697
  msgstr ""
698
 
699
+ #: options/panel5.php:37 options/panel5.php:96
700
+ msgid "StCR Position"
701
  msgstr ""
702
 
703
+ #: options/panel5.php:40 options/panel5.php:113
704
+ msgid "Subscribe authors"
705
+ msgstr ""
706
+
707
+ #: options/panel5.php:43 options/panel5.php:123
708
  msgid "Enable HTML emails"
709
  msgstr ""
710
 
711
+ #: options/panel5.php:46
712
+ msgid "HTMLify Links in HTML emails"
713
+ msgstr ""
714
+
715
+ #: options/panel5.php:49
716
  msgid "Send trackbacks"
717
  msgstr ""
718
 
719
+ #: options/panel5.php:52
 
720
  msgid "Notify admin"
721
  msgstr ""
722
 
723
+ #: options/panel5.php:55 options/panel5.php:161
 
724
  msgid "Let admin subscribe"
725
  msgstr ""
726
 
727
+ #: options/panel5.php:58 options/panel5.php:170
728
+ msgid "BCC admin on Notifications"
729
+ msgstr ""
730
+
731
+ #: options/panel5.php:79
732
+ msgid "Safely Uninstall"
733
+ msgstr ""
734
+
735
+ #: options/panel5.php:83
736
+ msgid "This option will allow you to delete the plugin with WordPress without loosing your subscribers. Any database table and plugin options are wipeout."
737
+ msgstr ""
738
+
739
+ #: options/panel5.php:90
740
  msgid "days"
741
  msgstr ""
742
 
743
+ #: options/panel5.php:91
744
  msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
745
  msgstr ""
746
 
747
+ #: options/panel5.php:100
748
+ msgid "If this option is enable the subscription box will be above the submit button in your comment form. Use this when your theme is outdated and using the incorrect WordPress Hooks and the checkbox is not displayed."
749
+ msgstr ""
750
+
751
+ #: options/panel5.php:109
752
  msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
753
  msgstr ""
754
 
755
+ #: options/panel5.php:118
756
+ msgid "Automatically subscribe authors to their own articles (not retroactive)."
757
  msgstr ""
758
 
759
+ #: options/panel5.php:127
760
  msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
761
  msgstr ""
762
 
763
+ #: options/panel5.php:132
764
+ msgid "HTMLify links in emails"
765
+ msgstr ""
766
+
767
+ #: options/panel5.php:137
768
+ msgid "If enabled, will wrap all links in messages with <code>&lt;a href=\"\"&gt;&lt;/a&gt;</code> (only when HTML emails enabled)."
769
+ msgstr ""
770
+
771
+ #: options/panel5.php:142
772
  msgid "Process trackbacks"
773
  msgstr ""
774
 
775
+ #: options/panel5.php:146
776
  msgid "Notify users when a new trackback or pingback is added to the discussion."
777
  msgstr ""
778
 
779
+ #: options/panel5.php:151
780
  msgid "Track all subscriptions"
781
  msgstr ""
782
 
783
+ #: options/panel5.php:156
784
  msgid "Notify the administrator when users subscribe without commenting."
785
  msgstr ""
786
 
787
+ #: options/panel5.php:165
788
  msgid "Let the administrator subscribe to comments when logged in."
789
  msgstr ""
790
 
791
+ #: options/panel5.php:174
792
+ msgid "Send a copy of all Notifications to the administrator."
793
+ msgstr ""
794
+
795
+ #: options/panel5.php:179
796
+ msgid "StCR Unique Key"
797
+ msgstr ""
798
+
799
+ #: options/panel5.php:184
800
+ msgid "This Unique Key is not set, please click the following button to "
801
  msgstr ""
802
 
803
+ #: options/panel5.php:188 options/panel5.php:199
804
+ msgid "Generate"
805
  msgstr ""
806
 
807
+ #: options/panel5.php:196
808
+ msgid "This Unique Key will be use to send the notification to your subscribers with more security."
809
+ msgstr ""
810
+
811
+ #: options/panel7.php:8 options/panel8.php:8
812
+ msgid "Support the developers"
813
+ msgstr ""
814
+
815
+ #: options/panel7.php:18
816
+ msgid "How valuable is the feature offered by this plugin to your visitors? please consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of <strong>Subscribe to Comments Reloaded</strong>, and to buy some food for my hungry family."
817
+ msgstr ""
818
+
819
+ #: options/panel7.php:20
820
  msgid "Don't want to donate? You can still help"
821
  msgstr ""
822
 
823
+ #: options/panel7.php:21
824
+ msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve <strong>Subscribe to Comments Reloaded</strong> and so on. Whatever you do, thanks for using my plugin!"
825
+ msgstr ""
826
+
827
+ #: options/panel7.php:23
828
+ msgid "Subscribe to the Beta testers"
829
+ msgstr ""
830
+
831
+ #: options/panel7.php:24
832
+ msgid "Before a new Update we release a Beta version so that our current users can give us feedback if they find a bug, If you want to join the tester list you can add your email <a href='http://eepurl.com/biCk1b' target='_blank'>here</a>"
833
  msgstr ""
834
 
835
+ #: options/panel7.php:26
836
  msgid "Vote and show your appreciation"
837
  msgstr ""
838
 
839
+ #: options/panel7.php:27
840
+ msgid "Tell other people if <strong>Subscribe to Comments Reloaded</strong> works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
841
+ msgstr ""
842
+
843
+ #: options/panel8.php:18
844
+ msgid "Did you find a Bug on the plugin?"
845
+ msgstr ""
846
+
847
+ #: options/panel8.php:19
848
+ msgid "Please report any bug on the <a href=\"https://github.com/stcr/subscribe-to-comments-reloaded/issues/new?title=Bug%20Report:%20%3Cshort%20description%3E&labels=bug\" target=\"_blank\">GitHub</a> Page rather than on the WordPress Support page."
849
  msgstr ""
850
 
851
+ #: options/panel9.php:11
852
+ msgid "Support Subscribe to Comments Reloaded"
853
  msgstr ""
854
 
855
+ #: options/panel9.php:12
856
+ msgid "Every contribution that you make is high valuable, so if you consider this plugin a helpful tool we will use your donation to invest on support and developing time."
857
  msgstr ""
858
 
859
+ #: templates/author.php:57
860
  msgid "Title"
861
  msgstr ""
862
 
863
+ #: templates/author.php:58 templates/user.php:58
864
+ msgid "Legend: Y = all comments, R = replies only, C = inactive"
865
+ msgstr ""
866
+
867
+ #: templates/author.php:69 templates/user.php:67
868
  msgid "Select all"
869
  msgstr ""
870
 
871
+ #: templates/author.php:70 templates/user.php:68
 
872
  msgid "Invert selection"
873
  msgstr ""
874
 
875
+ #: templates/author.php:73 templates/user.php:72
876
+ msgid "Choose your action"
877
  msgstr ""
878
 
879
+ #: templates/author.php:76 templates/user.php:75
880
+ msgid "All comments"
881
+ msgstr ""
882
+
883
+ #: templates/author.php:77 templates/user.php:76 wp_subscribe_reloaded.php:1096
884
+ msgid "Replies to my comments"
885
+ msgstr ""
886
+
887
+ #: templates/author.php:83 templates/one-click-unsubscribe.php:30
888
+ #: templates/user.php:84
889
  msgid "No subscriptions match your search criteria."
890
  msgstr ""
891
 
892
+ #: templates/key_expired.php:8
893
+ msgid "Woohaa the link to manage your subscriptions has expired, don't worry, just enter your email below and a new link will be send."
894
+ msgstr ""
895
+
896
+ #: templates/key_expired.php:76 templates/request-management-link.php:73
897
+ #: templates/subscribe.php:95
898
  msgid "Send"
899
  msgstr ""
900
 
901
+ #: templates/subscribe.php:45 templates/subscribe.php:46
 
902
  msgid "New subscription to"
903
  msgstr ""
904
 
905
+ #: templates/subscribe.php:46
906
  msgid "User:"
907
  msgstr ""
908
 
909
+ #: templates/user.php:63
910
+ msgid "F j, Y"
911
+ msgstr ""
912
+
913
+ #: templates/wrong-request.php:9
914
+ msgid "You have request to manage another email address and this is forbidden."
915
+ msgstr ""
916
+
917
+ #: utils/stcr_manage.php:224
918
+ msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
919
+ msgstr ""
920
+
921
+ #: utils/stcr_manage.php:225
922
+ msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
923
+ msgstr ""
924
+
925
+ #: utils/stcr_manage.php:226
926
+ msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
927
+ msgstr ""
928
+
929
+ #: utils/stcr_manage.php:227
930
+ msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
931
+ msgstr ""
932
+
933
+ #: utils/stcr_manage.php:233
934
+ msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
935
+ msgstr ""
936
+
937
+ #: utils/stcr_manage.php:234
938
+ msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
939
+ msgstr ""
940
+
941
+ #: utils/stcr_manage.php:235
942
+ msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
943
+ msgstr ""
944
+
945
+ #: utils/stcr_manage.php:236
946
+ msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
947
+ msgstr ""
948
+
949
+ #: utils/stcr_manage.php:237
950
+ msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
951
+ msgstr ""
952
+
953
+ #: utils/stcr_manage.php:238
954
+ msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
955
+ msgstr ""
956
+
957
+ #: utils/stcr_manage.php:239
958
+ msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
959
+ msgstr ""
960
+
961
+ #: utils/stcr_manage.php:243
962
+ msgid "There is a new comment to [post_title]"
963
+ msgstr ""
964
+
965
+ #: utils/stcr_manage.php:244
966
+ msgid "There is a new comment to [post_title].\n"
967
+ "Comment Link: [comment_permalink]\n"
968
+ "Author: [comment_author]\n"
969
+ "Comment:\n"
970
+ "[comment_content]\n"
971
+ "Permalink: [post_permalink]\n"
972
+ "Manage your subscriptions: [manager_link]"
973
+ msgstr ""
974
+
975
+ #: utils/stcr_manage.php:245
976
+ msgid "Please confirm your subscription to [post_title]"
977
+ msgstr ""
978
+
979
+ #: utils/stcr_manage.php:246
980
+ msgid "You have requested to be notified every time a new comment is added to:\n"
981
+ "[post_permalink]\n"
982
+ "\n"
983
+ "Please confirm your request by clicking on this link:\n"
984
+ "[confirm_link]"
985
+ msgstr ""
986
+
987
+ #: utils/stcr_manage.php:247
988
+ msgid "Manage your subscriptions on [blog_name]"
989
+ msgstr ""
990
+
991
+ #: utils/stcr_manage.php:248
992
+ msgid "You have requested to manage your subscriptions to the articles on [blog_name]. Please check the Subscriptions management link in your email"
993
+ msgstr ""
994
+
995
+ #: utils/stcr_manage.php:249
996
+ msgid "You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
997
+ "[manager_link]"
998
+ msgstr ""
999
+
1000
+ #: utils/stcr_manage.php:450 utils/stcr_manage.php:451
1001
+ msgid "StCR System"
1002
+ msgstr ""
1003
+
1004
+ #: utils/stcr_manage.php:470 utils/stcr_manage.php:498
1005
+ #: utils/stcr_manage.php:525 utils/stcr_manage.php:552
1006
+ #: utils/stcr_manage.php:579 utils/stcr_manage.php:606
1007
+ #: utils/stcr_manage.php:633 utils/stcr_manage.php:660
1008
+ #: utils/stcr_manage.php:687 utils/stcr_manage.php:715
1009
+ msgid "You do not have sufficient permissions to access this page."
1010
+ msgstr ""
1011
+
1012
+ #: utils/stcr_manage.php:765
1013
+ msgid "Subscriptions"
1014
+ msgstr ""
1015
+
1016
+ #: utils/stcr_manage.php:821
1017
+ msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
1018
+ msgstr ""
1019
+
1020
+ #: utils/stcr_manage.php:821
1021
+ msgid "support forum"
1022
+ msgstr ""
1023
+
1024
+ #: utils/stcr_manage.php:822
1025
+ msgid "Feeling generous?"
1026
+ msgstr ""
1027
+
1028
+ #: utils/stcr_manage.php:822
1029
+ msgid "Donate a few bucks!"
1030
+ msgstr ""
1031
+
1032
+ #: utils/stcr_upgrade.php:55
1033
+ msgid "Important Notice"
1034
+ msgstr ""
1035
+
1036
+ #: utils/stcr_upgrade.php:103
1037
+ msgid "<strong>Subscribe to Comments Reloaded:</strong> The information in your database has been sanitized to prevent the raw html messages. <a class=\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-loading-animation\" src=\""
1038
+ msgstr ""
1039
+
1040
+ #: utils/stcr_upgrade.php:158
1041
+ msgid "<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data from the <strong>Subscribe to Comments</strong> plugin was detected and automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
1042
+ msgstr ""
1043
+
1044
+ #: utils/stcr_upgrade.php:158
1045
+ msgid " It is recommended that you now <strong>deactivate</strong> Subscribe to Comments to prevent confusion between the two plugins."
1046
+ msgstr ""
1047
+
1048
+ #: utils/stcr_upgrade.php:159
1049
+ msgid "If you have subscription data from Subscribe to Comments Reloaded < v2.0 that you want to import, you'll need to import that data manually, as only one import routine will ever run to prevent data loss."
1050
+ msgstr ""
1051
+
1052
+ #: utils/stcr_upgrade.php:160 utils/stcr_upgrade.php:232
1053
+ #: utils/stcr_upgrade.php:381
1054
+ msgid "Please visit <a href=\"options-general.php?page=subscribe-to-comments-reloaded/options/index.php\">Settings -> Subscribe to Comments</a> to review your configuration.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-loading-animation\" src=\""
1055
+ msgstr ""
1056
+
1057
+ #: utils/stcr_upgrade.php:231
1058
+ msgid "<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data from the <strong>Comment Reply Notification</strong> plugin was detected and automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
1059
+ msgstr ""
1060
+
1061
+ #: utils/stcr_upgrade.php:231
1062
+ msgid " It is recommended that you now <strong>deactivate</strong> Comment Reply Notification to prevent confusion between the two plugins."
1063
+ msgstr ""
1064
+
1065
+ #: utils/stcr_upgrade.php:378
1066
+ msgid "<strong>Subscribe to Comments Reloaded:</strong> Plugin options and comment subscription data from the <strong>WP Comment Subscriptions</strong> plugin were detected and automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
1067
+ msgstr ""
1068
+
1069
+ #: utils/stcr_upgrade.php:378
1070
+ msgid " It is recommended that you now <strong>deactivate</strong> WP Comment Subscriptions to prevent confusion between the two plugins."
1071
+ msgstr ""
1072
+
1073
+ #: utils/stcr_upgrade.php:379
1074
+ msgid "If you have subscription data from another plugin (such as Subscribe to Comments or Subscribe to Comments Reloaded < v2.0) that you want to import, you'll need to import that data manually, as only one import routine will ever run to prevent data loss."
1075
+ msgstr ""
1076
+
1077
+ #: utils/stcr_upgrade.php:380
1078
+ msgid "<strong>Note:</strong> If you were previously using the <code>wp_comment_subscriptions_show()</code> function or the <code>[wpcs-subscribe-url]</code> shortcode, you'll need to replace those with <code>subscribe_reloaded_show()</code> and <code>[subscribe-url]</code> respectively."
1079
+ msgstr ""
1080
+
1081
+ #: utils/stcr_upgrade.php:394
1082
+ msgid "<strong>Thank you for installing Subscribe to Comments Reloaded!</strong>."
1083
+ msgstr ""
1084
+
1085
+ #: utils/stcr_upgrade.php:395
1086
+ msgid "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>."
1087
+ msgstr ""
1088
+
1089
+ #: utils/stcr_upgrade.php:396
1090
+ msgid "Please consider to make a donation to support the plugin, you can donate via <a href=\"\n"
1091
+ "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>."
1092
+ msgstr ""
1093
+
1094
+ #: utils/stcr_upgrade.php:398
1095
+ msgid "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for detailed information on plugin changes.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-loading-animation\" src=\""
1096
+ msgstr ""
1097
+
1098
+ #: utils/stcr_upgrade.php:409
1099
+ msgid "<strong>Subscribe to Comments Reloaded</strong> has been updated to version 160106."
1100
+ msgstr ""
1101
+
1102
+ #: utils/stcr_upgrade.php:410
1103
+ msgid "This version includes many changes and fixes to improve your experience with the plugin, including One Click Unsubscribe, Rich Text Editor to create HTML email templates, Subscription Checkbox position, and more!"
1104
+ msgstr ""
1105
+
1106
+ #: utils/stcr_upgrade.php:411 utils/stcr_upgrade.php:426
1107
+ #: utils/stcr_upgrade.php:448 utils/stcr_upgrade.php:471
1108
+ #: utils/stcr_upgrade.php:492
1109
+ msgid "Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a complete list of changes.<a class=\"dismiss\" href=\"#\">Dismiss. </a><img class=\"stcr-loading-animation\" src=\""
1110
+ msgstr ""
1111
+
1112
+ #: utils/stcr_upgrade.php:424
1113
+ msgid "<strong>Subscribe to Comments Reloaded</strong> has been updated to version 160115."
1114
+ msgstr ""
1115
+
1116
+ #: utils/stcr_upgrade.php:425
1117
+ msgid "This version includes fixes to broken links while managing your subscriptions"
1118
+ msgstr ""
1119
+
1120
+ #: utils/stcr_upgrade.php:439
1121
+ msgid "<strong>Subscribe to Comments Reloaded</strong> has been updated to version 160831"
1122
+ msgstr ""
1123
+
1124
+ #: utils/stcr_upgrade.php:440 utils/stcr_upgrade.php:462
1125
+ msgid "This version includes fixes to many bugs and also new features, "
1126
+ msgstr ""
1127
+
1128
+ #: utils/stcr_upgrade.php:442 utils/stcr_upgrade.php:465
1129
+ msgid "<strong>New Feature</strong> Add new option to set the Reply To email address. This will help the subscribers to use the Reply option in their email agents."
1130
+ msgstr ""
1131
+
1132
+ #: utils/stcr_upgrade.php:443 utils/stcr_upgrade.php:466
1133
+ msgid "<strong>New Feature</strong> Improve the Admin Menu for StCR. Replace the StCR menu on the Settings Menu for a new Menu with sub menus for the pages."
1134
+ msgstr ""
1135
+
1136
+ #: utils/stcr_upgrade.php:444 utils/stcr_upgrade.php:467
1137
+ msgid "<strong>New Feature</strong> Safely Uninstall option to Delete the plugin without loosing your subscriptions. You can use this option also for reset all the settings, see the FAQ."
1138
+ msgstr ""
1139
+
1140
+ #: utils/stcr_upgrade.php:445 utils/stcr_upgrade.php:468
1141
+ msgid "<strong>New Feature</strong> Now the WordPress Authors can use the <strong>Subscribe authors</strong> option to autor subscribe to a Custom Post Type."
1142
+ msgstr ""
1143
+
1144
+ #: utils/stcr_upgrade.php:446 utils/stcr_upgrade.php:469
1145
+ msgid "<strong>New Feature</strong> A new field was added under the notification options to and the management link only by email and not to display it on the request link page."
1146
+ msgstr ""
1147
+
1148
+ #: utils/stcr_upgrade.php:461
1149
+ msgid "<strong>Subscribe to Comments Reloaded</strong> has been updated to version 160902"
1150
+ msgstr ""
1151
+
1152
+ #: utils/stcr_upgrade.php:464
1153
+ msgid "<strong>Fix update</strong> this version Fixes some issue trigger by the previous 160831 version."
1154
+ msgstr ""
1155
+
1156
+ #: utils/stcr_upgrade.php:481 wp_subscribe_reloaded.php:122
1157
+ msgid "Settings"
1158
+ msgstr ""
1159
+
1160
+ #: utils/stcr_upgrade.php:485
1161
+ msgid "<strong>Subscribe to Comments Reloaded</strong> has been updated to version 160915"
1162
+ msgstr ""
1163
+
1164
+ #: utils/stcr_upgrade.php:486
1165
+ msgid "This version includes fixes and improvements, "
1166
+ msgstr ""
1167
+
1168
+ #: utils/stcr_upgrade.php:489
1169
+ msgid "<strong>Change</strong> the radio buttons in the management page for a dropdown."
1170
+ msgstr ""
1171
+
1172
+ #: utils/stcr_upgrade.php:490
1173
+ msgid "<strong>Improve</strong> Email validation for empty values and using a regex."
1174
+ msgstr ""
1175
+
1176
+ #: utils/stcr_utils.php:195
1177
+ msgid "StCR Notification"
1178
+ msgstr ""
1179
+
1180
+ #: wp_subscribe_reloaded.php:1094
1181
+ msgid "Don't subscribe"
1182
+ msgstr ""
1183
+
1184
+ #: wp_subscribe_reloaded.php:1095
1185
+ msgid "All"
1186
+ msgstr ""
1187
+
1188
  #~ msgid "Management Page ID"
1189
  #~ msgstr ""
1190
 
options/index.php CHANGED
@@ -1,108 +1,108 @@
1
- <?php
2
- // Avoid direct access to this piece of code
3
- if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
- header( 'Location: /' );
5
- exit;
6
- }
7
-
8
- function subscribe_reloaded_update_option( $_option = '', $_value = '', $_type = '' ) {
9
- if ( ! isset( $_value ) ) {
10
- return true;
11
- }
12
-
13
- // Prevent XSS/CSRF attacks
14
- $_value = stripslashes( $_value );
15
- $_value = esc_attr( $_value ); // esc_attr Will encode all the text.
16
-
17
- switch ( $_type ) {
18
- case 'yesno':
19
- if ( $_value == 'yes' || $_value == 'no' ) {
20
- update_option( 'subscribe_reloaded_' . $_option, $_value );
21
-
22
- return true;
23
- }
24
- break;
25
- case 'integer':
26
- update_option( 'subscribe_reloaded_' . $_option, abs( intval( $_value ) ) );
27
-
28
- return true;
29
- break;
30
- case 'text-html-encode':
31
- update_option( 'subscribe_reloaded_' . $_option, htmlentities( $_value, ENT_QUOTES, 'UTF-8' ) );
32
-
33
- return true;
34
- break;
35
- default:
36
- update_option( 'subscribe_reloaded_' . $_option, $_value );
37
-
38
- return true;
39
- break;
40
- }
41
-
42
- return false;
43
- }
44
-
45
- function subscribe_reloaded_get_option( $_option = '', $_default = '' ) {
46
- $value = get_option( 'subscribe_reloaded_' . $_option, $_default );
47
- $value = html_entity_decode( stripslashes( $value ), ENT_QUOTES, 'UTF-8' );
48
-
49
- return stripslashes( $value );
50
- }
51
-
52
- global $wp_locale;
53
-
54
- // Load localization files
55
- load_plugin_textdomain( 'subscribe-reloaded', false, dirname( plugin_basename( __FILE__ ) ) . '/langs/' );
56
-
57
- // Define the panels
58
- $array_pages = array(
59
- "stcr_manage_subscriptions" => __( 'Manage subscriptions', 'subscribe-reloaded' ),
60
- "stcr_comment_form" => __( 'Comment Form', 'subscribe-reloaded' ),
61
- "stcr_management_page" => __( 'Management Page', 'subscribe-reloaded' ),
62
- "stcr_notifications" => __( 'Notifications', 'subscribe-reloaded' ),
63
- "stcr_options" => __( 'Options', 'subscribe-reloaded' ),
64
- // "stcr_subscribers_emails" => __( 'Subscribers Emails', 'subscribe-reloaded' ),
65
- "stcr_you_can_help" => __( 'You can help', 'subscribe-reloaded' ),
66
- "stcr_support" => __( 'Support', 'subscribe-reloaded' ),
67
- "stcr_donate" => __( 'Donate', 'subscribe-reloaded' )
68
- );
69
-
70
- // // Check for any notification to mark as read
71
- // $notification = isset( $_GET['n'] ) ? $_GET['n'] : '';
72
- // $status = isset( $_GET['status'] ) ? $_GET['status'] : '';
73
-
74
- // if ( ! empty( $notification ) && ! empty( $status ) && ( $status == 'unread' || $status == 'read' ) ) {
75
- // $wp_subscribe_reloaded->stcr->utils->stcr_update_admin_notice_status( $notification, $status );
76
- // }
77
-
78
- $current_page = isset( $_GET['page'] ) ? $_GET['page'] : '';
79
-
80
- // Text direction button-primary
81
- // if ( $wp_locale->text_direction != 'ltr' ) {
82
- // $array_pages = array_reverse( $array_pages, true );
83
- // }
84
-
85
- ?>
86
- <div class="wrap">
87
- <div id="subscribe-to-comments-icon" class="icon32 <?php echo $wp_locale->text_direction ?>"></div>
88
- <h2 class="medium">
89
- <?php
90
- foreach ( $array_pages as $page => $page_desc ) {
91
- echo '<a class="nav-tab nav-tab';
92
- echo ( $current_page == $page ) ? '-active' : '-inactive';
93
- echo ( $current_page == $page && $page == "stcr_donate" ) ? ' donate-tab-active' : '';
94
- if ( $page == "stcr_donate" ){
95
- echo ' donate-tab ';
96
- }
97
- echo '" href="admin.php?page=' . $page . '">' . $page_desc . '</a>';
98
- }
99
- ?>
100
- <div class="clearFix"></div>
101
- </h2>
102
-
103
- <?php
104
- // if ( is_readable( WP_PLUGIN_DIR . "/subscribe-to-comments-reloaded/options/panel$current_panel.php" ) ) {
105
- // require_once WP_PLUGIN_DIR . "/subscribe-to-comments-reloaded/options/panel$current_panel.php";
106
- // }
107
- ?>
108
- </div>
1
+ <?php
2
+ // Avoid direct access to this piece of code
3
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
+ header( 'Location: /' );
5
+ exit;
6
+ }
7
+
8
+ function subscribe_reloaded_update_option( $_option = '', $_value = '', $_type = '' ) {
9
+ if ( ! isset( $_value ) ) {
10
+ return true;
11
+ }
12
+
13
+ // Prevent XSS/CSRF attacks
14
+ $_value = stripslashes( $_value );
15
+ $_value = esc_attr( $_value ); // esc_attr Will encode all the text.
16
+
17
+ switch ( $_type ) {
18
+ case 'yesno':
19
+ if ( $_value == 'yes' || $_value == 'no' ) {
20
+ update_option( 'subscribe_reloaded_' . $_option, $_value );
21
+
22
+ return true;
23
+ }
24
+ break;
25
+ case 'integer':
26
+ update_option( 'subscribe_reloaded_' . $_option, abs( intval( $_value ) ) );
27
+
28
+ return true;
29
+ break;
30
+ case 'text-html-encode':
31
+ update_option( 'subscribe_reloaded_' . $_option, htmlentities( $_value, ENT_QUOTES, 'UTF-8' ) );
32
+
33
+ return true;
34
+ break;
35
+ default:
36
+ update_option( 'subscribe_reloaded_' . $_option, $_value );
37
+
38
+ return true;
39
+ break;
40
+ }
41
+
42
+ return false;
43
+ }
44
+
45
+ function subscribe_reloaded_get_option( $_option = '', $_default = '' ) {
46
+ $value = get_option( 'subscribe_reloaded_' . $_option, $_default );
47
+ $value = html_entity_decode( stripslashes( $value ), ENT_QUOTES, 'UTF-8' );
48
+
49
+ return stripslashes( $value );
50
+ }
51
+
52
+ global $wp_locale;
53
+
54
+ // Load localization files
55
+ load_plugin_textdomain( 'subscribe-reloaded', false, dirname( plugin_basename( __FILE__ ) ) . '/langs/' );
56
+
57
+ // Define the panels
58
+ $array_pages = array(
59
+ "stcr_manage_subscriptions" => __( 'Manage subscriptions', 'subscribe-reloaded' ),
60
+ "stcr_comment_form" => __( 'Comment Form', 'subscribe-reloaded' ),
61
+ "stcr_management_page" => __( 'Management Page', 'subscribe-reloaded' ),
62
+ "stcr_notifications" => __( 'Notifications', 'subscribe-reloaded' ),
63
+ "stcr_options" => __( 'Options', 'subscribe-reloaded' ),
64
+ // "stcr_subscribers_emails" => __( 'Subscribers Emails', 'subscribe-reloaded' ),
65
+ "stcr_you_can_help" => __( 'You can help', 'subscribe-reloaded' ),
66
+ "stcr_support" => __( 'Support', 'subscribe-reloaded' ),
67
+ "stcr_donate" => __( 'Donate', 'subscribe-reloaded' )
68
+ );
69
+
70
+ // // Check for any notification to mark as read
71
+ // $notification = isset( $_GET['n'] ) ? $_GET['n'] : '';
72
+ // $status = isset( $_GET['status'] ) ? $_GET['status'] : '';
73
+
74
+ // if ( ! empty( $notification ) && ! empty( $status ) && ( $status == 'unread' || $status == 'read' ) ) {
75
+ // $wp_subscribe_reloaded->stcr->utils->stcr_update_admin_notice_status( $notification, $status );
76
+ // }
77
+
78
+ $current_page = isset( $_GET['page'] ) ? $_GET['page'] : '';
79
+
80
+ // Text direction button-primary
81
+ // if ( $wp_locale->text_direction != 'ltr' ) {
82
+ // $array_pages = array_reverse( $array_pages, true );
83
+ // }
84
+
85
+ ?>
86
+ <div class="wrap">
87
+ <div id="subscribe-to-comments-icon" class="icon32 <?php echo $wp_locale->text_direction ?>"></div>
88
+ <h2 class="medium">
89
+ <?php
90
+ foreach ( $array_pages as $page => $page_desc ) {
91
+ echo '<a class="nav-tab nav-tab';
92
+ echo ( $current_page == $page ) ? '-active' : '-inactive';
93
+ echo ( $current_page == $page && $page == "stcr_donate" ) ? ' donate-tab-active' : '';
94
+ if ( $page == "stcr_donate" ){
95
+ echo ' donate-tab ';
96
+ }
97
+ echo '" href="admin.php?page=' . $page . '">' . $page_desc . '</a>';
98
+ }
99
+ ?>
100
+ <div class="clearFix"></div>
101
+ </h2>
102
+
103
+ <?php
104
+ // if ( is_readable( WP_PLUGIN_DIR . "/subscribe-to-comments-reloaded/options/panel$current_panel.php" ) ) {
105
+ // require_once WP_PLUGIN_DIR . "/subscribe-to-comments-reloaded/options/panel$current_panel.php";
106
+ // }
107
+ ?>
108
+ </div>
options/panel1-add-subscription.php CHANGED
@@ -1,32 +1,32 @@
1
- <?php
2
- if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
3
- header( 'Location: /' );
4
- exit;
5
- }
6
- ?>
7
- <div class="postbox">
8
- <h3><?php _e( 'Add New Subscription', 'subscribe-reloaded' ) ?></h3>
9
-
10
- <form action="" method="post" id="update_address_form"
11
- onsubmit="if (this.srp.value == '' || this.sre.value == '') return false;">
12
- <fieldset style="border:0">
13
- <p><?php _e( 'Post:', 'subscribe-reloaded' );
14
- echo ' <strong>' . get_the_title( intval( $_GET['srp'] ) ) . " (" . intval( $_GET['srp'] ) . ")"; ?></strong></p>
15
-
16
- <p class="liquid"><label for='sre'><?php _e( 'Email', 'subscribe-reloaded' ) ?></label>
17
- <input readonly='readonly' type='text' size='30' name='sre' id='sre' value='<?php echo esc_attr($_GET['sre']) ?>' />
18
- </p>
19
-
20
- <p class="liquid"><label for='srs'><?php _e( 'Status', 'subscribe-reloaded' ) ?></label>
21
- <select name="srs" id="srs">
22
- <option value='Y'><?php _e( 'Active', 'subscribe-reloaded' ) ?></option>
23
- <option value='R'><?php _e( 'Replies only', 'subscribe-reloaded' ) ?></option>
24
- <option value='YC'><?php _e( 'Ask user to confirm', 'subscribe-reloaded' ) ?></option>
25
- </select>
26
- <input type='submit' class='subscribe-form-button' value='<?php _e( 'Update', 'subscribe-reloaded' ) ?>' />
27
- </p>
28
- <input type='hidden' name='sra' value='add' />
29
- <input type='hidden' name='srp' value='<?php echo intval( $_GET['srp'] ) ?>' />
30
- </fieldset>
31
- </form>
32
- </div>
1
+ <?php
2
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
3
+ header( 'Location: /' );
4
+ exit;
5
+ }
6
+ ?>
7
+ <div class="postbox">
8
+ <h3><?php _e( 'Add New Subscription', 'subscribe-reloaded' ) ?></h3>
9
+
10
+ <form action="" method="post" id="update_address_form"
11
+ onsubmit="if (this.srp.value == '' || this.sre.value == '') return false;">
12
+ <fieldset style="border:0">
13
+ <p><?php _e( 'Post:', 'subscribe-reloaded' );
14
+ echo ' <strong>' . get_the_title( intval( $_GET['srp'] ) ) . " (" . intval( $_GET['srp'] ) . ")"; ?></strong></p>
15
+
16
+ <p class="liquid"><label for='sre'><?php _e( 'Email', 'subscribe-reloaded' ) ?></label>
17
+ <input readonly='readonly' type='text' size='30' name='sre' id='sre' value='<?php echo esc_attr($_GET['sre']) ?>' />
18
+ </p>
19
+
20
+ <p class="liquid"><label for='srs'><?php _e( 'Status', 'subscribe-reloaded' ) ?></label>
21
+ <select name="srs" id="srs">
22
+ <option value='Y'><?php _e( 'Active', 'subscribe-reloaded' ) ?></option>
23
+ <option value='R'><?php _e( 'Replies only', 'subscribe-reloaded' ) ?></option>
24
+ <option value='YC'><?php _e( 'Ask user to confirm', 'subscribe-reloaded' ) ?></option>
25
+ </select>
26
+ <input type='submit' class='subscribe-form-button' value='<?php _e( 'Update', 'subscribe-reloaded' ) ?>' />
27
+ </p>
28
+ <input type='hidden' name='sra' value='add' />
29
+ <input type='hidden' name='srp' value='<?php echo intval( $_GET['srp'] ) ?>' />
30
+ </fieldset>
31
+ </form>
32
+ </div>
options/panel1-business-logic.php CHANGED
@@ -1,115 +1,115 @@
1
- <?php
2
- // Avoid direct access to this piece of code
3
- if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
- header( 'Location: /' );
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' );
95
- $operator = ! empty( $_POST['srt'] ) ? $_POST['srt'] : ( ! empty( $_GET['srt'] ) ? $_GET['srt'] : 'contains' );
96
- $search_value = ! empty( $_POST['srv'] ) ? $_POST['srv'] : ( ! empty( $_GET['srv'] ) ? $_GET['srv'] : '@' );
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 ) );
104
-
105
- $count_results = count( $subscriptions ); // 0 if $results is null
106
- $ending_to = min( $count_total, $offset + $limit_results );
107
- $previous_link = $next_link = '';
108
- if ( $offset > 0 ) {
109
- $new_starting = ( $offset > $limit_results ) ? $offset - $limit_results : 0;
110
- $previous_link = "<a href='admin.php?page=stcr_manage_subscriptions&amp;srf=$search_field&amp;srt=" . urlencode( $operator ) . "&amp;srv=$search_value&amp;srob=$order_by&amp;sro=$order&amp;srsf=$new_starting&amp;srrp=$limit_results'>" . __( '&laquo; Previous', 'subscribe-reloaded' ) . "</a> ";
111
- }
112
- if ( ( $ending_to < $count_total ) && ( $count_results > 0 ) ) {
113
- $new_starting = $offset + $limit_results;
114
- $next_link = "<a href='admin.php?page=stcr_manage_subscriptions&amp;srf=$search_field&amp;srt=" . urlencode( $operator ) . "&amp;srv=$search_value&amp;srob=$order_by&amp;sro=$order&amp;srsf=$new_starting&amp;srrp=$limit_results'>" . __( 'Next &raquo;', 'subscribe-reloaded' ) . "</a> ";
115
- }
1
+ <?php
2
+ // Avoid direct access to this piece of code
3
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
+ header( 'Location: /' );
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' );
95
+ $operator = ! empty( $_POST['srt'] ) ? $_POST['srt'] : ( ! empty( $_GET['srt'] ) ? $_GET['srt'] : 'contains' );
96
+ $search_value = ! empty( $_POST['srv'] ) ? $_POST['srv'] : ( ! empty( $_GET['srv'] ) ? $_GET['srv'] : '@' );
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 ) );
104
+
105
+ $count_results = count( $subscriptions ); // 0 if $results is null
106
+ $ending_to = min( $count_total, $offset + $limit_results );
107
+ $previous_link = $next_link = '';
108
+ if ( $offset > 0 ) {
109
+ $new_starting = ( $offset > $limit_results ) ? $offset - $limit_results : 0;
110
+ $previous_link = "<a href='admin.php?page=stcr_manage_subscriptions&amp;srf=$search_field&amp;srt=" . urlencode( $operator ) . "&amp;srv=$search_value&amp;srob=$order_by&amp;sro=$order&amp;srsf=$new_starting&amp;srrp=$limit_results'>" . __( '&laquo; Previous', 'subscribe-reloaded' ) . "</a> ";
111
+ }
112
+ if ( ( $ending_to < $count_total ) && ( $count_results > 0 ) ) {
113
+ $new_starting = $offset + $limit_results;
114
+ $next_link = "<a href='admin.php?page=stcr_manage_subscriptions&amp;srf=$search_field&amp;srt=" . urlencode( $operator ) . "&amp;srv=$search_value&amp;srob=$order_by&amp;sro=$order&amp;srsf=$new_starting&amp;srrp=$limit_results'>" . __( 'Next &raquo;', 'subscribe-reloaded' ) . "</a> ";
115
+ }
options/panel1-edit-subscription.php CHANGED
@@ -1,39 +1,39 @@
1
- <?php
2
- if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
3
- header( 'Location: /' );
4
- exit;
5
- }
6
- ?>
7
- <div class="postbox">
8
- <h3><?php _e( 'Update Subscription', 'subscribe-reloaded' ) ?></h3>
9
-
10
- <form action="" method="post" id="update_address_form"
11
- onsubmit="if (this.sre.value != '<?php _e( 'optional', 'subscribe-reloaded' ) ?>') return confirm('<?php _e( 'Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded' ) ?>')">
12
- <fieldset style="border:0">
13
- <p><?php _e( 'Post:', 'subscribe-reloaded' );
14
- echo ' <strong>' . get_the_title( intval( $_GET['srp'] ) ) . " (" . intval( $_GET['srp'] ) . ")"; ?></strong></p>
15
-
16
- <p class="liquid"><label for='oldsre'><?php _e( 'From', 'subscribe-reloaded' ) ?></label>
17
- <input readonly='readonly' type='text' size='30' name='oldsre' id='oldsre' value='<?php echo esc_attr($_GET['sre']) ?>' />
18
- </p>
19
-
20
- <p class="liquid"><label for='sre'><?php _e( 'To', 'subscribe-reloaded' ) ?></label>
21
- <input type='text' size='30' name='sre' id='sre' value='<?php _e( 'optional', 'subscribe-reloaded' ) ?>' style="color:#ccc"
22
- onfocus='if (this.value == "<?php _e( 'optional', 'subscribe-reloaded' ) ?>") this.value="";this.style.color="#000"'
23
- onblur='if (this.value == ""){this.value="<?php _e( 'optional', 'subscribe-reloaded' ) ?>";this.style.color="#ccc"}' />
24
- </p>
25
-
26
- <p class="liquid"><label for='srs'><?php _e( 'Status', 'subscribe-reloaded' ) ?></label>
27
- <select name="srs" id="srs">
28
- <option value=''><?php _e( 'Keep unchanged', 'subscribe-reloaded' ) ?></option>
29
- <option value='Y'><?php _e( 'Active', 'subscribe-reloaded' ) ?></option>
30
- <option value='R'><?php _e( 'Replies only', 'subscribe-reloaded' ) ?></option>
31
- <option value='C'><?php _e( 'Suspended', 'subscribe-reloaded' ) ?></option>
32
- </select>
33
- <input type='submit' class='subscribe-form-button' value='<?php _e( 'Update', 'subscribe-reloaded' ) ?>' />
34
- </p>
35
- <input type='hidden' name='sra' value='edit' />
36
- <input type='hidden' name='srp' value='<?php echo intval( $_GET['srp'] ) ?>' />
37
- </fieldset>
38
- </form>
39
- </div>
1
+ <?php
2
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
3
+ header( 'Location: /' );
4
+ exit;
5
+ }
6
+ ?>
7
+ <div class="postbox">
8
+ <h3><?php _e( 'Update Subscription', 'subscribe-reloaded' ) ?></h3>
9
+
10
+ <form action="" method="post" id="update_address_form"
11
+ onsubmit="if (this.sre.value != '<?php _e( 'optional', 'subscribe-reloaded' ) ?>') return confirm('<?php _e( 'Please remember: this operation cannot be undone. Are you sure you want to proceed?', 'subscribe-reloaded' ) ?>')">
12
+ <fieldset style="border:0">
13
+ <p><?php _e( 'Post:', 'subscribe-reloaded' );
14
+ echo ' <strong>' . get_the_title( intval( $_GET['srp'] ) ) . " (" . intval( $_GET['srp'] ) . ")"; ?></strong></p>
15
+
16
+ <p class="liquid"><label for='oldsre'><?php _e( 'From', 'subscribe-reloaded' ) ?></label>
17
+ <input readonly='readonly' type='text' size='30' name='oldsre' id='oldsre' value='<?php echo esc_attr($_GET['sre']) ?>' />
18
+ </p>
19
+
20
+ <p class="liquid"><label for='sre'><?php _e( 'To', 'subscribe-reloaded' ) ?></label>
21
+ <input type='text' size='30' name='sre' id='sre' value='<?php _e( 'optional', 'subscribe-reloaded' ) ?>' style="color:#ccc"
22
+ onfocus='if (this.value == "<?php _e( 'optional', 'subscribe-reloaded' ) ?>") this.value="";this.style.color="#000"'
23
+ onblur='if (this.value == ""){this.value="<?php _e( 'optional', 'subscribe-reloaded' ) ?>";this.style.color="#ccc"}' />
24
+ </p>
25
+
26
+ <p class="liquid"><label for='srs'><?php _e( 'Status', 'subscribe-reloaded' ) ?></label>
27
+ <select name="srs" id="srs">
28
+ <option value=''><?php _e( 'Keep unchanged', 'subscribe-reloaded' ) ?></option>
29
+ <option value='Y'><?php _e( 'Active', 'subscribe-reloaded' ) ?></option>
30
+ <option value='R'><?php _e( 'Replies only', 'subscribe-reloaded' ) ?></option>
31
+ <option value='C'><?php _e( 'Suspended', 'subscribe-reloaded' ) ?></option>
32
+ </select>
33
+ <input type='submit' class='subscribe-form-button' value='<?php _e( 'Update', 'subscribe-reloaded' ) ?>' />
34
+ </p>
35
+ <input type='hidden' name='sra' value='edit' />
36
+ <input type='hidden' name='srp' value='<?php echo intval( $_GET['srp'] ) ?>' />
37
+ </fieldset>
38
+ </form>
39
+ </div>
options/panel2.php CHANGED
@@ -1,232 +1,232 @@
1
- <?php
2
- // Avoid direct access to this piece of code
3
- if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
- header( 'Location: /' );
5
- exit;
6
- }
7
-
8
- // Update options
9
- if ( isset( $_POST['options'] ) ) {
10
- $faulty_fields = '';
11
- if ( isset( $_POST['options']['show_subscription_box'] ) && ! subscribe_reloaded_update_option( 'show_subscription_box', $_POST['options']['show_subscription_box'], 'yesno' ) ) {
12
- $faulty_fields = __( 'Enable default checkbox', 'subscribe-reloaded' ) . ', ';
13
- }
14
- if ( isset( $_POST['options']['checked_by_default'] ) && ! subscribe_reloaded_update_option( 'checked_by_default', $_POST['options']['checked_by_default'], 'yesno' ) ) {
15
- $faulty_fields = __( 'Checked by default', 'subscribe-reloaded' ) . ', ';
16
- }
17
- if ( isset( $_POST['options']['checked_by_default_value'] ) && ! subscribe_reloaded_update_option( 'checked_by_default_value', $_POST['options']['checked_by_default_value'], 'integer' ) ) {
18
- $faulty_fields = __( 'Checked by default Value', 'subscribe-reloaded' ) . ', ';
19
- }
20
- if ( isset( $_POST['options']['enable_advanced_subscriptions'] ) && ! subscribe_reloaded_update_option( 'enable_advanced_subscriptions', $_POST['options']['enable_advanced_subscriptions'], 'yesno' ) ) {
21
- $faulty_fields = __( 'Advanced subscription', 'subscribe-reloaded' ) . ', ';
22
- }
23
- if ( isset( $_POST['options']['default_subscription_type'] ) && ! subscribe_reloaded_update_option( 'default_subscription_type', $_POST['options']['default_subscription_type'], 'integer' ) ) {
24
- $faulty_fields = __( 'Advanced subscription', 'subscribe-reloaded' ) . ', ';
25
- }
26
- if ( isset( $_POST['options']['checkbox_inline_style'] ) && ! subscribe_reloaded_update_option( 'checkbox_inline_style', $_POST['options']['checkbox_inline_style'], 'text-no-encode' ) ) {
27
- $faulty_fields = __( 'Custom inline style', 'subscribe-reloaded' ) . ', ';
28
- }
29
- if ( isset( $_POST['options']['checkbox_html'] ) && ! subscribe_reloaded_update_option( 'checkbox_html', $_POST['options']['checkbox_html'], 'text-no-encode' ) ) {
30
- $faulty_fields = __( 'Custom HTML', 'subscribe-reloaded' ) . ', ';
31
- }
32
- // default_subscription_type
33
- if ( isset( $_POST['options']['checkbox_label'] ) && ! subscribe_reloaded_update_option( 'checkbox_label', $_POST['options']['checkbox_label'], 'text-no-encode' ) ) {
34
- $faulty_fields = __( 'Checkbox label', 'subscribe-reloaded' ) . ', ';
35
- }
36
- if ( isset( $_POST['options']['subscribed_label'] ) && ! subscribe_reloaded_update_option( 'subscribed_label', $_POST['options']['subscribed_label'], 'text-no-encode' ) ) {
37
- $faulty_fields = __( 'Subscribed label', 'subscribe-reloaded' ) . ', ';
38
- }
39
- if ( isset( $_POST['options']['subscribed_waiting_label'] ) && ! subscribe_reloaded_update_option( 'subscribed_waiting_label', $_POST['options']['subscribed_waiting_label'], 'text-no-encode' ) ) {
40
- $faulty_fields = __( 'Awaiting label', 'subscribe-reloaded' ) . ', ';
41
- }
42
- if ( isset( $_POST['options']['author_label'] ) && ! subscribe_reloaded_update_option( 'author_label', $_POST['options']['author_label'], 'text-no-encode' ) ) {
43
- $faulty_fields = __( 'Author label', 'subscribe-reloaded' ) . ', ';
44
- }
45
-
46
- // Display an alert in the admin interface if something went wrong
47
- echo '<div class="updated fade"><p>';
48
- if ( empty( $faulty_fields ) ) {
49
- _e( 'Your settings have been successfully updated.', 'subscribe-reloaded' );
50
- } else {
51
- _e( 'There was an error updating the following fields:', 'subscribe-reloaded' );
52
- echo ' <strong>' . substr( $faulty_fields, 0, - 2 ) . '</strong>';
53
- }
54
- echo "</p></div>\n";
55
- }
56
- ?>
57
- <form action="" method="post">
58
- <h3><?php _e( 'Options', 'subscribe-reloaded' ) ?></h3>
59
- <table class="form-table <?php echo $wp_locale->text_direction ?>">
60
- <tbody>
61
- <tr>
62
- <th scope="row">
63
- <label for="show_subscription_box"><?php _e( 'Enable default checkbox', 'subscribe-reloaded' ) ?></label>
64
- </th>
65
- <td>
66
- <input type="radio" name="options[show_subscription_box]" id="show_subscription_box" value="yes"<?php echo ( subscribe_reloaded_get_option( 'show_subscription_box' ) == 'yes' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Yes', 'subscribe-reloaded' ) ?> &nbsp; &nbsp; &nbsp;
67
- <input type="radio" name="options[show_subscription_box]" value="no" <?php echo ( subscribe_reloaded_get_option( 'show_subscription_box' ) == 'no' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'No', 'subscribe-reloaded' ) ?>
68
- <div class="description"><?php _e( 'Disable this option if you want to move the subscription checkbox to a different place on your page.', 'subscribe-reloaded' ); ?></div>
69
- </td>
70
- </tr>
71
- <tr>
72
- <th scope="row">
73
- <label for="checked_by_default"><?php _e( 'Checked by default', 'subscribe-reloaded' ) ?></label>
74
- </th>
75
- <td>
76
- <input type="radio" name="options[checked_by_default]" id="checked_by_default" value="yes"<?php echo ( subscribe_reloaded_get_option( 'checked_by_default' ) == 'yes' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Yes', 'subscribe-reloaded' ) ?> &nbsp; &nbsp; &nbsp;
77
- <input type="radio" name="options[checked_by_default]" value="no" <?php echo ( subscribe_reloaded_get_option( 'checked_by_default' ) == 'no' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'No', 'subscribe-reloaded' ) ?>
78
- <div class="description"><?php _e( 'Decide if the checkbox should be checked by default or not.', 'subscribe-reloaded' ); ?></div>
79
- </td>
80
- </tr>
81
- <?php
82
- // This option will be visible only when the Checkbox option is enable
83
- if ( subscribe_reloaded_get_option( 'checked_by_default' ) == 'yes') :
84
- ?>
85
- <tr>
86
- <th scope="row">
87
- <label for="checked_by_default_value"><?php _e( 'Default Checkbox Value', 'subscribe-reloaded' ) ?></label>
88
- </th>
89
- <td>
90
- <select name="options[checked_by_default_value]" id="checked_by_default_value">
91
- <option value="0" <?php echo ( subscribe_reloaded_get_option( 'checked_by_default_value' ) === '0' ) ? "selected='selected'" : ''; ?>><?php _e( 'All new comments', 'subscribe-reloaded' ); ?></option>
92
- <option value="1" <?php echo ( subscribe_reloaded_get_option( 'checked_by_default_value' ) === '1' ) ? "selected='selected'" : ''; ?>><?php _e( 'Replies to this comment', 'subscribe-reloaded' ); ?></option>
93
- </select>
94
- <div class="description"><?php _e( 'Select the default option for the Checkbox. Be careful! Some users might like to be subscribed to all the post.', 'subscribe-reloaded' ); ?></div>
95
- </td>
96
- </tr>
97
- <?php else :
98
- echo "<input type='hidden' name='options[checked_by_default_value]' value = '0'>";
99
- endif; ?>
100
- <tr>
101
- <th scope="row">
102
- <label for="enable_advanced_subscriptions"><?php _e( 'Advanced subscription', 'subscribe-reloaded' ) ?></label>
103
- </th>
104
- <td>
105
- <input type="radio" name="options[enable_advanced_subscriptions]" id="enable_advanced_subscriptions" value="yes"<?php echo ( subscribe_reloaded_get_option( 'enable_advanced_subscriptions' ) == 'yes' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Yes', 'subscribe-reloaded' ) ?> &nbsp; &nbsp; &nbsp;
106
- <input type="radio" name="options[enable_advanced_subscriptions]" value="no" <?php echo ( subscribe_reloaded_get_option( 'enable_advanced_subscriptions' ) == 'no' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'No', 'subscribe-reloaded' ) ?>
107
- <div class="description"><?php _e( 'Allow users to choose from different subscription types (all, replies only).', 'subscribe-reloaded' ); ?></div>
108
- </td>
109
- </tr>
110
- <?php
111
- // Make sure that the default subscription type is visible only when advance subscriptions are enable
112
- if ( subscribe_reloaded_get_option( 'enable_advanced_subscriptions' ) == 'yes' ): ?>
113
- <tr>
114
- <th scope="row">
115
- <label for="default_subscription_type"><?php _e( 'Advanced default', 'subscribe-reloaded' ) ?></label>
116
- </th>
117
- <td>
118
- <select name="options[default_subscription_type]" id="default_subscription_type">
119
- <option value="0" <?php echo ( subscribe_reloaded_get_option( 'default_subscription_type' ) === '0' ) ? "selected='selected'" : ''; ?>><?php _e( 'None', 'subscribe-reloaded' ); ?></option>
120
- <option value="1" <?php echo ( subscribe_reloaded_get_option( 'default_subscription_type' ) === '1' ) ? "selected='selected'" : ''; ?>><?php _e( 'All new comments', 'subscribe-reloaded' ); ?></option>
121
- <option value="2" <?php echo ( subscribe_reloaded_get_option( 'default_subscription_type' ) === '2' ) ? "selected='selected'" : ''; ?>><?php _e( 'Replies to this comment', 'subscribe-reloaded' ); ?></option>
122
- </select>
123
-
124
- <div class="description"><?php _e( 'The default subscription type that should be selected when Advanced subscriptions are enable.', 'subscribe-reloaded' ); ?></div>
125
- </td>
126
- </tr>
127
- <?php endif; ?>
128
- <tr>
129
- <th scope="row">
130
- <label for="checkbox_inline_style"><?php _e( 'Custom inline style', 'subscribe-reloaded' ) ?></label>
131
- </th>
132
- <td>
133
- <input type="text" name="options[checkbox_inline_style]" id="checkbox_inline_style" value="<?php echo subscribe_reloaded_get_option( 'checkbox_inline_style' ); ?>" size="20">
134
-
135
- <div class="description"><?php _e( 'Custom inline CSS to add to the checkbox.', 'subscribe-reloaded' ); ?></div>
136
- </td>
137
- </tr>
138
- <tr>
139
- <th scope="row"><label for="checkbox_html"><?php _e( 'Custom HTML', 'subscribe-reloaded' ) ?></label></th>
140
- <td>
141
- <?php
142
- $id_checkbox_html = "checkbox_html";
143
- $args_notificationContent = array(
144
- "media_buttons" => false,
145
- "textarea_rows" => 5,
146
- "teeny" => true,
147
- "textarea_name" => "options[{$id_checkbox_html}]",
148
- "tinymce" => false
149
- );
150
- wp_editor( subscribe_reloaded_get_option( $id_checkbox_html ), $id_checkbox_html, $args_notificationContent );
151
- ?>
152
- <div class="description"><?php _e( 'Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]', 'subscribe-reloaded' ); ?></div>
153
- </td>
154
- </tr>
155
- </tbody>
156
- </table>
157
-
158
- <h3><?php _e( 'Messages for your visitors', 'subscribe-reloaded' ) ?></h3>
159
- <table class="form-table <?php echo $wp_locale->text_direction ?>">
160
- <tbody>
161
- <tr>
162
- <th scope="row"><label for="checkbox_label"><?php _e( 'Default label', 'subscribe-reloaded' ) ?></label>
163
- </th>
164
- <td>
165
- <?php
166
- $id_checkbox_label = "checkbox_label";
167
- $args_notificationContent = array(
168
- "media_buttons" => false,
169
- "textarea_rows" => 3,
170
- "teeny" => true,
171
- "textarea_name" => "options[{$id_checkbox_label}]"
172
- );
173
- wp_editor( subscribe_reloaded_get_option( $id_checkbox_label ), $id_checkbox_label, $args_notificationContent );
174
- ?>
175
- <div class="description"><?php _e( 'Label associated to the checkbox. Allowed tag: [subscribe_link]', 'subscribe-reloaded' ); ?></div>
176
- </td>
177
- </tr>
178
- <tr>
179
- <th scope="row">
180
- <label for="subscribed_label"><?php _e( 'Subscribed label', 'subscribe-reloaded' ) ?></label></th>
181
- <td>
182
- <?php
183
- $id_subscribed_label = "subscribed_label";
184
- $args_notificationContent = array(
185
- "media_buttons" => false,
186
- "textarea_rows" => 3,
187
- "teeny" => true,
188
- "textarea_name" => "options[{$id_subscribed_label}]"
189
- );
190
- wp_editor( subscribe_reloaded_get_option( $id_subscribed_label ), $id_subscribed_label, $args_notificationContent );
191
- ?>
192
- <div class="description"><?php _e( 'Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]', 'subscribe-reloaded' ); ?></div>
193
- </td>
194
- </tr>
195
- <tr>
196
- <th scope="row">
197
- <label for="subscribed_waiting_label"><?php _e( 'Pending label', 'subscribe-reloaded' ) ?></label></th>
198
- <td>
199
- <?php
200
- $id_subscribed_waiting_label = "subscribed_waiting_label";
201
- $args_notificationContent = array(
202
- "media_buttons" => false,
203
- "textarea_rows" => 3,
204
- "teeny" => true,
205
- "textarea_name" => "options[{$id_subscribed_waiting_label}]"
206
- );
207
- wp_editor( subscribe_reloaded_get_option( $id_subscribed_waiting_label ), $id_subscribed_waiting_label, $args_notificationContent );
208
- ?>
209
- <div class="description"><?php _e( "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]", 'subscribe-reloaded' ); ?></div>
210
- </td>
211
- </tr>
212
- <tr>
213
- <th scope="row"><label for="author_label"><?php _e( 'Author label', 'subscribe-reloaded' ) ?></label></th>
214
- <td>
215
- <?php
216
- $id_author_label = "author_label";
217
- $args_notificationContent = array(
218
- "media_buttons" => false,
219
- "textarea_rows" => 3,
220
- "teeny" => true,
221
- "textarea_name" => "options[{$id_author_label}]"
222
- );
223
- wp_editor( subscribe_reloaded_get_option( $id_author_label ), $id_author_label, $args_notificationContent );
224
- ?>
225
- <div class="description"><?php _e( 'Label shown to authors (and administrators). Allowed tag: [manager_link]', 'subscribe-reloaded' ); ?></div>
226
- </td>
227
- </tr>
228
- </tbody>
229
- </table>
230
- <p class="submit"><input type="submit" value="<?php _e( 'Save Changes' ) ?>" class="button-primary" name="Submit">
231
- </p>
232
- </form>
1
+ <?php
2
+ // Avoid direct access to this piece of code
3
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
+ header( 'Location: /' );
5
+ exit;
6
+ }
7
+
8
+ // Update options
9
+ if ( isset( $_POST['options'] ) ) {
10
+ $faulty_fields = '';
11
+ if ( isset( $_POST['options']['show_subscription_box'] ) && ! subscribe_reloaded_update_option( 'show_subscription_box', $_POST['options']['show_subscription_box'], 'yesno' ) ) {
12
+ $faulty_fields = __( 'Enable default checkbox', 'subscribe-reloaded' ) . ', ';
13
+ }
14
+ if ( isset( $_POST['options']['checked_by_default'] ) && ! subscribe_reloaded_update_option( 'checked_by_default', $_POST['options']['checked_by_default'], 'yesno' ) ) {
15
+ $faulty_fields = __( 'Checked by default', 'subscribe-reloaded' ) . ', ';
16
+ }
17
+ if ( isset( $_POST['options']['checked_by_default_value'] ) && ! subscribe_reloaded_update_option( 'checked_by_default_value', $_POST['options']['checked_by_default_value'], 'integer' ) ) {
18
+ $faulty_fields = __( 'Checked by default Value', 'subscribe-reloaded' ) . ', ';
19
+ }
20
+ if ( isset( $_POST['options']['enable_advanced_subscriptions'] ) && ! subscribe_reloaded_update_option( 'enable_advanced_subscriptions', $_POST['options']['enable_advanced_subscriptions'], 'yesno' ) ) {
21
+ $faulty_fields = __( 'Advanced subscription', 'subscribe-reloaded' ) . ', ';
22
+ }
23
+ if ( isset( $_POST['options']['default_subscription_type'] ) && ! subscribe_reloaded_update_option( 'default_subscription_type', $_POST['options']['default_subscription_type'], 'integer' ) ) {
24
+ $faulty_fields = __( 'Advanced subscription', 'subscribe-reloaded' ) . ', ';
25
+ }
26
+ if ( isset( $_POST['options']['checkbox_inline_style'] ) && ! subscribe_reloaded_update_option( 'checkbox_inline_style', $_POST['options']['checkbox_inline_style'], 'text-no-encode' ) ) {
27
+ $faulty_fields = __( 'Custom inline style', 'subscribe-reloaded' ) . ', ';
28
+ }
29
+ if ( isset( $_POST['options']['checkbox_html'] ) && ! subscribe_reloaded_update_option( 'checkbox_html', $_POST['options']['checkbox_html'], 'text-no-encode' ) ) {
30
+ $faulty_fields = __( 'Custom HTML', 'subscribe-reloaded' ) . ', ';
31
+ }
32
+ // default_subscription_type
33
+ if ( isset( $_POST['options']['checkbox_label'] ) && ! subscribe_reloaded_update_option( 'checkbox_label', $_POST['options']['checkbox_label'], 'text-no-encode' ) ) {
34
+ $faulty_fields = __( 'Checkbox label', 'subscribe-reloaded' ) . ', ';
35
+ }
36
+ if ( isset( $_POST['options']['subscribed_label'] ) && ! subscribe_reloaded_update_option( 'subscribed_label', $_POST['options']['subscribed_label'], 'text-no-encode' ) ) {
37
+ $faulty_fields = __( 'Subscribed label', 'subscribe-reloaded' ) . ', ';
38
+ }
39
+ if ( isset( $_POST['options']['subscribed_waiting_label'] ) && ! subscribe_reloaded_update_option( 'subscribed_waiting_label', $_POST['options']['subscribed_waiting_label'], 'text-no-encode' ) ) {
40
+ $faulty_fields = __( 'Awaiting label', 'subscribe-reloaded' ) . ', ';
41
+ }
42
+ if ( isset( $_POST['options']['author_label'] ) && ! subscribe_reloaded_update_option( 'author_label', $_POST['options']['author_label'], 'text-no-encode' ) ) {
43
+ $faulty_fields = __( 'Author label', 'subscribe-reloaded' ) . ', ';
44
+ }
45
+
46
+ // Display an alert in the admin interface if something went wrong
47
+ echo '<div class="updated fade"><p>';
48
+ if ( empty( $faulty_fields ) ) {
49
+ _e( 'Your settings have been successfully updated.', 'subscribe-reloaded' );
50
+ } else {
51
+ _e( 'There was an error updating the following fields:', 'subscribe-reloaded' );
52
+ echo ' <strong>' . substr( $faulty_fields, 0, - 2 ) . '</strong>';
53
+ }
54
+ echo "</p></div>\n";
55
+ }
56
+ ?>
57
+ <form action="" method="post">
58
+ <h3><?php _e( 'Options', 'subscribe-reloaded' ) ?></h3>
59
+ <table class="form-table <?php echo $wp_locale->text_direction ?>">
60
+ <tbody>
61
+ <tr>
62
+ <th scope="row">
63
+ <label for="show_subscription_box"><?php _e( 'Enable default checkbox', 'subscribe-reloaded' ) ?></label>
64
+ </th>
65
+ <td>
66
+ <input type="radio" name="options[show_subscription_box]" id="show_subscription_box" value="yes"<?php echo ( subscribe_reloaded_get_option( 'show_subscription_box' ) == 'yes' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Yes', 'subscribe-reloaded' ) ?> &nbsp; &nbsp; &nbsp;
67
+ <input type="radio" name="options[show_subscription_box]" value="no" <?php echo ( subscribe_reloaded_get_option( 'show_subscription_box' ) == 'no' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'No', 'subscribe-reloaded' ) ?>
68
+ <div class="description"><?php _e( 'Disable this option if you want to move the subscription checkbox to a different place on your page.', 'subscribe-reloaded' ); ?></div>
69
+ </td>
70
+ </tr>
71
+ <tr>
72
+ <th scope="row">
73
+ <label for="checked_by_default"><?php _e( 'Checked by default', 'subscribe-reloaded' ) ?></label>
74
+ </th>
75
+ <td>
76
+ <input type="radio" name="options[checked_by_default]" id="checked_by_default" value="yes"<?php echo ( subscribe_reloaded_get_option( 'checked_by_default' ) == 'yes' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Yes', 'subscribe-reloaded' ) ?> &nbsp; &nbsp; &nbsp;
77
+ <input type="radio" name="options[checked_by_default]" value="no" <?php echo ( subscribe_reloaded_get_option( 'checked_by_default' ) == 'no' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'No', 'subscribe-reloaded' ) ?>
78
+ <div class="description"><?php _e( 'Decide if the checkbox should be checked by default or not.', 'subscribe-reloaded' ); ?></div>
79
+ </td>
80
+ </tr>
81
+ <?php
82
+ // This option will be visible only when the Checkbox option is enable
83
+ if ( subscribe_reloaded_get_option( 'checked_by_default' ) == 'yes') :
84
+ ?>
85
+ <tr>
86
+ <th scope="row">
87
+ <label for="checked_by_default_value"><?php _e( 'Default Checkbox Value', 'subscribe-reloaded' ) ?></label>
88
+ </th>
89
+ <td>
90
+ <select name="options[checked_by_default_value]" id="checked_by_default_value">
91
+ <option value="0" <?php echo ( subscribe_reloaded_get_option( 'checked_by_default_value' ) === '0' ) ? "selected='selected'" : ''; ?>><?php _e( 'All new comments', 'subscribe-reloaded' ); ?></option>
92
+ <option value="1" <?php echo ( subscribe_reloaded_get_option( 'checked_by_default_value' ) === '1' ) ? "selected='selected'" : ''; ?>><?php _e( 'Replies to this comment', 'subscribe-reloaded' ); ?></option>
93
+ </select>
94
+ <div class="description"><?php _e( 'Select the default option for the Checkbox. Be careful! Some users might like to be subscribed to all the post.', 'subscribe-reloaded' ); ?></div>
95
+ </td>
96
+ </tr>
97
+ <?php else :
98
+ echo "<input type='hidden' name='options[checked_by_default_value]' value = '0'>";
99
+ endif; ?>
100
+ <tr>
101
+ <th scope="row">
102
+ <label for="enable_advanced_subscriptions"><?php _e( 'Advanced subscription', 'subscribe-reloaded' ) ?></label>
103
+ </th>
104
+ <td>
105
+ <input type="radio" name="options[enable_advanced_subscriptions]" id="enable_advanced_subscriptions" value="yes"<?php echo ( subscribe_reloaded_get_option( 'enable_advanced_subscriptions' ) == 'yes' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Yes', 'subscribe-reloaded' ) ?> &nbsp; &nbsp; &nbsp;
106
+ <input type="radio" name="options[enable_advanced_subscriptions]" value="no" <?php echo ( subscribe_reloaded_get_option( 'enable_advanced_subscriptions' ) == 'no' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'No', 'subscribe-reloaded' ) ?>
107
+ <div class="description"><?php _e( 'Allow users to choose from different subscription types (all, replies only).', 'subscribe-reloaded' ); ?></div>
108
+ </td>
109
+ </tr>
110
+ <?php
111
+ // Make sure that the default subscription type is visible only when advance subscriptions are enable
112
+ if ( subscribe_reloaded_get_option( 'enable_advanced_subscriptions' ) == 'yes' ): ?>
113
+ <tr>
114
+ <th scope="row">
115
+ <label for="default_subscription_type"><?php _e( 'Advanced default', 'subscribe-reloaded' ) ?></label>
116
+ </th>
117
+ <td>
118
+ <select name="options[default_subscription_type]" id="default_subscription_type">
119
+ <option value="0" <?php echo ( subscribe_reloaded_get_option( 'default_subscription_type' ) === '0' ) ? "selected='selected'" : ''; ?>><?php _e( 'None', 'subscribe-reloaded' ); ?></option>
120
+ <option value="1" <?php echo ( subscribe_reloaded_get_option( 'default_subscription_type' ) === '1' ) ? "selected='selected'" : ''; ?>><?php _e( 'All new comments', 'subscribe-reloaded' ); ?></option>
121
+ <option value="2" <?php echo ( subscribe_reloaded_get_option( 'default_subscription_type' ) === '2' ) ? "selected='selected'" : ''; ?>><?php _e( 'Replies to this comment', 'subscribe-reloaded' ); ?></option>
122
+ </select>
123
+
124
+ <div class="description"><?php _e( 'The default subscription type that should be selected when Advanced subscriptions are enable.', 'subscribe-reloaded' ); ?></div>
125
+ </td>
126
+ </tr>
127
+ <?php endif; ?>
128
+ <tr>
129
+ <th scope="row">
130
+ <label for="checkbox_inline_style"><?php _e( 'Custom inline style', 'subscribe-reloaded' ) ?></label>
131
+ </th>
132
+ <td>
133
+ <input type="text" name="options[checkbox_inline_style]" id="checkbox_inline_style" value="<?php echo subscribe_reloaded_get_option( 'checkbox_inline_style' ); ?>" size="20">
134
+
135
+ <div class="description"><?php _e( 'Custom inline CSS to add to the checkbox.', 'subscribe-reloaded' ); ?></div>
136
+ </td>
137
+ </tr>
138
+ <tr>
139
+ <th scope="row"><label for="checkbox_html"><?php _e( 'Custom HTML', 'subscribe-reloaded' ) ?></label></th>
140
+ <td>
141
+ <?php
142
+ $id_checkbox_html = "checkbox_html";
143
+ $args_notificationContent = array(
144
+ "media_buttons" => false,
145
+ "textarea_rows" => 5,
146
+ "teeny" => true,
147
+ "textarea_name" => "options[{$id_checkbox_html}]",
148
+ "tinymce" => false
149
+ );
150
+ wp_editor( subscribe_reloaded_get_option( $id_checkbox_html ), $id_checkbox_html, $args_notificationContent );
151
+ ?>
152
+ <div class="description"><?php _e( 'Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]', 'subscribe-reloaded' ); ?></div>
153
+ </td>
154
+ </tr>
155
+ </tbody>
156
+ </table>
157
+
158
+ <h3><?php _e( 'Messages for your visitors', 'subscribe-reloaded' ) ?></h3>
159
+ <table class="form-table <?php echo $wp_locale->text_direction ?>">
160
+ <tbody>
161
+ <tr>
162
+ <th scope="row"><label for="checkbox_label"><?php _e( 'Default label', 'subscribe-reloaded' ) ?></label>
163
+ </th>
164
+ <td>
165
+ <?php
166
+ $id_checkbox_label = "checkbox_label";
167
+ $args_notificationContent = array(
168
+ "media_buttons" => false,
169
+ "textarea_rows" => 3,
170
+ "teeny" => true,
171
+ "textarea_name" => "options[{$id_checkbox_label}]"
172
+ );
173
+ wp_editor( subscribe_reloaded_get_option( $id_checkbox_label ), $id_checkbox_label, $args_notificationContent );
174
+ ?>
175
+ <div class="description"><?php _e( 'Label associated to the checkbox. Allowed tag: [subscribe_link]', 'subscribe-reloaded' ); ?></div>
176
+ </td>
177
+ </tr>
178
+ <tr>
179
+ <th scope="row">
180
+ <label for="subscribed_label"><?php _e( 'Subscribed label', 'subscribe-reloaded' ) ?></label></th>
181
+ <td>
182
+ <?php
183
+ $id_subscribed_label = "subscribed_label";
184
+ $args_notificationContent = array(
185
+ "media_buttons" => false,
186
+ "textarea_rows" => 3,
187
+ "teeny" => true,
188
+ "textarea_name" => "options[{$id_subscribed_label}]"
189
+ );
190
+ wp_editor( subscribe_reloaded_get_option( $id_subscribed_label ), $id_subscribed_label, $args_notificationContent );
191
+ ?>
192
+ <div class="description"><?php _e( 'Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]', 'subscribe-reloaded' ); ?></div>
193
+ </td>
194
+ </tr>
195
+ <tr>
196
+ <th scope="row">
197
+ <label for="subscribed_waiting_label"><?php _e( 'Pending label', 'subscribe-reloaded' ) ?></label></th>
198
+ <td>
199
+ <?php
200
+ $id_subscribed_waiting_label = "subscribed_waiting_label";
201
+ $args_notificationContent = array(
202
+ "media_buttons" => false,
203
+ "textarea_rows" => 3,
204
+ "teeny" => true,
205
+ "textarea_name" => "options[{$id_subscribed_waiting_label}]"
206
+ );
207
+ wp_editor( subscribe_reloaded_get_option( $id_subscribed_waiting_label ), $id_subscribed_waiting_label, $args_notificationContent );
208
+ ?>
209
+ <div class="description"><?php _e( "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]", 'subscribe-reloaded' ); ?></div>
210
+ </td>
211
+ </tr>
212
+ <tr>
213
+ <th scope="row"><label for="author_label"><?php _e( 'Author label', 'subscribe-reloaded' ) ?></label></th>
214
+ <td>
215
+ <?php
216
+ $id_author_label = "author_label";
217
+ $args_notificationContent = array(
218
+ "media_buttons" => false,
219
+ "textarea_rows" => 3,
220
+ "teeny" => true,
221
+ "textarea_name" => "options[{$id_author_label}]"
222
+ );
223
+ wp_editor( subscribe_reloaded_get_option( $id_author_label ), $id_author_label, $args_notificationContent );
224
+ ?>
225
+ <div class="description"><?php _e( 'Label shown to authors (and administrators). Allowed tag: [manager_link]', 'subscribe-reloaded' ); ?></div>
226
+ </td>
227
+ </tr>
228
+ </tbody>
229
+ </table>
230
+ <p class="submit"><input type="submit" value="<?php _e( 'Save Changes' ) ?>" class="button-primary" name="Submit">
231
+ </p>
232
+ </form>
options/panel3.php CHANGED
@@ -1,255 +1,255 @@
1
- <?php
2
- // Avoid direct access to this piece of code
3
- if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
- header( 'Location: /' );
5
- exit;
6
- }
7
- // Update options
8
- if ( isset( $_POST['options'] ) ) {
9
- $faulty_fields = '';
10
- if ( isset( $_POST['options']['manager_page_enabled'] )
11
- && ! subscribe_reloaded_update_option( 'manager_page_enabled', $_POST['options']['manager_page_enabled'], 'yesno' )
12
- ) {
13
- $faulty_fields = __( 'Virtual Management Page', 'subscribe-reloaded' ) . ', ';
14
- }
15
- if ( isset( $_POST['options']['manager_page_title'] )
16
- && ! subscribe_reloaded_update_option( 'manager_page_title', $_POST['options']['manager_page_title'], 'text' )
17
- ) {
18
- $faulty_fields = __( 'Page title', 'subscribe-reloaded' ) . ', ';
19
- }
20
- if ( isset( $_POST['options']['manager_page'] )
21
- && ! subscribe_reloaded_update_option( 'manager_page', $_POST['options']['manager_page'], 'text-no-encode' )
22
- ) {
23
- $faulty_fields = __( 'Management URL', 'subscribe-reloaded' ) . ', ';
24
- }
25
- if ( isset( $_POST['options']['custom_header_meta'] )
26
- && ! subscribe_reloaded_update_option( 'custom_header_meta', $_POST['options']['custom_header_meta'], 'text-no-encode' )
27
- ) {
28
- $faulty_fields = __( 'Custom HEAD meta', 'subscribe-reloaded' ) . ', ';
29
- }
30
-
31
- if ( isset( $_POST['options']['request_mgmt_link'] )
32
- && ! subscribe_reloaded_update_option( 'request_mgmt_link', $_POST['options']['request_mgmt_link'], 'text' )
33
- ) {
34
- $faulty_fields = __( 'Request link', 'subscribe-reloaded' ) . ', ';
35
- }
36
- if ( isset( $_POST['options']['request_mgmt_link_thankyou'] )
37
- && ! subscribe_reloaded_update_option( 'request_mgmt_link_thankyou', $_POST['options']['request_mgmt_link_thankyou'], 'text' )
38
- ) {
39
- $faulty_fields = __( 'Request submitted', 'subscribe-reloaded' ) . ', ';
40
- }
41
- if ( isset( $_POST['options']['subscribe_without_commenting'] )
42
- && ! subscribe_reloaded_update_option( 'subscribe_without_commenting', $_POST['options']['subscribe_without_commenting'], 'text' )
43
- ) {
44
- $faulty_fields = __( 'Subscribe without commenting', 'subscribe-reloaded' ) . ', ';
45
- }
46
- if ( isset( $_POST['options']['subscription_confirmed'] )
47
- && ! subscribe_reloaded_update_option( 'subscription_confirmed', $_POST['options']['subscription_confirmed'], 'text' )
48
- ) {
49
- $faulty_fields = __( 'Subscription processed', 'subscribe-reloaded' ) . ', ';
50
- }
51
- if ( isset( $_POST['options']['subscription_confirmed_dci'] )
52
- && ! subscribe_reloaded_update_option( 'subscription_confirmed_dci', $_POST['options']['subscription_confirmed_dci'], 'text' )
53
- ) {
54
- $faulty_fields = __( 'Subscription processed (DCI)', 'subscribe-reloaded' ) . ', ';
55
- }
56
- if ( isset( $_POST['options']['author_text'] )
57
- && ! subscribe_reloaded_update_option( 'author_text', $_POST['options']['author_text'], 'text' )
58
- ) {
59
- $faulty_fields = __( 'Authors', 'subscribe-reloaded' ) . ', ';
60
- }
61
- if ( isset( $_POST['options']['user_text'] )
62
- && ! subscribe_reloaded_update_option( 'user_text', $_POST['options']['user_text'], 'text' )
63
- ) {
64
- $faulty_fields = __( 'Users', 'subscribe-reloaded' ) . ', ';
65
- }
66
-
67
- // Display an alert in the admin interface if something went wrong
68
- echo '<div class="updated fade"><p>';
69
- if ( empty( $faulty_fields ) ) {
70
- _e( 'Your settings have been successfully updated.', 'subscribe-reloaded' );
71
- } else {
72
- _e( 'There was an error updating the following fields:', 'subscribe-reloaded' );
73
- echo ' <strong>' . substr( $faulty_fields, 0, - 2 ) . '</strong>';
74
- }
75
- echo "</p></div>\n";
76
- }
77
- wp_print_scripts( 'quicktags' );
78
- $is_html_enabled = ( get_option( 'subscribe_reloaded_enable_html_emails', 'no' ) == 'yes' );
79
- ?>
80
-
81
- <form action="" method="post">
82
- <h3><?php _e( 'Options', 'subscribe-reloaded' ) ?></h3>
83
- <table class="form-table <?php echo $wp_locale->text_direction ?>">
84
- <tbody>
85
- <tr>
86
- <th scope="row">
87
- <label for="manager_page_enabled"><?php _e( 'Virtual Management Page', 'subscribe-reloaded' ) ?></label>
88
- </th>
89
- <td>
90
- <input type="radio" name="options[manager_page_enabled]" id="manager_page_enabled" value="yes"<?php echo ( subscribe_reloaded_get_option( 'manager_page_enabled', 'no' ) == 'yes' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Enabled', 'subscribe-reloaded' ) ?> &nbsp; &nbsp; &nbsp;
91
- <input type="radio" name="options[manager_page_enabled]" value="no" <?php echo ( subscribe_reloaded_get_option( 'manager_page_enabled', 'no' ) == 'no' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Disabled', 'subscribe-reloaded' ) ?>
92
- <div class="description"><?php _e( 'Disable the virtual management page if you need to create a <a href="https://github.com/stcr/subscribe-to-comments-reloaded/wiki/KB#create-a-real-management-page">real page</a> to make your theme happy.', 'subscribe-reloaded' ) ?></div>
93
- </td>
94
- </tr>
95
- <tr>
96
- <th scope="row"><label for="manager_page_title"><?php _e( 'Page title', 'subscribe-reloaded' ) ?></label>
97
- </th>
98
- <td>
99
- <input type="text" name="options[manager_page_title]" id="manager_page_title" value="<?php echo subscribe_reloaded_get_option( 'manager_page_title' ); ?>" size="70">
100
-
101
- <div class="description"><?php _e( 'Title of the page your visitors will use to manage their subscriptions.', 'subscribe-reloaded' ); ?></div>
102
- </td>
103
- </tr>
104
- <tr>
105
- <th scope="row"><label for="manager_page"><?php _e( 'Management URL', 'subscribe-reloaded' ) ?></label></th>
106
- <td><?php echo get_bloginfo( 'url' ) ?>
107
- <input type="text" name="options[manager_page]" id="manager_page" value="<?php echo subscribe_reloaded_get_option( 'manager_page' ); ?>" size="30">
108
-
109
- <div class="description"><?php _e( 'The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure.', 'subscribe-reloaded' );
110
- if ( ( get_option( 'permalink_structure', '' ) == '' ) && ( strpos( subscribe_reloaded_get_option( 'manager_page' ), '?page_id=' ) === false ) ) {
111
- echo '<br/><strong>' . __( "Warning: it looks like the value you are using may be incompatible with your permalink structure", 'subscribe-reloaded' ) . '</strong>';
112
- } ?></div>
113
- </td>
114
- </tr>
115
- <tr>
116
- <th scope="row">
117
- <label for="custom_header_meta"><?php _e( 'Custom HEAD meta', 'subscribe-reloaded' ) ?></label></th>
118
- <td>
119
- <input type="text" name="options[custom_header_meta]" id="custom_header_meta" value="<?php echo subscribe_reloaded_get_option( 'custom_header_meta' ); ?>" size="70">
120
-
121
- <div class="description"><?php _e( 'Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values.', 'subscribe-reloaded' ); ?></div>
122
- </td>
123
- </tr>
124
- </tbody>
125
- </table>
126
-
127
- <h3><?php _e( 'Messages', 'subscribe-reloaded' ) ?></h3>
128
- <table class="form-table <?php echo $wp_locale->text_direction ?>">
129
- <tbody>
130
- <tr>
131
- <th scope="row"><label for="request_mgmt_link"><?php _e( 'Request link', 'subscribe-reloaded' ) ?></label>
132
- </th>
133
- <td>
134
- <?php
135
- $id_request_mgmt_link = "request_mgmt_link";
136
- $args_notificationContent = array(
137
- "media_buttons" => false,
138
- "textarea_rows" => 3,
139
- "teeny" => true,
140
- "textarea_name" => "options[{$id_request_mgmt_link}]"
141
- );
142
- wp_editor( subscribe_reloaded_get_option( $id_request_mgmt_link ), $id_request_mgmt_link, $args_notificationContent );
143
- ?>
144
- <div class="description"><?php _e( 'Text shown to those who request to manage their subscriptions.', 'subscribe-reloaded' ); ?></div>
145
- </td>
146
- </tr>
147
- <tr>
148
- <th scope="row">
149
- <label for="request_mgmt_link_thankyou"><?php _e( 'Request submitted', 'subscribe-reloaded' ) ?></label>
150
- </th>
151
- <td>
152
- <?php
153
- $id_request_mgmt_link_thankyou = "request_mgmt_link_thankyou";
154
- $args_notificationContent = array(
155
- "media_buttons" => false,
156
- "textarea_rows" => 3,
157
- "teeny" => true,
158
- "textarea_name" => "options[{$id_request_mgmt_link_thankyou}]"
159
- );
160
- wp_editor( subscribe_reloaded_get_option( $id_request_mgmt_link_thankyou ), $id_request_mgmt_link_thankyou, $args_notificationContent );
161
- ?>
162
- <div class="description"><?php _e( 'Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]', 'subscribe-reloaded' ); ?></div>
163
- </td>
164
- </tr>
165
- <tr>
166
- <th scope="row">
167
- <label for="subscribe_without_commenting"><?php _e( 'Subscribe without commenting', 'subscribe-reloaded' ) ?></label>
168
- </th>
169
- <td>
170
- <?php
171
- $id_subscribe_without_commenting = "subscribe_without_commenting";
172
- $args_notificationContent = array(
173
- "media_buttons" => false,
174
- "textarea_rows" => 3,
175
- "teeny" => true,
176
- "textarea_name" => "options[{$id_subscribe_without_commenting}]"
177
- );
178
- wp_editor( subscribe_reloaded_get_option( $id_subscribe_without_commenting ), $id_subscribe_without_commenting, $args_notificationContent );
179
- ?>
180
- <div class="description"><?php _e( 'Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]', 'subscribe-reloaded' ); ?></div>
181
- </td>
182
- </tr>
183
- <tr>
184
- <th scope="row">
185
- <label for="subscription_confirmed"><?php _e( 'Subscription processed', 'subscribe-reloaded' ) ?></label>
186
- </th>
187
- <td>
188
- <?php
189
- $id_subscription_confirmed = "subscription_confirmed";
190
- $args_notificationContent = array(
191
- "media_buttons" => false,
192
- "textarea_rows" => 3,
193
- "teeny" => true,
194
- "textarea_name" => "options[{$id_subscription_confirmed}]"
195
- );
196
- wp_editor( subscribe_reloaded_get_option( $id_subscription_confirmed ), $id_subscription_confirmed, $args_notificationContent );
197
- ?>
198
- <div class="description"><?php _e( 'Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]', 'subscribe-reloaded' ); ?></div>
199
- </td>
200
- </tr>
201
- <tr>
202
- <th scope="row">
203
- <label for="subscription_confirmed_dci"><?php _e( 'Subscription processed (DCI)', 'subscribe-reloaded' ) ?></label>
204
- </th>
205
- <td>
206
- <?php
207
- $id_subscription_confirmed_dci = "subscription_confirmed_dci";
208
- $args_notificationContent = array(
209
- "media_buttons" => false,
210
- "textarea_rows" => 3,
211
- "teeny" => true,
212
- "textarea_name" => "options[{$id_subscription_confirmed_dci}]"
213
- );
214
- wp_editor( subscribe_reloaded_get_option( $id_subscription_confirmed_dci ), $id_subscription_confirmed_dci, $args_notificationContent );
215
- ?>
216
- <div class="description"><?php _e( 'Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]', 'subscribe-reloaded' ); ?></div>
217
- </td>
218
- </tr>
219
- <tr>
220
- <th scope="row"><label for="author_text"><?php _e( 'Authors', 'subscribe-reloaded' ) ?></label></th>
221
- <td>
222
- <?php
223
- $id_author_text = "author_text";
224
- $args_notificationContent = array(
225
- "media_buttons" => false,
226
- "textarea_rows" => 3,
227
- "teeny" => true,
228
- "textarea_name" => "options[{$id_author_text}]"
229
- );
230
- wp_editor( subscribe_reloaded_get_option( $id_author_text ), $id_author_text, $args_notificationContent );
231
- ?>
232
- <div class="description"><?php _e( "Introductory text for the authors' management page.", 'subscribe-reloaded' ); ?></div>
233
- </td>
234
- </tr>
235
- <tr>
236
- <th scope="row"><label for="user_text"><?php _e( 'Users', 'subscribe-reloaded' ) ?></label></th>
237
- <td>
238
- <?php
239
- $id_user_text = "user_text";
240
- $args_notificationContent = array(
241
- "media_buttons" => false,
242
- "textarea_rows" => 3,
243
- "teeny" => true,
244
- "textarea_name" => "options[{$id_user_text}]"
245
- );
246
- wp_editor( subscribe_reloaded_get_option( $id_user_text ), $id_user_text, $args_notificationContent );
247
- ?>
248
- <div class="description"><?php _e( "Introductory text for the users' management page.", 'subscribe-reloaded' ); ?></div>
249
- </td>
250
- </tr>
251
- </tbody>
252
- </table>
253
- <p class="submit"><input type="submit" value="<?php _e( 'Save Changes' ) ?>" class="button-primary" name="Submit">
254
- </p>
255
- </form>
1
+ <?php
2
+ // Avoid direct access to this piece of code
3
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
+ header( 'Location: /' );
5
+ exit;
6
+ }
7
+ // Update options
8
+ if ( isset( $_POST['options'] ) ) {
9
+ $faulty_fields = '';
10
+ if ( isset( $_POST['options']['manager_page_enabled'] )
11
+ && ! subscribe_reloaded_update_option( 'manager_page_enabled', $_POST['options']['manager_page_enabled'], 'yesno' )
12
+ ) {
13
+ $faulty_fields = __( 'Virtual Management Page', 'subscribe-reloaded' ) . ', ';
14
+ }
15
+ if ( isset( $_POST['options']['manager_page_title'] )
16
+ && ! subscribe_reloaded_update_option( 'manager_page_title', $_POST['options']['manager_page_title'], 'text' )
17
+ ) {
18
+ $faulty_fields = __( 'Page title', 'subscribe-reloaded' ) . ', ';
19
+ }
20
+ if ( isset( $_POST['options']['manager_page'] )
21
+ && ! subscribe_reloaded_update_option( 'manager_page', $_POST['options']['manager_page'], 'text-no-encode' )
22
+ ) {
23
+ $faulty_fields = __( 'Management URL', 'subscribe-reloaded' ) . ', ';
24
+ }
25
+ if ( isset( $_POST['options']['custom_header_meta'] )
26
+ && ! subscribe_reloaded_update_option( 'custom_header_meta', $_POST['options']['custom_header_meta'], 'text-no-encode' )
27
+ ) {
28
+ $faulty_fields = __( 'Custom HEAD meta', 'subscribe-reloaded' ) . ', ';
29
+ }
30
+
31
+ if ( isset( $_POST['options']['request_mgmt_link'] )
32
+ && ! subscribe_reloaded_update_option( 'request_mgmt_link', $_POST['options']['request_mgmt_link'], 'text' )
33
+ ) {
34
+ $faulty_fields = __( 'Request link', 'subscribe-reloaded' ) . ', ';
35
+ }
36
+ if ( isset( $_POST['options']['request_mgmt_link_thankyou'] )
37
+ && ! subscribe_reloaded_update_option( 'request_mgmt_link_thankyou', $_POST['options']['request_mgmt_link_thankyou'], 'text' )
38
+ ) {
39
+ $faulty_fields = __( 'Request submitted', 'subscribe-reloaded' ) . ', ';
40
+ }
41
+ if ( isset( $_POST['options']['subscribe_without_commenting'] )
42
+ && ! subscribe_reloaded_update_option( 'subscribe_without_commenting', $_POST['options']['subscribe_without_commenting'], 'text' )
43
+ ) {
44
+ $faulty_fields = __( 'Subscribe without commenting', 'subscribe-reloaded' ) . ', ';
45
+ }
46
+ if ( isset( $_POST['options']['subscription_confirmed'] )
47
+ && ! subscribe_reloaded_update_option( 'subscription_confirmed', $_POST['options']['subscription_confirmed'], 'text' )
48
+ ) {
49
+ $faulty_fields = __( 'Subscription processed', 'subscribe-reloaded' ) . ', ';
50
+ }
51
+ if ( isset( $_POST['options']['subscription_confirmed_dci'] )
52
+ && ! subscribe_reloaded_update_option( 'subscription_confirmed_dci', $_POST['options']['subscription_confirmed_dci'], 'text' )
53
+ ) {
54
+ $faulty_fields = __( 'Subscription processed (DCI)', 'subscribe-reloaded' ) . ', ';
55
+ }
56
+ if ( isset( $_POST['options']['author_text'] )
57
+ && ! subscribe_reloaded_update_option( 'author_text', $_POST['options']['author_text'], 'text' )
58
+ ) {
59
+ $faulty_fields = __( 'Authors', 'subscribe-reloaded' ) . ', ';
60
+ }
61
+ if ( isset( $_POST['options']['user_text'] )
62
+ && ! subscribe_reloaded_update_option( 'user_text', $_POST['options']['user_text'], 'text' )
63
+ ) {
64
+ $faulty_fields = __( 'Users', 'subscribe-reloaded' ) . ', ';
65
+ }
66
+
67
+ // Display an alert in the admin interface if something went wrong
68
+ echo '<div class="updated fade"><p>';
69
+ if ( empty( $faulty_fields ) ) {
70
+ _e( 'Your settings have been successfully updated.', 'subscribe-reloaded' );
71
+ } else {
72
+ _e( 'There was an error updating the following fields:', 'subscribe-reloaded' );
73
+ echo ' <strong>' . substr( $faulty_fields, 0, - 2 ) . '</strong>';
74
+ }
75
+ echo "</p></div>\n";
76
+ }
77
+ wp_print_scripts( 'quicktags' );
78
+ $is_html_enabled = ( get_option( 'subscribe_reloaded_enable_html_emails', 'no' ) == 'yes' );
79
+ ?>
80
+
81
+ <form action="" method="post">
82
+ <h3><?php _e( 'Options', 'subscribe-reloaded' ) ?></h3>
83
+ <table class="form-table <?php echo $wp_locale->text_direction ?>">
84
+ <tbody>
85
+ <tr>
86
+ <th scope="row">
87
+ <label for="manager_page_enabled"><?php _e( 'Virtual Management Page', 'subscribe-reloaded' ) ?></label>
88
+ </th>
89
+ <td>
90
+ <input type="radio" name="options[manager_page_enabled]" id="manager_page_enabled" value="yes"<?php echo ( subscribe_reloaded_get_option( 'manager_page_enabled', 'no' ) == 'yes' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Enabled', 'subscribe-reloaded' ) ?> &nbsp; &nbsp; &nbsp;
91
+ <input type="radio" name="options[manager_page_enabled]" value="no" <?php echo ( subscribe_reloaded_get_option( 'manager_page_enabled', 'no' ) == 'no' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Disabled', 'subscribe-reloaded' ) ?>
92
+ <div class="description"><?php _e( 'Disable the virtual management page if you need to create a <a href="https://github.com/stcr/subscribe-to-comments-reloaded/wiki/KB#create-a-real-management-page">real page</a> to make your theme happy.', 'subscribe-reloaded' ) ?></div>
93
+ </td>
94
+ </tr>
95
+ <tr>
96
+ <th scope="row"><label for="manager_page_title"><?php _e( 'Page title', 'subscribe-reloaded' ) ?></label>
97
+ </th>
98
+ <td>
99
+ <input type="text" name="options[manager_page_title]" id="manager_page_title" value="<?php echo subscribe_reloaded_get_option( 'manager_page_title' ); ?>" size="70">
100
+
101
+ <div class="description"><?php _e( 'Title of the page your visitors will use to manage their subscriptions.', 'subscribe-reloaded' ); ?></div>
102
+ </td>
103
+ </tr>
104
+ <tr>
105
+ <th scope="row"><label for="manager_page"><?php _e( 'Management URL', 'subscribe-reloaded' ) ?></label></th>
106
+ <td><?php echo get_bloginfo( 'url' ) ?>
107
+ <input type="text" name="options[manager_page]" id="manager_page" value="<?php echo subscribe_reloaded_get_option( 'manager_page' ); ?>" size="30">
108
+
109
+ <div class="description"><?php _e( 'The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure.', 'subscribe-reloaded' );
110
+ if ( ( get_option( 'permalink_structure', '' ) == '' ) && ( strpos( subscribe_reloaded_get_option( 'manager_page' ), '?page_id=' ) === false ) ) {
111
+ echo '<br/><strong>' . __( "Warning: it looks like the value you are using may be incompatible with your permalink structure", 'subscribe-reloaded' ) . '</strong>';
112
+ } ?></div>
113
+ </td>
114
+ </tr>
115
+ <tr>
116
+ <th scope="row">
117
+ <label for="custom_header_meta"><?php _e( 'Custom HEAD meta', 'subscribe-reloaded' ) ?></label></th>
118
+ <td>
119
+ <input type="text" name="options[custom_header_meta]" id="custom_header_meta" value="<?php echo subscribe_reloaded_get_option( 'custom_header_meta' ); ?>" size="70">
120
+
121
+ <div class="description"><?php _e( 'Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values.', 'subscribe-reloaded' ); ?></div>
122
+ </td>
123
+ </tr>
124
+ </tbody>
125
+ </table>
126
+
127
+ <h3><?php _e( 'Messages', 'subscribe-reloaded' ) ?></h3>
128
+ <table class="form-table <?php echo $wp_locale->text_direction ?>">
129
+ <tbody>
130
+ <tr>
131
+ <th scope="row"><label for="request_mgmt_link"><?php _e( 'Request link', 'subscribe-reloaded' ) ?></label>
132
+ </th>
133
+ <td>
134
+ <?php
135
+ $id_request_mgmt_link = "request_mgmt_link";
136
+ $args_notificationContent = array(
137
+ "media_buttons" => false,
138
+ "textarea_rows" => 3,
139
+ "teeny" => true,
140
+ "textarea_name" => "options[{$id_request_mgmt_link}]"
141
+ );
142
+ wp_editor( subscribe_reloaded_get_option( $id_request_mgmt_link ), $id_request_mgmt_link, $args_notificationContent );
143
+ ?>
144
+ <div class="description"><?php _e( 'Text shown to those who request to manage their subscriptions.', 'subscribe-reloaded' ); ?></div>
145
+ </td>
146
+ </tr>
147
+ <tr>
148
+ <th scope="row">
149
+ <label for="request_mgmt_link_thankyou"><?php _e( 'Request submitted', 'subscribe-reloaded' ) ?></label>
150
+ </th>
151
+ <td>
152
+ <?php
153
+ $id_request_mgmt_link_thankyou = "request_mgmt_link_thankyou";
154
+ $args_notificationContent = array(
155
+ "media_buttons" => false,
156
+ "textarea_rows" => 3,
157
+ "teeny" => true,
158
+ "textarea_name" => "options[{$id_request_mgmt_link_thankyou}]"
159
+ );
160
+ wp_editor( subscribe_reloaded_get_option( $id_request_mgmt_link_thankyou ), $id_request_mgmt_link_thankyou, $args_notificationContent );
161
+ ?>
162
+ <div class="description"><?php _e( 'Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]', 'subscribe-reloaded' ); ?></div>
163
+ </td>
164
+ </tr>
165
+ <tr>
166
+ <th scope="row">
167
+ <label for="subscribe_without_commenting"><?php _e( 'Subscribe without commenting', 'subscribe-reloaded' ) ?></label>
168
+ </th>
169
+ <td>
170
+ <?php
171
+ $id_subscribe_without_commenting = "subscribe_without_commenting";
172
+ $args_notificationContent = array(
173
+ "media_buttons" => false,
174
+ "textarea_rows" => 3,
175
+ "teeny" => true,
176
+ "textarea_name" => "options[{$id_subscribe_without_commenting}]"
177
+ );
178
+ wp_editor( subscribe_reloaded_get_option( $id_subscribe_without_commenting ), $id_subscribe_without_commenting, $args_notificationContent );
179
+ ?>
180
+ <div class="description"><?php _e( 'Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]', 'subscribe-reloaded' ); ?></div>
181
+ </td>
182
+ </tr>
183
+ <tr>
184
+ <th scope="row">
185
+ <label for="subscription_confirmed"><?php _e( 'Subscription processed', 'subscribe-reloaded' ) ?></label>
186
+ </th>
187
+ <td>
188
+ <?php
189
+ $id_subscription_confirmed = "subscription_confirmed";
190
+ $args_notificationContent = array(
191
+ "media_buttons" => false,
192
+ "textarea_rows" => 3,
193
+ "teeny" => true,
194
+ "textarea_name" => "options[{$id_subscription_confirmed}]"
195
+ );
196
+ wp_editor( subscribe_reloaded_get_option( $id_subscription_confirmed ), $id_subscription_confirmed, $args_notificationContent );
197
+ ?>
198
+ <div class="description"><?php _e( 'Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]', 'subscribe-reloaded' ); ?></div>
199
+ </td>
200
+ </tr>
201
+ <tr>
202
+ <th scope="row">
203
+ <label for="subscription_confirmed_dci"><?php _e( 'Subscription processed (DCI)', 'subscribe-reloaded' ) ?></label>
204
+ </th>
205
+ <td>
206
+ <?php
207
+ $id_subscription_confirmed_dci = "subscription_confirmed_dci";
208
+ $args_notificationContent = array(
209
+ "media_buttons" => false,
210
+ "textarea_rows" => 3,
211
+ "teeny" => true,
212
+ "textarea_name" => "options[{$id_subscription_confirmed_dci}]"
213
+ );
214
+ wp_editor( subscribe_reloaded_get_option( $id_subscription_confirmed_dci ), $id_subscription_confirmed_dci, $args_notificationContent );
215
+ ?>
216
+ <div class="description"><?php _e( 'Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]', 'subscribe-reloaded' ); ?></div>
217
+ </td>
218
+ </tr>
219
+ <tr>
220
+ <th scope="row"><label for="author_text"><?php _e( 'Authors', 'subscribe-reloaded' ) ?></label></th>
221
+ <td>
222
+ <?php
223
+ $id_author_text = "author_text";
224
+ $args_notificationContent = array(
225
+ "media_buttons" => false,
226
+ "textarea_rows" => 3,
227
+ "teeny" => true,
228
+ "textarea_name" => "options[{$id_author_text}]"
229
+ );
230
+ wp_editor( subscribe_reloaded_get_option( $id_author_text ), $id_author_text, $args_notificationContent );
231
+ ?>
232
+ <div class="description"><?php _e( "Introductory text for the authors' management page.", 'subscribe-reloaded' ); ?></div>
233
+ </td>
234
+ </tr>
235
+ <tr>
236
+ <th scope="row"><label for="user_text"><?php _e( 'Users', 'subscribe-reloaded' ) ?></label></th>
237
+ <td>
238
+ <?php
239
+ $id_user_text = "user_text";
240
+ $args_notificationContent = array(
241
+ "media_buttons" => false,
242
+ "textarea_rows" => 3,
243
+ "teeny" => true,
244
+ "textarea_name" => "options[{$id_user_text}]"
245
+ );
246
+ wp_editor( subscribe_reloaded_get_option( $id_user_text ), $id_user_text, $args_notificationContent );
247
+ ?>
248
+ <div class="description"><?php _e( "Introductory text for the users' management page.", 'subscribe-reloaded' ); ?></div>
249
+ </td>
250
+ </tr>
251
+ </tbody>
252
+ </table>
253
+ <p class="submit"><input type="submit" value="<?php _e( 'Save Changes' ) ?>" class="button-primary" name="Submit">
254
+ </p>
255
+ </form>
options/panel5.php CHANGED
@@ -33,6 +33,9 @@ if ( array_key_exists( "generate_key", $_POST ) ) {
33
  if ( isset( $_POST['options']['enable_double_check'] ) && ! subscribe_reloaded_update_option( 'enable_double_check', $_POST['options']['enable_double_check'], 'yesno' ) ) {
34
  $faulty_fields = __( 'Enable double check', 'subscribe-reloaded' ) . ', ';
35
  }
 
 
 
36
  if ( isset( $_POST['options']['notify_authors'] ) && ! subscribe_reloaded_update_option( 'notify_authors', $_POST['options']['notify_authors'], 'yesno' ) ) {
37
  $faulty_fields = __( 'Subscribe authors', 'subscribe-reloaded' ) . ', ';
38
  }
@@ -88,6 +91,15 @@ wp_print_scripts( 'quicktags' );
88
  <div class="description"><?php _e( "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature.", 'subscribe-reloaded' ); ?></div>
89
  </td>
90
  </tr>
 
 
 
 
 
 
 
 
 
91
  <tr>
92
  <th scope="row">
93
  <label for="enable_double_check"><?php _e( 'Enable double check', 'subscribe-reloaded' ) ?></label></th>
33
  if ( isset( $_POST['options']['enable_double_check'] ) && ! subscribe_reloaded_update_option( 'enable_double_check', $_POST['options']['enable_double_check'], 'yesno' ) ) {
34
  $faulty_fields = __( 'Enable double check', 'subscribe-reloaded' ) . ', ';
35
  }
36
+ if ( isset( $_POST['options']['stcr_position'] ) && ! subscribe_reloaded_update_option( 'stcr_position', $_POST['options']['stcr_position'], 'yesno' ) ) {
37
+ $faulty_fields = __( 'StCR Position', 'subscribe-reloaded' ) . ', ';
38
+ }
39
  if ( isset( $_POST['options']['notify_authors'] ) && ! subscribe_reloaded_update_option( 'notify_authors', $_POST['options']['notify_authors'], 'yesno' ) ) {
40
  $faulty_fields = __( 'Subscribe authors', 'subscribe-reloaded' ) . ', ';
41
  }
91
  <div class="description"><?php _e( "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature.", 'subscribe-reloaded' ); ?></div>
92
  </td>
93
  </tr>
94
+ <tr>
95
+ <th scope="row">
96
+ <label for="stcr_position"><?php _e( 'StCR Position', 'subscribe-reloaded' ) ?></label></th>
97
+ <td>
98
+ <input type="radio" name="options[stcr_position]" id="stcr_position" value="yes"<?php echo ( subscribe_reloaded_get_option( 'stcr_position' ) == 'yes' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'Yes', 'subscribe-reloaded' ) ?> &nbsp; &nbsp; &nbsp;
99
+ <input type="radio" name="options[stcr_position]" value="no" <?php echo ( subscribe_reloaded_get_option( 'stcr_position' ) == 'no' ) ? ' checked="checked"' : ''; ?>> <?php _e( 'No', 'subscribe-reloaded' ) ?>
100
+ <div class="description"><?php _e( 'If this option is enable the subscription box will be above the submit button in your comment form. Use this when your theme is outdated and using the incorrect WordPress Hooks and the checkbox is not displayed.', 'subscribe-reloaded' ); ?></div>
101
+ </td>
102
+ </tr>
103
  <tr>
104
  <th scope="row">
105
  <label for="enable_double_check"><?php _e( 'Enable double check', 'subscribe-reloaded' ) ?></label></th>
options/panel6.php CHANGED
@@ -1,24 +1,24 @@
1
- <?php
2
- // Avoid direct access to this piece of code
3
- if ( ! function_exists( 'is_admin' ) || ! is_admin() )
4
- {
5
- header( 'Location: /' );
6
- exit;
7
- }
8
- ?>
9
- <div class="postbox">
10
- <table class="table table-hover">
11
- <thead>
12
- <tr>
13
- <th>test</th>
14
- </tr>
15
- </thead>
16
- <tbody>
17
- <tr>
18
- <td>test</td>
19
- </tr>
20
- </tbody>
21
- </table>
22
- </div>
23
-
24
-
1
+ <?php
2
+ // Avoid direct access to this piece of code
3
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() )
4
+ {
5
+ header( 'Location: /' );
6
+ exit;
7
+ }
8
+ ?>
9
+ <div class="postbox">
10
+ <table class="table table-hover">
11
+ <thead>
12
+ <tr>
13
+ <th>test</th>
14
+ </tr>
15
+ </thead>
16
+ <tbody>
17
+ <tr>
18
+ <td>test</td>
19
+ </tr>
20
+ </tbody>
21
+ </table>
22
+ </div>
23
+
24
+
options/panel7.php CHANGED
@@ -1,27 +1,27 @@
1
- <?php
2
- // Avoid direct access to this piece of code
3
- if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
- header( 'Location: /' );
5
- exit;
6
- }
7
- ?>
8
- <h3><?php _e( 'Support the developers', 'subscribe-reloaded' ) ?></h3>
9
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
10
- <input type="hidden" name="cmd" value="_s-xclick">
11
- <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHRwYJKoZIhvcNAQcEoIIHODCCBzQCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYA8SoFTW+K57dYTdcPfLxx8ZbNmWcyntG422taFxfD/YxlfgNCnAFBwW/SvmBwTMDJ6FIsQcI5ip3nh2K8Dh49sUHPyew+Vq+yF9wh7JVNq5rca+LOe8v76uF3R/1NIvu5YB4E81kjTjBEcsAaCjtxIWR39ozOJMTYYKmtqoMmbLDELMAkGBSsOAwIaBQAwgcQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIL4G6y7TbIF+AgaCyJsiBGYdu+gmMrBCEfVvBlAEDwzGjmxW77e31UKVUOTxoMOlG2F7kiC1bDWXfiOJB9m9M4+s8GCViaWZ94vDvBT60cWxFDogbWwNG7h6X3VXEJsRyjCZSFkfCzIazg9VRM1eiQvTHEaAOwi/tOSNL0mFvNIja+qwse0317uU0QS5bysKs999tt1YkhIlo0whw1Sk7o8SJ3Htx/I00bvPeoIIDhzCCA4MwggLsoAMCAQICAQAwDQYJKoZIhvcNAQEFBQAwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMB4XDTA0MDIxMzEwMTMxNVoXDTM1MDIxMzEwMTMxNVowgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBR07d/ETMS1ycjtkpkvjXZe9k+6CieLuLsPumsJ7QC1odNz3sJiCbs2wC0nLE0uLGaEtXynIgRqIddYCHx88pb5HTXv4SZeuv0Rqq4+axW9PLAAATU8w04qqjaSXgbGLP3NmohqM6bV9kZZwZLR/klDaQGo1u9uDb9lr4Yn+rBQIDAQABo4HuMIHrMB0GA1UdDgQWBBSWn3y7xm8XvVk/UtcKG+wQ1mSUazCBuwYDVR0jBIGzMIGwgBSWn3y7xm8XvVk/UtcKG+wQ1mSUa6GBlKSBkTCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb22CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCBXzpWmoBa5e9fo6ujionW1hUhPkOBakTr3YCDjbYfvJEiv/2P+IobhOGJr85+XHhN0v4gUkEDI8r2/rNk1m0GA8HKddvTjyGw/XqXa+LSTlDYkqI8OwR8GEYj4efEtcRpRYBxV8KxAW93YDWzFGvruKnnLbDAF6VR5w/cCMn5hzGCAZowggGWAgEBMIGUMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTMxMjE2MjIwOTE0WjAjBgkqhkiG9w0BCQQxFgQUaLU4NUKaF2Z+15I8flHXkTcwmgYwDQYJKoZIhvcNAQEBBQAEgYANW3n0y1EzwHcMIbMvKDpm1s89WKEr8URnsj2JKoNzAF8icZGcjELB7DJarAoreKDTpumFA1bGJWvJk7SJ0B/5CF7vDdTlNE9V4WU5yQfXAZJt3Vqv62SLGmLuyaqj+gwETY3MZimMXDYcuTQ+y5oxF1DIC4GHHioRhsu5DqaVhQ==-----END PKCS7-----
12
- ">
13
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
14
- <img alt="" border="0" src="https://www.paypalobjects.com/es_XC/i/scr/pixel.gif" width="1" height="1">
15
- </form>
16
- <hr>
17
-
18
- <p><?php _e( 'How valuable is the feature offered by this plugin to your visitors? please consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of <strong>Subscribe to Comments Reloaded</strong>, and to buy some food for my hungry family.', 'subscribe-reloaded' ) ?></p>
19
-
20
- <h3><?php _e( "Don't want to donate? You can still help", 'subscribe-reloaded' ) ?></h3>
21
- <p><?php _e( "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve <strong>Subscribe to Comments Reloaded</strong> and so on. Whatever you do, thanks for using my plugin!", 'subscribe-reloaded' ) ?></p>
22
-
23
- <h3><?php _e( "Subscribe to the Beta testers", 'subscribe-reloaded' ) ?></h3>
24
- <p><?php _e( "Before a new Update we release a Beta version so that our current users can give us feedback if they find a bug, If you want to join the tester list you can add your email <a href='http://eepurl.com/biCk1b' target='_blank'>here</a>", 'subscribe-reloaded' ) ?></h3></p>
25
-
26
- <h3><?php _e( "Vote and show your appreciation", 'subscribe-reloaded' ) ?></h3>
27
  <p><?php _e( 'Tell other people if <strong>Subscribe to Comments Reloaded</strong> works for you and how good it is. <a href="http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/">Rate it</a> on its Plugin Directory page.', 'subscribe-reloaded' ) ?></p>
1
+ <?php
2
+ // Avoid direct access to this piece of code
3
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
+ header( 'Location: /' );
5
+ exit;
6
+ }
7
+ ?>
8
+ <h3><?php _e( 'Support the developers', 'subscribe-reloaded' ) ?></h3>
9
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
10
+ <input type="hidden" name="cmd" value="_s-xclick">
11
+ <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHRwYJKoZIhvcNAQcEoIIHODCCBzQCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYA8SoFTW+K57dYTdcPfLxx8ZbNmWcyntG422taFxfD/YxlfgNCnAFBwW/SvmBwTMDJ6FIsQcI5ip3nh2K8Dh49sUHPyew+Vq+yF9wh7JVNq5rca+LOe8v76uF3R/1NIvu5YB4E81kjTjBEcsAaCjtxIWR39ozOJMTYYKmtqoMmbLDELMAkGBSsOAwIaBQAwgcQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIL4G6y7TbIF+AgaCyJsiBGYdu+gmMrBCEfVvBlAEDwzGjmxW77e31UKVUOTxoMOlG2F7kiC1bDWXfiOJB9m9M4+s8GCViaWZ94vDvBT60cWxFDogbWwNG7h6X3VXEJsRyjCZSFkfCzIazg9VRM1eiQvTHEaAOwi/tOSNL0mFvNIja+qwse0317uU0QS5bysKs999tt1YkhIlo0whw1Sk7o8SJ3Htx/I00bvPeoIIDhzCCA4MwggLsoAMCAQICAQAwDQYJKoZIhvcNAQEFBQAwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMB4XDTA0MDIxMzEwMTMxNVoXDTM1MDIxMzEwMTMxNVowgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBR07d/ETMS1ycjtkpkvjXZe9k+6CieLuLsPumsJ7QC1odNz3sJiCbs2wC0nLE0uLGaEtXynIgRqIddYCHx88pb5HTXv4SZeuv0Rqq4+axW9PLAAATU8w04qqjaSXgbGLP3NmohqM6bV9kZZwZLR/klDaQGo1u9uDb9lr4Yn+rBQIDAQABo4HuMIHrMB0GA1UdDgQWBBSWn3y7xm8XvVk/UtcKG+wQ1mSUazCBuwYDVR0jBIGzMIGwgBSWn3y7xm8XvVk/UtcKG+wQ1mSUa6GBlKSBkTCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb22CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCBXzpWmoBa5e9fo6ujionW1hUhPkOBakTr3YCDjbYfvJEiv/2P+IobhOGJr85+XHhN0v4gUkEDI8r2/rNk1m0GA8HKddvTjyGw/XqXa+LSTlDYkqI8OwR8GEYj4efEtcRpRYBxV8KxAW93YDWzFGvruKnnLbDAF6VR5w/cCMn5hzGCAZowggGWAgEBMIGUMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTMxMjE2MjIwOTE0WjAjBgkqhkiG9w0BCQQxFgQUaLU4NUKaF2Z+15I8flHXkTcwmgYwDQYJKoZIhvcNAQEBBQAEgYANW3n0y1EzwHcMIbMvKDpm1s89WKEr8URnsj2JKoNzAF8icZGcjELB7DJarAoreKDTpumFA1bGJWvJk7SJ0B/5CF7vDdTlNE9V4WU5yQfXAZJt3Vqv62SLGmLuyaqj+gwETY3MZimMXDYcuTQ+y5oxF1DIC4GHHioRhsu5DqaVhQ==-----END PKCS7-----
12
+ ">
13
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
14
+ <img alt="" border="0" src="https://www.paypalobjects.com/es_XC/i/scr/pixel.gif" width="1" height="1">
15
+ </form>
16
+ <hr>
17
+
18
+ <p><?php _e( 'How valuable is the feature offered by this plugin to your visitors? please consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of <strong>Subscribe to Comments Reloaded</strong>, and to buy some food for my hungry family.', 'subscribe-reloaded' ) ?></p>
19
+
20
+ <h3><?php _e( "Don't want to donate? You can still help", 'subscribe-reloaded' ) ?></h3>
21
+ <p><?php _e( "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve <strong>Subscribe to Comments Reloaded</strong> and so on. Whatever you do, thanks for using my plugin!", 'subscribe-reloaded' ) ?></p>
22
+
23
+ <h3><?php _e( "Subscribe to the Beta testers", 'subscribe-reloaded' ) ?></h3>
24
+ <p><?php _e( "Before a new Update we release a Beta version so that our current users can give us feedback if they find a bug, If you want to join the tester list you can add your email <a href='http://eepurl.com/biCk1b' target='_blank'>here</a>", 'subscribe-reloaded' ) ?></h3></p>
25
+
26
+ <h3><?php _e( "Vote and show your appreciation", 'subscribe-reloaded' ) ?></h3>
27
  <p><?php _e( 'Tell other people if <strong>Subscribe to Comments Reloaded</strong> works for you and how good it is. <a href="http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/">Rate it</a> on its Plugin Directory page.', 'subscribe-reloaded' ) ?></p>
options/panel8.php CHANGED
@@ -1,22 +1,22 @@
1
- <?php
2
- // Avoid direct access to this piece of code
3
- if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
- header( 'Location: /' );
5
- exit;
6
- }
7
- ?>
8
- <h3><?php _e( 'Support the developers', 'subscribe-reloaded' ) ?></h3>
9
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
10
- <input type="hidden" name="cmd" value="_s-xclick">
11
- <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHRwYJKoZIhvcNAQcEoIIHODCCBzQCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYA8SoFTW+K57dYTdcPfLxx8ZbNmWcyntG422taFxfD/YxlfgNCnAFBwW/SvmBwTMDJ6FIsQcI5ip3nh2K8Dh49sUHPyew+Vq+yF9wh7JVNq5rca+LOe8v76uF3R/1NIvu5YB4E81kjTjBEcsAaCjtxIWR39ozOJMTYYKmtqoMmbLDELMAkGBSsOAwIaBQAwgcQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIL4G6y7TbIF+AgaCyJsiBGYdu+gmMrBCEfVvBlAEDwzGjmxW77e31UKVUOTxoMOlG2F7kiC1bDWXfiOJB9m9M4+s8GCViaWZ94vDvBT60cWxFDogbWwNG7h6X3VXEJsRyjCZSFkfCzIazg9VRM1eiQvTHEaAOwi/tOSNL0mFvNIja+qwse0317uU0QS5bysKs999tt1YkhIlo0whw1Sk7o8SJ3Htx/I00bvPeoIIDhzCCA4MwggLsoAMCAQICAQAwDQYJKoZIhvcNAQEFBQAwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMB4XDTA0MDIxMzEwMTMxNVoXDTM1MDIxMzEwMTMxNVowgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBR07d/ETMS1ycjtkpkvjXZe9k+6CieLuLsPumsJ7QC1odNz3sJiCbs2wC0nLE0uLGaEtXynIgRqIddYCHx88pb5HTXv4SZeuv0Rqq4+axW9PLAAATU8w04qqjaSXgbGLP3NmohqM6bV9kZZwZLR/klDaQGo1u9uDb9lr4Yn+rBQIDAQABo4HuMIHrMB0GA1UdDgQWBBSWn3y7xm8XvVk/UtcKG+wQ1mSUazCBuwYDVR0jBIGzMIGwgBSWn3y7xm8XvVk/UtcKG+wQ1mSUa6GBlKSBkTCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb22CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCBXzpWmoBa5e9fo6ujionW1hUhPkOBakTr3YCDjbYfvJEiv/2P+IobhOGJr85+XHhN0v4gUkEDI8r2/rNk1m0GA8HKddvTjyGw/XqXa+LSTlDYkqI8OwR8GEYj4efEtcRpRYBxV8KxAW93YDWzFGvruKnnLbDAF6VR5w/cCMn5hzGCAZowggGWAgEBMIGUMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTMxMjE2MjIwOTE0WjAjBgkqhkiG9w0BCQQxFgQUaLU4NUKaF2Z+15I8flHXkTcwmgYwDQYJKoZIhvcNAQEBBQAEgYANW3n0y1EzwHcMIbMvKDpm1s89WKEr8URnsj2JKoNzAF8icZGcjELB7DJarAoreKDTpumFA1bGJWvJk7SJ0B/5CF7vDdTlNE9V4WU5yQfXAZJt3Vqv62SLGmLuyaqj+gwETY3MZimMXDYcuTQ+y5oxF1DIC4GHHioRhsu5DqaVhQ==-----END PKCS7-----
12
- ">
13
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
14
- <img alt="" border="0" src="https://www.paypalobjects.com/es_XC/i/scr/pixel.gif" width="1" height="1">
15
- </form>
16
- <hr>
17
-
18
- <h3><?php _e( "Did you find a Bug on the plugin?", 'subscribe-reloaded' ) ?></h3>
19
- <p><?php _e( 'Please report any bug on the <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new?title=Bug%20Report:%20%3Cshort%20description%3E&labels=bug" target="_blank">GitHub</a> Page rather than on the WordPress Support page.', 'subscribe-reloaded' ) ?>
20
- </p>
21
-
22
  <hr>
1
+ <?php
2
+ // Avoid direct access to this piece of code
3
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
+ header( 'Location: /' );
5
+ exit;
6
+ }
7
+ ?>
8
+ <h3><?php _e( 'Support the developers', 'subscribe-reloaded' ) ?></h3>
9
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
10
+ <input type="hidden" name="cmd" value="_s-xclick">
11
+ <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHRwYJKoZIhvcNAQcEoIIHODCCBzQCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYA8SoFTW+K57dYTdcPfLxx8ZbNmWcyntG422taFxfD/YxlfgNCnAFBwW/SvmBwTMDJ6FIsQcI5ip3nh2K8Dh49sUHPyew+Vq+yF9wh7JVNq5rca+LOe8v76uF3R/1NIvu5YB4E81kjTjBEcsAaCjtxIWR39ozOJMTYYKmtqoMmbLDELMAkGBSsOAwIaBQAwgcQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIL4G6y7TbIF+AgaCyJsiBGYdu+gmMrBCEfVvBlAEDwzGjmxW77e31UKVUOTxoMOlG2F7kiC1bDWXfiOJB9m9M4+s8GCViaWZ94vDvBT60cWxFDogbWwNG7h6X3VXEJsRyjCZSFkfCzIazg9VRM1eiQvTHEaAOwi/tOSNL0mFvNIja+qwse0317uU0QS5bysKs999tt1YkhIlo0whw1Sk7o8SJ3Htx/I00bvPeoIIDhzCCA4MwggLsoAMCAQICAQAwDQYJKoZIhvcNAQEFBQAwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMB4XDTA0MDIxMzEwMTMxNVoXDTM1MDIxMzEwMTMxNVowgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBR07d/ETMS1ycjtkpkvjXZe9k+6CieLuLsPumsJ7QC1odNz3sJiCbs2wC0nLE0uLGaEtXynIgRqIddYCHx88pb5HTXv4SZeuv0Rqq4+axW9PLAAATU8w04qqjaSXgbGLP3NmohqM6bV9kZZwZLR/klDaQGo1u9uDb9lr4Yn+rBQIDAQABo4HuMIHrMB0GA1UdDgQWBBSWn3y7xm8XvVk/UtcKG+wQ1mSUazCBuwYDVR0jBIGzMIGwgBSWn3y7xm8XvVk/UtcKG+wQ1mSUa6GBlKSBkTCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb22CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCBXzpWmoBa5e9fo6ujionW1hUhPkOBakTr3YCDjbYfvJEiv/2P+IobhOGJr85+XHhN0v4gUkEDI8r2/rNk1m0GA8HKddvTjyGw/XqXa+LSTlDYkqI8OwR8GEYj4efEtcRpRYBxV8KxAW93YDWzFGvruKnnLbDAF6VR5w/cCMn5hzGCAZowggGWAgEBMIGUMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTMxMjE2MjIwOTE0WjAjBgkqhkiG9w0BCQQxFgQUaLU4NUKaF2Z+15I8flHXkTcwmgYwDQYJKoZIhvcNAQEBBQAEgYANW3n0y1EzwHcMIbMvKDpm1s89WKEr8URnsj2JKoNzAF8icZGcjELB7DJarAoreKDTpumFA1bGJWvJk7SJ0B/5CF7vDdTlNE9V4WU5yQfXAZJt3Vqv62SLGmLuyaqj+gwETY3MZimMXDYcuTQ+y5oxF1DIC4GHHioRhsu5DqaVhQ==-----END PKCS7-----
12
+ ">
13
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
14
+ <img alt="" border="0" src="https://www.paypalobjects.com/es_XC/i/scr/pixel.gif" width="1" height="1">
15
+ </form>
16
+ <hr>
17
+
18
+ <h3><?php _e( "Did you find a Bug on the plugin?", 'subscribe-reloaded' ) ?></h3>
19
+ <p><?php _e( 'Please report any bug on the <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new?title=Bug%20Report:%20%3Cshort%20description%3E&labels=bug" target="_blank">GitHub</a> Page rather than on the WordPress Support page.', 'subscribe-reloaded' ) ?>
20
+ </p>
21
+
22
  <hr>
options/panel9.php CHANGED
@@ -1,24 +1,24 @@
1
- <?php
2
- // Avoid direct access to this piece of code
3
- if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
- header( 'Location: /' );
5
- exit;
6
- }
7
- ?>
8
-
9
- <div class="donate-panel">
10
-
11
- <h3><?php _e( 'Support Subscribe to Comments Reloaded', 'subscribe-reloaded' ) ?></h3>
12
- <p style="font-size: 14px;"><?php _e( "Every contribution that you make is high valuable, so if you consider this plugin a helpful tool we will use your donation to invest on support and developing time.", 'subscribe-reloaded' ) ?></p>
13
-
14
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
15
- <input type="hidden" name="cmd" value="_s-xclick">
16
- <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHRwYJKoZIhvcNAQcEoIIHODCCBzQCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYA8SoFTW+K57dYTdcPfLxx8ZbNmWcyntG422taFxfD/YxlfgNCnAFBwW/SvmBwTMDJ6FIsQcI5ip3nh2K8Dh49sUHPyew+Vq+yF9wh7JVNq5rca+LOe8v76uF3R/1NIvu5YB4E81kjTjBEcsAaCjtxIWR39ozOJMTYYKmtqoMmbLDELMAkGBSsOAwIaBQAwgcQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIL4G6y7TbIF+AgaCyJsiBGYdu+gmMrBCEfVvBlAEDwzGjmxW77e31UKVUOTxoMOlG2F7kiC1bDWXfiOJB9m9M4+s8GCViaWZ94vDvBT60cWxFDogbWwNG7h6X3VXEJsRyjCZSFkfCzIazg9VRM1eiQvTHEaAOwi/tOSNL0mFvNIja+qwse0317uU0QS5bysKs999tt1YkhIlo0whw1Sk7o8SJ3Htx/I00bvPeoIIDhzCCA4MwggLsoAMCAQICAQAwDQYJKoZIhvcNAQEFBQAwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMB4XDTA0MDIxMzEwMTMxNVoXDTM1MDIxMzEwMTMxNVowgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBR07d/ETMS1ycjtkpkvjXZe9k+6CieLuLsPumsJ7QC1odNz3sJiCbs2wC0nLE0uLGaEtXynIgRqIddYCHx88pb5HTXv4SZeuv0Rqq4+axW9PLAAATU8w04qqjaSXgbGLP3NmohqM6bV9kZZwZLR/klDaQGo1u9uDb9lr4Yn+rBQIDAQABo4HuMIHrMB0GA1UdDgQWBBSWn3y7xm8XvVk/UtcKG+wQ1mSUazCBuwYDVR0jBIGzMIGwgBSWn3y7xm8XvVk/UtcKG+wQ1mSUa6GBlKSBkTCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb22CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCBXzpWmoBa5e9fo6ujionW1hUhPkOBakTr3YCDjbYfvJEiv/2P+IobhOGJr85+XHhN0v4gUkEDI8r2/rNk1m0GA8HKddvTjyGw/XqXa+LSTlDYkqI8OwR8GEYj4efEtcRpRYBxV8KxAW93YDWzFGvruKnnLbDAF6VR5w/cCMn5hzGCAZowggGWAgEBMIGUMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTMxMjE2MjIwOTE0WjAjBgkqhkiG9w0BCQQxFgQUaLU4NUKaF2Z+15I8flHXkTcwmgYwDQYJKoZIhvcNAQEBBQAEgYANW3n0y1EzwHcMIbMvKDpm1s89WKEr8URnsj2JKoNzAF8icZGcjELB7DJarAoreKDTpumFA1bGJWvJk7SJ0B/5CF7vDdTlNE9V4WU5yQfXAZJt3Vqv62SLGmLuyaqj+gwETY3MZimMXDYcuTQ+y5oxF1DIC4GHHioRhsu5DqaVhQ==-----END PKCS7-----">
17
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
18
- <img alt="" border="0" src="https://www.paypalobjects.com/es_XC/i/scr/pixel.gif" width="1" height="1">
19
- </form>
20
- <hr>
21
-
22
- <hr>
23
-
24
  </div>
1
+ <?php
2
+ // Avoid direct access to this piece of code
3
+ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
4
+ header( 'Location: /' );
5
+ exit;
6
+ }
7
+ ?>
8
+
9
+ <div class="donate-panel">
10
+
11
+ <h3><?php _e( 'Support Subscribe to Comments Reloaded', 'subscribe-reloaded' ) ?></h3>
12
+ <p style="font-size: 14px;"><?php _e( "Every contribution that you make is high valuable, so if you consider this plugin a helpful tool we will use your donation to invest on support and developing time.", 'subscribe-reloaded' ) ?></p>
13
+
14
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
15
+ <input type="hidden" name="cmd" value="_s-xclick">
16
+ <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHRwYJKoZIhvcNAQcEoIIHODCCBzQCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYA8SoFTW+K57dYTdcPfLxx8ZbNmWcyntG422taFxfD/YxlfgNCnAFBwW/SvmBwTMDJ6FIsQcI5ip3nh2K8Dh49sUHPyew+Vq+yF9wh7JVNq5rca+LOe8v76uF3R/1NIvu5YB4E81kjTjBEcsAaCjtxIWR39ozOJMTYYKmtqoMmbLDELMAkGBSsOAwIaBQAwgcQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIL4G6y7TbIF+AgaCyJsiBGYdu+gmMrBCEfVvBlAEDwzGjmxW77e31UKVUOTxoMOlG2F7kiC1bDWXfiOJB9m9M4+s8GCViaWZ94vDvBT60cWxFDogbWwNG7h6X3VXEJsRyjCZSFkfCzIazg9VRM1eiQvTHEaAOwi/tOSNL0mFvNIja+qwse0317uU0QS5bysKs999tt1YkhIlo0whw1Sk7o8SJ3Htx/I00bvPeoIIDhzCCA4MwggLsoAMCAQICAQAwDQYJKoZIhvcNAQEFBQAwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMB4XDTA0MDIxMzEwMTMxNVoXDTM1MDIxMzEwMTMxNVowgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBR07d/ETMS1ycjtkpkvjXZe9k+6CieLuLsPumsJ7QC1odNz3sJiCbs2wC0nLE0uLGaEtXynIgRqIddYCHx88pb5HTXv4SZeuv0Rqq4+axW9PLAAATU8w04qqjaSXgbGLP3NmohqM6bV9kZZwZLR/klDaQGo1u9uDb9lr4Yn+rBQIDAQABo4HuMIHrMB0GA1UdDgQWBBSWn3y7xm8XvVk/UtcKG+wQ1mSUazCBuwYDVR0jBIGzMIGwgBSWn3y7xm8XvVk/UtcKG+wQ1mSUa6GBlKSBkTCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb22CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCBXzpWmoBa5e9fo6ujionW1hUhPkOBakTr3YCDjbYfvJEiv/2P+IobhOGJr85+XHhN0v4gUkEDI8r2/rNk1m0GA8HKddvTjyGw/XqXa+LSTlDYkqI8OwR8GEYj4efEtcRpRYBxV8KxAW93YDWzFGvruKnnLbDAF6VR5w/cCMn5hzGCAZowggGWAgEBMIGUMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTMxMjE2MjIwOTE0WjAjBgkqhkiG9w0BCQQxFgQUaLU4NUKaF2Z+15I8flHXkTcwmgYwDQYJKoZIhvcNAQEBBQAEgYANW3n0y1EzwHcMIbMvKDpm1s89WKEr8URnsj2JKoNzAF8icZGcjELB7DJarAoreKDTpumFA1bGJWvJk7SJ0B/5CF7vDdTlNE9V4WU5yQfXAZJt3Vqv62SLGmLuyaqj+gwETY3MZimMXDYcuTQ+y5oxF1DIC4GHHioRhsu5DqaVhQ==-----END PKCS7-----">
17
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
18
+ <img alt="" border="0" src="https://www.paypalobjects.com/es_XC/i/scr/pixel.gif" width="1" height="1">
19
+ </form>
20
+ <hr>
21
+
22
+ <hr>
23
+
24
  </div>
readme.txt CHANGED
@@ -5,7 +5,7 @@ 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
  Tested up to: 4.7-alpha
8
- Stable tag: 160902
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -44,6 +44,13 @@ Subscribe to Comments Reloaded is a robust plugin that enables commenters to sig
44
  = Where can I give a Donation to support the plugin? =
45
  Thank you to your contributions the plugin gets better, please go to this [link](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) to give a PayPal donation.
46
 
 
 
 
 
 
 
 
47
  = Why my notifications are not in HTML format? =
48
  Don't worry, just go to the Options tab an set to Yes the **Enable HTML emails** option.
49
 
@@ -91,6 +98,9 @@ Just go to the Options Panel and click the generate button. By generating a new
91
 
92
  == Upgrade Notice ==
93
 
 
 
 
94
  = v160902 =
95
 
96
  **Fix release; PLEASE UPGRADE IMMEDIATELY** This version fixes bugs regarding broken links and wrong management page assignments.
@@ -139,6 +149,13 @@ v1410124 Fixed several issues reported on the support forum like broken links, r
139
 
140
  == Changelog ==
141
 
 
 
 
 
 
 
 
142
  = v160902 =
143
 
144
  * **Fix** Message that was refering to a key expire, also fix wrong See [issue#250](https://github.com/stcr/subscribe-to-comments-reloaded/issues/250)
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
  Tested up to: 4.7-alpha
8
+ Stable tag: 160915
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
44
  = Where can I give a Donation to support the plugin? =
45
  Thank you to your contributions the plugin gets better, please go to this [link](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) to give a PayPal donation.
46
 
47
+ = Are there any video tutorials? =
48
+ Yeah, I have uploaded a few videos for the following topics:
49
+
50
+ 1. Issues [Updating StCR via WordPress Update](https://youtu.be/Lb6cVx2bBU8)
51
+ 2. Issues with StCR links see [StCR Clickable Links](https://youtu.be/eFW-2NIRzBA)
52
+ 3. Issues with empty emails or management messages? see [StCR Mamagement Message](https://youtu.be/yRxOY8yq_cc)
53
+
54
  = Why my notifications are not in HTML format? =
55
  Don't worry, just go to the Options tab an set to Yes the **Enable HTML emails** option.
56
 
98
 
99
  == Upgrade Notice ==
100
 
101
+ = v160915 =
102
+ **Fix issues** This version fix the StCR position in the comment form. Small improvement in the Management Page.
103
+
104
  = v160902 =
105
 
106
  **Fix release; PLEASE UPGRADE IMMEDIATELY** This version fixes bugs regarding broken links and wrong management page assignments.
149
 
150
  == Changelog ==
151
 
152
+ = v160915 =
153
+
154
+ * **Fix** StCR checkbox position. Some WordPress themes does not use the latest WordPress standard and therefore the hook `comment_form_submit_field` does not work, as a result the checkbox is not visible. To force the checkbox visibility a new options called **a** was added in order to make the checkbox visible. See [issue#260](https://github.com/stcr/subscribe-to-comments-reloaded/issues/260)
155
+ * **Improve** Email validation for empty values and using a regex.
156
+ * **Improve** StCR update detection. Using the WordPress **Shiny Update** does not trigger the activate hook correctly.
157
+ * **Change** Radio buttons in the management page for a dropdown menu. Props[issue#247](https://github.com/stcr/subscribe-to-comments-reloaded/issues/247#issuecomment-242662558)
158
+
159
  = v160902 =
160
 
161
  * **Fix** Message that was refering to a key expire, also fix wrong See [issue#250](https://github.com/stcr/subscribe-to-comments-reloaded/issues/250)
subscribe-to-comments-reloaded.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
3
  Plugin Name: Subscribe to Comments Reloaded
4
 
5
- Version: 160902
6
- Stable tag: 160902
7
  Requires at least: 4.0
8
  Tested up to: 4.7-alpha
9
 
2
  /*
3
  Plugin Name: Subscribe to Comments Reloaded
4
 
5
+ Version: 160915
6
+ Stable tag: 160915
7
  Requires at least: 4.0
8
  Tested up to: 4.7-alpha
9
 
templates/author.php CHANGED
@@ -68,12 +68,15 @@ if ( is_array( $subscriptions ) && ! empty( $subscriptions ) ) {
68
  echo '</ul>';
69
  echo '<p id="subscribe-reloaded-select-all-p"><a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'email_list_form\'].elements[\'email_list[]\'];c=t.length;if(!c){t.checked=true}else{for(var i=0;i<c;i++){t[i].checked=true}};return false;">' . __( 'Select all', 'subscribe-reloaded' ) . '</a> ';
70
  echo '<a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'email_list_form\'].elements[\'email_list[]\'];c=t.length;if(!c){t.checked=!t.checked}else{for(var i=0;i<c;i++){t[i].checked=false}};return false;">' . __( 'Invert selection', 'subscribe-reloaded' ) . '</a></p>';
71
- echo '<p id="subscribe-reloaded-action-p">' . __( 'Action:', 'subscribe-reloaded' ) . '
72
- <input type="radio" name="sra" value="delete" id="action_type_delete" /> <label for="action_type_delete">' . __( 'Delete', 'subscribe-reloaded' ) . '</label> &nbsp;&nbsp;&nbsp;&nbsp;
73
- <input type="radio" name="sra" value="suspend" id="action_type_suspend" checked="checked" /> <label for="action_type_suspend">' . __( 'Suspend', 'subscribe-reloaded' ) . '</label> &nbsp;&nbsp;&nbsp;&nbsp;
74
- <input type="radio" name="sra" value="force_y" id="action_type_force_y" /> <label for="action_type_force_y">' . __( 'All comments', 'subscribe-reloaded' ) . '</label> &nbsp;&nbsp;&nbsp;&nbsp;
75
- <input type="radio" name="sra" value="force_r" id="action_type_force_r" /> <label for="action_type_force_r">' . __( 'Replies to my comments', 'subscribe-reloaded' ) . '</label> &nbsp;&nbsp;&nbsp;&nbsp;
76
- <input type="radio" name="sra" value="activate" id="action_type_activate" /> <label for="action_type_activate">' . __( 'Activate', 'subscribe-reloaded' ) . '</label></p>';
 
 
 
77
  echo '<p id="subscribe-reloaded-update-p"><input type="submit" class="subscribe-form-button" value="' . __( 'Update subscriptions', 'subscribe-reloaded' ) . '" /><input type="hidden" name="srp" value="' . intval( $post_ID ) . '"/></p>';
78
 
79
  } else {
68
  echo '</ul>';
69
  echo '<p id="subscribe-reloaded-select-all-p"><a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'email_list_form\'].elements[\'email_list[]\'];c=t.length;if(!c){t.checked=true}else{for(var i=0;i<c;i++){t[i].checked=true}};return false;">' . __( 'Select all', 'subscribe-reloaded' ) . '</a> ';
70
  echo '<a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'email_list_form\'].elements[\'email_list[]\'];c=t.length;if(!c){t.checked=!t.checked}else{for(var i=0;i<c;i++){t[i].checked=false}};return false;">' . __( 'Invert selection', 'subscribe-reloaded' ) . '</a></p>';
71
+ echo '<p id="subscribe-reloaded-action-p">' . __( 'Action:', 'subscribe-reloaded' );
72
+ echo '<select name="sra">';
73
+ echo '<option value="">'. __( 'Choose your action', 'subscribe-reloaded' ) .'</option>';
74
+ echo '<option value="delete">'. __( 'Delete', 'subscribe-reloaded' ) .'</option>';
75
+ echo '<option value="suspend">'. __( 'Suspend', 'subscribe-reloaded' ) .'</option>';
76
+ echo '<option value="force_y">'. __( 'All comments', 'subscribe-reloaded' ) .'</option>';
77
+ echo '<option value="force_r">'. __( 'Replies to my comments', 'subscribe-reloaded' ) .'</option>';
78
+ echo '<option value="activate">'. __( 'Activate', 'subscribe-reloaded' ) .'</option>';
79
+ echo '<select>';
80
  echo '<p id="subscribe-reloaded-update-p"><input type="submit" class="subscribe-form-button" value="' . __( 'Update subscriptions', 'subscribe-reloaded' ) . '" /><input type="hidden" name="srp" value="' . intval( $post_ID ) . '"/></p>';
81
 
82
  } else {
templates/key_expired.php CHANGED
@@ -7,9 +7,12 @@ if ( ! function_exists( 'add_action' ) ) {
7
 
8
  $error_message = __( "Woohaa the link to manage your subscriptions has expired, don't worry, just enter your email below and a new link will be send.", "subscribe-reloaded");
9
 
 
10
  ob_start();
 
 
 
11
  if ( isset( $_POST[ 'sre' ] ) && trim( $_POST[ 'sre' ] ) !== "" ) {
12
- global $wp_subscribe_reloaded;
13
  $email = esc_attr( $_POST[ 'sre' ] );
14
  $subject = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_subject', 'Manage your subscriptions on [blog_name]' ) ), ENT_QUOTES, 'UTF-8' );
15
  $page_message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_content', '' ) ), ENT_QUOTES, 'UTF-8' );
@@ -62,19 +65,6 @@ else
62
  }
63
  ?>
64
  <p><?php echo wpautop( $error_message ); ?></p>
65
- <script type="text/javascript">
66
- jQuery(document).ready(function($){
67
- $('form[name="sub-form"]').on('submit',function (event) {
68
- var email = $('input[name="sre"]');
69
- console.debug(email);
70
- if( email.val() !== "email" && email.val() === "" )
71
- {
72
- event.preventDefault();
73
- alert("Please enter your email.!!");
74
- }
75
- });
76
- });
77
- </script>
78
  <form action="<?php
79
  $url = $_SERVER[ 'REQUEST_URI' ];
80
  $url = preg_replace('/sre=\w+&|&key\_expired=\d+/', '', $url );
7
 
8
  $error_message = __( "Woohaa the link to manage your subscriptions has expired, don't worry, just enter your email below and a new link will be send.", "subscribe-reloaded");
9
 
10
+ global $wp_subscribe_reloaded;
11
  ob_start();
12
+ $wp_subscribe_reloaded->stcr->utils->register_plugin_scripts();
13
+ $wp_subscribe_reloaded->stcr->utils->add_plugin_js_scripts();
14
+
15
  if ( isset( $_POST[ 'sre' ] ) && trim( $_POST[ 'sre' ] ) !== "" ) {
 
16
  $email = esc_attr( $_POST[ 'sre' ] );
17
  $subject = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_subject', 'Manage your subscriptions on [blog_name]' ) ), ENT_QUOTES, 'UTF-8' );
18
  $page_message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_content', '' ) ), ENT_QUOTES, 'UTF-8' );
65
  }
66
  ?>
67
  <p><?php echo wpautop( $error_message ); ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  <form action="<?php
69
  $url = $_SERVER[ 'REQUEST_URI' ];
70
  $url = preg_replace('/sre=\w+&|&key\_expired=\d+/', '', $url );
templates/request-management-link.php CHANGED
@@ -4,12 +4,12 @@ if ( ! function_exists( 'add_action' ) ) {
4
  header( 'Location: /' );
5
  exit;
6
  }
7
-
8
  ob_start();
 
 
9
 
10
  if ( ! empty( $email ) ) {
11
- global $wp_subscribe_reloaded;
12
-
13
  // Send management link
14
  $subject = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_subject', 'Manage your subscriptions on [blog_name]' ) ), ENT_QUOTES, 'UTF-8' );
15
  $page_message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_content', '' ) ), ENT_QUOTES, 'UTF-8' );
@@ -64,19 +64,6 @@ else
64
  }
65
  ?>
66
  <p><?php echo wpautop( $message ); ?></p>
67
- <script type="text/javascript">
68
- jQuery(document).ready(function($){
69
- $('form[name="sub-form"]').on('submit',function (event) {
70
- var email = $('input[name="sre"]');
71
- console.debug(email);
72
- if( email.val() !== "email" && email.val() === "" )
73
- {
74
- event.preventDefault();
75
- alert("Please enter your email.!!");
76
- }
77
- });
78
- });
79
- </script>
80
  <form action="<?php
81
  echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>"
82
  method="post" name="sub-form">
@@ -91,5 +78,6 @@ else
91
  }
92
  $output = ob_get_contents();
93
  ob_end_clean();
 
94
  return $output;
95
  ?>
4
  header( 'Location: /' );
5
  exit;
6
  }
7
+ global $wp_subscribe_reloaded;
8
  ob_start();
9
+ $wp_subscribe_reloaded->stcr->utils->register_plugin_scripts();
10
+ $wp_subscribe_reloaded->stcr->utils->add_plugin_js_scripts();
11
 
12
  if ( ! empty( $email ) ) {
 
 
13
  // Send management link
14
  $subject = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_subject', 'Manage your subscriptions on [blog_name]' ) ), ENT_QUOTES, 'UTF-8' );
15
  $page_message = html_entity_decode( stripslashes( get_option( 'subscribe_reloaded_management_content', '' ) ), ENT_QUOTES, 'UTF-8' );
64
  }
65
  ?>
66
  <p><?php echo wpautop( $message ); ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  <form action="<?php
68
  echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>"
69
  method="post" name="sub-form">
78
  }
79
  $output = ob_get_contents();
80
  ob_end_clean();
81
+
82
  return $output;
83
  ?>
templates/subscribe.php CHANGED
@@ -6,6 +6,8 @@ if ( ! function_exists( 'add_action' ) ) {
6
  }
7
 
8
  global $wp_subscribe_reloaded;
 
 
9
 
10
  ob_start();
11
  $post_permalink = get_permalink( $post_ID );
@@ -84,19 +86,6 @@ else {
84
  }
85
  echo $message;
86
  ?></p>
87
- <script type="text/javascript">
88
- jQuery(document).ready(function($){
89
- $('form[name="sub-form"]').on('submit',function (event) {
90
- var email = $('input[name="sre"]');
91
- console.debug(email);
92
- if( email.val() !== "email" && email.val() === "" )
93
- {
94
- event.preventDefault();
95
- alert("Please enter your email.!!");
96
- }
97
- });
98
- });
99
- </script>
100
  <form action="<?php
101
  echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>"
102
  method="post" name="sub-form">
6
  }
7
 
8
  global $wp_subscribe_reloaded;
9
+ $wp_subscribe_reloaded->stcr->utils->register_plugin_scripts();
10
+ $wp_subscribe_reloaded->stcr->utils->add_plugin_js_scripts();
11
 
12
  ob_start();
13
  $post_permalink = get_permalink( $post_ID );
86
  }
87
  echo $message;
88
  ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  <form action="<?php
90
  echo esc_url( $_SERVER[ 'REQUEST_URI' ]);?>"
91
  method="post" name="sub-form">
templates/user.php CHANGED
@@ -66,12 +66,17 @@ if ( is_array( $subscriptions ) && ! empty( $subscriptions ) ) {
66
  echo '</ul>';
67
  echo '<p id="subscribe-reloaded-select-all-p"><a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'post_list_form\'].elements[\'post_list[]\'];c=t.length;if(!c){t.checked=true}else{for(var i=0;i<c;i++){t[i].checked=true}};return false;">' . __( 'Select all', 'subscribe-reloaded' ) . '</a> ';
68
  echo '<a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'post_list_form\'].elements[\'post_list[]\'];c=t.length;if(!c){t.checked=!t.checked}else{for(var i=0;i<c;i++){t[i].checked=false}};return false;">' . __( 'Invert selection', 'subscribe-reloaded' ) . '</a></p>';
69
- echo '<p id="subscribe-reloaded-action-p">' . __( 'Action:', 'subscribe-reloaded' ) . '
70
- <input type="radio" name="sra" value="delete" id="action_type_delete" /> <label for="action_type_delete">' . __( 'Delete', 'subscribe-reloaded' ) . '</label> &nbsp;&nbsp;&nbsp;&nbsp;
71
- <input type="radio" name="sra" value="suspend" id="action_type_suspend" checked="checked" /> <label for="action_type_suspend">' . __( 'Suspend', 'subscribe-reloaded' ) . '</label> &nbsp;&nbsp;&nbsp;&nbsp;
72
- <input type="radio" name="sra" value="force_y" id="action_type_force_y" /> <label for="action_type_force_y">' . __( 'All comments', 'subscribe-reloaded' ) . '</label> &nbsp;&nbsp;&nbsp;&nbsp;
73
- <input type="radio" name="sra" value="force_r" id="action_type_force_r" /> <label for="action_type_force_r">' . __( 'Replies to my comments', 'subscribe-reloaded' ) . '</label> &nbsp;&nbsp;&nbsp;&nbsp;
74
- <input type="radio" name="sra" value="activate" id="action_type_activate" /> <label for="action_type_activate">' . __( 'Activate', 'subscribe-reloaded' ) . '</label></p>';
 
 
 
 
 
75
  echo '<p id="subscribe-reloaded-update-p"><input type="submit" class="subscribe-form-button" value="'
76
  . __( 'Update subscriptions', 'subscribe-reloaded' )
77
  . '" /><input type="hidden" name="srek" value="' . $wp_subscribe_reloaded->stcr->utils->get_subscriber_key( $email ) . '"></p>';
66
  echo '</ul>';
67
  echo '<p id="subscribe-reloaded-select-all-p"><a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'post_list_form\'].elements[\'post_list[]\'];c=t.length;if(!c){t.checked=true}else{for(var i=0;i<c;i++){t[i].checked=true}};return false;">' . __( 'Select all', 'subscribe-reloaded' ) . '</a> ';
68
  echo '<a class="subscribe-reloaded-small-button" href="#" onclick="t=document.forms[\'post_list_form\'].elements[\'post_list[]\'];c=t.length;if(!c){t.checked=!t.checked}else{for(var i=0;i<c;i++){t[i].checked=false}};return false;">' . __( 'Invert selection', 'subscribe-reloaded' ) . '</a></p>';
69
+ echo '<p id="subscribe-reloaded-action-p">' . __( 'Action:', 'subscribe-reloaded' );
70
+
71
+ echo '<select name="sra">';
72
+ echo '<option value="">'. __( 'Choose your action', 'subscribe-reloaded' ) .'</option>';
73
+ echo '<option value="delete">'. __( 'Delete', 'subscribe-reloaded' ) .'</option>';
74
+ echo '<option value="suspend">'. __( 'Suspend', 'subscribe-reloaded' ) .'</option>';
75
+ echo '<option value="force_y">'. __( 'All comments', 'subscribe-reloaded' ) .'</option>';
76
+ echo '<option value="force_r">'. __( 'Replies to my comments', 'subscribe-reloaded' ) .'</option>';
77
+ echo '<option value="activate">'. __( 'Activate', 'subscribe-reloaded' ) .'</option>';
78
+ echo '<select>';
79
+
80
  echo '<p id="subscribe-reloaded-update-p"><input type="submit" class="subscribe-form-button" value="'
81
  . __( 'Update subscriptions', 'subscribe-reloaded' )
82
  . '" /><input type="hidden" name="srek" value="' . $wp_subscribe_reloaded->stcr->utils->get_subscriber_key( $email ) . '"></p>';
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 = '160902';
23
  public $utils = null;
24
  public $upgrade = null;
25
  public $db_version = null;
@@ -39,6 +39,12 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_manage') )
39
  $this->fresh_install = false;
40
  update_option('subscribe_reloaded_fresh_install', 'no');
41
  }
 
 
 
 
 
 
42
  }
43
 
44
  /**
@@ -158,14 +164,6 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_manage') )
158
  public function activate() {
159
  global $wpdb;
160
 
161
- if ( empty ( $this->db_version ) || $this->db_version != $this->current_version ) {
162
- // // Do whatever upgrades needed here.
163
- // $this->_activate();
164
- // Send the current version to display the appropiate message
165
- // The notification will only be visible once there is an update not a activation.
166
- $this->upgrade->upgrade_notification( $this->current_version, $this->db_version, $this->fresh_install );
167
- }
168
-
169
  if ( function_exists( 'is_multisite' ) && is_multisite() && isset( $_GET['networkwide'] ) && ( $_GET['networkwide'] == 1 ) ) {
170
  $blogids = $wpdb->get_col(
171
  $wpdb->prepare(
@@ -192,30 +190,10 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_manage') )
192
  * Adds the options to the database and imports the data from other plugins
193
  */
194
  public function _activate() {
195
-
196
  // Load localization files
197
  load_plugin_textdomain( 'subscribe-reloaded', false, dirname( plugin_basename( __FILE__ ) ) . '/langs/' );
198
-
199
- // Import data from the WP Comment Subscriptions plugin, if needed
200
- $this->upgrade->_import_wpcs_data();
201
-
202
- // Import data from Subscribe to Comments & Co., if needed
203
- $this->upgrade->_import_stc_data();
204
-
205
- // Import data from Comment Reply Notification, if needed
206
- $this->upgrade->_import_crn_data();
207
-
208
- // Starting from version 2.0 StCR uses Wordpress' tables to store the information about subscriptions
209
- $this->upgrade->_update_db();
210
-
211
- // Since there are some users with the database corrupted due to encoding stuff we need to sanitize
212
- // their information
213
- $this->upgrade->_sanitize_db_information( $this->fresh_install );
214
- // Create a new table if not exists to manage the subscribers safer
215
- // First Check if the subscribers table is created.
216
- if ( ! get_option( 'subscribe_reloaded_subscriber_table' ) || get_option( 'subscribe_reloaded_subscriber_table' ) == 'no') {
217
- $this->upgrade->_create_subscriber_table( $this->fresh_install );
218
- }
219
 
220
  // Messages related to the management page
221
  global $wp_rewrite;
@@ -231,7 +209,7 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_manage') )
231
  add_option( 'subscribe_reloaded_unique_key', $this->utils->generate_key(), '', 'yes' );
232
  add_option( 'subscribe_reloaded_fresh_install', 'no', '', 'yes' );
233
  add_option( 'subscribe_reloaded_safely_uninstall', 'yes', '', 'yes' );
234
- add_option( 'subscribe_reloaded_commentbox_place', 'no', '', 'yes' );
235
  add_option( 'subscribe_reloaded_reply_to', '', '', 'yes' );
236
  add_option( 'subscribe_reloaded_oneclick_text', "<p>Your are not longer subscribe to the post:</p>\r\n\r\n<h3>[post_title]</h3>\r\n<br>", '', 'yes' );
237
  add_option( 'subscribe_reloaded_subscriber_table', 'no', '', 'yes' );
@@ -280,14 +258,6 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_manage') )
280
  add_option( 'subscribe_reloaded_admin_subscribe', 'no', '', 'yes' );
281
  add_option( 'subscribe_reloaded_admin_bcc', 'no', '', 'yes' );
282
 
283
- update_option( 'subscribe_reloaded_version', $this->current_version );
284
-
285
- // Schedule the autopurge hook
286
- if ( ! wp_next_scheduled( '_cron_subscribe_reloaded_purge' ) ) {
287
- wp_clear_scheduled_hook( '_cron_subscribe_reloaded_purge' );
288
- // Let us bind the schedule event with our desire action.
289
- wp_schedule_event( time() + 15, 'daily', '_cron_subscribe_reloaded_purge' );
290
- }
291
  }
292
  /**
293
  * Performs some clean-up maintenance (disable cron job).
@@ -318,6 +288,46 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_manage') )
318
 
319
  // end deactivate
320
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  /**
322
  * Removes old entries from the database
323
  */
19
  {
20
  class stcr_manage {
21
 
22
+ public $current_version = '160915';
23
  public $utils = null;
24
  public $upgrade = null;
25
  public $db_version = null;
39
  $this->fresh_install = false;
40
  update_option('subscribe_reloaded_fresh_install', 'no');
41
  }
42
+ // Schedule the autopurge hook
43
+ if ( ! wp_next_scheduled( '_cron_subscribe_reloaded_purge' ) ) {
44
+ wp_clear_scheduled_hook( '_cron_subscribe_reloaded_purge' );
45
+ // Let us bind the schedule event with our desire action.
46
+ wp_schedule_event( time() + 15, 'daily', '_cron_subscribe_reloaded_purge' );
47
+ }
48
  }
49
 
50
  /**
164
  public function activate() {
165
  global $wpdb;
166
 
 
 
 
 
 
 
 
 
167
  if ( function_exists( 'is_multisite' ) && is_multisite() && isset( $_GET['networkwide'] ) && ( $_GET['networkwide'] == 1 ) ) {
168
  $blogids = $wpdb->get_col(
169
  $wpdb->prepare(
190
  * Adds the options to the database and imports the data from other plugins
191
  */
192
  public function _activate() {
 
193
  // Load localization files
194
  load_plugin_textdomain( 'subscribe-reloaded', false, dirname( plugin_basename( __FILE__ ) ) . '/langs/' );
195
+ // Upgrade rountine
196
+ $this->upgrade();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
 
198
  // Messages related to the management page
199
  global $wp_rewrite;
209
  add_option( 'subscribe_reloaded_unique_key', $this->utils->generate_key(), '', 'yes' );
210
  add_option( 'subscribe_reloaded_fresh_install', 'no', '', 'yes' );
211
  add_option( 'subscribe_reloaded_safely_uninstall', 'yes', '', 'yes' );
212
+ add_option( 'subscribe_reloaded_stcr_position', 'no', '', 'yes' );
213
  add_option( 'subscribe_reloaded_reply_to', '', '', 'yes' );
214
  add_option( 'subscribe_reloaded_oneclick_text', "<p>Your are not longer subscribe to the post:</p>\r\n\r\n<h3>[post_title]</h3>\r\n<br>", '', 'yes' );
215
  add_option( 'subscribe_reloaded_subscriber_table', 'no', '', 'yes' );
258
  add_option( 'subscribe_reloaded_admin_subscribe', 'no', '', 'yes' );
259
  add_option( 'subscribe_reloaded_admin_bcc', 'no', '', 'yes' );
260
 
 
 
 
 
 
 
 
 
261
  }
262
  /**
263
  * Performs some clean-up maintenance (disable cron job).
288
 
289
  // end deactivate
290
 
291
+ public function maybe_update()
292
+ {
293
+ $int_db_version = str_replace('.','', $this->db_version) ;
294
+ $int_curr_version = str_replace('.','', $this->current_version) ;;
295
+
296
+ if ( empty ( $int_db_version ) || (int) $int_db_version < (int) $int_curr_version ) {
297
+ // // Do whatever upgrades needed here.
298
+ // $this->_activate();
299
+ // Send the current version to display the appropiate message
300
+ // The notification will only be visible once there is an update not a activation.
301
+ $this->upgrade->upgrade_notification( $this->current_version, $this->db_version, $this->fresh_install );
302
+ $this->upgrade();
303
+ update_option( 'subscribe_reloaded_version', $this->current_version );
304
+ }
305
+ }
306
+
307
+ private function upgrade()
308
+ {
309
+ // Import data from the WP Comment Subscriptions plugin, if needed
310
+ $this->upgrade->_import_wpcs_data();
311
+
312
+ // Import data from Subscribe to Comments & Co., if needed
313
+ $this->upgrade->_import_stc_data();
314
+
315
+ // Import data from Comment Reply Notification, if needed
316
+ $this->upgrade->_import_crn_data();
317
+
318
+ // Starting from version 2.0 StCR uses Wordpress' tables to store the information about subscriptions
319
+ $this->upgrade->_update_db();
320
+
321
+ // Since there are some users with the database corrupted due to encoding stuff we need to sanitize
322
+ // their information
323
+ $this->upgrade->_sanitize_db_information( $this->fresh_install );
324
+ // Create a new table if not exists to manage the subscribers safer
325
+ // First Check if the subscribers table is created.
326
+ if ( ! get_option( 'subscribe_reloaded_subscriber_table' ) || get_option( 'subscribe_reloaded_subscriber_table' ) == 'no') {
327
+ $this->upgrade->_create_subscriber_table( $this->fresh_install );
328
+ }
329
+ }
330
+
331
  /**
332
  * Removes old entries from the database
333
  */
utils/stcr_upgrade.php CHANGED
@@ -477,6 +477,27 @@ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=U
477
  update_option( 'subscribe_reloaded_htmlify_message_links', 'no' );
478
  update_option( 'subscribe_reloaded_enable_html_emails', 'yes' );
479
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
480
  }
481
  }
482
  }
477
  update_option( 'subscribe_reloaded_htmlify_message_links', 'no' );
478
  update_option( 'subscribe_reloaded_enable_html_emails', 'yes' );
479
  break;
480
+ case '160915':
481
+ $options_link = sprintf( '<a href="%s"> %s </a>', admin_url( 'admin.php?page=stcr_options' ), __( 'Settings', 'subscribe-reloaded' ) );
482
+ $this->stcr_create_admin_notice(
483
+ 'notify_update_' . $_version,
484
+ 'unread',
485
+ '<p>' . __('<strong>Subscribe to Comments Reloaded</strong> has been updated to version 160915', 'subscribe-reloaded') . '</p>' .
486
+ '<p>' . __('This version includes fixes and improvements, ', 'subscribe-reloaded') . '</p>' .
487
+ '<ul>' .
488
+ '<li>' . __("<strong>Fix</strong> StCR checkbox position issues with some WordPress themes, Go to the {$options_link} to activate it.", 'subscribe-reloaded') . '</li>'.
489
+ '<li>' . __("<strong>Change</strong> the radio buttons in the management page for a dropdown.", 'subscribe-reloaded') . '</li>'.
490
+ '<li>' . __("<strong>Improve</strong> Email validation for empty values and using a regex.", 'subscribe-reloaded') . '</li>'.
491
+ '</ul>' .
492
+ '<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.'
493
+ . '<a class="dismiss" href="#">Dismiss. </a>'
494
+ . '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Working...">', 'subscribe-reloaded') . '</p>',
495
+ 'updated'
496
+ );
497
+ // Update the HTML emails option
498
+ update_option( 'subscribe_reloaded_htmlify_message_links', 'no' );
499
+ update_option( 'subscribe_reloaded_enable_html_emails', 'yes' );
500
+ break;
501
  }
502
  }
503
  }
wp_subscribe_reloaded.php CHANGED
@@ -23,10 +23,19 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
23
  // Show the checkbox - You can manually override this by adding the corresponding function in your template
24
  if ( get_option( 'subscribe_reloaded_show_subscription_box' ) === 'yes' )
25
  {
26
- add_filter( 'comment_form_submit_field', array($this, 'subscribe_reloaded_show'), 5, 1 );
27
- // add_action( 'comment_form', array( $this,'subscribe_reloaded_show' ), 5, 0 );
 
 
 
 
 
 
 
28
  }
29
 
 
 
30
  // What to do when a new comment is posted
31
  add_action( 'comment_post', array( $this, 'new_comment_posted' ), 12, 2 );
32
  // Add hook for the subscribe_reloaded_purge, define on the constructure so that the hook is read on time.
@@ -87,7 +96,6 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
87
  if ( get_option( 'subscribe_reloaded_notify_authors' ) === 'yes' ) {
88
  add_action( 'publish_post', array( $this, 'subscribe_post_author' ) );
89
  }
90
-
91
  // Enqueue admin scripts
92
  $this->utils->hook_admin_scripts();
93
 
@@ -1017,8 +1025,8 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
1017
  $_comment_ID = null;
1018
 
1019
  // Enable JS scripts.
1020
- // $wp_subscribe_reloaded->stcr->utils->add_plugin_js_scripts();
1021
- // wp_enqueue_style( 'stcr-plugin-style' );
1022
 
1023
  $is_disabled = get_post_meta( $post->ID, 'stcr_disable_subscriptions', true );
1024
  if ( ! empty( $is_disabled ) ) {
@@ -1100,17 +1108,16 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
1100
  }
1101
  $output = '';
1102
  // Check for the Comment Form location
1103
- /*if( get_option('subscribe_reloaded_commentbox_place') == 'yes' ) {
1104
  $output .= "<div class='stcr-form hidden'>";
1105
- $output .= "<!-- Subscribe to Comments Reloaded version ". $wp_subscribe_reloaded->stcr->current_version . " -->";
1106
- $output .= "<!-- BEGIN: subscribe to comments reloaded -->" . $html_to_show . "<!-- END: subscribe to comments reloaded -->";
1107
  $output .= "</div>";
1108
  } else {
1109
- // $backtrace = debug_backtrace();
1110
- // print_r($backtrace);
1111
- }*/
1112
- $output .= "<!-- Subscribe to Comments Reloaded version ". $wp_subscribe_reloaded->stcr->current_version . " -->";
1113
- $output .= "<!-- BEGIN: subscribe to comments reloaded -->" . $html_to_show . "<!-- END: subscribe to comments reloaded -->";
1114
  echo $output . $submit_field;
1115
  } // end subscribe_reloaded_show
1116
 
23
  // Show the checkbox - You can manually override this by adding the corresponding function in your template
24
  if ( get_option( 'subscribe_reloaded_show_subscription_box' ) === 'yes' )
25
  {
26
+ if( get_option('subscribe_reloaded_stcr_position') == 'yes' )
27
+ {
28
+ add_action( 'comment_form', array($this, 'subscribe_reloaded_show'), 5, 0 );
29
+ }
30
+ else
31
+ {
32
+ add_filter( 'comment_form_submit_field', array($this, 'subscribe_reloaded_show'), 5, 1 );
33
+ }
34
+
35
  }
36
 
37
+ $this->maybe_update();
38
+
39
  // What to do when a new comment is posted
40
  add_action( 'comment_post', array( $this, 'new_comment_posted' ), 12, 2 );
41
  // Add hook for the subscribe_reloaded_purge, define on the constructure so that the hook is read on time.
96
  if ( get_option( 'subscribe_reloaded_notify_authors' ) === 'yes' ) {
97
  add_action( 'publish_post', array( $this, 'subscribe_post_author' ) );
98
  }
 
99
  // Enqueue admin scripts
100
  $this->utils->hook_admin_scripts();
101
 
1025
  $_comment_ID = null;
1026
 
1027
  // Enable JS scripts.
1028
+ $wp_subscribe_reloaded->stcr->utils->add_plugin_js_scripts();
1029
+ wp_enqueue_style( 'stcr-plugin-style' );
1030
 
1031
  $is_disabled = get_post_meta( $post->ID, 'stcr_disable_subscriptions', true );
1032
  if ( ! empty( $is_disabled ) ) {
1108
  }
1109
  $output = '';
1110
  // Check for the Comment Form location
1111
+ if( get_option('subscribe_reloaded_stcr_position') == 'yes' ) {
1112
  $output .= "<div class='stcr-form hidden'>";
1113
+ $output .= "<!-- Subscribe to Comments Reloaded version ". $wp_subscribe_reloaded->stcr->current_version . " -->";
1114
+ $output .= "<!-- BEGIN: subscribe to comments reloaded -->" . $html_to_show . "<!-- END: subscribe to comments reloaded -->";
1115
  $output .= "</div>";
1116
  } else {
1117
+ $output .= "<!-- Subscribe to Comments Reloaded version ". $wp_subscribe_reloaded->stcr->current_version . " -->";
1118
+ $output .= "<!-- BEGIN: subscribe to comments reloaded -->" . $html_to_show . "<!-- END: subscribe to comments reloaded -->";
1119
+ }
1120
+
 
1121
  echo $output . $submit_field;
1122
  } // end subscribe_reloaded_show
1123