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.
Release Info
Developer | reedyseth |
Plugin | ![]() |
Version | 160915 |
Comparing to | |
See all releases |
Code changes from version 160902 to 160915
- includes/css/stcr-admin-style.css +56 -56
- includes/js/stcr-admin.js +62 -62
- includes/js/stcr-plugin.js +36 -8
- includes/js/stcr-tinyMCE.js +14 -14
- langs/subscribe-reloaded-be_BY.mo +0 -0
- langs/subscribe-reloaded-be_BY.po +137 -99
- langs/subscribe-reloaded-cs_CZ.mo +0 -0
- langs/subscribe-reloaded-cs_CZ.po +137 -99
- langs/subscribe-reloaded-da_DK.mo +0 -0
- langs/subscribe-reloaded-da_DK.po +137 -99
- langs/subscribe-reloaded-de_DE.mo +0 -0
- langs/subscribe-reloaded-de_DE.po +137 -99
- langs/subscribe-reloaded-es_ES.mo +0 -0
- langs/subscribe-reloaded-es_ES.po +1077 -1021
- langs/subscribe-reloaded-fa_IR.mo +0 -0
- langs/subscribe-reloaded-fa_IR.po +135 -97
- langs/subscribe-reloaded-fr_FR.mo +0 -0
- langs/subscribe-reloaded-fr_FR.po +137 -99
- langs/subscribe-reloaded-he_IL.mo +0 -0
- langs/subscribe-reloaded-he_IL.po +136 -98
- langs/subscribe-reloaded-hu_HU.mo +0 -0
- langs/subscribe-reloaded-hu_HU.po +137 -99
- langs/subscribe-reloaded-it_IT.mo +0 -0
- langs/subscribe-reloaded-it_IT.po +137 -99
- langs/subscribe-reloaded-nb_NO.mo +0 -0
- langs/subscribe-reloaded-nb_NO.po +137 -99
- langs/subscribe-reloaded-nl_NL.mo +0 -0
- langs/subscribe-reloaded-nl_NL.po +137 -99
- langs/subscribe-reloaded-pl_PL.mo +0 -0
- langs/subscribe-reloaded-pl_PL.po +136 -98
- langs/subscribe-reloaded-pt_BR.mo +0 -0
- langs/subscribe-reloaded-pt_BR.po +137 -99
- langs/subscribe-reloaded-pt_PT.mo +0 -0
- langs/subscribe-reloaded-pt_PT.po +137 -99
- langs/subscribe-reloaded-ru_RU.mo +0 -0
- langs/subscribe-reloaded-ru_RU.po +137 -99
- langs/subscribe-reloaded-sr_RS.mo +0 -0
- langs/subscribe-reloaded-sr_RS.po +136 -98
- langs/subscribe-reloaded-sv_SE.mo +0 -0
- langs/subscribe-reloaded-sv_SE.po +137 -99
- langs/subscribe-reloaded-tr_TR.mo +0 -0
- langs/subscribe-reloaded-tr_TR.po +137 -99
- langs/subscribe-reloaded-zh_CN.mo +0 -0
- langs/subscribe-reloaded-zh_CN.po +136 -98
- langs/subscribe-reloaded.pot +706 -511
- options/index.php +108 -108
- options/panel1-add-subscription.php +32 -32
- options/panel1-business-logic.php +115 -115
- options/panel1-edit-subscription.php +39 -39
- options/panel2.php +232 -232
- options/panel3.php +255 -255
- options/panel5.php +12 -0
- options/panel6.php +24 -24
- options/panel7.php +26 -26
- options/panel8.php +21 -21
- options/panel9.php +23 -23
- readme.txt +18 -1
- subscribe-to-comments-reloaded.php +2 -2
- templates/author.php +9 -6
- templates/key_expired.php +4 -14
- templates/request-management-link.php +4 -16
- templates/subscribe.php +2 -13
- templates/user.php +11 -6
- utils/stcr_manage.php +50 -40
- utils/stcr_upgrade.php +21 -0
- wp_subscribe_reloaded.php +20 -13
@@ -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 |
}
|
@@ -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 );
|
@@ -4,8 +4,7 @@
|
|
4 |
* @since 22-Sep-2015
|
5 |
* @author reedyseth
|
6 |
*/
|
7 |
-
(
|
8 |
-
|
9 |
sort_subscription_box();
|
10 |
|
11 |
/**
|
@@ -14,11 +13,40 @@
|
|
14 |
* @author reedyseth
|
15 |
*/
|
16 |
function sort_subscription_box() {
|
17 |
-
var submit_button =
|
18 |
-
var stcr_form =
|
19 |
var stcr_form_html = stcr_form.html();
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,}#x2F;i;
|
38 |
+
var email = jQuery('input[name="sre"]');
|
39 |
+
|
40 |
+
if( email.val() !== "email" && email.val() === "" )
|
41 |
+
{
|
42 |
+
event.preventDefault();
|
43 |
+
alert("Please enter your email.!!");
|
44 |
+
}
|
45 |
+
else if( email.val().match( emailRegex ) === null )
|
46 |
+
{
|
47 |
+
event.preventDefault();
|
48 |
+
alert("Your email address is not valid.!!");
|
49 |
+
}
|
50 |
+
});
|
51 |
+
});
|
52 |
+
|
@@ -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 |
+
});
|
Binary file
|
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Subscribe to Comments Reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-09-
|
6 |
-
"PO-Revision-Date: 2016-09-
|
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:
|
20 |
-
#: utils/stcr_manage.php:
|
21 |
msgid "Manage subscriptions"
|
22 |
msgstr "Рэдагаваць падпіскі"
|
23 |
|
24 |
-
#: options/index.php:60 utils/stcr_manage.php:
|
25 |
msgid "Comment Form"
|
26 |
msgstr "Форма каментара"
|
27 |
|
28 |
-
#: options/index.php:61 utils/stcr_manage.php:
|
29 |
msgid "Management Page"
|
30 |
msgstr "Старонка кіравання"
|
31 |
|
32 |
-
#: options/index.php:62 utils/stcr_manage.php:
|
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:
|
38 |
msgid "Options"
|
39 |
msgstr "Параметры"
|
40 |
|
41 |
-
#: options/index.php:65 utils/stcr_manage.php:
|
42 |
msgid "You can help"
|
43 |
msgstr "Вы можаце дапамагчы"
|
44 |
|
45 |
-
#: options/index.php:66 utils/stcr_manage.php:
|
46 |
msgid "Support"
|
47 |
msgstr "Падтрымка"
|
48 |
|
49 |
-
#: options/index.php:67 utils/stcr_manage.php:
|
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:
|
64 |
-
#: templates/request-management-link.php:
|
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:
|
300 |
-
#: templates/user.php:
|
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:
|
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:
|
333 |
msgid "Activate"
|
334 |
msgstr "Уключыць"
|
335 |
|
336 |
-
#: options/panel1.php:234 templates/author.php:
|
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:
|
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:
|
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:
|
400 |
-
#: options/panel5.php:
|
401 |
-
#: options/panel5.php:
|
|
|
402 |
msgid "Yes"
|
403 |
msgstr "Так"
|
404 |
|
405 |
#: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
|
406 |
-
#: options/panel5.php:
|
407 |
-
#: options/panel5.php:
|
408 |
-
#: options/panel5.php:
|
409 |
-
#: utils/stcr_manage.php:
|
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:
|
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:
|
783 |
msgid "Autopurge requests"
|
784 |
msgstr "Аўтаматычна выдаляць запыты"
|
785 |
|
786 |
-
#: options/panel5.php:34 options/panel5.php:
|
787 |
msgid "Enable double check"
|
788 |
msgstr "Уключыць падвойнае пацверджанне"
|
789 |
|
790 |
-
#: options/panel5.php:37 options/panel5.php:
|
|
|
|
|
|
|
|
|
791 |
msgid "Subscribe authors"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: options/panel5.php:
|
795 |
msgid "Enable HTML emails"
|
796 |
msgstr "Выкарыстоўваць HTML лісты"
|
797 |
|
798 |
-
#: options/panel5.php:
|
799 |
msgid "HTMLify Links in HTML emails"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: options/panel5.php:
|
803 |
msgid "Send trackbacks"
|
804 |
msgstr "Адпраўляць трэкбеки"
|
805 |
|
806 |
-
#: options/panel5.php:
|
807 |
msgid "Notify admin"
|
808 |
msgstr "Апавясціць адміна"
|
809 |
|
810 |
-
#: options/panel5.php:
|
811 |
msgid "Let admin subscribe"
|
812 |
msgstr "Дазволіць адміну падпісвацца"
|
813 |
|
814 |
-
#: options/panel5.php:
|
815 |
msgid "BCC admin on Notifications"
|
816 |
msgstr "Апавяшчэнні"
|
817 |
|
818 |
-
#: options/panel5.php:
|
819 |
msgid "Safely Uninstall"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: options/panel5.php:
|
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:
|
829 |
msgid "days"
|
830 |
msgstr "дзён"
|
831 |
|
832 |
-
#: options/panel5.php:
|
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
849 |
msgid ""
|
850 |
"Automatically subscribe authors to their own articles (not retroactive)."
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: options/panel5.php:
|
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:
|
862 |
msgid "HTMLify links in emails"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: options/panel5.php:
|
866 |
msgid ""
|
867 |
"If enabled, will wrap all links in messages with <code><a href=\"\">"
|
868 |
"</a></code> (only when HTML emails enabled)."
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: options/panel5.php:
|
872 |
msgid "Process trackbacks"
|
873 |
msgstr "Апрацоўваць трэкбеки"
|
874 |
|
875 |
-
#: options/panel5.php:
|
876 |
msgid ""
|
877 |
"Notify users when a new trackback or pingback is added to the discussion."
|
878 |
msgstr ""
|
879 |
"Апавяшчаць падпісантаў пра новыя трэкбеках ці пингбэках да абмеркавання"
|
880 |
|
881 |
-
#: options/panel5.php:
|
882 |
msgid "Track all subscriptions"
|
883 |
msgstr "Адсачыць усе падпіскі"
|
884 |
|
885 |
-
#: options/panel5.php:
|
886 |
msgid "Notify the administrator when users subscribe without commenting."
|
887 |
msgstr "Апавяшчаць адміністратара, калі карыстачы падпісваюцца без каментара."
|
888 |
|
889 |
-
#: options/panel5.php:
|
890 |
msgid "Let the administrator subscribe to comments when logged in."
|
891 |
msgstr "Дазволіць адміну падпісвацца, калі ён аўтарызаваны."
|
892 |
|
893 |
-
#: options/panel5.php:
|
894 |
msgid "Send a copy of all Notifications to the administrator."
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: options/panel5.php:
|
898 |
msgid "StCR Unique Key"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: options/panel5.php:
|
902 |
msgid "This Unique Key is not set, please click the following button to "
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: options/panel5.php:
|
906 |
msgid "Generate"
|
907 |
msgstr "Tasso di rimbalzo"
|
908 |
|
909 |
-
#: options/panel5.php:
|
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:
|
|
|
|
|
|
|
|
|
1025 |
msgid "All comments"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: templates/author.php:
|
1029 |
msgid "Replies to my comments"
|
1030 |
msgstr "Адказы на мае каментары"
|
1031 |
|
1032 |
-
#: templates/author.php:
|
1033 |
-
#: templates/user.php:
|
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:
|
1044 |
-
#: templates/subscribe.php:
|
1045 |
msgid "Send"
|
1046 |
msgstr "Адправіць"
|
1047 |
|
1048 |
-
#: templates/subscribe.php:
|
1049 |
msgid "New subscription to"
|
1050 |
msgstr "Новая падпіска на"
|
1051 |
|
1052 |
-
#: templates/subscribe.php:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
1163 |
msgid "There is a new comment to [post_title]"
|
1164 |
msgstr "З'явіўся новы каментар да артыкула [post_title]"
|
1165 |
|
1166 |
-
#: utils/stcr_manage.php:
|
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:
|
1186 |
msgid "Please confirm your subscription to [post_title]"
|
1187 |
msgstr "Калі ласка, пацвердзіце сваю падпіску на артыкул [post_title]"
|
1188 |
|
1189 |
-
#: utils/stcr_manage.php:
|
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:
|
1204 |
msgid "Manage your subscriptions on [blog_name]"
|
1205 |
msgstr "Рэдагаваць свае падпіскі на сайце [blog_name]"
|
1206 |
|
1207 |
-
#: utils/stcr_manage.php:
|
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:
|
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:
|
1225 |
msgid "StCR System"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: utils/stcr_manage.php:
|
1229 |
-
#: utils/stcr_manage.php:
|
1230 |
-
#: utils/stcr_manage.php:
|
1231 |
-
#: utils/stcr_manage.php:
|
1232 |
-
#: utils/stcr_manage.php:
|
1233 |
msgid "You do not have sufficient permissions to access this page."
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: utils/stcr_manage.php:
|
1237 |
msgid "Subscriptions"
|
1238 |
msgstr "Падпіскі"
|
1239 |
|
1240 |
-
#: utils/stcr_manage.php:
|
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:
|
1248 |
msgid "support forum"
|
1249 |
msgstr "форум падтрымкі"
|
1250 |
|
1251 |
-
#: utils/stcr_manage.php:
|
1252 |
msgid "Feeling generous?"
|
1253 |
msgstr "Жадаеце выявіць шчодрасць?"
|
1254 |
|
1255 |
-
#: utils/stcr_manage.php:
|
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:
|
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:
|
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><a href=\"\">"
|
880 |
"</a></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 |
|
Binary file
|
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: subscribe-reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-09-
|
6 |
-
"PO-Revision-Date: 2016-09-
|
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:
|
20 |
-
#: utils/stcr_manage.php:
|
21 |
msgid "Manage subscriptions"
|
22 |
msgstr "Správa odběrů"
|
23 |
|
24 |
-
#: options/index.php:60 utils/stcr_manage.php:
|
25 |
msgid "Comment Form"
|
26 |
msgstr "Formulář komentářů"
|
27 |
|
28 |
-
#: options/index.php:61 utils/stcr_manage.php:
|
29 |
msgid "Management Page"
|
30 |
msgstr "Nastavení"
|
31 |
|
32 |
-
#: options/index.php:62 utils/stcr_manage.php:
|
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:
|
38 |
msgid "Options"
|
39 |
msgstr "Možnosti"
|
40 |
|
41 |
-
#: options/index.php:65 utils/stcr_manage.php:
|
42 |
msgid "You can help"
|
43 |
msgstr "Jak nám pomoci?"
|
44 |
|
45 |
-
#: options/index.php:66 utils/stcr_manage.php:
|
46 |
msgid "Support"
|
47 |
msgstr "fórum podpory"
|
48 |
|
49 |
-
#: options/index.php:67 utils/stcr_manage.php:
|
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:
|
64 |
-
#: templates/request-management-link.php:
|
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:
|
299 |
-
#: templates/user.php:
|
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:
|
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:
|
332 |
msgid "Activate"
|
333 |
msgstr "Aktivovat"
|
334 |
|
335 |
-
#: options/panel1.php:234 templates/author.php:
|
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:
|
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:
|
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:
|
399 |
-
#: options/panel5.php:
|
400 |
-
#: options/panel5.php:
|
|
|
401 |
msgid "Yes"
|
402 |
msgstr "Ano"
|
403 |
|
404 |
#: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
|
405 |
-
#: options/panel5.php:
|
406 |
-
#: options/panel5.php:
|
407 |
-
#: options/panel5.php:
|
408 |
-
#: utils/stcr_manage.php:
|
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:
|
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:
|
788 |
msgid "Autopurge requests"
|
789 |
msgstr "Autočištění požadavků"
|
790 |
|
791 |
-
#: options/panel5.php:34 options/panel5.php:
|
792 |
msgid "Enable double check"
|
793 |
msgstr "Povolit dvojí kontrolu emailu"
|
794 |
|
795 |
-
#: options/panel5.php:37 options/panel5.php:
|
|
|
|
|
|
|
|
|
796 |
msgid "Subscribe authors"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: options/panel5.php:
|
800 |
msgid "Enable HTML emails"
|
801 |
msgstr "Povolit HTML formát emailů"
|
802 |
|
803 |
-
#: options/panel5.php:
|
804 |
msgid "HTMLify Links in HTML emails"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: options/panel5.php:
|
808 |
msgid "Send trackbacks"
|
809 |
msgstr "Odeslat trackacky"
|
810 |
|
811 |
-
#: options/panel5.php:
|
812 |
msgid "Notify admin"
|
813 |
msgstr "Upozornit administrátora"
|
814 |
|
815 |
-
#: options/panel5.php:
|
816 |
msgid "Let admin subscribe"
|
817 |
msgstr "Povolit odběry pro administrátora"
|
818 |
|
819 |
-
#: options/panel5.php:
|
820 |
msgid "BCC admin on Notifications"
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: options/panel5.php:
|
824 |
msgid "Safely Uninstall"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: options/panel5.php:
|
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:
|
834 |
msgid "days"
|
835 |
msgstr "dní"
|
836 |
|
837 |
-
#: options/panel5.php:
|
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
852 |
msgid ""
|
853 |
"Automatically subscribe authors to their own articles (not retroactive)."
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: options/panel5.php:
|
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:
|
865 |
msgid "HTMLify links in emails"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: options/panel5.php:
|
869 |
msgid ""
|
870 |
"If enabled, will wrap all links in messages with <code><a href=\"\">"
|
871 |
"</a></code> (only when HTML emails enabled)."
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: options/panel5.php:
|
875 |
msgid "Process trackbacks"
|
876 |
msgstr "Zpracovat trackbacky"
|
877 |
|
878 |
-
#: options/panel5.php:
|
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:
|
886 |
msgid "Track all subscriptions"
|
887 |
msgstr "Sledovat všechny odběry"
|
888 |
|
889 |
-
#: options/panel5.php:
|
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:
|
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:
|
900 |
msgid "Send a copy of all Notifications to the administrator."
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: options/panel5.php:
|
904 |
msgid "StCR Unique Key"
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: options/panel5.php:
|
908 |
msgid "This Unique Key is not set, please click the following button to "
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: options/panel5.php:
|
912 |
msgid "Generate"
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: options/panel5.php:
|
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:
|
|
|
|
|
|
|
|
|
1013 |
msgid "All comments"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: templates/author.php:
|
1017 |
msgid "Replies to my comments"
|
1018 |
msgstr "Odebírat (jen na moje komentáře)"
|
1019 |
|
1020 |
-
#: templates/author.php:
|
1021 |
-
#: templates/user.php:
|
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:
|
1032 |
-
#: templates/subscribe.php:
|
1033 |
msgid "Send"
|
1034 |
msgstr "Odeslat"
|
1035 |
|
1036 |
-
#: templates/subscribe.php:
|
1037 |
msgid "New subscription to"
|
1038 |
msgstr "Nový odběr k"
|
1039 |
|
1040 |
-
#: templates/subscribe.php:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
1211 |
msgid "StCR System"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: utils/stcr_manage.php:
|
1215 |
-
#: utils/stcr_manage.php:
|
1216 |
-
#: utils/stcr_manage.php:
|
1217 |
-
#: utils/stcr_manage.php:
|
1218 |
-
#: utils/stcr_manage.php:
|
1219 |
msgid "You do not have sufficient permissions to access this page."
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: utils/stcr_manage.php:
|
1223 |
msgid "Subscriptions"
|
1224 |
msgstr "Odběry "
|
1225 |
|
1226 |
-
#: utils/stcr_manage.php:
|
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:
|
1232 |
msgid "support forum"
|
1233 |
msgstr "fórum podpory"
|
1234 |
|
1235 |
-
#: utils/stcr_manage.php:
|
1236 |
msgid "Feeling generous?"
|
1237 |
msgstr "Chcete být štědrý?"
|
1238 |
|
1239 |
-
#: utils/stcr_manage.php:
|
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/
|
1447 |
-
msgid "
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#:
|
1451 |
-
msgid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: wp_subscribe_reloaded.php:
|
1455 |
msgid "Don't subscribe"
|
1456 |
msgstr "Neodebírat"
|
1457 |
|
1458 |
-
#: wp_subscribe_reloaded.php:
|
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><a href=\"\">"
|
883 |
"</a></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 |
|
Binary file
|
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Subscribe to Comments Reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-09-
|
6 |
-
"PO-Revision-Date: 2016-09-
|
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:
|
19 |
-
#: utils/stcr_manage.php:
|
20 |
msgid "Manage subscriptions"
|
21 |
msgstr "Rediger dine abonnementer"
|
22 |
|
23 |
-
#: options/index.php:60 utils/stcr_manage.php:
|
24 |
msgid "Comment Form"
|
25 |
msgstr "Kommentar skema"
|
26 |
|
27 |
-
#: options/index.php:61 utils/stcr_manage.php:
|
28 |
msgid "Management Page"
|
29 |
msgstr "Administrations side"
|
30 |
|
31 |
-
#: options/index.php:62 utils/stcr_manage.php:
|
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:
|
37 |
msgid "Options"
|
38 |
msgstr "Indstillinger"
|
39 |
|
40 |
-
#: options/index.php:65 utils/stcr_manage.php:
|
41 |
msgid "You can help"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: options/index.php:66 utils/stcr_manage.php:
|
45 |
msgid "Support"
|
46 |
msgstr "Support"
|
47 |
|
48 |
-
#: options/index.php:67 utils/stcr_manage.php:
|
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:
|
63 |
-
#: templates/request-management-link.php:
|
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:
|
301 |
-
#: templates/user.php:
|
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:
|
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:
|
334 |
msgid "Activate"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: options/panel1.php:234 templates/author.php:
|
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:
|
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:
|
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:
|
401 |
-
#: options/panel5.php:
|
402 |
-
#: options/panel5.php:
|
|
|
403 |
msgid "Yes"
|
404 |
msgstr "Ja"
|
405 |
|
406 |
#: options/panel2.php:67 options/panel2.php:77 options/panel2.php:106
|
407 |
-
#: options/panel5.php:
|
408 |
-
#: options/panel5.php:
|
409 |
-
#: options/panel5.php:
|
410 |
-
#: utils/stcr_manage.php:
|
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:
|
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:
|
784 |
msgid "Autopurge requests"
|
785 |
msgstr "Autoslet forespørgsler"
|
786 |
|
787 |
-
#: options/panel5.php:34 options/panel5.php:
|
788 |
msgid "Enable double check"
|
789 |
msgstr "Slå bekræftelse til"
|
790 |
|
791 |
-
#: options/panel5.php:37 options/panel5.php:
|
|
|
|
|
|
|
|
|
792 |
msgid "Subscribe authors"
|
793 |
msgstr "Abonnements besked"
|
794 |
|
795 |
-
#: options/panel5.php:
|
796 |
msgid "Enable HTML emails"
|
797 |
msgstr "Slå HTML e-mails til"
|
798 |
|
799 |
-
#: options/panel5.php:
|
800 |
msgid "HTMLify Links in HTML emails"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: options/panel5.php:
|
804 |
msgid "Send trackbacks"
|
805 |
msgstr "Send trackbacks"
|
806 |
|
807 |
-
#: options/panel5.php:
|
808 |
msgid "Notify admin"
|
809 |
msgstr "Adviser administrator"
|
810 |
|
811 |
-
#: options/panel5.php:
|
812 |
msgid "Let admin subscribe"
|
813 |
msgstr "Lad administrator abonnere"
|
814 |
|
815 |
-
#: options/panel5.php:
|
816 |
msgid "BCC admin on Notifications"
|
817 |
msgstr "E-mail emne"
|
818 |
|
819 |
-
#: options/panel5.php:
|
820 |
msgid "Safely Uninstall"
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: options/panel5.php:
|
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:
|
830 |
msgid "days"
|
831 |
msgstr "dage"
|
832 |
|
833 |
-
#: options/panel5.php:
|
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
850 |
msgid ""
|
851 |
"Automatically subscribe authors to their own articles (not retroactive)."
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: options/panel5.php:
|
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:
|
863 |
msgid "HTMLify links in emails"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: options/panel5.php:
|
867 |
msgid ""
|
868 |
"If enabled, will wrap all links in messages with <code><a href=\"\">"
|
869 |
"</a></code> (only when HTML emails enabled)."
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: options/panel5.php:
|
873 |
msgid "Process trackbacks"
|
874 |
msgstr "Send trackbacks"
|
875 |
|
876 |
-
#: options/panel5.php:
|
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:
|
884 |
msgid "Track all subscriptions"
|
885 |
msgstr "Advisering ved abonnementer"
|
886 |
|
887 |
-
#: options/panel5.php:
|
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:
|
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:
|
897 |
msgid "Send a copy of all Notifications to the administrator."
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: options/panel5.php:
|
901 |
msgid "StCR Unique Key"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: options/panel5.php:
|
905 |
msgid "This Unique Key is not set, please click the following button to "
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: options/panel5.php:
|
909 |
msgid "Generate"
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: options/panel5.php:
|
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:
|
|
|
|
|
|
|
|
|
1024 |
msgid "All comments"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: templates/author.php:
|
1028 |
msgid "Replies to my comments"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: templates/author.php:
|
1032 |
-
#: templates/user.php:
|
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:
|
1043 |
-
#: templates/subscribe.php:
|
1044 |
msgid "Send"
|
1045 |
msgstr "Send"
|
1046 |
|
1047 |
-
#: templates/subscribe.php:
|
1048 |
msgid "New subscription to"
|
1049 |
msgstr "Ny abonnent til"
|
1050 |
|
1051 |
-
#: templates/subscribe.php:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
1197 |
msgid "Manage your subscriptions on [blog_name]"
|
1198 |
msgstr "Rediger dit abonnement på kommentarer på [blog_name]"
|
1199 |
|
1200 |
-
#: utils/stcr_manage.php:
|
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:
|
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:
|
1216 |
msgid "StCR System"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: utils/stcr_manage.php:
|
1220 |
-
#: utils/stcr_manage.php:
|
1221 |
-
#: utils/stcr_manage.php:
|
1222 |
-
#: utils/stcr_manage.php:
|
1223 |
-
#: utils/stcr_manage.php:
|
1224 |
msgid "You do not have sufficient permissions to access this page."
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: utils/stcr_manage.php:
|
1228 |
msgid "Subscriptions"
|
1229 |
msgstr "Abonnementer til"
|
1230 |
|
1231 |
-
#: utils/stcr_manage.php:
|
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:
|
1239 |
msgid "support forum"
|
1240 |
msgstr "support forum"
|
1241 |
|
1242 |
-
#: utils/stcr_manage.php:
|
1243 |
msgid "Feeling generous?"
|
1244 |
msgstr "Føler du dig generøs?"
|
1245 |
|
1246 |
-
#: utils/stcr_manage.php:
|
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:
|
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:
|
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 |