Version Description
= v180212 = Security Patch This version add a patch for some security issues. Fix Critical Bug This version fix a critical bug causing issues with wrong database collations.
= v170607 = Fix Critical Bug This version fix a critical bug on fresh installation regarding a database table creation.
= v170428 = Fix issues This version fix a few bug reported on GitHub and also includes an improvement on the management page. See the change log for more details.
= v160915 = Fix issues This version fix the StCR position in the comment form. Small improvement in the Management Page.
= v160902 =
Fix release; PLEASE UPGRADE IMMEDIATELY This version fixes bugs regarding broken links and wrong management page assignments.
= v160831 =
Major Release On this version there have been a lot of patches and upgrades in the code, although there are many other issues to improve and fix this version will make your site and subscribers happy.
= v160115 =
Subscription broken Fix; PLEASE UPGRADE IMMEDIATELY. This fixes the broken links while trying to subscribe without commenting.
= v160106 =
This version is a mayor version change on StCR. It includes many changes and features like One Click Unsubscribe, A Rich editor for the notifications templates, Subscription Checkbox position, Huge code refactor just to mention a few.
= v150820 =
Security Fix; PLEASE UPGRADE IMMEDIATELY. v150820 fixes an XSS/CSRF vulnerability that was reported by a WordPress Plugin Repository moderator.
v150611 Fix the creation of the new table realated to the Google PII issue with AdWords, see v150422 Change log for details.
= v150611 =
v150611 Fix the creation of the new table realated to the Google PII issue with AdWords, see v150422 Change log for details.
= v150422 =
Security Fix; PLEASE UPGRADE IMMEDIATELY Google PII issue with AdWords. Protect user email Address and uses an encrypted key instead on URL. Several issues are fix, see the change log.
= v150207 =
Improvements on the links security. Now you get a Unique Key for your site. Check the Options Panel.
= v141103 =
Broken links and settings issue Please upgrade to fix the URL creation on the Request Management link and to save the settings values correctly.
= v141025 =
v1410124 Fixed several issues reported on the support forum like broken links, raw HTML on the messages, clean user interface with buttons not needed. See the change log for details.
= v140220 =
Security Fix; PLEASE UPGRADE IMMEDIATELY. v140219 fixes an XSS/CSRF vulnerability that was discovered by Tom Adams and reported by a WordPress Plugin Repository moderator.
Release Info
Developer | reedyseth |
Plugin | ![]() |
Version | 180212 |
Comparing to | |
See all releases |
Code changes from version 170607 to 180212
- includes/css/stcr-plugin-style.css +1 -1
- includes/js/stcr-admin.js +10 -0
- includes/js/stcr-plugin.js +1 -1
- langs/subscribe-reloaded-be_BY.mo +0 -0
- langs/subscribe-reloaded-be_BY.po +440 -333
- langs/subscribe-reloaded-cs_CZ.mo +0 -0
- langs/subscribe-reloaded-cs_CZ.po +446 -359
- langs/subscribe-reloaded-da_DK.mo +0 -0
- langs/subscribe-reloaded-da_DK.po +428 -324
- langs/subscribe-reloaded-de_DE.mo +0 -0
- langs/subscribe-reloaded-de_DE.po +450 -334
- langs/subscribe-reloaded-es_ES.mo +0 -0
- langs/subscribe-reloaded-es_ES.po +468 -356
- langs/subscribe-reloaded-fa_IR.mo +0 -0
- langs/subscribe-reloaded-fa_IR.po +580 -462
- langs/subscribe-reloaded-fr_FR.mo +0 -0
- langs/subscribe-reloaded-fr_FR.po +441 -334
- langs/subscribe-reloaded-he_IL.mo +0 -0
- langs/subscribe-reloaded-he_IL.po +422 -322
- langs/subscribe-reloaded-hu_HU.mo +0 -0
- langs/subscribe-reloaded-hu_HU.po +464 -321
- langs/subscribe-reloaded-id_ID.mo +0 -0
- langs/subscribe-reloaded-id_ID.po +439 -332
- langs/subscribe-reloaded-it_IT.mo +0 -0
- langs/subscribe-reloaded-it_IT.po +448 -339
- langs/subscribe-reloaded-nb_NO.mo +0 -0
- langs/subscribe-reloaded-nb_NO.po +441 -337
- langs/subscribe-reloaded-nl_NL.mo +0 -0
- langs/subscribe-reloaded-nl_NL.po +441 -333
- langs/subscribe-reloaded-pl_PL.mo +0 -0
- langs/subscribe-reloaded-pl_PL.po +437 -330
- langs/subscribe-reloaded-pt_BR.mo +0 -0
- langs/subscribe-reloaded-pt_BR.po +456 -347
- langs/subscribe-reloaded-pt_PT.mo +0 -0
- langs/subscribe-reloaded-pt_PT.po +449 -343
- langs/subscribe-reloaded-ru_RU.mo +0 -0
- langs/subscribe-reloaded-ru_RU.po +440 -333
- langs/subscribe-reloaded-sr_RS.mo +0 -0
- langs/subscribe-reloaded-sr_RS.po +434 -327
- langs/subscribe-reloaded-sv_SE.mo +0 -0
- langs/subscribe-reloaded-sv_SE.po +438 -331
- langs/subscribe-reloaded-tr_TR.mo +0 -0
- langs/subscribe-reloaded-tr_TR.po +432 -325
- langs/subscribe-reloaded-zh_CN.mo +0 -0
- langs/subscribe-reloaded-zh_CN.po +452 -309
- langs/subscribe-reloaded.pot +287 -244
- options/index.php +19 -9
- options/panel10.php +6 -0
- options/panel2.php +6 -6
- options/panel3.php +7 -7
- options/panel4.php +10 -10
- options/panel5.php +34 -0
- options/panel7.php +12 -5
- options/panel8.php +22 -10
- readme.txt +30 -7
- subscribe-to-comments-reloaded.php +4 -4
- utils/stcr_manage.php +14 -74
- utils/stcr_upgrade.php +103 -4
- utils/stcr_utils.php +108 -3
- wp_subscribe_reloaded.php +2 -1
@@ -4,6 +4,6 @@
|
|
4 |
* @author reedyseth
|
5 |
*/
|
6 |
|
7 |
-
.hidden {
|
8 |
display: none !important;
|
9 |
}
|
4 |
* @author reedyseth
|
5 |
*/
|
6 |
|
7 |
+
.stcr-hidden {
|
8 |
display: none !important;
|
9 |
}
|
@@ -58,5 +58,15 @@
|
|
58 |
$( info_panel).addClass( "hidden" );
|
59 |
}
|
60 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
});
|
62 |
} )( jQuery );
|
58 |
$( info_panel).addClass( "hidden" );
|
59 |
}
|
60 |
});
|
61 |
+
/**
|
62 |
+
* Control the execution of the options restore process.
|
63 |
+
* @author reedyseth
|
64 |
+
* @since 08-February-2018
|
65 |
+
*/
|
66 |
+
$('input.reset_all_options').on("click", function ( event ) {
|
67 |
+
var confirmation = confirm("If you proceed this action cannot be undone, all settings will be wipe out");
|
68 |
+
|
69 |
+
return confirmation;
|
70 |
+
});
|
71 |
});
|
72 |
} )( jQuery );
|
@@ -23,7 +23,7 @@ jQuery(document).ready(function($){
|
|
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 |
});
|
23 |
if($this.find(':input[type="submit"]').length)
|
24 |
{
|
25 |
stcr_form.remove(), $this.before(stcr_form);
|
26 |
+
jQuery('div.stcr-form').removeClass( 'stcr-hidden' );
|
27 |
return false; // Break the each() loop.
|
28 |
}
|
29 |
});
|
Binary file
|
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Subscribe to Comments Reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator: Reedyseth
|
8 |
"Language-Team: Web Geeks\n"
|
9 |
"Language: be_BY\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -13,40 +13,36 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"Plural-Forms: s;\n"
|
16 |
-
"X-Generator: Poedit
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: options/index.php:
|
20 |
-
#: utils/
|
21 |
msgid "Manage subscriptions"
|
22 |
msgstr "Рэдагаваць падпіскі"
|
23 |
|
24 |
-
#: options/index.php:
|
25 |
msgid "Comment Form"
|
26 |
msgstr "Форма каментара"
|
27 |
|
28 |
-
#: options/index.php:
|
29 |
msgid "Management Page"
|
30 |
msgstr "Старонка кіравання"
|
31 |
|
32 |
-
#: options/index.php:
|
33 |
msgid "Notifications"
|
34 |
msgstr "Апавяшчэнні"
|
35 |
|
36 |
-
#: options/index.php:
|
37 |
-
#: options/panel4.php:89 utils/stcr_manage.php:
|
38 |
msgid "Options"
|
39 |
msgstr "Параметры"
|
40 |
|
41 |
-
#: options/index.php:
|
42 |
-
msgid "You can help"
|
43 |
-
msgstr "Вы можаце дапамагчы"
|
44 |
-
|
45 |
-
#: options/index.php:66 utils/stcr_manage.php:459 utils/stcr_manage.php:460
|
46 |
msgid "Support"
|
47 |
msgstr "Падтрымка"
|
48 |
|
49 |
-
#: options/index.php:
|
50 |
msgid "Donate"
|
51 |
msgstr ""
|
52 |
|
@@ -345,95 +341,95 @@ msgstr "Абнавіць падпіскі"
|
|
345 |
msgid "Sorry, no subscriptions match your search criteria."
|
346 |
msgstr "Выбачыце, ніводная падпіска не адпавядае вашаму пошукаваму запыту."
|
347 |
|
348 |
-
#: options/panel10.php:
|
349 |
msgid "The log file has been successfully deleted."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: options/panel10.php:
|
353 |
msgid "Can't delete the log file, check the file permissions."
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: options/panel10.php:
|
357 |
msgid "The log file does not exists."
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: options/panel10.php:
|
361 |
msgid "Enable Log Information"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: options/panel10.php:
|
365 |
msgid "Enable Auto clean log data"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: options/panel10.php:
|
369 |
-
#: options/panel4.php:78 options/panel5.php:18 options/panel5.php:
|
370 |
msgid "Your settings have been successfully updated."
|
371 |
msgstr "Вашы налады паспяхова абноўлены."
|
372 |
|
373 |
-
#: options/panel10.php:
|
374 |
-
#: options/panel4.php:80 options/panel5.php:20 options/panel5.php:
|
375 |
msgid "There was an error updating the following fields:"
|
376 |
msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
|
377 |
|
378 |
-
#: options/panel10.php:
|
379 |
-
#: options/panel2.php:76 options/panel2.php:105 options/panel5.php:
|
380 |
-
#: options/panel5.php:
|
381 |
-
#: options/panel5.php:
|
382 |
-
#: options/panel5.php:
|
383 |
-
#: options/panel5.php:
|
384 |
msgid "Yes"
|
385 |
msgstr "Так"
|
386 |
|
387 |
-
#: options/panel10.php:
|
388 |
-
#: options/panel2.php:77 options/panel2.php:106 options/panel5.php:
|
389 |
-
#: options/panel5.php:
|
390 |
-
#: options/panel5.php:
|
391 |
-
#: options/panel5.php:
|
392 |
-
#: options/panel5.php:
|
393 |
msgid "No"
|
394 |
msgstr "Не"
|
395 |
|
396 |
-
#: options/panel10.php:
|
397 |
msgid ""
|
398 |
"If enabled, will log information of the plugin. Helpful for debugging "
|
399 |
"purposes."
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: options/panel10.php:
|
403 |
msgid "Hourly"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: options/panel10.php:
|
407 |
msgid "Twice Daily"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: options/panel10.php:
|
411 |
msgid "Daily"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: options/panel10.php:
|
415 |
msgid "If enabled, StCR will auto clean your information every day."
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: options/panel10.php:
|
419 |
msgid "Clean Up Log Archive"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: options/panel10.php:
|
423 |
msgid ""
|
424 |
"If you want to clean up the log archive please click the following button"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: options/panel10.php:
|
428 |
msgid "Clean"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: options/panel10.php:
|
432 |
msgid "System Information"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: options/panel10.php:
|
436 |
-
#: options/panel4.php:283 options/panel5.php:
|
437 |
msgid "Save Changes"
|
438 |
msgstr "Захаваць змены"
|
439 |
|
@@ -771,7 +767,7 @@ msgstr "Толькі адказы"
|
|
771 |
#: options/panel4.php:128
|
772 |
msgid ""
|
773 |
"This will be use when the user click reply on their email agent. If not set "
|
774 |
-
"will be the same as the Sender email address."
|
775 |
msgstr ""
|
776 |
|
777 |
#: options/panel4.php:147
|
@@ -787,8 +783,8 @@ msgstr ""
|
|
787 |
|
788 |
#: options/panel4.php:171
|
789 |
msgid ""
|
790 |
-
"<p
|
791 |
-
"the options.</strong></p>"
|
792 |
msgstr ""
|
793 |
|
794 |
#: options/panel4.php:184
|
@@ -835,79 +831,95 @@ msgid ""
|
|
835 |
"[blog_name]"
|
836 |
msgstr "Тэма ліста пра пацверджанне. Дазволены тэг: [post_title]"
|
837 |
|
838 |
-
#: options/panel5.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
839 |
msgid "Show StCR checkbox / dropdown"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: options/panel5.php:
|
843 |
msgid "Safetly Uninstall"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: options/panel5.php:
|
847 |
msgid "Autopurge requests"
|
848 |
msgstr "Аўтаматычна выдаляць запыты"
|
849 |
|
850 |
-
#: options/panel5.php:
|
851 |
msgid "Enable double check"
|
852 |
msgstr "Уключыць падвойнае пацверджанне"
|
853 |
|
854 |
-
#: options/panel5.php:
|
855 |
msgid "StCR Position"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: options/panel5.php:
|
859 |
msgid "Subscribe authors"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: options/panel5.php:
|
863 |
msgid "Enable HTML emails"
|
864 |
msgstr "Выкарыстоўваць HTML лісты"
|
865 |
|
866 |
-
#: options/panel5.php:
|
867 |
msgid "HTMLify Links in HTML emails"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: options/panel5.php:
|
871 |
msgid "Send trackbacks"
|
872 |
msgstr "Адпраўляць трэкбеки"
|
873 |
|
874 |
-
#: options/panel5.php:
|
875 |
msgid "Notify admin"
|
876 |
msgstr "Апавясціць адміна"
|
877 |
|
878 |
-
#: options/panel5.php:
|
879 |
msgid "Let admin subscribe"
|
880 |
msgstr "Дазволіць адміну падпісвацца"
|
881 |
|
882 |
-
#: options/panel5.php:
|
883 |
msgid "BCC admin on Notifications"
|
884 |
msgstr "Апавяшчэнні"
|
885 |
|
886 |
-
#: options/panel5.php:
|
887 |
msgid "Enable Font Awesome"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: options/panel5.php:
|
|
|
|
|
|
|
|
|
891 |
msgid ""
|
892 |
"This option will disable the StCR checkbox or dropdown in you comment form. "
|
893 |
"You should leave it to Yes always. "
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: options/panel5.php:
|
897 |
msgid "Safely Uninstall"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: options/panel5.php:
|
901 |
msgid ""
|
902 |
"This option will allow you to delete the plugin with WordPress without "
|
903 |
"loosing your subscribers. Any database table and plugin options are wipeout."
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: options/panel5.php:
|
907 |
msgid "days"
|
908 |
msgstr "дзён"
|
909 |
|
910 |
-
#: options/panel5.php:
|
911 |
msgid ""
|
912 |
"Delete pending subscriptions (not confirmed) after X days. Zero disables "
|
913 |
"this feature."
|
@@ -915,14 +927,14 @@ msgstr ""
|
|
915 |
"Выдаляць якія чакаюць пацверджанні (не пацверджаныя) падпіскі праз Х дзён. "
|
916 |
"Нуль адключае гэту функцыю."
|
917 |
|
918 |
-
#: options/panel5.php:
|
919 |
msgid ""
|
920 |
"If this option is enable the subscription box will be above the submit "
|
921 |
"button in your comment form. Use this when your theme is outdated and using "
|
922 |
"the incorrect WordPress Hooks and the checkbox is not displayed."
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: options/panel5.php:
|
926 |
msgid ""
|
927 |
"Send a notification email to confirm the subscription (to avoid addresses "
|
928 |
"misuse)."
|
@@ -930,12 +942,12 @@ msgstr ""
|
|
930 |
"Адпраўляць ліст з просьбай пацвердзіць падпіску (каб пазбегнуць выкарыстанні "
|
931 |
"эл. адрасы без вядзёная ўладальніка)"
|
932 |
|
933 |
-
#: options/panel5.php:
|
934 |
msgid ""
|
935 |
"Automatically subscribe authors to their own articles (not retroactive)."
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: options/panel5.php:
|
939 |
msgid ""
|
940 |
"If enabled, will send email messages with content-type = text/html instead "
|
941 |
"of text/plain"
|
@@ -943,75 +955,99 @@ msgstr ""
|
|
943 |
"Пры выбары гэтай функцыі паведамлення будуць адпраўляцца ў фармаце тэкст/"
|
944 |
"html замест звычайнага тэксту"
|
945 |
|
946 |
-
#: options/panel5.php:
|
947 |
msgid "HTMLify links in emails"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: options/panel5.php:
|
951 |
msgid ""
|
952 |
"If enabled, will wrap all links in messages with <code><a href=\"\">"
|
953 |
"</a></code> (only when HTML emails enabled)."
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: options/panel5.php:
|
957 |
msgid "Process trackbacks"
|
958 |
msgstr "Апрацоўваць трэкбеки"
|
959 |
|
960 |
-
#: options/panel5.php:
|
961 |
msgid ""
|
962 |
"Notify users when a new trackback or pingback is added to the discussion."
|
963 |
msgstr ""
|
964 |
"Апавяшчаць падпісантаў пра новыя трэкбеках ці пингбэках да абмеркавання"
|
965 |
|
966 |
-
#: options/panel5.php:
|
967 |
msgid "Track all subscriptions"
|
968 |
msgstr "Адсачыць усе падпіскі"
|
969 |
|
970 |
-
#: options/panel5.php:
|
971 |
msgid "Notify the administrator when users subscribe without commenting."
|
972 |
msgstr "Апавяшчаць адміністратара, калі карыстачы падпісваюцца без каментара."
|
973 |
|
974 |
-
#: options/panel5.php:
|
975 |
msgid "Let the administrator subscribe to comments when logged in."
|
976 |
msgstr "Дазволіць адміну падпісвацца, калі ён аўтарызаваны."
|
977 |
|
978 |
-
#: options/panel5.php:
|
979 |
msgid "Send a copy of all Notifications to the administrator."
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: options/panel5.php:
|
983 |
msgid ""
|
984 |
"Let you control the inclusion of the Font Awesome into your site. Disable if "
|
985 |
"you theme already add this into your site."
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: options/panel5.php:
|
989 |
msgid "StCR Unique Key"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: options/panel5.php:
|
993 |
msgid "This Unique Key is not set, please click the following button to "
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: options/panel5.php:
|
997 |
msgid "Generate"
|
998 |
msgstr "Tasso di rimbalzo"
|
999 |
|
1000 |
-
#: options/panel5.php:
|
1001 |
msgid ""
|
1002 |
"This Unique Key will be use to send the notification to your subscribers "
|
1003 |
"with more security."
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: options/
|
1007 |
-
msgid
|
1008 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1009 |
|
1010 |
-
#: options/panel7.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1011 |
msgid ""
|
1012 |
"How valuable is the feature offered by this plugin to your visitors? please "
|
1013 |
"consider supporting the author if this plugin made your web site better, "
|
1014 |
-
"especially if you are making money out of it
|
|
|
1015 |
"reinvested in the development of <strong>Subscribe to Comments Reloaded</"
|
1016 |
"strong>, and to buy some food for my hungry family."
|
1017 |
msgstr ""
|
@@ -1023,18 +1059,27 @@ msgstr ""
|
|
1023 |
"<b>Subscribe to Comments Reloaded</b> і на тое, каб купіць трохі ежы маёй "
|
1024 |
"галоднай сям'і."
|
1025 |
|
1026 |
-
#: options/panel7.php:
|
1027 |
-
|
1028 |
-
|
|
|
|
|
1029 |
|
1030 |
-
#: options/panel7.php:
|
1031 |
-
|
1032 |
-
|
1033 |
-
"
|
1034 |
-
"
|
1035 |
-
"
|
1036 |
-
"
|
1037 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1038 |
msgstr ""
|
1039 |
"Калі вы не жадаеце дапамагчы грашыма, калі ласка, разгледзіце магчымасць "
|
1040 |
"напісаць пра маю ўбудову ў сваім блогу і пакінуць спасылку на старонку "
|
@@ -1044,11 +1089,11 @@ msgstr ""
|
|
1044 |
"<b>Subscribe to Comments Reloaded</b> і гэтак далей. Што б вы ні абралі, "
|
1045 |
"дзякуй, што карыстаецеся маёй убудовай!"
|
1046 |
|
1047 |
-
#: options/panel7.php:
|
1048 |
msgid "Subscribe to the Beta testers"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: options/panel7.php:
|
1052 |
msgid ""
|
1053 |
"Before a new Update we release a Beta version so that our current users can "
|
1054 |
"give us feedback if they find a bug, If you want to join the tester list you "
|
@@ -1056,11 +1101,11 @@ msgid ""
|
|
1056 |
"a>"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: options/panel7.php:
|
1060 |
msgid "Vote and show your appreciation"
|
1061 |
msgstr "Прагаласуйце і пакажыце сваю ўдзячнасць"
|
1062 |
|
1063 |
-
#: options/panel7.php:
|
1064 |
msgid ""
|
1065 |
"Tell other people if <strong>Subscribe to Comments Reloaded</strong> works "
|
1066 |
"for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/"
|
@@ -1071,11 +1116,11 @@ msgstr ""
|
|
1071 |
"\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/"
|
1072 |
"\">Ацэніце</a> яго ў частцы ўбудоў на сайце Wordpress."
|
1073 |
|
1074 |
-
#: options/panel8.php:
|
1075 |
msgid "Did you find a Bug on the plugin?"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: options/panel8.php:
|
1079 |
msgid ""
|
1080 |
"Please report any bug on the <a href=\"https://github.com/stcr/subscribe-to-"
|
1081 |
"comments-reloaded/issues/new?title=Bug%20Report:%20%3Cshort%20description"
|
@@ -1170,206 +1215,46 @@ msgstr ""
|
|
1170 |
msgid "You have request to manage another email address and this is forbidden."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: utils/stcr_manage.php:
|
1174 |
-
msgid ""
|
1175 |
-
"Notify me of followup comments via e-mail. You can also <a "
|
1176 |
-
"href='[subscribe_link]'>subscribe</a> without commenting."
|
1177 |
-
msgstr ""
|
1178 |
-
"Атрымліваць новыя каментары па электроннай пошце. Вы можаце <a "
|
1179 |
-
"href='[subscribe_link]'>падпісацца</a> без каментавання."
|
1180 |
-
|
1181 |
-
#: utils/stcr_manage.php:224
|
1182 |
-
msgid ""
|
1183 |
-
"You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
|
1184 |
-
"subscriptions."
|
1185 |
-
msgstr ""
|
1186 |
-
"Вы падпісаны на гэты артыкул. <a href='[manager_link]'>Рэдагаваць</a> свае "
|
1187 |
-
"падпіскі."
|
1188 |
-
|
1189 |
-
#: utils/stcr_manage.php:225
|
1190 |
-
msgid ""
|
1191 |
-
"Your subscription to this post needs to be confirmed. <a "
|
1192 |
-
"href='[manager_link]'>Manage your subscriptions</a>."
|
1193 |
-
msgstr ""
|
1194 |
-
"Ваша падпіска на гэты артыкул мае патрэбу ў пацверджанні. <a "
|
1195 |
-
"href='[manager_link]'>Рэдагаваць</a> свае падпіскі."
|
1196 |
-
|
1197 |
-
#: utils/stcr_manage.php:226
|
1198 |
-
msgid ""
|
1199 |
-
"You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
|
1200 |
-
msgstr ""
|
1201 |
-
"Вы можаце <a href='[manager_link]'>кіраваць падпіскамі</a> на гэты запіс."
|
1202 |
-
|
1203 |
-
#: utils/stcr_manage.php:232
|
1204 |
-
msgid ""
|
1205 |
-
"To manage your subscriptions, please enter your email address here below. We "
|
1206 |
-
"will send you a message containing the link to access your personal "
|
1207 |
-
"management page."
|
1208 |
-
msgstr ""
|
1209 |
-
"Для кіравання сваімі падпіскамі, калі ласка, увядзіце свой электронны адрас "
|
1210 |
-
"у форму ніжэй. Мы адправім вам паведамленне са спасылкай на вашу "
|
1211 |
-
"персанальную старонку кіравання."
|
1212 |
-
|
1213 |
-
#: utils/stcr_manage.php:233
|
1214 |
-
msgid ""
|
1215 |
-
"Thank you for using our subscription service. Your request has been "
|
1216 |
-
"completed, and you should receive an email with the management link in a few "
|
1217 |
-
"minutes."
|
1218 |
-
msgstr ""
|
1219 |
-
"Дзякуй, што карыстаецеся нашым сэрвісам падпісак. Ваш запыт выкананы. На "
|
1220 |
-
"працягу некалькіх хвілін вы павінны атрымаць ліст са спасылкай на старонку "
|
1221 |
-
"кіравання падпіскамі."
|
1222 |
-
|
1223 |
-
#: utils/stcr_manage.php:234
|
1224 |
-
msgid ""
|
1225 |
-
"You can follow the discussion on <strong>[post_title]</strong> without "
|
1226 |
-
"having to leave a comment. Cool, huh? Just enter your email address in the "
|
1227 |
-
"form here below and you're all set."
|
1228 |
-
msgstr ""
|
1229 |
-
"Вы можаце сачыць за абмеркаваннем артыкула <strong>[post_title]</strong>, не "
|
1230 |
-
"пакідаючы свайго каментара. Выдатна, ці не праўда? Проста ўвядзіце свой "
|
1231 |
-
"электронны адрас у форму ніжэй, і гатова!"
|
1232 |
-
|
1233 |
-
#: utils/stcr_manage.php:235
|
1234 |
-
msgid ""
|
1235 |
-
"Thank you for using our subscription service. Your request has been "
|
1236 |
-
"completed. You will receive a notification email every time a new comment to "
|
1237 |
-
"this article is approved and posted by the administrator."
|
1238 |
-
msgstr ""
|
1239 |
-
"Дзякуй, што карыстаецеся нашым сэрвісам падпісак. Ваш запыт выкананы. Вы "
|
1240 |
-
"будзеце атрымліваць апавяшчэнні кожных разоў, як новы каментар да гэты "
|
1241 |
-
"артыкулу будзе ўхвалены і апублікаваны адміністратарам сайта."
|
1242 |
-
|
1243 |
-
#: utils/stcr_manage.php:236
|
1244 |
-
msgid ""
|
1245 |
-
"Thank you for using our subscription service. In order to confirm your "
|
1246 |
-
"request, please check your email for the verification message and follow the "
|
1247 |
-
"instructions."
|
1248 |
-
msgstr ""
|
1249 |
-
"Дзякуй, што карыстаецеся нашым сэрвісам падпісак. Каб пацвердзіць свой "
|
1250 |
-
"запыт, калі ласка, праверце сваю пошту і вынікайце інструкцыям у лісце пра "
|
1251 |
-
"пацверджанне."
|
1252 |
-
|
1253 |
-
#: utils/stcr_manage.php:237
|
1254 |
-
msgid ""
|
1255 |
-
"In order to cancel or suspend one or more notifications, select the "
|
1256 |
-
"corresponding checkbox(es) and click on the button at the end of the list."
|
1257 |
-
msgstr ""
|
1258 |
-
"Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў "
|
1259 |
-
"адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу."
|
1260 |
-
|
1261 |
-
#: utils/stcr_manage.php:238
|
1262 |
-
msgid ""
|
1263 |
-
"In order to cancel or suspend one or more notifications, select the "
|
1264 |
-
"corresponding checkbox(es) and click on the button at the end of the list. "
|
1265 |
-
"You are currently subscribed to:"
|
1266 |
-
msgstr ""
|
1267 |
-
"Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў "
|
1268 |
-
"адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу. На дадзены "
|
1269 |
-
"момант вы падпісаны на:"
|
1270 |
-
|
1271 |
-
#: utils/stcr_manage.php:242
|
1272 |
-
msgid "There is a new comment to [post_title]"
|
1273 |
-
msgstr "З'явіўся новы каментар да артыкула [post_title]"
|
1274 |
-
|
1275 |
-
#: utils/stcr_manage.php:243
|
1276 |
-
msgid ""
|
1277 |
-
"There is a new comment to [post_title].\n"
|
1278 |
-
"Comment Link: [comment_permalink]\n"
|
1279 |
-
"Author: [comment_author]\n"
|
1280 |
-
"Comment:\n"
|
1281 |
-
"[comment_content]\n"
|
1282 |
-
"Permalink: [post_permalink]\n"
|
1283 |
-
"Manage your subscriptions: [manager_link]"
|
1284 |
-
msgstr ""
|
1285 |
-
"З'явіўся новы каментар да артыкула [post_title].\n"
|
1286 |
-
"Спасылка на каментар: [comment_permalink]\n"
|
1287 |
-
"Аўтар: [comment_author]\n"
|
1288 |
-
"Каментар:\n"
|
1289 |
-
"[comment_content]\n"
|
1290 |
-
"\n"
|
1291 |
-
"Спасылка на артыкул: [post_permalink]\n"
|
1292 |
-
"Кіраванне падпіскамі: [manager_link]"
|
1293 |
-
|
1294 |
-
#: utils/stcr_manage.php:244
|
1295 |
-
msgid "Please confirm your subscription to [post_title]"
|
1296 |
-
msgstr "Калі ласка, пацвердзіце сваю падпіску на артыкул [post_title]"
|
1297 |
-
|
1298 |
-
#: utils/stcr_manage.php:245
|
1299 |
-
msgid ""
|
1300 |
-
"You have requested to be notified every time a new comment is added to:\n"
|
1301 |
-
"[post_permalink]\n"
|
1302 |
-
"\n"
|
1303 |
-
"Please confirm your request by clicking on this link:\n"
|
1304 |
-
"[confirm_link]"
|
1305 |
-
msgstr ""
|
1306 |
-
"Вы зрабілі запыт на атрыманне новых каментароў да артыкула:\n"
|
1307 |
-
"[post_permalink]\n"
|
1308 |
-
"\n"
|
1309 |
-
"Калі ласка, перайдзіце па наступнай спасылцы, каб пацвердзіць падпіску:\n"
|
1310 |
-
"[confirm_link]"
|
1311 |
-
|
1312 |
-
#: utils/stcr_manage.php:246
|
1313 |
-
msgid "Manage your subscriptions on [blog_name]"
|
1314 |
-
msgstr "Рэдагаваць свае падпіскі на сайце [blog_name]"
|
1315 |
-
|
1316 |
-
#: utils/stcr_manage.php:247
|
1317 |
-
msgid ""
|
1318 |
-
"You have requested to manage your subscriptions to the articles on "
|
1319 |
-
"[blog_name]. Please check the Subscriptions management link in your email"
|
1320 |
-
msgstr ""
|
1321 |
-
|
1322 |
-
#: utils/stcr_manage.php:248
|
1323 |
-
msgid ""
|
1324 |
-
"You have requested to manage your subscriptions to the articles on "
|
1325 |
-
"[blog_name]. Follow this link to access your personal page:\n"
|
1326 |
-
"[manager_link]"
|
1327 |
-
msgstr ""
|
1328 |
-
"Вы зрабілі запыт на рэдагаванне сваіх падпісак на каментары да артыкулаў на "
|
1329 |
-
"сайце [blog_name]. Вось спасылка на вашу асабістую старонку кіравання "
|
1330 |
-
"падпіскамі:\n"
|
1331 |
-
"[manager_link]"
|
1332 |
-
|
1333 |
-
#: utils/stcr_manage.php:471 utils/stcr_manage.php:472
|
1334 |
msgid "StCR System"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: utils/stcr_manage.php:
|
1338 |
-
#: utils/stcr_manage.php:
|
1339 |
-
#: utils/stcr_manage.php:
|
1340 |
-
#: utils/stcr_manage.php:
|
1341 |
-
#: utils/stcr_manage.php:
|
1342 |
msgid "You do not have sufficient permissions to access this page."
|
1343 |
msgstr ""
|
1344 |
|
1345 |
-
#: utils/stcr_manage.php:
|
1346 |
msgid "Subscriptions"
|
1347 |
msgstr "Падпіскі"
|
1348 |
|
1349 |
-
#: utils/stcr_manage.php:
|
1350 |
msgid ""
|
1351 |
"Need help on how to use Subscribe to Comments Reloaded? Visit the official"
|
1352 |
msgstr ""
|
1353 |
"Патрэбна дапамога ў использовани убудовы Subscribe to Comments Reloaded? "
|
1354 |
"Наведаеце наш афіцыйны"
|
1355 |
|
1356 |
-
#: utils/stcr_manage.php:
|
1357 |
msgid "support forum"
|
1358 |
msgstr "форум падтрымкі"
|
1359 |
|
1360 |
-
#: utils/stcr_manage.php:
|
1361 |
msgid "Feeling generous?"
|
1362 |
msgstr "Жадаеце выявіць шчодрасць?"
|
1363 |
|
1364 |
-
#: utils/stcr_manage.php:
|
1365 |
msgid "Donate a few bucks!"
|
1366 |
msgstr "Ахвяруйце пару баксаў!"
|
1367 |
|
1368 |
-
#: utils/stcr_upgrade.php:
|
1369 |
msgid "Important Notice"
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: utils/stcr_upgrade.php:
|
1373 |
msgid ""
|
1374 |
"<strong>Subscribe to Comments Reloaded:</strong> The information in your "
|
1375 |
"database has been sanitized to prevent the raw html messages. <a class="
|
@@ -1377,28 +1262,28 @@ msgid ""
|
|
1377 |
"src=\""
|
1378 |
msgstr ""
|
1379 |
|
1380 |
-
#: utils/stcr_upgrade.php:
|
1381 |
msgid ""
|
1382 |
"<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
|
1383 |
"from the <strong>Subscribe to Comments</strong> plugin was detected and "
|
1384 |
"automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: utils/stcr_upgrade.php:
|
1388 |
msgid ""
|
1389 |
" It is recommended that you now <strong>deactivate</strong> Subscribe to "
|
1390 |
"Comments to prevent confusion between the two plugins."
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: utils/stcr_upgrade.php:
|
1394 |
msgid ""
|
1395 |
"If you have subscription data from Subscribe to Comments Reloaded < v2.0 "
|
1396 |
"that you want to import, you'll need to import that data manually, as only "
|
1397 |
"one import routine will ever run to prevent data loss."
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: utils/stcr_upgrade.php:
|
1401 |
-
#: utils/stcr_upgrade.php:
|
1402 |
msgid ""
|
1403 |
"Please visit <a href=\"options-general.php?page=subscribe-to-comments-"
|
1404 |
"reloaded/options/index.php\">Settings -> Subscribe to Comments</a> to review "
|
@@ -1406,20 +1291,20 @@ msgid ""
|
|
1406 |
"\"stcr-loading-animation\" src=\""
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: utils/stcr_upgrade.php:
|
1410 |
msgid ""
|
1411 |
"<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
|
1412 |
"from the <strong>Comment Reply Notification</strong> plugin was detected and "
|
1413 |
"automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: utils/stcr_upgrade.php:
|
1417 |
msgid ""
|
1418 |
" It is recommended that you now <strong>deactivate</strong> Comment Reply "
|
1419 |
"Notification to prevent confusion between the two plugins."
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#: utils/stcr_upgrade.php:
|
1423 |
msgid ""
|
1424 |
"<strong>Subscribe to Comments Reloaded:</strong> Plugin options and comment "
|
1425 |
"subscription data from the <strong>WP Comment Subscriptions</strong> plugin "
|
@@ -1427,13 +1312,13 @@ msgid ""
|
|
1427 |
"Reloaded</strong>."
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: utils/stcr_upgrade.php:
|
1431 |
msgid ""
|
1432 |
" It is recommended that you now <strong>deactivate</strong> WP Comment "
|
1433 |
"Subscriptions to prevent confusion between the two plugins."
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: utils/stcr_upgrade.php:
|
1437 |
msgid ""
|
1438 |
"If you have subscription data from another plugin (such as Subscribe to "
|
1439 |
"Comments or Subscribe to Comments Reloaded < v2.0) that you want to import, "
|
@@ -1441,7 +1326,7 @@ msgid ""
|
|
1441 |
"ever run to prevent data loss."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: utils/stcr_upgrade.php:
|
1445 |
msgid ""
|
1446 |
"<strong>Note:</strong> If you were previously using the "
|
1447 |
"<code>wp_comment_subscriptions_show()</code> function or the <code>[wpcs-"
|
@@ -1450,29 +1335,29 @@ msgid ""
|
|
1450 |
"respectively."
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: utils/stcr_upgrade.php:
|
1454 |
msgid ""
|
1455 |
"<strong>Thank you for installing Subscribe to Comments Reloaded!</strong>."
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: utils/stcr_upgrade.php:
|
1459 |
-
#: utils/stcr_upgrade.php:
|
1460 |
msgid ""
|
1461 |
"If you find a bug or an issue you can report it <a href=\"https://github.com/"
|
1462 |
"stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: utils/stcr_upgrade.php:
|
1466 |
msgid ""
|
1467 |
-
"Please consider to make a donation to support the plugin
|
1468 |
-
"<a href=\"\n"
|
1469 |
"https://www.paypal.com/cgi-bin/webscr?"
|
1470 |
"cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft"
|
1471 |
"%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF"
|
1472 |
"%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a>."
|
1473 |
msgstr ""
|
1474 |
|
1475 |
-
#: utils/stcr_upgrade.php:
|
1476 |
msgid ""
|
1477 |
"Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
|
1478 |
"comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for detailed "
|
@@ -1480,23 +1365,23 @@ msgid ""
|
|
1480 |
"a><img class=\"stcr-loading-animation\" src=\""
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: utils/stcr_upgrade.php:
|
1484 |
msgid ""
|
1485 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1486 |
"160106."
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: utils/stcr_upgrade.php:
|
1490 |
msgid ""
|
1491 |
"This version includes many changes and fixes to improve your experience with "
|
1492 |
"the plugin, including One Click Unsubscribe, Rich Text Editor to create HTML "
|
1493 |
"email templates, Subscription Checkbox position, and more!"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: utils/stcr_upgrade.php:
|
1497 |
-
#: utils/stcr_upgrade.php:
|
1498 |
-
#: utils/stcr_upgrade.php:
|
1499 |
-
#: utils/stcr_upgrade.php:
|
1500 |
msgid ""
|
1501 |
"Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
|
1502 |
"comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
|
@@ -1504,123 +1389,126 @@ msgid ""
|
|
1504 |
"class=\"stcr-loading-animation\" src=\""
|
1505 |
msgstr ""
|
1506 |
|
1507 |
-
#: utils/stcr_upgrade.php:
|
1508 |
msgid ""
|
1509 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1510 |
"160115."
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: utils/stcr_upgrade.php:
|
1514 |
msgid ""
|
1515 |
"This version includes fixes to broken links while managing your subscriptions"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: utils/stcr_upgrade.php:
|
1519 |
msgid ""
|
1520 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1521 |
"160831"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: utils/stcr_upgrade.php:
|
1525 |
msgid "This version includes fixes to many bugs and also new features, "
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: utils/stcr_upgrade.php:
|
1529 |
msgid ""
|
1530 |
"<strong>New Feature</strong> Add new option to set the Reply To email "
|
1531 |
"address. This will help the subscribers to use the Reply option in their "
|
1532 |
"email agents."
|
1533 |
msgstr ""
|
1534 |
|
1535 |
-
#: utils/stcr_upgrade.php:
|
1536 |
msgid ""
|
1537 |
"<strong>New Feature</strong> Improve the Admin Menu for StCR. Replace the "
|
1538 |
"StCR menu on the Settings Menu for a new Menu with sub menus for the pages."
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: utils/stcr_upgrade.php:
|
1542 |
msgid ""
|
1543 |
"<strong>New Feature</strong> Safely Uninstall option to Delete the plugin "
|
1544 |
"without loosing your subscriptions. You can use this option also for reset "
|
1545 |
"all the settings, see the FAQ."
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: utils/stcr_upgrade.php:
|
1549 |
msgid ""
|
1550 |
"<strong>New Feature</strong> Now the WordPress Authors can use the "
|
1551 |
"<strong>Subscribe authors</strong> option to autor subscribe to a Custom "
|
1552 |
"Post Type."
|
1553 |
msgstr ""
|
1554 |
|
1555 |
-
#: utils/stcr_upgrade.php:
|
1556 |
msgid ""
|
1557 |
"<strong>New Feature</strong> A new field was added under the notification "
|
1558 |
"options to and the management link only by email and not to display it on "
|
1559 |
"the request link page."
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: utils/stcr_upgrade.php:
|
1563 |
msgid ""
|
1564 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1565 |
"160902"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: utils/stcr_upgrade.php:
|
1569 |
msgid ""
|
1570 |
"<strong>Fix update</strong> this version Fixes some issue trigger by the "
|
1571 |
"previous 160831 version."
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: utils/stcr_upgrade.php:
|
1575 |
msgid "Settings"
|
1576 |
msgstr "Scegli ordine"
|
1577 |
|
1578 |
-
#: utils/stcr_upgrade.php:
|
1579 |
msgid ""
|
1580 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1581 |
"160915"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: utils/stcr_upgrade.php:
|
1585 |
-
#: utils/stcr_upgrade.php:
|
1586 |
msgid "This version includes fixes and improvements, "
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: utils/stcr_upgrade.php:
|
1590 |
msgid ""
|
1591 |
"<strong>Change</strong> the radio buttons in the management page for a "
|
1592 |
"dropdown."
|
1593 |
msgstr ""
|
1594 |
|
1595 |
-
#: utils/stcr_upgrade.php:
|
1596 |
msgid ""
|
1597 |
"<strong>Improve</strong> Email validation for empty values and using a regex."
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: utils/stcr_upgrade.php:
|
|
|
1601 |
msgid "Log Settings"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#: utils/stcr_upgrade.php:
|
|
|
1605 |
msgid ""
|
1606 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#: utils/stcr_upgrade.php:
|
1610 |
msgid ""
|
1611 |
"<strong>Fix</strong> Wrong confirmation link when the double check option is "
|
1612 |
"enable."
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: utils/stcr_upgrade.php:
|
1616 |
msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#: utils/stcr_upgrade.php:
|
|
|
1620 |
msgid "The support of this plugin is given thanks to your donations."
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: utils/stcr_upgrade.php:
|
1624 |
msgid ""
|
1625 |
"Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
|
1626 |
"aria-hidden=\"true\"></i> <a href=\"\n"
|
@@ -1630,19 +1518,19 @@ msgid ""
|
|
1630 |
"%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a>."
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: utils/stcr_upgrade.php:
|
1634 |
msgid ""
|
1635 |
"<strong>Fix Critical Bug</strong> This version fix a critical bug on fresh "
|
1636 |
"installation regarding a database table creation."
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: utils/stcr_upgrade.php:
|
1640 |
msgid ""
|
1641 |
"<strong>Add</strong> Option to control the inclusion of the style Font "
|
1642 |
"Awesome."
|
1643 |
msgstr ""
|
1644 |
|
1645 |
-
#: utils/stcr_upgrade.php:
|
1646 |
msgid ""
|
1647 |
"Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
|
1648 |
"aria-hidden=\"true\"></i> <a href=\"\n"
|
@@ -1653,7 +1541,202 @@ msgid ""
|
|
1653 |
"for the users that have supported the plugin development."
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: utils/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1657 |
msgid "StCR Notification"
|
1658 |
msgstr "Апавяшчэнні"
|
1659 |
|
@@ -1665,6 +1748,30 @@ msgstr "Не падпісвацца"
|
|
1665 |
msgid "All"
|
1666 |
msgstr "Усё"
|
1667 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1668 |
#~ msgid ""
|
1669 |
#~ "Content of the notification email. Allowed tags: [post_title], "
|
1670 |
#~ "[comment_permalink], [comment_author], [comment_content], "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Subscribe to Comments Reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-02-12 15:07-0700\n"
|
6 |
+
"PO-Revision-Date: 2018-02-12 15:10-0700\n"
|
7 |
+
"Last-Translator: Reedyseth <reedyseth@gmail.com>\n"
|
8 |
"Language-Team: Web Geeks\n"
|
9 |
"Language: be_BY\n"
|
10 |
"MIME-Version: 1.0\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"Plural-Forms: s;\n"
|
16 |
+
"X-Generator: Poedit 2.0.6\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: options/index.php:69 utils/stcr_manage.php:352 utils/stcr_manage.php:353
|
20 |
+
#: utils/stcr_utils.php:203
|
21 |
msgid "Manage subscriptions"
|
22 |
msgstr "Рэдагаваць падпіскі"
|
23 |
|
24 |
+
#: options/index.php:70 utils/stcr_manage.php:358 utils/stcr_manage.php:359
|
25 |
msgid "Comment Form"
|
26 |
msgstr "Форма каментара"
|
27 |
|
28 |
+
#: options/index.php:71 utils/stcr_manage.php:364 utils/stcr_manage.php:365
|
29 |
msgid "Management Page"
|
30 |
msgstr "Старонка кіравання"
|
31 |
|
32 |
+
#: options/index.php:72 utils/stcr_manage.php:370 utils/stcr_manage.php:371
|
33 |
msgid "Notifications"
|
34 |
msgstr "Апавяшчэнні"
|
35 |
|
36 |
+
#: options/index.php:73 options/panel2.php:58 options/panel3.php:82
|
37 |
+
#: options/panel4.php:89 utils/stcr_manage.php:376 utils/stcr_manage.php:377
|
38 |
msgid "Options"
|
39 |
msgstr "Параметры"
|
40 |
|
41 |
+
#: options/index.php:76 utils/stcr_manage.php:398 utils/stcr_manage.php:399
|
|
|
|
|
|
|
|
|
42 |
msgid "Support"
|
43 |
msgstr "Падтрымка"
|
44 |
|
45 |
+
#: options/index.php:77 utils/stcr_manage.php:404 utils/stcr_manage.php:405
|
46 |
msgid "Donate"
|
47 |
msgstr ""
|
48 |
|
341 |
msgid "Sorry, no subscriptions match your search criteria."
|
342 |
msgstr "Выбачыце, ніводная падпіска не адпавядае вашаму пошукаваму запыту."
|
343 |
|
344 |
+
#: options/panel10.php:41
|
345 |
msgid "The log file has been successfully deleted."
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: options/panel10.php:46
|
349 |
msgid "Can't delete the log file, check the file permissions."
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: options/panel10.php:52
|
353 |
msgid "The log file does not exists."
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: options/panel10.php:66 options/panel10.php:110
|
357 |
msgid "Enable Log Information"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: options/panel10.php:72 options/panel10.php:119
|
361 |
msgid "Enable Auto clean log data"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: options/panel10.php:93 options/panel2.php:49 options/panel3.php:70
|
365 |
+
#: options/panel4.php:78 options/panel5.php:18 options/panel5.php:92
|
366 |
msgid "Your settings have been successfully updated."
|
367 |
msgstr "Вашы налады паспяхова абноўлены."
|
368 |
|
369 |
+
#: options/panel10.php:95 options/panel2.php:51 options/panel3.php:72
|
370 |
+
#: options/panel4.php:80 options/panel5.php:20 options/panel5.php:94
|
371 |
msgid "There was an error updating the following fields:"
|
372 |
msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
|
373 |
|
374 |
+
#: options/panel10.php:112 options/panel10.php:121 options/panel2.php:66
|
375 |
+
#: options/panel2.php:76 options/panel2.php:105 options/panel5.php:110
|
376 |
+
#: options/panel5.php:119 options/panel5.php:136 options/panel5.php:145
|
377 |
+
#: options/panel5.php:154 options/panel5.php:163 options/panel5.php:173
|
378 |
+
#: options/panel5.php:182 options/panel5.php:192 options/panel5.php:201
|
379 |
+
#: options/panel5.php:210 options/panel5.php:219
|
380 |
msgid "Yes"
|
381 |
msgstr "Так"
|
382 |
|
383 |
+
#: options/panel10.php:113 options/panel10.php:122 options/panel2.php:67
|
384 |
+
#: options/panel2.php:77 options/panel2.php:106 options/panel5.php:111
|
385 |
+
#: options/panel5.php:120 options/panel5.php:137 options/panel5.php:146
|
386 |
+
#: options/panel5.php:155 options/panel5.php:164 options/panel5.php:174
|
387 |
+
#: options/panel5.php:183 options/panel5.php:193 options/panel5.php:202
|
388 |
+
#: options/panel5.php:211 options/panel5.php:220 utils/stcr_manage.php:755
|
389 |
msgid "No"
|
390 |
msgstr "Не"
|
391 |
|
392 |
+
#: options/panel10.php:114
|
393 |
msgid ""
|
394 |
"If enabled, will log information of the plugin. Helpful for debugging "
|
395 |
"purposes."
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: options/panel10.php:125
|
399 |
msgid "Hourly"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: options/panel10.php:126
|
403 |
msgid "Twice Daily"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: options/panel10.php:127
|
407 |
msgid "Daily"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: options/panel10.php:129
|
411 |
msgid "If enabled, StCR will auto clean your information every day."
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: options/panel10.php:134
|
415 |
msgid "Clean Up Log Archive"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: options/panel10.php:138
|
419 |
msgid ""
|
420 |
"If you want to clean up the log archive please click the following button"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: options/panel10.php:140
|
424 |
msgid "Clean"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: options/panel10.php:147 options/panel10.php:150
|
428 |
msgid "System Information"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: options/panel10.php:164 options/panel2.php:230 options/panel3.php:253
|
432 |
+
#: options/panel4.php:283 options/panel5.php:265
|
433 |
msgid "Save Changes"
|
434 |
msgstr "Захаваць змены"
|
435 |
|
767 |
#: options/panel4.php:128
|
768 |
msgid ""
|
769 |
"This will be use when the user click reply on their email agent. If not set "
|
770 |
+
"it will be the same as the Sender email address."
|
771 |
msgstr ""
|
772 |
|
773 |
#: options/panel4.php:147
|
783 |
|
784 |
#: options/panel4.php:171
|
785 |
msgid ""
|
786 |
+
"<p style=\"color: #156dc7;\"><strong>Note: To get a default template clear "
|
787 |
+
"all the content and save the options.</strong></p>"
|
788 |
msgstr ""
|
789 |
|
790 |
#: options/panel4.php:184
|
831 |
"[blog_name]"
|
832 |
msgstr "Тэма ліста пра пацверджанне. Дазволены тэг: [post_title]"
|
833 |
|
834 |
+
#: options/panel5.php:38
|
835 |
+
#, fuzzy
|
836 |
+
#| msgid "Your settings have been successfully updated."
|
837 |
+
msgid "Your settings have been successfully reset."
|
838 |
+
msgstr "Вашы налады паспяхова абноўлены."
|
839 |
+
|
840 |
+
#: options/panel5.php:40
|
841 |
+
#, fuzzy
|
842 |
+
#| msgid "There was an error updating the following fields:"
|
843 |
+
msgid "There was an error deleting the options:"
|
844 |
+
msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
|
845 |
+
|
846 |
+
#: options/panel5.php:48 options/panel5.php:108
|
847 |
msgid "Show StCR checkbox / dropdown"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: options/panel5.php:51
|
851 |
msgid "Safetly Uninstall"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: options/panel5.php:54 options/panel5.php:125
|
855 |
msgid "Autopurge requests"
|
856 |
msgstr "Аўтаматычна выдаляць запыты"
|
857 |
|
858 |
+
#: options/panel5.php:57 options/panel5.php:143
|
859 |
msgid "Enable double check"
|
860 |
msgstr "Уключыць падвойнае пацверджанне"
|
861 |
|
862 |
+
#: options/panel5.php:60 options/panel5.php:134
|
863 |
msgid "StCR Position"
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: options/panel5.php:63 options/panel5.php:151
|
867 |
msgid "Subscribe authors"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: options/panel5.php:66 options/panel5.php:161
|
871 |
msgid "Enable HTML emails"
|
872 |
msgstr "Выкарыстоўваць HTML лісты"
|
873 |
|
874 |
+
#: options/panel5.php:69
|
875 |
msgid "HTMLify Links in HTML emails"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: options/panel5.php:72
|
879 |
msgid "Send trackbacks"
|
880 |
msgstr "Адпраўляць трэкбеки"
|
881 |
|
882 |
+
#: options/panel5.php:75
|
883 |
msgid "Notify admin"
|
884 |
msgstr "Апавясціць адміна"
|
885 |
|
886 |
+
#: options/panel5.php:78 options/panel5.php:199
|
887 |
msgid "Let admin subscribe"
|
888 |
msgstr "Дазволіць адміну падпісвацца"
|
889 |
|
890 |
+
#: options/panel5.php:81 options/panel5.php:208
|
891 |
msgid "BCC admin on Notifications"
|
892 |
msgstr "Апавяшчэнні"
|
893 |
|
894 |
+
#: options/panel5.php:84 options/panel5.php:217
|
895 |
msgid "Enable Font Awesome"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: options/panel5.php:87 options/panel5.php:254 options/panel5.php:261
|
899 |
+
msgid "Reset All Options"
|
900 |
+
msgstr ""
|
901 |
+
|
902 |
+
#: options/panel5.php:112
|
903 |
msgid ""
|
904 |
"This option will disable the StCR checkbox or dropdown in you comment form. "
|
905 |
"You should leave it to Yes always. "
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: options/panel5.php:117
|
909 |
msgid "Safely Uninstall"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: options/panel5.php:121
|
913 |
msgid ""
|
914 |
"This option will allow you to delete the plugin with WordPress without "
|
915 |
"loosing your subscribers. Any database table and plugin options are wipeout."
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: options/panel5.php:128
|
919 |
msgid "days"
|
920 |
msgstr "дзён"
|
921 |
|
922 |
+
#: options/panel5.php:129
|
923 |
msgid ""
|
924 |
"Delete pending subscriptions (not confirmed) after X days. Zero disables "
|
925 |
"this feature."
|
927 |
"Выдаляць якія чакаюць пацверджанні (не пацверджаныя) падпіскі праз Х дзён. "
|
928 |
"Нуль адключае гэту функцыю."
|
929 |
|
930 |
+
#: options/panel5.php:138
|
931 |
msgid ""
|
932 |
"If this option is enable the subscription box will be above the submit "
|
933 |
"button in your comment form. Use this when your theme is outdated and using "
|
934 |
"the incorrect WordPress Hooks and the checkbox is not displayed."
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: options/panel5.php:147
|
938 |
msgid ""
|
939 |
"Send a notification email to confirm the subscription (to avoid addresses "
|
940 |
"misuse)."
|
942 |
"Адпраўляць ліст з просьбай пацвердзіць падпіску (каб пазбегнуць выкарыстанні "
|
943 |
"эл. адрасы без вядзёная ўладальніка)"
|
944 |
|
945 |
+
#: options/panel5.php:156
|
946 |
msgid ""
|
947 |
"Automatically subscribe authors to their own articles (not retroactive)."
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: options/panel5.php:165
|
951 |
msgid ""
|
952 |
"If enabled, will send email messages with content-type = text/html instead "
|
953 |
"of text/plain"
|
955 |
"Пры выбары гэтай функцыі паведамлення будуць адпраўляцца ў фармаце тэкст/"
|
956 |
"html замест звычайнага тэксту"
|
957 |
|
958 |
+
#: options/panel5.php:170
|
959 |
msgid "HTMLify links in emails"
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: options/panel5.php:175
|
963 |
msgid ""
|
964 |
"If enabled, will wrap all links in messages with <code><a href=\"\">"
|
965 |
"</a></code> (only when HTML emails enabled)."
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: options/panel5.php:180
|
969 |
msgid "Process trackbacks"
|
970 |
msgstr "Апрацоўваць трэкбеки"
|
971 |
|
972 |
+
#: options/panel5.php:184
|
973 |
msgid ""
|
974 |
"Notify users when a new trackback or pingback is added to the discussion."
|
975 |
msgstr ""
|
976 |
"Апавяшчаць падпісантаў пра новыя трэкбеках ці пингбэках да абмеркавання"
|
977 |
|
978 |
+
#: options/panel5.php:189
|
979 |
msgid "Track all subscriptions"
|
980 |
msgstr "Адсачыць усе падпіскі"
|
981 |
|
982 |
+
#: options/panel5.php:194
|
983 |
msgid "Notify the administrator when users subscribe without commenting."
|
984 |
msgstr "Апавяшчаць адміністратара, калі карыстачы падпісваюцца без каментара."
|
985 |
|
986 |
+
#: options/panel5.php:203
|
987 |
msgid "Let the administrator subscribe to comments when logged in."
|
988 |
msgstr "Дазволіць адміну падпісвацца, калі ён аўтарызаваны."
|
989 |
|
990 |
+
#: options/panel5.php:212
|
991 |
msgid "Send a copy of all Notifications to the administrator."
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: options/panel5.php:221
|
995 |
msgid ""
|
996 |
"Let you control the inclusion of the Font Awesome into your site. Disable if "
|
997 |
"you theme already add this into your site."
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: options/panel5.php:226
|
1001 |
msgid "StCR Unique Key"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: options/panel5.php:231
|
1005 |
msgid "This Unique Key is not set, please click the following button to "
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: options/panel5.php:235 options/panel5.php:246
|
1009 |
msgid "Generate"
|
1010 |
msgstr "Tasso di rimbalzo"
|
1011 |
|
1012 |
+
#: options/panel5.php:243
|
1013 |
msgid ""
|
1014 |
"This Unique Key will be use to send the notification to your subscribers "
|
1015 |
"with more security."
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: options/panel5.php:256
|
1019 |
+
msgid ""
|
1020 |
+
"This will reset all the options and messages of the plugin. Please proceed "
|
1021 |
+
"with caution."
|
1022 |
+
msgstr ""
|
1023 |
+
|
1024 |
+
#: options/panel5.php:258
|
1025 |
+
msgid "Yes, Delete Options including subscriptions."
|
1026 |
+
msgstr ""
|
1027 |
+
|
1028 |
+
#: options/panel5.php:259
|
1029 |
+
msgid "No, Only delete the StCR Options."
|
1030 |
+
msgstr ""
|
1031 |
|
1032 |
+
#: options/panel7.php:11 options/panel8.php:11
|
1033 |
+
msgid ""
|
1034 |
+
"Support the developer, You can donate via <i class=\"fa fa-paypal\" aria-"
|
1035 |
+
"hidden=\"true\"></i>"
|
1036 |
+
msgstr ""
|
1037 |
+
|
1038 |
+
#: options/panel7.php:21 options/panel8.php:21
|
1039 |
+
#, fuzzy
|
1040 |
+
#| msgid ""
|
1041 |
+
#| "How valuable is the feature offered by this plugin to your visitors? "
|
1042 |
+
#| "please consider supporting the author if this plugin made your web site "
|
1043 |
+
#| "better, especially if you are making money out of it. Any donation "
|
1044 |
+
#| "received will be reinvested in the development of <strong>Subscribe to "
|
1045 |
+
#| "Comments Reloaded</strong>, and to buy some food for my hungry family."
|
1046 |
msgid ""
|
1047 |
"How valuable is the feature offered by this plugin to your visitors? please "
|
1048 |
"consider supporting the author if this plugin made your web site better, "
|
1049 |
+
"especially if you are making money out of it.<br><br> You can donate <strong>"
|
1050 |
+
"$5.00, $10.00, $20.00</strong> or more, $Any donation received will be "
|
1051 |
"reinvested in the development of <strong>Subscribe to Comments Reloaded</"
|
1052 |
"strong>, and to buy some food for my hungry family."
|
1053 |
msgstr ""
|
1059 |
"<b>Subscribe to Comments Reloaded</b> і на тое, каб купіць трохі ежы маёй "
|
1060 |
"галоднай сям'і."
|
1061 |
|
1062 |
+
#: options/panel7.php:23 options/panel8.php:23
|
1063 |
+
#, fuzzy
|
1064 |
+
#| msgid "You can help"
|
1065 |
+
msgid "You can still help"
|
1066 |
+
msgstr "Вы можаце дапамагчы"
|
1067 |
|
1068 |
+
#: options/panel7.php:24 options/panel8.php:24
|
1069 |
+
#, fuzzy
|
1070 |
+
#| msgid ""
|
1071 |
+
#| "If you don't want to donate money, please consider blogging about my "
|
1072 |
+
#| "plugin with a link to the plugin's page. Please let your readers know "
|
1073 |
+
#| "what makes your blog better. You can also contribute donating your time: "
|
1074 |
+
#| "do not hesitate to send me bug reports, your localization files, ideas on "
|
1075 |
+
#| "how to improve <strong>Subscribe to Comments Reloaded</strong> and so on. "
|
1076 |
+
#| "Whatever you do, thanks for using my plugin!"
|
1077 |
+
msgid ""
|
1078 |
+
"Please consider blogging about my plugin with a link to the plugin's page. "
|
1079 |
+
"Please let your readers know what makes your blog better. You can also "
|
1080 |
+
"contribute donating your time: do not hesitate to send me bug reports, your "
|
1081 |
+
"localization files, ideas on how to improve <strong>Subscribe to Comments "
|
1082 |
+
"Reloaded</strong> and so on. Whatever you do, thanks for using my plugin!"
|
1083 |
msgstr ""
|
1084 |
"Калі вы не жадаеце дапамагчы грашыма, калі ласка, разгледзіце магчымасць "
|
1085 |
"напісаць пра маю ўбудову ў сваім блогу і пакінуць спасылку на старонку "
|
1089 |
"<b>Subscribe to Comments Reloaded</b> і гэтак далей. Што б вы ні абралі, "
|
1090 |
"дзякуй, што карыстаецеся маёй убудовай!"
|
1091 |
|
1092 |
+
#: options/panel7.php:26 options/panel8.php:26
|
1093 |
msgid "Subscribe to the Beta testers"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
+
#: options/panel7.php:27 options/panel8.php:27
|
1097 |
msgid ""
|
1098 |
"Before a new Update we release a Beta version so that our current users can "
|
1099 |
"give us feedback if they find a bug, If you want to join the tester list you "
|
1101 |
"a>"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: options/panel7.php:29 options/panel8.php:29
|
1105 |
msgid "Vote and show your appreciation"
|
1106 |
msgstr "Прагаласуйце і пакажыце сваю ўдзячнасць"
|
1107 |
|
1108 |
+
#: options/panel7.php:30 options/panel8.php:30
|
1109 |
msgid ""
|
1110 |
"Tell other people if <strong>Subscribe to Comments Reloaded</strong> works "
|
1111 |
"for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/"
|
1116 |
"\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/"
|
1117 |
"\">Ацэніце</a> яго ў частцы ўбудоў на сайце Wordpress."
|
1118 |
|
1119 |
+
#: options/panel7.php:32 options/panel8.php:32
|
1120 |
msgid "Did you find a Bug on the plugin?"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: options/panel7.php:33 options/panel8.php:33
|
1124 |
msgid ""
|
1125 |
"Please report any bug on the <a href=\"https://github.com/stcr/subscribe-to-"
|
1126 |
"comments-reloaded/issues/new?title=Bug%20Report:%20%3Cshort%20description"
|
1215 |
msgid "You have request to manage another email address and this is forbidden."
|
1216 |
msgstr ""
|
1217 |
|
1218 |
+
#: utils/stcr_manage.php:410 utils/stcr_manage.php:411
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1219 |
msgid "StCR System"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: utils/stcr_manage.php:431 utils/stcr_manage.php:459
|
1223 |
+
#: utils/stcr_manage.php:486 utils/stcr_manage.php:513
|
1224 |
+
#: utils/stcr_manage.php:540 utils/stcr_manage.php:567
|
1225 |
+
#: utils/stcr_manage.php:594 utils/stcr_manage.php:621
|
1226 |
+
#: utils/stcr_manage.php:648 utils/stcr_manage.php:676
|
1227 |
msgid "You do not have sufficient permissions to access this page."
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: utils/stcr_manage.php:726
|
1231 |
msgid "Subscriptions"
|
1232 |
msgstr "Падпіскі"
|
1233 |
|
1234 |
+
#: utils/stcr_manage.php:782
|
1235 |
msgid ""
|
1236 |
"Need help on how to use Subscribe to Comments Reloaded? Visit the official"
|
1237 |
msgstr ""
|
1238 |
"Патрэбна дапамога ў использовани убудовы Subscribe to Comments Reloaded? "
|
1239 |
"Наведаеце наш афіцыйны"
|
1240 |
|
1241 |
+
#: utils/stcr_manage.php:782
|
1242 |
msgid "support forum"
|
1243 |
msgstr "форум падтрымкі"
|
1244 |
|
1245 |
+
#: utils/stcr_manage.php:783
|
1246 |
msgid "Feeling generous?"
|
1247 |
msgstr "Жадаеце выявіць шчодрасць?"
|
1248 |
|
1249 |
+
#: utils/stcr_manage.php:783
|
1250 |
msgid "Donate a few bucks!"
|
1251 |
msgstr "Ахвяруйце пару баксаў!"
|
1252 |
|
1253 |
+
#: utils/stcr_upgrade.php:72
|
1254 |
msgid "Important Notice"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: utils/stcr_upgrade.php:120
|
1258 |
msgid ""
|
1259 |
"<strong>Subscribe to Comments Reloaded:</strong> The information in your "
|
1260 |
"database has been sanitized to prevent the raw html messages. <a class="
|
1262 |
"src=\""
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: utils/stcr_upgrade.php:175
|
1266 |
msgid ""
|
1267 |
"<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
|
1268 |
"from the <strong>Subscribe to Comments</strong> plugin was detected and "
|
1269 |
"automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
|
1270 |
msgstr ""
|
1271 |
|
1272 |
+
#: utils/stcr_upgrade.php:175
|
1273 |
msgid ""
|
1274 |
" It is recommended that you now <strong>deactivate</strong> Subscribe to "
|
1275 |
"Comments to prevent confusion between the two plugins."
|
1276 |
msgstr ""
|
1277 |
|
1278 |
+
#: utils/stcr_upgrade.php:176
|
1279 |
msgid ""
|
1280 |
"If you have subscription data from Subscribe to Comments Reloaded < v2.0 "
|
1281 |
"that you want to import, you'll need to import that data manually, as only "
|
1282 |
"one import routine will ever run to prevent data loss."
|
1283 |
msgstr ""
|
1284 |
|
1285 |
+
#: utils/stcr_upgrade.php:177 utils/stcr_upgrade.php:251
|
1286 |
+
#: utils/stcr_upgrade.php:400
|
1287 |
msgid ""
|
1288 |
"Please visit <a href=\"options-general.php?page=subscribe-to-comments-"
|
1289 |
"reloaded/options/index.php\">Settings -> Subscribe to Comments</a> to review "
|
1291 |
"\"stcr-loading-animation\" src=\""
|
1292 |
msgstr ""
|
1293 |
|
1294 |
+
#: utils/stcr_upgrade.php:250
|
1295 |
msgid ""
|
1296 |
"<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
|
1297 |
"from the <strong>Comment Reply Notification</strong> plugin was detected and "
|
1298 |
"automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
|
1299 |
msgstr ""
|
1300 |
|
1301 |
+
#: utils/stcr_upgrade.php:250
|
1302 |
msgid ""
|
1303 |
" It is recommended that you now <strong>deactivate</strong> Comment Reply "
|
1304 |
"Notification to prevent confusion between the two plugins."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: utils/stcr_upgrade.php:397
|
1308 |
msgid ""
|
1309 |
"<strong>Subscribe to Comments Reloaded:</strong> Plugin options and comment "
|
1310 |
"subscription data from the <strong>WP Comment Subscriptions</strong> plugin "
|
1312 |
"Reloaded</strong>."
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: utils/stcr_upgrade.php:397
|
1316 |
msgid ""
|
1317 |
" It is recommended that you now <strong>deactivate</strong> WP Comment "
|
1318 |
"Subscriptions to prevent confusion between the two plugins."
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: utils/stcr_upgrade.php:398
|
1322 |
msgid ""
|
1323 |
"If you have subscription data from another plugin (such as Subscribe to "
|
1324 |
"Comments or Subscribe to Comments Reloaded < v2.0) that you want to import, "
|
1326 |
"ever run to prevent data loss."
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: utils/stcr_upgrade.php:399
|
1330 |
msgid ""
|
1331 |
"<strong>Note:</strong> If you were previously using the "
|
1332 |
"<code>wp_comment_subscriptions_show()</code> function or the <code>[wpcs-"
|
1335 |
"respectively."
|
1336 |
msgstr ""
|
1337 |
|
1338 |
+
#: utils/stcr_upgrade.php:413
|
1339 |
msgid ""
|
1340 |
"<strong>Thank you for installing Subscribe to Comments Reloaded!</strong>."
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: utils/stcr_upgrade.php:414 utils/stcr_upgrade.php:534
|
1344 |
+
#: utils/stcr_upgrade.php:561 utils/stcr_upgrade.php:589
|
1345 |
msgid ""
|
1346 |
"If you find a bug or an issue you can report it <a href=\"https://github.com/"
|
1347 |
"stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
|
1348 |
msgstr ""
|
1349 |
|
1350 |
+
#: utils/stcr_upgrade.php:415
|
1351 |
msgid ""
|
1352 |
+
"Please consider to make a donation to support the plugin. You can donate via "
|
1353 |
+
"<i class=\"fa fa-paypal\" aria-hidden=\"true\"></i> <a href=\"\n"
|
1354 |
"https://www.paypal.com/cgi-bin/webscr?"
|
1355 |
"cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft"
|
1356 |
"%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF"
|
1357 |
"%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a>."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
+
#: utils/stcr_upgrade.php:417
|
1361 |
msgid ""
|
1362 |
"Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
|
1363 |
"comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for detailed "
|
1365 |
"a><img class=\"stcr-loading-animation\" src=\""
|
1366 |
msgstr ""
|
1367 |
|
1368 |
+
#: utils/stcr_upgrade.php:428
|
1369 |
msgid ""
|
1370 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1371 |
"160106."
|
1372 |
msgstr ""
|
1373 |
|
1374 |
+
#: utils/stcr_upgrade.php:429
|
1375 |
msgid ""
|
1376 |
"This version includes many changes and fixes to improve your experience with "
|
1377 |
"the plugin, including One Click Unsubscribe, Rich Text Editor to create HTML "
|
1378 |
"email templates, Subscription Checkbox position, and more!"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: utils/stcr_upgrade.php:430 utils/stcr_upgrade.php:445
|
1382 |
+
#: utils/stcr_upgrade.php:467 utils/stcr_upgrade.php:490
|
1383 |
+
#: utils/stcr_upgrade.php:511 utils/stcr_upgrade.php:539
|
1384 |
+
#: utils/stcr_upgrade.php:566 utils/stcr_upgrade.php:594
|
1385 |
msgid ""
|
1386 |
"Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
|
1387 |
"comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
|
1389 |
"class=\"stcr-loading-animation\" src=\""
|
1390 |
msgstr ""
|
1391 |
|
1392 |
+
#: utils/stcr_upgrade.php:443
|
1393 |
msgid ""
|
1394 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1395 |
"160115."
|
1396 |
msgstr ""
|
1397 |
|
1398 |
+
#: utils/stcr_upgrade.php:444
|
1399 |
msgid ""
|
1400 |
"This version includes fixes to broken links while managing your subscriptions"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: utils/stcr_upgrade.php:458
|
1404 |
msgid ""
|
1405 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1406 |
"160831"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: utils/stcr_upgrade.php:459 utils/stcr_upgrade.php:481
|
1410 |
msgid "This version includes fixes to many bugs and also new features, "
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: utils/stcr_upgrade.php:461 utils/stcr_upgrade.php:484
|
1414 |
msgid ""
|
1415 |
"<strong>New Feature</strong> Add new option to set the Reply To email "
|
1416 |
"address. This will help the subscribers to use the Reply option in their "
|
1417 |
"email agents."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: utils/stcr_upgrade.php:462 utils/stcr_upgrade.php:485
|
1421 |
msgid ""
|
1422 |
"<strong>New Feature</strong> Improve the Admin Menu for StCR. Replace the "
|
1423 |
"StCR menu on the Settings Menu for a new Menu with sub menus for the pages."
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: utils/stcr_upgrade.php:463 utils/stcr_upgrade.php:486
|
1427 |
msgid ""
|
1428 |
"<strong>New Feature</strong> Safely Uninstall option to Delete the plugin "
|
1429 |
"without loosing your subscriptions. You can use this option also for reset "
|
1430 |
"all the settings, see the FAQ."
|
1431 |
msgstr ""
|
1432 |
|
1433 |
+
#: utils/stcr_upgrade.php:464 utils/stcr_upgrade.php:487
|
1434 |
msgid ""
|
1435 |
"<strong>New Feature</strong> Now the WordPress Authors can use the "
|
1436 |
"<strong>Subscribe authors</strong> option to autor subscribe to a Custom "
|
1437 |
"Post Type."
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: utils/stcr_upgrade.php:465 utils/stcr_upgrade.php:488
|
1441 |
msgid ""
|
1442 |
"<strong>New Feature</strong> A new field was added under the notification "
|
1443 |
"options to and the management link only by email and not to display it on "
|
1444 |
"the request link page."
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: utils/stcr_upgrade.php:480
|
1448 |
msgid ""
|
1449 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1450 |
"160902"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: utils/stcr_upgrade.php:483
|
1454 |
msgid ""
|
1455 |
"<strong>Fix update</strong> this version Fixes some issue trigger by the "
|
1456 |
"previous 160831 version."
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: utils/stcr_upgrade.php:500 wp_subscribe_reloaded.php:123
|
1460 |
msgid "Settings"
|
1461 |
msgstr "Scegli ordine"
|
1462 |
|
1463 |
+
#: utils/stcr_upgrade.php:504
|
1464 |
msgid ""
|
1465 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1466 |
"160915"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: utils/stcr_upgrade.php:505 utils/stcr_upgrade.php:526
|
1470 |
+
#: utils/stcr_upgrade.php:554 utils/stcr_upgrade.php:581
|
1471 |
msgid "This version includes fixes and improvements, "
|
1472 |
msgstr ""
|
1473 |
|
1474 |
+
#: utils/stcr_upgrade.php:508
|
1475 |
msgid ""
|
1476 |
"<strong>Change</strong> the radio buttons in the management page for a "
|
1477 |
"dropdown."
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: utils/stcr_upgrade.php:509
|
1481 |
msgid ""
|
1482 |
"<strong>Improve</strong> Email validation for empty values and using a regex."
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: utils/stcr_upgrade.php:521 utils/stcr_upgrade.php:549
|
1486 |
+
#: utils/stcr_upgrade.php:576
|
1487 |
msgid "Log Settings"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: utils/stcr_upgrade.php:525 utils/stcr_upgrade.php:553
|
1491 |
+
#: utils/stcr_upgrade.php:580
|
1492 |
msgid ""
|
1493 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: utils/stcr_upgrade.php:529
|
1497 |
msgid ""
|
1498 |
"<strong>Fix</strong> Wrong confirmation link when the double check option is "
|
1499 |
"enable."
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: utils/stcr_upgrade.php:530
|
1503 |
msgid "<strong>Improve</strong> Manage subscription page. Take a look ;)."
|
1504 |
msgstr ""
|
1505 |
|
1506 |
+
#: utils/stcr_upgrade.php:535 utils/stcr_upgrade.php:562
|
1507 |
+
#: utils/stcr_upgrade.php:590
|
1508 |
msgid "The support of this plugin is given thanks to your donations."
|
1509 |
msgstr ""
|
1510 |
|
1511 |
+
#: utils/stcr_upgrade.php:536
|
1512 |
msgid ""
|
1513 |
"Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
|
1514 |
"aria-hidden=\"true\"></i> <a href=\"\n"
|
1518 |
"%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a>."
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: utils/stcr_upgrade.php:557
|
1522 |
msgid ""
|
1523 |
"<strong>Fix Critical Bug</strong> This version fix a critical bug on fresh "
|
1524 |
"installation regarding a database table creation."
|
1525 |
msgstr ""
|
1526 |
|
1527 |
+
#: utils/stcr_upgrade.php:558
|
1528 |
msgid ""
|
1529 |
"<strong>Add</strong> Option to control the inclusion of the style Font "
|
1530 |
"Awesome."
|
1531 |
msgstr ""
|
1532 |
|
1533 |
+
#: utils/stcr_upgrade.php:563
|
1534 |
msgid ""
|
1535 |
"Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
|
1536 |
"aria-hidden=\"true\"></i> <a href=\"\n"
|
1541 |
"for the users that have supported the plugin development."
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: utils/stcr_upgrade.php:584
|
1545 |
+
msgid ""
|
1546 |
+
"<strong>Security Patch</strong> This version add a patch for some security "
|
1547 |
+
"issues."
|
1548 |
+
msgstr ""
|
1549 |
+
|
1550 |
+
#: utils/stcr_upgrade.php:585
|
1551 |
+
msgid "<strong>Add</strong> Option to reset all the plugin options"
|
1552 |
+
msgstr ""
|
1553 |
+
|
1554 |
+
#: utils/stcr_upgrade.php:586
|
1555 |
+
msgid "<strong>Fix</strong> issue regarding database collations"
|
1556 |
+
msgstr ""
|
1557 |
+
|
1558 |
+
#: utils/stcr_upgrade.php:591
|
1559 |
+
msgid ""
|
1560 |
+
"Help to keep the support alive. You can donate via <i class=\"fa fa-paypal\" "
|
1561 |
+
"aria-hidden=\"true\"></i> <a href=\"\n"
|
1562 |
+
" https://www.paypal.com/cgi-bin/webscr?"
|
1563 |
+
"cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft"
|
1564 |
+
"%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF"
|
1565 |
+
"%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a>. A big "
|
1566 |
+
"Thanks for all the users that have supported the plugin development."
|
1567 |
+
msgstr ""
|
1568 |
+
|
1569 |
+
#: utils/stcr_utils.php:196
|
1570 |
+
msgid ""
|
1571 |
+
"Notify me of followup comments via e-mail. You can also <a "
|
1572 |
+
"href='[subscribe_link]'>subscribe</a> without commenting."
|
1573 |
+
msgstr ""
|
1574 |
+
"Атрымліваць новыя каментары па электроннай пошце. Вы можаце <a "
|
1575 |
+
"href='[subscribe_link]'>падпісацца</a> без каментавання."
|
1576 |
+
|
1577 |
+
#: utils/stcr_utils.php:197
|
1578 |
+
msgid ""
|
1579 |
+
"You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
|
1580 |
+
"subscriptions."
|
1581 |
+
msgstr ""
|
1582 |
+
"Вы падпісаны на гэты артыкул. <a href='[manager_link]'>Рэдагаваць</a> свае "
|
1583 |
+
"падпіскі."
|
1584 |
+
|
1585 |
+
#: utils/stcr_utils.php:198
|
1586 |
+
msgid ""
|
1587 |
+
"Your subscription to this post needs to be confirmed. <a "
|
1588 |
+
"href='[manager_link]'>Manage your subscriptions</a>."
|
1589 |
+
msgstr ""
|
1590 |
+
"Ваша падпіска на гэты артыкул мае патрэбу ў пацверджанні. <a "
|
1591 |
+
"href='[manager_link]'>Рэдагаваць</a> свае падпіскі."
|
1592 |
+
|
1593 |
+
#: utils/stcr_utils.php:199
|
1594 |
+
msgid ""
|
1595 |
+
"You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
|
1596 |
+
msgstr ""
|
1597 |
+
"Вы можаце <a href='[manager_link]'>кіраваць падпіскамі</a> на гэты запіс."
|
1598 |
+
|
1599 |
+
#: utils/stcr_utils.php:205
|
1600 |
+
msgid ""
|
1601 |
+
"To manage your subscriptions, please enter your email address here below. We "
|
1602 |
+
"will send you a message containing the link to access your personal "
|
1603 |
+
"management page."
|
1604 |
+
msgstr ""
|
1605 |
+
"Для кіравання сваімі падпіскамі, калі ласка, увядзіце свой электронны адрас "
|
1606 |
+
"у форму ніжэй. Мы адправім вам паведамленне са спасылкай на вашу "
|
1607 |
+
"персанальную старонку кіравання."
|
1608 |
+
|
1609 |
+
#: utils/stcr_utils.php:206
|
1610 |
+
msgid ""
|
1611 |
+
"Thank you for using our subscription service. Your request has been "
|
1612 |
+
"completed, and you should receive an email with the management link in a few "
|
1613 |
+
"minutes."
|
1614 |
+
msgstr ""
|
1615 |
+
"Дзякуй, што карыстаецеся нашым сэрвісам падпісак. Ваш запыт выкананы. На "
|
1616 |
+
"працягу некалькіх хвілін вы павінны атрымаць ліст са спасылкай на старонку "
|
1617 |
+
"кіравання падпіскамі."
|
1618 |
+
|
1619 |
+
#: utils/stcr_utils.php:207
|
1620 |
+
msgid ""
|
1621 |
+
"You can follow the discussion on <strong>[post_title]</strong> without "
|
1622 |
+
"having to leave a comment. Cool, huh? Just enter your email address in the "
|
1623 |
+
"form here below and you're all set."
|
1624 |
+
msgstr ""
|
1625 |
+
"Вы можаце сачыць за абмеркаваннем артыкула <strong>[post_title]</strong>, не "
|
1626 |
+
"пакідаючы свайго каментара. Выдатна, ці не праўда? Проста ўвядзіце свой "
|
1627 |
+
"электронны адрас у форму ніжэй, і гатова!"
|
1628 |
+
|
1629 |
+
#: utils/stcr_utils.php:208
|
1630 |
+
msgid ""
|
1631 |
+
"Thank you for using our subscription service. Your request has been "
|
1632 |
+
"completed. You will receive a notification email every time a new comment to "
|
1633 |
+
"this article is approved and posted by the administrator."
|
1634 |
+
msgstr ""
|
1635 |
+
"Дзякуй, што карыстаецеся нашым сэрвісам падпісак. Ваш запыт выкананы. Вы "
|
1636 |
+
"будзеце атрымліваць апавяшчэнні кожных разоў, як новы каментар да гэты "
|
1637 |
+
"артыкулу будзе ўхвалены і апублікаваны адміністратарам сайта."
|
1638 |
+
|
1639 |
+
#: utils/stcr_utils.php:209
|
1640 |
+
msgid ""
|
1641 |
+
"Thank you for using our subscription service. In order to confirm your "
|
1642 |
+
"request, please check your email for the verification message and follow the "
|
1643 |
+
"instructions."
|
1644 |
+
msgstr ""
|
1645 |
+
"Дзякуй, што карыстаецеся нашым сэрвісам падпісак. Каб пацвердзіць свой "
|
1646 |
+
"запыт, калі ласка, праверце сваю пошту і вынікайце інструкцыям у лісце пра "
|
1647 |
+
"пацверджанне."
|
1648 |
+
|
1649 |
+
#: utils/stcr_utils.php:210
|
1650 |
+
msgid ""
|
1651 |
+
"In order to cancel or suspend one or more notifications, select the "
|
1652 |
+
"corresponding checkbox(es) and click on the button at the end of the list."
|
1653 |
+
msgstr ""
|
1654 |
+
"Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў "
|
1655 |
+
"адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу."
|
1656 |
+
|
1657 |
+
#: utils/stcr_utils.php:211
|
1658 |
+
msgid ""
|
1659 |
+
"In order to cancel or suspend one or more notifications, select the "
|
1660 |
+
"corresponding checkbox(es) and click on the button at the end of the list. "
|
1661 |
+
"You are currently subscribed to:"
|
1662 |
+
msgstr ""
|
1663 |
+
"Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў "
|
1664 |
+
"адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу. На дадзены "
|
1665 |
+
"момант вы падпісаны на:"
|
1666 |
+
|
1667 |
+
#: utils/stcr_utils.php:215
|
1668 |
+
msgid "There is a new comment to [post_title]"
|
1669 |
+
msgstr "З'явіўся новы каментар да артыкула [post_title]"
|
1670 |
+
|
1671 |
+
#: utils/stcr_utils.php:216
|
1672 |
+
msgid ""
|
1673 |
+
"<h1>There is a new comment on [post_title].</h1>\n"
|
1674 |
+
"\n"
|
1675 |
+
"<hr />\n"
|
1676 |
+
"<strong>Comment link:</strong> <a href="
|
1677 |
+
"\"[comment_permalink]\">[comment_permalink]</a>\n"
|
1678 |
+
"<strong>Author:</strong> [comment_author]\n"
|
1679 |
+
"\n"
|
1680 |
+
"<strong>Comment:</strong>\n"
|
1681 |
+
"[comment_content]\n"
|
1682 |
+
"<div style=\"font-size: 0.8em;\"><strong>Permalink:</strong> <a href="
|
1683 |
+
"\"[post_permalink]\">[post_permalink]</a>\n"
|
1684 |
+
"<a href=\"[manager_link]\">Manage your subscriptions</a> | <a href="
|
1685 |
+
"\"[oneclick_link]\">One click unsubscribe</a></div>"
|
1686 |
+
msgstr ""
|
1687 |
+
|
1688 |
+
#: utils/stcr_utils.php:217
|
1689 |
+
msgid "Please confirm your subscription to [post_title]"
|
1690 |
+
msgstr "Калі ласка, пацвердзіце сваю падпіску на артыкул [post_title]"
|
1691 |
+
|
1692 |
+
#: utils/stcr_utils.php:218
|
1693 |
+
#, fuzzy
|
1694 |
+
#| msgid ""
|
1695 |
+
#| "You have requested to be notified every time a new comment is added to:\n"
|
1696 |
+
#| "[post_permalink]\n"
|
1697 |
+
#| "\n"
|
1698 |
+
#| "Please confirm your request by clicking on this link:\n"
|
1699 |
+
#| "[confirm_link]"
|
1700 |
+
msgid ""
|
1701 |
+
"You have requested to be notified every time a new comment is added to:\n"
|
1702 |
+
"<a href='[post_permalink]'>[post_permalink]</a>\n"
|
1703 |
+
"\n"
|
1704 |
+
"Please confirm your request by clicking on this link:\n"
|
1705 |
+
"<a href='[confirm_link]'>[confirm_link]</a>"
|
1706 |
+
msgstr ""
|
1707 |
+
"Вы зрабілі запыт на атрыманне новых каментароў да артыкула:\n"
|
1708 |
+
"[post_permalink]\n"
|
1709 |
+
"\n"
|
1710 |
+
"Калі ласка, перайдзіце па наступнай спасылцы, каб пацвердзіць падпіску:\n"
|
1711 |
+
"[confirm_link]"
|
1712 |
+
|
1713 |
+
#: utils/stcr_utils.php:219
|
1714 |
+
msgid "Manage your subscriptions on [blog_name]"
|
1715 |
+
msgstr "Рэдагаваць свае падпіскі на сайце [blog_name]"
|
1716 |
+
|
1717 |
+
#: utils/stcr_utils.php:220
|
1718 |
+
msgid ""
|
1719 |
+
"You have requested to manage your subscriptions to the articles on "
|
1720 |
+
"[blog_name]. Please check the Subscriptions management link in your email"
|
1721 |
+
msgstr ""
|
1722 |
+
|
1723 |
+
#: utils/stcr_utils.php:221
|
1724 |
+
#, fuzzy
|
1725 |
+
#| msgid ""
|
1726 |
+
#| "You have requested to manage your subscriptions to the articles on "
|
1727 |
+
#| "[blog_name]. Follow this link to access your personal page:\n"
|
1728 |
+
#| "[manager_link]"
|
1729 |
+
msgid ""
|
1730 |
+
"You have requested to manage your subscriptions to the articles on "
|
1731 |
+
"[blog_name]. Follow this link to access your personal page:\n"
|
1732 |
+
"<a href='[manager_link]'>[manager_link]</a>"
|
1733 |
+
msgstr ""
|
1734 |
+
"Вы зрабілі запыт на рэдагаванне сваіх падпісак на каментары да артыкулаў на "
|
1735 |
+
"сайце [blog_name]. Вось спасылка на вашу асабістую старонку кіравання "
|
1736 |
+
"падпіскамі:\n"
|
1737 |
+
"[manager_link]"
|
1738 |
+
|
1739 |
+
#: utils/stcr_utils.php:300
|
1740 |
msgid "StCR Notification"
|
1741 |
msgstr "Апавяшчэнні"
|
1742 |
|
1748 |
msgid "All"
|
1749 |
msgstr "Усё"
|
1750 |
|
1751 |
+
#~ msgid "Support the developers"
|
1752 |
+
#~ msgstr "Падтрымаць аўтара"
|
1753 |
+
|
1754 |
+
#~ msgid "Don't want to donate? You can still help"
|
1755 |
+
#~ msgstr "Не жадаеце рабіць ахвяраванне? Вы ўсё адно можаце дапамагчы"
|
1756 |
+
|
1757 |
+
#~ msgid ""
|
1758 |
+
#~ "There is a new comment to [post_title].\n"
|
1759 |
+
#~ "Comment Link: [comment_permalink]\n"
|
1760 |
+
#~ "Author: [comment_author]\n"
|
1761 |
+
#~ "Comment:\n"
|
1762 |
+
#~ "[comment_content]\n"
|
1763 |
+
#~ "Permalink: [post_permalink]\n"
|
1764 |
+
#~ "Manage your subscriptions: [manager_link]"
|
1765 |
+
#~ msgstr ""
|
1766 |
+
#~ "З'явіўся новы каментар да артыкула [post_title].\n"
|
1767 |
+
#~ "Спасылка на каментар: [comment_permalink]\n"
|
1768 |
+
#~ "Аўтар: [comment_author]\n"
|
1769 |
+
#~ "Каментар:\n"
|
1770 |
+
#~ "[comment_content]\n"
|
1771 |
+
#~ "\n"
|
1772 |
+
#~ "Спасылка на артыкул: [post_permalink]\n"
|
1773 |
+
#~ "Кіраванне падпіскамі: [manager_link]"
|
1774 |
+
|
1775 |
#~ msgid ""
|
1776 |
#~ "Content of the notification email. Allowed tags: [post_title], "
|
1777 |
#~ "[comment_permalink], [comment_author], [comment_content], "
|
Binary file
|
@@ -2,51 +2,47 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: subscribe-reloaded\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator: Reedyseth
|
8 |
"Language-Team: \n"
|
9 |
"Language: cs_CZ\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Poedit
|
14 |
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
"X-Poedit-Basepath: ..\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:
|
20 |
-
#: utils/
|
21 |
msgid "Manage subscriptions"
|
22 |
msgstr "Správa odběrů"
|
23 |
|
24 |
-
#: options/index.php:
|
25 |
msgid "Comment Form"
|
26 |
msgstr "Formulář komentářů"
|
27 |
|
28 |
-
#: options/index.php:
|
29 |
msgid "Management Page"
|
30 |
msgstr "Nastavení"
|
31 |
|
32 |
-
#: options/index.php:
|
33 |
msgid "Notifications"
|
34 |
msgstr "Oznámení"
|
35 |
|
36 |
-
#: options/index.php:
|
37 |
-
#: options/panel4.php:89 utils/stcr_manage.php:
|
38 |
msgid "Options"
|
39 |
msgstr "Možnosti"
|
40 |
|
41 |
-
#: options/index.php:
|
42 |
-
msgid "You can help"
|
43 |
-
msgstr "Jak nám pomoci?"
|
44 |
-
|
45 |
-
#: options/index.php:66 utils/stcr_manage.php:459 utils/stcr_manage.php:460
|
46 |
msgid "Support"
|
47 |
msgstr "fórum podpory"
|
48 |
|
49 |
-
#: options/index.php:
|
50 |
msgid "Donate"
|
51 |
msgstr ""
|
52 |
|
@@ -344,95 +340,95 @@ msgstr "Aktualizovat odběry"
|
|
344 |
msgid "Sorry, no subscriptions match your search criteria."
|
345 |
msgstr "Nenalezeny žádné odběry."
|
346 |
|
347 |
-
#: options/panel10.php:
|
348 |
msgid "The log file has been successfully deleted."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: options/panel10.php:
|
352 |
msgid "Can't delete the log file, check the file permissions."
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: options/panel10.php:
|
356 |
msgid "The log file does not exists."
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: options/panel10.php:
|
360 |
msgid "Enable Log Information"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: options/panel10.php:
|
364 |
msgid "Enable Auto clean log data"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: options/panel10.php:
|
368 |
-
#: options/panel4.php:78 options/panel5.php:18 options/panel5.php:
|
369 |
msgid "Your settings have been successfully updated."
|
370 |
msgstr "Vaše nastavení bylo úspěšně aktualizováno."
|
371 |
|
372 |
-
#: options/panel10.php:
|
373 |
-
#: options/panel4.php:80 options/panel5.php:20 options/panel5.php:
|
374 |
msgid "There was an error updating the following fields:"
|
375 |
msgstr "Chyba při aktualizaci těchto polí:"
|
376 |
|
377 |
-
#: options/panel10.php:
|
378 |
-
#: options/panel2.php:76 options/panel2.php:105 options/panel5.php:
|
379 |
-
#: options/panel5.php:
|
380 |
-
#: options/panel5.php:
|
381 |
-
#: options/panel5.php:
|
382 |
-
#: options/panel5.php:
|
383 |
msgid "Yes"
|
384 |
msgstr "Ano"
|
385 |
|
386 |
-
#: options/panel10.php:
|
387 |
-
#: options/panel2.php:77 options/panel2.php:106 options/panel5.php:
|
388 |
-
#: options/panel5.php:
|
389 |
-
#: options/panel5.php:
|
390 |
-
#: options/panel5.php:
|
391 |
-
#: options/panel5.php:
|
392 |
msgid "No"
|
393 |
msgstr "Ne"
|
394 |
|
395 |
-
#: options/panel10.php:
|
396 |
msgid ""
|
397 |
"If enabled, will log information of the plugin. Helpful for debugging "
|
398 |
"purposes."
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: options/panel10.php:
|
402 |
msgid "Hourly"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: options/panel10.php:
|
406 |
msgid "Twice Daily"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: options/panel10.php:
|
410 |
msgid "Daily"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: options/panel10.php:
|
414 |
msgid "If enabled, StCR will auto clean your information every day."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: options/panel10.php:
|
418 |
msgid "Clean Up Log Archive"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: options/panel10.php:
|
422 |
msgid ""
|
423 |
"If you want to clean up the log archive please click the following button"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: options/panel10.php:
|
427 |
msgid "Clean"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: options/panel10.php:
|
431 |
msgid "System Information"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: options/panel10.php:
|
435 |
-
#: options/panel4.php:283 options/panel5.php:
|
436 |
msgid "Save Changes"
|
437 |
msgstr "Uložit změny"
|
438 |
|
@@ -776,7 +772,7 @@ msgstr ""
|
|
776 |
#: options/panel4.php:128
|
777 |
msgid ""
|
778 |
"This will be use when the user click reply on their email agent. If not set "
|
779 |
-
"will be the same as the Sender email address."
|
780 |
msgstr ""
|
781 |
|
782 |
#: options/panel4.php:147
|
@@ -792,8 +788,8 @@ msgstr ""
|
|
792 |
|
793 |
#: options/panel4.php:171
|
794 |
msgid ""
|
795 |
-
"<p
|
796 |
-
"the options.</strong></p>"
|
797 |
msgstr ""
|
798 |
|
799 |
#: options/panel4.php:184
|
@@ -839,105 +835,121 @@ msgid ""
|
|
839 |
"[blog_name]"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: options/panel5.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
843 |
msgid "Show StCR checkbox / dropdown"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: options/panel5.php:
|
847 |
msgid "Safetly Uninstall"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: options/panel5.php:
|
851 |
msgid "Autopurge requests"
|
852 |
msgstr "Autočištění požadavků"
|
853 |
|
854 |
-
#: options/panel5.php:
|
855 |
msgid "Enable double check"
|
856 |
msgstr "Povolit dvojí kontrolu emailu"
|
857 |
|
858 |
-
#: options/panel5.php:
|
859 |
msgid "StCR Position"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: options/panel5.php:
|
863 |
msgid "Subscribe authors"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: options/panel5.php:
|
867 |
msgid "Enable HTML emails"
|
868 |
msgstr "Povolit HTML formát emailů"
|
869 |
|
870 |
-
#: options/panel5.php:
|
871 |
msgid "HTMLify Links in HTML emails"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: options/panel5.php:
|
875 |
msgid "Send trackbacks"
|
876 |
msgstr "Odeslat trackacky"
|
877 |
|
878 |
-
#: options/panel5.php:
|
879 |
msgid "Notify admin"
|
880 |
msgstr "Upozornit administrátora"
|
881 |
|
882 |
-
#: options/panel5.php:
|
883 |
msgid "Let admin subscribe"
|
884 |
msgstr "Povolit odběry pro administrátora"
|
885 |
|
886 |
-
#: options/panel5.php:
|
887 |
msgid "BCC admin on Notifications"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: options/panel5.php:
|
891 |
msgid "Enable Font Awesome"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: options/panel5.php:
|
|
|
|
|
|
|
|
|
895 |
msgid ""
|
896 |
"This option will disable the StCR checkbox or dropdown in you comment form. "
|
897 |
"You should leave it to Yes always. "
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: options/panel5.php:
|
901 |
msgid "Safely Uninstall"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: options/panel5.php:
|
905 |
msgid ""
|
906 |
"This option will allow you to delete the plugin with WordPress without "
|
907 |
"loosing your subscribers. Any database table and plugin options are wipeout."
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: options/panel5.php:
|
911 |
msgid "days"
|
912 |
msgstr "dní"
|
913 |
|
914 |
-
#: options/panel5.php:
|
915 |
msgid ""
|
916 |
"Delete pending subscriptions (not confirmed) after X days. Zero disables "
|
917 |
"this feature."
|
918 |
msgstr ""
|
919 |
"Vymazat požadavky na odběry (neschválené) po X dnech. 0 znamená vypnuto. "
|
920 |
|
921 |
-
#: options/panel5.php:
|
922 |
msgid ""
|
923 |
"If this option is enable the subscription box will be above the submit "
|
924 |
"button in your comment form. Use this when your theme is outdated and using "
|
925 |
"the incorrect WordPress Hooks and the checkbox is not displayed."
|
926 |
msgstr ""
|
927 |
|
928 |
-
#: options/panel5.php:
|
929 |
msgid ""
|
930 |
"Send a notification email to confirm the subscription (to avoid addresses "
|
931 |
"misuse)."
|
932 |
msgstr ""
|
933 |
"Zašle upozorňovací email pro potvrzení odběru aby se zamezilo zneužití adres."
|
934 |
|
935 |
-
#: options/panel5.php:
|
936 |
msgid ""
|
937 |
"Automatically subscribe authors to their own articles (not retroactive)."
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: options/panel5.php:
|
941 |
msgid ""
|
942 |
"If enabled, will send email messages with content-type = text/html instead "
|
943 |
"of text/plain"
|
@@ -945,101 +957,144 @@ msgstr ""
|
|
945 |
"Pokud je povoleno, budou emaily zasílány ve formátu <code>content-type = "
|
946 |
"text/html</code> namísto <code>content-type = text/plain</code>"
|
947 |
|
948 |
-
#: options/panel5.php:
|
949 |
msgid "HTMLify links in emails"
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: options/panel5.php:
|
953 |
msgid ""
|
954 |
"If enabled, will wrap all links in messages with <code><a href=\"\">"
|
955 |
"</a></code> (only when HTML emails enabled)."
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: options/panel5.php:
|
959 |
msgid "Process trackbacks"
|
960 |
msgstr "Zpracovat trackbacky"
|
961 |
|
962 |
-
#: options/panel5.php:
|
963 |
msgid ""
|
964 |
"Notify users when a new trackback or pingback is added to the discussion."
|
965 |
msgstr ""
|
966 |
"Upozornit odběratele pokud je do diskuse zapojen nový trackback nebo "
|
967 |
"pingback."
|
968 |
|
969 |
-
#: options/panel5.php:
|
970 |
msgid "Track all subscriptions"
|
971 |
msgstr "Sledovat všechny odběry"
|
972 |
|
973 |
-
#: options/panel5.php:
|
974 |
msgid "Notify the administrator when users subscribe without commenting."
|
975 |
msgstr ""
|
976 |
"Upozornit administrátora pokud se uživatel přihlásí k odběrům a sám "
|
977 |
"nekomentuje."
|
978 |
|
979 |
-
#: options/panel5.php:
|
980 |
msgid "Let the administrator subscribe to comments when logged in."
|
981 |
msgstr "Povolit odběry pro administrátora pokud je přihlášen."
|
982 |
|
983 |
-
#: options/panel5.php:
|
984 |
msgid "Send a copy of all Notifications to the administrator."
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: options/panel5.php:
|
988 |
msgid ""
|
989 |
"Let you control the inclusion of the Font Awesome into your site. Disable if "
|
990 |
"you theme already add this into your site."
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: options/panel5.php:
|
994 |
msgid "StCR Unique Key"
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: options/panel5.php:
|
998 |
msgid "This Unique Key is not set, please click the following button to "
|
999 |
msgstr ""
|
1000 |
|
1001 |
-
#: options/panel5.php:
|
1002 |
msgid "Generate"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: options/panel5.php:
|
1006 |
msgid ""
|
1007 |
"This Unique Key will be use to send the notification to your subscribers "
|
1008 |
"with more security."
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: options/
|
1012 |
-
msgid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: options/panel7.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1016 |
msgid ""
|
1017 |
"How valuable is the feature offered by this plugin to your visitors? please "
|
1018 |
"consider supporting the author if this plugin made your web site better, "
|
1019 |
-
"especially if you are making money out of it
|
|
|
1020 |
"reinvested in the development of <strong>Subscribe to Comments Reloaded</"
|
1021 |
"strong>, and to buy some food for my hungry family."
|
1022 |
msgstr ""
|
|
|
|
|
|
|
|
|
1023 |
|
1024 |
-
#: options/panel7.php:
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
msgid ""
|
1030 |
-
"If you don't want to donate money, please consider blogging about my plugin "
|
1031 |
-
"with a link to the plugin's page. Please let your readers know what makes "
|
1032 |
-
"your blog better. You can also contribute donating your time: do not "
|
1033 |
-
"hesitate to send me bug reports, your localization files, ideas on how to "
|
1034 |
-
"improve <strong>Subscribe to Comments Reloaded</strong> and so on. Whatever "
|
1035 |
-
"you do, thanks for using my plugin!"
|
1036 |
-
msgstr ""
|
1037 |
|
1038 |
-
#: options/panel7.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1039 |
msgid "Subscribe to the Beta testers"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: options/panel7.php:
|
1043 |
msgid ""
|
1044 |
"Before a new Update we release a Beta version so that our current users can "
|
1045 |
"give us feedback if they find a bug, If you want to join the tester list you "
|
@@ -1047,22 +1102,22 @@ msgid ""
|
|
1047 |
"a>"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: options/panel7.php:
|
1051 |
msgid "Vote and show your appreciation"
|
1052 |
msgstr "Hlasovat pro plugin"
|
1053 |
|
1054 |
-
#: options/panel7.php:
|
1055 |
msgid ""
|
1056 |
"Tell other people if <strong>Subscribe to Comments Reloaded</strong> works "
|
1057 |
"for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/"
|
1058 |
"subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: options/panel8.php:
|
1062 |
msgid "Did you find a Bug on the plugin?"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: options/panel8.php:
|
1066 |
msgid ""
|
1067 |
"Please report any bug on the <a href=\"https://github.com/stcr/subscribe-to-"
|
1068 |
"comments-reloaded/issues/new?title=Bug%20Report:%20%3Cshort%20description"
|
@@ -1155,202 +1210,44 @@ msgstr ""
|
|
1155 |
msgid "You have request to manage another email address and this is forbidden."
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: utils/stcr_manage.php:
|
1159 |
-
msgid ""
|
1160 |
-
"Notify me of followup comments via e-mail. You can also <a "
|
1161 |
-
"href='[subscribe_link]'>subscribe</a> without commenting."
|
1162 |
-
msgstr ""
|
1163 |
-
"<span class='comment_label_afterselect'> upozornění na nové komentáře k "
|
1164 |
-
"tomuto článku.</span> <span class='comment_label_nocom'> Chcete dostávat "
|
1165 |
-
"upozornění na nové komentáře a sami článek nekomentovat? <a "
|
1166 |
-
"href='[subscribe_link]'>Přihlaste se k odběru</a>.</span>"
|
1167 |
-
|
1168 |
-
#: utils/stcr_manage.php:224
|
1169 |
-
msgid ""
|
1170 |
-
"You are subscribed to this post. <a href='[manager_link]'>Manage</a> your "
|
1171 |
-
"subscriptions."
|
1172 |
-
msgstr ""
|
1173 |
-
"Jste přihlášen k odběru upozornění na nové komentáře k tomuto článku. Můžete "
|
1174 |
-
"<a href='[manager_link]'>upravit</a> vaše odběry."
|
1175 |
-
|
1176 |
-
#: utils/stcr_manage.php:225
|
1177 |
-
msgid ""
|
1178 |
-
"Your subscription to this post needs to be confirmed. <a "
|
1179 |
-
"href='[manager_link]'>Manage your subscriptions</a>."
|
1180 |
-
msgstr ""
|
1181 |
-
"Vaše žádost k odběru upozornění na nové komentáře čeká na schválení. <a "
|
1182 |
-
"href='[manager_link]'>Upravit vaše žádosti</a>."
|
1183 |
-
|
1184 |
-
#: utils/stcr_manage.php:226
|
1185 |
-
msgid ""
|
1186 |
-
"You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
|
1187 |
-
msgstr ""
|
1188 |
-
"<a href='[manager_link]'>Zde můžete spravovat</a> odběry upozornění na nové "
|
1189 |
-
"komentáře k tomuto článku."
|
1190 |
-
|
1191 |
-
#: utils/stcr_manage.php:232
|
1192 |
-
msgid ""
|
1193 |
-
"To manage your subscriptions, please enter your email address here below. We "
|
1194 |
-
"will send you a message containing the link to access your personal "
|
1195 |
-
"management page."
|
1196 |
-
msgstr ""
|
1197 |
-
"Pro správu vašich upozornění zadejte e-mailovou adresu do pole níže. Bude "
|
1198 |
-
"vám zaslán editační odkaz."
|
1199 |
-
|
1200 |
-
#: utils/stcr_manage.php:233
|
1201 |
-
msgid ""
|
1202 |
-
"Thank you for using our subscription service. Your request has been "
|
1203 |
-
"completed, and you should receive an email with the management link in a few "
|
1204 |
-
"minutes."
|
1205 |
-
msgstr ""
|
1206 |
-
"Váš požadavek byl zpracován. V nejbližší době by jste měli obdržet odkaz v "
|
1207 |
-
"emailu."
|
1208 |
-
|
1209 |
-
#: utils/stcr_manage.php:234
|
1210 |
-
msgid ""
|
1211 |
-
"You can follow the discussion on <strong>[post_title]</strong> without "
|
1212 |
-
"having to leave a comment. Cool, huh? Just enter your email address in the "
|
1213 |
-
"form here below and you're all set."
|
1214 |
-
msgstr ""
|
1215 |
-
"Zasílat upozornění na nové komentáře k článku » [post_title] « .\n"
|
1216 |
-
" E-mailovou adresu vyplňte do pole níže. Bude vám zaslán potvrzovací odkaz. "
|
1217 |
-
|
1218 |
-
#: utils/stcr_manage.php:235
|
1219 |
-
msgid ""
|
1220 |
-
"Thank you for using our subscription service. Your request has been "
|
1221 |
-
"completed. You will receive a notification email every time a new comment to "
|
1222 |
-
"this article is approved and posted by the administrator."
|
1223 |
-
msgstr ""
|
1224 |
-
"Váš požadavek byl zpracován. Váš odběr upozornění na nové komentáře k tomuto "
|
1225 |
-
"článku je aktivní."
|
1226 |
-
|
1227 |
-
#: utils/stcr_manage.php:236
|
1228 |
-
msgid ""
|
1229 |
-
"Thank you for using our subscription service. In order to confirm your "
|
1230 |
-
"request, please check your email for the verification message and follow the "
|
1231 |
-
"instructions."
|
1232 |
-
msgstr ""
|
1233 |
-
"Váš požadavek byl zpracován. Pro potvrzení požadavku naleznete ve vašem "
|
1234 |
-
"emailu potvrzovací odkaz."
|
1235 |
-
|
1236 |
-
#: utils/stcr_manage.php:237
|
1237 |
-
msgid ""
|
1238 |
-
"In order to cancel or suspend one or more notifications, select the "
|
1239 |
-
"corresponding checkbox(es) and click on the button at the end of the list."
|
1240 |
-
msgstr ""
|
1241 |
-
"Pro editaci upozornění vyberte odpovídající odběr, zaškrtněte volbu a "
|
1242 |
-
"potvrďte."
|
1243 |
-
|
1244 |
-
#: utils/stcr_manage.php:238
|
1245 |
-
msgid ""
|
1246 |
-
"In order to cancel or suspend one or more notifications, select the "
|
1247 |
-
"corresponding checkbox(es) and click on the button at the end of the list. "
|
1248 |
-
"You are currently subscribed to:"
|
1249 |
-
msgstr ""
|
1250 |
-
"Aktuálně odebíráte upozornění na nové komentáře k těmto článkům (pokud je "
|
1251 |
-
"chcete změnit či zrušit zaškrtněte volbu a klikntěte na tlačítko "
|
1252 |
-
"aktualizovat, pokud změnu nechcete pokračujte třeba přes menu):"
|
1253 |
-
|
1254 |
-
#: utils/stcr_manage.php:242
|
1255 |
-
msgid "There is a new comment to [post_title]"
|
1256 |
-
msgstr "Nový komentář k článku: [post_title]"
|
1257 |
-
|
1258 |
-
#: utils/stcr_manage.php:243
|
1259 |
-
msgid ""
|
1260 |
-
"There is a new comment to [post_title].\n"
|
1261 |
-
"Comment Link: [comment_permalink]\n"
|
1262 |
-
"Author: [comment_author]\n"
|
1263 |
-
"Comment:\n"
|
1264 |
-
"[comment_content]\n"
|
1265 |
-
"Permalink: [post_permalink]\n"
|
1266 |
-
"Manage your subscriptions: [manager_link]"
|
1267 |
-
msgstr ""
|
1268 |
-
"Nový komentář k článku: [post_title].\n"
|
1269 |
-
"Odkaz na komentář: [comment_permalink]\n"
|
1270 |
-
"Autor: [comment_author]\n"
|
1271 |
-
"Znění komentáře:\n"
|
1272 |
-
"[comment_content]\n"
|
1273 |
-
"Odkaz na článek: [post_permalink]\n"
|
1274 |
-
"Upravit odběry upozornění: [manager_link]\n"
|
1275 |
-
"\t\t\t\t\t"
|
1276 |
-
|
1277 |
-
#: utils/stcr_manage.php:244
|
1278 |
-
msgid "Please confirm your subscription to [post_title]"
|
1279 |
-
msgstr "Potvrďte odběr upozornění na nové komentáře k článku [post_title]"
|
1280 |
-
|
1281 |
-
#: utils/stcr_manage.php:245
|
1282 |
-
msgid ""
|
1283 |
-
"You have requested to be notified every time a new comment is added to:\n"
|
1284 |
-
"[post_permalink]\n"
|
1285 |
-
"\n"
|
1286 |
-
"Please confirm your request by clicking on this link:\n"
|
1287 |
-
"[confirm_link]"
|
1288 |
-
msgstr ""
|
1289 |
-
"Dobrý den, přihlásili jste se k odběru upozornění na nové komentáře k "
|
1290 |
-
"článku: \n"
|
1291 |
-
" [post_permalink] .\n"
|
1292 |
-
"\n"
|
1293 |
-
"Požadavek potvrďte prosím kliknutím na odkaz:\n"
|
1294 |
-
"[confirm_link] "
|
1295 |
-
|
1296 |
-
#: utils/stcr_manage.php:246
|
1297 |
-
msgid "Manage your subscriptions on [blog_name]"
|
1298 |
-
msgstr "Upravit odběr upozornění na nové komentáře z [blog_name]"
|
1299 |
-
|
1300 |
-
#: utils/stcr_manage.php:247
|
1301 |
-
msgid ""
|
1302 |
-
"You have requested to manage your subscriptions to the articles on "
|
1303 |
-
"[blog_name]. Please check the Subscriptions management link in your email"
|
1304 |
-
msgstr ""
|
1305 |
-
|
1306 |
-
#: utils/stcr_manage.php:248
|
1307 |
-
msgid ""
|
1308 |
-
"You have requested to manage your subscriptions to the articles on "
|
1309 |
-
"[blog_name]. Follow this link to access your personal page:\n"
|
1310 |
-
"[manager_link]"
|
1311 |
-
msgstr ""
|
1312 |
-
"Váš požadavek spravovat odběr upozornění na nové komentáře článků na "
|
1313 |
-
"[blog_name] byl zpracován. Klikněte prosím zde pro úpravy:\n"
|
1314 |
-
" [manager_link]"
|
1315 |
-
|
1316 |
-
#: utils/stcr_manage.php:471 utils/stcr_manage.php:472
|
1317 |
msgid "StCR System"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: utils/stcr_manage.php:
|
1321 |
-
#: utils/stcr_manage.php:
|
1322 |
-
#: utils/stcr_manage.php:
|
1323 |
-
#: utils/stcr_manage.php:
|
1324 |
-
#: utils/stcr_manage.php:
|
1325 |
msgid "You do not have sufficient permissions to access this page."
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: utils/stcr_manage.php:
|
1329 |
msgid "Subscriptions"
|
1330 |
msgstr "Odběry "
|
1331 |
|
1332 |
-
#: utils/stcr_manage.php:
|
1333 |
msgid ""
|
1334 |
"Need help on how to use Subscribe to Comments Reloaded? Visit the official"
|
1335 |
msgstr "Potřebujete pomoci? Navštivte oficiální"
|
1336 |
|
1337 |
-
#: utils/stcr_manage.php:
|
1338 |
msgid "support forum"
|
1339 |
msgstr "fórum podpory"
|
1340 |
|
1341 |
-
#: utils/stcr_manage.php:
|
1342 |
msgid "Feeling generous?"
|
1343 |
msgstr "Chcete být štědrý?"
|
1344 |
|
1345 |
-
#: utils/stcr_manage.php:
|
1346 |
msgid "Donate a few bucks!"
|
1347 |
msgstr "Přispět několika chechtáky!"
|
1348 |
|
1349 |
-
#: utils/stcr_upgrade.php:
|
1350 |
msgid "Important Notice"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: utils/stcr_upgrade.php:
|
1354 |
msgid ""
|
1355 |
"<strong>Subscribe to Comments Reloaded:</strong> The information in your "
|
1356 |
"database has been sanitized to prevent the raw html messages. <a class="
|
@@ -1358,28 +1255,28 @@ msgid ""
|
|
1358 |
"src=\""
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: utils/stcr_upgrade.php:
|
1362 |
msgid ""
|
1363 |
"<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
|
1364 |
"from the <strong>Subscribe to Comments</strong> plugin was detected and "
|
1365 |
"automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: utils/stcr_upgrade.php:
|
1369 |
msgid ""
|
1370 |
" It is recommended that you now <strong>deactivate</strong> Subscribe to "
|
1371 |
"Comments to prevent confusion between the two plugins."
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: utils/stcr_upgrade.php:
|
1375 |
msgid ""
|
1376 |
"If you have subscription data from Subscribe to Comments Reloaded < v2.0 "
|
1377 |
"that you want to import, you'll need to import that data manually, as only "
|
1378 |
"one import routine will ever run to prevent data loss."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: utils/stcr_upgrade.php:
|
1382 |
-
#: utils/stcr_upgrade.php:
|
1383 |
msgid ""
|
1384 |
"Please visit <a href=\"options-general.php?page=subscribe-to-comments-"
|
1385 |
"reloaded/options/index.php\">Settings -> Subscribe to Comments</a> to review "
|
@@ -1387,20 +1284,20 @@ msgid ""
|
|
1387 |
"\"stcr-loading-animation\" src=\""
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: utils/stcr_upgrade.php:
|
1391 |
msgid ""
|
1392 |
"<strong>Subscribe to Comments Reloaded:</strong> Comment subscription data "
|
1393 |
"from the <strong>Comment Reply Notification</strong> plugin was detected and "
|
1394 |
"automatically imported into <strong>Subscribe to Comments Reloaded</strong>."
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: utils/stcr_upgrade.php:
|
1398 |
msgid ""
|
1399 |
" It is recommended that you now <strong>deactivate</strong> Comment Reply "
|
1400 |
"Notification to prevent confusion between the two plugins."
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: utils/stcr_upgrade.php:
|
1404 |
msgid ""
|
1405 |
"<strong>Subscribe to Comments Reloaded:</strong> Plugin options and comment "
|
1406 |
"subscription data from the <strong>WP Comment Subscriptions</strong> plugin "
|
@@ -1408,13 +1305,13 @@ msgid ""
|
|
1408 |
"Reloaded</strong>."
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: utils/stcr_upgrade.php:
|
1412 |
msgid ""
|
1413 |
" It is recommended that you now <strong>deactivate</strong> WP Comment "
|
1414 |
"Subscriptions to prevent confusion between the two plugins."
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: utils/stcr_upgrade.php:
|
1418 |
msgid ""
|
1419 |
"If you have subscription data from another plugin (such as Subscribe to "
|
1420 |
"Comments or Subscribe to Comments Reloaded < v2.0) that you want to import, "
|
@@ -1422,7 +1319,7 @@ msgid ""
|
|
1422 |
"ever run to prevent data loss."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: utils/stcr_upgrade.php:
|
1426 |
msgid ""
|
1427 |
"<strong>Note:</strong> If you were previously using the "
|
1428 |
"<code>wp_comment_subscriptions_show()</code> function or the <code>[wpcs-"
|
@@ -1431,29 +1328,29 @@ msgid ""
|
|
1431 |
"respectively."
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: utils/stcr_upgrade.php:
|
1435 |
msgid ""
|
1436 |
"<strong>Thank you for installing Subscribe to Comments Reloaded!</strong>."
|
1437 |
msgstr ""
|
1438 |
|
1439 |
-
#: utils/stcr_upgrade.php:
|
1440 |
-
#: utils/stcr_upgrade.php:
|
1441 |
msgid ""
|
1442 |
"If you find a bug or an issue you can report it <a href=\"https://github.com/"
|
1443 |
"stcr/subscribe-to-comments-reloaded/issues\" target=\"_blank\">here</a>."
|
1444 |
msgstr ""
|
1445 |
|
1446 |
-
#: utils/stcr_upgrade.php:
|
1447 |
msgid ""
|
1448 |
-
"Please consider to make a donation to support the plugin
|
1449 |
-
"<a href=\"\n"
|
1450 |
"https://www.paypal.com/cgi-bin/webscr?"
|
1451 |
"cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft"
|
1452 |
"%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF"
|
1453 |
"%3abtn_donate_LG%2egif%3aNonHosted\" target=\"_blank\">PayPal</a>."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: utils/stcr_upgrade.php:
|
1457 |
msgid ""
|
1458 |
"Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
|
1459 |
"comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for detailed "
|
@@ -1461,23 +1358,23 @@ msgid ""
|
|
1461 |
"a><img class=\"stcr-loading-animation\" src=\""
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: utils/stcr_upgrade.php:
|
1465 |
msgid ""
|
1466 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1467 |
"160106."
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: utils/stcr_upgrade.php:
|
1471 |
msgid ""
|
1472 |
"This version includes many changes and fixes to improve your experience with "
|
1473 |
"the plugin, including One Click Unsubscribe, Rich Text Editor to create HTML "
|
1474 |
"email templates, Subscription Checkbox position, and more!"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: utils/stcr_upgrade.php:
|
1478 |
-
#: utils/stcr_upgrade.php:
|
1479 |
-
#: utils/stcr_upgrade.php:
|
1480 |
-
#: utils/stcr_upgrade.php:
|
1481 |
msgid ""
|
1482 |
"Please visit the <a href=\"https://wordpress.org/plugins/subscribe-to-"
|
1483 |
"comments-reloaded/changelog/\" target=\"_blank\">Changelog</a> for a "
|
@@ -1485,123 +1382,126 @@ msgid ""
|
|
1485 |
"class=\"stcr-loading-animation\" src=\""
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: utils/stcr_upgrade.php:
|
1489 |
msgid ""
|
1490 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1491 |
"160115."
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: utils/stcr_upgrade.php:
|
1495 |
msgid ""
|
1496 |
"This version includes fixes to broken links while managing your subscriptions"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
-
#: utils/stcr_upgrade.php:
|
1500 |
msgid ""
|
1501 |
"<strong>Subscribe to Comments Reloaded</strong> has been updated to version "
|
1502 |
"160831"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: utils/stcr_upgrade.php:
|
1506 |
msgid "This version includes fixes to many bugs and also new features, "
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: utils/stcr_upgrade.php:
|
1510 |
msgid ""
|
1511 |
"<strong>New Feature</strong> Add new option to set the Reply To email "
|
1512 |
"address. This will help the subscribers to use the Reply option in their "
|
1513 |
"email agents."
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: utils/stcr_upgrade.php:
|
1517 |
msgid ""
|
1518 |
"<strong>New Feature</strong> Improve the Admin Menu for StCR. Replace the "
|
1519 |
"StCR menu on the Settings Menu for a new Menu with sub menus for the pages."
|
1520 |
msgstr ""
|
1521 |
|
1522 |
-
#: utils/stcr_upgrade.php:
|
1523 |
msgid ""
|
1524 |
"<strong>New Feature</strong> Safely Uninstall option to Delete the plugin "
|
1525 |
"without loosing your subscriptions. You can use this option also for reset "
|
1526 |
"all the settings, see the FAQ."
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: utils/stcr_upgra |