WordPress Email Marketing Plugin – WP Email Capture - Version 2.11

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 Icon 128x128 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 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('administrator')){
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'). $error ."</div>";
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.= " ". $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');
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: WPEC\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-10-21 11:45+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Marc Nilius <marc.nilius@libertello.de>\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-Language: French\n"
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
- #: ../inc/dashboard.php:13
20
- #: ../inc/options.php:151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "Export"
22
  msgstr "Export"
23
 
24
- #: ../inc/dashboard.php:17
25
- msgid "Use the button below to export your list as a CSV to use in software such as"
26
- msgstr "Benutzen Sie den Button unterhalb, um die Liste als CSV-Datei zu exportieren zur Verwendung in Programmen wie etwa"
 
 
 
27
 
28
- #: ../inc/dashboard.php:27
29
- #: ../inc/options.php:165
 
 
 
30
  msgid "Temporary e-mails"
31
  msgstr "Temporäre E-Mail-Adressen"
32
 
33
- #: ../inc/dashboard.php:31
34
- #: ../inc/options.php:169
35
  msgid "There are"
36
  msgstr "Es sind"
37
 
38
- #: ../inc/dashboard.php:31
39
- #: ../inc/options.php:169
40
- msgid "e-mail addresses that have been unconfirmed. Delete them to save space below."
41
- msgstr "E-Mail-Adresse(n) vorhanden, die bislang unbestätigt sind. Um Platz zu sparen, können diese gelöscht werden."
 
 
 
 
 
 
42
 
43
- #: ../inc/dashboard.php:47
44
  msgid "WP Email Capture - At A Glance"
45
  msgstr "WP Email Capture - Auf einen Blick"
46
 
47
- #: ../inc/display.php:22
 
 
 
 
48
  msgid "Name:"
49
  msgstr "Name:"
50
 
51
- #: ../inc/display.php:24
52
  msgid "Email:"
53
  msgstr "E-Mail:"
54
 
55
- #: ../inc/display.php:36
56
- #: ../inc/display.php:71
 
 
 
57
  msgid "Powered by"
58
  msgstr "Unterstützt von"
59
 
60
- #: ../inc/options.php:5
61
- #: ../inc/options.php:15
62
- msgid "WP Email Capture Options"
63
- msgstr "WP Email Capture Optionen"
 
 
 
64
 
65
- #: ../inc/options.php:19
 
 
 
 
 
 
 
66
  msgid "Recommendations"
67
  msgstr "Empfehlungen"
68
 
69
- #: ../inc/options.php:21
70
  msgid "We recommend"
71
  msgstr "Wir empfehlen"
72
 
73
- #: ../inc/options.php:21
74
  msgid "to run your email campaigns. We have tested this plugin with it."
75
- msgstr "für Ihre E-Mail-Kampagnen. Dieses Plugin wurde erfolgreich damit getestet."
 
76
 
77
- #: ../inc/options.php:46
78
  msgid "Options"
79
- msgstr "Optionen"
80
 
81
- #: ../inc/options.php:66
82
- msgid "Page to redirect to on sign up (full web address ie: http://www.domain.com/this-page/)"
83
- msgstr "Seite zur Weiterleitung bei der Anmeldung (vollständige Adresse: http://www.domain.com/this-page/)"
 
 
 
 
84
 
85
- #: ../inc/options.php:74
86
- msgid "Page to redirect to on confirmation of email address (full web address ie: http://www.domain.com/this-other-page/)"
87
- msgstr "Seite zur Weiterleitung zur Bestätigung der E-Mail-Adresse (vollständige Adresse: http://www.domain.com/this-page/)"
 
 
 
 
88
 
89
- #: ../inc/options.php:82
90
  msgid "From Which Email Address"
91
  msgstr "Absender-E-Mail-Adresse"
92
 
93
- #: ../inc/options.php:90
94
  msgid "From Which Name"
95
  msgstr "Absender-Name"
96
 
97
- #: ../inc/options.php:98
98
  msgid "Subject of Email"
99
  msgstr "Betreff der E-Mail"
100
 
101
- #: ../inc/options.php:106
102
  msgid "Body of Email"
103
  msgstr "Text der E-Mail"
104
 
105
- #: ../inc/options.php:107
106
- msgid "(use %NAME% to use the form's &quot;Name&quot; field in their welcome email)"
107
- msgstr "(Benutzen Sie %NAME%, um den Namen aus dem Anmeldeformular in der Willkommens-Nachricht zu nutzen)"
 
 
 
108
 
109
- #: ../inc/options.php:115
110
  msgid "Link to us (optional, but appreciated)"
111
  msgstr "Verlinken Sie uns (optional, aber gerne gesehen)"
112
 
113
- #: ../inc/options.php:139
 
 
 
 
 
 
 
 
114
  msgid "Save Changes"
115
  msgstr "Änderungen speichern"
116
 
117
- #: ../inc/options.php:155
118
- msgid "Use the button below to export your list as a CSV to use in software such as <a href=\"http://www.gospelrhys.co.uk/go/aweber.php\" title=\"Email Marketing\">Aweber</a> or <a href=\"http://www.gospelrhys.co.uk/go/mailchimp.php\">Mailchimp</a>"
119
- msgstr "Benutzen Sie den Button unterhalb, um die Liste als CSV-Datei zu exportieren zur Verwendung in Programmen wie etwa <a href=\"http://www.gospelrhys.co.uk/go/aweber.php\" title=\"Email Marketing\">Aweber</a> oder <a href=\"http://www.gospelrhys.co.uk/go/mailchimp.php\">Mailchimp</a>."
 
 
 
 
 
 
 
 
120
 
121
- #: ../inc/options.php:177
122
  msgid "Delete Current List"
123
  msgstr "Aktuelle Liste löschen"
124
 
125
- #: ../inc/options.php:181
126
- msgid "Want to delete the entire list? Click the link below. <strong>WARNING: </strong> this will delete all confirmed emails, so make sure you have a backup."
127
- msgstr "Gesamte Liste löschen? Klicken Sie auf den Link unten. ACHTUNG: Es werden alle bestätigten E-Mails löschen. Bitte zur Sicherheit eine Kopie machen."
128
-
129
- #: ../inc/options.php:191
130
- msgid "Donations"
131
- msgstr "Spenden"
 
132
 
133
- #: ../inc/options.php:193
134
- msgid "If you like this plugin, please consider a small donation to help with future versions &amp; plugins. Donators are thanked on each specific plugin page!"
135
- msgstr "Wenn Sie dieses Plugin gut finden, erwägen Sie bitte eine kleine Spende zur Unterstützung der zukünftigen Versionen & Plugins. Wir bedanken uns bei jedem Spender auf der jeweiligen Plugin Seite!"
136
 
137
- #: ../inc/pagedresults.php:141
138
  msgid "Prev"
139
  msgstr "Zurück"
140
 
141
- #: ../inc/pagedresults.php:169
142
  msgid "Next"
143
  msgstr "Weiter"
144
 
145
- #: ../inc/process.php:158
146
- msgid "This is an automated message that is generated because somebody with the IP address of"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  msgstr "Dies ist eine automatische Nachricht, weil jemand mit der IP-Adresse"
148
 
149
- #: ../inc/process.php:158
150
  msgid "(possibly you) on"
151
  msgstr "(vielleicht sie) am"
152
 
153
- #: ../inc/process.php:158
154
  msgid "filled out the form on the following page"
155
  msgstr "das Formular auf der folgenden Seite ausgefüllt hat:"
156
 
157
- #: ../inc/process.php:159
158
- msgid "If you are sure this isn't you, please ignore this message, you will not be sent another message."
159
- msgstr "Wenn Sie sich sicher sind, dass Sie dies nicht waren, ignorieren Sie bitte diese Meldung. Sie werden keine weiteren Meldungen erhalten."
 
 
 
 
160
 
161
- #: ../inc/process.php:176
162
  msgid "Not found your email in our database"
163
  msgstr "Ihre E-Mail-Adresse konnte in unserer Datenbank nicht gefunden werden"
164
 
165
- #: ../inc/tabledata.php:27
 
 
 
 
 
 
 
 
166
  msgid "Members"
167
- msgstr "Mitglieder"
168
 
169
- #: ../inc/tabledata.php:37
170
- msgid "Name"
171
- msgstr "Name"
172
 
173
- #: ../inc/tabledata.php:37
174
- msgid "Email"
175
- msgstr "E-Mail"
 
 
 
 
 
 
176
 
177
- #: ../inc/widget.php:35
178
  msgid "Subscribe!"
179
  msgstr "Abonnieren!"
180
 
181
- #: ../inc/widget.php:37
182
  msgid "Subscribe to my blog for updates"
183
  msgstr "Abonnieren Sie meinen Blog für aktuelle Informationen"
184
 
185
- #: ../inc/widget.php:117
186
  msgid "Widget title:"
187
  msgstr "Widget Überschrift:"
188
 
189
- #: ../inc/widget.php:119
190
  msgid "Widget text:"
191
  msgstr "Widget Text:"
192
 
193
- #: ../inc/widget.php:135
194
- #: ../inc/widget.php:141
195
- msgid "WP Email Capture"
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 &quot;Name&quot; 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.10
6
- Stable tag: 2.10
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/ and Marc Nilius (@libertello) - http://www.libertello.de/
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 "confrimation" 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,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.10
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