Version Description
- Added: Dutch translation fixes provided by Martijn Chel
- Fixed: There was vulnerability in the form where the URI was added.
Download this release
Release Info
Developer | reedyseth |
Plugin | Subscribe To Comments Reloaded |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- classes/helper.class.php +30 -0
- langs/subscribe-reloaded-be_BY.mo +0 -0
- langs/subscribe-reloaded-be_BY.po +1566 -0
- langs/subscribe-reloaded-nl_NL.mo +0 -0
- langs/subscribe-reloaded-nl_NL.po +26 -26
- langs/subscribe-reloaded-sv_SE.mo +0 -0
- langs/subscribe-reloaded-sv_SE.po +1070 -0
- langs/subscribe-reloaded-zh_CN.mo +0 -0
- langs/subscribe-reloaded-zh_CN.po +1027 -0
- readme.txt +9 -4
- subscribe-to-comments-reloaded.php +10 -10
- templates/request-management-link.php +4 -1
- templates/subscribe.php +12 -11
classes/helper.class.php
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @author Ing. Israel Barragan C. Email: ibarragan@behstant.com
|
4 |
+
* @since 10-Jul-2013
|
5 |
+
* ##########################################################################################
|
6 |
+
* Comments:
|
7 |
+
* This class handle functions or methos that will be helping the plugin Subscribe to Comments Reloaded
|
8 |
+
* Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
|
9 |
+
* ##########################################################################################
|
10 |
+
* @version
|
11 |
+
* ##########################################################################################
|
12 |
+
* 1.0 | 10-Jul-2013 | Creation of new class. Adding the method verifyXSS().
|
13 |
+
* ##########################################################################################
|
14 |
+
*/
|
15 |
+
class Helper {
|
16 |
+
|
17 |
+
function __construct()
|
18 |
+
{
|
19 |
+
}
|
20 |
+
|
21 |
+
function verifyXSS($value){
|
22 |
+
$pattern = '~(<|<script>|</|</script>|(%3C|%3C/))~';
|
23 |
+
$detected = false;
|
24 |
+
if (preg_match($pattern, $value)) {
|
25 |
+
$detected = true;
|
26 |
+
}
|
27 |
+
return $detected;
|
28 |
+
}
|
29 |
+
}
|
30 |
+
?>
|
langs/subscribe-reloaded-be_BY.mo
ADDED
Binary file
|
langs/subscribe-reloaded-be_BY.po
ADDED
@@ -0,0 +1,1566 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Subscribe to Comments Reloaded\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-11-22 08:12-0500\n"
|
6 |
+
"PO-Revision-Date: 2011-11-22 08:12-0500\n"
|
7 |
+
"Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
|
8 |
+
"Language-Team: Web Geeks\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Belarusian\n"
|
13 |
+
"X-Poedit-Country: BELARUS\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
+
"X-Poedit-Basepath: ../\n"
|
16 |
+
"Plural-Forms: s\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: subscribe-to-comments-reloaded.php:40
|
20 |
+
#: subscribe-to-comments-reloaded.php:229
|
21 |
+
msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
|
22 |
+
msgstr "Ваша падпіска на гэты артыкул мае патрэбу ў пацверджанні. <a href='[manager_link]'>Рэдагаваць</a> свае падпіскі."
|
23 |
+
|
24 |
+
#: subscribe-to-comments-reloaded.php:45
|
25 |
+
#: subscribe-to-comments-reloaded.php:228
|
26 |
+
msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
|
27 |
+
msgstr "Вы падпісаны на гэты артыкул. <a href='[manager_link]'>Рэдагаваць</a> свае падпіскі."
|
28 |
+
|
29 |
+
#: subscribe-to-comments-reloaded.php:52
|
30 |
+
#: subscribe-to-comments-reloaded.php:230
|
31 |
+
msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
|
32 |
+
msgstr "Вы можаце <a href='[manager_link]'>кіраваць падпіскамі</a> на гэты запіс."
|
33 |
+
|
34 |
+
#: subscribe-to-comments-reloaded.php:57
|
35 |
+
#: subscribe-to-comments-reloaded.php:227
|
36 |
+
msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
|
37 |
+
msgstr "Атрымліваць новыя каментары па электроннай пошце. Вы можаце <a href='[subscribe_link]'>падпісацца</a> без каментавання."
|
38 |
+
|
39 |
+
#: subscribe-to-comments-reloaded.php:66
|
40 |
+
msgid "Don't subscribe"
|
41 |
+
msgstr "Не падпісвацца"
|
42 |
+
|
43 |
+
#: subscribe-to-comments-reloaded.php:67
|
44 |
+
msgid "All"
|
45 |
+
msgstr "Усё"
|
46 |
+
|
47 |
+
#: subscribe-to-comments-reloaded.php:68
|
48 |
+
#: templates/user.php:65
|
49 |
+
msgid "Replies to my comments"
|
50 |
+
msgstr "Адказы на мае каментары"
|
51 |
+
|
52 |
+
#: subscribe-to-comments-reloaded.php:69
|
53 |
+
msgid "Daily digest"
|
54 |
+
msgstr "Штодзённы дайджэст"
|
55 |
+
|
56 |
+
#: subscribe-to-comments-reloaded.php:233
|
57 |
+
#: options/index.php:46
|
58 |
+
msgid "Manage subscriptions"
|
59 |
+
msgstr "Рэдагаваць падпіскі"
|
60 |
+
|
61 |
+
#: subscribe-to-comments-reloaded.php:235
|
62 |
+
msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
|
63 |
+
msgstr "Для кіравання сваімі падпіскамі, калі ласка, увядзіце свой электронны адрас у форму ніжэй. Мы адправім вам паведамленне са спасылкай на вашу персанальную старонку кіравання."
|
64 |
+
|
65 |
+
#: subscribe-to-comments-reloaded.php:236
|
66 |
+
msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
|
67 |
+
msgstr "Дзякуй, што карыстаецеся нашым сэрвісам падпісак. Ваш запыт выкананы. На працягу некалькіх хвілін вы павінны атрымаць ліст са спасылкай на старонку кіравання падпіскамі."
|
68 |
+
|
69 |
+
#: subscribe-to-comments-reloaded.php:237
|
70 |
+
msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
|
71 |
+
msgstr "Вы можаце сачыць за абмеркаваннем артыкула <strong>[post_title]</strong>, не пакідаючы свайго каментара. Выдатна, ці не праўда? Проста ўвядзіце свой электронны адрас у форму ніжэй, і гатова!"
|
72 |
+
|
73 |
+
#: subscribe-to-comments-reloaded.php:238
|
74 |
+
msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
|
75 |
+
msgstr "Дзякуй, што карыстаецеся нашым сэрвісам падпісак. Ваш запыт выкананы. Вы будзеце атрымліваць апавяшчэнні кожных разоў, як новы каментар да гэты артыкулу будзе ўхвалены і апублікаваны адміністратарам сайта."
|
76 |
+
|
77 |
+
#: subscribe-to-comments-reloaded.php:239
|
78 |
+
msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
|
79 |
+
msgstr "Дзякуй, што карыстаецеся нашым сэрвісам падпісак. Каб пацвердзіць свой запыт, калі ласка, праверце сваю пошту і вынікайце інструкцыям у лісце пра пацверджанне."
|
80 |
+
|
81 |
+
#: subscribe-to-comments-reloaded.php:240
|
82 |
+
msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
|
83 |
+
msgstr "Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу."
|
84 |
+
|
85 |
+
#: subscribe-to-comments-reloaded.php:241
|
86 |
+
msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
|
87 |
+
msgstr "Каб адмяніць ці прыпыніць адно ці больш апавяшчэнняў, пстрыкніце ў адпаведным акенцы выбару і націсніце на кнопку ў канцы спісу. На дадзены момант вы падпісаны на:"
|
88 |
+
|
89 |
+
#: subscribe-to-comments-reloaded.php:245
|
90 |
+
msgid "There is a new comment to [post_title]"
|
91 |
+
msgstr "З'явіўся новы каментар да артыкула [post_title]"
|
92 |
+
|
93 |
+
#: subscribe-to-comments-reloaded.php:246
|
94 |
+
msgid ""
|
95 |
+
"There is a new comment to [post_title].\n"
|
96 |
+
"Comment Link: [comment_permalink]\n"
|
97 |
+
"Author: [comment_author]\n"
|
98 |
+
"Comment:\n"
|
99 |
+
"[comment_content]\n"
|
100 |
+
"Permalink: [post_permalink]\n"
|
101 |
+
"Manage your subscriptions: [manager_link]"
|
102 |
+
msgstr ""
|
103 |
+
"З'явіўся новы каментар да артыкула [post_title].\n"
|
104 |
+
"Спасылка на каментар: [comment_permalink]\n"
|
105 |
+
"Аўтар: [comment_author]\n"
|
106 |
+
"Каментар:\n"
|
107 |
+
"[comment_content]\n"
|
108 |
+
"\n"
|
109 |
+
"Спасылка на артыкул: [post_permalink]\n"
|
110 |
+
"Кіраванне падпіскамі: [manager_link]"
|
111 |
+
|
112 |
+
#: subscribe-to-comments-reloaded.php:247
|
113 |
+
msgid "Please confirm your subscription to [post_title]"
|
114 |
+
msgstr "Калі ласка, пацвердзіце сваю падпіску на артыкул [post_title]"
|
115 |
+
|
116 |
+
#: subscribe-to-comments-reloaded.php:248
|
117 |
+
msgid ""
|
118 |
+
"You have requested to be notified every time a new comment is added to:\n"
|
119 |
+
"[post_permalink]\n"
|
120 |
+
"\n"
|
121 |
+
"Please confirm your request by clicking on this link:\n"
|
122 |
+
"[confirm_link]"
|
123 |
+
msgstr ""
|
124 |
+
"Вы зрабілі запыт на атрыманне новых каментароў да артыкула:\n"
|
125 |
+
"[post_permalink]\n"
|
126 |
+
"\n"
|
127 |
+
"Калі ласка, перайдзіце па наступнай спасылцы, каб пацвердзіць падпіску:\n"
|
128 |
+
"[confirm_link]"
|
129 |
+
|
130 |
+
#: subscribe-to-comments-reloaded.php:249
|
131 |
+
msgid "Manage your subscriptions on [blog_name]"
|
132 |
+
msgstr "Рэдагаваць свае падпіскі на сайце [blog_name]"
|
133 |
+
|
134 |
+
#: subscribe-to-comments-reloaded.php:250
|
135 |
+
msgid ""
|
136 |
+
"You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
|
137 |
+
"[manager_link]"
|
138 |
+
msgstr ""
|
139 |
+
"Вы зрабілі запыт на рэдагаванне сваіх падпісак на каментары да артыкулаў на сайце [blog_name]. Вось спасылка на вашу асабістую старонку кіравання падпіскамі:\n"
|
140 |
+
"[manager_link]"
|
141 |
+
|
142 |
+
#: subscribe-to-comments-reloaded.php:1018
|
143 |
+
#: options/panel2.php:42
|
144 |
+
#: options/panel2.php:49
|
145 |
+
#: options/panel2.php:56
|
146 |
+
#: options/panel5.php:43
|
147 |
+
#: options/panel5.php:50
|
148 |
+
#: options/panel5.php:57
|
149 |
+
#: options/panel5.php:64
|
150 |
+
#: options/panel5.php:71
|
151 |
+
#: options/panel5.php:78
|
152 |
+
msgid "No"
|
153 |
+
msgstr "Не"
|
154 |
+
|
155 |
+
#: subscribe-to-comments-reloaded.php:1042
|
156 |
+
msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
|
157 |
+
msgstr "Патрэбна дапамога ў использовани убудовы Subscribe to Comments Reloaded? Наведаеце наш афіцыйны"
|
158 |
+
|
159 |
+
#: subscribe-to-comments-reloaded.php:1042
|
160 |
+
msgid "support forum"
|
161 |
+
msgstr "форум падтрымкі"
|
162 |
+
|
163 |
+
#: subscribe-to-comments-reloaded.php:1043
|
164 |
+
msgid "Feeling generous?"
|
165 |
+
msgstr "Жадаеце выявіць шчодрасць?"
|
166 |
+
|
167 |
+
#: subscribe-to-comments-reloaded.php:1043
|
168 |
+
msgid "Donate a few bucks!"
|
169 |
+
msgstr "Ахвяруйце пару баксаў!"
|
170 |
+
|
171 |
+
#: options/index.php:47
|
172 |
+
msgid "Comment Form"
|
173 |
+
msgstr "Форма каментара"
|
174 |
+
|
175 |
+
#: options/index.php:48
|
176 |
+
msgid "Management Page"
|
177 |
+
msgstr "Старонка кіравання"
|
178 |
+
|
179 |
+
#: options/index.php:49
|
180 |
+
msgid "Notifications"
|
181 |
+
msgstr "Апавяшчэнні"
|
182 |
+
|
183 |
+
#: options/index.php:50
|
184 |
+
#: options/panel2.php:35
|
185 |
+
#: options/panel3.php:39
|
186 |
+
#: options/panel4.php:36
|
187 |
+
msgid "Options"
|
188 |
+
msgstr "Параметры"
|
189 |
+
|
190 |
+
#: options/index.php:51
|
191 |
+
msgid "You can help"
|
192 |
+
msgstr "Вы можаце дапамагчы"
|
193 |
+
|
194 |
+
#: options/panel1-business-logic.php:18
|
195 |
+
msgid "Subscription added."
|
196 |
+
msgstr "Падпіска дададзена."
|
197 |
+
|
198 |
+
#: options/panel1-business-logic.php:30
|
199 |
+
msgid "Subscriptions updated."
|
200 |
+
msgstr "Падпіскі абноўлены."
|
201 |
+
|
202 |
+
#: options/panel1-business-logic.php:39
|
203 |
+
msgid "Subscription deleted."
|
204 |
+
msgstr "Падпіска выдалена."
|
205 |
+
|
206 |
+
#: options/panel1-business-logic.php:54
|
207 |
+
#: templates/author.php:22
|
208 |
+
#: templates/user.php:22
|
209 |
+
msgid "Subscriptions deleted:"
|
210 |
+
msgstr "Падпіскі выдалены:"
|
211 |
+
|
212 |
+
#: options/panel1-business-logic.php:58
|
213 |
+
#: templates/author.php:26
|
214 |
+
#: templates/user.php:26
|
215 |
+
msgid "Subscriptions suspended:"
|
216 |
+
msgstr "Падпіскі прыпынены:"
|
217 |
+
|
218 |
+
#: options/panel1-business-logic.php:62
|
219 |
+
#: templates/author.php:30
|
220 |
+
#: templates/user.php:30
|
221 |
+
msgid "Subscriptions activated:"
|
222 |
+
msgstr "Падпіскі актываваны:"
|
223 |
+
|
224 |
+
#: options/panel1-business-logic.php:66
|
225 |
+
#: options/panel1-business-logic.php:70
|
226 |
+
#: templates/author.php:34
|
227 |
+
#: templates/author.php:38
|
228 |
+
#: templates/user.php:34
|
229 |
+
msgid "Subscriptions updated:"
|
230 |
+
msgstr "Падпіскі абноўлены:"
|
231 |
+
|
232 |
+
#: options/panel1-business-logic.php:94
|
233 |
+
msgid "« Previous"
|
234 |
+
msgstr "« Зваротна"
|
235 |
+
|
236 |
+
#: options/panel1-business-logic.php:98
|
237 |
+
msgid "Next »"
|
238 |
+
msgstr "Наперад »"
|
239 |
+
|
240 |
+
#: options/panel1-edit-subscription.php:8
|
241 |
+
msgid "Update Subscription"
|
242 |
+
msgstr "Абнавіць падпіску"
|
243 |
+
|
244 |
+
#: options/panel1-edit-subscription.php:10
|
245 |
+
#: options/panel1-edit-subscription.php:14
|
246 |
+
#: options/panel1-edit-subscription.php:15
|
247 |
+
#: options/panel1-edit-subscription.php:16
|
248 |
+
#: options/panel1.php:23
|
249 |
+
#: options/panel1.php:24
|
250 |
+
#: options/panel1.php:25
|
251 |
+
msgid "optional"
|
252 |
+
msgstr "па выбары"
|
253 |
+
|
254 |
+
#: options/panel1-edit-subscription.php:10
|
255 |
+
#: options/panel1.php:19
|
256 |
+
#: options/panel1.php:81
|
257 |
+
#: options/panel1.php:117
|
258 |
+
#: templates/author.php:50
|
259 |
+
#: templates/user.php:46
|
260 |
+
msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
|
261 |
+
msgstr "Увага: гэту аперацыю нельга адмяніць. Вы ўпэўнены, што жадаеце працягнуць?"
|
262 |
+
|
263 |
+
#: options/panel1-edit-subscription.php:12
|
264 |
+
msgid "Post:"
|
265 |
+
msgstr "Запіс:"
|
266 |
+
|
267 |
+
#: options/panel1-edit-subscription.php:13
|
268 |
+
#: options/panel1.php:21
|
269 |
+
msgid "From"
|
270 |
+
msgstr "З"
|
271 |
+
|
272 |
+
#: options/panel1-edit-subscription.php:14
|
273 |
+
#: options/panel1.php:22
|
274 |
+
msgid "To"
|
275 |
+
msgstr "на"
|
276 |
+
|
277 |
+
#: options/panel1-edit-subscription.php:17
|
278 |
+
#: options/panel1.php:26
|
279 |
+
#: options/panel1.php:45
|
280 |
+
#: options/panel1.php:103
|
281 |
+
msgid "Status"
|
282 |
+
msgstr "Статут"
|
283 |
+
|
284 |
+
#: options/panel1-edit-subscription.php:19
|
285 |
+
#: options/panel1.php:28
|
286 |
+
msgid "Keep unchanged"
|
287 |
+
msgstr "Пакінуць без змен"
|
288 |
+
|
289 |
+
#: options/panel1-edit-subscription.php:20
|
290 |
+
#: options/panel1.php:29
|
291 |
+
#: options/panel1.php:47
|
292 |
+
msgid "Active"
|
293 |
+
msgstr "Актыўна"
|
294 |
+
|
295 |
+
#: options/panel1-edit-subscription.php:21
|
296 |
+
#: options/panel1.php:30
|
297 |
+
#: options/panel1.php:48
|
298 |
+
msgid "Replies only"
|
299 |
+
msgstr "Толькі адказы"
|
300 |
+
|
301 |
+
#: options/panel1-edit-subscription.php:22
|
302 |
+
#: options/panel1.php:31
|
303 |
+
msgid "Suspended"
|
304 |
+
msgstr "Прыпынена"
|
305 |
+
|
306 |
+
#: options/panel1-edit-subscription.php:23
|
307 |
+
#: options/panel1.php:32
|
308 |
+
msgid "Update"
|
309 |
+
msgstr "Абнавіць"
|
310 |
+
|
311 |
+
#: options/panel1.php:17
|
312 |
+
msgid "Mass Update Subscriptions"
|
313 |
+
msgstr "Масава абнавіць падпіскі"
|
314 |
+
|
315 |
+
#: options/panel1.php:39
|
316 |
+
msgid "Add New Subscription"
|
317 |
+
msgstr "Дадаць новую падпіску"
|
318 |
+
|
319 |
+
#: options/panel1.php:43
|
320 |
+
msgid "Post ID"
|
321 |
+
msgstr "ID-нумар запісу"
|
322 |
+
|
323 |
+
#: options/panel1.php:44
|
324 |
+
#: options/panel1.php:90
|
325 |
+
#: templates/request-management-link.php:65
|
326 |
+
#: templates/subscribe.php:86
|
327 |
+
#: templates/user.php:51
|
328 |
+
msgid "Email"
|
329 |
+
msgstr "Эл. адрас"
|
330 |
+
|
331 |
+
#: options/panel1.php:49
|
332 |
+
msgid "Ask user to confirm"
|
333 |
+
msgstr "Прасіць подтвреждение ад карыстача"
|
334 |
+
|
335 |
+
#: options/panel1.php:50
|
336 |
+
msgid "Add"
|
337 |
+
msgstr "Дадаць"
|
338 |
+
|
339 |
+
#: options/panel1.php:59
|
340 |
+
msgid "Search subscriptions"
|
341 |
+
msgstr "Шукаць у падпісках"
|
342 |
+
|
343 |
+
#: options/panel1.php:61
|
344 |
+
#, php-format
|
345 |
+
msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
|
346 |
+
msgstr "Вы можаце <a href=\"%s\">прагледзець усе падпіскі</a> ці знайсці тыя, дзе"
|
347 |
+
|
348 |
+
#: options/panel1.php:64
|
349 |
+
msgid "email"
|
350 |
+
msgstr "эл. адрас"
|
351 |
+
|
352 |
+
#: options/panel1.php:65
|
353 |
+
msgid "post ID"
|
354 |
+
msgstr "ID-нумар запісу"
|
355 |
+
|
356 |
+
#: options/panel1.php:66
|
357 |
+
msgid "status"
|
358 |
+
msgstr "статут"
|
359 |
+
|
360 |
+
#: options/panel1.php:69
|
361 |
+
msgid "equals"
|
362 |
+
msgstr "раўназначна"
|
363 |
+
|
364 |
+
#: options/panel1.php:70
|
365 |
+
msgid "contains"
|
366 |
+
msgstr "утрымоўвае"
|
367 |
+
|
368 |
+
#: options/panel1.php:71
|
369 |
+
msgid "does not contain"
|
370 |
+
msgstr "не ўтрымоўвае"
|
371 |
+
|
372 |
+
#: options/panel1.php:72
|
373 |
+
msgid "starts with"
|
374 |
+
msgstr "пачынаецца з"
|
375 |
+
|
376 |
+
#: options/panel1.php:73
|
377 |
+
msgid "ends with"
|
378 |
+
msgstr "сканчаецца на"
|
379 |
+
|
380 |
+
#: options/panel1.php:76
|
381 |
+
msgid "results per page:"
|
382 |
+
msgstr "вынікі пастаронкава:"
|
383 |
+
|
384 |
+
#: options/panel1.php:77
|
385 |
+
msgid "Search"
|
386 |
+
msgstr "Шукаць"
|
387 |
+
|
388 |
+
#: options/panel1.php:85
|
389 |
+
msgid "Reverse the order by Post ID"
|
390 |
+
msgstr "Змяніць парадак па ID запісы"
|
391 |
+
|
392 |
+
#: options/panel1.php:86
|
393 |
+
#: options/panel1.php:87
|
394 |
+
msgid "Reverse the order by Date/Time"
|
395 |
+
msgstr "Змяніць парадак па даце/чакай"
|
396 |
+
|
397 |
+
#: options/panel1.php:89
|
398 |
+
msgid "Post (ID)"
|
399 |
+
msgstr "Запіс (ID)"
|
400 |
+
|
401 |
+
#: options/panel1.php:92
|
402 |
+
msgid "Search query:"
|
403 |
+
msgstr "Пошукавы запыт:"
|
404 |
+
|
405 |
+
#: options/panel1.php:92
|
406 |
+
msgid "Rows:"
|
407 |
+
msgstr "Шэрагі:"
|
408 |
+
|
409 |
+
#: options/panel1.php:92
|
410 |
+
msgid "of"
|
411 |
+
msgstr " "
|
412 |
+
|
413 |
+
#: options/panel1.php:93
|
414 |
+
#: templates/author.php:56
|
415 |
+
#: templates/user.php:52
|
416 |
+
msgid "Legend: Y = all comments, R = replies only, C = inactive"
|
417 |
+
msgstr "Расшыфроўка: Y = усе каментары, R = толькі адказы, C = неактыўныя"
|
418 |
+
|
419 |
+
#: options/panel1.php:102
|
420 |
+
msgid "Date and Time"
|
421 |
+
msgstr "Дата і час"
|
422 |
+
|
423 |
+
#: options/panel1.php:114
|
424 |
+
msgid "Subscription"
|
425 |
+
msgstr "Падпіскі"
|
426 |
+
|
427 |
+
#: options/panel1.php:116
|
428 |
+
msgid "Edit"
|
429 |
+
msgstr "Рэдагаваць"
|
430 |
+
|
431 |
+
#: options/panel1.php:117
|
432 |
+
#: templates/author.php:69
|
433 |
+
#: templates/user.php:63
|
434 |
+
msgid "Delete"
|
435 |
+
msgstr "Выдаліць"
|
436 |
+
|
437 |
+
#: options/panel1.php:125
|
438 |
+
#: templates/author.php:68
|
439 |
+
#: templates/user.php:62
|
440 |
+
msgid "Action:"
|
441 |
+
msgstr "Дзеянне:"
|
442 |
+
|
443 |
+
#: options/panel1.php:126
|
444 |
+
msgid "Delete forever"
|
445 |
+
msgstr "Выдаліць назаўжды"
|
446 |
+
|
447 |
+
#: options/panel1.php:127
|
448 |
+
#: templates/author.php:70
|
449 |
+
#: templates/user.php:64
|
450 |
+
msgid "Suspend"
|
451 |
+
msgstr "Прыпыніць"
|
452 |
+
|
453 |
+
#: options/panel1.php:128
|
454 |
+
msgid "Activate and set to Y"
|
455 |
+
msgstr "Уключыць і ўсталяваць на Y"
|
456 |
+
|
457 |
+
#: options/panel1.php:129
|
458 |
+
msgid "Activate and set to R"
|
459 |
+
msgstr "Уключыць і ўсталяваць на R"
|
460 |
+
|
461 |
+
#: options/panel1.php:130
|
462 |
+
#: templates/author.php:72
|
463 |
+
#: templates/user.php:66
|
464 |
+
msgid "Activate"
|
465 |
+
msgstr "Уключыць"
|
466 |
+
|
467 |
+
#: options/panel1.php:131
|
468 |
+
#: templates/author.php:73
|
469 |
+
#: templates/user.php:67
|
470 |
+
msgid "Update subscriptions"
|
471 |
+
msgstr "Абнавіць падпіскі"
|
472 |
+
|
473 |
+
#: options/panel1.php:135
|
474 |
+
msgid "Sorry, no subscriptions match your search criteria."
|
475 |
+
msgstr "Выбачыце, ніводная падпіска не адпавядае вашаму пошукаваму запыту."
|
476 |
+
|
477 |
+
#: options/panel2.php:11
|
478 |
+
#: options/panel2.php:39
|
479 |
+
msgid "Enable default checkbox"
|
480 |
+
msgstr "Уключыць стандартнае акенца выбару"
|
481 |
+
|
482 |
+
#: options/panel2.php:12
|
483 |
+
#: options/panel2.php:46
|
484 |
+
msgid "Checked by default"
|
485 |
+
msgstr "Абрана па змаўчанні"
|
486 |
+
|
487 |
+
#: options/panel2.php:13
|
488 |
+
#: options/panel2.php:53
|
489 |
+
msgid "Advanced subscription"
|
490 |
+
msgstr "Пашыраная падпіска"
|
491 |
+
|
492 |
+
#: options/panel2.php:14
|
493 |
+
#: options/panel2.php:60
|
494 |
+
msgid "Custom inline style"
|
495 |
+
msgstr "Змяняны стыль inline"
|
496 |
+
|
497 |
+
#: options/panel2.php:15
|
498 |
+
#: options/panel2.php:65
|
499 |
+
msgid "Custom HTML"
|
500 |
+
msgstr "Уласны HTML"
|
501 |
+
|
502 |
+
#: options/panel2.php:17
|
503 |
+
msgid "Checkbox label"
|
504 |
+
msgstr "Цэтлік акенца выбару"
|
505 |
+
|
506 |
+
#: options/panel2.php:18
|
507 |
+
#: options/panel2.php:81
|
508 |
+
msgid "Subscribed label"
|
509 |
+
msgstr "Цэтлік аформленай падпіскі"
|
510 |
+
|
511 |
+
#: options/panel2.php:19
|
512 |
+
msgid "Awaiting label"
|
513 |
+
msgstr "Цэтлік непацверджанай падпіскі"
|
514 |
+
|
515 |
+
#: options/panel2.php:20
|
516 |
+
#: options/panel2.php:91
|
517 |
+
msgid "Author label"
|
518 |
+
msgstr "Цэтлік аўтара"
|
519 |
+
|
520 |
+
#: options/panel2.php:25
|
521 |
+
#: options/panel3.php:26
|
522 |
+
#: options/panel4.php:25
|
523 |
+
#: options/panel5.php:22
|
524 |
+
msgid "Your settings have been successfully updated."
|
525 |
+
msgstr "Вашы налады паспяхова абноўлены."
|
526 |
+
|
527 |
+
#: options/panel2.php:28
|
528 |
+
#: options/panel3.php:29
|
529 |
+
#: options/panel4.php:28
|
530 |
+
#: options/panel5.php:25
|
531 |
+
msgid "There was an error updating the following fields:"
|
532 |
+
msgstr "Адбылася памылка ў абнаўленні наступных палёў:"
|
533 |
+
|
534 |
+
#: options/panel2.php:41
|
535 |
+
#: options/panel2.php:48
|
536 |
+
#: options/panel2.php:55
|
537 |
+
#: options/panel5.php:42
|
538 |
+
#: options/panel5.php:49
|
539 |
+
#: options/panel5.php:56
|
540 |
+
#: options/panel5.php:63
|
541 |
+
#: options/panel5.php:70
|
542 |
+
#: options/panel5.php:77
|
543 |
+
msgid "Yes"
|
544 |
+
msgstr "Так"
|
545 |
+
|
546 |
+
#: options/panel2.php:43
|
547 |
+
msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
|
548 |
+
msgstr "Адзначыце гэту опцыю, калі жадаеце змяніць становішча акенца выбару падпіскі на сваёй старонцы."
|
549 |
+
|
550 |
+
#: options/panel2.php:50
|
551 |
+
msgid "Decide if the checkbox should be checked by default or not."
|
552 |
+
msgstr "Ці павінна акенца выбару быць абраным па змаўчанні."
|
553 |
+
|
554 |
+
#: options/panel2.php:57
|
555 |
+
msgid "Allow users to choose from different subscription types (all, replies only)."
|
556 |
+
msgstr "Дазволіць карыстачам выбар з розных тыпаў падпіскі (усё, толькі адказы)."
|
557 |
+
|
558 |
+
#: options/panel2.php:62
|
559 |
+
msgid "Custom inline CSS to add to the checkbox."
|
560 |
+
msgstr "Змяняны Inline CSS для дадання да акенца выбару"
|
561 |
+
|
562 |
+
#: options/panel2.php:67
|
563 |
+
msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
|
564 |
+
msgstr "Уласны код HTML для выкарыстання пры адлюстраванні акенца выбару. Дазволеныя тэгі: [checkbox_field], [checkbox_label]"
|
565 |
+
|
566 |
+
#: options/panel2.php:72
|
567 |
+
msgid "Messages for your visitors"
|
568 |
+
msgstr "Паведамленні вашым наведвальнікам"
|
569 |
+
|
570 |
+
#: options/panel2.php:76
|
571 |
+
msgid "Default label"
|
572 |
+
msgstr "Стандартны цэтлік"
|
573 |
+
|
574 |
+
#: options/panel2.php:78
|
575 |
+
msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
|
576 |
+
msgstr "Тэкст побач з акенцам выбару. Дазволены тэг: [subscribe_link]"
|
577 |
+
|
578 |
+
#: options/panel2.php:83
|
579 |
+
msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
|
580 |
+
msgstr "Тэкст, бачны якія падпісаліся чытачам. Дазволены тэг: [manager_link]"
|
581 |
+
|
582 |
+
#: options/panel2.php:86
|
583 |
+
msgid "Pending label"
|
584 |
+
msgstr "Цэтлік \"У чаканні\" "
|
585 |
+
|
586 |
+
#: options/panel2.php:88
|
587 |
+
msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
|
588 |
+
msgstr "Тэкст, бачны чытачам, яшчэ не якія пацвердзілі сваю падпіску. Дазволены тэг: [manager_link]"
|
589 |
+
|
590 |
+
#: options/panel2.php:93
|
591 |
+
msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
|
592 |
+
msgstr "Тэст, бачны аўтарам і адміністратарам. Дазволены тэг: [manager_link]"
|
593 |
+
|
594 |
+
#: options/panel2.php:97
|
595 |
+
#: options/panel3.php:145
|
596 |
+
#: options/panel4.php:105
|
597 |
+
#: options/panel5.php:83
|
598 |
+
msgid "Save Changes"
|
599 |
+
msgstr "Захаваць змены"
|
600 |
+
|
601 |
+
#: options/panel3.php:10
|
602 |
+
#: options/panel3.php:43
|
603 |
+
msgid "Virtual Management Page"
|
604 |
+
msgstr "Віртуальная старонка кіравання"
|
605 |
+
|
606 |
+
#: options/panel3.php:11
|
607 |
+
#: options/panel3.php:51
|
608 |
+
msgid "Page title"
|
609 |
+
msgstr "Загаловак старонкі"
|
610 |
+
|
611 |
+
#: options/panel3.php:12
|
612 |
+
#: options/panel3.php:56
|
613 |
+
msgid "Management URL"
|
614 |
+
msgstr "URL кіраванні"
|
615 |
+
|
616 |
+
#: options/panel3.php:13
|
617 |
+
#: options/panel3.php:63
|
618 |
+
msgid "Custom HEAD meta"
|
619 |
+
msgstr "Уласны HEAD meta-тэг"
|
620 |
+
|
621 |
+
#: options/panel3.php:15
|
622 |
+
#: options/panel3.php:74
|
623 |
+
msgid "Request link"
|
624 |
+
msgstr "Спасылка на запыт"
|
625 |
+
|
626 |
+
#: options/panel3.php:16
|
627 |
+
#: options/panel3.php:84
|
628 |
+
msgid "Request submitted"
|
629 |
+
msgstr "Запыт адпраўлены"
|
630 |
+
|
631 |
+
#: options/panel3.php:17
|
632 |
+
#: options/panel3.php:94
|
633 |
+
msgid "Subscribe without commenting"
|
634 |
+
msgstr "Падпіска без каментавання"
|
635 |
+
|
636 |
+
#: options/panel3.php:18
|
637 |
+
#: options/panel3.php:104
|
638 |
+
msgid "Subscription processed"
|
639 |
+
msgstr "Падпіска аформлена"
|
640 |
+
|
641 |
+
#: options/panel3.php:19
|
642 |
+
#: options/panel3.php:114
|
643 |
+
msgid "Subscription processed (DCI)"
|
644 |
+
msgstr "Падпіска аформлена (DCI)"
|
645 |
+
|
646 |
+
#: options/panel3.php:20
|
647 |
+
#: options/panel3.php:124
|
648 |
+
msgid "Authors"
|
649 |
+
msgstr "Аўтары"
|
650 |
+
|
651 |
+
#: options/panel3.php:21
|
652 |
+
#: options/panel3.php:134
|
653 |
+
msgid "Users"
|
654 |
+
msgstr "Карыстачы"
|
655 |
+
|
656 |
+
#: options/panel3.php:45
|
657 |
+
msgid "Enabled"
|
658 |
+
msgstr "Уключана"
|
659 |
+
|
660 |
+
#: options/panel3.php:46
|
661 |
+
msgid "Disabled"
|
662 |
+
msgstr "Выключана"
|
663 |
+
|
664 |
+
#: options/panel3.php:47
|
665 |
+
msgid "Disable the virtual management page if you need to create a <a href=\"http://lab.duechiacchiere.it/index.php?topic=71.0\">real page</a> to make your theme happy."
|
666 |
+
msgstr "Адменіце віртуальную старонку кіравання, калі вам трэба стварыць <a href=\"http://lab.duechiacchiere.it/index.php?topic=71.0\">сапраўдную старонку</a> для карэктнай працы ўбудовы з вашай тэмай афармлення."
|
667 |
+
|
668 |
+
#: options/panel3.php:53
|
669 |
+
msgid "Title of the page your visitors will use to manage their subscriptions."
|
670 |
+
msgstr "Загаловак старонкі, на якой карыстачы будуць рэдагаваць свае падпіскі."
|
671 |
+
|
672 |
+
#: options/panel3.php:58
|
673 |
+
msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
|
674 |
+
msgstr "Сталая спасылка на вашу старонку кіравання (штосьці накшталт <code>/manage-subscriptions</code> ці <code>/page_id=345</code>). Гэта старонка фактычна <b>не існуе</b> у сістэме, але сталая спасылка на яе павінна адпавядаць вашым усталёўкам сталых спасылак у Wordpress."
|
675 |
+
|
676 |
+
#: options/panel3.php:60
|
677 |
+
msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
|
678 |
+
msgstr "Увага: магчыма, выкарыстоўванае вамі значэнне несумяшчальна з вашай структурай сталых спасылак"
|
679 |
+
|
680 |
+
#: options/panel3.php:65
|
681 |
+
msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
|
682 |
+
msgstr "Пакажыце свой код HTML для дадання ў HEAD старонкі. Выкарыстоўвайце <strong>адзінарныя</strong> двукоссі для значэнняў."
|
683 |
+
|
684 |
+
#: options/panel3.php:70
|
685 |
+
#: options/panel4.php:52
|
686 |
+
msgid "Messages"
|
687 |
+
msgstr "Паведамленні"
|
688 |
+
|
689 |
+
#: options/panel3.php:75
|
690 |
+
#: options/panel3.php:85
|
691 |
+
#: options/panel3.php:95
|
692 |
+
#: options/panel3.php:105
|
693 |
+
#: options/panel3.php:115
|
694 |
+
#: options/panel3.php:125
|
695 |
+
#: options/panel3.php:135
|
696 |
+
#: options/panel4.php:63
|
697 |
+
#: options/panel4.php:79
|
698 |
+
#: options/panel4.php:95
|
699 |
+
msgid "Bold"
|
700 |
+
msgstr "Тоўсты"
|
701 |
+
|
702 |
+
#: options/panel3.php:76
|
703 |
+
#: options/panel3.php:86
|
704 |
+
#: options/panel3.php:96
|
705 |
+
#: options/panel3.php:106
|
706 |
+
#: options/panel3.php:116
|
707 |
+
#: options/panel3.php:126
|
708 |
+
#: options/panel3.php:136
|
709 |
+
#: options/panel4.php:64
|
710 |
+
#: options/panel4.php:80
|
711 |
+
#: options/panel4.php:96
|
712 |
+
msgid "Italic"
|
713 |
+
msgstr "З нахілам"
|
714 |
+
|
715 |
+
#: options/panel3.php:77
|
716 |
+
#: options/panel3.php:87
|
717 |
+
#: options/panel3.php:97
|
718 |
+
#: options/panel3.php:107
|
719 |
+
#: options/panel3.php:117
|
720 |
+
#: options/panel3.php:127
|
721 |
+
#: options/panel3.php:137
|
722 |
+
#: options/panel4.php:65
|
723 |
+
#: options/panel4.php:81
|
724 |
+
#: options/panel4.php:97
|
725 |
+
msgid "Link"
|
726 |
+
msgstr "Спасылка"
|
727 |
+
|
728 |
+
#: options/panel3.php:78
|
729 |
+
#: options/panel3.php:88
|
730 |
+
#: options/panel3.php:98
|
731 |
+
#: options/panel3.php:108
|
732 |
+
#: options/panel3.php:118
|
733 |
+
#: options/panel3.php:128
|
734 |
+
#: options/panel3.php:138
|
735 |
+
#: options/panel4.php:66
|
736 |
+
#: options/panel4.php:82
|
737 |
+
#: options/panel4.php:98
|
738 |
+
msgid "Image"
|
739 |
+
msgstr "Малюнак"
|
740 |
+
|
741 |
+
#: options/panel3.php:81
|
742 |
+
msgid "Text shown to those who request to manage their subscriptions."
|
743 |
+
msgstr "Тэкст, бачны якія зрабілі запыт на кіраванне падпіскамі."
|
744 |
+
|
745 |
+
#: options/panel3.php:91
|
746 |
+
msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
|
747 |
+
msgstr "Тэкст падзякі, які выводзіцца пасля апрацоўкі зробленага запыту. Дазволены тэгі: [post_title], [post_permalink]"
|
748 |
+
|
749 |
+
#: options/panel3.php:101
|
750 |
+
msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
|
751 |
+
msgstr "Тэкст для ахвотнікаў падпісацца без каментавання. Дазволены тэгі: [post_title], [post_permalink]"
|
752 |
+
|
753 |
+
#: options/panel3.php:111
|
754 |
+
msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
|
755 |
+
msgstr "Тэкст падзякі, які выводзіцца пасля апрацоўкі запыту на падпіску (падвойнае пацверджанне адключана). Дазволены тэгі: [post_title], [post_permalink]"
|
756 |
+
|
757 |
+
#: options/panel3.php:121
|
758 |
+
msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
|
759 |
+
msgstr "Тэкст падзякі, які выводзіцца пасля апрацоўкі запыту на падпіску (падвойнае пацверджанне ўключана). Дазволены тэгі: [post_title], [post_permalink]"
|
760 |
+
|
761 |
+
#: options/panel3.php:131
|
762 |
+
msgid "Introductory text for the authors' management page."
|
763 |
+
msgstr "Уступны тэкст на старонцы кіравання падпіскамі для аўтараў."
|
764 |
+
|
765 |
+
#: options/panel3.php:141
|
766 |
+
msgid "Introductory text for the users' management page."
|
767 |
+
msgstr "Уступны тэкст на старонцы кіравання падпіскамі для падпісантаў."
|
768 |
+
|
769 |
+
#: options/panel4.php:13
|
770 |
+
#: options/panel4.php:40
|
771 |
+
msgid "Sender name"
|
772 |
+
msgstr "Імя адпраўніка"
|
773 |
+
|
774 |
+
#: options/panel4.php:14
|
775 |
+
#: options/panel4.php:45
|
776 |
+
msgid "Sender email address"
|
777 |
+
msgstr "Эл. адрас адпраўніка"
|
778 |
+
|
779 |
+
#: options/panel4.php:15
|
780 |
+
#: options/panel4.php:56
|
781 |
+
msgid "Notification subject"
|
782 |
+
msgstr "Тэма ліста з апавяшчэннем"
|
783 |
+
|
784 |
+
#: options/panel4.php:16
|
785 |
+
#: options/panel4.php:61
|
786 |
+
msgid "Notification message"
|
787 |
+
msgstr "Тэкст апавяшчэння"
|
788 |
+
|
789 |
+
#: options/panel4.php:17
|
790 |
+
#: options/panel4.php:72
|
791 |
+
msgid "Double check subject"
|
792 |
+
msgstr "Тэма ліста пра пацверджанне падпіскі"
|
793 |
+
|
794 |
+
#: options/panel4.php:18
|
795 |
+
#: options/panel4.php:77
|
796 |
+
msgid "Double check message"
|
797 |
+
msgstr "Тэкст ліста пра пацверджанне падпіскі"
|
798 |
+
|
799 |
+
#: options/panel4.php:19
|
800 |
+
#: options/panel4.php:88
|
801 |
+
msgid "Management subject"
|
802 |
+
msgstr "Тэма ліста пра кіраванне падпіскамі"
|
803 |
+
|
804 |
+
#: options/panel4.php:20
|
805 |
+
#: options/panel4.php:93
|
806 |
+
msgid "Management message"
|
807 |
+
msgstr "Тэкст ліста пра кіраванне падпіскамі"
|
808 |
+
|
809 |
+
#: options/panel4.php:42
|
810 |
+
msgid "Name to use for the \"from\" field when sending a new notification to the user."
|
811 |
+
msgstr "Імя ў поле \"Ад каго\" у новым апавяшчэнні карыстачу."
|
812 |
+
|
813 |
+
#: options/panel4.php:47
|
814 |
+
msgid "Email address to use for the \"from\" field when sending a new notification to the user."
|
815 |
+
msgstr "Эл. адрас у поле \"Ад каго\" у новым апавяшчэнні карыстачу."
|
816 |
+
|
817 |
+
#: options/panel4.php:58
|
818 |
+
msgid "Subject of the notification email. Allowed tag: [post_title]"
|
819 |
+
msgstr "Тэма ліста з апавяшчэннем. Дазволены тэг: [post_title]"
|
820 |
+
|
821 |
+
#: options/panel4.php:69
|
822 |
+
msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
|
823 |
+
msgstr "Тэкст апавяшчэння. Дазволеныя тэгі: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
|
824 |
+
|
825 |
+
#: options/panel4.php:74
|
826 |
+
msgid "Subject of the confirmation email. Allowed tag: [post_title]"
|
827 |
+
msgstr "Тэма ліста пра пацверджанне. Дазволены тэг: [post_title]"
|
828 |
+
|
829 |
+
#: options/panel4.php:85
|
830 |
+
msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
|
831 |
+
msgstr "Тэкст ліста пра подтвеждении. Дазволеныя тэгі: [post_permalink], [confirm_link], [post_title], [manager_link]"
|
832 |
+
|
833 |
+
#: options/panel4.php:90
|
834 |
+
msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
|
835 |
+
msgstr "Тэма ліста падпісанту, які зрабіў запыт на доступ да старонкі кіравання падпіскамі. Дазволены тэг: [blog_name]"
|
836 |
+
|
837 |
+
#: options/panel4.php:101
|
838 |
+
msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
|
839 |
+
msgstr "Тэкст ліста пра кіраванне падпіскамі. Дазволеныя тэгі: [blog_name],[manager_link]"
|
840 |
+
|
841 |
+
#: options/panel5.php:11
|
842 |
+
#: options/panel5.php:35
|
843 |
+
msgid "Autopurge requests"
|
844 |
+
msgstr "Аўтаматычна выдаляць запыты"
|
845 |
+
|
846 |
+
#: options/panel5.php:12
|
847 |
+
#: options/panel5.php:40
|
848 |
+
msgid "Enable double check"
|
849 |
+
msgstr "Уключыць падвойнае пацверджанне"
|
850 |
+
|
851 |
+
#: options/panel5.php:13
|
852 |
+
#: options/panel5.php:47
|
853 |
+
msgid "Subscribe authors"
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
+
#: options/panel5.php:14
|
857 |
+
#: options/panel5.php:54
|
858 |
+
msgid "Enable HTML emails"
|
859 |
+
msgstr "Выкарыстоўваць HTML лісты"
|
860 |
+
|
861 |
+
#: options/panel5.php:15
|
862 |
+
msgid "Send trackbacks"
|
863 |
+
msgstr "Адпраўляць трэкбеки"
|
864 |
+
|
865 |
+
#: options/panel5.php:16
|
866 |
+
msgid "Notify admin"
|
867 |
+
msgstr "Апавясціць адміна"
|
868 |
+
|
869 |
+
#: options/panel5.php:17
|
870 |
+
#: options/panel5.php:75
|
871 |
+
msgid "Let admin subscribe"
|
872 |
+
msgstr "Дазволіць адміну падпісвацца"
|
873 |
+
|
874 |
+
#: options/panel5.php:36
|
875 |
+
msgid "days"
|
876 |
+
msgstr "дзён"
|
877 |
+
|
878 |
+
#: options/panel5.php:37
|
879 |
+
msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
|
880 |
+
msgstr "Выдаляць якія чакаюць пацверджанні (не пацверджаныя) падпіскі праз Х дзён. Нуль адключае гэту функцыю."
|
881 |
+
|
882 |
+
#: options/panel5.php:44
|
883 |
+
msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
|
884 |
+
msgstr "Адпраўляць ліст з просьбай пацвердзіць падпіску (каб пазбегнуць выкарыстанні эл. адрасы без вядзёная ўладальніка)"
|
885 |
+
|
886 |
+
#: options/panel5.php:51
|
887 |
+
msgid "Automatically subscribe authors to their own articles (not retroactive)."
|
888 |
+
msgstr ""
|
889 |
+
|
890 |
+
#: options/panel5.php:58
|
891 |
+
msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
|
892 |
+
msgstr "Пры выбары гэтай функцыі паведамлення будуць адпраўляцца ў фармаце тэкст/html замест звычайнага тэксту"
|
893 |
+
|
894 |
+
#: options/panel5.php:61
|
895 |
+
msgid "Process trackbacks"
|
896 |
+
msgstr "Апрацоўваць трэкбеки"
|
897 |
+
|
898 |
+
#: options/panel5.php:65
|
899 |
+
msgid "Notify users when a new trackback or pingback is added to the discussion."
|
900 |
+
msgstr "Апавяшчаць падпісантаў пра новыя трэкбеках ці пингбэках да абмеркавання"
|
901 |
+
|
902 |
+
#: options/panel5.php:68
|
903 |
+
msgid "Track all subscriptions"
|
904 |
+
msgstr "Адсачыць усе падпіскі"
|
905 |
+
|
906 |
+
#: options/panel5.php:72
|
907 |
+
msgid "Notify the administrator when users subscribe without commenting."
|
908 |
+
msgstr "Апавяшчаць адміністратара, калі карыстачы падпісваюцца без каментара."
|
909 |
+
|
910 |
+
#: options/panel5.php:79
|
911 |
+
msgid "Let the administrator subscribe to comments when logged in."
|
912 |
+
msgstr "Дазволіць адміну падпісвацца, калі ён аўтарызаваны."
|
913 |
+
|
914 |
+
#: options/panel6.php:8
|
915 |
+
msgid "Support the author"
|
916 |
+
msgstr "Падтрымаць аўтара"
|
917 |
+
|
918 |
+
#: options/panel6.php:16
|
919 |
+
msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
|
920 |
+
msgstr "Наколькі важная функцыя, якую падае гэта ўбудова для вашых наведвальнікаў? Убудова <b>Subscribe to Comments Reloaded</b> ёсць і заўсёды будзе бясплатным, але падумайце над тым, каб падтрымаць аўтара, калі гэта ўбудова зрабіла ваш сайт трохі лепш, асабліва калі вы зарабляеце грошы з дапамогай свайго сайта. Усе ахвяраванні будуць скарыстаны для развіцця ўбудовы <b>Subscribe to Comments Reloaded</b> і на тое, каб купіць трохі ежы маёй галоднай сям'і."
|
921 |
+
|
922 |
+
#: options/panel6.php:18
|
923 |
+
msgid "Don't want to donate? You can still help"
|
924 |
+
msgstr "Не жадаеце рабіць ахвяраванне? Вы ўсё адно можаце дапамагчы"
|
925 |
+
|
926 |
+
#: options/panel6.php:19
|
927 |
+
msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
|
928 |
+
msgstr "Калі вы не жадаеце дапамагчы грашыма, калі ласка, разгледзіце магчымасць напісаць пра маю ўбудову ў сваім блогу і пакінуць спасылку на старонку ўбудовы. Калі ласка, распавядзіце сваім чытачам, што робіць ваш блог лепш. Вы можаце таксама ахвяраваць свой час: не саромейцеся адпраўляць мне справаздачы пра памылкі, свае файлы лакалізацыі, ідэі па паляпшэнні ўбудовы <b>Subscribe to Comments Reloaded</b> і гэтак далей. Што б вы ні абралі, дзякуй, што карыстаецеся маёй убудовай!"
|
929 |
+
|
930 |
+
#: options/panel6.php:21
|
931 |
+
msgid "Vote and show your appreciation"
|
932 |
+
msgstr "Прагаласуйце і пакажыце сваю ўдзячнасць"
|
933 |
+
|
934 |
+
#: options/panel6.php:22
|
935 |
+
msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
|
936 |
+
msgstr "Калі вам падабаецца вам убудова <b>Subscribe to Comments Reloaded</b>, распавядзіце іншым людзям пра яго і пра тое, наколькі ён добры. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Ацэніце</a> яго ў частцы ўбудоў на сайце Wordpress."
|
937 |
+
|
938 |
+
#: options/panel6.php:24
|
939 |
+
msgid "Sponsor's Corner"
|
940 |
+
msgstr "Куток фундатара"
|
941 |
+
|
942 |
+
#: options/panel6.php:25
|
943 |
+
msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
|
944 |
+
msgstr "Калі вы жадаеце праспансаваць гэту ўбудову, не саромейцеся, <a href='http://www.duechiacchiere.it/contatto'>звернецеся да мяне</a>."
|
945 |
+
|
946 |
+
#: templates/author.php:55
|
947 |
+
msgid "Title"
|
948 |
+
msgstr "Загаловак"
|
949 |
+
|
950 |
+
#: templates/author.php:66
|
951 |
+
#: templates/user.php:60
|
952 |
+
msgid "Select all"
|
953 |
+
msgstr "Абраць усё"
|
954 |
+
|
955 |
+
#: templates/author.php:67
|
956 |
+
#: templates/user.php:61
|
957 |
+
msgid "Invert selection"
|
958 |
+
msgstr "Абраць зваротнае"
|
959 |
+
|
960 |
+
#: templates/author.php:71
|
961 |
+
msgid "Set to Y"
|
962 |
+
msgstr "Усталявана на Y"
|
963 |
+
|
964 |
+
#: templates/author.php:77
|
965 |
+
#: templates/user.php:71
|
966 |
+
msgid "No subscriptions match your search criteria."
|
967 |
+
msgstr "Ніводная падпіска не адпавядае пошукаваму запыту."
|
968 |
+
|
969 |
+
#: templates/request-management-link.php:67
|
970 |
+
#: templates/subscribe.php:87
|
971 |
+
msgid "Send"
|
972 |
+
msgstr "Адправіць"
|
973 |
+
|
974 |
+
#: templates/subscribe.php:41
|
975 |
+
#: templates/subscribe.php:42
|
976 |
+
msgid "New subscription to"
|
977 |
+
msgstr "Новая падпіска на"
|
978 |
+
|
979 |
+
#: templates/subscribe.php:42
|
980 |
+
msgid "User:"
|
981 |
+
msgstr "Карыстач:"
|
982 |
+
|
983 |
+
#~ msgid "Notify authors"
|
984 |
+
#~ msgstr "Апавяшчаць аўтараў"
|
985 |
+
|
986 |
+
#~ msgid "Notify the administrator when a new comment is posted."
|
987 |
+
#~ msgstr "Апавяшчаць адміністратара пра новы каментар."
|
988 |
+
|
989 |
+
#~ msgid "Subscribed"
|
990 |
+
#~ msgstr "Падпісана"
|
991 |
+
|
992 |
+
#~ msgid "Replies"
|
993 |
+
#~ msgstr "Адказы"
|
994 |
+
|
995 |
+
#~ msgid "Digest"
|
996 |
+
#~ msgstr "Дайджэст"
|
997 |
+
|
998 |
+
#~ msgid "Pending"
|
999 |
+
#~ msgstr "У чаканні"
|
1000 |
+
|
1001 |
+
#~ msgid "Management Page ID"
|
1002 |
+
#~ msgstr "ID старонкі кіравання"
|
1003 |
+
|
1004 |
+
#~ msgid "Management page"
|
1005 |
+
#~ msgstr "Старонка кіравання"
|
1006 |
+
|
1007 |
+
#~ msgid "Awaiting confirmation"
|
1008 |
+
#~ msgstr "Чакае пацверджання"
|
1009 |
+
|
1010 |
+
#~ msgid "Stats"
|
1011 |
+
#~ msgstr "Статыстыка"
|
1012 |
+
|
1013 |
+
#~ msgid "Other Messages"
|
1014 |
+
#~ msgstr "Іншыя паведамленні"
|
1015 |
+
|
1016 |
+
#~ msgid "Support"
|
1017 |
+
#~ msgstr "Падтрымка"
|
1018 |
+
|
1019 |
+
#~ msgid "The status has been successfully updated. Rows affected:"
|
1020 |
+
#~ msgstr "Статут паспяхова абноўлены. Зменены радкі:"
|
1021 |
+
|
1022 |
+
#~ msgid ""
|
1023 |
+
#~ "Update the email address associated to a specific subscription (by post "
|
1024 |
+
#~ "ID)."
|
1025 |
+
#~ msgstr "Абнавіць эл. адрас вызначанай падпіскі (па ID запісы)."
|
1026 |
+
|
1027 |
+
#~ msgid "PID"
|
1028 |
+
#~ msgstr "ID запісы"
|
1029 |
+
|
1030 |
+
#~ msgid "Change status"
|
1031 |
+
#~ msgstr "Змяніць статут"
|
1032 |
+
|
1033 |
+
#~ msgid ""
|
1034 |
+
#~ "Change the status of an email address or permanently delete all its "
|
1035 |
+
#~ "subscriptions."
|
1036 |
+
#~ msgstr ""
|
1037 |
+
#~ "Змяніць статут электроннага адрасу ці цалкам выдаліць усё яго падпіскі."
|
1038 |
+
|
1039 |
+
#~ msgid "Resume"
|
1040 |
+
#~ msgstr "Аднавіць"
|
1041 |
+
|
1042 |
+
#~ msgid "Update email address"
|
1043 |
+
#~ msgstr "Абнавіць электронны адрас"
|
1044 |
+
|
1045 |
+
#~ msgid ""
|
1046 |
+
#~ "You can \"mass update\" all the occurrences of a given email address "
|
1047 |
+
#~ "(exact matches only)."
|
1048 |
+
#~ msgstr ""
|
1049 |
+
#~ "Вы можаце змяніць усе выкарыстанні вызначанага электроннага адрасу ў базе "
|
1050 |
+
#~ "дадзеных на новы (толькі для дакладных супадзенняў)."
|
1051 |
+
|
1052 |
+
#~ msgid "Search email address"
|
1053 |
+
#~ msgstr "Шукаць электронны адрас"
|
1054 |
+
|
1055 |
+
#~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
|
1056 |
+
#~ msgstr "(Расшыфроўка: Y: падпісана, N: прыпынена, C: чакае пацверджання)"
|
1057 |
+
|
1058 |
+
#~ msgid "StCR table has been successfully optimized."
|
1059 |
+
#~ msgstr "Табліца StCR паспяхова абноўлена."
|
1060 |
+
|
1061 |
+
#~ msgid "Filter by date"
|
1062 |
+
#~ msgstr "Filtra per data"
|
1063 |
+
|
1064 |
+
#~ msgid "Month"
|
1065 |
+
#~ msgstr "Mese"
|
1066 |
+
|
1067 |
+
#~ msgid "Year"
|
1068 |
+
#~ msgstr "Anno"
|
1069 |
+
|
1070 |
+
#~ msgid "No data to display"
|
1071 |
+
#~ msgstr "Nessun dato da visualizzare"
|
1072 |
+
|
1073 |
+
#~ msgid "optimize"
|
1074 |
+
#~ msgstr "аптымізаваць"
|
1075 |
+
|
1076 |
+
#~ msgid "Database"
|
1077 |
+
#~ msgstr "База дадзеных"
|
1078 |
+
|
1079 |
+
#~ msgid "Engine"
|
1080 |
+
#~ msgstr "Прылада"
|
1081 |
+
|
1082 |
+
#~ msgid "Created on"
|
1083 |
+
#~ msgstr "Створана"
|
1084 |
+
|
1085 |
+
#~ msgid "Records"
|
1086 |
+
#~ msgstr "Запісы"
|
1087 |
+
|
1088 |
+
#~ msgid "Average Record Length"
|
1089 |
+
#~ msgstr "Сярэдняя даўжыня запісу"
|
1090 |
+
|
1091 |
+
#~ msgid "Approximate Overhead"
|
1092 |
+
#~ msgstr "Прибл. аб'ём карыстацкіх дадзеных"
|
1093 |
+
|
1094 |
+
#~ msgid "Custom CSS Class"
|
1095 |
+
#~ msgstr "Клас змянянага CSS"
|
1096 |
+
|
1097 |
+
#~ msgid ""
|
1098 |
+
#~ "Custom CSS class to associate to the checkbox, if you want to customize "
|
1099 |
+
#~ "its style."
|
1100 |
+
#~ msgstr ""
|
1101 |
+
#~ "Клас змянянага CSS для акенца выбару, калі вы жадаеце змяніць яго стыль"
|
1102 |
+
|
1103 |
+
#~ msgid "Subscriptions have been successfully updated."
|
1104 |
+
#~ msgstr "Падпіскі паспяхова абноўлены."
|
1105 |
+
|
1106 |
+
#~ msgid "Sorry, no subscriptions found."
|
1107 |
+
#~ msgstr "Выбачыце, падпіскі не знойдзены."
|
1108 |
+
|
1109 |
+
#~ msgid "All the subscriptions have been successfully updated."
|
1110 |
+
#~ msgstr "Усе падпіскі паспяхова абноўлены."
|
1111 |
+
|
1112 |
+
#~ msgid "Remove or suspend email address"
|
1113 |
+
#~ msgstr "Выдаліць ці прыпыніць электронны адрас"
|
1114 |
+
|
1115 |
+
#~ msgid ""
|
1116 |
+
#~ "Your subscription has been successfully confirmed. Thank you for using "
|
1117 |
+
#~ "our notification service. Now you will receive a message every time "
|
1118 |
+
#~ "someone posts a new comment to"
|
1119 |
+
#~ msgstr ""
|
1120 |
+
#~ "La tua iscrizione è stata confermata con successo. Grazie per aver "
|
1121 |
+
#~ "usato il nostro servizio di notifica. Da ora in poi riceverai un "
|
1122 |
+
#~ "messaggio ogni volta che qualcuno lascia un commento per:"
|
1123 |
+
|
1124 |
+
#~ msgid ""
|
1125 |
+
#~ "The permalink for your management page. This page <b>does not</b> "
|
1126 |
+
#~ "actually exist in the system, is generated on-the-fly. It should start "
|
1127 |
+
#~ "with a / (i.e. <code>/manage-subscriptions</code>)"
|
1128 |
+
#~ msgstr ""
|
1129 |
+
#~ "Il <b>permalink</b> per la pagina di gestione. Questa pagina non esiste "
|
1130 |
+
#~ "in Wordpress, viene generata al volo dal plugin. Dovrebbe iniziare con "
|
1131 |
+
#~ "uno / (ad es. <code>/gestisci-sottoscrizioni</code)"
|
1132 |
+
|
1133 |
+
#~ msgid ""
|
1134 |
+
#~ "The ID (<strong>not the permalink!</strong>) of the management page you "
|
1135 |
+
#~ "created."
|
1136 |
+
#~ msgstr ""
|
1137 |
+
#~ "L'ID (<strong>non il permalink!</strong>) della pagina di gestione che "
|
1138 |
+
#~ "hai creato."
|
1139 |
+
|
1140 |
+
#~ msgid ""
|
1141 |
+
#~ "Send a notification email to confirm the subscription (to avoid addresses "
|
1142 |
+
#~ "misuse)"
|
1143 |
+
#~ msgstr ""
|
1144 |
+
#~ "Invia una email per confermare l'iscrizione ad un dato articolo (per "
|
1145 |
+
#~ "evitare l'uso scorretto di indirizzi email di terzi)"
|
1146 |
+
|
1147 |
+
#~ msgid ""
|
1148 |
+
#~ "Oops, Huston we have a problem! Please contact the administrator of this "
|
1149 |
+
#~ "blog for further details."
|
1150 |
+
#~ msgstr ""
|
1151 |
+
#~ "Ouch, Huston abbiamo un problema! Per favore contatta l'amministratore di "
|
1152 |
+
#~ "questo blog per maggiori informazioni."
|
1153 |
+
|
1154 |
+
#~ msgid ""
|
1155 |
+
#~ "You can manage the subscriptions to your articles on this page. In order "
|
1156 |
+
#~ "to cancel or suspend one or more notifications, select the corresponding "
|
1157 |
+
#~ "checkbox(es) and click on the button at the end of the list."
|
1158 |
+
#~ msgstr ""
|
1159 |
+
#~ "Tramite questa pagina puoi gestire le tue sottoscrizioni al mio blog. Se "
|
1160 |
+
#~ "desideri disdire o sospendere una o più notifiche, spunta le "
|
1161 |
+
#~ "caselle corrispondenti agli articoli e clicca sul pusante in fondo alla "
|
1162 |
+
#~ "lista."
|
1163 |
+
|
1164 |
+
#~ msgid ""
|
1165 |
+
#~ "You can manage your subscriptions to the article of this blog on this "
|
1166 |
+
#~ "page. In order to cancel or suspend one or more notifications, select the "
|
1167 |
+
#~ "corresponding checkbox(es) and click on the button at the end of the "
|
1168 |
+
#~ "list. You are currently subscribed to:"
|
1169 |
+
#~ msgstr ""
|
1170 |
+
#~ "Tramite questa pagina puoi gestire le tue sottoscrizioni al mio blog. Se "
|
1171 |
+
#~ "desideri disdire o sospendere una o più notifiche, spunta le "
|
1172 |
+
#~ "caselle corrispondenti agli articoli e clicca sul pusante in fondo alla "
|
1173 |
+
#~ "lista. Al momento, risulti iscritto a:"
|
1174 |
+
|
1175 |
+
#~ msgid ""
|
1176 |
+
#~ "If you know the ID of a post you want to manage, enter it in the field "
|
1177 |
+
#~ "here below to see a list of email addresses subscribed to it"
|
1178 |
+
#~ msgstr ""
|
1179 |
+
#~ "Se conosci l'ID dell'articolo che vuoi gestire, inseriscilo nel campo qui "
|
1180 |
+
#~ "di seguito per accedere alla relativa lista di indirizzi email iscritti "
|
1181 |
+
#~ "alla discussione"
|
1182 |
+
|
1183 |
+
#~ msgid "Search post ID"
|
1184 |
+
#~ msgstr "Cerca ID"
|
1185 |
+
|
1186 |
+
#~ msgid ""
|
1187 |
+
#~ "If you know the email address you want to manage, enter it in the field "
|
1188 |
+
#~ "here below to see a list of articles this reader is currently watching"
|
1189 |
+
#~ msgstr ""
|
1190 |
+
#~ "Se conosci l'indirizzo email che vuoi gestire, inseriscilo nel campo qui "
|
1191 |
+
#~ "di seguito per accedere alla relativa lista di articoli che sta "
|
1192 |
+
#~ "attualmente seguendo"
|
1193 |
+
|
1194 |
+
#~ msgid "Search by email address"
|
1195 |
+
#~ msgstr "Cerca per indirizzo email"
|
1196 |
+
|
1197 |
+
#~ msgid ""
|
1198 |
+
#~ "You are the author of this entry. <a href='[manager_link]'>Manage</a> its "
|
1199 |
+
#~ "subscriptions."
|
1200 |
+
#~ msgstr ""
|
1201 |
+
#~ "Sei l'autore di quest'articolo. Gestisci gli utenti <a "
|
1202 |
+
#~ "href='[manager_link]'>iscritti</a> alla discussione."
|
1203 |
+
|
1204 |
+
#~ msgid "Filters"
|
1205 |
+
#~ msgstr "Filtri"
|
1206 |
+
|
1207 |
+
#~ msgid "Search by post ID"
|
1208 |
+
#~ msgstr "Cerca per ID dell'articolo"
|
1209 |
+
|
1210 |
+
#~ msgid "Thank you"
|
1211 |
+
#~ msgstr "Grazie"
|
1212 |
+
|
1213 |
+
#~ msgid "\"From\" name"
|
1214 |
+
#~ msgstr "Nome del mittente"
|
1215 |
+
|
1216 |
+
#~ msgid "Dashboard"
|
1217 |
+
#~ msgstr "Bacheca"
|
1218 |
+
|
1219 |
+
#~ msgid "Visitors"
|
1220 |
+
#~ msgstr "Visitatori"
|
1221 |
+
|
1222 |
+
#~ msgid "Traffic Sources"
|
1223 |
+
#~ msgstr "Sorgenti di traffico"
|
1224 |
+
|
1225 |
+
#~ msgid "Content"
|
1226 |
+
#~ msgstr "Contenuto"
|
1227 |
+
|
1228 |
+
#~ msgid "Raw Data"
|
1229 |
+
#~ msgstr "Dati grezzi"
|
1230 |
+
|
1231 |
+
#~ msgid "World Map"
|
1232 |
+
#~ msgstr "Mappa"
|
1233 |
+
|
1234 |
+
#~ msgid "Current filters:"
|
1235 |
+
#~ msgstr "Filtri attivi:"
|
1236 |
+
|
1237 |
+
#~ msgid "Filter pageviews where"
|
1238 |
+
#~ msgstr "Filtra accessi in cui:"
|
1239 |
+
|
1240 |
+
#~ msgid "Browser"
|
1241 |
+
#~ msgstr "Browser"
|
1242 |
+
|
1243 |
+
#~ msgid "Browser version"
|
1244 |
+
#~ msgstr "Versione Browser"
|
1245 |
+
|
1246 |
+
#~ msgid "CSS version"
|
1247 |
+
#~ msgstr "Versione CSS"
|
1248 |
+
|
1249 |
+
#~ msgid "Country Code"
|
1250 |
+
#~ msgstr "Codice Paese"
|
1251 |
+
|
1252 |
+
#~ msgid "Domain"
|
1253 |
+
#~ msgstr "Dominio"
|
1254 |
+
|
1255 |
+
#~ msgid "IP"
|
1256 |
+
#~ msgstr "IP"
|
1257 |
+
|
1258 |
+
#~ msgid "Language Code"
|
1259 |
+
#~ msgstr "Codice Lingua"
|
1260 |
+
|
1261 |
+
#~ msgid "Operating System"
|
1262 |
+
#~ msgstr "Sistema operativo"
|
1263 |
+
|
1264 |
+
#~ msgid "Permalink"
|
1265 |
+
#~ msgstr "Permalink"
|
1266 |
+
|
1267 |
+
#~ msgid "Referer"
|
1268 |
+
#~ msgstr "Riferimento"
|
1269 |
+
|
1270 |
+
#~ msgid "Screen Resolution"
|
1271 |
+
#~ msgstr "Risoluzione schermo"
|
1272 |
+
|
1273 |
+
#~ msgid "Is equal to"
|
1274 |
+
#~ msgstr "Uguale a"
|
1275 |
+
|
1276 |
+
#~ msgid "Day"
|
1277 |
+
#~ msgstr "Giorno"
|
1278 |
+
|
1279 |
+
#~ msgid "Go"
|
1280 |
+
#~ msgstr "Vai"
|
1281 |
+
|
1282 |
+
#~ msgid "reset"
|
1283 |
+
#~ msgstr "annulla"
|
1284 |
+
|
1285 |
+
#~ msgid "Pageviews by day - Click on a day for hourly metrics"
|
1286 |
+
#~ msgstr ""
|
1287 |
+
#~ "Pagine al giorno - Clicca su un giorno per vedere il dettaglio orario"
|
1288 |
+
|
1289 |
+
#~ msgid "Pageviews by hour"
|
1290 |
+
#~ msgstr "Accessi orari"
|
1291 |
+
|
1292 |
+
#~ msgid "About WP-SlimStat"
|
1293 |
+
#~ msgstr "Informazioni su WP-SlimStat"
|
1294 |
+
|
1295 |
+
#~ msgid "Total Hits"
|
1296 |
+
#~ msgstr "Totale accessi"
|
1297 |
+
|
1298 |
+
#~ msgid "Data Size"
|
1299 |
+
#~ msgstr "Dimensione DB"
|
1300 |
+
|
1301 |
+
#~ msgid "Tracking Active"
|
1302 |
+
#~ msgstr "Tracciamento attivo"
|
1303 |
+
|
1304 |
+
#~ msgid "Summary for"
|
1305 |
+
#~ msgstr "Panoramica del"
|
1306 |
+
|
1307 |
+
#~ msgid "this period"
|
1308 |
+
#~ msgstr "periodo"
|
1309 |
+
|
1310 |
+
#~ msgid "Unique IPs"
|
1311 |
+
#~ msgstr "IP unici"
|
1312 |
+
|
1313 |
+
#~ msgid "Avg Pageviews"
|
1314 |
+
#~ msgstr "Media accessi"
|
1315 |
+
|
1316 |
+
#~ msgid "On"
|
1317 |
+
#~ msgstr "Il"
|
1318 |
+
|
1319 |
+
#~ msgid "Last Month"
|
1320 |
+
#~ msgstr "Mese scorso"
|
1321 |
+
|
1322 |
+
#~ msgid "User agents"
|
1323 |
+
#~ msgstr "User agents"
|
1324 |
+
|
1325 |
+
#~ msgid "Popular pages of all time"
|
1326 |
+
#~ msgstr "Pagine in assoluto più popolari"
|
1327 |
+
|
1328 |
+
#~ msgid "Open %s in a new window"
|
1329 |
+
#~ msgstr "Apri %s in una nuova finestra"
|
1330 |
+
|
1331 |
+
#~ msgid "More"
|
1332 |
+
#~ msgstr "Dettagli"
|
1333 |
+
|
1334 |
+
#~ msgid "Recent Keywords"
|
1335 |
+
#~ msgstr "Parole chiave recenti"
|
1336 |
+
|
1337 |
+
#~ msgid "Recent Countries"
|
1338 |
+
#~ msgstr "Paesi recenti"
|
1339 |
+
|
1340 |
+
#~ msgid "c-"
|
1341 |
+
#~ msgstr "c-"
|
1342 |
+
|
1343 |
+
#~ msgid "Traffic Sources Overview"
|
1344 |
+
#~ msgstr "Panoramica sorgenti di traffico"
|
1345 |
+
|
1346 |
+
#~ msgid "Human Visits by day - Click on a day for hourly metrics"
|
1347 |
+
#~ msgstr ""
|
1348 |
+
#~ "Visite umane al giorno - Clicca su un giorno per vedere il dettaglio "
|
1349 |
+
#~ "orario"
|
1350 |
+
|
1351 |
+
#~ msgid "Human Visits by hour"
|
1352 |
+
#~ msgstr "Visite umane per ogni ora"
|
1353 |
+
|
1354 |
+
#~ msgid "Human visits"
|
1355 |
+
#~ msgstr "Visitatori umani"
|
1356 |
+
|
1357 |
+
#~ msgid "One time visitors"
|
1358 |
+
#~ msgstr "Una sola visita"
|
1359 |
+
|
1360 |
+
#~ msgid "Bounce rate"
|
1361 |
+
#~ msgstr "Tasso di rimbalzo"
|
1362 |
+
|
1363 |
+
#~ msgid "Bots"
|
1364 |
+
#~ msgstr "Bot"
|
1365 |
+
|
1366 |
+
#~ msgid "Pages per visit"
|
1367 |
+
#~ msgstr "Pagine per visita"
|
1368 |
+
|
1369 |
+
#~ msgid "Longest visit"
|
1370 |
+
#~ msgstr "Visita più lunga"
|
1371 |
+
|
1372 |
+
#~ msgid "Languages"
|
1373 |
+
#~ msgstr "Lingue"
|
1374 |
+
|
1375 |
+
#~ msgid "l-"
|
1376 |
+
#~ msgstr "l-"
|
1377 |
+
|
1378 |
+
#~ msgid "Languages - Just Visitors"
|
1379 |
+
#~ msgstr "Lingue - Solo visitatori"
|
1380 |
+
|
1381 |
+
#~ msgid "IP Addresses and Domains"
|
1382 |
+
#~ msgstr "Indirizzi IP e Domini"
|
1383 |
+
|
1384 |
+
#~ msgid "Recent Browsers"
|
1385 |
+
#~ msgstr "Browser recenti"
|
1386 |
+
|
1387 |
+
#~ msgid "Operating Systems"
|
1388 |
+
#~ msgstr "Sistemi operativi"
|
1389 |
+
|
1390 |
+
#~ msgid "Browsers and Operating Systems"
|
1391 |
+
#~ msgstr "Browser e Sistemi operativi"
|
1392 |
+
|
1393 |
+
#~ msgid "Screen Resolutions"
|
1394 |
+
#~ msgstr "Risoluzioni schermo"
|
1395 |
+
|
1396 |
+
#~ msgid "Screen Resolutions with colordepth"
|
1397 |
+
#~ msgstr "Risoluzioni schermo e colori"
|
1398 |
+
|
1399 |
+
#~ msgid "Plugins"
|
1400 |
+
#~ msgstr "Plugin"
|
1401 |
+
|
1402 |
+
#~ msgid "Flash"
|
1403 |
+
#~ msgstr "Flash"
|
1404 |
+
|
1405 |
+
#~ msgid "Silverlight"
|
1406 |
+
#~ msgstr "Silverlight"
|
1407 |
+
|
1408 |
+
#~ msgid "Acrobat"
|
1409 |
+
#~ msgstr "Acrobat"
|
1410 |
+
|
1411 |
+
#~ msgid "Java"
|
1412 |
+
#~ msgstr "Java"
|
1413 |
+
|
1414 |
+
#~ msgid "Media Player"
|
1415 |
+
#~ msgstr "Media Player"
|
1416 |
+
|
1417 |
+
#~ msgid "Real Player"
|
1418 |
+
#~ msgstr "Real Player"
|
1419 |
+
|
1420 |
+
#~ msgid "Top Countries"
|
1421 |
+
#~ msgstr "Panoramica dei Paesi"
|
1422 |
+
|
1423 |
+
#~ msgid "Details about Recent Visits"
|
1424 |
+
#~ msgstr "Dettagli sulle visite recenti"
|
1425 |
+
|
1426 |
+
#~ msgid "Direct visit to"
|
1427 |
+
#~ msgstr "Visita diretta a"
|
1428 |
+
|
1429 |
+
#~ msgid "Traffic Sources by day - Click on a day for hourly metrics"
|
1430 |
+
#~ msgstr ""
|
1431 |
+
#~ "Sorgenti di traffico al giorno - Clicca su un giorno per vedere il "
|
1432 |
+
#~ "dettaglio orario"
|
1433 |
+
|
1434 |
+
#~ msgid "Traffic Sources by hour"
|
1435 |
+
#~ msgstr "Sorgenti di traffico orarie"
|
1436 |
+
|
1437 |
+
#~ msgid "Unique Referers"
|
1438 |
+
#~ msgstr "Sorgenti uniche"
|
1439 |
+
|
1440 |
+
#~ msgid "Direct Visits"
|
1441 |
+
#~ msgstr "Visite dirette"
|
1442 |
+
|
1443 |
+
#~ msgid "Unique Pages Referred"
|
1444 |
+
#~ msgstr "Pagine uniche riferite"
|
1445 |
+
|
1446 |
+
#~ msgid "Recent bouncing pages"
|
1447 |
+
#~ msgstr "Pagine di rimbalzo"
|
1448 |
+
|
1449 |
+
#~ msgid "Unique Internal"
|
1450 |
+
#~ msgstr "Ricerche interne"
|
1451 |
+
|
1452 |
+
#~ msgid "Top Keywords"
|
1453 |
+
#~ msgstr "Parole chiave principali"
|
1454 |
+
|
1455 |
+
#~ msgid "Traffic Sources for"
|
1456 |
+
#~ msgstr "Sorgenti di traffico del"
|
1457 |
+
|
1458 |
+
#~ msgid "Sites for"
|
1459 |
+
#~ msgstr "Siti del"
|
1460 |
+
|
1461 |
+
#~ msgid "Recent Keywords » Pages"
|
1462 |
+
#~ msgstr "Parole chiave » Pagine"
|
1463 |
+
|
1464 |
+
#~ msgid "Open referer in a new window"
|
1465 |
+
#~ msgstr "Apri il riferimento in una nuova finestra"
|
1466 |
+
|
1467 |
+
#~ msgid ""
|
1468 |
+
#~ "Average pageviews per visit by day - Click on a day for hourly metrics"
|
1469 |
+
#~ msgstr ""
|
1470 |
+
#~ "Pagine al giorno - Clicca su un giorno per vedere il dettaglio orario"
|
1471 |
+
|
1472 |
+
#~ msgid "Average pageviews per visit by hour"
|
1473 |
+
#~ msgstr "Media oraria delle pagine per visita"
|
1474 |
+
|
1475 |
+
#~ msgid "Recent Contents"
|
1476 |
+
#~ msgstr "Contenuti recenti"
|
1477 |
+
|
1478 |
+
#~ msgid "Recent Feeds"
|
1479 |
+
#~ msgstr "Feed recenti"
|
1480 |
+
|
1481 |
+
#~ msgid "Recent 404 pages"
|
1482 |
+
#~ msgstr "Pagine 404 recenti"
|
1483 |
+
|
1484 |
+
#~ msgid "Recent Internal Searches"
|
1485 |
+
#~ msgstr "Ricerche interne"
|
1486 |
+
|
1487 |
+
#~ msgid "Top Exit Pages for"
|
1488 |
+
#~ msgstr "Pagine d'uscita del"
|
1489 |
+
|
1490 |
+
#~ msgid "Recent Outbound Links"
|
1491 |
+
#~ msgstr "Link in uscita"
|
1492 |
+
|
1493 |
+
#~ msgid "Recent Downloads"
|
1494 |
+
#~ msgstr "Download recenti"
|
1495 |
+
|
1496 |
+
#~ msgid "Order by"
|
1497 |
+
#~ msgstr "Ordina per"
|
1498 |
+
|
1499 |
+
#~ msgid "Country"
|
1500 |
+
#~ msgstr "Paese"
|
1501 |
+
|
1502 |
+
#~ msgid "Date/Time"
|
1503 |
+
#~ msgstr "Data/Ora"
|
1504 |
+
|
1505 |
+
#~ msgid "Language"
|
1506 |
+
#~ msgstr "Lingua"
|
1507 |
+
|
1508 |
+
#~ msgid "Select sorting"
|
1509 |
+
#~ msgstr "Scegli ordine"
|
1510 |
+
|
1511 |
+
#~ msgid "Descending"
|
1512 |
+
#~ msgstr "Decrescente"
|
1513 |
+
|
1514 |
+
#~ msgid "Starting from record #"
|
1515 |
+
#~ msgstr "A partire dalla riga n."
|
1516 |
+
|
1517 |
+
#~ msgid "No records found"
|
1518 |
+
#~ msgstr "Nessun record trovato"
|
1519 |
+
|
1520 |
+
#~ msgid "Records: %d - %d. Order by: %s %s"
|
1521 |
+
#~ msgstr "Righe: %d - %d. Ordinamento: %s %s"
|
1522 |
+
|
1523 |
+
#~ msgid "N/A"
|
1524 |
+
#~ msgstr "N/D"
|
1525 |
+
|
1526 |
+
#~ msgid "Direct visit"
|
1527 |
+
#~ msgstr "Visita diretta"
|
1528 |
+
|
1529 |
+
#~ msgid ""
|
1530 |
+
#~ "World Map - Values represent the percentage of hits coming from that "
|
1531 |
+
#~ "Country"
|
1532 |
+
#~ msgstr ""
|
1533 |
+
#~ "Mappa del mondo - I valori rappresentano le visite in percentuale "
|
1534 |
+
#~ "provenienti da ogni Paese"
|
1535 |
+
|
1536 |
+
#~ msgid "Pluggable custom reports"
|
1537 |
+
#~ msgstr "Rapporti personalizzati"
|
1538 |
+
|
1539 |
+
#~ msgid ""
|
1540 |
+
#~ "Yes, you can! Create and view your personalized analytics for WP "
|
1541 |
+
#~ "SlimStat. In order to do this, just write a new plugin that fetches the "
|
1542 |
+
#~ "desired information from the database and then hook it to the action "
|
1543 |
+
#~ "<code>wp_slimstat_custom_report</code>. A demo plugin comes with the "
|
1544 |
+
#~ "package. It shows how to write custom reports in 5 minutes. You can find "
|
1545 |
+
#~ "it inside the plugin's folder: <code>wp-slimstat-custom-report-demo."
|
1546 |
+
#~ "php</code>. For more information, visit my <a href=\"http://lab."
|
1547 |
+
#~ "duechiacchiere.it/\" target=\"_blank\">support forum</a>."
|
1548 |
+
#~ msgstr ""
|
1549 |
+
#~ "Si, si può! Creare e vedere le proprie statistiche personalizzate "
|
1550 |
+
#~ "per WP SlimStat. Per far questo, ti basta scrivere un nuovo plugin che "
|
1551 |
+
#~ "preleva le informazioni desiderate dal database, per poi agganciarlo al "
|
1552 |
+
#~ "codice <code>wp_slimstat_custom_report</code>. Un esempio è "
|
1553 |
+
#~ "incluso con la distribuzione. Mostra come scrivere rapporti "
|
1554 |
+
#~ "personalizzati in 5 minuti. Lo trovi nella cartella del plugin: <code>wp-"
|
1555 |
+
#~ "slimstat-custom-report-demo.php</code>. Per ulteriori informazioni, "
|
1556 |
+
#~ "visita il mio <a href=\"http://lab.duechiacchiere.it/\" target=\"_blank"
|
1557 |
+
#~ "\">forum di supporto</a>."
|
1558 |
+
|
1559 |
+
#~ msgid "Domains"
|
1560 |
+
#~ msgstr "Domini"
|
1561 |
+
|
1562 |
+
#~ msgid "Visits"
|
1563 |
+
#~ msgstr "Visite"
|
1564 |
+
|
1565 |
+
#~ msgid "Unique Visits"
|
1566 |
+
#~ msgstr "Visite uniche"
|
langs/subscribe-reloaded-nl_NL.mo
CHANGED
Binary file
|
langs/subscribe-reloaded-nl_NL.po
CHANGED
@@ -46,12 +46,12 @@ msgstr "Laat beheerder abonneren"
|
|
46 |
|
47 |
#: subscribe-to-comments-reloaded.php:68
|
48 |
msgid "All"
|
49 |
-
msgstr ""
|
50 |
|
51 |
#: subscribe-to-comments-reloaded.php:69
|
52 |
#: templates/user.php:65
|
53 |
msgid "Replies to my comments"
|
54 |
-
msgstr ""
|
55 |
|
56 |
#: subscribe-to-comments-reloaded.php:70
|
57 |
msgid "Daily digest"
|
@@ -103,7 +103,7 @@ msgid ""
|
|
103 |
"[comment_content]\n"
|
104 |
"Permalink: [post_permalink]\n"
|
105 |
"Manage your subscriptions: [manager_link]"
|
106 |
-
msgstr ""
|
107 |
"Er is een nieuwe reactie op [post_title].\n"
|
108 |
"Link naar de reactie: [comment_permalink]\n"
|
109 |
"Auteur: [comment_author]\n"
|
@@ -156,7 +156,7 @@ msgstr "Ja"
|
|
156 |
|
157 |
#: subscribe-to-comments-reloaded.php:1002
|
158 |
msgid "Replies"
|
159 |
-
msgstr ""
|
160 |
|
161 |
#: subscribe-to-comments-reloaded.php:1004
|
162 |
msgid "Digest"
|
@@ -164,7 +164,7 @@ msgstr ""
|
|
164 |
|
165 |
#: subscribe-to-comments-reloaded.php:1006
|
166 |
msgid "Pending"
|
167 |
-
msgstr ""
|
168 |
|
169 |
#: subscribe-to-comments-reloaded.php:1007
|
170 |
#: options/panel2.php:42
|
@@ -224,7 +224,7 @@ msgstr "Opties"
|
|
224 |
|
225 |
#: options/index.php:46
|
226 |
msgid "You can help"
|
227 |
-
msgstr ""
|
228 |
|
229 |
#: options/panel1-business-logic.php:18
|
230 |
#, fuzzy
|
@@ -376,11 +376,11 @@ msgstr "E-mail"
|
|
376 |
|
377 |
#: options/panel1.php:49
|
378 |
msgid "Ask user to confirm"
|
379 |
-
msgstr ""
|
380 |
|
381 |
#: options/panel1.php:50
|
382 |
msgid "Add"
|
383 |
-
msgstr ""
|
384 |
|
385 |
#: options/panel1.php:59
|
386 |
#, fuzzy
|
@@ -425,11 +425,11 @@ msgstr ""
|
|
425 |
|
426 |
#: options/panel1.php:73
|
427 |
msgid "ends with"
|
428 |
-
msgstr ""
|
429 |
|
430 |
#: options/panel1.php:76
|
431 |
msgid "results per page:"
|
432 |
-
msgstr ""
|
433 |
|
434 |
#: options/panel1.php:77
|
435 |
msgid "Search"
|
@@ -465,7 +465,7 @@ msgstr "van"
|
|
465 |
#: templates/author.php:56
|
466 |
#: templates/user.php:52
|
467 |
msgid "Legend: Y = all comments, R = replies only, C = inactive"
|
468 |
-
msgstr ""
|
469 |
|
470 |
#: options/panel1.php:102
|
471 |
msgid "Date and Time"
|
@@ -473,7 +473,7 @@ msgstr "Datum en Tijd"
|
|
473 |
|
474 |
#: options/panel1.php:112
|
475 |
msgid "Edit"
|
476 |
-
msgstr ""
|
477 |
|
478 |
#: options/panel1.php:113
|
479 |
#: templates/author.php:69
|
@@ -499,17 +499,17 @@ msgstr "Pauzeren"
|
|
499 |
|
500 |
#: options/panel1.php:124
|
501 |
msgid "Activate and set to Y"
|
502 |
-
msgstr ""
|
503 |
|
504 |
#: options/panel1.php:125
|
505 |
msgid "Activate and set to R"
|
506 |
-
msgstr ""
|
507 |
|
508 |
#: options/panel1.php:126
|
509 |
#: templates/author.php:72
|
510 |
#: templates/user.php:66
|
511 |
msgid "Activate"
|
512 |
-
msgstr ""
|
513 |
|
514 |
#: options/panel1.php:127
|
515 |
#: templates/author.php:73
|
@@ -572,7 +572,7 @@ msgstr "Auteur label"
|
|
572 |
#: options/panel4.php:23
|
573 |
#: options/panel5.php:22
|
574 |
msgid "Your settings have been successfully updated."
|
575 |
-
msgstr "De instellingen zijn succesvol
|
576 |
|
577 |
#: options/panel2.php:28
|
578 |
#: options/panel3.php:29
|
@@ -583,7 +583,7 @@ msgstr "Er deed zich een probleem voor tijdens het bijwerken van de volgende vel
|
|
583 |
|
584 |
#: options/panel2.php:43
|
585 |
msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
|
586 |
-
msgstr ""
|
587 |
|
588 |
#: options/panel2.php:50
|
589 |
msgid "Decide if the checkbox should be checked by default or not."
|
@@ -591,7 +591,7 @@ msgstr "Denk erover na of het vinkje standaard aangevinkt moet staan of niet."
|
|
591 |
|
592 |
#: options/panel2.php:57
|
593 |
msgid "Allow users to choose from different subscription types (all, replies only)."
|
594 |
-
msgstr ""
|
595 |
|
596 |
#: options/panel2.php:62
|
597 |
msgid "Custom inline CSS to add to the checkbox."
|
@@ -603,7 +603,7 @@ msgstr "Aangepaste HTML code die gebruikt wordt tijdens het aanroepen van de che
|
|
603 |
|
604 |
#: options/panel2.php:72
|
605 |
msgid "Messages for your visitors"
|
606 |
-
msgstr ""
|
607 |
|
608 |
#: options/panel2.php:76
|
609 |
#, fuzzy
|
@@ -658,7 +658,7 @@ msgstr "Beheerpagina"
|
|
658 |
#: options/panel3.php:13
|
659 |
#: options/panel3.php:63
|
660 |
msgid "Custom HEAD meta"
|
661 |
-
msgstr ""
|
662 |
|
663 |
#: options/panel3.php:15
|
664 |
#: options/panel3.php:74
|
@@ -697,15 +697,15 @@ msgstr "Gebruikers"
|
|
697 |
|
698 |
#: options/panel3.php:45
|
699 |
msgid "Enabled"
|
700 |
-
msgstr ""
|
701 |
|
702 |
#: options/panel3.php:46
|
703 |
msgid "Disabled"
|
704 |
-
msgstr ""
|
705 |
|
706 |
#: options/panel3.php:47
|
707 |
msgid "Disable the virtual management page if you need to create a <a href=\"http://lab.duechiacchiere.it/index.php?topic=71.0\">real page</a> to make your theme happy."
|
708 |
-
msgstr ""
|
709 |
|
710 |
#: options/panel3.php:53
|
711 |
msgid "Title of the page your visitors will use to manage their subscriptions."
|
@@ -788,7 +788,7 @@ msgstr "Tekst dat op het scherm verschijnt bij gebruikers die hun abonnementen w
|
|
788 |
|
789 |
#: options/panel3.php:91
|
790 |
msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
|
791 |
-
msgstr "Het
|
792 |
|
793 |
#: options/panel3.php:101
|
794 |
msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
|
@@ -1004,12 +1004,12 @@ msgstr "Selectie omkeren"
|
|
1004 |
|
1005 |
#: templates/author.php:71
|
1006 |
msgid "Set to Y"
|
1007 |
-
msgstr ""
|
1008 |
|
1009 |
#: templates/author.php:77
|
1010 |
#: templates/user.php:71
|
1011 |
msgid "No subscriptions match your search criteria."
|
1012 |
-
msgstr ""
|
1013 |
|
1014 |
#: templates/request-management-link.php:68
|
1015 |
#: templates/subscribe.php:89
|
46 |
|
47 |
#: subscribe-to-comments-reloaded.php:68
|
48 |
msgid "All"
|
49 |
+
msgstr "Alles"
|
50 |
|
51 |
#: subscribe-to-comments-reloaded.php:69
|
52 |
#: templates/user.php:65
|
53 |
msgid "Replies to my comments"
|
54 |
+
msgstr "Reacties op mijn reacties"
|
55 |
|
56 |
#: subscribe-to-comments-reloaded.php:70
|
57 |
msgid "Daily digest"
|
103 |
"[comment_content]\n"
|
104 |
"Permalink: [post_permalink]\n"
|
105 |
"Manage your subscriptions: [manager_link]"
|
106 |
+
msgstr "Beheer je abonnementen op reacties: [manager_link]"
|
107 |
"Er is een nieuwe reactie op [post_title].\n"
|
108 |
"Link naar de reactie: [comment_permalink]\n"
|
109 |
"Auteur: [comment_author]\n"
|
156 |
|
157 |
#: subscribe-to-comments-reloaded.php:1002
|
158 |
msgid "Replies"
|
159 |
+
msgstr "Reacties op je reacties"
|
160 |
|
161 |
#: subscribe-to-comments-reloaded.php:1004
|
162 |
msgid "Digest"
|
164 |
|
165 |
#: subscribe-to-comments-reloaded.php:1006
|
166 |
msgid "Pending"
|
167 |
+
msgstr "Wordt gecontroleerd"
|
168 |
|
169 |
#: subscribe-to-comments-reloaded.php:1007
|
170 |
#: options/panel2.php:42
|
224 |
|
225 |
#: options/index.php:46
|
226 |
msgid "You can help"
|
227 |
+
msgstr "Je kunt helpen"
|
228 |
|
229 |
#: options/panel1-business-logic.php:18
|
230 |
#, fuzzy
|
376 |
|
377 |
#: options/panel1.php:49
|
378 |
msgid "Ask user to confirm"
|
379 |
+
msgstr "Vraag gebruiker te bevestigen"
|
380 |
|
381 |
#: options/panel1.php:50
|
382 |
msgid "Add"
|
383 |
+
msgstr "Voeg toe"
|
384 |
|
385 |
#: options/panel1.php:59
|
386 |
#, fuzzy
|
425 |
|
426 |
#: options/panel1.php:73
|
427 |
msgid "ends with"
|
428 |
+
msgstr "Eindigt met"
|
429 |
|
430 |
#: options/panel1.php:76
|
431 |
msgid "results per page:"
|
432 |
+
msgstr "Resultaten per pagina"
|
433 |
|
434 |
#: options/panel1.php:77
|
435 |
msgid "Search"
|
465 |
#: templates/author.php:56
|
466 |
#: templates/user.php:52
|
467 |
msgid "Legend: Y = all comments, R = replies only, C = inactive"
|
468 |
+
msgstr "Legenda: Y = alle reacties, R = alleen reacties op je reacties, C = inactief"
|
469 |
|
470 |
#: options/panel1.php:102
|
471 |
msgid "Date and Time"
|
473 |
|
474 |
#: options/panel1.php:112
|
475 |
msgid "Edit"
|
476 |
+
msgstr "Bewerk"
|
477 |
|
478 |
#: options/panel1.php:113
|
479 |
#: templates/author.php:69
|
499 |
|
500 |
#: options/panel1.php:124
|
501 |
msgid "Activate and set to Y"
|
502 |
+
msgstr "Activeer en verander naar Y"
|
503 |
|
504 |
#: options/panel1.php:125
|
505 |
msgid "Activate and set to R"
|
506 |
+
msgstr "Activeer en verander naar R"
|
507 |
|
508 |
#: options/panel1.php:126
|
509 |
#: templates/author.php:72
|
510 |
#: templates/user.php:66
|
511 |
msgid "Activate"
|
512 |
+
msgstr "Activeer"
|
513 |
|
514 |
#: options/panel1.php:127
|
515 |
#: templates/author.php:73
|
572 |
#: options/panel4.php:23
|
573 |
#: options/panel5.php:22
|
574 |
msgid "Your settings have been successfully updated."
|
575 |
+
msgstr "De instellingen zijn succesvol bijgewerkt."
|
576 |
|
577 |
#: options/panel2.php:28
|
578 |
#: options/panel3.php:29
|
583 |
|
584 |
#: options/panel2.php:43
|
585 |
msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
|
586 |
+
msgstr "Zet deze optie uit als je de checkbox op een andere plek in de pagina wilt zetten"
|
587 |
|
588 |
#: options/panel2.php:50
|
589 |
msgid "Decide if the checkbox should be checked by default or not."
|
591 |
|
592 |
#: options/panel2.php:57
|
593 |
msgid "Allow users to choose from different subscription types (all, replies only)."
|
594 |
+
msgstr " Sta gebruikers te kiezen tussen verschillende abonnementstypen."
|
595 |
|
596 |
#: options/panel2.php:62
|
597 |
msgid "Custom inline CSS to add to the checkbox."
|
603 |
|
604 |
#: options/panel2.php:72
|
605 |
msgid "Messages for your visitors"
|
606 |
+
msgstr "Berichten voor bezoekers"
|
607 |
|
608 |
#: options/panel2.php:76
|
609 |
#, fuzzy
|
658 |
#: options/panel3.php:13
|
659 |
#: options/panel3.php:63
|
660 |
msgid "Custom HEAD meta"
|
661 |
+
msgstr "Custom HEAD meta"
|
662 |
|
663 |
#: options/panel3.php:15
|
664 |
#: options/panel3.php:74
|
697 |
|
698 |
#: options/panel3.php:45
|
699 |
msgid "Enabled"
|
700 |
+
msgstr "Geactiveerd"
|
701 |
|
702 |
#: options/panel3.php:46
|
703 |
msgid "Disabled"
|
704 |
+
msgstr "Dedeactiveerd"
|
705 |
|
706 |
#: options/panel3.php:47
|
707 |
msgid "Disable the virtual management page if you need to create a <a href=\"http://lab.duechiacchiere.it/index.php?topic=71.0\">real page</a> to make your theme happy."
|
708 |
+
msgstr "Zet de virtuele management pagina uit als je een <a href=\"http://lab.duechiacchiere.it/index.php?topic=71.0\">echte pagina</a> moet creëren."
|
709 |
|
710 |
#: options/panel3.php:53
|
711 |
msgid "Title of the page your visitors will use to manage their subscriptions."
|
788 |
|
789 |
#: options/panel3.php:91
|
790 |
msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
|
791 |
+
msgstr "Het bedankberichtje dat wordt getoond als bovenstaande aanvragen zijn doorgevoerd. Beschikbare tags: [post_title], [post_permalink]"
|
792 |
|
793 |
#: options/panel3.php:101
|
794 |
msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
|
1004 |
|
1005 |
#: templates/author.php:71
|
1006 |
msgid "Set to Y"
|
1007 |
+
msgstr "Verander naar Y"
|
1008 |
|
1009 |
#: templates/author.php:77
|
1010 |
#: templates/user.php:71
|
1011 |
msgid "No subscriptions match your search criteria."
|
1012 |
+
msgstr "Geen abonnementen voldoen aan je zoekcriteria."
|
1013 |
|
1014 |
#: templates/request-management-link.php:68
|
1015 |
#: templates/subscribe.php:89
|
langs/subscribe-reloaded-sv_SE.mo
ADDED
Binary file
|
langs/subscribe-reloaded-sv_SE.po
ADDED
@@ -0,0 +1,1070 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Subscribe to Comments Reloaded\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-22 15:04+0100\n"
|
6 |
+
"PO-Revision-Date: 2011-09-22 15:05+0100\n"
|
7 |
+
"Last-Translator: Terese Mörtvik <terese.mortvik@gmail.com>\n"
|
8 |
+
"Language-Team: Terese Mörtvik <terese.mortvik@tiarin.se>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Swedish\n"
|
13 |
+
"X-Poedit-Country: SWEDEN\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
+
"X-Poedit-Basepath: ../\n"
|
16 |
+
"Plural-Forms: er, nplurals=2; plural=(n != 1);\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: subscribe-to-comments-reloaded.php:41
|
20 |
+
#: subscribe-to-comments-reloaded.php:230
|
21 |
+
msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
|
22 |
+
msgstr "Din prenumeration på inlägget måste bekräftas. <a href='[manager_link]'>Redigera dina prenumerationer</a>."
|
23 |
+
|
24 |
+
#: subscribe-to-comments-reloaded.php:46
|
25 |
+
#: subscribe-to-comments-reloaded.php:229
|
26 |
+
msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
|
27 |
+
msgstr "Du prenumererar på detta inlägg. <a href='[manager_link]'>Redigera</a> dina prenumerationer."
|
28 |
+
|
29 |
+
#: subscribe-to-comments-reloaded.php:53
|
30 |
+
#: subscribe-to-comments-reloaded.php:231
|
31 |
+
msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
|
32 |
+
msgstr "Du kan <a href='[manager_link]'>redigera </a> din prenumeration på detta inlägg."
|
33 |
+
|
34 |
+
#: subscribe-to-comments-reloaded.php:58
|
35 |
+
#: subscribe-to-comments-reloaded.php:228
|
36 |
+
msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
|
37 |
+
msgstr "Vill du veta när din kommentar har fått ett svar, eller prenumerera på inläggets kommentarer via e-post? Du kan även <a href='[subscribe_link]'>prenumerera</a> utan att lämna en kommentar."
|
38 |
+
|
39 |
+
#: subscribe-to-comments-reloaded.php:67
|
40 |
+
msgid "Don't subscribe"
|
41 |
+
msgstr "Prenumerera inte"
|
42 |
+
|
43 |
+
# Alla
|
44 |
+
#: subscribe-to-comments-reloaded.php:68
|
45 |
+
msgid "All"
|
46 |
+
msgstr "Alla"
|
47 |
+
|
48 |
+
#: subscribe-to-comments-reloaded.php:69
|
49 |
+
#: templates/user.php:65
|
50 |
+
msgid "Replies to my comments"
|
51 |
+
msgstr "Endast svar på mina kommentarer"
|
52 |
+
|
53 |
+
#: subscribe-to-comments-reloaded.php:70
|
54 |
+
msgid "Daily digest"
|
55 |
+
msgstr "Daglig sammanfattning"
|
56 |
+
|
57 |
+
#: subscribe-to-comments-reloaded.php:234
|
58 |
+
#: options/index.php:46
|
59 |
+
msgid "Manage subscriptions"
|
60 |
+
msgstr "Administrera prenumerationer"
|
61 |
+
|
62 |
+
#: subscribe-to-comments-reloaded.php:236
|
63 |
+
msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
|
64 |
+
msgstr "För att administrera dina prenumerationer, vänligen ange din e-postadress här nedanför. Du får sedan ett meddelande med en aktiveringslänk så att du kan komma åt din personliga administrationssida."
|
65 |
+
|
66 |
+
#: subscribe-to-comments-reloaded.php:237
|
67 |
+
msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
|
68 |
+
msgstr "Tack för att du prenumerar! Du borde få e-postmeddelandet med aktiveringslänken inom några minuter."
|
69 |
+
|
70 |
+
#: subscribe-to-comments-reloaded.php:238
|
71 |
+
msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
|
72 |
+
msgstr "Du kan följa diskussionen för <strong>[post_title]</strong> utan att lämna en kommentar. Skriv bara in din e-postadress här nedanför så är det klart sen."
|
73 |
+
|
74 |
+
#: subscribe-to-comments-reloaded.php:239
|
75 |
+
msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
|
76 |
+
msgstr "Tack för att du prenumererar! Du kommer nu att få ett e-postmeddelande varje gång en kommentar publiceras på inlägget."
|
77 |
+
|
78 |
+
#: subscribe-to-comments-reloaded.php:240
|
79 |
+
msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
|
80 |
+
msgstr "Tack för att du prenumererar! För att bekräfta prenumerationen, vänligen logga in på din e-post och följ instruktionerna i aktiveringsmeddelandet."
|
81 |
+
|
82 |
+
#: subscribe-to-comments-reloaded.php:241
|
83 |
+
msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
|
84 |
+
msgstr "Vill du redigera dina prenumerationer? För att säga upp en eller flera prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta på knappen längst ned."
|
85 |
+
|
86 |
+
#: subscribe-to-comments-reloaded.php:242
|
87 |
+
msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
|
88 |
+
msgstr "Vill du redigera dina prenumerationer? För att säga upp en eller flera prenumerationer, vänligen klicka i motsvarande ruta eller rutor och bekräfta på knappen längst ned. Du prenumererar för närvarande på:"
|
89 |
+
|
90 |
+
#: subscribe-to-comments-reloaded.php:246
|
91 |
+
msgid "There is a new comment to [post_title]"
|
92 |
+
msgstr "Det har kommit en ny kommentar på [post_title]"
|
93 |
+
|
94 |
+
#: subscribe-to-comments-reloaded.php:247
|
95 |
+
msgid ""
|
96 |
+
"There is a new comment to [post_title].\n"
|
97 |
+
"Comment Link: [comment_permalink]\n"
|
98 |
+
"Author: [comment_author]\n"
|
99 |
+
"Comment:\n"
|
100 |
+
"[comment_content]\n"
|
101 |
+
"Permalink: [post_permalink]\n"
|
102 |
+
"Manage your subscriptions: [manager_link]"
|
103 |
+
msgstr ""
|
104 |
+
"Det finns en ny kommentar på [post_title].\n"
|
105 |
+
"Länk: [comment_permalink]\n"
|
106 |
+
"Skriven av: [comment_author]\n"
|
107 |
+
"Kommentar:[comment_content]\n"
|
108 |
+
"Permalänk: [post_permalink]\n"
|
109 |
+
"Redigera dina prenumerationer: [manager_link]"
|
110 |
+
|
111 |
+
#: subscribe-to-comments-reloaded.php:248
|
112 |
+
msgid "Please confirm your subscription to [post_title]"
|
113 |
+
msgstr "Vänligen bekräfta din prenumeration på [post_title]"
|
114 |
+
|
115 |
+
#: subscribe-to-comments-reloaded.php:249
|
116 |
+
msgid ""
|
117 |
+
"You have requested to be notified every time a new comment is added to:\n"
|
118 |
+
"[post_permalink]\n"
|
119 |
+
"\n"
|
120 |
+
"Please confirm your request by clicking on this link:\n"
|
121 |
+
"[confirm_link]"
|
122 |
+
msgstr ""
|
123 |
+
"Du, eller någon med din adress, har begärt att prenumerera på kommentarer till följande inlägg: [post_permalink]\n"
|
124 |
+
"Vänligen bekräfta prenumerationen genom att klicka på länken här nedanför:\n"
|
125 |
+
"[confirm_link] \n"
|
126 |
+
"Om länken inte går att klicka på, kopiera adressen och klistra in den i adressfönstret på din webbläsare."
|
127 |
+
|
128 |
+
#: subscribe-to-comments-reloaded.php:250
|
129 |
+
msgid "Manage your subscriptions on [blog_name]"
|
130 |
+
msgstr "Administrera dina prenumerationer på [blog_name]"
|
131 |
+
|
132 |
+
#: subscribe-to-comments-reloaded.php:251
|
133 |
+
msgid ""
|
134 |
+
"You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
|
135 |
+
"[manager_link]"
|
136 |
+
msgstr ""
|
137 |
+
"Du har begärt att redigera dina prenumerationer för artiklarna på [blog_name]. Följ denna länk för att logga in på din personliga sida: \n"
|
138 |
+
"[manager_link]"
|
139 |
+
|
140 |
+
#: subscribe-to-comments-reloaded.php:1018
|
141 |
+
#: options/panel2.php:42
|
142 |
+
#: options/panel2.php:49
|
143 |
+
#: options/panel2.php:56
|
144 |
+
#: options/panel5.php:43
|
145 |
+
#: options/panel5.php:50
|
146 |
+
#: options/panel5.php:57
|
147 |
+
#: options/panel5.php:64
|
148 |
+
#: options/panel5.php:71
|
149 |
+
#: options/panel5.php:78
|
150 |
+
msgid "No"
|
151 |
+
msgstr "Nej"
|
152 |
+
|
153 |
+
#: subscribe-to-comments-reloaded.php:1042
|
154 |
+
msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
|
155 |
+
msgstr "Behöver du hjälp med att använda Subscribe to Comments Reloaded? Besök det officiella"
|
156 |
+
|
157 |
+
#: subscribe-to-comments-reloaded.php:1042
|
158 |
+
msgid "support forum"
|
159 |
+
msgstr "supportforumet"
|
160 |
+
|
161 |
+
#: subscribe-to-comments-reloaded.php:1043
|
162 |
+
msgid "Feeling generous?"
|
163 |
+
msgstr "Känner du dig generös?"
|
164 |
+
|
165 |
+
#: subscribe-to-comments-reloaded.php:1043
|
166 |
+
msgid "Donate a few bucks!"
|
167 |
+
msgstr "Donera några kronor!"
|
168 |
+
|
169 |
+
#: options/index.php:47
|
170 |
+
msgid "Comment Form"
|
171 |
+
msgstr "Kommentarsfält"
|
172 |
+
|
173 |
+
#: options/index.php:48
|
174 |
+
msgid "Management Page"
|
175 |
+
msgstr "Administrationssida"
|
176 |
+
|
177 |
+
#: options/index.php:49
|
178 |
+
msgid "Notifications"
|
179 |
+
msgstr "Notifieringar"
|
180 |
+
|
181 |
+
#: options/index.php:50
|
182 |
+
#: options/panel2.php:35
|
183 |
+
#: options/panel3.php:39
|
184 |
+
#: options/panel4.php:36
|
185 |
+
msgid "Options"
|
186 |
+
msgstr "Alternativ"
|
187 |
+
|
188 |
+
#: options/index.php:51
|
189 |
+
msgid "You can help"
|
190 |
+
msgstr "Du kan hjälpa till"
|
191 |
+
|
192 |
+
#: options/panel1-business-logic.php:18
|
193 |
+
msgid "Subscription added."
|
194 |
+
msgstr "Prenumeration tillagd."
|
195 |
+
|
196 |
+
#: options/panel1-business-logic.php:30
|
197 |
+
msgid "Subscriptions updated."
|
198 |
+
msgstr "Prenumerationer uppdaterade."
|
199 |
+
|
200 |
+
#: options/panel1-business-logic.php:39
|
201 |
+
msgid "Subscription deleted."
|
202 |
+
msgstr "Prenumeration raderad."
|
203 |
+
|
204 |
+
#: options/panel1-business-logic.php:54
|
205 |
+
#: templates/author.php:22
|
206 |
+
#: templates/user.php:22
|
207 |
+
msgid "Subscriptions deleted:"
|
208 |
+
msgstr "Raderade prenumerationer:"
|
209 |
+
|
210 |
+
#: options/panel1-business-logic.php:58
|
211 |
+
#: templates/author.php:26
|
212 |
+
#: templates/user.php:26
|
213 |
+
msgid "Subscriptions suspended:"
|
214 |
+
msgstr "Pausade prenumerationer:"
|
215 |
+
|
216 |
+
#: options/panel1-business-logic.php:62
|
217 |
+
#: templates/author.php:30
|
218 |
+
#: templates/user.php:30
|
219 |
+
msgid "Subscriptions activated:"
|
220 |
+
msgstr "Aktiverade prenumerationer:"
|
221 |
+
|
222 |
+
#: options/panel1-business-logic.php:66
|
223 |
+
#: options/panel1-business-logic.php:70
|
224 |
+
#: templates/author.php:34
|
225 |
+
#: templates/author.php:38
|
226 |
+
#: templates/user.php:34
|
227 |
+
msgid "Subscriptions updated:"
|
228 |
+
msgstr "Uppdaterade prenumerationer:"
|
229 |
+
|
230 |
+
#: options/panel1-business-logic.php:94
|
231 |
+
msgid "« Previous"
|
232 |
+
msgstr "« Tidigare"
|
233 |
+
|
234 |
+
#: options/panel1-business-logic.php:98
|
235 |
+
msgid "Next »"
|
236 |
+
msgstr "Nästa »"
|
237 |
+
|
238 |
+
#: options/panel1-edit-subscription.php:8
|
239 |
+
msgid "Update Subscription"
|
240 |
+
msgstr "Uppdatera prenumeration"
|
241 |
+
|
242 |
+
#: options/panel1-edit-subscription.php:10
|
243 |
+
#: options/panel1-edit-subscription.php:14
|
244 |
+
#: options/panel1-edit-subscription.php:15
|
245 |
+
#: options/panel1-edit-subscription.php:16
|
246 |
+
#: options/panel1.php:23
|
247 |
+
#: options/panel1.php:24
|
248 |
+
#: options/panel1.php:25
|
249 |
+
msgid "optional"
|
250 |
+
msgstr "frivilligt"
|
251 |
+
|
252 |
+
#: options/panel1-edit-subscription.php:10
|
253 |
+
#: options/panel1.php:19
|
254 |
+
#: options/panel1.php:81
|
255 |
+
#: options/panel1.php:117
|
256 |
+
#: templates/author.php:50
|
257 |
+
#: templates/user.php:46
|
258 |
+
msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
|
259 |
+
msgstr "OBS! Detta val kan inte ångras. Är du säker på att du vill fortsätta?"
|
260 |
+
|
261 |
+
#: options/panel1-edit-subscription.php:12
|
262 |
+
msgid "Post:"
|
263 |
+
msgstr "Inlägg:"
|
264 |
+
|
265 |
+
#: options/panel1-edit-subscription.php:13
|
266 |
+
#: options/panel1.php:21
|
267 |
+
msgid "From"
|
268 |
+
msgstr "Från"
|
269 |
+
|
270 |
+
#: options/panel1-edit-subscription.php:14
|
271 |
+
#: options/panel1.php:22
|
272 |
+
msgid "To"
|
273 |
+
msgstr "Till"
|
274 |
+
|
275 |
+
#: options/panel1-edit-subscription.php:17
|
276 |
+
#: options/panel1.php:26
|
277 |
+
#: options/panel1.php:45
|
278 |
+
#: options/panel1.php:103
|
279 |
+
msgid "Status"
|
280 |
+
msgstr "Status"
|
281 |
+
|
282 |
+
#: options/panel1-edit-subscription.php:19
|
283 |
+
#: options/panel1.php:28
|
284 |
+
msgid "Keep unchanged"
|
285 |
+
msgstr "Lämna oförändrat"
|
286 |
+
|
287 |
+
#: options/panel1-edit-subscription.php:20
|
288 |
+
#: options/panel1.php:29
|
289 |
+
#: options/panel1.php:47
|
290 |
+
msgid "Active"
|
291 |
+
msgstr "Aktiv"
|
292 |
+
|
293 |
+
#: options/panel1-edit-subscription.php:21
|
294 |
+
#: options/panel1.php:30
|
295 |
+
#: options/panel1.php:48
|
296 |
+
msgid "Replies only"
|
297 |
+
msgstr "Endast svar"
|
298 |
+
|
299 |
+
#: options/panel1-edit-subscription.php:22
|
300 |
+
#: options/panel1.php:31
|
301 |
+
msgid "Suspended"
|
302 |
+
msgstr "Pausad"
|
303 |
+
|
304 |
+
#: options/panel1-edit-subscription.php:23
|
305 |
+
#: options/panel1.php:32
|
306 |
+
msgid "Update"
|
307 |
+
msgstr "Uppdatera"
|
308 |
+
|
309 |
+
#: options/panel1.php:17
|
310 |
+
msgid "Mass Update Subscriptions"
|
311 |
+
msgstr "Uppdatera flera"
|
312 |
+
|
313 |
+
#: options/panel1.php:39
|
314 |
+
msgid "Add New Subscription"
|
315 |
+
msgstr "Lägg till prenumeration"
|
316 |
+
|
317 |
+
#: options/panel1.php:43
|
318 |
+
msgid "Post ID"
|
319 |
+
msgstr "Inlägg ID"
|
320 |
+
|
321 |
+
#: options/panel1.php:44
|
322 |
+
#: options/panel1.php:90
|
323 |
+
#: templates/request-management-link.php:65
|
324 |
+
#: templates/subscribe.php:86
|
325 |
+
#: templates/user.php:51
|
326 |
+
msgid "Email"
|
327 |
+
msgstr "E-post"
|
328 |
+
|
329 |
+
#: options/panel1.php:49
|
330 |
+
msgid "Ask user to confirm"
|
331 |
+
msgstr "Be användare att bekräfta"
|
332 |
+
|
333 |
+
#: options/panel1.php:50
|
334 |
+
msgid "Add"
|
335 |
+
msgstr "Lägg till"
|
336 |
+
|
337 |
+
#: options/panel1.php:59
|
338 |
+
msgid "Search subscriptions"
|
339 |
+
msgstr "Sök bland prenumerationer"
|
340 |
+
|
341 |
+
#: options/panel1.php:61
|
342 |
+
#, php-format
|
343 |
+
msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
|
344 |
+
msgstr "Du kan antingen <a href=\"%s\">se alla prenumerationer</a> eller hitta de där"
|
345 |
+
|
346 |
+
#: options/panel1.php:64
|
347 |
+
msgid "email"
|
348 |
+
msgstr "e-post"
|
349 |
+
|
350 |
+
#: options/panel1.php:65
|
351 |
+
msgid "post ID"
|
352 |
+
msgstr "inlägg ID"
|
353 |
+
|
354 |
+
#: options/panel1.php:66
|
355 |
+
msgid "status"
|
356 |
+
msgstr "status"
|
357 |
+
|
358 |
+
#: options/panel1.php:69
|
359 |
+
msgid "equals"
|
360 |
+
msgstr "är lika med"
|
361 |
+
|
362 |
+
#: options/panel1.php:70
|
363 |
+
msgid "contains"
|
364 |
+
msgstr "innehåller"
|
365 |
+
|
366 |
+
#: options/panel1.php:71
|
367 |
+
msgid "does not contain"
|
368 |
+
msgstr "innehåller inte"
|
369 |
+
|
370 |
+
#: options/panel1.php:72
|
371 |
+
msgid "starts with"
|
372 |
+
msgstr "börjar med"
|
373 |
+
|
374 |
+
#: options/panel1.php:73
|
375 |
+
msgid "ends with"
|
376 |
+
msgstr "slutar med"
|
377 |
+
|
378 |
+
#: options/panel1.php:76
|
379 |
+
msgid "results per page:"
|
380 |
+
msgstr "resultat per sida:"
|
381 |
+
|
382 |
+
#: options/panel1.php:77
|
383 |
+
msgid "Search"
|
384 |
+
msgstr "Sök"
|
385 |
+
|
386 |
+
#: options/panel1.php:85
|
387 |
+
msgid "Reverse the order by Post ID"
|
388 |
+
msgstr "Omvänd ordningen med Post ID"
|
389 |
+
|
390 |
+
#: options/panel1.php:86
|
391 |
+
#: options/panel1.php:87
|
392 |
+
msgid "Reverse the order by Date/Time"
|
393 |
+
msgstr "Omvänd ordningen med Datum/Tid"
|
394 |
+
|
395 |
+
#: options/panel1.php:89
|
396 |
+
msgid "Post (ID)"
|
397 |
+
msgstr "Inlägg (ID)"
|
398 |
+
|
399 |
+
#: options/panel1.php:92
|
400 |
+
msgid "Search query:"
|
401 |
+
msgstr "Sök:"
|
402 |
+
|
403 |
+
#: options/panel1.php:92
|
404 |
+
msgid "Rows:"
|
405 |
+
msgstr "Rader:"
|
406 |
+
|
407 |
+
#: options/panel1.php:92
|
408 |
+
msgid "of"
|
409 |
+
msgstr "av"
|
410 |
+
|
411 |
+
#: options/panel1.php:93
|
412 |
+
#: templates/author.php:56
|
413 |
+
#: templates/user.php:52
|
414 |
+
msgid "Legend: Y = all comments, R = replies only, C = inactive"
|
415 |
+
msgstr "Legend: Y = alla kommentarer, R = endast svar, C = inaktiv"
|
416 |
+
|
417 |
+
#: options/panel1.php:102
|
418 |
+
msgid "Date and Time"
|
419 |
+
msgstr "Datum och Tid"
|
420 |
+
|
421 |
+
#: options/panel1.php:114
|
422 |
+
msgid "Subscription"
|
423 |
+
msgstr "Prenumeration"
|
424 |
+
|
425 |
+
#: options/panel1.php:116
|
426 |
+
msgid "Edit"
|
427 |
+
msgstr "Redigera"
|
428 |
+
|
429 |
+
#: options/panel1.php:117
|
430 |
+
#: templates/author.php:69
|
431 |
+
#: templates/user.php:63
|
432 |
+
msgid "Delete"
|
433 |
+
msgstr "Radera"
|
434 |
+
|
435 |
+
#: options/panel1.php:125
|
436 |
+
#: templates/author.php:68
|
437 |
+
#: templates/user.php:62
|
438 |
+
msgid "Action:"
|
439 |
+
msgstr "Handling:"
|
440 |
+
|
441 |
+
#: options/panel1.php:126
|
442 |
+
msgid "Delete forever"
|
443 |
+
msgstr "Radera permanent"
|
444 |
+
|
445 |
+
#: options/panel1.php:127
|
446 |
+
#: templates/author.php:70
|
447 |
+
#: templates/user.php:64
|
448 |
+
msgid "Suspend"
|
449 |
+
msgstr "Inaktivera"
|
450 |
+
|
451 |
+
#: options/panel1.php:128
|
452 |
+
msgid "Activate and set to Y"
|
453 |
+
msgstr "Aktivera och sätt som Y"
|
454 |
+
|
455 |
+
#: options/panel1.php:129
|
456 |
+
msgid "Activate and set to R"
|
457 |
+
msgstr "Aktivera och sätt som R"
|
458 |
+
|
459 |
+
#: options/panel1.php:130
|
460 |
+
#: templates/author.php:72
|
461 |
+
#: templates/user.php:66
|
462 |
+
msgid "Activate"
|
463 |
+
msgstr "Aktivera"
|
464 |
+
|
465 |
+
#: options/panel1.php:131
|
466 |
+
#: templates/author.php:73
|
467 |
+
#: templates/user.php:67
|
468 |
+
msgid "Update subscriptions"
|
469 |
+
msgstr "Uppdatera prenumerationer"
|
470 |
+
|
471 |
+
#: options/panel1.php:135
|
472 |
+
msgid "Sorry, no subscriptions match your search criteria."
|
473 |
+
msgstr "Beklagar, men inga prenumerationer matchar dina sökkriteria."
|
474 |
+
|
475 |
+
#: options/panel2.php:11
|
476 |
+
#: options/panel2.php:39
|
477 |
+
msgid "Enable default checkbox"
|
478 |
+
msgstr "Aktivera standardmarkeringsruta"
|
479 |
+
|
480 |
+
#: options/panel2.php:12
|
481 |
+
#: options/panel2.php:46
|
482 |
+
msgid "Checked by default"
|
483 |
+
msgstr "Välj som standard"
|
484 |
+
|
485 |
+
#: options/panel2.php:13
|
486 |
+
#: options/panel2.php:53
|
487 |
+
msgid "Advanced subscription"
|
488 |
+
msgstr "Avancerad prenumeration"
|
489 |
+
|
490 |
+
#: options/panel2.php:14
|
491 |
+
#: options/panel2.php:60
|
492 |
+
msgid "Custom inline style"
|
493 |
+
msgstr "Inline-CSS"
|
494 |
+
|
495 |
+
#: options/panel2.php:15
|
496 |
+
#: options/panel2.php:65
|
497 |
+
msgid "Custom HTML"
|
498 |
+
msgstr "Egendefinierad HTML"
|
499 |
+
|
500 |
+
#: options/panel2.php:17
|
501 |
+
msgid "Checkbox label"
|
502 |
+
msgstr "Etikett for ikryssningsruta"
|
503 |
+
|
504 |
+
#: options/panel2.php:18
|
505 |
+
#: options/panel2.php:81
|
506 |
+
msgid "Subscribed label"
|
507 |
+
msgstr "Etikett prenumeration"
|
508 |
+
|
509 |
+
#: options/panel2.php:19
|
510 |
+
msgid "Awaiting label"
|
511 |
+
msgstr "Obestämd etikett"
|
512 |
+
|
513 |
+
#: options/panel2.php:20
|
514 |
+
#: options/panel2.php:91
|
515 |
+
msgid "Author label"
|
516 |
+
msgstr "Etikett författare"
|
517 |
+
|
518 |
+
#: options/panel2.php:25
|
519 |
+
#: options/panel3.php:26
|
520 |
+
#: options/panel4.php:25
|
521 |
+
#: options/panel5.php:22
|
522 |
+
msgid "Your settings have been successfully updated."
|
523 |
+
msgstr "Dina inställningar har sparats."
|
524 |
+
|
525 |
+
#: options/panel2.php:28
|
526 |
+
#: options/panel3.php:29
|
527 |
+
#: options/panel4.php:28
|
528 |
+
#: options/panel5.php:25
|
529 |
+
msgid "There was an error updating the following fields:"
|
530 |
+
msgstr "Det uppstod ett fel vid uppdateringen av följande:"
|
531 |
+
|
532 |
+
#: options/panel2.php:41
|
533 |
+
#: options/panel2.php:48
|
534 |
+
#: options/panel2.php:55
|
535 |
+
#: options/panel5.php:42
|
536 |
+
#: options/panel5.php:49
|
537 |
+
#: options/panel5.php:56
|
538 |
+
#: options/panel5.php:63
|
539 |
+
#: options/panel5.php:70
|
540 |
+
#: options/panel5.php:77
|
541 |
+
msgid "Yes"
|
542 |
+
msgstr "Ja"
|
543 |
+
|
544 |
+
#: options/panel2.php:43
|
545 |
+
msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
|
546 |
+
msgstr "Inaktivera detta alternativ om du vill flytta ikryssningsrutan för prenumeration till någon annanstans på sidan."
|
547 |
+
|
548 |
+
#: options/panel2.php:50
|
549 |
+
msgid "Decide if the checkbox should be checked by default or not."
|
550 |
+
msgstr "Anger om ikryssningsrutan ska vara förkryssad som standard."
|
551 |
+
|
552 |
+
#: options/panel2.php:57
|
553 |
+
msgid "Allow users to choose from different subscription types (all, replies only)."
|
554 |
+
msgstr "Tillåt användare att välja olika prenumerationstyper (alla, endast svar)."
|
555 |
+
|
556 |
+
#: options/panel2.php:62
|
557 |
+
msgid "Custom inline CSS to add to the checkbox."
|
558 |
+
msgstr "Egen inline-CSS att använda till ikryssningsrutan."
|
559 |
+
|
560 |
+
#: options/panel2.php:67
|
561 |
+
msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
|
562 |
+
msgstr "Egendefinierad HTML-kod för ikryssningsrutan. Tillåtna taggar: [checkbox_field], [checkbox_label]"
|
563 |
+
|
564 |
+
#: options/panel2.php:72
|
565 |
+
msgid "Messages for your visitors"
|
566 |
+
msgstr "Meddelande till dina besökare"
|
567 |
+
|
568 |
+
#: options/panel2.php:76
|
569 |
+
msgid "Default label"
|
570 |
+
msgstr "Standardetikett"
|
571 |
+
|
572 |
+
#: options/panel2.php:78
|
573 |
+
msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
|
574 |
+
msgstr "Etikett förknippad med ikryssningsrutan. Tillåtna taggar: [subscribe_link]"
|
575 |
+
|
576 |
+
#: options/panel2.php:83
|
577 |
+
msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
|
578 |
+
msgstr "Etikett som visas för de som redan prenumererar på inlägget. Tillåtna taggar: [manager_link]"
|
579 |
+
|
580 |
+
#: options/panel2.php:86
|
581 |
+
msgid "Pending label"
|
582 |
+
msgstr "Obekräftad etikett"
|
583 |
+
|
584 |
+
#: options/panel2.php:88
|
585 |
+
msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
|
586 |
+
msgstr "Etikett som visas för de som redan prenumererar, men inte har klickat på aktiveringslänken än. Tillåtna taggar: [manager_link]"
|
587 |
+
|
588 |
+
#: options/panel2.php:93
|
589 |
+
msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
|
590 |
+
msgstr "Etikett som visas för författare (och administratörer). Tillåtna taggar: [manager_link]"
|
591 |
+
|
592 |
+
#: options/panel2.php:97
|
593 |
+
#: options/panel3.php:145
|
594 |
+
#: options/panel4.php:105
|
595 |
+
#: options/panel5.php:83
|
596 |
+
msgid "Save Changes"
|
597 |
+
msgstr "Spara ändringar"
|
598 |
+
|
599 |
+
#: options/panel3.php:10
|
600 |
+
#: options/panel3.php:43
|
601 |
+
msgid "Virtual Management Page"
|
602 |
+
msgstr "Administrationssida"
|
603 |
+
|
604 |
+
#: options/panel3.php:11
|
605 |
+
#: options/panel3.php:51
|
606 |
+
msgid "Page title"
|
607 |
+
msgstr "Sidans titel"
|
608 |
+
|
609 |
+
#: options/panel3.php:12
|
610 |
+
#: options/panel3.php:56
|
611 |
+
msgid "Management URL"
|
612 |
+
msgstr "Administrationssida URL"
|
613 |
+
|
614 |
+
#: options/panel3.php:13
|
615 |
+
#: options/panel3.php:63
|
616 |
+
msgid "Custom HEAD meta"
|
617 |
+
msgstr "Modifiera meta för HEAD"
|
618 |
+
|
619 |
+
#: options/panel3.php:15
|
620 |
+
#: options/panel3.php:74
|
621 |
+
msgid "Request link"
|
622 |
+
msgstr "Begär länk"
|
623 |
+
|
624 |
+
#: options/panel3.php:16
|
625 |
+
#: options/panel3.php:84
|
626 |
+
msgid "Request submitted"
|
627 |
+
msgstr "Begäran har sänts"
|
628 |
+
|
629 |
+
#: options/panel3.php:17
|
630 |
+
#: options/panel3.php:94
|
631 |
+
msgid "Subscribe without commenting"
|
632 |
+
msgstr "Prenumerera utan att kommentera"
|
633 |
+
|
634 |
+
#: options/panel3.php:18
|
635 |
+
#: options/panel3.php:104
|
636 |
+
msgid "Subscription processed"
|
637 |
+
msgstr "Om prenumeration har behandlats"
|
638 |
+
|
639 |
+
#: options/panel3.php:19
|
640 |
+
#: options/panel3.php:114
|
641 |
+
msgid "Subscription processed (DCI)"
|
642 |
+
msgstr "Om prenumeration har behandlats (DCI)"
|
643 |
+
|
644 |
+
#: options/panel3.php:20
|
645 |
+
#: options/panel3.php:124
|
646 |
+
msgid "Authors"
|
647 |
+
msgstr "Författare"
|
648 |
+
|
649 |
+
#: options/panel3.php:21
|
650 |
+
#: options/panel3.php:134
|
651 |
+
msgid "Users"
|
652 |
+
msgstr "Användare"
|
653 |
+
|
654 |
+
#: options/panel3.php:45
|
655 |
+
msgid "Enabled"
|
656 |
+
msgstr "Aktiverat"
|
657 |
+
|
658 |
+
#: options/panel3.php:46
|
659 |
+
msgid "Disabled"
|
660 |
+
msgstr "Inaktiverat"
|
661 |
+
|
662 |
+
#: options/panel3.php:47
|
663 |
+
msgid "Disable the virtual management page if you need to create a <a href=\"http://lab.duechiacchiere.it/index.php?topic=71.0\">real page</a> to make your theme happy."
|
664 |
+
msgstr "Inaktivera den virtuella administrationssidan om du behöver skapa en <a href=\"http://lab.duechiacchiere.it/index.php?topic=71.0\">riktig sida</a> för att komma överens med ditt tema."
|
665 |
+
|
666 |
+
#: options/panel3.php:53
|
667 |
+
msgid "Title of the page your visitors will use to manage their subscriptions."
|
668 |
+
msgstr "Titel på sidan där besökarna kan redigera sina prenumerationer."
|
669 |
+
|
670 |
+
#: options/panel3.php:58
|
671 |
+
msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
|
672 |
+
msgstr "Permalänken för administrationssidan (ex. <code>/manage-subscriptions</code> eller <code>/?page_id=345</code>). Denna sida existerar egentligen <b>inte</b>, men dess länk måste följa din permalänkstruktur."
|
673 |
+
|
674 |
+
#: options/panel3.php:60
|
675 |
+
msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
|
676 |
+
msgstr "Varning: det ser ut som att värdet du använder kanske är inkompetibelt med din permalänkstruktur"
|
677 |
+
|
678 |
+
#: options/panel3.php:65
|
679 |
+
msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
|
680 |
+
msgstr "Skriv in din egna HTML-kod som ska läggas till Header-delen av sidan. Använd <strong>enkelcitat</strong> (enkla apostrofer, inte citattecken alltså) för värden."
|
681 |
+
|
682 |
+
#: options/panel3.php:70
|
683 |
+
#: options/panel4.php:52
|
684 |
+
msgid "Messages"
|
685 |
+
msgstr "Meddelanden"
|
686 |
+
|
687 |
+
#: options/panel3.php:75
|
688 |
+
#: options/panel3.php:85
|
689 |
+
#: options/panel3.php:95
|
690 |
+
#: options/panel3.php:105
|
691 |
+
#: options/panel3.php:115
|
692 |
+
#: options/panel3.php:125
|
693 |
+
#: options/panel3.php:135
|
694 |
+
#: options/panel4.php:63
|
695 |
+
#: options/panel4.php:79
|
696 |
+
#: options/panel4.php:95
|
697 |
+
msgid "Bold"
|
698 |
+
msgstr "Fetstil"
|
699 |
+
|
700 |
+
#: options/panel3.php:76
|
701 |
+
#: options/panel3.php:86
|
702 |
+
#: options/panel3.php:96
|
703 |
+
#: options/panel3.php:106
|
704 |
+
#: options/panel3.php:116
|
705 |
+
#: options/panel3.php:126
|
706 |
+
#: options/panel3.php:136
|
707 |
+
#: options/panel4.php:64
|
708 |
+
#: options/panel4.php:80
|
709 |
+
#: options/panel4.php:96
|
710 |
+
msgid "Italic"
|
711 |
+
msgstr "Kursivt"
|
712 |
+
|
713 |
+
#: options/panel3.php:77
|
714 |
+
#: options/panel3.php:87
|
715 |
+
#: options/panel3.php:97
|
716 |
+
#: options/panel3.php:107
|
717 |
+
#: options/panel3.php:117
|
718 |
+
#: options/panel3.php:127
|
719 |
+
#: options/panel3.php:137
|
720 |
+
#: options/panel4.php:65
|
721 |
+
#: options/panel4.php:81
|
722 |
+
#: options/panel4.php:97
|
723 |
+
msgid "Link"
|
724 |
+
msgstr "Länk"
|
725 |
+
|
726 |
+
#: options/panel3.php:78
|
727 |
+
#: options/panel3.php:88
|
728 |
+
#: options/panel3.php:98
|
729 |
+
#: options/panel3.php:108
|
730 |
+
#: options/panel3.php:118
|
731 |
+
#: options/panel3.php:128
|
732 |
+
#: options/panel3.php:138
|
733 |
+
#: options/panel4.php:66
|
734 |
+
#: options/panel4.php:82
|
735 |
+
#: options/panel4.php:98
|
736 |
+
msgid "Image"
|
737 |
+
msgstr "Bild"
|
738 |
+
|
739 |
+
#: options/panel3.php:81
|
740 |
+
msgid "Text shown to those who request to manage their subscriptions."
|
741 |
+
msgstr "Text som visas för de som har begärt att få redigera sina prenumerationer."
|
742 |
+
|
743 |
+
#: options/panel3.php:91
|
744 |
+
msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
|
745 |
+
msgstr "Tackmeddelande som visas efter att begäran har bearbetats. Tillåtna taggar: [post_title], [post_permalink]"
|
746 |
+
|
747 |
+
#: options/panel3.php:101
|
748 |
+
msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
|
749 |
+
msgstr "Text som visas för de som vill prenumerera utan att kommentera. Tillåtna taggar: [post_title], [post_permalink]"
|
750 |
+
|
751 |
+
#: options/panel3.php:111
|
752 |
+
msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
|
753 |
+
msgstr "Tackmeddelande som visas efter att begäran om prenumeration har bearbetats (med dubbelkoll inaktiverad). Tillåtna taggar: [post_title], [post_permalink]"
|
754 |
+
|
755 |
+
#: options/panel3.php:121
|
756 |
+
msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
|
757 |
+
msgstr "Tackmeddelande som visas efter att begäran om prenumeration har bearbetats (med dubbelkoll aktiverad). Tillåtna taggar: [post_title], [post_permalink]"
|
758 |
+
|
759 |
+
#: options/panel3.php:131
|
760 |
+
msgid "Introductory text for the authors' management page."
|
761 |
+
msgstr "Introtext på författarnas administrationssida."
|
762 |
+
|
763 |
+
#: options/panel3.php:141
|
764 |
+
msgid "Introductory text for the users' management page."
|
765 |
+
msgstr "Introtext på användarnas administrationssida."
|
766 |
+
|
767 |
+
#: options/panel4.php:13
|
768 |
+
#: options/panel4.php:40
|
769 |
+
msgid "Sender name"
|
770 |
+
msgstr "Avsändare"
|
771 |
+
|
772 |
+
#: options/panel4.php:14
|
773 |
+
#: options/panel4.php:45
|
774 |
+
msgid "Sender email address"
|
775 |
+
msgstr "Avsändarens adress"
|
776 |
+
|
777 |
+
#: options/panel4.php:15
|
778 |
+
#: options/panel4.php:56
|
779 |
+
msgid "Notification subject"
|
780 |
+
msgstr "Titel på meddelande"
|
781 |
+
|
782 |
+
#: options/panel4.php:16
|
783 |
+
#: options/panel4.php:61
|
784 |
+
msgid "Notification message"
|
785 |
+
msgstr "Meddelande"
|
786 |
+
|
787 |
+
#: options/panel4.php:17
|
788 |
+
#: options/panel4.php:72
|
789 |
+
msgid "Double check subject"
|
790 |
+
msgstr "Dubbelkolla ämne"
|
791 |
+
|
792 |
+
#: options/panel4.php:18
|
793 |
+
#: options/panel4.php:77
|
794 |
+
msgid "Double check message"
|
795 |
+
msgstr "Dubbelkolla meddelande"
|
796 |
+
|
797 |
+
#: options/panel4.php:19
|
798 |
+
#: options/panel4.php:88
|
799 |
+
msgid "Management subject"
|
800 |
+
msgstr "Ämnesfält administration"
|
801 |
+
|
802 |
+
#: options/panel4.php:20
|
803 |
+
#: options/panel4.php:93
|
804 |
+
msgid "Management message"
|
805 |
+
msgstr "Administrationsmeddelande"
|
806 |
+
|
807 |
+
#: options/panel4.php:42
|
808 |
+
msgid "Name to use for the \"from\" field when sending a new notification to the user."
|
809 |
+
msgstr "Namn att använda i \"från\" fältet när ett meddelande skickas till avändaren."
|
810 |
+
|
811 |
+
#: options/panel4.php:47
|
812 |
+
msgid "Email address to use for the \"from\" field when sending a new notification to the user."
|
813 |
+
msgstr "E-postadress att använda i \"från\" fältet när ett meddelande skickas till avändaren."
|
814 |
+
|
815 |
+
#: options/panel4.php:58
|
816 |
+
msgid "Subject of the notification email. Allowed tag: [post_title]"
|
817 |
+
msgstr "Ämnesfält för administrationsmeddelandet. Tillåtna taggar: [post_title]"
|
818 |
+
|
819 |
+
#: options/panel4.php:69
|
820 |
+
msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
|
821 |
+
msgstr "Innehåll i administrationsmeddelandet. Tillåtna taggar: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
|
822 |
+
|
823 |
+
#: options/panel4.php:74
|
824 |
+
msgid "Subject of the confirmation email. Allowed tag: [post_title]"
|
825 |
+
msgstr "Ämnesfält för bekräftelsemeddelandet. Tillåtna taggar: [post_title]"
|
826 |
+
|
827 |
+
#: options/panel4.php:85
|
828 |
+
msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
|
829 |
+
msgstr "Innehåll i bekräftelsemeddelandet. Tillåtna taggar: [post_permalink], [confirm_link], [post_title], [manager_link]"
|
830 |
+
|
831 |
+
#: options/panel4.php:90
|
832 |
+
msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
|
833 |
+
msgstr "Ämnesfält för meddelandet som skickas till de som begärt att få tillträdelse till sin administrationssida. Tillåtna taggar: [blog_name]"
|
834 |
+
|
835 |
+
#: options/panel4.php:101
|
836 |
+
msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
|
837 |
+
msgstr "Innehåll i administrationsmeddelandet. Tillåtna taggar: [blog_name], [manager_link]"
|
838 |
+
|
839 |
+
#: options/panel5.php:11
|
840 |
+
#: options/panel5.php:35
|
841 |
+
msgid "Autopurge requests"
|
842 |
+
msgstr "Autorensa obekräftade"
|
843 |
+
|
844 |
+
#: options/panel5.php:12
|
845 |
+
#: options/panel5.php:40
|
846 |
+
msgid "Enable double check"
|
847 |
+
msgstr "Aktivera dubbelkoll"
|
848 |
+
|
849 |
+
#: options/panel5.php:13
|
850 |
+
#: options/panel5.php:47
|
851 |
+
msgid "Subscribe authors"
|
852 |
+
msgstr "Prenumeration författare"
|
853 |
+
|
854 |
+
#: options/panel5.php:14
|
855 |
+
#: options/panel5.php:54
|
856 |
+
msgid "Enable HTML emails"
|
857 |
+
msgstr "Aktivera HTML-e-post"
|
858 |
+
|
859 |
+
#: options/panel5.php:15
|
860 |
+
msgid "Send trackbacks"
|
861 |
+
msgstr "Skicka trackbacks"
|
862 |
+
|
863 |
+
#: options/panel5.php:16
|
864 |
+
msgid "Notify admin"
|
865 |
+
msgstr "Meddela administratör"
|
866 |
+
|
867 |
+
#: options/panel5.php:17
|
868 |
+
#: options/panel5.php:75
|
869 |
+
msgid "Let admin subscribe"
|
870 |
+
msgstr "Låt administratör prenumerera"
|
871 |
+
|
872 |
+
#: options/panel5.php:36
|
873 |
+
msgid "days"
|
874 |
+
msgstr "dagar"
|
875 |
+
|
876 |
+
#: options/panel5.php:37
|
877 |
+
msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
|
878 |
+
msgstr "Radera obekräftade prenumerationer efter X dagar. 0 inaktiverar denna tjänst."
|
879 |
+
|
880 |
+
#: options/panel5.php:44
|
881 |
+
msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
|
882 |
+
msgstr "Skicka administrationsmeddelande för att bekräfta prenumeration (för att undvika missbruk)."
|
883 |
+
|
884 |
+
#: options/panel5.php:51
|
885 |
+
msgid "Automatically subscribe authors to their own articles (not retroactive)."
|
886 |
+
msgstr "Låt författare automatiskt prenumerera på sina egna artiklar (ej retroaktivt)."
|
887 |
+
|
888 |
+
#: options/panel5.php:58
|
889 |
+
msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
|
890 |
+
msgstr "Om aktiverat skickar detta alternativ ut e-postmeddelanden med innehållet = text/html istället för text/plain."
|
891 |
+
|
892 |
+
#: options/panel5.php:61
|
893 |
+
msgid "Process trackbacks"
|
894 |
+
msgstr "Bearbeta trackbacks"
|
895 |
+
|
896 |
+
#: options/panel5.php:65
|
897 |
+
msgid "Notify users when a new trackback or pingback is added to the discussion."
|
898 |
+
msgstr "Meddela användare när en trackback eller pingback läggs till i diskussionen."
|
899 |
+
|
900 |
+
#: options/panel5.php:68
|
901 |
+
msgid "Track all subscriptions"
|
902 |
+
msgstr "Spåra alla prenumerationer"
|
903 |
+
|
904 |
+
#: options/panel5.php:72
|
905 |
+
msgid "Notify the administrator when users subscribe without commenting."
|
906 |
+
msgstr "Meddela administratör när användare prenumererar utan att kommentera."
|
907 |
+
|
908 |
+
#: options/panel5.php:79
|
909 |
+
msgid "Let the administrator subscribe to comments when logged in."
|
910 |
+
msgstr "Låt administratör prenumerera på kommentarer även när inloggad."
|
911 |
+
|
912 |
+
#: options/panel6.php:8
|
913 |
+
msgid "Support the author"
|
914 |
+
msgstr "Stöd författaren"
|
915 |
+
|
916 |
+
#: options/panel6.php:16
|
917 |
+
msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
|
918 |
+
msgstr "Hur värdefull är tjänsten som detta tillägg erbjuder dina besökare? Att prenumerera på Comments Reloaded är och kommer alltid vara gratis, men fundera gärna på att stödja författaren om detta tillägg gjorde din sida bättre. Speciellt om du tjänar pengar på det. Alla donationer går till att förbättra Subscribe to Comments Reloaded, och att föda min hungriga familj."
|
919 |
+
|
920 |
+
#: options/panel6.php:18
|
921 |
+
msgid "Don't want to donate? You can still help"
|
922 |
+
msgstr "Vill eller kan du inte donera? Du kan fortfarande hjälpa"
|
923 |
+
|
924 |
+
#: options/panel6.php:19
|
925 |
+
msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
|
926 |
+
msgstr "Om du inte vill donera pengar var snäll och berätta om mitt tillägg (plugin) med en länk till tilläggets sida. Låt gärna dina läsare veta vad som gör din blogg bättre. Du kan också hjälpa till genom att donera din tid: tveka inte att skicka mig dina felrapporter, översättningsfiler, idéer om hur Subscribe to Comments kan förbättras, med mera. Oavsett vad du gör, tack för att du använder mitt tillägg!"
|
927 |
+
|
928 |
+
#: options/panel6.php:21
|
929 |
+
msgid "Vote and show your appreciation"
|
930 |
+
msgstr "Rösta och visa din uppskattning"
|
931 |
+
|
932 |
+
#: options/panel6.php:22
|
933 |
+
msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
|
934 |
+
msgstr "Berätta för andra om Subscribe to Comments Reloaded fungerar för dig och hur bra det är. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Betygsätt det</a> på dess sida på Plugin Directory."
|
935 |
+
|
936 |
+
#: options/panel6.php:24
|
937 |
+
msgid "Sponsor's Corner"
|
938 |
+
msgstr "Sponsorhörnet"
|
939 |
+
|
940 |
+
#: options/panel6.php:25
|
941 |
+
msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
|
942 |
+
msgstr "Om du vill sponsra detta tillägg (plugin), tevka inte att <a href='http://www.duechiacchiere.it/contatto'>kontakta mig</a>."
|
943 |
+
|
944 |
+
#: templates/author.php:55
|
945 |
+
msgid "Title"
|
946 |
+
msgstr "Titel"
|
947 |
+
|
948 |
+
#: templates/author.php:66
|
949 |
+
#: templates/user.php:60
|
950 |
+
msgid "Select all"
|
951 |
+
msgstr "Välj alla"
|
952 |
+
|
953 |
+
#: templates/author.php:67
|
954 |
+
#: templates/user.php:61
|
955 |
+
msgid "Invert selection"
|
956 |
+
msgstr "Invertera val"
|
957 |
+
|
958 |
+
#: templates/author.php:71
|
959 |
+
msgid "Set to Y"
|
960 |
+
msgstr "Sätt till Y"
|
961 |
+
|
962 |
+
#: templates/author.php:77
|
963 |
+
#: templates/user.php:71
|
964 |
+
msgid "No subscriptions match your search criteria."
|
965 |
+
msgstr "Inga prenumerationer matchar dina sökkriteria."
|
966 |
+
|
967 |
+
#: templates/request-management-link.php:67
|
968 |
+
#: templates/subscribe.php:87
|
969 |
+
msgid "Send"
|
970 |
+
msgstr "Skicka"
|
971 |
+
|
972 |
+
#: templates/subscribe.php:41
|
973 |
+
#: templates/subscribe.php:42
|
974 |
+
msgid "New subscription to"
|
975 |
+
msgstr "Ny prenumeration på"
|
976 |
+
|
977 |
+
#: templates/subscribe.php:42
|
978 |
+
msgid "User:"
|
979 |
+
msgstr "Användare:"
|
980 |
+
|
981 |
+
#~ msgid "Replies"
|
982 |
+
#~ msgstr "Svar"
|
983 |
+
|
984 |
+
#~ msgid "Digest"
|
985 |
+
#~ msgstr "Sammanfattning"
|
986 |
+
|
987 |
+
#~ msgid "Pending"
|
988 |
+
#~ msgstr "Behandlas"
|
989 |
+
|
990 |
+
#~ msgid "Notify authors"
|
991 |
+
#~ msgstr "Meddela författare"
|
992 |
+
|
993 |
+
#~ msgid "Notify the administrator when a new comment is posted."
|
994 |
+
#~ msgstr "Meddela administratör varje gång en kommentar läggs in."
|
995 |
+
|
996 |
+
#~ msgid "Management Page ID"
|
997 |
+
#~ msgstr "ID for administrasjonsside"
|
998 |
+
|
999 |
+
#~ msgid "Management page"
|
1000 |
+
#~ msgstr "Administrasjonsside"
|
1001 |
+
|
1002 |
+
#~ msgid "Awaiting confirmation"
|
1003 |
+
#~ msgstr "Venter på bekreftelse"
|
1004 |
+
|
1005 |
+
#~ msgid "Stats"
|
1006 |
+
#~ msgstr "Statistikk"
|
1007 |
+
|
1008 |
+
#~ msgid "Other Messages"
|
1009 |
+
#~ msgstr "Andre meldinger"
|
1010 |
+
|
1011 |
+
#~ msgid "Support"
|
1012 |
+
#~ msgstr "Support"
|
1013 |
+
|
1014 |
+
#~ msgid "The status has been successfully updated. Rows affected:"
|
1015 |
+
#~ msgstr "Statusen har blitt vellykket oppdatert. Rader affisert:"
|
1016 |
+
|
1017 |
+
#~ msgid ""
|
1018 |
+
#~ "Change the status of an email address or permanently delete all its "
|
1019 |
+
#~ "subscriptions."
|
1020 |
+
#~ msgstr ""
|
1021 |
+
#~ "Endre statusen til en e-postadresse eller permanent slette alle "
|
1022 |
+
#~ "tilknyttede abonnement."
|
1023 |
+
|
1024 |
+
#~ msgid "Resume"
|
1025 |
+
#~ msgstr "Reaktiver"
|
1026 |
+
|
1027 |
+
#~ msgid "Update email address"
|
1028 |
+
#~ msgstr "Oppdater e-postadresse"
|
1029 |
+
|
1030 |
+
#~ msgid ""
|
1031 |
+
#~ "You can \"mass update\" all the occurrences of a given email address "
|
1032 |
+
#~ "(exact matches only)."
|
1033 |
+
#~ msgstr ""
|
1034 |
+
#~ "Du kan \"masseoppdatere\" alle forekomstene av en gitt e-postadresse (kun "
|
1035 |
+
#~ "eksakte treff)."
|
1036 |
+
|
1037 |
+
#~ msgid "Search email address"
|
1038 |
+
#~ msgstr "Søk etter e-postadresse"
|
1039 |
+
|
1040 |
+
#~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
|
1041 |
+
#~ msgstr ""
|
1042 |
+
#~ "Forklaring: Y = aktivt abonnement, N = deaktivert, C = venter på "
|
1043 |
+
#~ "bekreftelse"
|
1044 |
+
|
1045 |
+
#~ msgid "Custom CSS Class"
|
1046 |
+
#~ msgstr "Egendefinert CSS-klasse"
|
1047 |
+
|
1048 |
+
#~ msgid ""
|
1049 |
+
#~ "Custom CSS class to associate to the checkbox, if you want to customize "
|
1050 |
+
#~ "its style."
|
1051 |
+
#~ msgstr ""
|
1052 |
+
#~ "Egendefinert CSS-klasse å bruke på avkrysningsboksen, dersom du ønsker å "
|
1053 |
+
#~ "egendefinere dens utseende."
|
1054 |
+
|
1055 |
+
#, fuzzy
|
1056 |
+
#~ msgid "StCR table has been successfully optimized."
|
1057 |
+
#~ msgstr "Statusen har blitt vellykket oppdatert."
|
1058 |
+
|
1059 |
+
#~ msgid "Subscriptions have been successfully updated."
|
1060 |
+
#~ msgstr "Abonnementene er blitt vellykket oppdatert."
|
1061 |
+
|
1062 |
+
#~ msgid "Sorry, no subscriptions found."
|
1063 |
+
#~ msgstr "Beklager, ingen abonnement funnet."
|
1064 |
+
|
1065 |
+
#, fuzzy
|
1066 |
+
#~ msgid "All the subscriptions have been successfully updated."
|
1067 |
+
#~ msgstr "Abonnementene er blitt vellykket oppdatert."
|
1068 |
+
|
1069 |
+
#~ msgid "Remove or suspend email address"
|
1070 |
+
#~ msgstr "Fjerne eller midlertidig deaktivere varsling til en e-postadresse"
|
langs/subscribe-reloaded-zh_CN.mo
ADDED
Binary file
|
langs/subscribe-reloaded-zh_CN.po
ADDED
@@ -0,0 +1,1027 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Subscribe to Comments Reloaded\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-11-22 08:12-0500\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: due chiacchiere <info@duechiacchiere.it>\n"
|
8 |
+
"Language-Team: \n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: ../\n"
|
14 |
+
"Plural-Forms: s\n"
|
15 |
+
"X-Poedit-Language: Chinese\n"
|
16 |
+
"X-Poedit-Country: CHINA\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: subscribe-to-comments-reloaded.php:40
|
20 |
+
#: subscribe-to-comments-reloaded.php:229
|
21 |
+
msgid "Your subscription to this post needs to be confirmed. <a href='[manager_link]'>Manage your subscriptions</a>."
|
22 |
+
msgstr "你需要激活你的订阅。<a href='[manager_link]'>管理你的订阅</a>。"
|
23 |
+
|
24 |
+
#: subscribe-to-comments-reloaded.php:45
|
25 |
+
#: subscribe-to-comments-reloaded.php:228
|
26 |
+
msgid "You are subscribed to this post. <a href='[manager_link]'>Manage</a> your subscriptions."
|
27 |
+
msgstr "你已经订阅过本篇文章。<a href='[manager_link]'>管理</a>你的订阅。"
|
28 |
+
|
29 |
+
#: subscribe-to-comments-reloaded.php:52
|
30 |
+
#: subscribe-to-comments-reloaded.php:230
|
31 |
+
msgid "You can <a href='[manager_link]'>manage the subscriptions</a> of this post."
|
32 |
+
msgstr "你可以<a href='[manager_link]'>管理</a>本篇文章的订阅。"
|
33 |
+
|
34 |
+
#: subscribe-to-comments-reloaded.php:57
|
35 |
+
#: subscribe-to-comments-reloaded.php:227
|
36 |
+
msgid "Notify me of followup comments via e-mail. You can also <a href='[subscribe_link]'>subscribe</a> without commenting."
|
37 |
+
msgstr "有新评论,请电子邮件通知我。你也不需要留评论就可以<a href='[subscribe_link]'>订阅</a>。"
|
38 |
+
|
39 |
+
#: subscribe-to-comments-reloaded.php:66
|
40 |
+
msgid "Don't subscribe"
|
41 |
+
msgstr "不要 订阅 评论"
|
42 |
+
|
43 |
+
#: subscribe-to-comments-reloaded.php:67
|
44 |
+
msgid "All"
|
45 |
+
msgstr "订阅 所有评论"
|
46 |
+
|
47 |
+
#: subscribe-to-comments-reloaded.php:68
|
48 |
+
#: templates/user.php:65
|
49 |
+
msgid "Replies to my comments"
|
50 |
+
msgstr "订阅 我评论的回答"
|
51 |
+
|
52 |
+
#: subscribe-to-comments-reloaded.php:69
|
53 |
+
msgid "Daily digest"
|
54 |
+
msgstr "每天的总结"
|
55 |
+
|
56 |
+
#: subscribe-to-comments-reloaded.php:233
|
57 |
+
#: options/index.php:46
|
58 |
+
msgid "Manage subscriptions"
|
59 |
+
msgstr "管理评论订阅"
|
60 |
+
|
61 |
+
#: subscribe-to-comments-reloaded.php:235
|
62 |
+
msgid "To manage your subscriptions, please enter your email address here below. We will send you a message containing the link to access your personal management page."
|
63 |
+
msgstr "为了管理你的评论订阅,请在这里输入你的邮箱地址。我们会把管理你个人订阅的链接发到你的邮箱。"
|
64 |
+
|
65 |
+
#: subscribe-to-comments-reloaded.php:236
|
66 |
+
msgid "Thank you for using our subscription service. Your request has been completed, and you should receive an email with the management link in a few minutes."
|
67 |
+
msgstr "谢谢你使用评论订阅。你的请求已处理完,过几分钟你就会收到有管理页面链接的邮件。"
|
68 |
+
|
69 |
+
#: subscribe-to-comments-reloaded.php:237
|
70 |
+
msgid "You can follow the discussion on <strong>[post_title]</strong> without having to leave a comment. Cool, huh? Just enter your email address in the form here below and you're all set."
|
71 |
+
msgstr "你不需要留评论就可以关注《<strong>[post_title]</strong>》的讨论。不错,啊?在下面输入你的邮箱地址就可以。"
|
72 |
+
|
73 |
+
#: subscribe-to-comments-reloaded.php:238
|
74 |
+
msgid "Thank you for using our subscription service. Your request has been completed. You will receive a notification email every time a new comment to this article is approved and posted by the administrator."
|
75 |
+
msgstr "谢谢你使用评论订阅。你的请求已处理完。每次管理员审核和发布新评论你就会收到邮件通知。"
|
76 |
+
|
77 |
+
#: subscribe-to-comments-reloaded.php:239
|
78 |
+
msgid "Thank you for using our subscription service. In order to confirm your request, please check your email for the verification message and follow the instructions."
|
79 |
+
msgstr "谢谢你使用评论订阅。为了确认你的请求,请查看你的电子邮箱,你会收到确认邮件和下一步的说明。"
|
80 |
+
|
81 |
+
#: subscribe-to-comments-reloaded.php:240
|
82 |
+
msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list."
|
83 |
+
msgstr "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。"
|
84 |
+
|
85 |
+
#: subscribe-to-comments-reloaded.php:241
|
86 |
+
msgid "In order to cancel or suspend one or more notifications, select the corresponding checkbox(es) and click on the button at the end of the list. You are currently subscribed to:"
|
87 |
+
msgstr "为了取消或者停止一个或更多的通知,请点击相关的复选框,并点击最下面的按钮。你已经订阅了这些:"
|
88 |
+
|
89 |
+
#: subscribe-to-comments-reloaded.php:245
|
90 |
+
msgid "There is a new comment to [post_title]"
|
91 |
+
msgstr "[post_title]有一条新的评论"
|
92 |
+
|
93 |
+
#: subscribe-to-comments-reloaded.php:246
|
94 |
+
msgid ""
|
95 |
+
"There is a new comment to [post_title].\n"
|
96 |
+
"Comment Link: [comment_permalink]\n"
|
97 |
+
"Author: [comment_author]\n"
|
98 |
+
"Comment:\n"
|
99 |
+
"[comment_content]\n"
|
100 |
+
"Permalink: [post_permalink]\n"
|
101 |
+
"Manage your subscriptions: [manager_link]"
|
102 |
+
msgstr ""
|
103 |
+
"《[post_title]》有新的评论。\n"
|
104 |
+
"文章链接: [post_permalink]\n"
|
105 |
+
"用户名:[comment_author]\n"
|
106 |
+
"评论:\n"
|
107 |
+
"[comment_content]\n"
|
108 |
+
"评论链接:[comment_permalink]\n"
|
109 |
+
"管理你的订阅:[manager_link]"
|
110 |
+
|
111 |
+
#: subscribe-to-comments-reloaded.php:247
|
112 |
+
msgid "Please confirm your subscription to [post_title]"
|
113 |
+
msgstr "请确认你要订阅《[post_title]》"
|
114 |
+
|
115 |
+
#: subscribe-to-comments-reloaded.php:248
|
116 |
+
msgid ""
|
117 |
+
"You have requested to be notified every time a new comment is added to:\n"
|
118 |
+
"[post_permalink]\n"
|
119 |
+
"\n"
|
120 |
+
"Please confirm your request by clicking on this link:\n"
|
121 |
+
"[confirm_link]"
|
122 |
+
msgstr ""
|
123 |
+
"你提交过申请每次这篇文章有新评论邮件通知你\n"
|
124 |
+
"[post_permalink]\n"
|
125 |
+
"\n"
|
126 |
+
"请通过点击以下的链接确认:\n"
|
127 |
+
"[confirm_link]"
|
128 |
+
|
129 |
+
#: subscribe-to-comments-reloaded.php:249
|
130 |
+
msgid "Manage your subscriptions on [blog_name]"
|
131 |
+
msgstr "管理你在[blog_name]上的订阅"
|
132 |
+
|
133 |
+
#: subscribe-to-comments-reloaded.php:250
|
134 |
+
msgid ""
|
135 |
+
"You have requested to manage your subscriptions to the articles on [blog_name]. Follow this link to access your personal page:\n"
|
136 |
+
"[manager_link]"
|
137 |
+
msgstr ""
|
138 |
+
"你申请过管理[blog_name]的评论订阅。请点击以下的链接去你的个人管理页面:\n"
|
139 |
+
"[manager_link]"
|
140 |
+
|
141 |
+
#: subscribe-to-comments-reloaded.php:1018
|
142 |
+
#: options/panel2.php:42
|
143 |
+
#: options/panel2.php:49
|
144 |
+
#: options/panel2.php:56
|
145 |
+
#: options/panel5.php:43
|
146 |
+
#: options/panel5.php:50
|
147 |
+
#: options/panel5.php:57
|
148 |
+
#: options/panel5.php:64
|
149 |
+
#: options/panel5.php:71
|
150 |
+
#: options/panel5.php:78
|
151 |
+
msgid "No"
|
152 |
+
msgstr "No"
|
153 |
+
|
154 |
+
#: subscribe-to-comments-reloaded.php:1042
|
155 |
+
msgid "Need help on how to use Subscribe to Comments Reloaded? Visit the official"
|
156 |
+
msgstr "需要帮忙如何使用Subscribe to Comments Reloaded? 请访问官方"
|
157 |
+
|
158 |
+
#: subscribe-to-comments-reloaded.php:1042
|
159 |
+
msgid "support forum"
|
160 |
+
msgstr "技术论坛"
|
161 |
+
|
162 |
+
#: subscribe-to-comments-reloaded.php:1043
|
163 |
+
msgid "Feeling generous?"
|
164 |
+
msgstr "想做贡献"
|
165 |
+
|
166 |
+
#: subscribe-to-comments-reloaded.php:1043
|
167 |
+
msgid "Donate a few bucks!"
|
168 |
+
msgstr "捐赠几元!"
|
169 |
+
|
170 |
+
#: options/index.php:47
|
171 |
+
msgid "Comment Form"
|
172 |
+
msgstr "评论form"
|
173 |
+
|
174 |
+
#: options/index.php:48
|
175 |
+
msgid "Management Page"
|
176 |
+
msgstr "管理页面"
|
177 |
+
|
178 |
+
#: options/index.php:49
|
179 |
+
msgid "Notifications"
|
180 |
+
msgstr "通知"
|
181 |
+
|
182 |
+
#: options/index.php:50
|
183 |
+
#: options/panel2.php:35
|
184 |
+
#: options/panel3.php:39
|
185 |
+
#: options/panel4.php:36
|
186 |
+
msgid "Options"
|
187 |
+
msgstr "设置"
|
188 |
+
|
189 |
+
#: options/index.php:51
|
190 |
+
msgid "You can help"
|
191 |
+
msgstr "你可以帮助"
|
192 |
+
|
193 |
+
#: options/panel1-business-logic.php:18
|
194 |
+
msgid "Subscription added."
|
195 |
+
msgstr "增加了订阅。"
|
196 |
+
|
197 |
+
#: options/panel1-business-logic.php:30
|
198 |
+
msgid "Subscriptions updated."
|
199 |
+
msgstr "更新了订阅。"
|
200 |
+
|
201 |
+
#: options/panel1-business-logic.php:39
|
202 |
+
msgid "Subscription deleted."
|
203 |
+
msgstr "删除了订阅。"
|
204 |
+
|
205 |
+
#: options/panel1-business-logic.php:54
|
206 |
+
#: templates/author.php:22
|
207 |
+
#: templates/user.php:22
|
208 |
+
msgid "Subscriptions deleted:"
|
209 |
+
msgstr "删除了订阅:"
|
210 |
+
|
211 |
+
#: options/panel1-business-logic.php:58
|
212 |
+
#: templates/author.php:26
|
213 |
+
#: templates/user.php:26
|
214 |
+
msgid "Subscriptions suspended:"
|
215 |
+
msgstr "停止了订阅:"
|
216 |
+
|
217 |
+
#: options/panel1-business-logic.php:62
|
218 |
+
#: templates/author.php:30
|
219 |
+
#: templates/user.php:30
|
220 |
+
msgid "Subscriptions activated:"
|
221 |
+
msgstr "激活了订阅:"
|
222 |
+
|
223 |
+
#: options/panel1-business-logic.php:66
|
224 |
+
#: options/panel1-business-logic.php:70
|
225 |
+
#: templates/author.php:34
|
226 |
+
#: templates/author.php:38
|
227 |
+
#: templates/user.php:34
|
228 |
+
msgid "Subscriptions updated:"
|
229 |
+
msgstr "更新了订阅:"
|
230 |
+
|
231 |
+
#: options/panel1-business-logic.php:94
|
232 |
+
msgid "« Previous"
|
233 |
+
msgstr "« 之前"
|
234 |
+
|
235 |
+
#: options/panel1-business-logic.php:98
|
236 |
+
msgid "Next »"
|
237 |
+
msgstr "之后 »"
|
238 |
+
|
239 |
+
#: options/panel1-edit-subscription.php:8
|
240 |
+
msgid "Update Subscription"
|
241 |
+
msgstr "更新订阅"
|
242 |
+
|
243 |
+
#: options/panel1-edit-subscription.php:10
|
244 |
+
#: options/panel1-edit-subscription.php:14
|
245 |
+
#: options/panel1-edit-subscription.php:15
|
246 |
+
#: options/panel1-edit-subscription.php:16
|
247 |
+
#: options/panel1.php:23
|
248 |
+
#: options/panel1.php:24
|
249 |
+
#: options/panel1.php:25
|
250 |
+
msgid "optional"
|
251 |
+
msgstr "可选"
|
252 |
+
|
253 |
+
#: options/panel1-edit-subscription.php:10
|
254 |
+
#: options/panel1.php:19
|
255 |
+
#: options/panel1.php:81
|
256 |
+
#: options/panel1.php:117
|
257 |
+
#: templates/author.php:50
|
258 |
+
#: templates/user.php:46
|
259 |
+
msgid "Please remember: this operation cannot be undone. Are you sure you want to proceed?"
|
260 |
+
msgstr "注意:这个请求是不可恢复的。你确定要这样做?"
|
261 |
+
|
262 |
+
#: options/panel1-edit-subscription.php:12
|
263 |
+
msgid "Post:"
|
264 |
+
msgstr "文章:"
|
265 |
+
|
266 |
+
#: options/panel1-edit-subscription.php:13
|
267 |
+
#: options/panel1.php:21
|
268 |
+
msgid "From"
|
269 |
+
msgstr "来自"
|
270 |
+
|
271 |
+
#: options/panel1-edit-subscription.php:14
|
272 |
+
#: options/panel1.php:22
|
273 |
+
msgid "To"
|
274 |
+
msgstr "To"
|
275 |
+
|
276 |
+
#: options/panel1-edit-subscription.php:17
|
277 |
+
#: options/panel1.php:26
|
278 |
+
#: options/panel1.php:45
|
279 |
+
#: options/panel1.php:103
|
280 |
+
msgid "Status"
|
281 |
+
msgstr "情况"
|
282 |
+
|
283 |
+
#: options/panel1-edit-subscription.php:19
|
284 |
+
#: options/panel1.php:28
|
285 |
+
msgid "Keep unchanged"
|
286 |
+
msgstr "保持不变"
|
287 |
+
|
288 |
+
#: options/panel1-edit-subscription.php:20
|
289 |
+
#: options/panel1.php:29
|
290 |
+
#: options/panel1.php:47
|
291 |
+
msgid "Active"
|
292 |
+
msgstr "Active"
|
293 |
+
|
294 |
+
#: options/panel1-edit-subscription.php:21
|
295 |
+
#: options/panel1.php:30
|
296 |
+
#: options/panel1.php:48
|
297 |
+
msgid "Replies only"
|
298 |
+
msgstr "限制与回复"
|
299 |
+
|
300 |
+
#: options/panel1-edit-subscription.php:22
|
301 |
+
#: options/panel1.php:31
|
302 |
+
msgid "Suspended"
|
303 |
+
msgstr "停止"
|
304 |
+
|
305 |
+
#: options/panel1-edit-subscription.php:23
|
306 |
+
#: options/panel1.php:32
|
307 |
+
msgid "Update"
|
308 |
+
msgstr "更新"
|
309 |
+
|
310 |
+
#: options/panel1.php:17
|
311 |
+
msgid "Mass Update Subscriptions"
|
312 |
+
msgstr "批量更新订阅"
|
313 |
+
|
314 |
+
#: options/panel1.php:39
|
315 |
+
msgid "Add New Subscription"
|
316 |
+
msgstr "增加新的订阅"
|
317 |
+
|
318 |
+
#: options/panel1.php:43
|
319 |
+
msgid "Post ID"
|
320 |
+
msgstr "Post ID"
|
321 |
+
|
322 |
+
#: options/panel1.php:44
|
323 |
+
#: options/panel1.php:90
|
324 |
+
#: templates/request-management-link.php:65
|
325 |
+
#: templates/subscribe.php:86
|
326 |
+
#: templates/user.php:51
|
327 |
+
msgid "Email"
|
328 |
+
msgstr "Email"
|
329 |
+
|
330 |
+
#: options/panel1.php:49
|
331 |
+
msgid "Ask user to confirm"
|
332 |
+
msgstr "让用户确认"
|
333 |
+
|
334 |
+
#: options/panel1.php:50
|
335 |
+
msgid "Add"
|
336 |
+
msgstr "增加"
|
337 |
+
|
338 |
+
#: options/panel1.php:59
|
339 |
+
msgid "Search subscriptions"
|
340 |
+
msgstr "搜索订阅"
|
341 |
+
|
342 |
+
#: options/panel1.php:61
|
343 |
+
#, php-format
|
344 |
+
msgid "You can either <a href=\"%s\">view all the subscriptions</a> or find those where the"
|
345 |
+
msgstr "你可以<a href=\"%s\">所有的订阅</a>或者搜索在"
|
346 |
+
|
347 |
+
#: options/panel1.php:64
|
348 |
+
msgid "email"
|
349 |
+
msgstr "email"
|
350 |
+
|
351 |
+
#: options/panel1.php:65
|
352 |
+
msgid "post ID"
|
353 |
+
msgstr "post ID"
|
354 |
+
|
355 |
+
#: options/panel1.php:66
|
356 |
+
msgid "status"
|
357 |
+
msgstr "情况"
|
358 |
+
|
359 |
+
#: options/panel1.php:69
|
360 |
+
msgid "equals"
|
361 |
+
msgstr "等于"
|
362 |
+
|
363 |
+
#: options/panel1.php:70
|
364 |
+
msgid "contains"
|
365 |
+
msgstr "包含"
|
366 |
+
|
367 |
+
#: options/panel1.php:71
|
368 |
+
msgid "does not contain"
|
369 |
+
msgstr "不包含"
|
370 |
+
|
371 |
+
#: options/panel1.php:72
|
372 |
+
msgid "starts with"
|
373 |
+
msgstr "的开头是"
|
374 |
+
|
375 |
+
#: options/panel1.php:73
|
376 |
+
msgid "ends with"
|
377 |
+
msgstr "的结尾是"
|
378 |
+
|
379 |
+
#: options/panel1.php:76
|
380 |
+
msgid "results per page:"
|
381 |
+
msgstr "每页显示:"
|
382 |
+
|
383 |
+
#: options/panel1.php:77
|
384 |
+
msgid "Search"
|
385 |
+
msgstr "搜索"
|
386 |
+
|
387 |
+
#: options/panel1.php:85
|
388 |
+
msgid "Reverse the order by Post ID"
|
389 |
+
msgstr "按照Post ID反过来排列"
|
390 |
+
|
391 |
+
#: options/panel1.php:86
|
392 |
+
#: options/panel1.php:87
|
393 |
+
msgid "Reverse the order by Date/Time"
|
394 |
+
msgstr "按照日期和时间反过来排列"
|
395 |
+
|
396 |
+
#: options/panel1.php:89
|
397 |
+
msgid "Post (ID)"
|
398 |
+
msgstr "Post (ID)"
|
399 |
+
|
400 |
+
#: options/panel1.php:92
|
401 |
+
msgid "Search query:"
|
402 |
+
msgstr "搜索内容:"
|
403 |
+
|
404 |
+
#: options/panel1.php:92
|
405 |
+
msgid "Rows:"
|
406 |
+
msgstr "行:"
|
407 |
+
|
408 |
+
#: options/panel1.php:92
|
409 |
+
msgid "of"
|
410 |
+
msgstr "of"
|
411 |
+
|
412 |
+
#: options/panel1.php:93
|
413 |
+
#: templates/author.php:56
|
414 |
+
#: templates/user.php:52
|
415 |
+
msgid "Legend: Y = all comments, R = replies only, C = inactive"
|
416 |
+
msgstr "指南: Y = 所有评论, R = 限制与回答, C = 停止"
|
417 |
+
|
418 |
+
#: options/panel1.php:102
|
419 |
+
msgid "Date and Time"
|
420 |
+
msgstr "日期和时间"
|
421 |
+
|
422 |
+
#: options/panel1.php:114
|
423 |
+
msgid "Subscription"
|
424 |
+
msgstr ""
|
425 |
+
|
426 |
+
#: options/panel1.php:116
|
427 |
+
msgid "Edit"
|
428 |
+
msgstr "编辑"
|
429 |
+
|
430 |
+
#: options/panel1.php:117
|
431 |
+
#: templates/author.php:69
|
432 |
+
#: templates/user.php:63
|
433 |
+
msgid "Delete"
|
434 |
+
msgstr "删除"
|
435 |
+
|
436 |
+
#: options/panel1.php:125
|
437 |
+
#: templates/author.php:68
|
438 |
+
#: templates/user.php:62
|
439 |
+
msgid "Action:"
|
440 |
+
msgstr "命令:"
|
441 |
+
|
442 |
+
#: options/panel1.php:126
|
443 |
+
msgid "Delete forever"
|
444 |
+
msgstr "永久删除"
|
445 |
+
|
446 |
+
#: options/panel1.php:127
|
447 |
+
#: templates/author.php:70
|
448 |
+
#: templates/user.php:64
|
449 |
+
msgid "Suspend"
|
450 |
+
msgstr "停止"
|
451 |
+
|
452 |
+
#: options/panel1.php:128
|
453 |
+
msgid "Activate and set to Y"
|
454 |
+
msgstr "启用并改为Y"
|
455 |
+
|
456 |
+
#: options/panel1.php:129
|
457 |
+
msgid "Activate and set to R"
|
458 |
+
msgstr "启用并改为R"
|
459 |
+
|
460 |
+
#: options/panel1.php:130
|
461 |
+
#: templates/author.php:72
|
462 |
+
#: templates/user.php:66
|
463 |
+
msgid "Activate"
|
464 |
+
msgstr "启用"
|
465 |
+
|
466 |
+
#: options/panel1.php:131
|
467 |
+
#: templates/author.php:73
|
468 |
+
#: templates/user.php:67
|
469 |
+
msgid "Update subscriptions"
|
470 |
+
msgstr "更新订阅"
|
471 |
+
|
472 |
+
#: options/panel1.php:135
|
473 |
+
msgid "Sorry, no subscriptions match your search criteria."
|
474 |
+
msgstr "对不起,没有符合搜索条件的结果"
|
475 |
+
|
476 |
+
#: options/panel2.php:11
|
477 |
+
#: options/panel2.php:39
|
478 |
+
msgid "Enable default checkbox"
|
479 |
+
msgstr "启用默认的复选框"
|
480 |
+
|
481 |
+
#: options/panel2.php:12
|
482 |
+
#: options/panel2.php:46
|
483 |
+
msgid "Checked by default"
|
484 |
+
msgstr "默认打勾"
|
485 |
+
|
486 |
+
#: options/panel2.php:13
|
487 |
+
#: options/panel2.php:53
|
488 |
+
msgid "Advanced subscription"
|
489 |
+
msgstr "高级订阅"
|
490 |
+
|
491 |
+
#: options/panel2.php:14
|
492 |
+
#: options/panel2.php:60
|
493 |
+
msgid "Custom inline style"
|
494 |
+
msgstr "自定义inline样式"
|
495 |
+
|
496 |
+
#: options/panel2.php:15
|
497 |
+
#: options/panel2.php:65
|
498 |
+
msgid "Custom HTML"
|
499 |
+
msgstr "自定义HTML"
|
500 |
+
|
501 |
+
#: options/panel2.php:17
|
502 |
+
msgid "Checkbox label"
|
503 |
+
msgstr "复选款的label"
|
504 |
+
|
505 |
+
#: options/panel2.php:18
|
506 |
+
#: options/panel2.php:81
|
507 |
+
msgid "Subscribed label"
|
508 |
+
msgstr "订阅过的label"
|
509 |
+
|
510 |
+
#: options/panel2.php:19
|
511 |
+
msgid "Awaiting label"
|
512 |
+
msgstr "等待的label"
|
513 |
+
|
514 |
+
#: options/panel2.php:20
|
515 |
+
#: options/panel2.php:91
|
516 |
+
msgid "Author label"
|
517 |
+
msgstr "作者的label"
|
518 |
+
|
519 |
+
#: options/panel2.php:25
|
520 |
+
#: options/panel3.php:26
|
521 |
+
#: options/panel4.php:25
|
522 |
+
#: options/panel5.php:22
|
523 |
+
msgid "Your settings have been successfully updated."
|
524 |
+
msgstr "你的设置已经成功更新了。"
|
525 |
+
|
526 |
+
#: options/panel2.php:28
|
527 |
+
#: options/panel3.php:29
|
528 |
+
#: options/panel4.php:28
|
529 |
+
#: options/panel5.php:25
|
530 |
+
msgid "There was an error updating the following fields:"
|
531 |
+
msgstr "更新以下内容时出现错误了:"
|
532 |
+
|
533 |
+
#: options/panel2.php:41
|
534 |
+
#: options/panel2.php:48
|
535 |
+
#: options/panel2.php:55
|
536 |
+
#: options/panel5.php:42
|
537 |
+
#: options/panel5.php:49
|
538 |
+
#: options/panel5.php:56
|
539 |
+
#: options/panel5.php:63
|
540 |
+
#: options/panel5.php:70
|
541 |
+
#: options/panel5.php:77
|
542 |
+
msgid "Yes"
|
543 |
+
msgstr "Yes"
|
544 |
+
|
545 |
+
#: options/panel2.php:43
|
546 |
+
msgid "Disable this option if you want to move the subscription checkbox to a different place on your page."
|
547 |
+
msgstr "如果你想自己安排订阅复选框,请禁用这个复选框。"
|
548 |
+
|
549 |
+
#: options/panel2.php:50
|
550 |
+
msgid "Decide if the checkbox should be checked by default or not."
|
551 |
+
msgstr "确定复选框是否默认的打勾。"
|
552 |
+
|
553 |
+
#: options/panel2.php:57
|
554 |
+
msgid "Allow users to choose from different subscription types (all, replies only)."
|
555 |
+
msgstr "允许用户选择不同订阅种类(所有评论,回答等)"
|
556 |
+
|
557 |
+
#: options/panel2.php:62
|
558 |
+
msgid "Custom inline CSS to add to the checkbox."
|
559 |
+
msgstr "为复选框增加的自定义inline CSS。"
|
560 |
+
|
561 |
+
#: options/panel2.php:67
|
562 |
+
msgid "Custom HTML code to be used when displaying the checkbox. Allowed tags: [checkbox_field], [checkbox_label]"
|
563 |
+
msgstr "现实复选框的自定义HTML。允许的标签:[checkbox_field], [checkbox_label]"
|
564 |
+
|
565 |
+
#: options/panel2.php:72
|
566 |
+
msgid "Messages for your visitors"
|
567 |
+
msgstr "给访问者的信息"
|
568 |
+
|
569 |
+
#: options/panel2.php:76
|
570 |
+
msgid "Default label"
|
571 |
+
msgstr "默认的label解释"
|
572 |
+
|
573 |
+
#: options/panel2.php:78
|
574 |
+
msgid "Label associated to the checkbox. Allowed tag: [subscribe_link]"
|
575 |
+
msgstr "给复选框的label解释。允许的标签:[subscribe_link]"
|
576 |
+
|
577 |
+
#: options/panel2.php:83
|
578 |
+
msgid "Label shown to those who are already subscribed to a post. Allowed tag: [manager_link]"
|
579 |
+
msgstr "给已经订阅的用户的label解释。允许的标签:[manager_link]"
|
580 |
+
|
581 |
+
#: options/panel2.php:86
|
582 |
+
msgid "Pending label"
|
583 |
+
msgstr "等待的label解释"
|
584 |
+
|
585 |
+
#: options/panel2.php:88
|
586 |
+
msgid "Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]"
|
587 |
+
msgstr "给已经订阅但没有激活的用户的label解释。允许的标签:[manager_link]"
|
588 |
+
|
589 |
+
#: options/panel2.php:93
|
590 |
+
msgid "Label shown to authors (and administrators). Allowed tag: [manager_link]"
|
591 |
+
msgstr "给作者(和管理员)的label解释。允许的标签:[manager_link]"
|
592 |
+
|
593 |
+
#: options/panel2.php:97
|
594 |
+
#: options/panel3.php:145
|
595 |
+
#: options/panel4.php:105
|
596 |
+
#: options/panel5.php:83
|
597 |
+
msgid "Save Changes"
|
598 |
+
msgstr "保存更改"
|
599 |
+
|
600 |
+
#: options/panel3.php:10
|
601 |
+
#: options/panel3.php:43
|
602 |
+
msgid "Virtual Management Page"
|
603 |
+
msgstr "虚拟管理页面"
|
604 |
+
|
605 |
+
#: options/panel3.php:11
|
606 |
+
#: options/panel3.php:51
|
607 |
+
msgid "Page title"
|
608 |
+
msgstr "页面标题"
|
609 |
+
|
610 |
+
#: options/panel3.php:12
|
611 |
+
#: options/panel3.php:56
|
612 |
+
msgid "Management URL"
|
613 |
+
msgstr "管理URL"
|
614 |
+
|
615 |
+
#: options/panel3.php:13
|
616 |
+
#: options/panel3.php:63
|
617 |
+
msgid "Custom HEAD meta"
|
618 |
+
msgstr "自定义HEAD meta"
|
619 |
+
|
620 |
+
#: options/panel3.php:15
|
621 |
+
#: options/panel3.php:74
|
622 |
+
msgid "Request link"
|
623 |
+
msgstr "请求链接"
|
624 |
+
|
625 |
+
#: options/panel3.php:16
|
626 |
+
#: options/panel3.php:84
|
627 |
+
msgid "Request submitted"
|
628 |
+
msgstr "请求提交完成了"
|
629 |
+
|
630 |
+
#: options/panel3.php:17
|
631 |
+
#: options/panel3.php:94
|
632 |
+
msgid "Subscribe without commenting"
|
633 |
+
msgstr "不留评论订阅"
|
634 |
+
|
635 |
+
#: options/panel3.php:18
|
636 |
+
#: options/panel3.php:104
|
637 |
+
msgid "Subscription processed"
|
638 |
+
msgstr "订阅处理完了"
|
639 |
+
|
640 |
+
#: options/panel3.php:19
|
641 |
+
#: options/panel3.php:114
|
642 |
+
msgid "Subscription processed (DCI)"
|
643 |
+
msgstr "订阅处理完了(需要确认)"
|
644 |
+
|
645 |
+
#: options/panel3.php:20
|
646 |
+
#: options/panel3.php:124
|
647 |
+
msgid "Authors"
|
648 |
+
msgstr "作者"
|
649 |
+
|
650 |
+
#: options/panel3.php:21
|
651 |
+
#: options/panel3.php:134
|
652 |
+
msgid "Users"
|
653 |
+
msgstr "用户"
|
654 |
+
|
655 |
+
#: options/panel3.php:45
|
656 |
+
msgid "Enabled"
|
657 |
+
msgstr "启用"
|
658 |
+
|
659 |
+
#: options/panel3.php:46
|
660 |
+
msgid "Disabled"
|
661 |
+
msgstr "禁用"
|
662 |
+
|
663 |
+
#: options/panel3.php:47
|
664 |
+
msgid "Disable the virtual management page if you need to create a <a href=\"http://lab.duechiacchiere.it/index.php?topic=71.0\">real page</a> to make your theme happy."
|
665 |
+
msgstr "如果你需要一个<a href=\"http://lab.duechiacchiere.it/index.php?topic=71.0\">真正的页面</a>配合你的主体,要禁用虚拟管理页面。"
|
666 |
+
|
667 |
+
#: options/panel3.php:53
|
668 |
+
msgid "Title of the page your visitors will use to manage their subscriptions."
|
669 |
+
msgstr "用户管理他们的订阅,那个页面的标题。"
|
670 |
+
|
671 |
+
#: options/panel3.php:58
|
672 |
+
msgid "The permalink for your management page (something like <code>/manage-subscriptions</code> or <code>/?page_id=345</code>). This page <b>does not</b> actually exist in the system, but its link must follow your permalink structure."
|
673 |
+
msgstr "管理页面的永久链接(比如 <code>/manage-subscriptions</code> 或者 <code>/?page_id=345</code> )。你的系统<b>没有</b>这个页面,但他的形式需要和你系统的永久链接形式一致。"
|
674 |
+
|
675 |
+
#: options/panel3.php:60
|
676 |
+
msgid "Warning: it looks like the value you are using may be incompatible with your permalink structure"
|
677 |
+
msgstr "注意:你用的内容可能不兼容你的永久链接形式。"
|
678 |
+
|
679 |
+
#: options/panel3.php:65
|
680 |
+
msgid "Specify your custom HTML code to be added to the HEAD section of the page. Use <strong>single</strong> quotes for values."
|
681 |
+
msgstr "要加入到HEAD的自定义代码。要用<strong>单引号</strong>。"
|
682 |
+
|
683 |
+
#: options/panel3.php:70
|
684 |
+
#: options/panel4.php:52
|
685 |
+
msgid "Messages"
|
686 |
+
msgstr "信息"
|
687 |
+
|
688 |
+
#: options/panel3.php:75
|
689 |
+
#: options/panel3.php:85
|
690 |
+
#: options/panel3.php:95
|
691 |
+
#: options/panel3.php:105
|
692 |
+
#: options/panel3.php:115
|
693 |
+
#: options/panel3.php:125
|
694 |
+
#: options/panel3.php:135
|
695 |
+
#: options/panel4.php:63
|
696 |
+
#: options/panel4.php:79
|
697 |
+
#: options/panel4.php:95
|
698 |
+
msgid "Bold"
|
699 |
+
msgstr "加黑"
|
700 |
+
|
701 |
+
#: options/panel3.php:76
|
702 |
+
#: options/panel3.php:86
|
703 |
+
#: options/panel3.php:96
|
704 |
+
#: options/panel3.php:106
|
705 |
+
#: options/panel3.php:116
|
706 |
+
#: options/panel3.php:126
|
707 |
+
#: options/panel3.php:136
|
708 |
+
#: options/panel4.php:64
|
709 |
+
#: options/panel4.php:80
|
710 |
+
#: options/panel4.php:96
|
711 |
+
msgid "Italic"
|
712 |
+
msgstr "斜体"
|
713 |
+
|
714 |
+
#: options/panel3.php:77
|
715 |
+
#: options/panel3.php:87
|
716 |
+
#: options/panel3.php:97
|
717 |
+
#: options/panel3.php:107
|
718 |
+
#: options/panel3.php:117
|
719 |
+
#: options/panel3.php:127
|
720 |
+
#: options/panel3.php:137
|
721 |
+
#: options/panel4.php:65
|
722 |
+
#: options/panel4.php:81
|
723 |
+
#: options/panel4.php:97
|
724 |
+
msgid "Link"
|
725 |
+
msgstr "链接"
|
726 |
+
|
727 |
+
#: options/panel3.php:78
|
728 |
+
#: options/panel3.php:88
|
729 |
+
#: options/panel3.php:98
|
730 |
+
#: options/panel3.php:108
|
731 |
+
#: options/panel3.php:118
|
732 |
+
#: options/panel3.php:128
|
733 |
+
#: options/panel3.php:138
|
734 |
+
#: options/panel4.php:66
|
735 |
+
#: options/panel4.php:82
|
736 |
+
#: options/panel4.php:98
|
737 |
+
msgid "Image"
|
738 |
+
msgstr "图片"
|
739 |
+
|
740 |
+
#: options/panel3.php:81
|
741 |
+
msgid "Text shown to those who request to manage their subscriptions."
|
742 |
+
msgstr "这些内容要显示给想管理自己的订阅的人。"
|
743 |
+
|
744 |
+
#: options/panel3.php:91
|
745 |
+
msgid "Thank you note shown after the request here above has been processed. Allowed tags: [post_title], [post_permalink]"
|
746 |
+
msgstr "感谢信在处理上面的请求完成之后。允许的标签:[post_title], [post_permalink]"
|
747 |
+
|
748 |
+
#: options/panel3.php:101
|
749 |
+
msgid "Text shown to those who want to subscribe without commenting. Allowed tags: [post_title], [post_permalink]"
|
750 |
+
msgstr "这些内容要显示给想订阅但不想留言的人。允许的标签:[post_title], [post_permalink]"
|
751 |
+
|
752 |
+
#: options/panel3.php:111
|
753 |
+
msgid "Thank you note shown after the subscription request has been processed (double check-in disabled). Allowed tags: [post_title], [post_permalink]"
|
754 |
+
msgstr "感谢信在申请订阅处理完成之后(不需要激活的情况下)。允许的标签:[post_title], [post_permalink]"
|
755 |
+
|
756 |
+
#: options/panel3.php:121
|
757 |
+
msgid "Thank you note shown after the subscription request has been processed (double check-in enabled). Allowed tags: [post_title], [post_permalink]"
|
758 |
+
msgstr "感谢信在申请订阅处理完成之后(需要激活的情况下)。允许的标签:[post_title], [post_permalink]"
|
759 |
+
|
760 |
+
#: options/panel3.php:131
|
761 |
+
msgid "Introductory text for the authors' management page."
|
762 |
+
msgstr "给作者的管理页面的介绍内容。"
|
763 |
+
|
764 |
+
#: options/panel3.php:141
|
765 |
+
msgid "Introductory text for the users' management page."
|
766 |
+
msgstr "给用户的管理页面的介绍内容。"
|
767 |
+
|
768 |
+
#: options/panel4.php:13
|
769 |
+
#: options/panel4.php:40
|
770 |
+
msgid "Sender name"
|
771 |
+
msgstr "发送人的名字"
|
772 |
+
|
773 |
+
#: options/panel4.php:14
|
774 |
+
#: options/panel4.php:45
|
775 |
+
msgid "Sender email address"
|
776 |
+
msgstr "发送人的邮件地址"
|
777 |
+
|
778 |
+
#: options/panel4.php:15
|
779 |
+
#: options/panel4.php:56
|
780 |
+
msgid "Notification subject"
|
781 |
+
msgstr "通知标题"
|
782 |
+
|
783 |
+
#: options/panel4.php:16
|
784 |
+
#: options/panel4.php:61
|
785 |
+
msgid "Notification message"
|
786 |
+
msgstr "通知内容"
|
787 |
+
|
788 |
+
#: options/panel4.php:17
|
789 |
+
#: options/panel4.php:72
|
790 |
+
msgid "Double check subject"
|
791 |
+
msgstr "确认标题"
|
792 |
+
|
793 |
+
#: options/panel4.php:18
|
794 |
+
#: options/panel4.php:77
|
795 |
+
msgid "Double check message"
|
796 |
+
msgstr "确认内容"
|
797 |
+
|
798 |
+
#: options/panel4.php:19
|
799 |
+
#: options/panel4.php:88
|
800 |
+
msgid "Management subject"
|
801 |
+
msgstr "管理标题"
|
802 |
+
|
803 |
+
#: options/panel4.php:20
|
804 |
+
#: options/panel4.php:93
|
805 |
+
msgid "Management message"
|
806 |
+
msgstr "管理内容"
|
807 |
+
|
808 |
+
#: options/panel4.php:42
|
809 |
+
msgid "Name to use for the \"from\" field when sending a new notification to the user."
|
810 |
+
msgstr "给用户发送新的通知时,\"from\"要用的名字"
|
811 |
+
|
812 |
+
#: options/panel4.php:47
|
813 |
+
msgid "Email address to use for the \"from\" field when sending a new notification to the user."
|
814 |
+
msgstr "给用户发送新的通知时,\"from\"要用的电子邮箱"
|
815 |
+
|
816 |
+
#: options/panel4.php:58
|
817 |
+
msgid "Subject of the notification email. Allowed tag: [post_title]"
|
818 |
+
msgstr "通知邮件的标题。允许的标签:[post_title]"
|
819 |
+
|
820 |
+
#: options/panel4.php:69
|
821 |
+
msgid "Content of the notification email. Allowed tags: [post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
|
822 |
+
msgstr "通知邮件的内容。允许的标签:[post_title], [comment_permalink], [comment_author], [comment_content], [post_permalink], [manager_link]"
|
823 |
+
|
824 |
+
#: options/panel4.php:74
|
825 |
+
msgid "Subject of the confirmation email. Allowed tag: [post_title]"
|
826 |
+
msgstr "确认邮件的标题。允许的标签:[post_title]"
|
827 |
+
|
828 |
+
#: options/panel4.php:85
|
829 |
+
msgid "Content of the confirmation email. Allowed tags: [post_permalink], [confirm_link], [post_title], [manager_link]"
|
830 |
+
msgstr "确认邮件的内容。允许的标签:[post_permalink], [confirm_link], [post_title], [manager_link]"
|
831 |
+
|
832 |
+
#: options/panel4.php:90
|
833 |
+
msgid "Subject of the mail sent to those who request to access their management page. Allowed tag: [blog_name]"
|
834 |
+
msgstr "用户想进入管理订阅页面后,邮件的标题。允许的标签:[blog_name]"
|
835 |
+
|
836 |
+
#: options/panel4.php:101
|
837 |
+
msgid "Content of the management email. Allowed tags: [blog_name], [manager_link]"
|
838 |
+
msgstr "进入管理页面的邮件内容。允许的标签:[blog_name], [manager_link]"
|
839 |
+
|
840 |
+
#: options/panel5.php:11
|
841 |
+
#: options/panel5.php:35
|
842 |
+
msgid "Autopurge requests"
|
843 |
+
msgstr "自动删除的请求"
|
844 |
+
|
845 |
+
#: options/panel5.php:12
|
846 |
+
#: options/panel5.php:40
|
847 |
+
msgid "Enable double check"
|
848 |
+
msgstr "启用确认"
|
849 |
+
|
850 |
+
#: options/panel5.php:13
|
851 |
+
#: options/panel5.php:47
|
852 |
+
msgid "Subscribe authors"
|
853 |
+
msgstr ""
|
854 |
+
|
855 |
+
#: options/panel5.php:14
|
856 |
+
#: options/panel5.php:54
|
857 |
+
msgid "Enable HTML emails"
|
858 |
+
msgstr "启用HTML的邮件"
|
859 |
+
|
860 |
+
#: options/panel5.php:15
|
861 |
+
msgid "Send trackbacks"
|
862 |
+
msgstr "发送trackback"
|
863 |
+
|
864 |
+
#: options/panel5.php:16
|
865 |
+
msgid "Notify admin"
|
866 |
+
msgstr "通知管理员"
|
867 |
+
|
868 |
+
#: options/panel5.php:17
|
869 |
+
#: options/panel5.php:75
|
870 |
+
msgid "Let admin subscribe"
|
871 |
+
msgstr "让管理员订阅"
|
872 |
+
|
873 |
+
#: options/panel5.php:36
|
874 |
+
msgid "days"
|
875 |
+
msgstr "天"
|
876 |
+
|
877 |
+
#: options/panel5.php:37
|
878 |
+
msgid "Delete pending subscriptions (not confirmed) after X days. Zero disables this feature."
|
879 |
+
msgstr "在X天之后删除没有激活的订阅(没有确认)。0代表禁用此功能。"
|
880 |
+
|
881 |
+
#: options/panel5.php:44
|
882 |
+
msgid "Send a notification email to confirm the subscription (to avoid addresses misuse)."
|
883 |
+
msgstr "发送激活邮件确认订阅(避免提交他人的邮箱)。"
|
884 |
+
|
885 |
+
#: options/panel5.php:51
|
886 |
+
msgid "Automatically subscribe authors to their own articles (not retroactive)."
|
887 |
+
msgstr ""
|
888 |
+
|
889 |
+
#: options/panel5.php:58
|
890 |
+
msgid "If enabled, will send email messages with content-type = text/html instead of text/plain"
|
891 |
+
msgstr "如果启用的话,发送的邮件会content-type = text/html而不是text/plain"
|
892 |
+
|
893 |
+
#: options/panel5.php:61
|
894 |
+
msgid "Process trackbacks"
|
895 |
+
msgstr "处理tackbacks"
|
896 |
+
|
897 |
+
#: options/panel5.php:65
|
898 |
+
msgid "Notify users when a new trackback or pingback is added to the discussion."
|
899 |
+
msgstr "收到新的trackback或pingback之后通知订阅者。"
|
900 |
+
|
901 |
+
#: options/panel5.php:68
|
902 |
+
msgid "Track all subscriptions"
|
903 |
+
msgstr "Track all subscriptions"
|
904 |
+
|
905 |
+
#: options/panel5.php:72
|
906 |
+
msgid "Notify the administrator when users subscribe without commenting."
|
907 |
+
msgstr "人不留评论订阅时,通知管理员。"
|
908 |
+
|
909 |
+
#: options/panel5.php:79
|
910 |
+
msgid "Let the administrator subscribe to comments when logged in."
|
911 |
+
msgstr "让管理员登录后订阅评论。"
|
912 |
+
|
913 |
+
#: options/panel6.php:8
|
914 |
+
msgid "Support the author"
|
915 |
+
msgstr "支持作者"
|
916 |
+
|
917 |
+
#: options/panel6.php:16
|
918 |
+
msgid "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
|
919 |
+
msgstr "How valuable is the feature offered by this plugin to your visitors? Subscribe to Comments Reloaded is and will always be free, but consider supporting the author if this plugin made your web site better, especially if you are making money out of it. Any donation received will be reinvested in the development of Subscribe to Comments Reloaded, and to buy some food for my hungry family."
|
920 |
+
|
921 |
+
#: options/panel6.php:18
|
922 |
+
msgid "Don't want to donate? You can still help"
|
923 |
+
msgstr "Don't want to donate? You can still help"
|
924 |
+
|
925 |
+
#: options/panel6.php:19
|
926 |
+
msgid "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
|
927 |
+
msgstr "If you don't want to donate money, please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve Subscribe to Comments Reloaded and so on. Whatever you do, thanks for using my plugin!"
|
928 |
+
|
929 |
+
#: options/panel6.php:21
|
930 |
+
msgid "Vote and show your appreciation"
|
931 |
+
msgstr "Vote and show your appreciation"
|
932 |
+
|
933 |
+
#: options/panel6.php:22
|
934 |
+
msgid "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
|
935 |
+
msgstr "Tell other people if Subscribe to Comments Reloaded works for you and how good it is. <a href=\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/\">Rate it</a> on its Plugin Directory page."
|
936 |
+
|
937 |
+
#: options/panel6.php:24
|
938 |
+
msgid "Sponsor's Corner"
|
939 |
+
msgstr "Sponsor's Corner"
|
940 |
+
|
941 |
+
#: options/panel6.php:25
|
942 |
+
msgid "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
|
943 |
+
msgstr "If you want to sponsor this plugin, don't hesitate to <a href='http://www.duechiacchiere.it/contatto'>contact me</a>."
|
944 |
+
|
945 |
+
#: templates/author.php:55
|
946 |
+
msgid "Title"
|
947 |
+
msgstr "标题"
|
948 |
+
|
949 |
+
#: templates/author.php:66
|
950 |
+
#: templates/user.php:60
|
951 |
+
msgid "Select all"
|
952 |
+
msgstr "选择全部"
|
953 |
+
|
954 |
+
#: templates/author.php:67
|
955 |
+
#: templates/user.php:61
|
956 |
+
msgid "Invert selection"
|
957 |
+
msgstr "反过来选择"
|
958 |
+
|
959 |
+
#: templates/author.php:71
|
960 |
+
msgid "Set to Y"
|
961 |
+
msgstr "设为 Y (所有评论)"
|
962 |
+
|
963 |
+
#: templates/author.php:77
|
964 |
+
#: templates/user.php:71
|
965 |
+
msgid "No subscriptions match your search criteria."
|
966 |
+
msgstr "没有符合搜索要求的订阅。"
|
967 |
+
|
968 |
+
#: templates/request-management-link.php:67
|
969 |
+
#: templates/subscribe.php:87
|
970 |
+
msgid "Send"
|
971 |
+
msgstr "发送"
|
972 |
+
|
973 |
+
#: templates/subscribe.php:41
|
974 |
+
#: templates/subscribe.php:42
|
975 |
+
msgid "New subscription to"
|
976 |
+
msgstr "新订阅为"
|
977 |
+
|
978 |
+
#: templates/subscribe.php:42
|
979 |
+
msgid "User:"
|
980 |
+
msgstr "用户:"
|
981 |
+
|
982 |
+
#~ msgid "Replies"
|
983 |
+
#~ msgstr "回复"
|
984 |
+
|
985 |
+
#~ msgid "Digest"
|
986 |
+
#~ msgstr "总结"
|
987 |
+
|
988 |
+
#~ msgid "Pending"
|
989 |
+
#~ msgstr "处理中"
|
990 |
+
|
991 |
+
#~ msgid "Notify authors"
|
992 |
+
#~ msgstr "通知作者"
|
993 |
+
|
994 |
+
#~ msgid "Notify the administrator when a new comment is posted."
|
995 |
+
#~ msgstr "有了新评论通知管理员。"
|
996 |
+
|
997 |
+
#~ msgid ""
|
998 |
+
#~ "Update the email address associated to a specific subscription (by post "
|
999 |
+
#~ "ID)."
|
1000 |
+
#~ msgstr ""
|
1001 |
+
#~ "Aggiorna l'indirizzo email associato ad una specifica iscrizione "
|
1002 |
+
#~ "(necessita l'ID dell'articolo)."
|
1003 |
+
|
1004 |
+
#~ msgid ""
|
1005 |
+
#~ "Change the status of an email address or permanently delete all its "
|
1006 |
+
#~ "subscriptions."
|
1007 |
+
#~ msgstr ""
|
1008 |
+
#~ "Cambia lo stato o cancella tutte le sottoscrizioni associate ad un dato "
|
1009 |
+
#~ "indirizzo email."
|
1010 |
+
|
1011 |
+
#~ msgid ""
|
1012 |
+
#~ "You can \"mass update\" all the occurrences of a given email address "
|
1013 |
+
#~ "(exact matches only)."
|
1014 |
+
#~ msgstr ""
|
1015 |
+
#~ "Puoi effettuare un aggiornamento globale di tutte le occorrenze di un "
|
1016 |
+
#~ "indirizzo email."
|
1017 |
+
|
1018 |
+
#~ msgid "Legend: Y: subscribed, N: suspended, C: awaiting confirmation"
|
1019 |
+
#~ msgstr ""
|
1020 |
+
#~ "Legenda: Y: iscritto, N: notifiche sospese, C: in attesa di conferma"
|
1021 |
+
|
1022 |
+
#~ msgid ""
|
1023 |
+
#~ "Custom CSS class to associate to the checkbox, if you want to customize "
|
1024 |
+
#~ "its style."
|
1025 |
+
#~ msgstr ""
|
1026 |
+
#~ "Puoi associare una classe CSS speciale al checkbox, per personalizzarne "
|
1027 |
+
#~ "l'aspetto."
|
readme.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
=== Subscribe To Comments Reloaded ===
|
2 |
-
Contributors: coolmann,
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z732JS7KQ6RRL&lc=US&item_name=Subscribe%20To%20Comments%20Reloaded¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
|
|
4 |
Tags: subscribe, comments, notification, subscription, manage, double check-in, follow, commenting
|
5 |
Requires at least: 2.9.2
|
6 |
Tested up to: 3.5
|
7 |
-
Stable tag: 2.0.
|
8 |
|
9 |
Subscribe to Comments Reloaded allows commenters to sign up for e-mail notifications of subsequent replies.
|
10 |
|
@@ -48,7 +49,7 @@ Yes, each HTML tag has a CSS class or ID that you can use to change its position
|
|
48 |
Add a custom field called `stcr_disable_subscriptions` to it, with value 'yes'
|
49 |
|
50 |
= How do I add the management page URL to my posts? =
|
51 |
-
Use the shortcode `[subscribe-url]`, or use the following code in your theme:
|
52 |
`if(function_exists('subscribe_reloaded_show')) echo '<a href="'.do_shortcode('[subscribe-url]').'">Subscribe</a>";`
|
53 |
|
54 |
= Can I move the subscription checkbox to another position? =
|
@@ -63,6 +64,10 @@ Yes! Just disable the corresponding option under Settings > Comment Form and the
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
|
|
66 |
= 2.0.3 =
|
67 |
* I would like to thank Andreas for contributing to the project and fixing some issues with the plugin
|
68 |
|
@@ -105,7 +110,7 @@ Yes! Just disable the corresponding option under Settings > Comment Form and the
|
|
105 |
|
106 |
Subscribe to Comments Reloaded can speak your language! If you want to provide a localized file in your
|
107 |
language, use the template files (.pot) you'll find inside the `langs` folder,
|
108 |
-
and [contact me](http://
|
109 |
localization is ready. Currently, we support the following languages:
|
110 |
|
111 |
* Danish - [Torben Bendixen](http://www.freelancekonsulenten.dk/)
|
1 |
=== Subscribe To Comments Reloaded ===
|
2 |
+
Contributors: coolmann, Reedyseth
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z732JS7KQ6RRL&lc=US&item_name=Subscribe%20To%20Comments%20Reloaded¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
4 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=STCR%20Support¤cy_code=MXN&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
5 |
Tags: subscribe, comments, notification, subscription, manage, double check-in, follow, commenting
|
6 |
Requires at least: 2.9.2
|
7 |
Tested up to: 3.5
|
8 |
+
Stable tag: 2.0.4
|
9 |
|
10 |
Subscribe to Comments Reloaded allows commenters to sign up for e-mail notifications of subsequent replies.
|
11 |
|
49 |
Add a custom field called `stcr_disable_subscriptions` to it, with value 'yes'
|
50 |
|
51 |
= How do I add the management page URL to my posts? =
|
52 |
+
Use the shortcode `[subscribe-url]`, or use the following code in your theme:
|
53 |
`if(function_exists('subscribe_reloaded_show')) echo '<a href="'.do_shortcode('[subscribe-url]').'">Subscribe</a>";`
|
54 |
|
55 |
= Can I move the subscription checkbox to another position? =
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
+
= 2.0.4 =
|
68 |
+
* Added: Dutch translation fixes provided by [Martijn Chel](http://www.martijnchel.com)
|
69 |
+
* Fixed: There was vulnerability in the form where the URI was added.
|
70 |
+
|
71 |
= 2.0.3 =
|
72 |
* I would like to thank Andreas for contributing to the project and fixing some issues with the plugin
|
73 |
|
110 |
|
111 |
Subscribe to Comments Reloaded can speak your language! If you want to provide a localized file in your
|
112 |
language, use the template files (.pot) you'll find inside the `langs` folder,
|
113 |
+
and [contact me](http://behstant.com/negocio/contact.php) once your
|
114 |
localization is ready. Currently, we support the following languages:
|
115 |
|
116 |
* Danish - [Torben Bendixen](http://www.freelancekonsulenten.dk/)
|
subscribe-to-comments-reloaded.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Subscribe to Comments Reloaded
|
4 |
-
Version: 2.0.
|
5 |
Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
|
6 |
Description: Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notifications. It includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications.
|
7 |
-
Author: camu, andreasbo
|
8 |
*/
|
9 |
|
10 |
// Avoid direct access to this piece of code
|
@@ -174,7 +174,7 @@ class wp_subscribe_reloaded{
|
|
174 |
}
|
175 |
}
|
176 |
// end activate
|
177 |
-
|
178 |
/**
|
179 |
* Support for WP MU network activations (experimental)
|
180 |
*/
|
@@ -297,7 +297,7 @@ class wp_subscribe_reloaded{
|
|
297 |
|
298 |
if (empty($info) || $info->comment_approved == 'spam')
|
299 |
return $_comment_ID;
|
300 |
-
|
301 |
// Are subscriptions allowed for this post?
|
302 |
$is_disabled = get_post_meta($info->comment_post_ID, 'stcr_disable_subscriptions', true);
|
303 |
if (!empty($is_disabled))
|
@@ -330,7 +330,7 @@ class wp_subscribe_reloaded{
|
|
330 |
$status = "{$status}C";
|
331 |
}
|
332 |
$this->add_subscription($info->comment_post_ID, $info->comment_author_email, $status);
|
333 |
-
|
334 |
// If comment is in the moderation queue
|
335 |
if ($info->comment_approved == 0){
|
336 |
//don't send notification-emails to all subscribed users
|
@@ -359,7 +359,7 @@ class wp_subscribe_reloaded{
|
|
359 |
return $_comment_ID;
|
360 |
}
|
361 |
// end new_comment_posted
|
362 |
-
|
363 |
public function isDoubleCheckinEnabled($info) {
|
364 |
$approved_subscriptions = $this->get_subscriptions(array('status', 'email'), array('equals', 'equals'), array('Y', $info->comment_author_email));
|
365 |
if ((get_option('subscribe_reloaded_enable_double_check', 'no') == 'yes') && !is_user_logged_in() && empty($approved_subscriptions)){
|
@@ -369,12 +369,12 @@ class wp_subscribe_reloaded{
|
|
369 |
return false;
|
370 |
}
|
371 |
}
|
372 |
-
|
373 |
public function sendConfirmationEMail($info) {
|
374 |
// Retrieve the information about the new comment
|
375 |
$this->confirmation_email($info->comment_post_ID, $info->comment_author_email);
|
376 |
}
|
377 |
-
|
378 |
/**
|
379 |
* Performs the appropriate action when the status of a given comment changes
|
380 |
*/
|
@@ -896,7 +896,7 @@ class wp_subscribe_reloaded{
|
|
896 |
|
897 |
$clean_email = $this->clean_email($_email);
|
898 |
$subscriber_salt = $this->generate_key($clean_email);
|
899 |
-
|
900 |
$manager_link .= ((strpos($manager_link, '?') !== false)?'&':'?')."sre=".urlencode($clean_email)."&srk=$subscriber_salt";
|
901 |
|
902 |
$headers = "MIME-Version: 1.0\n";
|
@@ -1030,7 +1030,7 @@ class wp_subscribe_reloaded{
|
|
1030 |
echo '<a href="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1&srf=email&srt=equals&srv='.urlencode($comment->comment_author_email).'">'.$subscription[0]->status.'</a>';
|
1031 |
}
|
1032 |
// end add_column
|
1033 |
-
|
1034 |
/**
|
1035 |
* Adds a new column to the Posts management panel
|
1036 |
*/
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Subscribe to Comments Reloaded
|
4 |
+
Version: 2.0.4
|
5 |
Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
|
6 |
Description: Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notifications. It includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications.
|
7 |
+
Author: camu, Reedyseth and andreasbo
|
8 |
*/
|
9 |
|
10 |
// Avoid direct access to this piece of code
|
174 |
}
|
175 |
}
|
176 |
// end activate
|
177 |
+
|
178 |
/**
|
179 |
* Support for WP MU network activations (experimental)
|
180 |
*/
|
297 |
|
298 |
if (empty($info) || $info->comment_approved == 'spam')
|
299 |
return $_comment_ID;
|
300 |
+
|
301 |
// Are subscriptions allowed for this post?
|
302 |
$is_disabled = get_post_meta($info->comment_post_ID, 'stcr_disable_subscriptions', true);
|
303 |
if (!empty($is_disabled))
|
330 |
$status = "{$status}C";
|
331 |
}
|
332 |
$this->add_subscription($info->comment_post_ID, $info->comment_author_email, $status);
|
333 |
+
|
334 |
// If comment is in the moderation queue
|
335 |
if ($info->comment_approved == 0){
|
336 |
//don't send notification-emails to all subscribed users
|
359 |
return $_comment_ID;
|
360 |
}
|
361 |
// end new_comment_posted
|
362 |
+
|
363 |
public function isDoubleCheckinEnabled($info) {
|
364 |
$approved_subscriptions = $this->get_subscriptions(array('status', 'email'), array('equals', 'equals'), array('Y', $info->comment_author_email));
|
365 |
if ((get_option('subscribe_reloaded_enable_double_check', 'no') == 'yes') && !is_user_logged_in() && empty($approved_subscriptions)){
|
369 |
return false;
|
370 |
}
|
371 |
}
|
372 |
+
|
373 |
public function sendConfirmationEMail($info) {
|
374 |
// Retrieve the information about the new comment
|
375 |
$this->confirmation_email($info->comment_post_ID, $info->comment_author_email);
|
376 |
}
|
377 |
+
|
378 |
/**
|
379 |
* Performs the appropriate action when the status of a given comment changes
|
380 |
*/
|
896 |
|
897 |
$clean_email = $this->clean_email($_email);
|
898 |
$subscriber_salt = $this->generate_key($clean_email);
|
899 |
+
|
900 |
$manager_link .= ((strpos($manager_link, '?') !== false)?'&':'?')."sre=".urlencode($clean_email)."&srk=$subscriber_salt";
|
901 |
|
902 |
$headers = "MIME-Version: 1.0\n";
|
1030 |
echo '<a href="options-general.php?page=subscribe-to-comments-reloaded/options/index.php&subscribepanel=1&srf=email&srt=equals&srv='.urlencode($comment->comment_author_email).'">'.$subscription[0]->status.'</a>';
|
1031 |
}
|
1032 |
// end add_column
|
1033 |
+
|
1034 |
/**
|
1035 |
* Adds a new column to the Posts management panel
|
1036 |
*/
|
templates/request-management-link.php
CHANGED
@@ -5,10 +5,13 @@ if (!function_exists('add_action')){
|
|
5 |
exit;
|
6 |
}
|
7 |
|
|
|
|
|
8 |
ob_start();
|
9 |
if (!empty($email)){
|
10 |
global $wp_subscribe_reloaded;
|
11 |
|
|
|
12 |
// Send management link
|
13 |
$from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
|
14 |
$from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
|
@@ -60,7 +63,7 @@ if (!empty($email)){
|
|
60 |
$message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
|
61 |
?>
|
62 |
<p><?php echo $message ?></p>
|
63 |
-
<form action="<?php echo $_SERVER['REQUEST_URI'] ?>" method="post" onsubmit="if(this.subscribe_reloaded_email.value=='' || this.subscribe_reloaded_email.value.indexOf('@')==0) return false">
|
64 |
<fieldset style="border:0">
|
65 |
<p><label for="subscribe_reloaded_email"><?php _e('Email','subscribe-reloaded') ?></label>
|
66 |
<input type="text" class="subscribe-form-field" name="sre" value="<?php echo isset($_COOKIE['comment_author_email_'.COOKIEHASH])?$_COOKIE['comment_author_email_'.COOKIEHASH]:'email'; ?>" size="22" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" />
|
5 |
exit;
|
6 |
}
|
7 |
|
8 |
+
include (WP_PLUGIN_DIR.'/subscribe-to-comments-reloaded/classes/helper.class.php');
|
9 |
+
$helper = new Helper();
|
10 |
ob_start();
|
11 |
if (!empty($email)){
|
12 |
global $wp_subscribe_reloaded;
|
13 |
|
14 |
+
|
15 |
// Send management link
|
16 |
$from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
|
17 |
$from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
|
63 |
$message = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($message);
|
64 |
?>
|
65 |
<p><?php echo $message ?></p>
|
66 |
+
<form action="<?php if($helper->verifyXSS($_SERVER['REQUEST_URI'])) { echo "#"; } else {echo $_SERVER['REQUEST_URI'];} ?>" method="post" onsubmit="if(this.subscribe_reloaded_email.value=='' || this.subscribe_reloaded_email.value.indexOf('@')==0) return false">
|
67 |
<fieldset style="border:0">
|
68 |
<p><label for="subscribe_reloaded_email"><?php _e('Email','subscribe-reloaded') ?></label>
|
69 |
<input type="text" class="subscribe-form-field" name="sre" value="<?php echo isset($_COOKIE['comment_author_email_'.COOKIEHASH])?$_COOKIE['comment_author_email_'.COOKIEHASH]:'email'; ?>" size="22" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue" />
|
templates/subscribe.php
CHANGED
@@ -6,14 +6,15 @@ if (!function_exists('add_action')){
|
|
6 |
}
|
7 |
|
8 |
global $wp_subscribe_reloaded;
|
9 |
-
|
|
|
10 |
ob_start();
|
11 |
$post_permalink = get_permalink($post_ID);
|
12 |
if (!empty($email)){
|
13 |
// Use Akismet, if available, to check this user is legit
|
14 |
if(function_exists('akismet_http_post')){
|
15 |
global $akismet_api_host, $akismet_api_port;
|
16 |
-
|
17 |
$akismet_query_string = "user_ip={$_SERVER['REMOTE_ADDR']}";
|
18 |
$akismet_query_string .= "&user_agent=".urlencode(stripslashes($_SERVER['HTTP_USER_AGENT']));
|
19 |
$akismet_query_string .= "&blog=".urlencode(get_option('home'));
|
@@ -21,9 +22,9 @@ if (!empty($email)){
|
|
21 |
$akismet_query_string .= "&blog_charset=".get_option('blog_charset');
|
22 |
$akismet_query_string .= "&permalink=$post_permalink";
|
23 |
$akismet_query_string .= "&comment_author_email=".urlencode(stripslashes($email));
|
24 |
-
|
25 |
$akismet_response = akismet_http_post($akismet_query_string, $akismet_api_host, '/1.1/comment-check', $akismet_api_port);
|
26 |
-
|
27 |
// If this is considered SPAM, we stop here
|
28 |
if ($akismet_response[1] == 'true'){
|
29 |
ob_end_clean();
|
@@ -37,15 +38,15 @@ if (!empty($email)){
|
|
37 |
if (get_option('subscribe_reloaded_enable_admin_messages', 'no') == 'yes'){
|
38 |
$from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
|
39 |
$from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
|
40 |
-
|
41 |
$subject = __('New subscription to','subscribe-reloaded')." $target_post->post_title";
|
42 |
$message = __('New subscription to','subscribe-reloaded')." $target_post->post_title\n".__('User:','subscribe-reloaded')." $clean_email";
|
43 |
-
|
44 |
$headers = "MIME-Version: 1.0\n";
|
45 |
$headers .= "From: $from_name <$from_email>\n";
|
46 |
$headers .= "Content-Type: text/plain; charset=".get_bloginfo('charset')."\n";
|
47 |
wp_mail(get_bloginfo('admin_email'), $subject, $message, $headers);
|
48 |
-
}
|
49 |
if (get_option('subscribe_reloaded_enable_double_check', 'no') == 'yes' && !$wp_subscribe_reloaded->is_user_subscribed($post_ID, $clean_email, 'C')){
|
50 |
$wp_subscribe_reloaded->add_subscription($post_ID, $clean_email, 'YC');
|
51 |
$wp_subscribe_reloaded->confirmation_email($post_ID, $clean_email);
|
@@ -55,7 +56,7 @@ if (!empty($email)){
|
|
55 |
$this->add_subscription($post_ID, $clean_email, 'Y');
|
56 |
$message = html_entity_decode(stripslashes(get_option('subscribe_reloaded_subscription_confirmed')), ENT_COMPAT, 'UTF-8');
|
57 |
}
|
58 |
-
|
59 |
$message = str_replace('[post_permalink]', $post_permalink, $message);
|
60 |
if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
|
61 |
$message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($target_post->post_title), $message);
|
@@ -64,13 +65,13 @@ if (!empty($email)){
|
|
64 |
else{
|
65 |
$message = str_replace('[post_title]', $target_post->post_title, $message);
|
66 |
}
|
67 |
-
|
68 |
echo "<p>$message</p>";
|
69 |
} else {
|
70 |
$email = isset($_COOKIE['comment_author_email_'.COOKIEHASH])?$_COOKIE['comment_author_email_'.COOKIEHASH]:'email';
|
71 |
?>
|
72 |
|
73 |
-
<p><?php
|
74 |
$message = str_replace('[post_permalink]', $post_permalink, html_entity_decode(stripslashes(get_option('subscribe_reloaded_subscribe_without_commenting')), ENT_COMPAT, 'UTF-8'));
|
75 |
if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
|
76 |
$message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($target_post->post_title), $message);
|
@@ -81,7 +82,7 @@ else{
|
|
81 |
}
|
82 |
echo $message;
|
83 |
?></p>
|
84 |
-
<form action="<?php echo $_SERVER['REQUEST_URI'] ?>" method="post" onsubmit="if(this.sre.value=='' || this.sre.indexOf('@')==0) return false">
|
85 |
<fieldset style="border:0">
|
86 |
<p><label for="sre"><?php _e('Email','subscribe-reloaded') ?></label> <input type="text" class="subscribe-form-field" name="sre" value="<?php echo $email ?>" size="22" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue"/>
|
87 |
<input name="submit" type="submit" class="subscribe-form-button" value="<?php _e('Send','subscribe-reloaded') ?>" /></p>
|
6 |
}
|
7 |
|
8 |
global $wp_subscribe_reloaded;
|
9 |
+
include (WP_PLUGIN_DIR.'/subscribe-to-comments-reloaded/classes/helper.class.php');
|
10 |
+
$helper = new Helper();
|
11 |
ob_start();
|
12 |
$post_permalink = get_permalink($post_ID);
|
13 |
if (!empty($email)){
|
14 |
// Use Akismet, if available, to check this user is legit
|
15 |
if(function_exists('akismet_http_post')){
|
16 |
global $akismet_api_host, $akismet_api_port;
|
17 |
+
|
18 |
$akismet_query_string = "user_ip={$_SERVER['REMOTE_ADDR']}";
|
19 |
$akismet_query_string .= "&user_agent=".urlencode(stripslashes($_SERVER['HTTP_USER_AGENT']));
|
20 |
$akismet_query_string .= "&blog=".urlencode(get_option('home'));
|
22 |
$akismet_query_string .= "&blog_charset=".get_option('blog_charset');
|
23 |
$akismet_query_string .= "&permalink=$post_permalink";
|
24 |
$akismet_query_string .= "&comment_author_email=".urlencode(stripslashes($email));
|
25 |
+
|
26 |
$akismet_response = akismet_http_post($akismet_query_string, $akismet_api_host, '/1.1/comment-check', $akismet_api_port);
|
27 |
+
|
28 |
// If this is considered SPAM, we stop here
|
29 |
if ($akismet_response[1] == 'true'){
|
30 |
ob_end_clean();
|
38 |
if (get_option('subscribe_reloaded_enable_admin_messages', 'no') == 'yes'){
|
39 |
$from_name = stripslashes(get_option('subscribe_reloaded_from_name', 'admin'));
|
40 |
$from_email = get_option('subscribe_reloaded_from_email', get_bloginfo('admin_email'));
|
41 |
+
|
42 |
$subject = __('New subscription to','subscribe-reloaded')." $target_post->post_title";
|
43 |
$message = __('New subscription to','subscribe-reloaded')." $target_post->post_title\n".__('User:','subscribe-reloaded')." $clean_email";
|
44 |
+
|
45 |
$headers = "MIME-Version: 1.0\n";
|
46 |
$headers .= "From: $from_name <$from_email>\n";
|
47 |
$headers .= "Content-Type: text/plain; charset=".get_bloginfo('charset')."\n";
|
48 |
wp_mail(get_bloginfo('admin_email'), $subject, $message, $headers);
|
49 |
+
}
|
50 |
if (get_option('subscribe_reloaded_enable_double_check', 'no') == 'yes' && !$wp_subscribe_reloaded->is_user_subscribed($post_ID, $clean_email, 'C')){
|
51 |
$wp_subscribe_reloaded->add_subscription($post_ID, $clean_email, 'YC');
|
52 |
$wp_subscribe_reloaded->confirmation_email($post_ID, $clean_email);
|
56 |
$this->add_subscription($post_ID, $clean_email, 'Y');
|
57 |
$message = html_entity_decode(stripslashes(get_option('subscribe_reloaded_subscription_confirmed')), ENT_COMPAT, 'UTF-8');
|
58 |
}
|
59 |
+
|
60 |
$message = str_replace('[post_permalink]', $post_permalink, $message);
|
61 |
if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
|
62 |
$message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($target_post->post_title), $message);
|
65 |
else{
|
66 |
$message = str_replace('[post_title]', $target_post->post_title, $message);
|
67 |
}
|
68 |
+
|
69 |
echo "<p>$message</p>";
|
70 |
} else {
|
71 |
$email = isset($_COOKIE['comment_author_email_'.COOKIEHASH])?$_COOKIE['comment_author_email_'.COOKIEHASH]:'email';
|
72 |
?>
|
73 |
|
74 |
+
<p><?php
|
75 |
$message = str_replace('[post_permalink]', $post_permalink, html_entity_decode(stripslashes(get_option('subscribe_reloaded_subscribe_without_commenting')), ENT_COMPAT, 'UTF-8'));
|
76 |
if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')){
|
77 |
$message = str_replace('[post_title]', qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($target_post->post_title), $message);
|
82 |
}
|
83 |
echo $message;
|
84 |
?></p>
|
85 |
+
<form action="<?php if($helper->verifyXSS($_SERVER['REQUEST_URI'])) { echo "#"; } else {echo $_SERVER['REQUEST_URI'];} ?>" method="post" onsubmit="if(this.sre.value=='' || this.sre.indexOf('@')==0) return false">
|
86 |
<fieldset style="border:0">
|
87 |
<p><label for="sre"><?php _e('Email','subscribe-reloaded') ?></label> <input type="text" class="subscribe-form-field" name="sre" value="<?php echo $email ?>" size="22" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue"/>
|
88 |
<input name="submit" type="submit" class="subscribe-form-button" value="<?php _e('Send','subscribe-reloaded') ?>" /></p>
|