Version Description
- German Translation Updated (thanks Ove3rfly)
- Added the filter
wp_email_capture_dashboard_capability
, which means you can choose the capability you wish users to access the dashboard widget (thanks Ove3rfly). - Added a few small fixes with the text (thanks Ove3rfly).
Download this release
Release Info
Developer | rhyswynne |
Plugin | WordPress Email Marketing Plugin – WP Email Capture |
Version | 2.11 |
Comparing to | |
See all releases |
Code changes from version 2.10 to 2.11
- inc/dashboard.php +1 -1
- inc/display.php +2 -2
- inc/process.php +2 -2
- languages/WPEC-de_DE.mo +0 -0
- languages/WPEC-de_DE.po +423 -90
- readme.txt +9 -4
- wp-email-capture.php +1 -1
inc/dashboard.php
CHANGED
@@ -35,7 +35,7 @@ function wp_email_capture_dashboard_widget() {
|
|
35 |
|
36 |
function wp_email_capture_add_dashboard_widgets() {
|
37 |
|
38 |
-
if (current_user_can('
|
39 |
|
40 |
wp_add_dashboard_widget('wp_email_capture_dashboard_widget', __('WP Email Capture - At A Glance','WPEC'), 'wp_email_capture_dashboard_widget');
|
41 |
}
|
35 |
|
36 |
function wp_email_capture_add_dashboard_widgets() {
|
37 |
|
38 |
+
if (current_user_can( apply_filters( 'wp_email_capture_dashboard_capability', 'manage_options' ) )){
|
39 |
|
40 |
wp_add_dashboard_widget('wp_email_capture_dashboard_widget', __('WP Email Capture - At A Glance','WPEC'), 'wp_email_capture_dashboard_widget');
|
41 |
}
|
inc/display.php
CHANGED
@@ -15,7 +15,7 @@ $url = addLastCharacter($url);
|
|
15 |
|
16 |
$error = wp_email_capture_sanitize($_GET['wp_email_capture_error']);
|
17 |
|
18 |
-
echo "<div class='wp-email-capture-error'>".__('Error:','WPEC').
|
19 |
|
20 |
} ?>
|
21 |
|
@@ -54,7 +54,7 @@ $display .= "<div id='wp_email_capture_2' class='wp-email-capture wp-email-captu
|
|
54 |
|
55 |
$error = wp_email_capture_sanitize($_GET['wp_email_capture_error']);
|
56 |
|
57 |
-
$display .= "<div class='wp-email-capture-error'>Error: ". $error ."</div>\n";
|
58 |
|
59 |
}
|
60 |
|
15 |
|
16 |
$error = wp_email_capture_sanitize($_GET['wp_email_capture_error']);
|
17 |
|
18 |
+
echo "<div class='wp-email-capture-error'>".__('Error:','WPEC'). " " .$error ."</div>";
|
19 |
|
20 |
} ?>
|
21 |
|
54 |
|
55 |
$error = wp_email_capture_sanitize($_GET['wp_email_capture_error']);
|
56 |
|
57 |
+
$display .= "<div class='wp-email-capture-error'>Error: ". " " . $error ."</div>\n";
|
58 |
|
59 |
}
|
60 |
|
inc/process.php
CHANGED
@@ -178,10 +178,10 @@ if (wp_email_capture_double_check_everything($name, $email))
|
|
178 |
|
179 |
if ($message == "\n\n")
|
180 |
{
|
181 |
-
$message .= __("Thank you for signing up for our newsletter, please click the link below to confirm your subscription","WPEC");
|
182 |
}
|
183 |
|
184 |
-
$message.=
|
185 |
$message .= "\n\n----\n";
|
186 |
$message .= __("This is an automated message that is generated because somebody with the IP address of",'WPEC')." " . $ip ." ".__('(possibly you) on','WPEC')." ". $date ." ".__('filled out the form on the following page','WPEC')." " . $referrer . "\n";
|
187 |
$message .= __("If you are sure this isn't you, please ignore this message, you will not be sent another message.",'WPEC');
|
178 |
|
179 |
if ($message == "\n\n")
|
180 |
{
|
181 |
+
$message .= __("Thank you for signing up for our newsletter, please click the link below to confirm your subscription","WPEC") . "\n\n";
|
182 |
}
|
183 |
|
184 |
+
$message.= $siteurl ."?wp_email_confirm=1&wp_email_capture_passkey=$confirm_code";
|
185 |
$message .= "\n\n----\n";
|
186 |
$message .= __("This is an automated message that is generated because somebody with the IP address of",'WPEC')." " . $ip ." ".__('(possibly you) on','WPEC')." ". $date ." ".__('filled out the form on the following page','WPEC')." " . $referrer . "\n";
|
187 |
$message .= __("If you are sure this isn't you, please ignore this message, you will not be sent another message.",'WPEC');
|
languages/WPEC-de_DE.mo
CHANGED
Binary file
|
languages/WPEC-de_DE.po
CHANGED
@@ -1,197 +1,530 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Marc Nilius <marc.nilius@libertello.de>\n"
|
8 |
-
"Language-Team:
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-
|
13 |
-
"X-Poedit-Country: FRANCE\n"
|
14 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
"X-Poedit-Basepath: .\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
-
#:
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
msgid "Export"
|
22 |
msgstr "Export"
|
23 |
|
24 |
-
#:
|
25 |
-
msgid "
|
26 |
-
|
|
|
|
|
|
|
27 |
|
28 |
-
#:
|
29 |
-
|
|
|
|
|
|
|
30 |
msgid "Temporary e-mails"
|
31 |
msgstr "Temporäre E-Mail-Adressen"
|
32 |
|
33 |
-
#:
|
34 |
-
#: ../inc/options.php:169
|
35 |
msgid "There are"
|
36 |
msgstr "Es sind"
|
37 |
|
38 |
-
#:
|
39 |
-
|
40 |
-
|
41 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
-
#:
|
44 |
msgid "WP Email Capture - At A Glance"
|
45 |
msgstr "WP Email Capture - Auf einen Blick"
|
46 |
|
47 |
-
#:
|
|
|
|
|
|
|
|
|
48 |
msgid "Name:"
|
49 |
msgstr "Name:"
|
50 |
|
51 |
-
#:
|
52 |
msgid "Email:"
|
53 |
msgstr "E-Mail:"
|
54 |
|
55 |
-
#:
|
56 |
-
|
|
|
|
|
|
|
57 |
msgid "Powered by"
|
58 |
msgstr "Unterstützt von"
|
59 |
|
60 |
-
#:
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
|
|
|
|
64 |
|
65 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
msgid "Recommendations"
|
67 |
msgstr "Empfehlungen"
|
68 |
|
69 |
-
#:
|
70 |
msgid "We recommend"
|
71 |
msgstr "Wir empfehlen"
|
72 |
|
73 |
-
#:
|
74 |
msgid "to run your email campaigns. We have tested this plugin with it."
|
75 |
-
msgstr "
|
|
|
76 |
|
77 |
-
#:
|
78 |
msgid "Options"
|
79 |
-
msgstr "
|
80 |
|
81 |
-
#:
|
82 |
-
msgid "
|
83 |
-
|
|
|
|
|
|
|
|
|
84 |
|
85 |
-
#:
|
86 |
-
msgid "
|
87 |
-
|
|
|
|
|
|
|
|
|
88 |
|
89 |
-
#:
|
90 |
msgid "From Which Email Address"
|
91 |
msgstr "Absender-E-Mail-Adresse"
|
92 |
|
93 |
-
#:
|
94 |
msgid "From Which Name"
|
95 |
msgstr "Absender-Name"
|
96 |
|
97 |
-
#:
|
98 |
msgid "Subject of Email"
|
99 |
msgstr "Betreff der E-Mail"
|
100 |
|
101 |
-
#:
|
102 |
msgid "Body of Email"
|
103 |
msgstr "Text der E-Mail"
|
104 |
|
105 |
-
#:
|
106 |
-
msgid "
|
107 |
-
|
|
|
|
|
|
|
108 |
|
109 |
-
#:
|
110 |
msgid "Link to us (optional, but appreciated)"
|
111 |
msgstr "Verlinken Sie uns (optional, aber gerne gesehen)"
|
112 |
|
113 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
msgid "Save Changes"
|
115 |
msgstr "Änderungen speichern"
|
116 |
|
117 |
-
#:
|
118 |
-
msgid "
|
119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
|
121 |
-
#:
|
122 |
msgid "Delete Current List"
|
123 |
msgstr "Aktuelle Liste löschen"
|
124 |
|
125 |
-
#:
|
126 |
-
msgid "
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
|
|
132 |
|
133 |
-
#:
|
134 |
-
msgid "
|
135 |
-
msgstr "
|
136 |
|
137 |
-
#:
|
138 |
msgid "Prev"
|
139 |
msgstr "Zurück"
|
140 |
|
141 |
-
#:
|
142 |
msgid "Next"
|
143 |
msgstr "Weiter"
|
144 |
|
145 |
-
#:
|
146 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
msgstr "Dies ist eine automatische Nachricht, weil jemand mit der IP-Adresse"
|
148 |
|
149 |
-
#:
|
150 |
msgid "(possibly you) on"
|
151 |
msgstr "(vielleicht sie) am"
|
152 |
|
153 |
-
#:
|
154 |
msgid "filled out the form on the following page"
|
155 |
msgstr "das Formular auf der folgenden Seite ausgefüllt hat:"
|
156 |
|
157 |
-
#:
|
158 |
-
msgid "
|
159 |
-
|
|
|
|
|
|
|
|
|
160 |
|
161 |
-
#:
|
162 |
msgid "Not found your email in our database"
|
163 |
msgstr "Ihre E-Mail-Adresse konnte in unserer Datenbank nicht gefunden werden"
|
164 |
|
165 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
msgid "Members"
|
167 |
-
msgstr "
|
168 |
|
169 |
-
#:
|
170 |
-
msgid "
|
171 |
-
msgstr "
|
172 |
|
173 |
-
|
174 |
-
|
175 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
|
177 |
-
#:
|
178 |
msgid "Subscribe!"
|
179 |
msgstr "Abonnieren!"
|
180 |
|
181 |
-
#:
|
182 |
msgid "Subscribe to my blog for updates"
|
183 |
msgstr "Abonnieren Sie meinen Blog für aktuelle Informationen"
|
184 |
|
185 |
-
#:
|
186 |
msgid "Widget title:"
|
187 |
msgstr "Widget Überschrift:"
|
188 |
|
189 |
-
#:
|
190 |
msgid "Widget text:"
|
191 |
msgstr "Widget Text:"
|
192 |
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
msgstr "WP Email Capture"
|
197 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Email Capture 2.10\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-email-capture\n"
|
5 |
+
"POT-Creation-Date: 2014-07-07 20:18:59+00:00\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Marc Nilius <marc.nilius@libertello.de>\n"
|
8 |
+
"Language-Team: Ov3rfly <https://profiles.wordpress.org/Ov3rfly>\n"
|
9 |
+
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
|
|
|
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
+
"X-Generator: Poedit 1.5.5\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
+
#: inc/admin-sidebar.php:14
|
20 |
+
msgid "Need Help?"
|
21 |
+
msgstr ""
|
22 |
+
|
23 |
+
#: inc/admin-sidebar.php:16
|
24 |
+
msgid "If you are having problems with this plugin, please read the"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: inc/admin-sidebar.php:16
|
28 |
+
msgid "Frequently Asked Questions"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: inc/admin-sidebar.php:16
|
32 |
+
msgid "or alternatively"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: inc/admin-sidebar.php:16
|
36 |
+
msgid "submit a support request here"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: inc/admin-sidebar.php:19
|
40 |
+
msgid "Recommended Services"
|
41 |
+
msgstr "Empfehlungen"
|
42 |
+
|
43 |
+
#: inc/admin-sidebar.php:21
|
44 |
+
msgid "We recommend the following services for sending out emails:-"
|
45 |
+
msgstr "Wir empfehlen die folgenden Dienstleister, um E-Mails zu versenden:"
|
46 |
+
|
47 |
+
#: inc/admin-sidebar.php:30
|
48 |
+
msgid "Global List Management"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: inc/admin-sidebar.php:32
|
52 |
+
msgid "This page allows you to create lists, either"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: inc/admin-sidebar.php:32
|
56 |
+
msgid "external lists"
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: inc/admin-sidebar.php:32
|
60 |
+
msgid ""
|
61 |
+
"(WP Email Capture is compatible with most major email marketing software "
|
62 |
+
"packages), or a new"
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: inc/admin-sidebar.php:32
|
66 |
+
msgid "WP Email Capture List"
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
#: inc/admin-sidebar.php:32
|
70 |
+
msgid "You can create as many different lists as you wish"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: inc/admin-sidebar.php:36
|
74 |
+
msgid "Add/Edit WP Email Capture List"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: inc/admin-sidebar.php:38
|
78 |
+
msgid ""
|
79 |
+
"This is the page for managing WP Email Capture Lists. From this page you "
|
80 |
+
"can:-"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: inc/admin-sidebar.php:40
|
84 |
+
msgid "Make Changes To Your Lists"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: inc/admin-sidebar.php:40
|
88 |
+
msgid "such as the name and the pages redirected to on form completion"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: inc/admin-sidebar.php:41
|
92 |
+
msgid "Email Options"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: inc/admin-sidebar.php:41
|
96 |
+
msgid ""
|
97 |
+
"such as where the email comes from and what emails sent to the subscriber "
|
98 |
+
"contains"
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: inc/admin-sidebar.php:42
|
102 |
+
msgid "Error Options"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: inc/admin-sidebar.php:42
|
106 |
+
msgid ""
|
107 |
+
"the errors that are displayed to subscribers who incorrectly fill in the form"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: inc/admin-sidebar.php:43
|
111 |
+
msgid "Styling Options"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: inc/admin-sidebar.php:43
|
115 |
+
msgid ""
|
116 |
+
"change the button image (or use an image), as well as what to ask the user "
|
117 |
+
"for besides their name"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: inc/admin-sidebar.php:45
|
121 |
+
msgid "You can also on this page do the following"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: inc/admin-sidebar.php:47
|
125 |
+
msgid "Manage List Subscribers"
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: inc/admin-sidebar.php:48
|
129 |
+
msgid "Delete Temporary Emails"
|
130 |
+
msgstr ""
|
131 |
+
|
132 |
+
#: inc/admin-sidebar.php:49
|
133 |
+
msgid "Empty the entire list"
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: inc/admin-sidebar.php:59
|
137 |
+
msgid "Get WP Email Capture Premium"
|
138 |
+
msgstr "WP Email Capture Premium"
|
139 |
+
|
140 |
+
#: inc/admin-sidebar.php:61
|
141 |
+
msgid ""
|
142 |
+
"Unlock the <strong>true</strong> power of WP Email Capture with the Premium "
|
143 |
+
"version. With multiple lists, and stat tracking, WP Email Capture Premium is "
|
144 |
+
"the missing link in your WordPress Email Marketing Puzzle"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: inc/admin-sidebar.php:66
|
148 |
+
msgid "Add/Edit External List"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: inc/admin-sidebar.php:68
|
152 |
+
msgid ""
|
153 |
+
"This is the page for managing External lists through WP Email Capture. "
|
154 |
+
"Simply copy & paste the code from your Email Marketing software into the "
|
155 |
+
"page below and you can embed your newsletter subscriptions into posts, pages "
|
156 |
+
"or sidebars easily using WP Email Capture. If you do not have an Email "
|
157 |
+
"Marketing Service, a few are recommended below"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: inc/admin-sidebar.php:72
|
161 |
+
msgid "Donations"
|
162 |
+
msgstr "Spenden"
|
163 |
+
|
164 |
+
#: inc/admin-sidebar.php:73
|
165 |
+
msgid ""
|
166 |
+
"If you like this plugin, please consider a small donation to help with "
|
167 |
+
"future versions and plugins."
|
168 |
+
msgstr ""
|
169 |
+
"Wenn Sie dieses Plugin gut finden, erwägen Sie bitte eine kleine Spende zur "
|
170 |
+
"Unterstützung der zukünftigen Versionen & Plugins."
|
171 |
+
|
172 |
+
#: inc/admin-sidebar.php:83
|
173 |
+
msgid "Latest News"
|
174 |
+
msgstr "Neuste Informationen"
|
175 |
+
|
176 |
+
#: inc/admin-sidebar.php:84
|
177 |
+
msgid "The latest news and tutorials from WP Email Capture"
|
178 |
+
msgstr "Die neusten Informationen und Anleitungen zu WP Email Capture"
|
179 |
+
|
180 |
+
#: inc/admin-sidebar.php:97
|
181 |
+
msgid "Support Us!"
|
182 |
+
msgstr "Unterstützen Sie uns!"
|
183 |
+
|
184 |
+
#: inc/admin-sidebar.php:98
|
185 |
+
msgid ""
|
186 |
+
"We would like you if you would not mind, doing one of the following if you "
|
187 |
+
"are a fan of WP Email Capture"
|
188 |
+
msgstr ""
|
189 |
+
"Wir würden uns freuen, wenn Sie eines der folgenden Dinge tun würden, wenn "
|
190 |
+
"Ihnen WP Email Capture gefällt"
|
191 |
+
|
192 |
+
#: inc/admin-sidebar.php:100
|
193 |
+
msgid "Rate the plugin 5* on WordPress.org"
|
194 |
+
msgstr "Bewerte das Plugin mit 5* auf WordPress.org"
|
195 |
+
|
196 |
+
#: inc/admin-sidebar.php:101
|
197 |
+
msgid "Follow @WPEmailCapture on Twitter"
|
198 |
+
msgstr "Folge @WPEmailCapture auf Twitter"
|
199 |
+
|
200 |
+
#: inc/admin-sidebar.php:102
|
201 |
+
msgid "Like us on Facebook"
|
202 |
+
msgstr "Empfehle uns auf Facebook"
|
203 |
+
|
204 |
+
#: inc/admin-sidebar.php:106
|
205 |
+
msgid "Become An Affiliate!"
|
206 |
+
msgstr "Partnerprogramm!"
|
207 |
+
|
208 |
+
#: inc/admin-sidebar.php:107
|
209 |
+
msgid "Earn upto"
|
210 |
+
msgstr "Verdiene bis zu"
|
211 |
+
|
212 |
+
#: inc/admin-sidebar.php:107
|
213 |
+
msgid "per sale of WP Email Capture"
|
214 |
+
msgstr "pro verkauftem WP Email Capture"
|
215 |
+
|
216 |
+
#: inc/admin-sidebar.php:107
|
217 |
+
msgid "Join our affilite programme today"
|
218 |
+
msgstr "Nimm an unserem Partnerprogramm teil"
|
219 |
+
|
220 |
+
#: inc/admin-sidebar.php:110 inc/options.php:5 inc/options.php:18
|
221 |
+
msgid "WP Email Capture Options"
|
222 |
+
msgstr "WP Email Capture Einstellungen"
|
223 |
+
|
224 |
+
#: inc/admin-sidebar.php:111
|
225 |
+
msgid ""
|
226 |
+
"On this page you can make changes that to the way in which WP Email Capture "
|
227 |
+
"runs"
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: inc/dashboard.php:9
|
231 |
+
msgid "Last Three Members To Join"
|
232 |
+
msgstr "Die letzten drei Anmeldungen"
|
233 |
+
|
234 |
+
#: inc/dashboard.php:13 inc/options.php:176
|
235 |
msgid "Export"
|
236 |
msgstr "Export"
|
237 |
|
238 |
+
#: inc/dashboard.php:15
|
239 |
+
msgid ""
|
240 |
+
"Use the button below to export your list as a CSV to use in software such as"
|
241 |
+
msgstr ""
|
242 |
+
"Benutzen Sie den Button unterhalb, um die Liste als CSV-Datei zu exportieren "
|
243 |
+
"zur Verwendung in Programmen wie etwa"
|
244 |
|
245 |
+
#: inc/dashboard.php:17 inc/options.php:184
|
246 |
+
msgid "Export List"
|
247 |
+
msgstr "Liste exportieren"
|
248 |
+
|
249 |
+
#: inc/dashboard.php:22 inc/options.php:190
|
250 |
msgid "Temporary e-mails"
|
251 |
msgstr "Temporäre E-Mail-Adressen"
|
252 |
|
253 |
+
#: inc/dashboard.php:24 inc/options.php:194
|
|
|
254 |
msgid "There are"
|
255 |
msgstr "Es sind"
|
256 |
|
257 |
+
#: inc/dashboard.php:24 inc/options.php:194
|
258 |
+
msgid ""
|
259 |
+
"e-mail addresses that have been unconfirmed. Delete them to save space below."
|
260 |
+
msgstr ""
|
261 |
+
"E-Mail-Adresse(n) vorhanden, die bislang unbestätigt sind. Um Platz zu "
|
262 |
+
"sparen, können diese gelöscht werden."
|
263 |
+
|
264 |
+
#: inc/dashboard.php:27 inc/options.php:198
|
265 |
+
msgid "Delete Unconfirmed e-mail Addresses"
|
266 |
+
msgstr "Unbestätigte E-Mail-Adressen löschen"
|
267 |
|
268 |
+
#: inc/dashboard.php:40
|
269 |
msgid "WP Email Capture - At A Glance"
|
270 |
msgstr "WP Email Capture - Auf einen Blick"
|
271 |
|
272 |
+
#: inc/display.php:18
|
273 |
+
msgid "Error:"
|
274 |
+
msgstr "Fehler:"
|
275 |
+
|
276 |
+
#: inc/display.php:22 inc/display.php:65
|
277 |
msgid "Name:"
|
278 |
msgstr "Name:"
|
279 |
|
280 |
+
#: inc/display.php:24 inc/display.php:67
|
281 |
msgid "Email:"
|
282 |
msgstr "E-Mail:"
|
283 |
|
284 |
+
#: inc/display.php:28 inc/display.php:71
|
285 |
+
msgid "Submit"
|
286 |
+
msgstr "Anmelden"
|
287 |
+
|
288 |
+
#: inc/display.php:36 inc/display.php:75
|
289 |
msgid "Powered by"
|
290 |
msgstr "Unterstützt von"
|
291 |
|
292 |
+
#: inc/exportcsv.php:19 inc/tabledata.php:37
|
293 |
+
msgid "Name"
|
294 |
+
msgstr "Name"
|
295 |
+
|
296 |
+
#: inc/exportcsv.php:19 inc/tabledata.php:37
|
297 |
+
msgid "Email"
|
298 |
+
msgstr "E-Mail"
|
299 |
|
300 |
+
#: inc/functions.php:53
|
301 |
+
msgid ""
|
302 |
+
"<strong>Please Note: </strong> You have not created a subscription page, "
|
303 |
+
"confirmation page or both in WP Email Capture, please go to the WP Email "
|
304 |
+
"Capture Settings Page to add them. | <a href=\"%1$s\">Hide Notice</a>"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: inc/options.php:22
|
308 |
msgid "Recommendations"
|
309 |
msgstr "Empfehlungen"
|
310 |
|
311 |
+
#: inc/options.php:24
|
312 |
msgid "We recommend"
|
313 |
msgstr "Wir empfehlen"
|
314 |
|
315 |
+
#: inc/options.php:24
|
316 |
msgid "to run your email campaigns. We have tested this plugin with it."
|
317 |
+
msgstr ""
|
318 |
+
"für Ihre E-Mail-Kampagnen. Dieses Plugin wurde erfolgreich damit getestet."
|
319 |
|
320 |
+
#: inc/options.php:49
|
321 |
msgid "Options"
|
322 |
+
msgstr "Einstellungen"
|
323 |
|
324 |
+
#: inc/options.php:69
|
325 |
+
msgid ""
|
326 |
+
"Page to redirect to on sign up (full web address ie: http://www.domain.com/"
|
327 |
+
"this-page/)"
|
328 |
+
msgstr ""
|
329 |
+
"Seite zur Weiterleitung bei der Anmeldung (vollständige Adresse: http://www."
|
330 |
+
"domain.com/this-page/)"
|
331 |
|
332 |
+
#: inc/options.php:77
|
333 |
+
msgid ""
|
334 |
+
"Page to redirect to on confirmation of email address (full web address ie: "
|
335 |
+
"http://www.domain.com/this-other-page/)"
|
336 |
+
msgstr ""
|
337 |
+
"Seite zur Weiterleitung zur Bestätigung der E-Mail-Adresse (vollständige "
|
338 |
+
"Adresse: http://www.domain.com/this-other-page/)"
|
339 |
|
340 |
+
#: inc/options.php:85
|
341 |
msgid "From Which Email Address"
|
342 |
msgstr "Absender-E-Mail-Adresse"
|
343 |
|
344 |
+
#: inc/options.php:93
|
345 |
msgid "From Which Name"
|
346 |
msgstr "Absender-Name"
|
347 |
|
348 |
+
#: inc/options.php:101
|
349 |
msgid "Subject of Email"
|
350 |
msgstr "Betreff der E-Mail"
|
351 |
|
352 |
+
#: inc/options.php:109
|
353 |
msgid "Body of Email"
|
354 |
msgstr "Text der E-Mail"
|
355 |
|
356 |
+
#: inc/options.php:110
|
357 |
+
msgid ""
|
358 |
+
"(use %NAME% to use the form's "Name" field in their welcome email)"
|
359 |
+
msgstr ""
|
360 |
+
"(Benutzen Sie %NAME%, um den Namen aus der Anmeldung in der "
|
361 |
+
"Willkommensnachricht zu nutzen)"
|
362 |
|
363 |
+
#: inc/options.php:118
|
364 |
msgid "Link to us (optional, but appreciated)"
|
365 |
msgstr "Verlinken Sie uns (optional, aber gerne gesehen)"
|
366 |
|
367 |
+
#: inc/options.php:132
|
368 |
+
msgid "Make The \"Name\" field a required field?"
|
369 |
+
msgstr "Soll das \"Name\" Feld ein Pflichtfeld sein?"
|
370 |
+
|
371 |
+
#: inc/options.php:146
|
372 |
+
msgid "Delimeter (leave blank for a comma)"
|
373 |
+
msgstr "Trennzeichen (leer lassen für ein Komma)"
|
374 |
+
|
375 |
+
#: inc/options.php:164
|
376 |
msgid "Save Changes"
|
377 |
msgstr "Änderungen speichern"
|
378 |
|
379 |
+
#: inc/options.php:180
|
380 |
+
msgid ""
|
381 |
+
"Use the button below to export your list as a CSV to use in software such as "
|
382 |
+
"<a href=\"http://wpemailcapture.com/recommends/aweber\" title=\"Email "
|
383 |
+
"Marketing\">Aweber</a> or <a href=\"http://wpemailcapture.com/recommends/"
|
384 |
+
"mailchimp\">Mailchimp</a>"
|
385 |
+
msgstr ""
|
386 |
+
"Benutzen Sie den Button unterhalb, um die Liste als CSV-Datei zu exportieren "
|
387 |
+
"zur Verwendung in Programmen wie etwa <a href=\"http://www.gospelrhys.co.uk/"
|
388 |
+
"go/aweber.php\" title=\"Email Marketing\">Aweber</a> oder <a href=\"http://"
|
389 |
+
"www.gospelrhys.co.uk/go/mailchimp.php\">Mailchimp</a>."
|
390 |
|
391 |
+
#: inc/options.php:202
|
392 |
msgid "Delete Current List"
|
393 |
msgstr "Aktuelle Liste löschen"
|
394 |
|
395 |
+
#: inc/options.php:206
|
396 |
+
msgid ""
|
397 |
+
"Want to delete the entire list? Click the link below. <strong>WARNING: </"
|
398 |
+
"strong> this will delete all confirmed emails, so make sure you have a "
|
399 |
+
"backup."
|
400 |
+
msgstr ""
|
401 |
+
"Gesamte Liste löschen? Klicken Sie auf den Link unten. ACHTUNG: Es werden "
|
402 |
+
"alle bestätigten E-Mails löschen. Bitte zur Sicherheit eine Kopie machen."
|
403 |
|
404 |
+
#: inc/options.php:210
|
405 |
+
msgid "Delete Confirmed e-mail Addresses"
|
406 |
+
msgstr "Bestätigte E-Mail-Adressen löschen"
|
407 |
|
408 |
+
#: inc/pagedresults.php:141
|
409 |
msgid "Prev"
|
410 |
msgstr "Zurück"
|
411 |
|
412 |
+
#: inc/pagedresults.php:169
|
413 |
msgid "Next"
|
414 |
msgstr "Weiter"
|
415 |
|
416 |
+
#: inc/process.php:57
|
417 |
+
msgid "Please Provide A Name"
|
418 |
+
msgstr "Bitte einen Namen angeben"
|
419 |
+
|
420 |
+
#: inc/process.php:70
|
421 |
+
msgid "Not a valid email"
|
422 |
+
msgstr "Keine gültige E-Mail-Adresse"
|
423 |
+
|
424 |
+
#: inc/process.php:112
|
425 |
+
msgid "User already present"
|
426 |
+
msgstr "Benutzer bereits gespeichert"
|
427 |
+
|
428 |
+
#: inc/process.php:155
|
429 |
+
msgid "Sign Up For Our Newsletter"
|
430 |
+
msgstr "Anmeldung zu unserem Newsletter"
|
431 |
+
|
432 |
+
#: inc/process.php:181
|
433 |
+
msgid ""
|
434 |
+
"Thank you for signing up for our newsletter, please click the link below to "
|
435 |
+
"confirm your subscription"
|
436 |
+
msgstr ""
|
437 |
+
"Danke für Ihre Anmeldung zu unserem Newsletter, bitte klicken Sie zur "
|
438 |
+
"Bestätigung der Anmeldung auf den folgenden Link"
|
439 |
+
|
440 |
+
#: inc/process.php:186
|
441 |
+
msgid ""
|
442 |
+
"This is an automated message that is generated because somebody with the IP "
|
443 |
+
"address of"
|
444 |
msgstr "Dies ist eine automatische Nachricht, weil jemand mit der IP-Adresse"
|
445 |
|
446 |
+
#: inc/process.php:186
|
447 |
msgid "(possibly you) on"
|
448 |
msgstr "(vielleicht sie) am"
|
449 |
|
450 |
+
#: inc/process.php:186
|
451 |
msgid "filled out the form on the following page"
|
452 |
msgstr "das Formular auf der folgenden Seite ausgefüllt hat:"
|
453 |
|
454 |
+
#: inc/process.php:187
|
455 |
+
msgid ""
|
456 |
+
"If you are sure this isn't you, please ignore this message, you will not be "
|
457 |
+
"sent another message."
|
458 |
+
msgstr ""
|
459 |
+
"Wenn Sie sich sicher sind, dass Sie dies nicht waren, ignorieren Sie bitte "
|
460 |
+
"diese Meldung. Sie werden keine weiteren Meldungen erhalten."
|
461 |
|
462 |
+
#: inc/process.php:204
|
463 |
msgid "Not found your email in our database"
|
464 |
msgstr "Ihre E-Mail-Adresse konnte in unserer Datenbank nicht gefunden werden"
|
465 |
|
466 |
+
#: inc/process.php:226
|
467 |
+
msgid "Email unable to be sent"
|
468 |
+
msgstr "E-Mail konnte nicht verschickt werden"
|
469 |
+
|
470 |
+
#: inc/process.php:285
|
471 |
+
msgid "Wrong confirmation code"
|
472 |
+
msgstr "Falscher Bestätigungscode"
|
473 |
+
|
474 |
+
#: inc/tabledata.php:27
|
475 |
msgid "Members"
|
476 |
+
msgstr "Anmeldungen"
|
477 |
|
478 |
+
#: inc/tabledata.php:65
|
479 |
+
msgid "Delete "
|
480 |
+
msgstr "Entferne "
|
481 |
|
482 |
+
#. #-#-#-#-# plugin.pot (WP Email Capture 2.10) #-#-#-#-#
|
483 |
+
#. Plugin Name of the plugin/theme
|
484 |
+
#: inc/widget.php:6
|
485 |
+
msgid "WP Email Capture"
|
486 |
+
msgstr "WP Email Capture"
|
487 |
+
|
488 |
+
#: inc/widget.php:6
|
489 |
+
msgid "Widget for WP Email Capture"
|
490 |
+
msgstr "Widget für WP Email Capture"
|
491 |
|
492 |
+
#: inc/widget.php:21 inc/widget.php:48
|
493 |
msgid "Subscribe!"
|
494 |
msgstr "Abonnieren!"
|
495 |
|
496 |
+
#: inc/widget.php:22 inc/widget.php:48
|
497 |
msgid "Subscribe to my blog for updates"
|
498 |
msgstr "Abonnieren Sie meinen Blog für aktuelle Informationen"
|
499 |
|
500 |
+
#: inc/widget.php:55
|
501 |
msgid "Widget title:"
|
502 |
msgstr "Widget Überschrift:"
|
503 |
|
504 |
+
#: inc/widget.php:56
|
505 |
msgid "Widget text:"
|
506 |
msgstr "Widget Text:"
|
507 |
|
508 |
+
#. Plugin URI of the plugin/theme
|
509 |
+
msgid "http://www.wpemailcapture.com"
|
510 |
+
msgstr ""
|
|
|
511 |
|
512 |
+
#. Description of the plugin/theme
|
513 |
+
msgid ""
|
514 |
+
"Captures email addresses for insertion into software such as <a href="
|
515 |
+
"\"http://wpemailcapture.com/recommends/aweber\" title=\"Email Marketing"
|
516 |
+
"\">Aweber</a> or <a href=\"http://wpemailcapture.com/recommends/mailchimp/"
|
517 |
+
"\">Mailchimp</a>"
|
518 |
+
msgstr ""
|
519 |
+
"Sammelt E-Mail-Adressen zur Verwendung in Programmen wie etwa <a href="
|
520 |
+
"\"http://www.gospelrhys.co.uk/go/aweber.php\" title=\"Email Marketing"
|
521 |
+
"\">Aweber</a> oder <a href=\"http://www.gospelrhys.co.uk/go/mailchimp.php"
|
522 |
+
"\">Mailchimp</a>."
|
523 |
+
|
524 |
+
#. Author of the plugin/theme
|
525 |
+
msgid "Rhys Wynne"
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#. Author URI of the plugin/theme
|
529 |
+
msgid "http://www.rhyswynne.co.uk/"
|
530 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Tags: email, marketing, capture, form, affiliates, mailing lists, email marketing, widget ready
|
3 |
Requires at least: 3.0
|
4 |
Tested up to: 4.0
|
5 |
-
Version: 2.
|
6 |
-
Stable tag: 2.
|
7 |
Contributors: rhyswynne
|
8 |
Donate link: http://wpemailcapture.com/pricing/
|
9 |
|
@@ -46,7 +46,7 @@ Translation Credits:-
|
|
46 |
Translations have been done by the following parties. Thank you!
|
47 |
|
48 |
* French Translation: Olivier - http://www.ticket-system.net/
|
49 |
-
* German Translation: Stephan - http://www.computersniffer.com
|
50 |
* Brazilian Portugese Translation: Nick Lima (@nick_linux) - http://www.nicklima.com.br
|
51 |
* Dutch Translation: Sander - http://www.zanderz.net/
|
52 |
* Hungarian Translation: Surbma - http://surbma.hu/
|
@@ -59,7 +59,7 @@ Translations have been done by the following parties. Thank you!
|
|
59 |
2. Activate the plugin under the "Plugins" menu.
|
60 |
3. Create a page on your site for "sign up" (this page will be forwarded to when the form is just filled in, informs the users that they need to click on a link in the email.
|
61 |
4. Create a page on your site "confirmation" (thanking them for their enquiry, links to download etc).
|
62 |
-
5. After creating these, fill in the settings in the "Settings > WP Email Capture" page, making sure the URL of the "sign up" page is in the "Page to redirect to on sign up" text box and the "
|
63 |
|
64 |
The form can be inserted into the site at any location. However, to put the form anywhere, insert the following code into your template
|
65 |
|
@@ -158,6 +158,11 @@ Please report any bugs, support and suggestions to the [WP Email Capture Support
|
|
158 |
To donate to this plugin, please visit the [WP Email Capture Donations Page](http://www.wpemailcapture.com/pricing/)
|
159 |
|
160 |
== Change Log ==
|
|
|
|
|
|
|
|
|
|
|
161 |
= 2.10 =
|
162 |
* Italian Translation Done (thanks [Guiseppe](http://it.gravatar.com/gpmarino)!)
|
163 |
* Serbian Translation Done (thanks [Borisa](http://www.webhostinghub.com/)!)
|
2 |
Tags: email, marketing, capture, form, affiliates, mailing lists, email marketing, widget ready
|
3 |
Requires at least: 3.0
|
4 |
Tested up to: 4.0
|
5 |
+
Version: 2.11
|
6 |
+
Stable tag: 2.11
|
7 |
Contributors: rhyswynne
|
8 |
Donate link: http://wpemailcapture.com/pricing/
|
9 |
|
46 |
Translations have been done by the following parties. Thank you!
|
47 |
|
48 |
* French Translation: Olivier - http://www.ticket-system.net/
|
49 |
+
* German Translation: Stephan - http://www.computersniffer.com/, Marc Nilius (@libertello) - http://www.libertello.de/ and Ov3rFly
|
50 |
* Brazilian Portugese Translation: Nick Lima (@nick_linux) - http://www.nicklima.com.br
|
51 |
* Dutch Translation: Sander - http://www.zanderz.net/
|
52 |
* Hungarian Translation: Surbma - http://surbma.hu/
|
59 |
2. Activate the plugin under the "Plugins" menu.
|
60 |
3. Create a page on your site for "sign up" (this page will be forwarded to when the form is just filled in, informs the users that they need to click on a link in the email.
|
61 |
4. Create a page on your site "confirmation" (thanking them for their enquiry, links to download etc).
|
62 |
+
5. After creating these, fill in the settings in the "Settings > WP Email Capture" page, making sure the URL of the "sign up" page is in the "Page to redirect to on sign up" text box and the "confirmation" page URL is in the "Page to redirect to on confirmation of email address" text box.
|
63 |
|
64 |
The form can be inserted into the site at any location. However, to put the form anywhere, insert the following code into your template
|
65 |
|
158 |
To donate to this plugin, please visit the [WP Email Capture Donations Page](http://www.wpemailcapture.com/pricing/)
|
159 |
|
160 |
== Change Log ==
|
161 |
+
= 2.11 =
|
162 |
+
* German Translation Updated (thanks Ove3rfly)
|
163 |
+
* Added the filter `wp_email_capture_dashboard_capability`, which means you can choose the capability you wish users to access the dashboard widget (thanks Ove3rfly).
|
164 |
+
* Added a few small fixes with the text (thanks Ove3rfly).
|
165 |
+
|
166 |
= 2.10 =
|
167 |
* Italian Translation Done (thanks [Guiseppe](http://it.gravatar.com/gpmarino)!)
|
168 |
* Serbian Translation Done (thanks [Borisa](http://www.webhostinghub.com/)!)
|
wp-email-capture.php
CHANGED
@@ -8,7 +8,7 @@ Plugin URI: http://www.wpemailcapture.com
|
|
8 |
|
9 |
Description: Captures email addresses for insertion into software such as <a href="http://wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> or <a href="http://wpemailcapture.com/recommends/mailchimp/">Mailchimp</a>
|
10 |
|
11 |
-
Version: 2.
|
12 |
|
13 |
Author: Rhys Wynne
|
14 |
|
8 |
|
9 |
Description: Captures email addresses for insertion into software such as <a href="http://wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> or <a href="http://wpemailcapture.com/recommends/mailchimp/">Mailchimp</a>
|
10 |
|
11 |
+
Version: 2.11
|
12 |
|
13 |
Author: Rhys Wynne
|
14 |
|